/* section Start*/
div.section{
    background-image: url(../img/about.jpg);
    background-position: center;
}
/* 각 섹션 공통정보 */
.contents{
    margin: 150px auto;
    width: calc(100% - 40px);
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    color: #333;
}
/* 섹션 대제목 */
.title>p{
    margin: 75px 0;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    opacity: 0.2;
}
.clear:after{ 
    content:"";
    display:block;
    clear:both;
    *zoom:1;  
}
/* //////////////////////////////////////////////section1 Start*/
#section1{
    margin: 0 auto;
    padding: 0;
    max-width: none;
    width: 100%;
    height: 750px;
}
.banner_top{
    width: 100%;
    height: 100%;
}
/* 섹션1 배경화면 */
#section1 .backImg{
    width: 100%;
    height: 100%;
    background-image: url(../img/topBanner.jpg);
    background-position: center;
    background-size: cover;
}
/* 반투명 색깔 덮개 */
#section1 .wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(225, 96, 32, 0.8);
}
/* 섹션1 로고 */
#section1 .textbox img{
    display: block;
    margin:120px auto 100px;
}
#section1 .textbox p{
    font-size: 32px;
    text-align: center;
    color: #fff;
}
#section1 .textbox p>span{
    font-weight: 500;
}
/* section1 End*/
/* //////////////////////////////////////////////about Start */
#about{
    margin-top: 160px;
}
#about .container{
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
/* 섹션2 대제목 */
#about{
    margin-top: 50px;
}
#about .container .title{
    margin: 100px 0 60px;
    color: #ff6120;
    font-size: 48px;
    font-weight: bold;
}
/* 섹션2 묶음 */
#about .item{
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 120px;
}
/* 섹션2 이미지박스 */
#about .imgbox{
    width: 35%;
}
#about .imgbox img{
    width: 100%;
    /* opacity: 0.7; */
}
/* 섹션2 본문 */
#about .textbox{
    width: 55%;
}
/* 섹션2 본문 간격 */
#about .textbox p{
    margin-bottom: 20px;
}
/* 섹션2 메디, 플랜 강조 */
#about .textbox p .b{
    font-size: 18px;
    font-weight: 500;
    color: #ff6120;
}
/* 섹션2 기업소개서 다운로드 버튼 */
#about .btn_introDwn{
    display: block;
    margin: 0 auto;
    width: 230px;
    height: 60px;
    color: #ff6120;
    text-align: center;
    line-height: 60px;
    border: 2px solid #ff6120;
    border-radius: 10px;
}
/* about End */
/* //////////////////////////////////////////////section3 Start */
#section3 .container{
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 75px auto 0;
    justify-content: center;
}
/* 섹션3 텍스트 공통부분 */
#section3 .textbox{
    padding: 5px;
    font-weight: 500;
    white-space: nowrap;
}
/* 섹션3 이미지 공통부분 */
#section3 .imgbox{
    width: 100%;
}
#section3 .imgbox img{
    width: 100%;
}
/* 섹션3 공통소제목 */
#section3 .value{
    font-size: 32px;
    margin-bottom: 20px;
}
/* 섹션3 왼쪽 박스 */
#section3 .left{
    display: flex;
}
#section3 .left .textbox{
    text-align: right;
}
#section3 .left .imgbox{
    margin-left: 60px;
}
/* 섹션3 오른쪽 박스 */
#section3 .right{
    display: flex;
    margin-top: 10%;
}
#section3 .right .imgbox{
    margin-right: 60px;
}
/* 섹션3 오른쪽박스 텍스트부분 강조사항 */
#section3 .right span{
    color: #ffd220;
}
/* section3 End */
/* //////////////////////////////////////////////section4 Start */
#section4 .container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 140px;
    width: 100%;
}
/* 섹션4 핵심가치 묶음박스 */
#section4 .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 190px;
    height: 182px;
}
/* 섹션4 핵심가치 숫자 */
#section4 .item .num{
    font-size: 80px;
    font-weight: 900;
    color: #808080;
}
/* 섹션4 핵심가치 영어 */
#section4 .item .coreEng{
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}
/* 섹션4 핵심가치 영어 강조 */
#section4 .coreEng span{
    font-size: 28px;
    color: #ff6120;
}
/* 섹션4 핵심가치 한글 */
#section4 .item .coreKor{
    font-size: 16px;
    color: #808080;
    text-align: center;
}
/* 섹션4 본문 */
#section4 .textbox{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
/* section4 End */
/* //////////////////////////////////////////////HISTORY Start */
/* 연혁 데코레이션 원 */
#story .circle{
    margin: 0 auto 10px;
    width: 30px;
    height: 30px;
    background-color: #ff6120;
    border-radius: 50%;
}
/* 연혁 한묶음 */
#story .item{
    margin: 0 auto 100px;
    width: 100%;
    max-width: 1400px;
}
#story .item:last-child{
    margin-bottom: 0;
}
#story .history{
    position: relative;
}
/* 연혁 본문 박스 */
#story .history>div{
    width: calc(100% / 2);
    float: left;
}
/* 연혁 연도묶음 */
#story .years{
    font-size: 48px;
    font-weight: 600;
    color: #ff6120;
    text-align: center;
}
/* 연혁 구분선 */
#story .history .line{
    width: 4px;
    height: calc(100% - 12px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff6120;
}
/* 연혁 연도&내용 한묶음 */
#story .container{
    display: flex;
    margin-bottom: 20px;
    padding: 0 0 0 30px;
    word-break: keep-all;
}
#story .container:last-child{
    margin-bottom: 0;
}
/* 연혁 내용묶음 */
#story .detail{
    margin-bottom: 10px;
    position: relative;
}
#story .detail::before{
    content: "-";
    position: absolute;
    top: 0;
    left: -15px;
}
/* 연혁 개별내용 */
#story .detail li{
    line-height: 22px;
    margin-bottom: 10px;
}
#story .detail li:last-child{
    margin-bottom: 0;
}
/* 연혁 개별연도 */
#story .year{
    margin: 0 25px 10px 0;
}

/* HISTORY End */
/* //////////////////////////////////////////////Chart Start */
/* 조직도 큰 틀 */
#chbox .chart{
    margin: 0 auto;
    width: 100%;
    max-width: 1070px;
    position: relative;
}
/* 조직도 팀명 위 세로줄 */
#chbox .team::before{
    padding: 0.1px;
    position: absolute;
    top: -28px;
    left: 50%;
    content: "";
    height: 28px;
    background-color: #808080;
    transform: translate(-50%);
}
/* 조직도 연결선 겹치는 부분 제거 */
#chbox .stick::before{
    display: none;
}
/* 조직도 QA팀~기업부설연구소 연결선 */
#chbox .teams_1::before{
    padding: 0.1px;
    position: absolute;
    top: 77px;
    left: 50%;
    content: "";
    width: 410px;
    background-color: #808080;
    transform: translateX(-50%);
}
/* 조직도 대외협력팀~경영기획팀 연결선 */
#chbox .teams_2::before{
    padding: 0.1px;
    position: absolute;
    top: 212px;
    left: 50%;
    content: "";
    width: 82.3%;
    background-color: #808080;
    transform: translateX(-50%);
}
/* 조직도 CEO~개발팀 연결선 */
#chbox .ceo::before{
    padding: 0.1px;
    top: 53px;
    left: 50%;
    position: absolute;
    content: "";
    height: 190px;
    background-color: #808080;
    transform: translateX(-50%);
}
/* 조직도내 박스 */
#chbox li{
    width: 190px;
    height: 55px;
    font-size: 21px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    line-height: 55px;
    background-color: #F3F3F3;
}
/* 조직도 CEO */
#chbox .ceo{
    margin: 0 auto 50px;
    color: #fff;
    background-color: #ff6120;
}
/* 조직도 팀명 */
#chbox .team{
    position: relative;
    font-weight: 600;
    color: #fff;
    background-color: #ff6120;
}
/* 조직도 QA팀 ~ 기업부설연구소 큰틀 */
#chbox .teams_1{
    margin: 0 auto 80px;
    width: 600px;
    height: 55px;
}
/* 조직도 QA팀 & 기업부설연구소 */
#chbox .teams_1 li{
    float: left;
}
#chbox .teams_1 li:last-child{
    float: right;
}
/* 조직도 대외협력팀 ~ 경영기획팀 */
#chbox .teams_2{
    width: 100%;
    height: 405px;
}
/* 조직도 대외협력팀 ~ 경영기획팀 각각 한줄(세로) */
#chbox .teams_2 ul{
    margin-right: 30px;
    width: calc(100% / 5 - 24px);
    max-width: 190px;
    float: left;
}
#chbox .teams_2 ul:last-child{
    margin-right: 0;
}
/* 조직도 대외협력팀 ~ 경영기획팀 각각 박스 */
#chbox .teams_2 li{
    width: 100%;
    margin-bottom: 15px;
    margin-right: 30px;
}
#chbox .teams_2 ul:last-child li{
    margin-right: 0;
}
#chbox .teams_2 li:last-child{
    margin-bottom: 0;
}
/* Chart End */
/* //////////////////////////////////////////////Section5 Start(CI) */
#section5{
    margin-bottom: 200px;
}
/* 섹션5 로고묶음 */
#section5 .logos{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 130px;
    max-width: 850px;
    width: 100%;
}
/* 섹션5 로고 각각 사진 */
#section5 .imgbox img{
    width: 100%;
}
/* 섹션5 로고 의미 소제목 */
#section5 .mean{
    text-align: center;
}
/* 섹션5 로고 의미 본문 */
#section5 .textbox{
    margin: 60px auto 160px;
}
/* 섹션5 컬러시스템 소제목 */
#section5 .colorSystem{
    text-align: center;
}
/* 섹션5 컬러시스템  */
#section5 .colors{
    display: flex;
    justify-content: space-around;
    margin: 60px auto 100px;
    max-width: 1200px;
    width: 100%;
}
/* 섹션5 색깔 공통부분 */
#section5 .color{
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
/* 섹션5 색깔 텍스트박스 */
#section5 .Cdetail{
    margin: 90px auto;
}
/* 섹션5 색깔 이름 */
#section5 .Cdetail h3{
    margin-bottom: 10px;
}
/* 섹션5 색깔 오렌지 */
#CI_orange{
    background-color: #ff6120;
    color: #fff;
}
/* 섹션5 색깔 화이트 */
#CI_white{
    color: rgb(35, 24, 21);
    border: 1px solid #000;
}
/* 섹션5 색깔 블랙 */
#CI_black{
    background-color: rgb(35, 24, 21);
    color: #fff;
}
/* 섹션5 CI다운로드 버튼 */
#section5 .cidown{
    display: block;
    margin: 0 auto;
    width: 230px;
    height: 60px;
    color: #ff6120;
    text-align: center;
    line-height: 60px;
    border: 2px solid #ff6120;
    border-radius: 10px;
}
/* Section5 End(CI) */
/* section End */
/* //////////////////////////////////////////////테블릿 size Start */
@media only screen and (max-width: 1000px){
    /* (테블릿)각섹션 공통부분 */
    .contents{
        margin: 150px auto;
    }
    /* (테블릿)각섹션 대제목 */
    .title>p{
        margin: 60px 0;
    }
    /* section1 Start */
    /* (테블릿)섹션1 크기지정 */
    #section1{
        height: 480px;
    }
    /* (테블릿)섹션1 반투명 덮개 */
    #section1 .wrap{
        height: 480px;
    }
    /* (테블릿)섹션1 로고 */
    #section1 .textbox img{
        margin:50px auto;
    }
    /* (테블릿)섹션1 본문 */
    #section1 .textbox p{
        font-size: 16px;
    }
    /* section1 End */
    /* //////////////////////////////////////////////about Start */
    #about{
        margin-top: 100px;
    }
    /* (테블릿)섹션2 큰틀 */
    #about .container{
        width: 85%;
    }
    #about .container .title{
        margin-top: 50px;
    }
    /* (테블릿)섹션2 대제목 */
    #about .container>p{
        margin: 100px 0 35px;
        text-align: center;
    }
    /* (테블릿) 섹션2 묶음박스 */
    #about .item{
        margin-bottom: 35px;
    }
    /* (테블릿) 섹션2 이미지제거 */
    #about .imgbox{
        display: none;
    }
    /* (테블릿)섹션2 본문박스 */
    #about .textbox{
        width: 100%;
    }
    #about .textbox p:last-child{
        margin-bottom: 0;
    }
    /* about End */
    /* //////////////////////////////////////////////section3 Start */
    /* (테블릿)섹션3 큰틀 */
    #section3 .container{
        width: 85%;
        margin: 0 auto;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
    }
    /* (테블릿)섹션3 공통 이미지 */
    #section3 .imgbox{
        width: 40%;
    }
    #section3 .imgbox img{
        width: 100%;
    }
    /* (테블릿)섹션3 왼쪽박스 */
    #section3 .left{
        justify-content:flex-end;
    }
    /* (테블릿)섹션3 왼쪽 본문 정렬 */
    #section3 .left .textbox{
        text-align: right;
    }
    /* (테블릿)섹션3 왼쪽 이미지 */
    #section3 .left .imgbox{
        margin-left: 120px;
    }
    /* (테블릿)섹션3 오른쪽박스 */
    #section3 .right{
        justify-content: flex-start;
        margin-top: 15%;
    }
    /* (테블릿)섹션3 오른쪽 이미지 */
    #section3 .right .imgbox{
        margin-right: 120px;
    }
    /* section3 End */
    /* section4 Start */
    /* (테블릿)섹션4 큰틀 */
    #section4 .container{
        flex-wrap: wrap;
    }
    /* (테블릿)섹션4 핵심가치 공통 */
    #section4 .item{
        flex: 1 1 33%;
        margin-bottom: 25px;
    }
    #section4 .item:nth-child(4),#section4 .item:nth-child(5),#section4 .item:nth-child(6){
        margin-bottom: 0;
    }
    /* section4 End */
    /* //////////////////////////////////////////////HISTORY Start */
    /* (테블릿)연혁 데코레이션 원 제거 */
    #story .circle{
        display: none;
    }
    /* (테블릿)연혁 구분선 제거 */
    #story .history .line{
        display: none;
    }
    #story .item:last-child{
        margin-bottom: 0;
    }
    /* (테블릿)연혁 본문 박스 */
    #story .history>div{
        margin: 0 auto;
        width: 95%;
        float:inherit;
    }
    /* (테블릿)연혁 연도&내용 한묶음 */
    #story .container{
        padding: 0;
    }
    /* (테블릿)연혁 연도묶음 */
    #story .years p{
        margin-bottom: 60px;
    }
    /* HISTORY End */
    /* //////////////////////////////////////////////Chart Start */
    /* (테블릿)조직도 내 박스 */
    #chbox li{
        width: 170px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
    }
    /* (테블릿)조직도 팀명 위 세로줄 */
    #chbox .team::before{
        top: -20px;
        height: 20px;
    }
    /* (테블릿)조직도 QA팀 ~ 기업부설연구소 연결선 */
    #chbox .teams_1::before{
        top: 75px;
        width: 430px;
    }
    /* (테블릿)조직도 대외협력팀 ~ 경영 기획팀 연결선 */
    #chbox .teams_2::before{
        top: 200px;
        width: 73.4%;
    }
    /* (테블릿)조직도 CEO ~ 개발팀 연결선 */
    #chbox .ceo::before{
        top: 43px;
    }
    /* (테블릿)조직도 QA팀 ~ 기업부설연구소 큰틀 */
    #chbox .teams_1{
        height: 45px;
    }
    /* (테블릿)조직도 대외협력팀 ~ 경영기획팀 */
    #chbox .teams_2{
        margin: 0 auto;
        width: 90%;
        height: 345px;
    }
    /* (테블릿)조직도 대외협력티미 ~ 경영기획팀 각각 한줄(세로) */
    #chbox .teams_2 ul{
        margin-right: 15px;
        width: calc(100% / 5 - 12px);
    }
    /* Chart End */
    /* //////////////////////////////////////////////Section5 Start(CI) */
    /* (테블릿)섹션5 로고 묶음 */
    #section5 .logos{
        max-width: 85%;
    }
    /* (테블릿)섹션5 컬러시스템 */
    #section5 .colors{
        flex-direction:row;
        max-width: 85%;
    }
    /* (테블릿)섹션5 색깔 공통부분 */
    #section5 .color{
        width: 200px;
        height: 200px;
    }
    /* (테블릿)섹션5 색깔 텍스트박스 */
    #section5 .Cdetail{
        margin: 70px auto;
    }
/* Section5 End(CI) */
}
/* //////////////////////////////////////////////모바일 Start */
@media only screen and (max-width: 768px){
    /* (모바일)각 섹션 공통정보 */
    .contents{
        margin: 100px auto;
    }
    /* (모바일)각 섹션 대제목 */
    .title>p{
        margin: 50px 0;
        font-size: 32px;
    }
    /* section1 Start*/
    #section1{
        width: 100%;
        height: 357px;
    }
    /* (모바일)섹션1 반투명 색깔 덮개 */
    #section1 .wrap{
        width: 100%;
        height: 357px;
    }
    /* (모바일)섹션1 로고 */
    #section1 .textbox img{
        margin:50px auto 35px;
        width: 150px;
        height: 150px;
    }
    /* section1 End*/
    /* //////////////////////////////////////////////about Start */
    #about .container{
        width: 100%;
    }
    /* (모바일)섹션2 대제목 */
    #about .container .title{
        margin: 100px 0 35px;
        font-size: 24px;
    }
    /* (모바일)섹션2 본문 */
    #about{
        margin-top: 0;
    }
    #about .textbox p{
        font-size: 14px;
    }
    #about .textbox p:last-child{
        margin-bottom: 60px;
    }
    /* 섹션2 메디, 플랜 강조 */
    #about .textbox p .b{
        font-size: 16px;
    }
    /* about End */
    /* //////////////////////////////////////////////section3 Start */
    #section3 .container{
        width: 80%;
        padding-top: 0;
    }
    /* (모바일)섹션3 텍스트 공통부분 */
    #section3 .textbox{
        font-size: 18px;
        word-break: keep-all;
        font-weight: 400;
        white-space:inherit;
        text-align: center;
    }
    #section3 .left .textbox{
        text-align: center;
    }
    #section3 .textbox br{
        display: none;
    }
    #section3 .left, #section3 .right{
        justify-content: space-between;
    }
    #section3 .left .imgbox, #section3 .right .imgbox{
        display: none;
    }
    #section3 .left .textbox, #section3 .right .textbox{
        width: 100%;
    }
    /* (모바일)섹션3 공통 소제목 */
    #section3 .value{
        margin-bottom: 10px;
        font-size: 24px;
    }
    /* section3 End */
    /* //////////////////////////////////////////////section4 Start */
    #section4 .container{
        margin: 0 auto 40px;
    }
    /* (모바일)섹션4 핵심가치 묶음박스 */
    #section4 .item{
        flex: 1 1 50%;
        margin-bottom: 35px;
        width: 150px;
        height: 110px;
    }
    #section4 .item:nth-child(4){
        margin-bottom: 35px;
    }
    /* (모바일)섹션4 핵심가치 숫자 */
    #section4 .item .num{
        font-size: 34px;
        font-weight: 700;
    }
    /* (모바일)섹션4 핵심가치 영어 */
    #section4 .item .coreEng{
        font-size: 20px;
        font-weight: 600;
    }
    /* (모바일)섹션4 핵심가치 영어 강조 */
    #section4 .coreEng span{
        font-size: 20px;
    }
    /* (모바일)섹션4 핵심가치 한글 */
    #section4 .item .coreKor{
        font-size: 14px;
    }
    /* (모바일)섹션4 본문*/
    #section4 .textbox{
        font-size: 14px;
        font-weight: 400;
    }
    /* section4 End */
    /* //////////////////////////////////////////////HISTORY Start */
    /* (모바일)연혁 연도묶음 */
    #story .years{
        font-size: 34px;
    }
    /* (모바일)연혁 한묶음 */
    #story .item{
        margin: 0 auto 50px;
    }
    #story .item li{
        font-size: 14px;
    }
    /* (모바일)연혁 본문 박스 */
    #story .history>div{
        margin: 0 auto;
        width: 100%;
    }
    /* (모바일)연혁 연도묶음 */
    #story .years p{
        margin-bottom: 35px;
    }
    /* HISTORY End */
    /* //////////////////////////////////////////////Chart Start */
    /* (모바일)조직도 팀명 위 세로줄 제거 */
    #chbox .team::before{
        display: none;
    }
    /* (모바일)조직도 QA팀 ~ 기업부설연구소 연결선 제거 */
    #chbox .teams_1::before{
        display: none;
    }
    /* (모바일)조직도 대외협력팀 ~ 경영기획팀 연결선 */
    #chbox .teams_2::before{
        top: 6.5%;
        width: 40%;
    }
    /* (모바일)조직도 CEO ~ 개발팀 연결선 */
    #chbox .ceo::before{
        top: 2.7%;
        height: 110px;
    }
    /* (모바일)조직도 내 박스 */
    #chbox li{
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    /* (모바일)조직도 CEO */
    #chbox .ceo{
        margin: 0 auto 35px;
    }
    /* (모바일)조직도 QA팀 ~ 기업부설연구소 큰틀 */
    #chbox .teams_1{
        margin: 0 auto 35px;
        width: 100%;
        height: 40px;
    }
    /* (모바일)조직도 QA팀 & 기업부설연구소 */
    #chbox .teams_1 li{
        width: 30%;
    }
    /* (모바일)조직도 대외협력팀 ~ 경영기획팀 */
    #chbox .teams_2{
        width: 100%;
        height: 1285px;
    }
    /* (모바일)조직도 대외협력팀 ~ 경영기획팀 한줄(세로) */
    #chbox .teams_2 ul{
        width: 100%;
        float: inherit;
        max-width: none;
    }
    #chbox .teams_2 ul:last-child{
        margin-right: 0;
    }
    /* (모바일)조직도 대외협력팀 ~ 경영기획팀 각각 박스 */
    #chbox .teams_2 li{
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }
    #chbox .teams_2 ul:last-child li:last-child{
        margin-bottom: 0;
    }
    #chbox .teams_2 li:last-child{
        margin-bottom: 35px;
    }
    /* Chart End */
    /* //////////////////////////////////////////////Section5 Start(CI) */
    /* (모바일)섹션5 로고묶음 */
    #section5 .logos{
        flex-direction: column;
        margin: 0 auto 35px;
        max-width: none;
        width: 170px;
        height: 350px;
    }
    /* (모바일)섹션5 로고 각각 사진 */
    #section5 .imgbox{
        width: 100%;
    }
    #section5 .imgbox img{
        width: 100%;
    }
    /* (모바일)섹션5 로고 의미 제목 */
    #section5 .mean{
        font-weight: 400;
    }
    /* (모바일)섹션5 로고 의미 본문 */
    #section5 .textbox{
        margin: 35px auto 80px;
        font-size: 13px;
    }
    /* (모바일)섹션5 컬러시스템 */
    #section5 .colors{
        flex-direction: column;
        margin: 60px auto;
    }
    /* (모바일)섹션5 색깔 공통부분 */
    #section5 .color{
        margin: 0 auto 35px;
    }
    #section5 .color:last-child{
        margin-bottom: 0;
    }
    /* (모바일)섹션5 색깔 텍스트박스 */
    #section5 .Cdetail{
        margin: 70px auto;
    }
    /* (모바일)섹션5 색깔 이름 */
    #section5 .Cdetail h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    /* (모바일)섹션5 색깔 본문 */
    #section5 .Cdetail p{
        font-size: 14px;
    }
    /* (모바일)섹션5 CI 다운로드 버튼 */
    #section5 .cidown{
        display: block;
        margin: 0 auto;
        width: 230px;
        height: 60px;
        color: #ff6120;
        text-align: center;
        line-height: 60px;
        border: 2px solid #ff6120;
    }
/* Section5 End(CI) */
}
@media only screen and (max-width: 398px){
    #section3 .textbox br:last-child{
        display: none;
    }
}
/* 23.04.19, 이승환, 사이트리뉴얼 */