@charset "utf-8";
/* *******************************************************
 * filename : content_responsive.css
 * description : 서브페이지 컨텐츠 반응형 CSS
 * date : 2020-11-25
******************************************************** */


/* ******************  서브공통 ********************** */
/* -------- 공통 스크롤바  -------- */
@media all and (max-width:1220px){
	.custom-scrollbar-wrapper .scroll-object{max-width:100%;}
}
@media all and (max-width:800px){
	.custom-scrollbar-wrapper{position:relative;margin-right:-15px; cursor:move}
	.custom-scrollbar-wrapper .scroll-object{max-width:none; width:800px; }
	.custom-scrollbar-cover{display:block; position:absolute; top:0px; left:0px; right:0px; bottom:0px; background-color:rgba(0,0,0,0.5)}
	.custom-scrollbar-cover .scroll-cover-txt{position:absolute; top:50%; left:0; width:100%; text-align:center; color:#fff; font-size:300; font-size:15px;}
	.custom-scrollbar-cover .scroll-cover-txt i{font-size:30px; display:block; margin-bottom:20px; }
}

/* -------- 공통 :: 탭 -------- */
@media all and (max-width:1220px){
	.sub-tab-list-style .area{padding:0}
}
@media all and (max-width:1024px){
	/* Tab Fixed Move*/
	.sub-tab-list-style.top-fixed{top:80px;}
}
@media all and ( max-width: 800px ){
	/* Tab 공통 스타일 */
	.sub-tab-wrapper-style,
	.sub-tab-list-style.top-fixed,
	.sub-tab-list-style ul li a{height:40px; }
	.sub-tab-list-style ul li a em{font-size:13px}
	/* Tab Fixed Move*/
	/* Mobile Tab Drop Menu */
	.sub-drop-menu-style{position:relative;}
	.sub-drop-open-btn-style{display:block; position:relative; padding:0 15px; height:40px; line-height:40px; font-size:15px; background-color:#333; box-sizing:border-box;}
	.sub-drop-open-btn-style span{color:#fff; }
	.sub-drop-open-btn-style .arrow{color:#fff; position:absolute; top:50%; right:15px; margin-top:-7px}
	.sub-drop-open-btn-style.open .arrow{transform:rotate(180deg)}
	.sub-drop-menu-style ul{display:none; margin:0; height:auto; position:absolute; top:100%; left:0px; right:0px; background-color:#fff; border:1px solid #ddd; border-top:0; z-index:11; box-sizing:border-box;}
	.sub-drop-menu-style ul li{position:static; display:block; float:none; border:0; border-top:1px solid #eee; width:auto; background-color:transparent}
	.sub-drop-menu-style ul li:first-child{border-top:0; border-left:0}
	.sub-drop-menu-style ul li a{display:block; width:auto; height:auto; padding:10px 15px; border:0;}
	.sub-drop-menu-style ul li a em{font-size:13px;}
	.sub-drop-menu-style ul li.selected a{background-color:transparent;}
	.sub-drop-menu-style ul li.selected a em{color:#f57f20; font-weight:600; }
}
@media all and (max-width:480px){
	/* Tab Fixed Move*/	
	.sub-tab-list-style.top-fixed{top:60px;}
}


/* ******************  COMPANY ********************** */
/* --------------- 회사소개 --------------- */
@media all and (max-width:1366px){	
	.intro-page:after{right:auto; left:50%; margin-left:-217px; width:900px; height:863px;}
}
@media all and (max-width:1024px){
	.intro-page .intro-txt p br{display:none}
}
@media all and (max-width:800px){	
	.intro-page{padding-bottom:150px}
	.intro-page:after{width:330px; height:317px; right:0; left:auto; margin-left:0;}
	.intro-page .intro-top > div{height:270px}
	.intro-page .intro-top > div .top-txt .txt-wrap{max-width:435px}
	.intro-page .intro-top > div .top-txt h3 br,
	.intro-page .intro-top > div .top-txt p br{display:none}
	.intro-page .intro-top > div .top-txt h3{font-size:2em}
	.intro-page .intro-txt p{margin-top:1.3em}
}

/* --------------- 회사조직도 --------------- */
@media all and (max-width:800px){	
	.org-page{padding-bottom:50px}
}

/* --------------- 오시는길 --------------- */
@media all and (max-width:800px){		
	/* 오시는길 :: 상단 */
	.map-script-wrapper{height:280px;}
	.map-script-wrapper .map-script-con{height:280px; margin-top:-140px}
	/* 오시는길 :: 하단정보 */
	.map-tbl-con{margin-top:20px}
	.map-tbl-con .map-tit{font-size:20px; margin-bottom:15px}
	.map-tbl th, .map-tbl td{font-size:14px; padding:10px}
	.map-tbl th{width:80px}
}

