@charset "utf-8";
.subVisual{height:460px;padding-top: 100px ;background: #484946 ;overflow: hidden;position: relative;z-index: 2; }
.subVisual::before{display: block;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-repeat: no-repeat;background-position: center 100%;animation: 2s zoom-ani  ease-out ;background-size:cover ;z-index: -1;}
.subVisual.view{overflow: visible;}
@keyframes zoom-ani {
0{-ms-transform: scale(1.2, 1.4);transform: scale(1.2, 1.1);}
15% {-ms-transform: scale(1.4, 1.3);transform: scale(1.4, 1.3);}
100% {-ms-transform: scale(1, 1);transform: scale(1, 1);}
}
.subVisual.subbg1::before{background-image: url(../img/sub/subbg_1.jpg);}
.subVisual.subbg2::before{background-image: url(../img/sub/subbg_2.jpg);}
.subVisual.subbg3::before{background-image: url(../img/sub/subbg_3.jpg);}
.subVisual.subbg4::before{background-image: url(../img/sub/subbg_4.jpg);}
.subVisual.subbg5::before{background-image: url(../img/sub/subbg_5.jpg);}
.subVisual.subbg6::before{background-image: url(../img/sub/subbg_5.jpg);}

.subVisual .subTit{position: absolute;top: 50%;left: 0;right: 0;transform:translateY(-50%);text-align: center;color: #fff;font-family: 'Gmarket Sans';}
.subVisual .subTit h2{display: block;font-size: 80px;letter-spacing: -3px;font-weight: 700;padding: 100px 19px 0 0 ;text-shadow: 2px 2px 1px rgba(0,0,0,0.15);display: inline-block;position: relative;margin-bottom: 2px;}
.subVisual .subTit h2::after{display: block;content: '';position: absolute;right: 0;background-color: #ec1e27;width: 13px;height: 13px;border-radius:50% ;animation-name:pickout;  animation-duration: 1.5s;  animation-delay: 2s;animation-fill-mode: forwards;opacity: 0;bottom: 80px;}
.subVisual .subTit h2.ch{margin-bottom:12px;}

@keyframes pickout {
0{transform:scale(.5, .9);}
10% {transform: scale(1.4, 0.5);bottom: 0;opacity: 1;}
100% {transform: scale(1, 1);bottom: 15px;opacity: 1;}
}

.pageDr{font-weight: 300;color: #ddd;position: relative;line-height: 1.1;}
.pageDr a.locH{display: inline-block;vertical-align: middle;}

.pageDr .aro{position: relative;display: inline-block;width: 15px;height: 14px;vertical-align: middle;text-indent: -999em;font-size: 0;}
.pageDr .aro::before{display: block;content: '';position: absolute;border-style:solid;border-color:#fff;border-width:0 1px 1px 0 ;padding:3px;transform:rotate(-45deg);top: 3px;left: 2px;margin-left: 0;opacity: .8;}
.pageDr b{font-weight: 300;color: #fff;}
:lang(en) body .subVisual .subTit{/*font-family: 'Manrope'*/}
:lang(en) body .subVisual .subTit h2{letter-spacing: -1px;}
:lang(en) body .pageDr{font-size: 0.85em;}
.subNavWrap .wrapper,
.pageContent .wrapper,
.pageContent.wrapper{max-width: 1200px;}
.pageContent{padding-bottom: 60px;/* overflow: hidden; */min-height: 500px;}
.pageContent::after{display: block;content: '';clear: both;}
.pageContent.pb0{padding-bottom: 0;}

@media screen and (max-width:1024px) {

.subVisual{height:300px;padding-top: 60px}
.subVisual .subTit h2{font-size: 60px;padding-top: 70px;}
}
@media screen and (max-width:815px) {

.pageContent{padding-bottom: 40px;min-height: 300px;}
}
@media screen and (max-width:580px) {
.subVisual{height:200px;}
.subVisual .subTit h2{font-size: 40px;margin-bottom: 10px;}
.pageDr{font-size: 14px;}
.pageDr a.locH .material-icons{font-size: 16px;}
@keyframes pickout {
0{transform:scale(.5, .9);}
10% {transform: scale(1.4, 0.5);bottom: -10px;opacity: 1;}
100% {transform: scale(1, 1);bottom: 5px;opacity: 1;}
}
}


.subNavWrap{margin-bottom: 100px;position: relative;}
.subNavWrap::after{content: '';position: absolute;bottom: 0;left: 0;right: 0;background-color: #e0e0e0;height: 1px;}
.subNavWrap .wrapper{width: auto;}
.swip_area{overflow: visible;position: relative;width: 100%;}
.swip{position: relative;top: 0;left: 0;width: 100%;margin-top: 0;height: 79px;padding: 0;box-sizing: border-box;z-index: 2;}
.swip .menu_list{list-style-type: none;padding: 0;margin: 0;height: 100%;text-align: center;}
.swip .menu_list li{list-style-type: none;margin: 0;padding: 0;position:relative;box-sizing: border-box;display: inline-block;vertical-align: top;height: 100%;}
.swip .menu_list li a{position:relative;width: 100%;height: 100%;display: flex;flex-wrap: wrap;align-items: center;font-size: 20px;font-weight: 400;padding:0 22px;box-sizing:border-box;letter-spacing:-1px;}
.swip .menu_list li.on a{ color:#ec1e27; font-weight: 700;}
.swip .menu_list li a::after{display: block;content: '';position: absolute;bottom: 0;left: 50%;right: 50%;height: 2px;background-color: #ec1e27;opacity: 0;transition: .25s}
.swip .menu_list li a:hover::after,
.swip .menu_list li.on a::after{left: 22px;right: 22px;height: 2px;opacity: 1;}
.swip .menu_list li + li:before{display: inline-block;content: "";position: absolute;top:50%;left: -1px;width: 1px;height: 17px;background: rgba(0,0,0,0.13);vertical-align: top;transform:translateY(-50%);}


.swip .menu_list{width: 100%;display: inline-block;-webkit-box-sizing: border-box;box-sizing: border-box;white-space: nowrap;overflow-y: hidden;overflow-x: auto;-webkit-overflow-scrolling: touch;font-size: 0;/* padding: 0 3%; */}
.swip .menu_list::-webkit-scrollbar{display:none;}



@media screen and (max-width:1024px) {
.subNavWrap{margin-bottom: 40px;}
.swip{height: 59px;}
.swip .menu_list{padding: 0 3%;}
.swip .menu_list li a{padding: 0 15px;font-size: 16px;}
.swip .menu_list li a:hover::after,
.swip .menu_list li.on a::after{left: 15px;right: 15px;}
.swip .menu_list li + li:before{height: 10px;}
}
table.classic { border: 0; border-collapse: separate; width: 100%; border-top: solid 2px #000;border-bottom: 2px solid #000;}
table.classic td,
table.classic th { border: 0; border-bottom: solid 1px #e5e5e5; border-left: solid 1px #e5e5e5;color: #000;padding: 20px 1% ; text-align: center; line-height: 1.6; vertical-align: middle;  height: auto ;word-wrap:break-word;word-break: break-all;font-size: 18px;font-family:'Noto Sans KR',sans-serif;}
table.classic thead th { /* background: #f4f4f4; */ border-bottom-color: #000;font-weight: 400;}
table.classic thead th.first { border-left: none; }
table.classic tbody td.first { border-left: none}
table.classic tbody th {font-weight: 400; border-left: none;}
table.classic th.bdr{border-right: solid 1px #e5e5e5;}
table.classic .bdl0{border-left:0}
table.classic th.left { padding-left:10px; text-align:left; }
table.classic td.left,
table.classic tr.left td{padding-left:2.5%; text-align: left;padding-right: 1%; }
table.classic td.va-t{vertical-align: top;}
table.classic.tdLeft tbody td{text-align: left;padding-left: 15px;}
table.classic.fw-n td.left{font-weight: 300;}
table.classic .bdt th,table.classic .bdt td{border-top: 1px solid #000;}
table.classic.center th,
table.classic.center td {text-align: center !important;padding-left: 0 !important;padding-right: 0 !important;}
.m_scroll{margin-bottom: 30px;}
.m_scroll.mb0{margin-bottom: 0;}

/********
공통
*********/
/*  font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));
*/
h3.st,
.cont h3{font-size: 40px;margin-bottom: 40px;}
.cont p{font-size: 20px;line-height: 1.45;text-align: justify;letter-spacing: -.8px;margin-bottom: 40px;}
.cont p.b1{font-size: 21px;font-weight: 700;margin-bottom: 10px;}
.cont p.sign{text-align: right;}
.cont h3.st{margin-bottom: 20px;}
p.bul{padding-left: 7px;position: relative;}
p.bul::before{display: block;content: '';width: 3px;height: 3px;background-color: #444;border-radius:50% ;position: absolute;top: 11px;left: 0;}

@media screen and (max-width:1024px){
h3.st,
.cont h3{font-size: 33px;margin-bottom: 35px;}
.cont p{font-size: 18px;margin-bottom: 25px;}
}
@media screen and (max-width:450px){
h3.st,
.cont h3{font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1200 - 300)))}
.cont p{font-size:  calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)))}
.cont p.b1{font-size:  calc(17px + (21 - 17) * ((100vw - 300px) / (1200 - 300)))}
}
/*****
story
*******/
.story {position: relative;padding-left: calc(100% - 720px);padding-top: 5px;}
.story ul,.story li{list-style-type: none;margin: 0;padding: 0;}
.story ul{position: absolute;top: 0;left: 0;font-size: 40px;}
.story li a{display: block;color: #333;font-weight: 700;font-family:'Gmarket Sans';letter-spacing: -2px;padding: 15px 0;line-height: 1.2;color: #ccc;}
.story ul li a.active {color: #000;font-size: 56px;font-size: 1.4em;}
.story ul li a.active::after{content: '';display: inline-block;background-color: #ec1e27;width: 8px;height: 8px;vertical-align: middle;border-radius:4px 0 4px 0 ;margin-left: 5px;vertical-align: top;}
.story dl{overflow: hidden;}
.story dt{font-size: 32px;letter-spacing: -1.5px;font-weight: 700;color:#000;padding-bottom: 10px;position: relative;font-family: 'Gmarket Sans';padding-top: 5px;line-height: 1.5;}
.story dd{padding-bottom: 40px;}
.story dd p{font-size: 20px;line-height: 1.4;margin-bottom: 5px;position: relative;padding-left: 33px;}
.story dd p em{color: #999;font-weight: 400;;display: block;position: absolute;top: 0;left: 0;}
.story dd .imgX{padding-top: 15px;}
.story dd .imgX + p{margin-top: 25px;}
@media screen and (max-width:1200px) {
.story ul {font-size: 28px;}
.story ul li a.active {font-size: 1.25em;}
}
@media screen and (min-width:580px) and (max-width:1024px)  {
.story ul li{float: left;width: 33.33%;text-align: center;}
.story ul li a{padding: 0;height: 25px;padding-top: 30px;border-bottom: 1px solid #ccc;}
.story ul li a.active{border-bottom: 2px solid #000;height: 24px;padding-top: 30px;font-size: 1em;}
}
@media screen and (max-width:1024px) {
.story{padding-left: 0;padding-top: 0;}
.story ul{position: static;overflow: hidden;margin-bottom: 40px;}
.story li a{padding: 5px 0;}
.story dd{padding-bottom: 30px;}
.story dd p{font-size:18px;line-height: 1.3;margin-bottom: 5px;padding-left: 30px;}
}

/*******
ci
********/
.ciWrap{overflow: hidden;padding-top: 80px;}
.ciWrap>div{width:47.33333%}
.cont .ciWrap>div p{margin-bottom: 20px;}
@media screen and (max-width:600px){
.ciWrap,.ciWrap>div.frt{padding-top: 40px;}
.ciWrap>div{width:auto;float: none;}
}

/*******
mapArea
********/
.mapWrap>div{width: 48.3333%;}
.mapWrap h4{font-size: 30px;margin-bottom: 20px;}
.mapWrap p{font-size: 20px;line-height: 1.4;margin-bottom: 5px;padding-left: 72px;position: relative;}
.mapWrap p b{display: block;position: absolute;top: 0;left: 0;}
.mapWrap p.ch{padding-left: 92px;}
.mapWrap p.en{padding-left: 86px;}

.mapArea{margin-bottom: 25px;background-color: #fff;border: 1px solid #e0e0e1;font-size: 0;border-radius:15px;overflow: hidden;}
.mapArea iframe{/* width: 100% !important; */}
.mapArea .root_daum_roughmap{width:99.99%!important;overflow:hidden;border-bottom: 0 solid rgba(0,0,0,0.2);}
.mapArea .wrap_map{overflow:hidden}
.mapArea .root_daum_roughmap_landing .border2{display: block !important;height: 2px;}
.mapArea .root_daum_roughmap .wrap_map .map_border{display: none !important;}

@media screen and (max-width:1024px) {
.mapWrap h4{font-size: 23px;margin-bottom: 10px;}
.mapWrap p{font-size: 18px;padding-left: 55px;}
.mapWrap p br{display: none;}
}
@media screen and (max-width:610px) {
.forMap span{display: block;}
.mapWrap>div{width:auto;float: none;margin-bottom: 30px;}
.mapWrap p{font-size: 17px;padding-left: 50px;}
.mapArea{margin-left:1.5%;margin-right: 1.5%;}
.mapArea iframe,
.mapArea .root_daum_roughmap .wrap_map{height: 280px !important;}
}
/*****
연구/생산
******/
.stBy {margin-bottom: 20px;}
.stBy p{font-size: 20px;line-height: 1.3;}
.stBy h3.st{margin-bottom: 20px;}
@media screen and (min-width:1240px) {
.stBy p{display: inline-block;line-height: 1;}
.stBy p::before{content: '';display: inline-block;width: 16px;border-left: 1px solid #ec1e27;height: 18px;vertical-align: bottom;margin-left: 13px;}
.stBy h3.st{display: inline-block;}
}
.conHalf{overflow: hidden;padding-bottom: 100px;display: flex;margin-left: -4%;flex-wrap: wrap;}
.conHalf>div{width: 46%;margin-bottom: 4%;margin-left: 4%;}
.conHalf h4{font-size: 24px;margin-bottom: 12px;letter-spacing: -1.2px;}
.conHalf p{font-size: 18px;line-height: 1.5;}
.conHalf .imgX{margin-bottom: 20px;}
.imgGrid {overflow: hidden;margin-left: -45px;}
.imgGrid div {margin-bottom: 45px;margin-left: 45px;float: left;width: calc(100%/3 - 45px);}
.imgGrid img{max-width: 100%;display: block;font-size: 0;}



@media screen and (max-width:815px) {
.imgGrid {overflow: hidden;margin-left: -20px;}
.imgGrid div {margin-bottom: 20px;margin-left: 20px;float: left;width: calc(100%/3 - 20px);}
}
.conTop {text-align: center;margin-bottom: 100px;}
.conTop dt{margin-bottom: 15px;font-size: 100px;font-weight: 700;font-family: 'Gmarket Sans';letter-spacing: -2px;line-height: 1.05;}
.conTop dd{font-size: 24px;line-height: 1.45;}
.conTop span{display: block;}
.conTop dt span{color: #ec1e27;}
.conTop dd em{font-style: normal;color: #408eef;font-weight: 500;}
.conTop dd b{color: #ec1e27;}
@media screen and (max-width:1024px) {
.conTop {margin-bottom: 50px;}
.conTop dt{font-size: 70px;}
.conTop dd{font-size: 19px;letter-spacing: -1px;}
.conHalf h4{font-size: 19px;}
}
@media screen and (max-width:600px) {
.conTop dt{font-size: 50px;line-height: 1;margin-bottom: 5px;}
.conTop dd{font-size: 16px;}
.conHalf{display: block;margin-left: 0;flex-wrap: normal;}
.conHalf>div{width: auto;margin-bottom: 7%;margin-left:0;}
}
@media screen and (max-width:420px) {
.conTop dt{font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (600 - 300)));}
.conTop dd{font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (600 - 300)));}
.conHalf {padding-bottom: 30px;}
.imgGrid {margin-left: -10px;}
.imgGrid div {margin-bottom: 10px;margin-left: 10px;width: calc(100%/2 - 10px);}
}
.pros dl{margin-bottom: 40px;font-size: 0;overflow: hidden;padding-bottom: 40px;border-bottom: 1px solid #eee;}
.pros dl:last-child{border-bottom: 0;margin-bottom: 0;}
.pros dt{color: #fff;border-radius:50% ;line-height: 120px;height: 120px;width: 120px;font-size: 24px;font-weight: 700;font-family: 'Gmarket Sans';letter-spacing: -1.5px;background-color: #e80038;text-align: center;margin-right: 18px;float: left;position: relative;}
.pros dd{float: left;text-align: center;padding-left: 20px;position: relative;height: 120px;margin-left: 10px;width: calc(100% - 170px);}
.pros dt::after,.pros dd::before{content: '';display: block;background-color: #ddd;width: 8px;height: 8px;border-radius:50% ;font-size: 0;position: absolute;top:50%;margin-top: -4px;}
.pros dt::after{right: -18px;}
.pros dd::before{left: 0;}
.pros ol,.pros li{list-style-type: none;margin: 0;padding: 0;}
.pros ol{overflow: hidden;margin-right: -3.56%;position: relative;top: 50%;transform:translateY(-50%)}
.pros li{float: left;width: 7.57%;padding-right: 3.56%;position: relative;}
.pros li:last-child{padding-right: 0;}
.pros p{border: 1px solid #ccc;box-sizing: border-box;height: 0;position: relative;padding-top: 100%;font-size: 19px;border-radius:50% ;}
.pros_en p{font-size:15px !important;}
.pros li:last-child p{border-color: #000;background-color: #000;color: #fff;}
.pros li p span{display: block;position: absolute;top: 50%;left: 0;right: 0;transform:translateY(-48%)}
.pros li::after {content:''; border: 6px solid #111; border-right: 0;border-left-width: 10px; border-top-color: transparent; border-bottom-color: transparent; display: block; position:absolute; right:11%; top:50%;margin-top: -7px; }
.pros li:last-child::after{display: none;}
.pros .pros_2 dt{background-color: #ff7e0d;}
.pros .pros_3 dt{background-color: #aacc00;}
.pros .pros_4 dt{background-color: #00a1f2;}
@media screen and (max-width:1024px) {
.pros dl{margin-bottom: 20px;padding-bottom: 20px;}
.pros dt{float: none;margin-right: 0;margin-bottom: 18px;}
.pros dt::after,.pros dd::before{top: auto;margin-top: 0;}
.pros dt::after{right: auto;bottom: -18px;left: 50%;margin-left: -4px;}
.pros dd::before{left: 56px;top: 10px;}
.pros dd{float: none;width: auto;padding-left: 25px;margin-left: 0;height: auto;padding-top: 30px;}
.pros ol{top: 0;transform:translateY(0)}
.pros p{font-size: 18px;}
}
@media screen and (max-width:850px) {
.pros dt::after,.pros dd::before{display: none;}
.pros dt{line-height: 90px;height: 90px;width: 90px;}
.pros dd{padding-left: 0;padding-top: 0;}
.pros p{font-size: 16px;}
}
@media screen and (max-width:650px) {
.pros dt{margin-left: auto;margin-right: auto;}
.pros ol{padding-right: 0;margin-right: -5%;}
.pros li:nth-child(4n){padding-bottom: 8%;}
.pros li{float: left;width: 20%;padding-right: 5%;}
.pros li::after{right: 4%;}
.pros li:nth-child(n+5):nth-child(-n+8){float: right;}
.pros li:nth-child(n+5)::after{transform:rotate(180deg);right: auto;left: -16%;}
.pros li:last-child{padding-right: 5%;}
.pros li:nth-child(4)::after{margin-top: 0;right: calc(50% + 1px);top: 80%;transform:rotate(90deg)}
.pros li:nth-child(8)::after{margin-top: 0;right: calc(50% + 1px);top: 80%;transform:rotate(90deg);left: auto;}
}
/*******
인재상
***********/
.talent, .talent li{list-style-type: none;margin: 0;padding: 0;}
.talent{overflow: hidden;margin-left: -30px;margin-right: -30px;margin-bottom: 150px;}
.talent li{float:left;padding: 0 30px;width: calc(100%/3 - 60px);background-repeat: no-repeat;background-position: center 0;}
.talent .hd{text-align: center;color: #fff;height: 229px;margin-bottom: 30px;}
.talent dd{font-size: 18px;line-height: 1.4;}
.talent .hd dt{font-size: 36px;font-weight: 800;margin-bottom: 5px;padding-top: 100px;text-shadow:1px 1px 3px  rgba(0,0,0,0.15)}
.talent .cond{padding-left: 20px;}
.talent .cond dt{font-size: 26px;font-weight: 800;text-transform: uppercase;font-family: 'Lato';margin-bottom: 20px;}
.talent .cond dd span{display: block;}
.talent li.tal_1{background-image: url(../img/cont/tal_1.png);}
.talent li.tal_2{background-image: url(../img/cont/tal_2.png);}
.talent li.tal_3{background-image: url(../img/cont/tal_3.png);}

@media screen and  (max-width:1180px) {
.talent .cond{padding-left: 0;}
.talent .cond dd span{display: none;}
}
@media screen and (min-width:600px) and (max-width:1050px) {
.talent{margin-right: -15px;margin-left: -15px;margin-bottom: 7.6vw;}
.talent li{background-size:100% auto;padding: 0 15px;width: calc(100%/3 - 30px);}
.talent .hd {margin-bottom:2.8vw;height:21.8vw ; }
.talent .hd dt{padding-top: 9.35vw;font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1050 - 300)))}
.talent dd{font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1050 - 300)))}
}
@media screen and (max-width:600px) {
.talent{margin-right: 0;margin-left: 0;margin-bottom: 7.6vw;}
.talent li{padding: 0 ;width: auto;float: none;text-align: center;margin-bottom: 7vw;}
}
@media screen and  (max-width:390px) {
.talent li{background-size:100% auto;padding: 0 15px;}
.talent .hd {margin-bottom:5.8vw;height:58.7vw ; }
.talent .hd dt{padding-top: 25.7vw;font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (390 - 300)))}
.talent dd{font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (390 - 300)));letter-spacing: -1px;}
}
/***************
복리후생
****************/
.welf{overflow: hidden;display: flex;flex-wrap: wrap; margin-bottom:120px;}
.welf>div{margin-bottom: 30px;display: flex;align-items: center;width: 50%;}
.welf>div>.i{width: 150px;height: 150px;border-radius:50%;background-color: #f7f8f9;text-align: center;line-height: 150px;flex-shrink: 0;}
.welf>div>.i img{display: inline;vertical-align: middle;}
.welf>div dl{margin-left: 30px;}
.welf>div dt{font-weight: bold;font-size: 24px;margin-bottom: 15px;}
.welf>div dd p{position: relative;padding-left: 5px;line-height: 1.2;margin-bottom: 5px;font-size: 18px;}
.welf>div dd p::before{display: block;content: '';width: 2px;height: 2px;top: 9px;left: 0;position: absolute;background-color: #111;border-radius:50% ;}
@media screen and (max-width:1024px) {
.welf>div>.i{width: 110px;height: 110px;line-height: 110px;}
.welf>div dt{font-size: 21px;margin-bottom: 10px;}
.welf>div dd p{font-size: 17px;}
.welf>div dl{margin-left: 20px;}
}
@media screen and (max-width:860px) {
.welf{display: block;flex-wrap: nowrap}
.welf>div{width: auto;}
}
@media screen and (max-width:400px) {
.welf>div>.i{width: 90px;height: 90px;line-height: 90px;}
.welf>div>.i img{width: 50%;}
.welf>div dt{font-size: 20px;margin-bottom: 5px;}
.welf>div dd p{font-size: 16px;}
.welf>div dd p br{display: none;}
}
/***************
조직도
****************/
.organBox{text-align: center;padding: 60px 80px ;border: 1px solid #ddd;border-radius:24px ;}
.organBox ul,.organBox li{list-style-type: none;margin: 0;padding: 0;}
.organBox .bu{background-color: #ededed;line-height: 58px;font-size: 18px;margin: 0 7%;position: relative;}
.organBox .bu.bg0{background-color: #393837;color: #fff;}
.organBox h3 .bu{margin: 0 auto 60px;width: 17.2%;color: #fff;background-color: #ec1e27;}
.organBox h3 .bu::after{position: absolute;height: 60px;width: 1px;background-color: #ccc;top: 59px;left: 50%;display: block;content: '';margin-left: -0.5px;}
.organBox ul:after{content: '';display: block;clear: both;}
.organBox .low > ul{overflow: visible;padding: 60px 0 0;position: relative;}
.organBox .low > ul::before{position: absolute;height: 1px;top: 0px;left: calc(80px + 2.25%);right: calc(80px + 2.25%);background-color: #ccc;display: block;content: '';}
.organBox .low > ul > li{width: 20%;float: left;position: relative; list-style:none;}
.organBox .low > ul > li::before{position: absolute;height: 60px;width: 1px;background-color: #ccc;top: -60px;left: 50%;display: block;content: '';}
.organBox .low > ul > li  li .bu{background: none;border-bottom: 1px solid #ccc;}

.organBox.rnd .low > ul::before{left: calc(80px + 4.8%);right: calc(80px + 4.8%);}
.organBox.rnd .low > ul > li{width: 25%}
.organBox.rnd .low > ul > li .bu{background: none;color: #000;line-height: 1.2;border: 1px solid #ec1e27;padding: 30px 0  35px;margin: 0 13%;font-size: 30px;border-radius:30px }
.organBox.rnd .low > ul > li .bu b{display: block;}




@media screen and (max-width:1260px) {
.organBox {padding: 40px 3.3%;}
.organBox .low > ul::before{left: 10.1%;right: 10.1%;}
.organBox.rnd .low > ul::before{left: 12.5%;right: 12.5%;}
}
@media screen and (max-width:850px) {
.organBox {padding: 40px 3%;}
.organBox .bu{font-size: 17px;margin:0 3.5%;}
.organBox.rnd .low > ul > li .bu{font-size: 23px;margin: 0 5%;border-radius:20px ;padding: 25px 0;}
}
@media screen and (max-width:580px) {
.organBox h3 .bu{width: auto;}
.organBox {padding: 35px 7% 0;border-color: #f0f0f0;}
.organBox .low{position: relative;}
.organBox .low::before{position: absolute;height: 1px;top: 0px;left: 0;right: 50%;background-color: #ccc;display: block;content: '';}
.organBox .low > ul::before{height: auto;top: 0;left: 0;right: auto;bottom: 101px;width: 1px;}
.organBox .low > ul > li{width:auto;float: none;margin-bottom: 40px;padding-left: 40px;}
.organBox .low > ul{padding-left: 0;}
.organBox .bu{margin: 0;}
.organBox .low .bu{line-height: 40px}
.organBox .low > ul > li:before{height: 1px;width: 40px;top: 20px;left: 0;}

.organBox.rnd .low > ul{padding-top: 40px;padding-bottom:20px;}
.organBox.rnd .low > ul::before{height: auto;top: 0;left: 0;right: auto;bottom:74px;width: 1px;}
.organBox.rnd .low > ul > li{width:auto;float: none;margin-bottom: 20px;padding-left: 40px;}
.organBox.rnd .low > ul > li .bu{margin: 0;padding: 20px 0;}
.organBox.rnd .low > ul > li .bu b{display: inline;}
.organBox.rnd .low > ul > li:before{height: 1px;width: 40px;top: 50%;left: 0;}
}
/***************
회사개요
****************/
.vision .conTop::before{content: '';display: block;width: 302px;height: 154px;margin: 0 auto 25px;background: url(../img/cont/vis_logo.png) center 0 no-repeat;}
.vision .conTop{margin-bottom: 70px;}
.vision .conTop dt{font-size: 60px;margin-bottom: 10px;}
.vision ul,
.vision li{list-style-type: none;padding: 0;margin: 0;}
.vision ul{overflow: hidden;margin-left: -30px;margin-bottom: 100px;}
.vision ul li{float: left;margin-left: 30px;width:calc(100%/3 - 30px) ;margin-bottom: 20px;border-top: 2px solid #000;padding-top: 35px;}
.vision ul li p{padding-top: 14px;font-size:20px;font-weight: 400;line-height: 1.2;letter-spacing: -1px;}
.vision ul li img{max-width: 100%;font-size: 0;display: block;margin: 0;}
.vision ul li em{font-size: 16px;display: block;font-style: normal;font-family: 'Gmarket Sans';line-height: 1.2;font-weight: 500;padding: 2px 0 7px;}
.vision ul li b{font-weight: 700;font-size: 40px;font-family: 'Gmarket Sans';letter-spacing: -2px;margin-bottom: 11px;line-height: 1.2;display: block;}
.visDark{background: #363534 url(../img/cont/vis_dark.jpg) center 0 no-repeat;height: 580px;color: #fff;padding-top: 110px;}
.visDark .flt{overflow: hidden;}
.visDark .flt p{margin-right: 40px;float: left;}
.visDark .flt img{display: block;}
.visDark .flt em{display: block;font-style: normal;padding-top: 15px;font-size: 18px;line-height: 1.1;}
.visDark .frt{width: calc(100% - 760px );padding-top: 7.2%;}
.visDark .frt .slogan::before{content: '';display: block;margin-bottom: 30px;background:  url(../img/cont/vis_shape.png) 0 0 no-repeat;width: 83px;height: 42px;}
.visDark .frt .slogan{font-size: 40px;font-weight: 700;margin-bottom: 30px;line-height: 1.1;text-transform: uppercase;font-family: 'Gmarket Sans';letter-spacing: -1.5px}
.visDark .frt .slogan b{display: block;}
.visDark .frt p{line-height: 1.5;font-size: 18px;}
.visDark .frt p b{display: block;}
@media screen and (max-width:1200px){
.visDark .frt{width: calc(100% - 710px );padding-top: 4%;}
.visDark .frt .slogan{font-size: 33px;}
}
@media screen and (max-width:1024px){
.vision .conTop::before{width: 250px;height: 128px;background-size:100% auto}
.vision .conTop{margin-bottom: 50px;}
.vision .conTop dt{font-size: 40px;margin-bottom: 10px;}
.vision ul{margin-bottom: 50px;}
.vision ul li{padding-top: 25px;}
.vision ul li p{font-size: 16px;}
.vision ul li em{font-size: 14px;}
.vision ul li b{font-size: 30px;}
.visDark {background-size:cover;padding: 70px 0;height: auto;}
.visDark .flt img{max-width: 100%;}
.visDark .flt p{margin-right: 20px;width: calc(50% - 20px);}
.visDark .flt em{font-size: 16px;letter-spacing: -1px;}
.visDark .flt{width: 60%;}
.visDark .frt{width: 38%;}
.visDark .frt .slogan{font-size: 28px;}
.visDark .frt p{font-size: 16px;}

}
@media screen and (max-width:780px){
.visDark .frt{padding-top: 0}
.visDark .frt .slogan{margin-bottom: 15px;}
}
@media screen and (max-width:670px){
.vision ul {margin-left: 0;}
.vision ul li{float: none;width: auto;margin-left: 0;margin-bottom: 0;border-top-width: 1px;border-top-color: #ddd;}
.vision ul li img{width: 100%;}
.vision ul li p{padding:10px 20px;height: 20px;position: relative;top: -40px;background-color: rgba(0,0,0,0.55);font-weight: bold;color: #fff;}
.visDark .flt,
.visDark .frt{width: auto;float: none;}
.visDark .flt p{margin:0 10px 20px;}
.visDark .frt{padding-top: 4%;}
}

/*********
관련회사
**********/
.affl::after,.affl li::after{display: block;content: '';clear: both;}
.affl,.affl li{list-style-type: none;margin: 0;padding: 0;}
.affl{display: flex;margin-left: -30px;font-size: 0;}
.affl li{margin-left: 30px;width: calc(100% / 3 - 30px);position: relative;border-radius: 20px 20px 0 0;overflow: hidden;}
.affl li img{display: block;position: relative;}
.affl li dl{border: 1px solid #ddd;border-radius:0 0 20px 20px ;border-top: 0;font-size: 16px;box-sizing: border-box;padding-left: 35px;padding-top: 30px;padding-bottom: 45px;}
.affl li dt{font-weight: 700;font-size: 30px;margin-bottom: 5px;}
.affl li dd.sbt{font-size: 18px;margin-bottom: 20px;color: #666;}
.affl li dd p{position: relative;padding-left: 70px;margin-bottom: 5px;line-height: 1.3;word-break: break-all;padding-right: 5px;}
.affl li dd.en p{padding-left: 85px;}
.affl li dd p em{position: absolute;top: 0;left: 0;font-weight: 500;font-style: normal;display: block;letter-spacing: -1px;}
.affl li dt a{display: inline-block;}
.affl li dt a::after{display: inline-block;content: '';background: url(../img/cont/affl_go.png) 0 0 no-repeat;width: 16px;height: 16px;vertical-align: middle;margin-left: 10px;margin-bottom: 5px;}
.affl li a:hover{color: #ec1e27;text-decoration: underline;}
.affl li a{transition:.25s ease-out}
@media screen and (max-width:1100px){
.affl {margin-left: -15px;}
.affl li{margin-left: 15px;width: calc(100% / 3 - 15px);}
.affl li dl{padding-left: 7%;font-size: 15px;padding-bottom: 30px;}
.affl li dd p{padding-left: 60px}
.affl li dd p em{font-size: 14px;}
}
@media screen and (max-width:600px){
.affl .affl-img{background-color: #963;}
.affl .affl-img.bg1{background-color: #3b9c62;}
.affl .affl-img.bg2{background-color: #aa5558;}
.affl{display: block;flex-wrap: nowrap;margin-left: 0;padding-bottom: 30px;}
.affl li{width: auto;margin-left: 0;margin-bottom: 15px;}
}
/*********
썸네일목록(협력사/제품)
**********/

.compLst::after{display: block;content: '';clear: both;}
.compLst,.compLst li{list-style-type: none;margin: 0;padding: 0;}
.compLst{margin-left: -20px;display: flex;flex-wrap: wrap;}
.compLst li{margin-left: 20px;/* float: left; */text-align: center;/* font-weight: normal; */width: calc(100% / 4 - 20px);margin-bottom: 40px;overflow: hidden; padding-bottom:5px;}
.compLst li .comp img{display: block;font-size: 0;max-width: 100%; border-radius:15px;}
.compLst li span{font-size: 18px;padding-top: 15px;display: block;}

.compLst.prod li{text-align: left;}
.compLst.prod li span{font-size: 20px;}
.compLst.prod li span b{font-size: 18px;display: block;margin-bottom: 7px;}
.compLst.prod li a {display: block}
.compLst.prod li .comp {border-radius:15px;overflow: hidden;background: #F2F1F6;position: relative;height: 0;padding-top: 98.2456%;}
.compLst.prod li .comp img{position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);mix-blend-mode: darken;}



.compLst.prod li.nothing{width:100%; height:auto;}
.compLst.prod li.nothing img{width:100%;}

@media screen and (max-width:1024px){
.compLst{margin-left: -10px;}
.compLst li{margin-left: 10px;width: calc(100% / 4 - 10px);margin-bottom: 30px;}
.compLst li span{font-size: 16px;padding-top: 10px;}
.compLst.prod li span{font-size: 17px;}
.compLst.prod li span b{font-size: 15px;}
}

@media screen and (max-width:900px){
.compLst li{width: calc(100% / 3 - 10px);}

}
@media screen and (max-width:600px){
.compLst li{width: calc(100% / 2 - 10px);}

}
@media screen and (max-width:380px){
.compLst.prod li span{font-size: 15px;}
.compLst.prod li span b{font-size: 14px;}
}
.sort{overflow: hidden;padding-bottom: 20px;}
.sort > div{font-size: 0;line-height: 0;overflow: hidden;margin-left: -18px;}
.sort a{display: inline-block;font-size: 18px;letter-spacing: -1px;padding: 10px 18px;line-height: 1.5;position: relative;}
.sort a::before{content: '';width: 1px;height: 16px;position: absolute;top: 50%;left: 0;margin-top: -8px;display: block;background-color: #ccc;}

.sort a::after { content: '';position: absolute; bottom: 10px;left: 50%;right: 50%;height:8px;background-color: #abd0ff;z-index: -1; border-radius:3px ;opacity: 0; transition:.25s ease-out}
.sort a:hover::after,
.sort a.on::after { left: 18px;right: 18px;opacity: 1;}

@media screen and (max-width:900px){

.sort a{font-size: 16px;padding: 5px 12px;}
.sort a.on:after {left: 12px;right: 12px;bottom: 5px;}
.sort > div{margin-left: -10px;}
}

/*인증**/

.imgBy{position: relative;padding-right: 510px;margin-bottom: 100px;padding-top: 5px;padding-bottom: 5px;font-family:'Noto Sans KR'}
.cont .imgBy h3{margin-bottom: 30px;}
.cont .imgBy p{line-height: 1.5;margin-bottom: 13px;}
.imgBy ._img{position: absolute;top: 0;right: 0;bottom: 0;width: 440px;background-repeat: no-repeat;background-position: center;}
.imgBy ._img img{display: none;}

@media screen and (max-width:1360px){
.imgBy{padding-right: 34%;}
.imgBy ._img{width: 30%;}
}
@media screen and (max-width:1024px){
.imgBy ._img img{display: block;position: absolute;top: 0;right: 0;max-width: 100%;}
.imgBy ._img{background: none !important;}
}
@media screen and (max-width:820px){
.imgBy{margin-bottom: 50px;}
.imgBy ._img img{top: 60px;}
.cont .imgBy br{display:none !important;}
}
@media screen and (max-width:600px){
.imgBy{padding: 0;}
.imgBy ._img{position: static;width: auto;padding-top: 20px;overflow: hidden;}
.imgBy ._img img{position: static;float: right;max-width: 50%;}
}
/*****
detailTab
*******/
.detailTab {position:relative;text-align: center;margin-bottom: 100px;}
.detailTab ul {margin: 0;list-style-type: none;padding: 0;}
.detailTab ul:after {display:block;	clear:both;	content:''}
.detailTab ul li {	margin: 0;list-style-type: none;display: block;float:left;width:33.33%;position: relative;	padding: 0;}
.detailTab ul li a {display:block;font-size: 20px;color: #999;text-align:center;letter-spacing: 0; font-weight: 700;background:#f8f8f8;line-height:58px;border:solid 1px #ddd;border-left:0;position:relative}
.detailTab ul li a.active {color: #000;background:#fff;border-color:#000;border-bottom-color:#fff;border-left:solid 1px #000;margin-left:-1px;font-weight: 800;}
.detailTab ul li:first-child a{border-left:solid 1px #ddd}
.detailTab ul li:first-child  a.active{border-left-color:#000}
.tab_content{display: none;overflow: hidden;}

.bizCircle *{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.bizCircle{overflow: hidden;padding: 60px 0;background-color: #f7f7f7;text-align: center;margin-bottom: 100px;border-radius:15px;overflow: hidden;}
.bizCircle .wrp{max-width: 924px;margin: 0 auto;}
.bizCircle dl::after{display: block;content: '';clear: both;}
.bizCircle dl{float: left;position: relative;width: 49.2%;font-family: 'Gmarket Sans';color: #fff;}
.bizCircle dl dt{position: relative;height: 0;padding-top: 63%;width: 63%;}
.bizCircle dl dt div{border-radius:50% ;width: 100%;height: 100%;position: absolute;top: 0;left: 0;text-align: center;border: 1px solid #000;}
.bizCircle dl dt div::before{background-color: #000;content: '';display: block;border-radius:50% ;position: absolute;top: 19px;right: 19px;bottom: 19px;left: 19px;}
.bizCircle dt b{display: block;line-height: 1;height: 105px;top: 50%;margin-top: -52px;position: absolute;left: 0;right: 0;font-size: 30px;}
.bizCircle dt b::before{display: block;content: '';width: 47px;height: 67px;background-repeat: no-repeat;background-position: center 0;margin: 0 auto 5px;}
.bizCircle dt b em{font-size: 20px;display: block;font-weight: 500;font-style: normal;padding-bottom: 5px;}
.bizCircle dl dd{position: absolute;left: 63%;top: 50%;right: 0;border-bottom: 1px solid #000;height: 28px;font-size: 20px;letter-spacing: -1.5px;font-weight: 500;margin-top: -28px;color: #666;padding-bottom: 8px;line-height: 1.1;}
.bizCircle dl dd.height55{height:55px; top:41%;}

.bizCircle dd:after,.bizCircle dd:before{display: block;content: '';position: absolute;}
.bizCircle dd:after{right: 2px;border-style:solid;border-color:#000;border-width:0 1px 0 0 ;padding:6px;transform:rotate(-45deg);top: 22px;top: auto;bottom: -7px;}
.bizCircle dd:before{background-color: #000;border-radius:50% ;height: 14px;width: 14px;top: 21px;top: auto;bottom: -7px;left: -8px;}

.bizCircle dl.rt{float: right;}
.bizCircle dl.rt dt{float: right;}
.bizCircle dl.rt dd{right: 63%;left: 0;margin-top: 0;border-bottom: 0;padding-bottom: 0;padding-top: 8px;border-top-width: 1px;border-top-style: solid;}
.bizCircle dl.rt dd:after{right: auto;left: -5px;border-width:0 1px 0 0 ;padding:6px;top: 3px;bottom: auto;}
.bizCircle dl.rt dd:before{top: -7px;bottom: auto;left: auto;right: -8px;}

.bizCircle dl.circA dd,
.bizCircle dl.circA dd:after,
.bizCircle dl.circA dt div {border-color: #e80038;}
.bizCircle dl.circA dd:before,
.bizCircle dl.circA dt div::before{background-color: #e80038;}
.bizCircle dl.circA dt div b::before{background-image: url(../img/cont/biz_circ_1.png);}
.bizCircle dl.circB dd,
.bizCircle dl.circB dd:after,
.bizCircle dl.circB dt div {border-color: #00264d;}
.bizCircle dl.circB dd:before,
.bizCircle dl.circB dt div::before{background-color: #00264d;}
.bizCircle dl.circB dt div b::before{background-image: url(../img/cont/biz_circ_2.png);}

.bizCircle dl.circC dd,
.bizCircle dl.circC dd:after,
.bizCircle dl.circC dt div {border-color: #00a1f2;}
.bizCircle dl.circC dd:before,
.bizCircle dl.circC dt div::before{background-color: #00a1f2;}

.bizCircle dl.circC dt div b::before{background-image: url(../img/cont/biz_circ_3.png);}
.bizCircle dl.lt.circB{overflow: visible;}
.bizCircle dl.lt.circB dd{right: -37%;}
.bizCircle dl.rt.circC dd{height: 0;z-index: -2;}
.bizCircle dl.rt.circC dt b{margin-top: -64px;}


/* bizStep */
.bizStep,.bizStep li{list-style-type: none;margin: 0;padding: 0;font-size: 0;}
.bizStep{display: flex;flex-wrap: wrap;margin-left: -45px;counter-reset: number 0;}
.bizStep li{margin-left: 45px;width: calc(100%/3 - 45px);position: relative;margin-bottom: 70px;letter-spacing: -1px;}
.bizStep li::before{display: block;content: '';height: 1px;background-color: #ccc;position: absolute;top: 15px;left: 60px;right: 0;}
.bizStep li b::before{counter-increment: number;content: counter(number, decimal-leading-zero);font-size: 36px;font-family: 'Gmarket Sans';display: block;font-weight: 700;color: #CCC;margin-bottom: 20px;}
.bizStep li b{display: block;font-size: 30px;margin-bottom: 10px;}
.bizStep li span{font-size: 20px;line-height: 1.4;display: block;}

@media screen and (max-width:1024px) {

.bizCircle {padding: 50px 2.5%;}
.bizCircle dt b em,
.bizCircle dl dd{font-size: 16px;}

}
@media screen and (max-width:815px) {
.detailTab {margin-bottom: 8.5vw;}
.detailTab ul li a {font-size: 16px;line-height:45px;height: 43px;}

.bizCircle dl dt div::before{top: 11px;right: 11px;bottom: 11px;left: 11px;}
.bizCircle dt b{font-size: 23px;}

.bizStep{margin-left: -20px;}
.bizStep li{margin-left: 20px;width: calc(100%/3 - 20px);margin-bottom: 45px;}
.bizStep li::before{top: 8px;left: 35px;}
.bizStep li b::before{font-size: 20px;letter-spacing: 0px;margin-bottom: 10px;}
.bizStep li b{font-size: 24px;margin-bottom: 10px;}
.bizStep li span{font-size: 18px;line-height: 1.3;display: block;}
}
@media screen and (max-width:580px) {
.bizCircle {padding: 8.5vw 2.5%;}
.bizCircle dl dt{position: relative;height: 0;padding-top: 72%;width: 72%;}
.bizCircle dl.lt dd{left: 72%;right: -28%;margin-top: 0;top: 20%;text-align: left;padding-left: 2%;padding-bottom: 0;padding-top: 8px;}
.bizCircle dl.rt dd{right: 72%;left: -28%;top: 60%;text-align: right;padding-right: 2%;}
.bizCircle dl.lt dd.height75{top:-4%;}
.bizCircle dt b{margin-top: 0;top: calc(11px + 4.5vw);height: auto; font-size: calc(16px + (23 - 16) * ((100vw - 300px) / (570 - 300)))}
.bizCircle dt b::before{width: auto;height:10.25vw;background-size: auto 98%;}
.bizCircle dt b em{font-size: 0.65em}
.bizCircle dl.lt.circB dd{right: -28%;top: 50%;margin-top: -38px;height: auto;}
.bizCircle dl.lt.circB dd span{display: block;}
.bizCircle dl.rt.circC dt b{margin-top: -11px;}
.bizCircle dl dt div::before{top: 1.96vw;right: 1.96vw;bottom: 1.96vw;left: 1.96vw;}
.bizCircle dl dd{font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (550 - 300)));letter-spacing:-0.4px;}
.bizStep li{width: calc(100%/2 - 20px);}

}
@media screen and (max-width:500px) {
.bizStep{display: block;margin-left: 0;}
.bizStep li{width: auto;margin-left: 0;}
}


/* 고객의 소리 */
.comment_form{margin-bottom:80px;}
.comment_h4{padding-bottom:20px;}
/* .repContent .inputTxt{position:absolute; width:90%; height:60px;} */
.repContent .repBtn{position:relative; float:right; background-color:#333; width:8%; height:60px; padding:1% 0; border:1px solid #555a5a; text-align:center; line-height:60px; color:#fff;}

.comment_ul{list-style:none; background:#f8f8fa; margin-top:0px; padding-inline-end: 40px; border-top: 1px solid #000;}
.comment_ul .repUser a{float:right; color:#808080; font-size:0.9em;}
.comment_ul li{padding:26px 0 26px 0; border-bottom:1px solid #c6c6c6;}
.comment_ul li:first-child{padding-top:30px;}
.comment_ul li:last-child{border-bottom: none;}
.comment_ul .repCont{padding-top:10px;}
.comment_ul .repUser .date{padding-left:10px; color:#808080; font-size:0.9em;}

@media screen and (max-width:580px) {
.repContent .inputTxt{width:100%; position:static; height:96px; margin-bottom:20px;}
.repContent .repBtn{width:100%; position:static; float:none; height:48px; line-height:48px;}
.comment_form{margin-bottom:60px;}
}









