@charset "utf-8";
/* *******************************************************
 * filename : layout_responsive.css
 * description : 전체 레이아웃 반응형 CSS
 * date : 2020-11-25
******************************************************** */


/*
@media all and (max-width:1620px){
	.area-box{padding:0 30px;}
}
@media all and (max-width:1260px){
	.area{padding:0 30px;}
}
@media all and (max-width:1220px){
	.area-box,
	.area{padding:0 15px}
}

@media all and ( max-width: 1536px ){
	#headerInner{padding:0 30px}
	#gnb > ul {margin-left: 300px;}
	.header-util-box {right: 30px;}
}
@media all and ( max-width: 1366px ){
	#gnb > ul {margin-left: 350px;}
}
@media all and ( max-width: 1260px ){
	#gnb > ul {margin-left: 210px;}
}*/
@media all and ( max-width: 950px ){
	#gnb > ul > li.gnb6{ display:none}
}
@media all and ( max-width: 1100px ){
	#gnb > ul > li { min-width:135px}
	#gnb > ul > li > a { padding:0 20px}
}
@media screen and (min-width: 1400px) {
	#header{width:1400px}
	#gnb > ul > li { min-width:180px}
}

@media all and ( max-width: 800px ){
#header, #headerInnerWrap{height:80px;}
	#headerInnerWrap{position:absolute; z-index:99;}
	#header.fixed #headerInnerWrap,
	#header.top-fixed #headerInnerWrap{position:fixed;}
	#headerInner{padding:0 15px;}
	#header .logo{padding:12px 0;}	/* padding값 적절히 바꿔주세요 */
	#header.top-fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;}
/* -------- Header :: UTIL BOX -------- */
	.header-util-box{display: inline-block;}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}

	/* -------- Header :: GNB(Pc) -------- */
	#gnb{display:none;}
	.gnb-overlay-bg{display:none}

	/* -------- Header :: GNB(Mobile/기본스타일) -------- */
	.gnb-overlay-bg-m{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9998;}	
	#gnbM{ 
		display:block; 
		position:fixed; 
		top:0px; 
		right:-82%;
		width:80%; 
		height:100%;  
		max-width:280px; 
		background-color:#fff; 
		z-index:9999; 
		transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);  
		visibility:hidden;
	}
	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:130px; overflow-y:auto;}	/* padding-top : Header 높이값 */
	#gnbM.none-bnr .gnb-navigation-wrapper{padding-top:80px;}
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0}
	
	/* GNB Mobile :: 메뉴영역 :: 1차 */
	#navigation > li{border-bottom:1px solid #e7e7e7;}
	#navigation > li:first-child{border-top:1px solid #e7e7e7}
	#navigation > li > a {position:relative; display:block; padding:15px; color:#333; font-size:17px; font-weight:500; }
	#navigation > li.active > a{color:#0070e3;}
	#navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e914"; position:absolute; top:50%; right:15px; font-size:1.3em; transform:translateY(-50%);}
	#navigation > li.has-2dep.active > a:before{content: "\e91b";}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:15px 0; background-color:#f2f2f2; }
	#navigation > li .gnb-2dep > li{height:auto !important;}
	#navigation > li .gnb-2dep > li > a{display:block; color:#444; font-size:14px; padding:12px 15px; opacity:0.7;filter:Alpha(opacity=70);}
	#navigation > li .gnb-2dep > li.on > a{opacity:1.0;filter:Alpha(opacity=100); font-weight:500;}
	/* GNB Mobile :: 메뉴영역 ::  3차 */
	#navigation > li .gnb-2dep > li > .gnb-3dep{display:none; padding:10px; background-color:#aaa; margin:0 10px}
	#navigation > li .gnb-2dep > li > .gnb-3dep > li > a{display:block; padding:8px 0; font-size:13px; color:#fff;}
	#navigation > li .gnb-2dep > li > .gnb-3dep > li > a:before{display:inline-block; content:"-"; margin-right:5px;}
	
	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:absolute; top:24px; right:15px; z-index:10000; 
		height:30px;
		-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
		transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
	}
	#header.fixed .nav-open-btn,
	#header.top-fixed .nav-open-btn{position:fixed;}
	.nav-open-btn .line{
		display:block; width: 20px; height: 2px; background-color: #000; margin: 2px auto;
		-webkit-transition: all 0.3s ease-in-out;
	     transition: all 0.3s ease-in-out;
	}
	.nav-open-btn.active .line{background-color:#333;}
	.nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4){opacity: 0;}
	.nav-open-btn.active .line:nth-child(1){
		 -webkit-transform: translateY(4px) rotate(45deg);
		  transform: translateY(4px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		 -webkit-transform: translateY(-4px) rotate(-45deg);
		  transform: translateY(-4px) rotate(-45deg);
	}
	
	#header.fixed .nav-open-btn .line{background-color:#333;}

}

@media all and ( max-width: 800px ){
	#header,#headerInnerWrap{height:60px;}
	#header .logo{padding:12px 0;}	/* padding값 적절히 바꿔주세요 */
	#header .logo img{height:36px;}

	/* Header :: 사이트맵, 네비게이션 버튼 */
	.nav-open-btn{top:15px; margin-top:0;}
	.nav-open-btn .line{width:20px; height:2px;}
	.nav-open-btn.active .line:nth-child(1){
		 -webkit-transform: translateY(4px) rotate(45deg);
		  transform: translateY(4px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		 -webkit-transform: translateY(-4px) rotate(-45deg);
		  transform: translateY(-4px) rotate(-45deg);
	}
	/* Header :: GNB(Mobile) */
	.gnb-navigation-wrapper{padding-top:90px} /* padding-top : Header 높이값 */
	#gnbM.none-bnr .gnb-navigation-wrapper{padding-top:60px;}
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:60px; }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:60px;}
	#navigation > li > a{font-size:15px;}
	#navigation > li .gnb-2dep > li > a{font-size:13px;}
}

/* ****************** FOOTER ********************** */
@media all and (max-width:1024px){
	/* -------- 푸터 :: 중간 -------- */
	#footerMiddleCon{background-position-x: 62%}
}

@media all and (max-width:800px){
	/* -------- 푸터 :: 중간 -------- */
	#footerMiddleCon{height: auto; padding: 20px 0; background-image: none; background-color: #082d8a}
	#footerMiddleCon .footer-left-con{width: 70%}
	#footerMiddleCon .footer-right-con{width: 30%}
	#footerBottomCon .footer-left-con, #footerBottomCon .footer-right-con{float: none}
	.foot-left-box, .foot-right-box{display: block}
	.foot-left-box .foot-middle-info{display: block; padding-left: 40px; margin-right: 0}
	.foot-left-box .foot-middle-info:first-child{margin-top: 5px; margin-bottom: 10px}
	.foot-left-box .foot-middle-info:first-child::before{top: 4px}
	.foot-middle-info strong, .foot-middle-info em{font-size: 11px}
	.foot-middle-info strong{width:80px}
	.footer-right-con .foot-middle-info strong{width: auto}
	.foot-middle-info .small-txt{font-size: 11px}
	#footerBottomCon{font-size: 11px; padding: 20px 15px}
	#footerBottomCon .foot-adress-box{margin-bottom: 20px}
	.foot-adress-box dl{position: relative; padding-left: 120px}
	.foot-adress-box dt{position: absolute; top: 0; left: 0; width: 120px}
	#footerBottomCon .footer-right-con .foot-logo-box, #footerBottomCon .footer-right-con .foot-info-box{text-align: left}
	.footer-right-con .foot-info-box .foot-menu{padding: 30px 0}
	.footer-right-con .foot-info-box .foot-menu li{display: inline-block; margin-bottom: 0; margin-right: 20px}
	.foot-right-box .foot-middle-info{text-align: right}
	.foot-right-box .foot-middle-info strong, .foot-right-box .foot-middle-info em{line-height: 1.3; margin-right: 0!important}
	.foot-right-box .foot-middle-info strong{margin-bottom: 5px}
	.foot-right-box .foot-middle-info em{display: block; font-size: 11px; font-weight: 300}
	.foot-copyright{font-size: 11px}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1220px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{-webkit-box-sizing: border-box; box-sizing: border-box;}
	/*  SUB LAYOUT :: 서브메뉴(스타일2,3,4) */
	#topMenu02 .area,
	#topMenu03 .area,
	#topMenu04 .area{padding:0;}
	#topMenu02 .area,
	#topMenu03 .area{margin:0 -1px}
	#topMenu01 .side-menu-inner ul li {width: 180px;}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:50px 15px 100px;}
	#content.wide{padding:50px 0 100px;}
	#content:not(.wide) .cm-fixed-tab-container-JS{margin: 0 -15px;}
}

@media all and (max-width:800px){
	/* SUB LAYOUT :: 위치정보(location) */
	.sub-location{height: 30px;}
	.location{padding-top: 8px;}
	.location li{font-size: 11px;}
	.location li i{font-size: 16px; margin-top: -2px;}
	.location li:before{top: -1px; margin: 0px 8px 0 6px; font-size: 11px;}
	
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:100px;}
	#visual .visual-tit{font-size:25px;}
	/*  SUB LAYOUT ::  서브메뉴(스타일1,2,3) */
	#topMenu01,
	#topMenu02,
	#topMenu03{display:none}
	
	/*  SUB LAYOUT :: 서브메뉴 모바일 (스타일2) */
	#topMenuM02{display:block; position:relative; height:50px;}
	#topMenuM02 .side-menu-inner{height:50px;}
	#topMenuM02.fixed .side-menu-inner{position: fixed; top: 60px; left: 0; z-index: 99; width: 100%;}
	#topMenuM02 .menu-location{position:relative;}
	#topMenuM02 .menu-location > .cur-location{position:relative; display:block; width:100%; text-align:left; height:50px; padding:0 30px 0 15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007df0+0,002d95+100 */
	background: #007df0; /* Old browsers */
	background: -moz-linear-gradient(left,  #007df0 0%, #002d95 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #007df0 0%,#002d95 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #007df0 0%,#002d95 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007df0', endColorstr='#002d95',GradientType=1 ); /* IE6-9 */}
	#topMenuM02 .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:50px; color:#fff; font-weight:400; font-size:15px;}
	#topMenuM02 .menu-location > .cur-location .arrow{position:absolute; top:50%; right:15px; margin-top:-7px; color: #fff;}
	#topMenuM02 .menu-location.open > .cur-location .arrow{transform:rotate(180deg)}
	#topMenuM02 .menu-location .location-menu-con{display:none; position:absolute; top:50px; left:0px; width:calc(100% - 2px); border:1px solid #eee; border-top:0; background-color:#fff; z-index:11;}
	#topMenuM02 .menu-location.location1 .location-menu-con{width:calc(100% - 1px);}
	#topMenuM02 .menu-location .location-menu-con li{border-top: 1px solid #eee;}
	#topMenuM02 .menu-location .location-menu-con li:first-child{border-top: none;}
	#topMenuM02 .menu-location .location-menu-con li a{display:block; padding: 12px 15px; font-size:13px; color: #000; font-weight:500;}
	#topMenuM02 .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM02 .menu-location .location-menu-con li.on a{color:#0070e1;}

	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:30px 15px 60px;}
	#content.wide{padding:30px 0 60px;}
	#content:not(.wide) .cm-fixed-tab-container-JS{margin: 0 -15px;}
}

/* ****************** 사이트맵 ********************** */
@media all and ( max-width: 800px ){
	/* -------- 사이트맵 01 -------- */
	/* 사이트맵 01 */
	.sitemap-wrapper{padding:15px}
	.sitemap-wrapper > ul{display:block;}
	.sitemap-wrapper > ul > li{float:none; display:block; width:auto; margin-bottom:15px;}
	.sitemap-wrapper > ul > li > h2{font-size:16px; margin:0; margin-bottom:5px;}
	.sitemap-wrapper > ul > li .sitemap-2dep{overflow:hidden; margin:0 -1%; padding:0;}
	.sitemap-wrapper > ul > li .sitemap-2dep li{float:left; position:relative; width:31.33%; margin:1%; word-break:keep-all;}
	.sitemap-wrapper > ul > li .sitemap-2dep li:before{position:absolute; top:0px; left:0; bottom:0px; width:1px; background-color:#eee; content:""; display:none;}
	.sitemap-wrapper > ul > li .sitemap-2dep li:nth-child(3n+1){clear:both;}
	.sitemap-wrapper > ul > li .sitemap-2dep a{padding:7px; font-weight:300; }
}
@media all and ( max-width: 480px ){
	/* -------- 사이트맵 01 -------- */
	/* 사이트맵 01 */
	.sitemap-wrapper > ul > li .sitemap-2dep li{width:48%;}
	.sitemap-wrapper > ul > li .sitemap-2dep li:nth-child(3n+1){clear:none;}
	.sitemap-wrapper > ul > li .sitemap-2dep li:nth-child(odd){clear:both;}
}