@charset "utf-8";
/* *******************************************************
 * filename : sub_style.css
 * description : 서브페이지 레이아웃 공통 css
******************************************************** */

/*product_list*/
.pro_list {display: flex; flex-wrap: wrap}
.pro_list li {width: 18%; border: 1px solid #eee; margin: 1%; padding: 20px 10px;}
.pro_list li:hover {border: 2px solid #2265a7}
.pro_list li figure {text-align: center; }
.pro_list li figure img {max-width: 100%; }
.pro_list li figure figcaption {font-family: 'SCoreDream', sans-serif;font-size: 16px;letter-spacing: -0.75px;margin-top: 20px;word-break: keep-all;word-break: break-all;line-height: 1.2;}
.pro_list li:hover figcaption {color: #2265a7; font-weight: 600;}
/*애니메이션 */
/* card */
.up_motion > * {-webkit-transform: translate3d(0, 50px, 0);transform: translate3d(0, 50px, 0);opacity: 0;-webkit-transition: opacity 800ms, -webkit-transform 1s ease-out;transition: opacity 800ms, -webkit-transform 1s ease-out;transition: transform 1s ease-out, opacity 800ms;transition: transform 1s ease-out, opacity 800ms, -webkit-transform 1s ease-out;}
.up_motion > *:nth-child(1) {-webkit-transition-delay: 300ms;transition-delay: 300ms;}
.up_motion > *:nth-child(2) {-webkit-transition-delay: 450ms;transition-delay: 450ms;}
.up_motion > *:nth-child(3) {-webkit-transition-delay: 600ms;transition-delay: 600ms;}
.up_motion > *:nth-child(4) {-webkit-transition-delay: 750ms;transition-delay: 750ms;}
.up_motion > *:nth-child(5) {-webkit-transition-delay: 900ms;transition-delay: 900ms;}
.up_motion > *:nth-child(6) {-webkit-transition-delay: 1050ms;transition-delay: 1050ms;}
.up_motion > *:nth-child(7) {-webkit-transition-delay: 1200ms;transition-delay: 1200ms;}
.up_motion > *:nth-child(8) {-webkit-transition-delay: 1350ms;transition-delay: 1350ms;}
.up_motion > *:nth-child(9) {-webkit-transition-delay: 1500ms;transition-delay: 1500ms;}
.up_motion > *:nth-child(10) {-webkit-transition-delay: 1650ms;transition-delay: 1650ms;}
.up_motion > *:nth-child(11) {-webkit-transition-delay: 1850ms;transition-delay: 1850ms;}
.up_motion > *:nth-child(12) {-webkit-transition-delay: 2000ms;transition-delay: 2000ms;}
.up_motion > *:nth-child(13) {-webkit-transition-delay: 2150ms;transition-delay: 2150ms;}
.up_motion > *:nth-child(14) {-webkit-transition-delay: 2300ms;transition-delay: 2300ms;}
.up_motion > *:nth-child(15) {-webkit-transition-delay: 2450ms;transition-delay: 2450ms;}
.up_motion > *:nth-child(16) {-webkit-transition-delay: 2600ms;transition-delay: 2600ms;}
.up_motion > *:nth-child(17) {-webkit-transition-delay: 2750ms;transition-delay: 2750ms;}
.up_motion > *:nth-child(18) {-webkit-transition-delay: 2900ms;transition-delay: 2900ms;}
.up_motion > *:nth-child(19) {-webkit-transition-delay: 3050ms;transition-delay: 3050ms;}
.up_motion > *:nth-child(20) {-webkit-transition-delay: 3200ms;transition-delay: 3200ms;}
.aos-animate .up_motion > * {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}

/*  SUB LAYOUT :: 비주얼 */
.pc_only{display:block;}
.m_only{display:none}
#visual{position:relative;width:100%; height:452px;}
#visual .visual_wrap{ overflow:hidden;height: 100%;width: 100%;box-sizing: border-box; position:relative;}
#visual .visual-img-con{position:absolute;top:0px;left:0px;width:100%;height:100%;background-size:cover !important;-ms-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);transform: scale(1.1,1.1);-webkit-transition:transform 5000ms  ease-in-out;-moz-transition:transform 5000ms ease-in-out;-o-transition:transform 5000ms ease-in-out;-ms-transition:transform 5000ms ease-in-out;transition:transform 5000ms ease-in-out;background-color:#eee;background-repeat:no-repeat;background-position:50% 0;}
#visual .visual-img-con.sub_vi01{ background-image:url(../../img/sub_vi01.jpg);}
#visual .visual-img-con.sub_vi02{ background-image:url(../../img/sub_vi02.jpg);}
#visual.inductor .visual-img-con.sub_vi02, #visual.Inductor .visual-img-con.sub_vi02{ background-image:url(../../img/sub_vi02_1.jpg);}
#visual.emi .visual-img-con.sub_vi02{ background-image:url(../../img/sub_vi02_2.jpg);background-position: 90% 50%;}
#visual.transformer .visual-img-con.sub_vi02{ background-image:url(../../img/sub_vi02_3.jpg);background-position: 60% 50%;}
#visual.etc .visual-img-con.sub_vi02{ background-image:url(../../img/sub_vi02_4.jpg);}
#visual .visual-img-con.sub_vi03{background-image:url(../../img/sub_vi03.jpg); }

#visual.emi .visual-txt-container, #visual.transformer .visual-txt-container{ color:#222;}
#visual.emi .visual-tit.eng, #visual.transformer .visual-tit.eng{ color:#222}
#visual.emi .info_text:before, #visual.transformer .info_text:before{ background:linear-gradient(to right, #222, transparent)}

#visual .visual-img-con.sub_vi04{ background-image:url(../../img/sub_vi04.jpg);}
#visual .visual-img-con.sub_vi05{ background-image:url(../../img/sub_vi05.jpg);}
#visual .visual-img-con.sub_vi06{ background-image:url(../../img/sub_vi06.jpg);}
#visual .visual-txt-con{position:relative; z-index:1; text-align:center; display:table; width:100%; height:100%; letter-spacing:-0.5px; color:#fff; padding-top:90px; box-sizing:border-box;}
#visual .visual-txt-container{ position:relative; width:100%; }
#visual .visual-tit{-ms-transform: translateY(30px); -o-transform: translateY(30px); -moz-transform: translateY(30px);-webkit-transform: translateY(30px);  transform: translateY(30px);-webkit-transition:opacity 1.0s, transform 1.0s;-moz-transition:opacity 1.0s, transform 1.0s;-o-transition:opacity 1.0s, transform 1.0s;-ms-transition:opacity 1.0s, transform 1.0s;transition:opacity 1.0s, transform 1.0s; letter-spacing:0}
#visual .visual-tit.small_t{font-weight: 300; letter-spacing:-1px; color: rgba(233,241,246,0.7);}
#visual .visual-tit{opacity:0;filter:Alpha(opacity=0); font-size:38px; -webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-o-transition-delay:0.3s;-ms-transition-delay:0.3s;transition-delay:0.3s;}
#visual .visual-tit.eng{font-weight:500; font-size:75px; color:rgba(233,241,246,0.7);-webkit-transition-delay:0.5s;-moz-transition-delay:0.5s;-o-transition-delay:0.5s;-ms-transition-delay:0.5s;transition-delay:0.5s;opacity:0;filter:Alpha(opacity=0); font-weight:bold}
#visual .info_text{font-size: 19px;-webkit-transition-delay:0.7s;-moz-transition-delay:0.7s;-o-transition-delay:0.7s;-ms-transition-delay:0.7s;transition-delay:0.7s; position:relative; line-height: 38px;}


/* SUB LAYOUT :: 상단효과 active */
#visual.active .visual-img-con{-ms-transform: scale(1.0,1.0) rotate(0.002deg);-o-transform: scale(1.0,1.0) rotate(0.002deg);-moz-transform: scale(1.0,1.0) rotate(0.002deg);-webkit-transform: scale(1.0,1.0) rotate(0.002deg); transform: scale(1.0,1.0) rotate(0.002deg);}
#visual.active .visual-tit{opacity:1.0;filter:Alpha(opacity=100);-ms-transform: translateY(0px); -o-transform: translateY(0px); -moz-transform: translateY(0px);-webkit-transform: translateY(0px); transform: translateY(0px);line-height:1;}
/*=======sub 공통==========*/
#middleArea{width:100%; position:relative; padding-bottom:180px; background-repeat:no-repeat;}
/*  SUB LAYOUT :: 서브메뉴(스타일) */
.middle_menu-area{ position:absolute; left:0; bottom:0; width:100%; z-index:10;border-bottom:1px solid #e3e3e3;}
#topMenu{position:relative; width:100%;height:60px; }
#topMenu:before{ content:""; display:block; left:0; top:0; background:#fff; width:20%; height:100%; position:absolute;}
#topMenu .side-menu-inner{width:100%; height:60px; background-color:rgba(14,41,87,.65); box-sizing:border-box;}
#topMenu .location-to-home-btn{float:left; width:70px; height:60px; text-align:center;border-left:1px solid #e3e3e3;  border-right:1px solid #e3e3e3; background:#fff; box-sizing:border-box; line-height:60px; position:relative;}
#topMenu .location-to-home-btn i{color:#fff; font-size:18px; line-height:60px;}
#topMenu .menu-location{position:relative; float:left; width:260px;}
#topMenu .menu-location.location1{ background:#fff;}
#topMenu .menu-location.location1:after{content:""; display:block; position:absolute; top:0;right: 0;margin-right: -34px;border-top: 60px solid transparent;border-left: 35px solid #fff; z-index:1}
#topMenu .menu-location > .cur-location{position:relative; display:block; height:60px; padding:0 35px 0; border-right:1px solid #e3e3e3 ; text-align:left}
#topMenu .menu-location > .cur-location span{display:block; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:60px; color:#343434; font-size:16px; letter-spacing:-0.5px;}
#topMenu .menu-location > .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px;margin-top:-8px; font-size:20px; color:#343434;}
#topMenu .menu-location > .cur-location.open .arrow{transform:rotate(-180deg); margin-top:-10px;}
#topMenu .menu-location .location-menu-con{display:none; position:absolute; top:60px; left:-1px; width:calc(100% - 1px); border:1px solid #ddd; border-top:0; background-color:#fff; z-index:1000; padding-bottom:10px }
#topMenu .menu-location .location-menu-con li a{display:block; padding:10px 15px 10px 35px ; font-size:15px;  line-height:1.5; color:#2a323f;}
#topMenu .menu-location .location-menu-con li.on{position:relative;}
#topMenu .menu-location .location-menu-con li.on a{color:#004080; font-weight:500;}
#topMenu .menu-location.location2{ width:calc(100% - 330px);box-sizing:border-box; padding-left:60px}
#topMenu .menu-location.location2 ul li{ float:left; box-sizing:border-box;}
#topMenu .menu-location.location2 ul li a{ display:block; position:relative; width:100%; height:100%;padding:0 27px; box-sizing:border-box;}
#topMenu .menu-location.location2 ul li a:before{position: absolute;top: 0px; left: 50%;width: 0; height: 3px; content: "";background-color: #fff;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;  transition: all 0.4s;}
#topMenu .menu-location.location2 ul li.on a:before, #topMenu .menu-location.location2 ul li a#bo_cate_on:before, #topMenu .menu-location.location2 ul li:hover a:before{left: 0;width: 100%;}
#topMenu .menu-location.location2 ul li a span{ color:#fff; font-size:16px; display:block; line-height:60px;}

/*2021-06-21 신규 디자인 변경*/
#topMenu03{width:100%; position:relative;}
#topMenu03 .side-menu-inner{width: 100%;position:relative;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;background-color: #fafafa;border-bottom: 1px solid #ececec; }
#topMenu03 .side-menu-inner .cm-top-menu{width:100%; height:70px;position:relative}
#topMenu03 .side-menu-inner .location-to-home-btn{float: left;width: 59px;height:100%;line-height: 70px;text-align: center;}
#topMenu03 .location-to-home-btn i {color: #222;font-size: 18px; line-height: 70px;}

#topMenu03 .menu-location{position:relative; float:left; width:260px; font-family: 'Barlow','SCoreDream';}
#topMenu03.dep_type3 .menu-location.location {width: 35%;}
#topMenu03.dep_type3.product_list .menu-location.location {display: none;}
#topMenu03 .menu-location > .cur-location{position:relative; display:block; height:100%; padding:0 35px 0 20px;  text-align:left}
#topMenu03 .menu-location > .cur-location:before {content:''; position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 1px; height: 20px; background: #ddd;}
#topMenu03 .menu-location > .cur-location span{display:block; width:100%;  color:#666; font-weight:normal; font-size:18px; letter-spacing:-0.5px; padding: 28px 0 24px;}
#topMenu03.dep_type3 .menu-location.location > .cur-location span {color: #444;width: 350px;display: inline-block;overflow:hidden;/*text-overflow: ellipsis;*/white-space:nowrap;}
#topMenu03 .menu-location.location > .cur-location:before {display: none;}
#topMenu03 .menu-location > .cur-location .arrow{position:absolute; top:50%; transform: translateY(-50%); right:32px; width:20px; height:20px; font-size:20px; color:#666;}
#topMenu03 .menu-location > .cur-location.open .arrow{transform:rotate(-180deg); margin-top:-10px;}
#topMenu03 .menu-location .location-menu-con{display:none; position:absolute; top:70px; width:calc(100% - 1px); border:1px solid #ececec; background-color:#fff; z-index:1000; }
#topMenu03 .menu-location .location-menu-con li:nth-child(7){/* display: none; */}
#topMenu03 .menu-location .location-menu-con li a{display:block; padding:10px 20px; font-size:15px;  line-height:1.5; color:#2a323f;}
#topMenu03 .menu-location .location-menu-con li.on{position:relative;}
#topMenu03 .menu-location .location-menu-con li.on a{color:#286abd;}
#topMenu03 .menu-location .location-menu-con li a:hover{ background:#f7f7f7; color:#286abd}

#topMenu03.dep_type3 .location .location-menu-con {height: 500px; overflow:hidden; overflow-y:scroll; }

/* 뎁스 라인 오른쪽 위치
.side-menu-inner .location_text{ position:absolute; right:0; top:50%; transform:translateY(-50%);}		
*/
/*3차 뎁스로 인해 자리 부족으로 위치 수정*/
.side-menu-inner .location_text{width: 100vw;position: relative; left: 50%;transform: translateX(-50%); text-align: center; background: #fff;border-top: 1px solid #e1e1e1;box-sizing: border-box; overflow: hidden;}
.side-menu-inner .location_text ul li{ display: inline-block; vertical-align: middle;font-size: 14px;letter-spacing: -0.5px; color: #000;}
.side-menu-inner .location_text ul li a{position: relative;line-height: 50px; }
.side-menu-inner .location_text ul li:first-child a{color: #005fac;}
.side-menu-inner .location_text ul li:first-child a:after{content: "";width: 100%;height: 1px;background: #005fac;position: absolute; left: 0;bottom: 2px;}
.side-menu-inner .location_text ul li:before{display: inline-block; content: "\e93f"; position: relative; top: -1px; vertical-align: middle; margin: 0px 10px 0 8px;color: #000;font-size: 18px; font-family: 'xeicon' !important;font-weight: 400 !important;}
.side-menu-inner .location_text ul li:first-child:before{display:none;}
.side-menu-inner .location_text ul li:last-child {font-weight:500;}
.side-menu-inner .location_text ul li:last-child a {color:#000; font-weight:500;}
.side-menu-inner .location_text ul li:last-child a:after {display:none;}

/*.side-menu-inner .location_text li.no-link a , .side-menu-inner .location_text li:nth-child(2) a {color: #000; }*/
.side-menu-inner .location_text li.no-link a:after, .side-menu-inner .location_text li:nth-child(2) a:after {display:none;}
/*게시판 카테고리를 depth로*/
body.sub-hidden #header{ /* top: -92px; */ -ms-transform: translateY(-92px);-o-transform: translateY(-92px);-moz-transform: translateY(-92px); -webkit-transform: translateY(-92px);transform: translateY(-92px);}
body.sub-hidden.up #header { /* top: 0px; */-ms-transform: translateY(0); -o-transform: translateY(0);-moz-transform: translateY(0); -webkit-transform: translateY(0);transform: translateY(0);}
body.sub-hidden .fixed-sub-menu .side-menu-inner {position: fixed!important; top: 0px;left: 0px;z-index: 999999;}
body.sub-hidden.up  .fixed-sub-menu .side-menu-inner{ top:0}
/*  SUB LAYOUT :: 서브 타이틀 */
#contentInfoCon{ width:100%; position:relative; box-sizing:border-box;}
.content-info-box{border-bottom:1px solid #e3e3e3; padding:80px 0 50px;}
.content-tit{ width:100%; text-align:center; font-size: 33px; color:#111; letter-spacing:-1px; font-weight:500; text-transform: uppercase; margin-bottom: 40px;}
#sub_content {padding-top: 180px;}

/*=======sub 개별==========*/
/*  SUB LAYOUT :: 서브 인사말 */
.greeting .top {text-align: center; font-size: 33px; color: #111; font-weight: 500;  padding-bottom: 150px; line-height: 1.4;}
.greeting .info-inner {position: relative;display: flex;width:100%;box-sizing:border-box;}
.greeting .info-inner .left {width: 80%; margin-left: 5%;}
.greeting .info-inner .left .img_box img {max-width: 100%;}
.greeting .info-inner .left .vision_box {margin-top: 93px; width: 63%;}
.greeting .info-inner .left .vision_box .tit_box {margin-bottom: 70px;}
.greeting .info-inner .left .vision_box .tit_box span {font-size: 30px; font-weight: 500; color: #006cb7;}
.greeting .info-inner .left .vision_box .tit_box p {position: relative; font-size: 55px; font-weight: 500; color: #111;}
.greeting .info-inner .left .vision_box .tit_box p:before {content:''; position: absolute; bottom: 10px; left: 0; background: #e9f1f6; width: 273px; height: 19px; z-index: -1;}
.greeting .info-inner .left .vision_box .cont_box ul {display: flex;justify-content: space-between;}
.greeting .info-inner .left .vision_box .cont_box ul li .img_box {width: 152px;height: 152px;line-height: 152px;text-align: center;box-shadow: 0 28px 20px 17px rgba(0,0,0,0.01)}
.greeting .info-inner .left .vision_box .cont_box ul li .img_box img {max-width: 100%;}
.greeting .info-inner .left .vision_box .cont_box ul li p {position: relative;font-family: 'Barlow', sans-serif;font-size: 22px;color: #111;font-weight: 200;letter-spacing: -0.75px;padding-top: 40px;line-height: 1.2;}
.greeting .info-inner .left .vision_box .cont_box ul li p strong {font-weight: 600;}
.greeting .info-inner .left .vision_box .cont_box ul li p:before {content:''; position: absolute; top: -10px; right: 46px; width:2px; height: 27px; background: #006cb7;}
.greeting .info-inner .right {position: absolute;top: 270px;right: 0;background: #fff;padding: 110px 76px;}
.greeting .info-inner .right:before {content:''; position: absolute; top: -100px; left: 0; width: 856px; height: 676px; z-index: -1; background: url(../../img/greeting_box.png)no-repeat; background-size: 100%;}
.greeting .info-inner .right strong {font-size: 54px; font-weight: 400; color: #343434; line-height: 1}
.greeting .info-inner .right p {font-size: 16px; font-weight: 200; color: #888; word-break: keep-all; margin-top: 30px; line-height: 1.6}


/* 회사연혁 :: history */
.history-content .history-year-box {position: relative; padding-left: 200px; display: flex; margin-top: 6%;}
.history-content .history-year-box:after {content:'SINCE 1993~'; color: #ddd; opacity: 0.3; font-size: 170px; position: absolute; bottom: -33px; left: 0; font-weight: 600; letter-spacing: -8px;}
.history-content .history-year-box h4 {position: relative;color:#006cb7; font-size: 70px; font-weight: 600; font-family:'Barlow','SCoreDream',sans-serif; width: 40%; letter-spacing: -5px; text-align: center; margin-right: 8%;}
.history-content .history-year-box h4:after {content: " "; position: absolute; top: 56px; left: 0; width: 100%; height: 20px; background-color: #006cb7; opacity: 0.1; z-index: -1 }
.history-content .history-year-box .history-year-list-con {width: 60%;}
.history-content .history-year-box .history-year-item {position:relative; padding-bottom:30px}
.history-content .history-year-box .history-year-item:last-child{padding-bottom:0}
.history-content .history-year-box .history-year-item:before{position:absolute; top: 15px; left:120px; width:1px; bottom:-23px; background-color:#ddd; content:"";}
.history-content .history-year-box:last-child .history-year-item:last-child:before{display:none;}
.history-content .history-year-box .history-year-item .history-year{position:absolute; top:0; left:0px; width:120px;}
.history-content .history-year-box .history-year-item .history-year:after{position:absolute; display:block; content:""; top:50%; right:-4px; width:7px; height:7px; margin-top:-3px; background-color:#006cb7; -webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
.history-content .history-year-box .history-year-item .history-year strong{color:#1e1e1e; font-weight:600; font-size:23px;}
.history-content .history-year-box .history-year-item .history-info-con{padding-left:140px; }
.history-content .history-year-box .history-year-item:last-child .history-info-con{  padding-bottom:50px;}
.history-content .history-year-box:last-child .history-year-item:last-child .history-info-con{  padding-bottom:0px;}
.history-content .history-year-box .history-year-item .history-info-con p{position:relative; margin-bottom:10px; padding-left:30px; color:#5b5b5b; font-size:16px; font-weight:300; letter-spacing:-0.5px; line-height:1.4; word-break:keep-all}
.history-content .history-year-box .history-year-item .history-info-con p:first-child{margin-top:7px}
.history-content .history-year-box .history-year-item .history-info-con p .history-month{position:absolute; top:0px; left:0px;color:#333; font-weight:600; font-size: 20px;}
.history-content .history-year-box .history-year-item .history-info-con p span {font-family:'SCoreDream', sans-serif;padding-left: 9px;}
.history-content .history-year-box .history-year-item .history-info-con p span em {display: block; padding-left: 25px; font-weight: 300;}



/*  SUB LAYOUT :: 서브 조직도 */
.org_inner figure{ text-align:center; width:1200px; margin:0 auto; max-width:100%;}
.org_inner figure > img{ width:100%;}

/* LOCATION */
.location .map_info {margin-top: 3%;}
.location .map-wrap {display:-ms-flexbox; display:flex; -ms-flex-direction:column-reverse; flex-direction:column-reverse; position:relative}
.location .map-area {height:32.5rem}
.location-info {width:100%; height:auto; background:#006cb7; color:#fff; display:-ms-flexbox; display:flex; -ms-flex-direction:column; flex-direction:column; margin-bottom:1rem; padding:20px 24px; box-shadow:0 40px 30px #0000001A}
.location .map-wrap .location-info h4 {font-size:33px;line-height:1.444}
.location .map-wrap .location-info h4 br {display: none;}
.location-dsc dl+dl {margin-top: 1.875rem}
.location-dsc dl dt {margin-bottom: .5rem}
.location .location-dsc {margin-top: 5%;}
.location .map-wrap .location-info {position: absolute; width: 23rem; height: 14rem; left: 4rem; bottom: -9.375rem; padding: 2.5rem 1.875rem; }
.location .map-wrap .location-info span {font-size: 30px;}
.location .map-wrap .location-info h4 {margin-top: auto; font-size: 2.25rem; color: #fff;}
.location .map-wrap .location-info h4 br {display: block;}
.location .location-dsc {-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width: 58.333333%;margin-left:auto;margin-top: 3.75rem;font-size: 1.125rem}
body.eng .location .map-wrap .location-info h4 {letter-spacing: -3px}

/*.location-dsc {-ms-flex:0 0 58.333333%; flex:0 0 58.333333%; max-width: 58.333333%;margin-left:auto}*/
.location-dsc dl{display:-ms-flexbox; display:flex}
.location-dsc dl dt{flex:0 0 15%;margin-bottom:0;font-weight: 600;}



/* PR/IR */
.network {text-align: center;}
.network p.top {font-size: 20px; font-weight: 500; margin: 50px 0; line-height: 1.4;}
.network .img_box img {width: 100%;}

/*  SUB LAYOUT :: 서브 인증현황 */
.certification_inner ul.popup-gallery{margin:60px -1% 0;}
.certification_inner ul.popup-gallery li{float:left; width:18%; margin:0 1% 50px 1%; }
.certification_inner .certifi-img-thumb{position:relative; padding-top:130%; border:1px solid #ddd;}
.certification_inner .certifi-img-thumb > span img{position:absolute; top:0; left:0; bottom:0; right:0; width:100%; height:100%;}
.certification_inner .certifi-img-thumb .certifi-over-box{position:absolute; top:-1px; left:-1px; bottom:-1px; right:-1px; border:2px solid #005bb6;opacity:0;filter:Alpha(opacity=0); visibility:hidden; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s}
.certifi-img-thumb .certifi-over-box i{position:absolute; top:50%; left:50%; margin:-25px 0 0 -25px; width:50px; height:50px; background-color:#005bb6; text-align:center; line-height:50px; color:#fff; -webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;}
.certification_inner ul.popup-gallery li a:hover .certifi-img-thumb .certifi-over-box{opacity:1.0;filter:Alpha(opacity=100); visibility:visible;}
.certification_inner .certifi-tit{font-size:16px; line-height:22px; color:#444; font-weight:400; letter-spacing:-0.5px; text-align:center; max-width:100%; padding-top:17px; height:55px}
.certification_inner .certifi-tit span {display: block;}


/* ******************온라인 문의 :: 쓰기, 문의폼********************** */
.bbs-inquiry-agree-con{margin-bottom:50px;}
.bbs-inquiry-agree-con .agree-tit{font-size: 23px;color: #222;position: relative;  margin-bottom: 12px;font-weight: 500;}
.inquiry-agreement-con{border:1px solid #ddd; height:200px; overflow:hidden;  background-color:#f6f6f6;}
.bbs-inquiry-agree-con .agree-txt{padding-top:10px; font-size:15px; letter-spacing:-0.3px; color:#868686;}
.inquiry-essential-txt{text-align: right;color: #373737;font-size: 13px;letter-spacing: -0.3px;position: absolute;right: 0;bottom: 0;}
.essential-icon{color:#cf0505;}
.inquiry-agreement-con textarea{border: 0px;height: 242px; overflow: hidden auto;width: 100%;margin-top: 0px;margin-bottom: 0px; font-size: 13.3333px; line-height: 1.5;
color: #333;background-color:#f6f6f6;padding: 20px;}

.inquiry_sec h4{display: block; font-size: 23px; letter-spacing: -0.75px; color: #303030; margin: 40px 0 20px; position:relative;padding-left: 13px; font-weight:600}
.inquiry_sec.mt60 h4{ margin-top:60px}
.write-tbl{width:100%; border-top:1px solid #333;}
.write-tbl th,.write-tbl td{padding:10px 15px; border-bottom:1px solid #ddd;}
.write-tbl th{color:#444;font-size:16px;font-weight:400;text-align:left;word-break: keep-all;line-height: 1.2;}
.write-tbl th.none_impor{ padding-left:20px;}
.write-tbl .write-input,
.write-tbl .write-select,
.write-tbl .write-textarea{height:38px;border:0px;width:100%;background-color:#fff;border:1px solid #d2d2d2;font-size:14px;vertical-align:middle;padding: 0 10px;box-sizing:border-box;}
.write-tbl .write-input:focus{border-color:#333;}
.write-tbl .write-input::placeholder{ color:#ccc}
.write-tbl .write-input{text-indent:10px;}
.write-tbl .write-select{height:38px;}
.write-tbl .write-textarea{width:100%;height:200px;resize:none;line-height:1.5;padding: 10px;}
.write-tbl td input[type="file"]{height:auto; padding:10px 0;text-indent:0; border:0;}
.write-tbl td .write-sub-txt{color:#888; margin-left:10px; font-size:11px; color:#aaa; letter-spacing:-0.5px;}
.write-tbl td .write-sub-txt2{display:block; color:#888; margin-top:5px; font-size:11px; color:#aaa;  letter-spacing:-0.5px;}
.write-tbl .hypen{margin:0 5px;}
.write-tbl .input-check{padding:10px 0;}
.write-tbl .input-check span{margin-right:30px;}
.write-tbl .input-check span label{vertical-align:middle; font-size:14px;}
.address-fieldset .write-input{margin-top:6px;}
.address-fieldset .write-input:first-child{margin-top:0;}
.write-tbl .address-btn{display:inline-block; min-width:114px; padding:0 10px; height:38px; border:1px solid #464646; vertical-align:middle; text-align:center; color:#464646; font-size:14px; font-weight:400; margin-left:10px;}
.write-tbl .address-btn:hover{background-color:#464646; color:#fff;}
.btn_address{display: inline-block; padding:0 20px; vertical-align: top; color: #fff;width: 187px;box-sizing: border-box;color: #fff;background: none; height: 38px; line-height:38px; font-size:14px; background:#777}
.radioCont li{float:left; padding: 10px 30px 10px 0; font-size:15px; color:#666;}
.radioCont li input{ margin-right:5px; vertical-align:bottom}
.frm_info{ color:#e73221; font-size:14px; font-weight:bold; margin-top:5px; display:block;}
.filebox{ width: 100%;overflow: hidden;margin-bottom: 20px;}
.filebox .file_wr{width:100%; display:inline-block;}
.filebox > div.file_wr:nth-of-type(3){ float:right;}
.filebox .file_wr input{width: calc(100% - 135px); color:#aaa; font-size:13px;}
.filebox .file_wr label{display: inline-block; padding: 0 20px;vertical-align: top;color: #fff;width:130px;box-sizing: border-box;color: #fff;background: none;height: 38px;line-height: 38px; font-size: 13px; background: #777;}
.filebox input[type="file"]{ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0;}
.cm-btn-controls{overflow:hidden; text-align:center; padding-top:30px;}
.cm-btn-controls.cm-btn-align-left{text-align:left;}
.cm-btn-controls.cm-btn-align-right{text-align:right;}
.cm-btn-controls .left-btn-controls{float:left; }
.cm-btn-controls .right-btn-controls{float:right;}
.cm-btn-controls button,.cm-btn-controls a{display:inline-block; width:150px; height:42px; border:0; color:#fff; background-color:#000; font-size:17px; margin:0 2px 0px 2px;  cursor:pointer; vertical-align:top; text-align:center; font-weight:400; -webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px; }
.cm-btn-controls a{line-height:42px;}
.cm-btn-controls.cm-btn-long-controls button,.cm-btn-controls.cm-btn-long-controls a{width:100%; height:50px; margin:0px; margin-bottom:5px;}
.cm-btn-controls.cm-btn-long-controls a{box-sizing:border-box; line-height:50px;}
.cm-btn-controls .btn-style01{background-color:#038fd8;}
.cm-btn-controls .btn-style02{background-color:#8c8c8c;}
.cm-btn-controls .btn-style03{box-sizing:border-box; background:#fff; border:1px solid #888; color:#222;}
.email-fieldset .write-select{ margin-left:13px}

.inquiry_wrap .search_btn{display: inline-block;overflow: hidden;width: 115px;height: 38px; margin: 3px 0; border: none;background: #b3b3b3; line-height: 38px;text-align: center; vertical-align: middle;color: #fff;}
.inquiry_wrap #Address{ margin:5px 0}
.inquiry_wrap .board_list{ margin-top:45px;}
.inquiry_wrap .board_list button, .inquiry_wrap .board_list a{ display:inline-block; width:180px; height:55px; line-height:55px; text-align:center; color:#fff; box-sizing:border-box; background:#006cb7; font-size: 18px;}
.inquiry_wrap .board_list a{ background:#777}

 .inquiry  .count_box .info_txt_box{width:100%; height:195px; overflow:auto; border:1px solid #ddd; text-align:left; padding:10px 20px; font-size:15px; color:#666; box-sizing:border-box; line-height:1.6;font-family: "Noto Sans KR", sans-serif;}
 .inquiry  .count_box .info_txt_box.with_name{height:160px; padding:30px 35px 20px ; color:#333; line-height:23px;}
 .inquiry  .info_txt_box.with_name span{ 		
	display:block; 
	font-size:15px; 
	line-height:23px; 
	font-weight:bold;
    font-family: "Noto Sans KR", sans-serif;
  }
 .inquiry  .checkbox{padding:20px; float:right;}
 .inquiry  .checkbox span{font-size:15px;font-family: "Noto Sans KR", sans-serif;line-height: 25px;margin-right: 20px;}
.inquiry .checkbox input,  .inquiry  .checkbox label {vertical-align: baseline;}
 .inquiry  .checkbox label{
	font-size:15px;
	margin-left:6px;
	font-family: "Noto Sans KR", sans-serif;
}


/* btn_style  */
.btn_style1 {display: inline-block; width: 110px; height: 40px; position:relative; background: #fff; border: 1px solid #797979; line-height: 40px;}
.btn_style1 span{padding-left: 27px; font-size: 15px; color:#555;}
.btn_style1 span:after{ content:'';  width: 7px;  height: 7px; position:absolute; right: 25px; top: 13px; border-right: 1px solid #555;  border-bottom: 1px solid #555;  transform: rotate(45deg)}
.btn_style2{ display: inline-block; width: 135px; height: 50px; position:relative; background: #fff; border: 1px solid #797979;  text-align: center; line-height: 50px;}
.btn_style2 span{font-size: 15px; color:#555;}
.btn_style2 span:after{ content:'';  width: 5px;  height: 5px; position:absolute; right: 28px; top: 21px; border-right: 1px solid #555;  border-bottom: 1px solid #555;  transform: rotate(-45deg)}s
.btn_style3 {display: inline-block; width: 95px; height: 30px; border-radius:20px; position:relative; border: 1px solid #797979; line-height: 30px;}
.btn_style3 span{ padding-left: 20px; font-size: 13px; color:#555;}
.btn_style3 span:after{ content:'';  width: 5px;  height: 5px; position:absolute; right: 17px; top: 12px; border-right: 1px solid #555;  border-bottom: 1px solid #555;  transform: rotate(-45deg)}
.btn_style4 {display: inline-block; padding:8px 35px 9px ; text-align: center; border: 1px solid #bbb; }
.btn_style4 span{ font-size: 15px; color:#555;}
.btn_style5 {display:inline-block; padding:15px 50px;  background:#1b2e5a;  text-align: center; transition:0.5s;}
.btn_style5 span{font-size: 18px; color:#fff;}
.btn_style6 {display:inline-block; padding:8px 10px 8px 20px; border:1px solid #ddd;}
.btn_style6 span {font-size:12px; color:#333;}
.btn_style6 span:after {display:inline-block; content:""; margin-left:5px; width:4px; height:4px; vertical-align:middle; border-right:1px solid #777; border-bottom:1px solid #777; transform:rotate(-45deg);}
.btn_style7 {position:relative; display:inline-block; padding:8px 24px 8px 20px; font-size:12px; color:#333; border:1px solid #ddd;}
.btn_style7:after {position:absolute; top:50%; right:10px; display:inline-block; content:""; width:4px; height:4px; border-right:1px solid #777; border-bottom:1px solid #777; transform:translate(0, -50%) rotate(-45deg);}
.btn_style8{display:inline-block; height: 40px; padding:9px 35px;  background: #1e305c;  text-align: center; transition:0.5s; }
.btn_style8 span{font-size: 15px; color:#fff;}
.btn_style8:hover,
.btn_style5:hover{background:#1e305c;}


/* Checkbox & radio */
@-webkit-keyframes hover-color {from {border-color:#c0c0c0;} to {border-color:#0c408d;}}
@keyframes hover-color {from {border-color:#c0c0c0;} to {border-color:#0c408d;}}
.formMail_box input[type="radio"],
.formMail_box input[type="checkbox"] {/*display:none;*/ position:absolute; opacity:0;}
/*input[type="radio"]:focus,*/
/*input[type="checkbox"]:focus {width:20px; height:20px; border:1px dashed #ddd; }*/
.formMail_box input[type="radio"][disabled],
.formMail_box input[type="checkbox"][disabled] {cursor:not-allowed;}
.formMail_box input[type="radio"] + label,
.formMail_box input[type="checkbox"] + label {
	display:inline-block; 
	position:relative; 
	padding-left:30px; 
	line-height:18px; 
	vertical-align:middle; 
	cursor:pointer; 
	outline:0;
}
.formMail_box input[type="radio"] + label:focus,
.formMail_box input[type="checkbox"] + label:focus {outline:0; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.formMail_box input[type="radio"] + label:hover:before,
.formMail_box input[type="checkbox"] + label:hover:before {animation-duration:0.4s; animation-fill-mode:both; animation-name:hover-color;}
.formMail_box input[type="radio"] + label:before,
.formMail_box input[type="checkbox"] + label:before {
	display:inline-block; 
	content:''; 
	position:absolute; 
	top:0; left:0; 
	width:20px;
	height:20px; 
	border:1px solid #dfdfdf; 
	box-sizing:border-box;
}
.formMail_box input[type="radio"] + label:after,
.formMail_box input[type="checkbox"] + label:after {display:none; position:absolute; content:'';}
.formMail_box input[type="radio"][disabled] + label,
.formMail_box input[type="checkbox"][disabled] + label {cursor:not-allowed; color:#e4e4e4; }
.formMail_box input[type="radio"][disabled] + label:hover,
.formMail_box input[type="radio"][disabled] + label:before,
.formMail_box input[type="radio"][disabled] + label:after,
.formMail_box input[type="checkbox"][disabled] + label:hover,
.formMail_box input[type="checkbox"][disabled] + label:before,
.formMail_box input[type="checkbox"][disabled] + label:after {cursor:not-allowed; border-color:#bbb; }
.formMail_box input[type="radio"][disabled] + label:hover:before,
.formMail_box input[type="checkbox"][disabled] + label:hover:before {border:1px solid #e4e4e4;}
.formMail_box input[type="radio"][disabled] + label:before,
.formMail_box input[type="checkbox"][disabled] + label:before {border-color:#e4e4e4;}
.formMail_box input[type="radio"]:checked + label:before,
.formMail_box input[type="checkbox"]:checked + label:before {animation-name:none;}
.formMail_box input[type="radio"]:checked + label:after,
.formMail_box input[type="checkbox"]:checked + label:after {display:block; }
.formMail_box input[type="radio"][disabled] + label:hover:before,
.formMail_box input[type="checkbox"][disabled] + label:hover:before {border:1px solid #e4e4e4; animation-name:none;}
.formMail_box input[type="radio"] + label:before {border-radius:50%;}
.formMail_box input[type="radio"] + label:after {top:5px; left:5px; width:10px; height:10px; border-radius:50%; background:#0c408d;}
.formMail_box input[type="radio"]:checked + label:before {border:1px solid #dfdfdf;}
.formMail_box input[type="radio"]:checked[disabled] + label:before {border:1px solid #e3e3e3;}
.formMail_box input[type="radio"]:checked[disabled] + label:after {background:#eee;}
.formMail_box input[type="checkbox"] + label:before {border-radius:0;}
.formMail_box input[type="checkbox"] + label:after {
	top:0; left:6px; 
	width:6px; height:12px;  
	border-style:solid; 
	border-color:#0c408d; 
	border-top:0; 
	border-left:0; 
	transform:rotate(45deg); 
	-ms-transform:rotate(45deg);
}
.formMail_box input[type="checkbox"]:checked + label:before {border:1px solid #cdcdcd; background:#fff;}
.formMail_box input[type="checkbox"]:checked[disabled] + label:before {border:1px solid #e3e3e3; background:#eee;}

.formMail_box input[type="radio"]:focus + label,
.formMail_box input[type="checkbox"]:focus + label {/*box-shadow:0 0 2px #4d90fe; border-collapse: separate;*/}
.require {color: red;}





/*  SUB LAYOUT :: 서브 사업장 소개*/
.plant_inner{}
.plant_inner .mapDiv{width:100%;padding:85px 0 60px; box-sizing:border-box;}
.plant_inner .mapDiv .imgDiv{position:relative; width:100%; margin:0 auto; box-sizing:border-box; text-align:center;}
.plant_inner .mapDiv .imgDiv img{display:inline-block; max-width:100%;}
.plant_inner .mapDiv .imgDiv img.m_only{ display:none}
.plant_inner .mapDiv .imgDiv .mark{position: absolute; top: 50%; left: 50%; text-align: center;margin: -170px 0 0 -194px;}
.plant_inner .mapDiv .imgDiv .mark .txt{display:block;font-size:17px; color:#06478c; line-height:1.5; text-align:center; font-weight:600}
.plant_inner .mapDiv .imgDiv .mark .txt > i{font-style:normal; font-size:14px; text-align:center; color:#333}
.plant_inner .mapDiv .imgDiv .mark .markImg{position:relative;}
.plant_inner .mapDiv .imgDiv .mark .markImg img{position:relative; z-index:1;}
.plant_inner .mapDiv .imgDiv .mark .markImg > img{position:relative; z-index:10;}
.plant_inner .mapDiv .imgDiv .mark span{position:absolute; left:50%; top:11px;border:1px solid #50789c; border-radius:50%; opacity:0; margin:0; width:100px; height:100px; transform: scale(0); -webkit-animation:nation-circle 4s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite; animation:nation-circle 4s cubic-bezier(1, 2, 0.66, 3) infinite; margin-left:-50px; }
.plant_inner .mapDiv .imgDiv .mark span:nth-child(2){animation-delay:1s}
.plant_inner .mapDiv .imgDiv .mark span:nth-child(3){animation-delay:1.5s}
.plant_inner .mapDiv .imgDiv .mark span:nth-child(4){animation-delay:2s}
.plant_inner .mapDiv .map_mark_1>p {position: absolute;z-index: 11; overflow: hidden;font-size: 17px;font-weight: 500;color: #333; left:50%; top:50%;}
.plant_inner .mapDiv .map_mark_1>p > span{ position:relative; display:inline-block; background:#0160b5;padding: 10px 25px 13px; text-align:center; color:#fff; border-radius:30px; }
.plant_inner .mapDiv .map_mark_1>p i{ margin:0 15px}
.plant_inner .mapDiv .map_mark_1>p.point_1{margin-left: -335px;margin-top: -110px;}
.plant_inner .mapDiv .map_mark_1>p.point_2{margin-left: -150px; margin-top: -57px;}
.plant_inner .mapDiv .map_mark_1>p.point_3{margin-left: -375px;margin-top: -44px;}

@keyframes nation-circle{
	0%{
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity:0.5;
	}
	50%{
		opacity:1.0;
	}
	100%{
		-webkit-transform:scale(0.7);
		transform:scale(0.7);
		opacity:0;
	}
}
.plant_inner  .section2{ background:#f7f7f7;margin-top: 100px;}
.plant_inner  .section2 .gloListD{}
.plant_inner  .section2 .gloListD .list{position:relative; top:-80px; width:100%; min-height:330px; margin-bottom:30px; background:#fff; box-shadow:10px 10px 20px rgba(0,0,0,0.2); transition:top 0.5s ease, opacity 0.5s ease; margin: 0 auto 30px;}
.plant_inner  .section2 .gloListD .list:after{content:''; display:block; clear:both;}
.plant_inner  .section2 .gloListD .list .google_map{position:relative; float:right; width:38%; height:330px; background:#ebf3f7; overflow:hidden;}
.plant_inner  .section2 .gloListD .list .google_map ifream{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:auto; min-height:100%;}
.plant_inner  .section2 .gloListD .list .infoD{position:relative; float:right; width:calc(100% - 38%); min-height:330px; padding:50px; box-sizing:border-box; padding-left:5%}
.plant_inner  .section2 .gloListD .list .infoD .tit{position:relative; margin-bottom:35px; padding-top:16px;  font-size:24px; line-height:1; color:#333;font-weight: 600;}
.plant_inner  .section2 .gloListD .list .infoD .tit:after{content:''; display:block; width:20px; height:6px; position:absolute; top:0; left:0}
.plant_inner  .section2 .gloListD .list .infoD .txtD{}
.plant_inner  .section2 .gloListD .list .infoD .mapBt{display:block; position:absolute; top:50px; right:50px; width:130px; height:44px; font-size:16px; color:#fff; font-weight:700; line-height:44px; text-align:center; background:#383838;}
.plant_inner  .section2 .gloListD .list .infoD .txtD .txtBox{position:relative;overflow:hidden;padding:6px 0 6px 20px; line-height:1.7}
.plant_inner  .section2 .gloListD .list .infoD .txtD .txtBox:after{content:''; display:block; position:absolute; top:15px; left:0; width:5px; height:5px; border-radius:50%; background:#004b8d;}
.plant_inner  .section2 .gloListD .list .infoD .txtD .txtBox span{display:block; float:left;}
.plant_inner  .section2 .gloListD .list .infoD .txtD .txtBox span:first-child{width:150px; font-size:16px; color:#333; font-weight:500;}
.plant_inner  .section2 .gloListD .list .infoD .txtD .txtBox span:last-child{width:calc(100% - 150px); width:-webkit-calc(100% - 150px); font-size:16px; color:#666;font-weight:300}
.plant_inner  .section2.active .list{opacity:1; top:0;}

/*  SUB LAYOUT :: 서브 대리점 소개*/
#subsidiaryList {position:relative;  float:left; }
#subsidiaryList .subsidiary-list-con{position:absolute; top:0px; left:0; width:255px;}
#subsidiaryList .subsidiary-list-con.fixed{position:fixed; left:50%; top:100px; margin-left:-725px;}
#subsidiaryList .subsidiary-list-con > li {margin-bottom: 10px; }
#subsidiaryList .subsidiary-list-con > li > a {display:block; position:relative;}
#subsidiaryList .subsidiary-list-con > li > a span {display:table; width:100%; height: 60px; border:1px solid #ddd; background-color: #fff; color: #222; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box; }
#subsidiaryList .subsidiary-list-con > li > a span em {display:table-cell; vertical-align:middle; padding: 0 20px; font-size: 15px; line-height:26px;  letter-spacing:-0.5px;} 
#subsidiaryList .subsidiary-list-con > li.selected a span { background-color:#004080; color: #fff; border-color:#004080}
#subsidiaryMobile{display:none;}
#subsideiaryCon{float:right; width:calc(100% - 265px); padding-left: 5.83%; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; }
.subsideiary-wrapper{margin-top:45px;}
.subsideiary-wrapper:first-child{margin-top:0}
.map-wrapper-tit-box h4{float:left; color:#222; font-size:26px; font-weight:500; line-height:1.2; padding-bottom:25px}
.map-wrapper-tit-box h4 > p.logo_agenct{ display:inline-block; margin-left:20px}
.map-wrapper-tit-box h4 > p.logo_agenct img{ height:30px; width:auto;}
.map_view{text-align:right; margin-bottom:20px}
.map_view a{display:inline-block; width:175px; height:48px; line-height:48px; text-align:center; border:1px solid #ddd; font-size:15px; letter-spacing:-0.5px; color:#222 }
.map_view a i{font-size:17px; margin-right:5px; position:relative; top:2px;}
.map-tbl-con{position:relative; }
.map-tbl{float:right; width:calc(100% - 370px); border-top:1px solid #222;}
.map-none-photo{float:none; width:100%;}
.map-tbl th,.map-tbl td{padding:16.5px 10px 16.5px 25px; letter-spacing:-0.5px; font-size:15px; border-bottom:1px solid #dcdcdc; line-height:2}
.map-tbl th{width:150px;color:#222; text-align:left; font-weight:400; background-color:#f5f5f5; vertical-align:top; }
.map-tbl td{color:#888; font-weight:400;}
.map-tbl .color-red{color:#ed1c24; font-weight:400;}
.map-tbl .map-detail-item{overflow:hidden; }
.map-tbl .map-detail-item dt{float:left; width:70px; color:#222;}
.map-tbl .map-detail-item dd{float:left; width:calc(100% - 70px);}
.map-tbl .map-detail-item2{overflow:hidden; margin-top:11px}
.map-tbl .map-detail-item2:first-child{margin-top:0}
.map-tbl .map-detail-item2 dt{float:left; width:90px; color:#222;}
.map-tbl .map-detail-item2 dd{float:left; width:calc(100% - 90px);}
.map-tbl .tel{margin-left:25px}
.map-tbl .tel:first-child{margin-left:0}
.map-tbl .tel b{color:#222; font-weight:400;}

/*  SUB LAYOUT :: BOARD AII */

/*  SUB LAYOUT :: 서브 인재상 */
.talent_inner .banner_top{ position:relative;}
.talent_inner .banner_top:after{content: ''; position: absolute; left: 0;  top: 0;width: 100%; height:60%; background: #f7f7f7;z-index: -1; opacity:0.7}
.talent_inner .banner_top figure{position: relative;height:500px; text-align:right; padding-top:55px}
.talent_inner .banner_top figure img{ vertical-align:top; height:100; width:auto;}
.talent_inner .banner_top figcaption{font-size: 100px; font-weight:bold;color: #e5e5e5;margin-bottom: 45px; position:relative; top:-42px; padding-left:25%;}
.talent_inner .banner_top figcaption strong{font-weight:bold;}
.talent_inner .banner_top.on figcaption{opacity:1; transform: translate(0, 0);}
.globalLeader_con > div, .globalLeader_con>ul{ float:left; box-sizing:border-box;}
.globalLeader_con > div{ width:35%;opacity: 0; transform: translate(0, 100px);transition: all 1.0s cubic-bezier(.46,.87,.18,1.01);}
.globalLeader_con.on > div{opacity: 1; transform: translate(0, 0);}
.globalLeader_con > div >p{  font-size: 24px; line-height: 1.58; margin-bottom: 0; color:#222;} 
.globalLeader_con ul{ width:calc(100% - 35%); padding-left: 8%;}
.globalLeader_con ul li{margin-top: 30px; padding-top: 40px;border-bottom: 1px dashed #ddd;}
.globalLeader_con ul li:first-child{ padding-top:0; margin-top:0;}
.globalLeader_con .tit_icon{display: inline-block;width:130px}
.globalLeader_con .tit_icon dl{ padding-bottom:35px}
.globalLeader_con .tit_icon dt{font-size: 24px; color:#222;font-weight: 600;margin-bottom: 15px;position: relative;padding-top:105px}
.globalLeader_con .tit_icon dt:after{content: '';position: absolute;left:0;top:0;width:70px;height:70px;}
.globalLeader_con .tit_icon.inno dt:after{background: url("../../img/global_icon_01.png") no-repeat;}
.globalLeader_con .tit_icon.passion dt:after{background: url("../../img/global_icon_02.png") no-repeat;}
.globalLeader_con .tit_icon.pro dt:after{background: url("../../img/global_icon_03.png") no-repeat;}
.globalLeader_con .tit_icon.integ dt:after{background: url("../../img/global_icon_04.png") no-repeat;}
.globalLeader_con .tit_icon dd{font-size: 16px; color:#555;}
.globalLeader_con ul li p{display: inline-block; vertical-align: top; margin-top: 18px;padding:0 0 15px 20px;color:#555;font-size: 16px;position: relative;width: 70%;line-height: 1.89; box-sizing:border-box;}
.globalLeader_con li:nth-child(1) {opacity:0; transform: translate(0, 80px); transition: all 1.4s cubic-bezier(.46,.87,.18,1.01);}
.globalLeader_con li:nth-child(2) {opacity:0; transform: translate(0, 80px); transition: all 1.4s cubic-bezier(.46,.87,.18,1.01) 0.4s;}
.globalLeader_con li:nth-child(3) {opacity:0; transform: translate(0, 80px); transition: all 1.4s cubic-bezier(.46,.87,.18,1.01) 0.8s;}
.globalLeader_con li:nth-child(4) {opacity:0; transform: translate(0, 80px); transition: all 1.4s cubic-bezier(.46,.87,.18,1.01) 1.2s;}
.globalLeader_con.on li {opacity:1; transform: translate(0, 0);}

/*  SUB LAYOUT :: 서브 복리후생 */
ul.welfare-con{margin:0 -0.5%}
li.welfare-con-inner{float: left; width: 24%; height: 292px; margin: 0 0.5% 1% 0.5%; border: 1px solid #d7d7d7; background: url("../../img/welfare_bg.jpg") no-repeat 0 0; -webkit-background-size: cover; background-size: cover;	 -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.welfare-con-inner .welfare-icon{width: 102px; height: 84px; padding:56px 0 33px; margin: 0 auto;}
.welfare-con-inner .welfare-icon img{width: 100%; height: 100%;}
.welfare-con-inner .welfare-txt-group{text-align: center; font-weight: 300; letter-spacing: -0.45px;}
.welfare-con-inner .welfare-txt-group .welfare-tit{font-size:24px; color: #000;}
.welfare-con-inner .welfare-txt-group .welfare-txt{padding-top: 19px; font-size:15px; line-height: 24px; color: #555;}

/* ======= 신규 제작 2021-06-22 ===========*/
/*제품 인트로*/
.product_inner .pro_info_txt{padding: 80px 0 60px;}
.app_imglist{ padding-top:80px}
.product_inner .pro_info_txt h4{ font-size: 33px;letter-spacing: -0.5px;font-weight: 500;color: #222; margin-bottom:30px}
.product_inner .pro_info_txt p{font-size:16px;color: #666; line-height: 1.6;margin-top: 15px; font-weight:normal;}
.product_inner .pro_info_txt p:last-child{margin-top:20px }
.product_inner .pro_imglist li, .product_inner .app_imglist li{float:left; width:calc((100% / 4) - 2.3%);}
.product_inner .pro_imglist li:first-child~*, .product_inner .app_imglist li:first-child~*{ margin-left:3%;}
.product_inner .pro_imglist li a{ display:block; border-radius:15px; overflow:hidden; box-sizing:border-box; -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.product_inner .pro_imglist li a figure, .product_inner .app_imglist li a figure{ width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.product_inner .pro_imglist li a img, .product_inner .app_imglist li a img{ width:100%; max-width:100%;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.product_inner .pro_imglist li a figcaption, .product_inner .app_imglist li a figcaption{ position: absolute; left:0; width:100%; text-align:center; bottom:20px; color:#000; font-size:20px; font-weight:500}
.product_inner .pro_imglist li a figcaption.top_posi, .product_inner .app_imglist li a figcaption.top_posi{top: 15%;text-align: left;box-sizing: border-box;padding-left: 9%;font-size: 21px;}
.product_inner .app_imglist li a{ display:block}

.product_inner .pro_list-box{ padding-top:40px}
.product_inner .pro_list-box .list_box{float:left; width:calc((100% / 3) - 2%); margin-left:3%}
.product_inner .pro_list-box .list_box:first-child{ margin-left:0}
.product_inner .pro_list-box .list_box h5{font-size: 27px;letter-spacing: -0.5px; font-weight: 500; color: #222; margin-bottom: 30px;}
.product_inner .pro_list-box .list_box ul.pro_list li { height:80px; width:100%; box-sizing:border-box;}
.product_inner .pro_list-box .list_box ul.pro_list li:first-child~*{ margin-top:25px}
.product_inner .pro_list-box .list_box ul.pro_list li a{display:block;border-radius:10px;overflow: hidden;box-sizing: border-box;-webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 15%);-moz-box-shadow: 3px 3px 5px 0px rgba(0 0 0 / 15%); box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 15%);-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8)); height:100%; position:relative;
    background-image: -webkit-linear-gradient(top, #fff, #e8e8e8);
    background-image: -moz-linear-gradient(top, #fff, #e8e8e8);
    background-image: -ms-linear-gradient(top, #fff, #e8e8e8);
    background-image: -o-linear-gradient(top, #fff, #e8e8e8);
    background-image: linear-gradient(top, #fff, #e8e8e8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#e8e8e8');}
.product_inner .pro_list-box .list_box ul.pro_list li a dl{ display:table; width:100%; height:100%; box-sizing:border-box; border:1px solid transparent; border-radius:10px}
.product_inner .pro_list-box .list_box ul.pro_list li a dl dt, .product_inner .pro_list-box .list_box ul.pro_list li a dl dd{ display:table-cell; vertical-align:middle; box-sizing:border-box; height:100%;}
.product_inner .pro_list-box .list_box ul.pro_list li a dl dt{ width:30%; position:relative;}
.product_inner .pro_list-box .list_box ul.pro_list li a dl dt img{width: auto;height: 85%; max-height: 100%;position: absolute; left: 20px; top: 50%;transform: translateY(-50%);}
.product_inner .pro_list-box .list_box ul.pro_list li a dl dd{ font-size:17px; color:#222; font-weight:500; width:70%;}

.product_inner .pro_list-box .type2 .list_box{ float:none; width:100%;}
.product_inner .pro_list-box .type2 .list_box ul.pro_list li{float:left;width: calc((100% / 3) - 2%);  margin-left: 3%; margin-top:0;}
.product_inner .pro_list-box .type2 .list_box ul.pro_list li:first-child, .product_inner .pro_list-box .type2 .list_box ul.pro_list li:nth-child(3n+1){ margin-left:0}
.product_inner .pro_list-box .type2 .list_box ul.pro_list li:nth-child(3)~*{margin-top: 25px;}

@media all and (min-width:800px){
.product_inner .pro_imglist li a:hover{-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);}	
.product_inner .pro_imglist li a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}	
.product_inner .pro_list-box .list_box ul.pro_list li a:hover{background-color: #e7eef6;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7eef6)); 
     background-image: -webkit-linear-gradient(top, #fff, #e7eef6); 
     background-image:    -moz-linear-gradient(top, #fff, #e7eef6); 
     background-image:     -ms-linear-gradient(top, #fff, #e7eef6); 
     background-image:      -o-linear-gradient(top, #fff, #e7eef6); 
     background-image:         linear-gradient(top, #fff, #e7eef6);
}
.product_inner .pro_list-box .list_box ul.pro_list li a:hover dl{ border-color:#e7eef6}
}

/*어플리케이션*/
.app_box_top{margin: 80px auto 100px;}
.app_box_top.half_mb{ margin-bottom:50px}
.app_box_top .B_top-inner{ position:relative; width:100%;}
.app_box_top .B_top-inner h2.cate-title{/*background: linear-gradient( 125deg, #535353, #fff ); */display:inline-block; padding-right:23%; background:url(../../img/title_bg.png) no-repeat 0 50%; background-size:100% 100%;}
.app_box_top .B_top-inner h2.cate-title p{ color:#fff; font-weight:600; font-size:40px; padding: 12px 0 20px 15px; position:relative; overflow:hidden;}
.app_box_top .B_top-inner > p{box-sizing:border-box; position:relative; font-size:18px; color:#444; line-height:1.7; margin-top:30px}
.app_box_top .B_top-inner .pro_top-img{position: absolute; right: 6%;top: 50%; transform: translateY(-50%);width: 25%;}
.pro_board_top .B_top-inner .appli_top-img img{ width:100%; max-width:100%;}
.scroll_info{ display:none;margin-bottom: 30px;font-size: 13px;}
.app_box_top .appli_top-img{text-align: center;margin-top: 100px;}
.app_box_top .appli_top-img.half_mt{ margin-top:50px}
.app_box_top .appli_top-img img{}
.app_box_top .appli_top-img figcaption{ font-size:21px; color:#fff;background-image: linear-gradient( to top, #525252, #f8f8f8 ); text-align:center; padding:25px 0;}
.application_inner .detail_area{}
.application_inner .detail_area h2.detail_title{display: inline-block;font-size: 20px; font-weight: 500;border-radius: 30px;background-image: linear-gradient( to right, #222a35, #8497b0 );color: #fff;padding: 14px 30px 15px;-webkit-box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 20%);-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 20%);}
.application_inner .detail_area h4{margin: 40px 0 20px;font-size: 20px;color: #222; font-weight: 500;}
.application_inner .detail_area .appli_table{ width:100%; box-sizing:border-box}
.application_inner .detail_area .appli_table table{ width:100%; box-sizing:border-box; table-layout:fixed}
.application_inner .detail_area .appli_table table thead{background: #9c9c9c; font-weight: 500; color: #fff;}
.application_inner .detail_area .appli_table table tr th{padding: 6px 0px; border: 1px solid #c9c9c9;line-height: 1.4; text-align: center; font-size: 13px; color:#fff}
.application_inner .detail_area .appli_table table thead tr:nth-child(2){background: #f5f5f5; color: #333;}
.application_inner .detail_area .appli_table table thead tr:nth-child(2) th{color: #333;}
.application_inner .detail_area .appli_table tbody{}
.application_inner .detail_area .appli_table tbody tr{}
.application_inner .detail_area .appli_table tbody td{padding: 4px 0px;border: 1px solid #c9c9c9;line-height: 1.4;text-align: center;font-size: 13px;} 
.application_inner .detail_area .appli_table tbody td span.thum_img{display: block;box-sizing: border-box;}
.application_inner .detail_area .appli_table tbody td span.thum_img img{width: 90%;height: auto;}
.application_inner .detail_area .appli_table tbody td a{}
.application_inner .detail_area .appli_table tbody td a:hover{ text-decoration:underline; color:#286abd}
.application_inner .detail_area .appli_table tbody td a:after{display:inline-block; font-size:16px; margin-left:5px;vertical-align: middle;position: relative;top: -1px; content: "\eb7c";font-family: xeicon;}
.application_inner .detail_area .appli_table table tr th.size_wid{ width:320px}			
.application_inner .detail_area .appli_table table tr th.max_tem{ width:280px}
.application_inner .detail_area .appli_table table tr th.img_wid{ width:110px}	

/* 미리보기 스타일 셋팅 */
#preview{ width:300px; height:300px; box-sizing:border-box; background:#fff; border:1px solid #000; display:table;z-index: 9999;position:absolute;padding:1px;display:none;}
#preview > span{ display:table; width:100%; height:100%; box-sizing:border-box;}
#preview > span > b{ display:table-cell; vertical-align:middle; width:100%; height:100%; box-sizing:border-box;}
#preview img{ width:100%; height:auto;}

@media (max-width: 1520px){
#topMenu03 .side-menu-inner .area-box{padding:0;}	
.side-menu-inner .location_text{ right:15px}
#visual .visual-txt-con{box-sizing: border-box;padding: 90px 4% 0;}	
}
@media (max-width: 1415px){
	/*  SUB LAYOUT :: 서브 인사말 */
/* 	.greeting .info-inner {display: block;}
	.greeting .info-inner .right {position: unset;}
	.greeting .info-inner .left {width: 100%;} */
	.greeting .info-inner .left >div>img {display: block;margin: 0 auto;}
	.greeting .info-inner {display: block;}
	.greeting .info-inner .left {width: 100%;margin-left: 0;}
	.greeting .info-inner .right {width: 100%;padding: 60px 0 0;position: unset;margin-top: 50px;}
	.greeting .info-inner .right:before {right: 0;left: auto;top: 120px;height: 570px;}
	.greeting .info-inner .right p br {display: none;}
	.greeting .info-inner .left .vision_box {width: 100%;margin-top: 50px;}
	.greeting .info-inner .left .vision_box .tit_box {margin-bottom: 40px;}
	.greeting .info-inner .left .vision_box .cont_box ul li {width: 24%;}
	.greeting .info-inner .left .vision_box .cont_box ul li .img_box {width: 100%;height: 200px;line-height: 200px;}

	/* 회사연혁 :: history */
	.history-content .history-year-box {padding-left: 0;}
	.history-content .history-year-box h4 {margin-right: 6%;font-size: 62px;}
	.history-content .history-year-box:after {font-size: 9.5vw;letter-spacing: -3px;bottom: -20px;}
	/* LOCATION */
	.location .map-wrap .location-info {left: 1.5rem;}
	.location .location-dsc {max-width: 55%;}
}
@media (max-width: 1400px){
	#contentInfoCon .content-info-box{ margin:0 15px}	
	.talent_inner .banner_top figcaption{ padding-left:2%}
}
@media (max-width: 1380px){
	#topMenu03 .side-menu-inner .location-to-home-btn {width: 44px;line-height: 70px;}

	/* 회사연혁 :: history */
	.history-content .history-year-box h4 {}
}
@media (max-width: 1300px){
/*  SUB LAYOUT :: 비주얼 */
#visual .visual-txt-con{padding-top: 80px;}	
}
@media (max-width: 1280px){
/*  SUB LAYOUT :: 서브메뉴(스타일) */	
#topMenu .area-box {padding: 0;}	
#topMenu .menu-location.location2 ul li a{ padding:0 20px}	
#topMenu .menu-location{width:200px;}
#topMenu .menu-location > .cur-location,#topMenu .menu-location .location-menu-con li a{ padding-left:20px}
#topMenu .menu-location.location2{width: calc(100% - 270px); padding-left:50px}
#topMenu .menu-location > .cur-location span, #topMenu .menu-location.location2 ul li a span{ font-size:15px}
/*=======sub 개별==========*/
/*  SUB LAYOUT :: 서브 인사말 */
.info-inner .greeting_txt h4{ font-size:28px}
.product_inner .pro_list-box .list_box ul.pro_list li a dl dt{ width:35%}
}

@media (max-width: 1220px){
body.sub-hidden #header{/* top: -80px; */-ms-transform: translateY(-80px);-o-transform: translateY(-80px);-moz-transform: translateY(-80px);-webkit-transform: translateY(-80px); transform: translateY(-80px);}	
body.sub-hidden.up .fixed-sub-menu .side-menu-inner{ top:79px}


}
@media (max-width: 1170px){
		/*  SUB LAYOUT :: 서브 인사말 */
	.greeting .info-inner .right p br:nth-of-type(1) {display: block;}
}
@media (max-width: 1100px){
.map_mark_1{position: absolute;left: 50%; top: 50%; margin-top: 4px;margin-left: 17px;}
.plant_inner .mapDiv{ padding-top:55px}	
.plant_inner .mapDiv .imgDiv .mark{    margin-left: -18%; margin-top: -184px;}
/*  SUB LAYOUT :: 서브 인재상 */
.talent_inner .banner_top figure{ height:auto; padding-top:0}
.talent_inner .banner_top figure img{ width:100%; height:auto;}
.talent_inner .banner_top figcaption{ margin-bottom:0;}
.globalLeader_con > div, .globalLeader_con>ul{ width:100%;display:block; float:none; padding-left:0;}
.globalLeader_con > div >p{ width:70%; font-size:20px;}
.globalLeader_con.on li{ width:calc(50% - 3.4%); display:inline-block; }
.globalLeader_con.on li:nth-child(1), .globalLeader_con.on li:nth-child(3){ margin-right:6%;}
.globalLeader_con .tit_icon dt{ padding-top:80px; font-size:20px}
.globalLeader_con ul li p{ font-size:14px;width: calc(100% - 140px);padding-left: 0;}

.app_box_top {margin: 80px auto 100px;}
.app_box_top .appli_top-img img{ width:100%; max-width:100%}
.app_box_top .B_top-inner h2.cate-title p{ font-size:30px}
.app_box_top .B_top-inner > p{font-size: 16px; margin-top:20px}
.app_box_top .B_top-inner > p br{ display:none}
.app_box_top .appli_top-img{ margin-top:60px}
.app_box_top .appli_top-img figcaption{ font-size:16px;padding: 17px 0;}
.application_inner .detail_area h2.detail_title{ font-size:18px}
.application_inner .detail_area .appli_table{box-sizing: border-box; overflow: hidden;overflow-x: scroll;}
.application_inner .detail_area .appli_table table{min-width: 950px;margin-bottom: 20px;}
.application_inner .detail_area .appli_table table tr th.size_wid{ width:200px}
.application_inner .detail_area .appli_table table tr th.max_tem{ width:150px}

.application_inner .detail_area .appli_table::-webkit-scrollbar { height:4px; }
.application_inner .detail_area .appli_table::-webkit-scrollbar-track { background-color:#eee; }
.application_inner .detail_area .appli_table::-webkit-scrollbar-thumb { background:#aaa; }
.application_inner .detail_area .appli_table::-webkit-scrollbar-thumb:hover { background: #2265a7; }
.application_inner .detail_area .appli_table::-webkit-scrollbar-thumb:active { background:#2265a7; }
.application_inner .detail_area .appli_table::-webkit-scrollbar-button { display: none; }
}

@media (max-width: 1024px){
/*  SUB LAYOUT :: 비주얼 */
	#visual{height: 400px;}
	#visual .visual-txt-con {padding-top: 70px;}
	#visual .visual-tit {font-size: 32px;}
	#visual .visual-tit.eng {font-size: 68px;}

	#topMenu03.dep_type3 .menu-location.location {width: 48%;}
#topMenu03 .side-menu-inner .cm-top-menu{height:60px;}
	#topMenu03 .side-menu-inner .location-to-home-btn {line-height: 60px;}
#topMenu03 .menu-location > .cur-location span {padding: 21px 0;font-size: 16px;}
	#topMenu03 .menu-location {width: 240px;}
	#topMenu03 .menu-location .location-menu-con {top: 60px;}
	
#topMenu .menu-location.location1,#topMenu:before{display:none}	
#topMenu .menu-location.location2{ padding-left:0px; overflow:hidden; height:100%; min-height:60px; box-sizing:border-box;center; width:calc(100% - 70px); /*background-image:url(../../img/main_visual_next_btn_w.png); background-repeat:no-repeat; background-size:10px;    background-position: 95% */}
#topMenu .menu-location.location2 .sub-menu-con{ width:100%; height:100%; box-sizing:border-box; min-height:60px;}
#topMenu .menu-location.location2 .sub-menu-con ul{text-align: center;max-width:1024px;width: 100%;margin: 0 auto;font-size: 0;overflow: hidden; overflow-y: hidden;  overflow-x: auto;  white-space: nowrap; width: 100%;box-sizing: border-box;text-align:left; padding-left:25px;}
#topMenu .menu-location.location2 .sub-menu-con ul li{ float:none; position: relative;display: inline-block;*display: inline;}
#topMenu .menu-location.location2 .sub-menu-con ul::-webkit-scrollbar {display: none;}
#middleArea{padding-bottom: 150px;}
/*=======sub 개별==========*/
.content-tit {font-size: 30px;}
/*  SUB LAYOUT :: 서브 인사말 */
#sub_content {padding-top: 150px;}
.greeting .top {font-size: 30px;padding-bottom: 100px;}
.greeting .info-inner .left .vision_box .tit_box {margin-bottom: 30px;}
.greeting .info-inner .left .vision_box .tit_box span {font-size: 28px;}
.greeting .info-inner .left .vision_box .tit_box p {font-size: 48px;}
.greeting .info-inner .left .vision_box .tit_box p:before {bottom: 7px;width: 245px;}
.greeting .info-inner .left .vision_box .cont_box ul li .img_box {height: 180px;line-height: 180px;}
.greeting .info-inner .left .vision_box .cont_box ul li p {font-size: 20px;padding-top: 30px;}
.greeting .info-inner .right {padding: 60px 0 0;margin-top: 50px;}
.greeting .info-inner .right:before {display: none;}
.greeting .info-inner .right strong {font-size: 48px;}
.greeting .info-inner .right p {margin-top: 15px;}
.greeting .info-inner .right p br:nth-of-type(1) {display: none;}
/**/
.info-inner .greeting_txt{ font-size:15px}
.info-inner .greeting_txt .info-explain span{ font-size:20px}
.info-inner .greeting_txt .info-explain span.blank{ margin-bottom:0;}
.info-inner .greeting_txt .sign{ margin-top:45px}
.info-inner .greeting_txt .sign{ font-size:18px}
.info-inner .greeting_txt .sign strong{ font-size:25px}
/* 회사연혁 :: history */
.history-content .history-year-box {display: block;margin-top: 10%;}
.history-content .history-year-box h4 {font-size: 54px;width: 100%;}
.history-content .history-year-box h4:after{top: 45px;}
.history-content .history-year-box .history-year-list-con {width: 100%;margin-top: 50px;}
.history-content .history-year-box:after {letter-spacing: 0px;bottom: -20px;left: auto;right: 0;writing-mode: vertical-rl;/* text-orientation: upright; */}	
/*  SUB LAYOUT :: 서브 연혁 */
.histList .right { padding-left:0; }
.histList .right .tit { font-size:55px; line-height:70px}
/*  SUB LAYOUT :: 서브 사업장소개 */
.plant_inner .section2 .gloListD .list .infoD .tit{ font-size:20px}
.plant_inner .section2 .gloListD .list .infoD .mapBt{width: 100px;height: 40px; line-height:40px; font-size:13px; top:30px}
.plant_inner .section2 .gloListD .list .infoD{ padding:30px}
.plant_inner .section2 .gloListD .list .infoD, .plant_inner .section2 .gloListD .list .google_map,.plant_inner .section2 .gloListD .list{ height:300px; min-height:300px}
.plant_inner .section2 .gloListD .list .infoD .txtD .txtBox span:first-child,
.plant_inner .section2 .gloListD .list .infoD .txtD .txtBox span:last-child{ font-size:14px}
.plant_inner .section2 .gloListD .list .infoD .txtD .txtBox span:first-child{ width:130px}
/*  SUB LAYOUT :: 서브 대리점 소개 */
#subsidiaryList {width:100%; float:none; margin-bottom:35px}
.subsidiary-list-con {display: none;}
#subsidiaryMobile{position:relative; width:100%; display:block; height:45px;z-index:11}
#subsidiaryMobile .side-menu-inner{position:absolute; top:0px; left:0px; right:0px;;height:45px; background-color:#004080 }
#subsidiaryMobile .side-menu-inner.fixed{position:fixed; top:78px; left:15px; right:15px; }
#subsidiaryMobile .subsidiary-list-m-con{position:relative;}
#subsidiaryMobile .subsidiary-list-m-con > .cur-agency{position:relative; display:block; height:44px; padding:0 30px 0 15px; }
#subsidiaryMobile .subsidiary-list-m-con > .cur-agency span{display:block; white-space:nowrap; overflow:hidden; font-size:15px; text-overflow:ellipsis; line-height:44px; color:#fff; font-weight:400; font-size:15px;}
#subsidiaryMobile .subsidiary-list-m-con > .cur-agency .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px;margin-top:-8px; font-size:20px; color:#fff;}
#subsidiaryMobile .subsidiary-list-m-con > .cur-agency .arrow i{color:#fff;}
#subsidiaryMobile .subsidiary-list-m-con > .cur-agency.open .arrow{transform:rotate(-180deg); margin-top:-10px;}
	
#subsidiaryMobile .subsidiary-list-m-con .agency-con{display:none; position:absolute; top:44px; left:0px; right:0px;; background-color:#fff; border:1px solid #ddd; z-index:11; padding:0 10px; }
#subsidiaryMobile .subsidiary-list-m-con .agency-con li{position:relative; border-top:1px solid #ddd;}

#subsidiaryMobile .subsidiary-list-m-con .agency-con li:first-child{border-top:0}
#subsidiaryMobile .subsidiary-list-m-con .agency-con li a{display:block; height:35px; line-height:35px;  color:#aaa;}
#subsidiaryMobile .subsidiary-list-m-con .agency-con li a .gnb-icon{position:absolute; top:5px; right:10px; }

#subsideiaryCon{float: none;width: auto;padding-left: 0%;}
.globalLeader_con > div >p{ font-size:19px}

.product_inner .pro_list-box .list_box h5{ font-size:23px; margin-bottom:20px}
.product_inner .pro_list-box .list_box ul.pro_list li a dl dt img{ left:10px}
.product_inner .pro_list-box .list_box ul.pro_list li a dl dd{ box-sizing:border-box; padding-left:15px; line-height:1.5}


.product_inner .app_imglist li{ width: calc((100% / 2) - 1.5%);}
.product_inner .app_imglist li:nth-child(2)~*{ margin-top:3%}
.product_inner .app_imglist li:nth-child(3){ margin-left:0}
.product_inner .app_imglist li a figcaption{bottom:35px;}

.application_inner .detail_area{ margin-top:50px}
.app_box_top .B_top-inner h2.cate-title p{ font-size:23px}
.application_inner .detail_area .appli_table table tr th, .application_inner .detail_area .appli_table table tr td{ font-size:12px}
/* PR/IR */
.network p.top {font-size: 18px;}
/*  SUB LAYOUT :: 서브 인증현황 */	
.certification_inner ul.popup-gallery li {width: 23%;}
/* LOCATION */
.location .map-area {height: 28.125rem;}
.location .map-wrap .location-info {box-shadow: 0 20px 20px #0000001A;padding: 30px 25px;height: 12.5rem;left: 0;bottom: -100px;}
.location .map-wrap .location-info span {font-size: 28px;}
.location .map-wrap .location-info h4 {font-size: 30px;}
.location .location-dsc {max-width: 100%;margin-top: 8rem;padding-left: 0.7rem;}
/*product_list*/
.pro_list li {width: 23%;}
}

@media (max-width: 920px){
#topMenu03.dep_type3 .menu-location{ box-sizing:border-box; width: calc((100% / 3) - 21px);}
/*  SUB LAYOUT :: 서브 사업장소개 */
.plant_inner .mapDiv .imgDiv img.pc_only,.plant_inner .mapDiv .imgDiv .mark,.map_mark_1{display:none}
.plant_inner .mapDiv .imgDiv img.m_only{display:inline-block;}	
}
@media all and (max-width:820px){
/*product_list*/
.pro_list li {width: 31.3%;}
}
@media all and (max-width:800px){
body.sub-hidden #header{/* top: -80px; */-ms-transform: translateY(-60px);-o-transform: translateY(-60px);-moz-transform: translateY(-60px);-webkit-transform: translateY(-60px); transform: translateY(-60px);}	
body.sub-hidden.up .fixed-sub-menu .side-menu-inner{ top:59px}	
	

/*=======SUB LAYOUT :: title==========*/
#contentInfoCon .content-tit{ font-size:30px}
#contentInfoCon .content-info-box{ padding:45px 0 40px}
/*=======sub 개별==========*/
/*  SUB LAYOUT :: 서브 인사말 */
.info-inner .greeting_txt{ width:65%;}
.info-inner .info-bg{ width:28%;}
.info-inner .greeting_txt h4, .info-inner .greeting_txt .sign strong{ font-size:23px}
.info-inner .greeting_txt .info-explain span{ font-size:17px}
.info-inner .greeting_txt{ font-size:13px}
.info-inner .greeting_txt .sign{ font-size:16px}
 
/*  SUB LAYOUT :: 서브 소재지 소개*/
.plant_inner .mapDiv{ padding-bottom:40px}
.plant_inner .section2 .gloListD .list .google_map, .plant_inner .section2 .gloListD .list .infoD{ float:none; width:100%;}
.plant_inner .section2 .gloListD .list .infoD, .plant_inner .section2 .gloListD .list{ height:auto; min-height:inherit; }
.plant_inner .section2 .gloListD .list .infoD .tit{ margin-bottom:30px; padding-top:0}
.plant_inner .section2 .gloListD .list .infoD .txtD .txtBox{ padding-bottom:0}
.plant_inner .section2 .gloListD .list .infoD .mapBt{width: 80px;height: 32px;line-height: 32px;font-size: 11px; right:20px; top:auto; bottom:30px}
.plant_inner .section2 .gloListD .list .infoD, .plant_inner .section2 .gloListD .list:last-child{ margin-bottom:0!important}
/*  SUB LAYOUT :: 서브 대리점 소개*/
.map-wrapper-tit-box h4{font-size:19px; padding-bottom:10px}
.map-wrapper-tit-box h4 > p.logo_agenct img{ height:18px}
.map-tbl-left-img{display:none}
.map-tbl{float:none; width:100%}
.map-tbl th,.map-tbl td{padding:15px 10px; font-size:13px; line-height:1.5; vertical-align:top;}
.map-tbl th{width:95px;}	 
.map-tbl .map-detail-item{margin-top:10px}
.map-tbl .map-detail-item:first-child{margin-top:0;}
.map-tbl .map-detail-item dt,
.map-tbl .map-detail-item2 dt{float:none; width:auto; margin-bottom:7px}
.map-tbl .map-detail-item dd,
.map-tbl .map-detail-item2 dd{float:none ;width:auto;}
.talent_inner .banner_top figcaption{font-size: 70px;top: -21px;}
.globalLeader_con > div >p{ width:90%;}
/* 채용정보 :: 복리후생*/
ul.welfare-con{margin-top: 0;}
li.welfare-con-inner{width: 48%; margin-top: 9px;}
.welfare-con-inner .welfare-txt-group .welfare-tit{font-size:15px;}
.welfare-con-inner .welfare-txt-group .welfare-txt{font-size: 13px; line-height:20px;}

/*제품 info*/
.product_inner .pro_info_txt{padding: 45px 0 40px;}
.product_inner .pro_info_txt h4{font-size: 30px; margin-bottom:20px}
.product_inner .pro_info_txt p{ font-size:14px}

.app_imglist{ padding-top:45px}

.product_inner .pro_imglist li{ width: calc((100% / 2) - 1.5%);}
.product_inner .pro_imglist li a{border: 1px solid #e1e1e1;}
.product_inner .pro_imglist li:nth-child(2)~*{ margin-top:3%}
.product_inner .pro_imglist li:nth-child(3){ margin-left:0}
.product_inner .pro_imglist li a figcaption{font-size: 15px; bottom: 10px;}
.product_inner .app_imglist li a figcaption{ font-size:15px; bottom:20px}

.product_inner .pro_list-box .list_box{ float:none; width:100%;margin-left:0;}
.product_inner .pro_list-box .list_box:first-child~*{ margin-top:65px}
.product_inner .pro_list-box .list_box ul.pro_list li{ width:calc((100% / 2) - 1.5%); margin-left:0;  margin-right:3%; float:left;}
.product_inner .pro_list-box .list_box ul.pro_list li:nth-child(even){ margin-right:0;}
.product_inner .pro_list-box .list_box ul.pro_list li:nth-child(2){ margin-top:0}

.product_inner .pro_list-box .type2 .list_box ul.pro_list li{width:calc((100% / 2) - 1.5%); margin-right:0;  margin-left:3%;}
.app_box_top {margin: 45px 0 40px;}
.app_box_top .appli_top-img{ margin-top:40px}
.app_box_top .appli_top-img.half_mt{ margin-top:25px}
.app_box_top.half_mb{ margin-bottom:0}

.application_inner .detail_area h2.detail_title{ font-size:15px}
.application_inner .detail_area h4{margin-bottom:10px;font-size: 17px;}
.application_inner .detail_area .appli_table table tr th, .application_inner .detail_area .appli_table table tr td{ font-size:11px}
}
@media (max-width: 768px){
/*  SUB LAYOUT :: 비주얼 */
#visual{height: 350px;}
#visual .visual-img-con {background-position: 55% 50%;}
#visual .visual-txt-con {padding-top: 60px;}
#visual .visual-tit {font-size: 28px;}
#visual .visual-tit.small_t {letter-spacing: 0px;}
#visual .visual-tit.eng {font-size: 55px;}
#visual .info_text:before{ margin-bottom:10px}
#visual .info_text{ font-size:15px}
#visual .info_text:before{width:85%}
#visual .visual-img-con.sub_vi02{background-position: 70% 50%;}

	/*
#topMenu:before{ display:none}
#topMenu .side-menu-inner,#topMenu{ height:50px;}
#topMenu .location-to-home-btn{ width:60px; height:50px; line-height:50px}
#topMenu .menu-location.location2{ background-size:7px;}
#topMenu .menu-location .location-menu-con{ top:45px}
#topMenu .menu-location > .cur-location, #topMenu .menu-location.location2,#topMenu .menu-location.location2 .sub-menu-con{ height:50px; min-height:50px}
#topMenu .menu-location.location1:after{border-left: 25px solid #fff; margin-right: -24px; border-top: 45px solid transparent;}
#topMenu .menu-location > .cur-location span,#topMenu .menu-location.location2 ul li a span{ line-height:50px}
#topMenu .menu-location > .cur-location span, #topMenu .menu-location.location2 ul li a span,#topMenu .menu-location .location-menu-con li a{ font-size:14px;}
#topMenu .menu-location .location-menu-con li a{padding: 7px 10px 7px 20px;}
*/

/*중단 메뉴 수정*/
#topMenu03.dep_type3 .menu-location.location {width: 59%;}
#topMenu03 .side-menu-inner .cm-top-menu{height: 50px;}
#topMenu03 .menu-location > .cur-location span {padding: 18px 0 17px;font-size: 15px;}
#topMenu03 .menu-location {width: calc(100% / 2);}
#topMenu03 .menu-location > .cur-location .arrow{right: 10px;}
#topMenu03 .menu-location .location-menu-con {top: 50px;}

#topMenu03 .side-menu-inner .location-to-home-btn{display: none;}

#topMenu03 .location-to-home-btn i{ line-height:44px}
#topMenu03 .menu-location > .cur-location{ padding:0 30px 0 10px; display:table; width:100%; box-sizing:border-box; height:100%;}
.side-menu-inner .location_text ul li{ font-size:12px}
#topMenu03 .menu-location .location-menu-con li a{ padding:7px 10px; font-size:14px}

/*메뉴 3차 있을 경우*/
/* #topMenu03 .side-menu-inner .location-to-home-btn{ display:none;} */
#topMenu03.dep_type3 .menu-location{min-width:inherit;width: 31%;} 

.content-tit {font-size: 24px;}
/*  SUB LAYOUT :: 서브 인사말 */
#sub_content {padding-top: 100px;}
#middleArea{padding-bottom:100px;}
.greeting .top {font-size: 24px;padding-bottom: 60px;}
.greeting .info-inner .left .vision_box {margin-top: 30px;}
.greeting .info-inner .left .vision_box .tit_box {margin-bottom: 30px;}
.greeting .info-inner .left .vision_box .cont_box ul {flex-wrap: wrap;}
.greeting .info-inner .left .vision_box .cont_box ul li {width: 48%;}
.greeting .info-inner .left .vision_box .cont_box ul li:nth-child(n+3):nth-child(-n+4) {margin-top: 10px;}
.greeting .info-inner .left .vision_box .tit_box span {font-size: 24px;}
.greeting .info-inner .left .vision_box .tit_box p {font-size: 36px;}
.greeting .info-inner .left .vision_box .tit_box p:before {bottom: 5px;width: 180px;}
.greeting .info-inner .left .vision_box .cont_box ul li .img_box {height: 160px;line-height: 160px;}
.greeting .info-inner .left .vision_box .cont_box ul li p {font-size: 18px;padding-top: 20px;}
.greeting .info-inner .right {padding: 60px 0 0;margin-top: 50px;}
.greeting .info-inner .right:before {display: none;}
.greeting .info-inner .right strong {font-size: 40px;}
/* 회사연혁 :: history */
.history-content .history-year-box {margin-top: 6%;}
.history-content .history-year-box h4 {font-size: 44px;letter-spacing: -3px;}
.history-content .history-year-box h4:after{top: 27px;}
.history-content .history-year-box .history-year-item:before {left: 80px;}
.history-content .history-year-box .history-year-item .history-year {width: 80px;}
.history-content .history-year-box .history-year-item .history-info-con {padding-left: 100px;}
.history-content .history-year-box .history-year-item .history-info-con p {font-size: 15px;padding-left: 35px;} 
.history-content .history-year-box .history-year-item .history-year strong {font-size: 20px;} 
.history-content .history-year-box .history-year-item .history-info-con p .history-month {font-size: 18px;}
.history-content .history-year-box .history-year-item .history-info-con p span {padding-left: 0;}
.history-content .history-year-box:after {display: none;}	
/*  SUB LAYOUT :: 서브 연혁 */	
.histList{margin-top: 30px;}
.histList > ul:after {left:10px;}	
.histList > ul > li:after {content:''; display:block; clear:both;}
.histList .left {float: right; width: 100%;}
.histList .right {display: none;}
.histList .textList {}
.histList .textList li {position: relative; padding:0 0 0 40px; margin-top:25px; text-align: left;}
.histList .textList li .year {font-size:20px; line-height:20px; margin-bottom:10px; }
.histList .textList li .text {margin-top:10px;}
.histList .textList li .text span {font-size:12px; }
.histList .textList li .text dl dt{ font-size:12px; width:35px}
.histList .textList li .text em {font-size:12px; padding-left:20px; }
.histList .textList li .text .img {margin-bottom:10px;}
.histList .textList li .text .img img {box-shadow:0 0 10px 2px rgba(0,0,0,.2); max-width:100%;}
.histList .textList li .mark {left:0;}
.histList .textList li .mark .dot { width:20px; height:20px;}
.histList .textList li .mark .dot em {width:8px; height:8px; left:50%; top:50%; margin:-4px 0 0 -4px;}
.histList .textList li .mark .dot span {width:6px; height: 6px; left:50%; top:50%; margin:-3px 0 0 -3px;}
.histList .textList li .mark .dot:after {content:''; position: absolute; left:20px; top:10px; height:1px; width:15px;; }
.histList .textList li .line { left:10px;}
.histList .textList li.active .mark .dot em {width:20px; height:20px; left:50%; top:50%; margin:-10px 0 0 -10px;   }
/*  SUB LAYOUT :: 서브 조직도 */
.org_inner figure .pc_only{display:none}
.org_inner figure .m_only{display:block;}

/*  SUB LAYOUT :: 서브 인재상 */
.globalLeader_con.on li,.globalLeader_con.on li:first-child{ width:100%; display:block;margin-top: 20px;padding-top: 20px;}
/* PR/IR */
.network p.top {font-size: 16px;margin-bottom: 20px;}
/*  SUB LAYOUT :: 서브 인증현황 */	
.certification_inner ul.popup-gallery li {width: 31.3%;}
/* LOCATION */
.location .map-area {height: 25rem;}
.location .map-wrap .location-info {box-shadow: 0 10px 15px #0000001A;padding: 30px 25px;height: 11.25rem;width: 80%;}
.location .map-wrap .location-info span {font-size: 26px;}
.location .map-wrap .location-info h4 {font-size: 28px;}
.location .location-dsc {margin-top: 7.8rem;}
.location-dsc dl+dl {margin-top: 20px;}
.location-dsc dl dd {font-size: 16px;line-height: 1.2;}
/**/
.write-tbl th, .write-tbl td {padding: 10px 5px;}
.write-tbl tr.width33 .write-input:last-child, .write-tbl tr.width33 .email-fieldset .write-select {width: 33% !important;}
.write-tbl .write-input, .write-tbl .write-select {padding: 0 5px;}
.write-tbl .write-textarea {padding: 10px 5px;}
}
@media all and (max-width:620px){
/*뎁스에 홈 버튼 아이콘이 필요한 경우 주석 풀기
#topMenu03 .menu-location{width: calc(100% - 46px);}	
*/
/* 뎁스 위치 pc에서 오른쪽일 경우 주석 풀기
.side-menu-inner .location_text{ position:inherit; width:100%; text-align:center; background:#fff; border-top:1px solid #e1e1e1;top: 0;transform: none; right:0}	
*/
.side-menu-inner .location_text ul li a{ line-height:40px;}	

#topMenu03.dep_type3 .menu-location.location > .cur-location span {width: 285px;}
#topMenu03.dep_type2 .menu-location{ width: calc((100% / 2) - 23px); min-width:inherit}
#topMenu03.dep_type2 .menu-location.location > .cur-location{ border-right:1px solid #e5e5e5;}
/*=======sub 개별==========*/
/*  SUB LAYOUT :: 서브 인사말 */	
.info-inner .greeting_txt, .info-inner .info-bg{ float:none;}	
.info-inner .info-bg{ display:none}
.info-inner .greeting_txt{ width:100%;}
.info-inner .greeting_txt h4{ text-align:center;}
.info-inner .greeting_txt h4 > br{ display:block }
/*  SUB LAYOUT :: 서브 소재지 소개 */	
.plant_inner .mapDiv{padding: 35px 0  25px}
.plant_inner .section2 .gloListD .list .google_map{ height:190px; min-height:190px}
/*  SUB LAYOUT :: 서브 인재상 */
.talent_inner .banner_top figcaption {font-size: 55px; top: -15px;}
.globalLeader_con > div >p{ font-size:17px}
.globalLeader_con .tit_icon dt:after{ width:50px; height:50px; background-size:auto 100%!important}
.globalLeader_con .tit_icon dl{ padding-bottom:18px}
.globalLeader_con .tit_icon dt{ padding-top:65px; font-size:17px; margin-bottom:8px}
.globalLeader_con .tit_icon dd{ font-size:14px}
.globalLeader_con ul li p{ padding-bottom:18px} 
.globalLeader_con.on li{ padding-top:0}

.product_inner .pro_list-box .list_box h5{ font-size:20px}
.product_inner .pro_list-box .list_box ul.pro_list li{ height:65px}
.product_inner .pro_list-box .list_box ul.pro_list li a dl dd{ font-size:14px}

.app_box_top .B_top-inner h2.cate-title p{font-size: 18px;padding-top: 8px;}
.app_box_top .B_top-inner > p{font-size: 14px; margin-top:10px}
.app_box_top .appli_top-img figcaption{ font-size:14px; padding:12px 0}
.application_inner .detail_area h2.detail_title{ font-size:13px;padding: 15px 18px;}
.application_inner .detail_area h4:nth-of-type(1) { margin-top:25px}
}
@media (max-width: 600px){
/*product_list*/
.pro_list li {width: 48%;}
}
@media (max-width: 570px){
.inquiry .checkbox span {display: block;margin-right: 0;}
.inquiry .checkbox input, .inquiry .checkbox label {float: right;}
.inquiry .checkbox label {margin: 0 6px 0 0;}
}
@media (max-width: 540px){
#topMenu03.dep_type3 .menu-location.location {width: 69%;}
}
@media (max-width: 480px){
#topMenu03 .side-menu-inner .cm-top-menu {height: 45px;}
#topMenu03 .side-menu-inner .location-to-home-btn {display: none;}
#topMenu03 .menu-location {width: calc(100% / 2 );}
#topMenu03 .menu-location > .cur-location{padding: 0 18px 0 10px;}
#topMenu03 .menu-location > .cur-location span{font-size: 14px;padding: 16px 0 15px;}
#topMenu03 .menu-location .location-menu-con {top: 45px;}
#topMenu03.dep_type3 .menu-location.location .location-menu-con {width: 145%;transform: translateX(-31%);height: 250px;}
/* 스크롤 바 생성 */
.scrollBar::-webkit-scrollbar {width: 7px;background: #cfcfcf;}
.scrollBar::-webkit-scrollbar-thumb {background: #025b9e; border-radius: 50px;}
#topMenu03 .menu-location .location-menu-con li a{font-size: 13px;}
.side-menu-inner .location_text{ padding:8px 0}
.side-menu-inner .location_text ul li a{ line-height:2}
.side-menu-inner .location_text ul li:before{ margin: 0px 3px 0 0px; font-size: 15px;}
	
/*  SUB LAYOUT :: 비주얼 */
#visual{height: 260px;}
#visual .visual-tit {font-size: 26px;}
#visual .visual-tit.eng {font-size: 46px;}
#visual .info_text:before{ margin-bottom:10px}
#visual .info_text{ font-size:15px}
#visual .info_text:before{width:85%}
/*
#topMenu .location-to-home-btn{ height:45px; width:45px; line-height:45px;}
#topMenu .location-to-home-btn img{ height: 14px;}
#topMenu .side-menu-inner, #topMenu{ height:45px; }
#topMenu .menu-location > .cur-location span, #topMenu .menu-location.location2 ul li a span,#topMenu .menu-location .location-menu-con li a{font-size:12px}
#topMenu .menu-location.location2{ width:calc(100% - 45px);}
#topMenu .menu-location > .cur-location, #topMenu .menu-location.location2, #topMenu .menu-location.location2 .sub-menu-con{ height:45px; min-height:45px}
#topMenu .menu-location > .cur-location span, #topMenu .menu-location.location2 ul li a span{ line-height:45px}
*/

#middleArea{padding-bottom: 80px;}
/*=======SUB LAYOUT :: title==========*/
#contentInfoCon .content-tit{ font-size:24px}
#contentInfoCon .content-info-box{ padding:35px 0 30px}
/*=======sub 개별==========*/
.content-tit {font-size: 20px;margin-bottom: 30px;}
/*  SUB LAYOUT :: 서브 인사말 */
#sub_content {padding-top: 80px;}
.greeting .top {font-size: 20px;padding-bottom: 30px;}
.greeting .info-inner .left .vision_box {margin-top: 25px;}
.greeting .info-inner .left .vision_box .tit_box {margin-bottom: 15px;}
.greeting .info-inner .left .vision_box .cont_box ul {flex-wrap: wrap;}
.greeting .info-inner .left .vision_box .cont_box ul li {width: 48%;}
.greeting .info-inner .left .vision_box .tit_box span {font-size: 22px;}
.greeting .info-inner .left .vision_box .tit_box p {font-size: 30px;}
.greeting .info-inner .left .vision_box .tit_box p:before {bottom: 5px;width: 180px;}
.greeting .info-inner .left .vision_box .cont_box ul li .img_box {height: 140px;line-height: 140px;}
.greeting .info-inner .left .vision_box .cont_box ul li p {padding-top: 15px;}
.greeting .info-inner .right {padding: 60px 0 0;margin-top: 20px;}
.greeting .info-inner .right:before {display: none;}
.greeting .info-inner .right strong {font-size: 32px;}
	/* 회사연혁 :: history */
.history-content .history-year-box h4 {font-size: 36px;}
.history-content .history-year-box h4:after{top: 27px;}
.history-content .history-year-box .history-year-item:before {display: none;}
	.history-content .history-year-box .history-year-item:after {content:"";display: block;width: calc(100% - 53px);heighT: 1px;background: #006cb7;position: absolute;top: 7px;left: 50px;}
.history-content .history-year-box .history-year-item .history-year {width: 100%;position: unset;padding-bottom: 0px;}
.history-content .history-year-box .history-year-item .history-info-con {padding-left: 0;}
.history-content .history-year-box .history-year-item .history-info-con p {font-size: 15px;padding-left: 35px; margin-top: 20px;}
.history-content .history-year-box .history-year-item .history-year strong {font-size: 20px;} 
.history-content .history-year-box .history-year-item .history-year:after {display: none;}
.history-content .history-year-box .history-year-item .history-info-con p .history-month {font-size: 18px;}
.history-content .history-year-box .history-year-item .history-info-con p span {padding-left: 0;}	
/*  SUB LAYOUT :: 서브 인증현황 */
.certification_inner ul.popup-gallery li{width:48%;margin-bottom: 30px;}
.certification_inner .certifi-tit {padding-top: 10px;}
/*  SUB LAYOUT :: 서브 사업장 소개 */
.plant_inner .section2 .gloListD .list .infoD .txtD .txtBox{ padding-left:10px}
.plant_inner .section2 .gloListD .list .infoD .txtD .txtBox span:first-child{ font-size:14px!important}
.plant_inner .section2 .gloListD .list .infoD .txtD .txtBox span:first-child, .plant_inner .section2 .gloListD .list .infoD .txtD .txtBox span:last-child{ font-size:13px}
/*  SUB LAYOUT :: 서브 대리점 소개 */
.map-tbl .tel{ display:block; margin-left:0;}

/*  SUB LAYOUT :: 서브 인재상*/
.globalLeader_con .tit_icon{ width:110px}
.globalLeader_con .tit_icon dt:after{ width:40px; height:40px;}
.talent_inner .banner_top figcaption{ font-size:45px}
.globalLeader_con > div >p{ font-size:15px; width:100%;}
.globalLeader_con .tit_icon dt{padding-top: 53px;}
.globalLeader_con ul li p{ margin-top:0; font-size:12px;width: calc(100% - 120px); line-height:1.6}
/* 채용정보 :: 복리후생*/
li.welfare-con-inner{width: 100%; height: 146px; margin: 9px 0 0; overflow:hidden; float: none; height:auto; }
.welfare-con-inner .welfare-icon{width: 30%; height: 100%; padding: 0; margin: 0; float: left; text-align: center;}
.welfare-con-inner .welfare-icon img{width: 70px; display: inline-block; margin-top:25px;}
.welfare-con-inner .welfare-txt-group{width: 70%; text-align: left; float: left; padding: 15px 0;}
.welfare-con-inner .welfare-txt-group .welfare-txt{min-height:40px;}

/*제품 info*/
.product_inner .pro_info_txt{padding: 35px 0 30px;}
.product_inner .pro_info_txt h4{font-size: 24px; margin-bottom: 15px;}
.app_imglist{ padding-top:35px}
.product_inner .app_imglist li a figcaption{ bottom:10px}

.product_inner .pro_list-box .list_box h5{ font-size:17px; margin-bottom:10px}
.product_inner .pro_list-box .list_box ul.pro_list li a dl dt img{ height:70%}
.product_inner .pro_list-box .list_box ul.pro_list li a dl dd{ font-size:13px}
.app_box_top .appli_top-img{ margin-top:25px}
.application_inner .detail_area{ margin-top:30px}
/* LOCATION */
.location .map-area {height: 15.625rem;}
.location .map-wrap .location-info {width: 100%;height: 8rem;bottom: -130px;padding: 25px;}
.location .map-wrap .location-info span {font-size: 24px;}
.location .map-wrap .location-info h4 {font-size: 26px;}
.location .location-dsc {margin-top: 8.8rem;}
.location-dsc dl+dl {margin-top: 20px;}
.location-dsc dl dt {flex: 0 0 13%;}
/**/
.filebox .file_wr label {width: 95px;}
.filebox .file_wr input {width: calc(100% - 100px);}
.inquiry_wrap .board_list button, .inquiry_wrap .board_list a {width: calc(100% / 2 - 5px);}
}
@media all and (max-width: 400px){
/* LOCATION */
.location-dsc dl {display: block;}
.location-dsc dl dt {margin-bottom: 10px;}
}
@media all and (max-width: 381px){
.greeting .top br { display: none;}
}
@media all and (max-width: 350px){
/* LOCATION */
.location .map-area {height: 15rem;}
}