@charset "utf-8";

#subVisual {background-size:cover; background-repeat:no-repeat; background-position:center;}
#subVisual h2 {position:relative; padding:130px 0 190px; font-size:48px; color:#fff; text-align:center; font-weight:400;}
#subVisual.sub01 {background-image:url('../img/sub/sub01Bg.jpg');}
#subVisual.sub02 {background-image:url('../img/sub/sub02Bg.jpg');}
#subVisual.sub03 {background-image:url('../img/sub/sub03Bg.jpg');}
#subVisual.sub04 {background-image:url('../img/sub/sub04Bg.jpg');}
#subVisual.sub05 {background-image:url('../img/sub/sub05Bg.jpg');}
#subVisual.sub06 {background-image:url('../img/sub/sub06Bg.jpg');}

#subVisual .locationBox {}
#subVisual .locationUl {display:block; text-align:center; color:#fff; margin-top:20px;}
#subVisual .locationUl li {display:inline-block; position:relative;margin-right:22px;vertical-align:top; line-height:1.5;font-size:15px; vertical-align:top;}
#subVisual .locationUl li:last-child {margin:0;}
/*#subVisual .locationUl li:after {display:block;position:absolute;top:3px;right:-12px;content:'';width:1px;height:15px; background:#fff; transform:rotate(15deg);-webkit-transform:rotate(15deg);}*/
#subVisual .locationUl li:after {display:block;position:absolute;top:6px;right:-12px;content:'';width:8px;height:8px;border:solid #fff;border-width:1px 1px 0 0;transform:rotate(45deg);-webkit-transform:rotate(45deg);}
#subVisual .locationUl li:last-child:after {display:none;}
#subVisual .locationUl li a {display:block; color:inherit;}

	@media screen and (max-width:999px){
		#subVisual h2 {padding:90px 0 150px; font-size:280%;}
	}

	@media screen and (max-width:799px){
		#subVisual h2 {padding:65px 0; font-size:200%;}
	}

	@media screen and (max-width:499px){
		#subVisual h2 {padding:45px 0; font-size:160%;}
	}


/*서브메뉴*/
.locationNav {margin-bottom:47px;}
.locationNav .container{margin-top:-28px;background-color:rgba(255,255,255,1);position:relative;border:1px solid #ddd;padding-left:0;padding-right:0;}
.locationNav .home{float:left;background-color:#fff; width:58px; height:58px; border-right:1px solid #ddd; text-align:center;}
.locationNav .home a {display:block; overflow:hidden; width:100%; height:100%; font-size:0; background:url('../img/sub/home.png') center no-repeat;}
.locationNav .sub_location{}
.locationNav .sub_location ul{margin:0;padding:0;list-style:none;}
.locationNav .sub_location ul:after{content:'';display:block;clear:both;}
.locationNav .sub_location p{margin:0;}
.locationNav .sub_location .snb_wrap > li{float:left;position:relative;z-index:100;min-width:217px;margin:0;padding:0;list-style-type:none;border-right:1px solid #ddd;box-sizing:border-box; font-family:"Noto Sans KR",sans-serif;}
.locationNav .sub_location .snb_wrap > li > p{position:relative;line-height:58px;margin:0;padding:0 15px;color:#5f5f5f;font-size:17px;font-weight:300;text-align:left;cursor:pointer; text-transform:uppercase;}

.locationNav .sub_location .snb_wrap > li > p span.bul {display:block;position:absolute;top:22px;right:22px;background:#888;transition:all .5s;width:1px;height:15px;margin:0;}
.locationNav .sub_location .snb_wrap > li > p span.bul:after {content:"";display:block;position:absolute;top:0;width:15px;height:1px;margin:7px 0 0 -7px;background:#888;}
.locationNav .sub_location .snb_wrap > li.on > p > span.bul {background:#000; transition:all .5s;width:1px; transform:translateY(0) rotate(-450deg);}
.locationNav .sub_location .snb_wrap > li.on > p > span.bul:after  {opacity:0;}

.locationNav .sub_location .snb_wrap > li ul{display:none;position:absolute;left:-1px;right:-1px;min-width:100%;margin:0; border:1px solid #ddd;box-sizing:border-box;background:#ffffff;white-space:nowrap;}
.locationNav .sub_location .snb_wrap > li ul li{border-top:1px solid #ddd;}
.locationNav .sub_location .snb_wrap > li ul li:first-child{border-top:0;}
.locationNav .sub_location .snb_wrap > li ul a{display:block;padding:12px 20px;font-size:16px;font-weight:400;color:#777;background:#fff;letter-spacing:-0.03em; text-transform:uppercase;}
.locationNav .sub_location .snb_wrap > li ul a:hover{color:#fff;background-color:#000;font-weight:500;}
.locationNav .sub_location .snb_wrap > li ul .on a{color:#fff;background-color:#000;}

	@media screen and (max-width:990px) {
		.locationNav{display:none;}
	}


#subMenuBox {position:relative; background:rgba(0,0,0,0.4); height:72px; margin-top:-72px; z-index:2;}
#subMenuBox .subTab {display:block; overflow:hidden; text-align:center; padding:0;}
#subMenuBox .subTab li {display:inline-block; vertical-align:top;}
#subMenuBox .subTab li:first-child {display:inline-block; margin-left:0;}
#subMenuBox .subTab li:first-child:nth-last-child(1), #subMenuBox .subTab li:first-child:nth-last-child(1)~li{width:25%;}
#subMenuBox .subTab li:first-child:nth-last-child(2), #subMenuBox .subTab li:first-child:nth-last-child(2)~li{width:25%;}
#subMenuBox .subTab li:first-child:nth-last-child(3), #subMenuBox .subTab li:first-child:nth-last-child(3)~li{width:33.333%;}
#subMenuBox .subTab li:first-child:nth-last-child(4), #subMenuBox .subTab li:first-child:nth-last-child(4)~li{width:25%;}
#subMenuBox .subTab li:first-child:nth-last-child(5), #subMenuBox .subTab li:first-child:nth-last-child(5)~li{width:20%;}
#subMenuBox .subTab li:first-child:nth-last-child(6), #subMenuBox .subTab li:first-child:nth-last-child(6)~li{width:16.666%;}
#subMenuBox .subTab li a {display:block; overflow:hidden; color:#ddd; font-size:16px; letter-spacing:-0.02em; padding:25px 0;}
#subMenuBox .subTab li.on a {background:#fff; color:#005b2f;}

	@media screen and (max-width:999px){
		#subMenuBox {padding:0; height:60px; margin-top:-60px;}
		#subMenuBox .container {padding:0;}
		#subMenuBox .subTab {margin:0 -1px;}
		#subMenuBox .subTab li a {font-size:95%; padding:19px 0;}
	}

	@media screen and (max-width:799px){
		#subMenuBox {background:rgba(0,104,53,1); margin-top:0; height:auto; max-height:97px;}
		#subMenuBox .subTab li {border-left:1px solid rgba(256,256,256,0.3); border-top:1px solid rgba(256,256,256,0.3);}
		#subMenuBox .subTab li a {font-size:80%; padding:12px 0;}
		#subMenuBox .subTab li:first-child:nth-last-child(1), #subMenuBox .subTab li:first-child:nth-last-child(1)~li{width:50%; border-left:0;}
		#subMenuBox .subTab li:first-child:nth-last-child(2), #subMenuBox .subTab li:first-child:nth-last-child(2)~li{width:50%;}
		#subMenuBox .subTab li:first-child:nth-last-child(3), #subMenuBox .subTab li:first-child:nth-last-child(3)~li{width:33.333%;}
		#subMenuBox .subTab li:first-child:nth-last-child(4), #subMenuBox .subTab li:first-child:nth-last-child(4)~li{width:25%;}
		#subMenuBox .subTab li:first-child:nth-last-child(5), #subMenuBox .subTab li:first-child:nth-last-child(5)~li{width:20%;}
		#subMenuBox .subTab li:first-child:nth-last-child(6), #subMenuBox .subTab li:first-child:nth-last-child(6)~li{width:33.333%;}
	}

	@media screen and (max-width:499px){
		#subMenuBox .subTab li a { padding:10px 0;}
	}


#subContent {margin:100px 0 0;}
#subContent h3#contentTitle {position:relative; font-size:40px; font-weight:500; letter-spacing:-0.02em; text-align:center; margin-bottom:50px;}
#subContent .contentWrap {letter-spacing:-0.03em;}

	@media screen and (max-width:999px){
		#subContent {margin:80px 0 0;}
		#subContent h3#contentTitle {font-size:220%;}
	}

	@media screen and (max-width:799px){
		#subContent h3#contentTitle {font-size:200%;}
	}

	@media screen and (max-width:499px){
		#subContent {margin:50px 0 0;}
		#subContent h3#contentTitle {font-size:160%; margin-bottom:30px;}
	}


@media screen and (max-width:999px){
	.sec-footer {margin-top:30px !important;}
}

@media screen and (max-width:799px){
	.sec-footer {margin-top:50px !important;}
}