@charset "utf-8";

a:link {color:#105742; text-decoration:none}
a:active {color:#105742; text-decoration:none}
a:visited {color:#105742; text-decoration:none}
a:hover	{color:#105742; text-decoration:none}

#wrap{position:relative; width:1000px; margin:0 auto; background:url(/plus/img2/bg_body.jpg) no-repeat top center;background-size:100% 100%;}
#wrap img{width:100%;height:auto;vertical-align:top;}

#header{position:relative; width:100%;padding:5% 0 6% 0;}
#header .txt_head{margin-left:6%;}
/* #header .txt_head img{width:534px; height:115px;} */


#container{min-height:450px; padding:0 6% 2%;}
#container .acco_wrap{border-bottom:1px solid #72256b; width:55%;}

#container .acco_wrap li{border-top:1px solid #72256b; font-weight:900; font-size:22px; letter-spacing:-0.5px;}
#container .acco_wrap li a{display:block;padding:12px 15px;}
#container .acco_wrap > li a p{display:inline-block;padding-right:25px;background:url(/plus/img2/icon_acco.png) no-repeat center right;background-size:15px auto;}
#container .acco_wrap > li a.on p{background-image:url(/plus/img2/icon_acco_on.png);}
#container .acco_wrap > li a.acco_none p{background:none !important;}
#container .acco_wrap > li a p span{color:#72256b;}

#container .acco_wrap .sub_depth{display:none;}
/* #container .acco_wrap .sub_depth li{border-top:1px solid #a9b4d3; text-indent:52px; background:url(/plus/img2/icon_depth.png) no-repeat 50px 50%; font-weight:900;} */
#container .acco_wrap .sub_depth li{border-top:1px solid #6ca07a; text-indent:52px; font-weight:900;}
#container .acco_wrap .sub_depth li a{font-size:15.5px; font-weight:500;}

#footer{position:relative;bottom:0;}
#footer > div{position:relative;}
#footer > div > div{position:absolute;}
#footer .prod{display:inline-block;position:absolute;bottom:0;right:0;width:39%;}
#footer .copy{bottom:20px;right:15px;}

#main_container {position:relative; width:100%;}
#main_container ul li {float:left; width:50%;}
#main_container img {max-width:100%;}

.artis #container{padding-bottom:200px;}
.artis #footer .prod{top:0; right:10px;}

.stxt {font-size:9px; vertical-align:top;}


@media all and (max-width:1000px){
	#wrap{width:100%; background:url(/plus/img2/bg_body.jpg) no-repeat top center;background-size:100% 100%;}
	#container{min-height:400px;}
	
	#header{width:100%;padding:8% 0;}
	#header .txt_head{width:60%;margin:0 auto;text-align:center;}

	#container .acco_wrap{border-bottom:1px solid #005aa0; width:100%;}

	#container .acco_wrap .sub_depth li{text-indent:40px;}

	#footer .prod{display:inline-block;position:absolute; bottom:0; right:0; width:30%;}
	#footer .copy{top:-90%;right:2%;}
}

/* 태블릿: 1024 이하 */
@media handheld, only screen and (max-width: 1023px) {

}
/* 스마트 폰: 767px 이하 */
@media handheld, only screen and (max-width: 767px) {

}
/* 스마트 폰: 480px 이하 */
@media handheld, only screen and (max-width: 480px) {

}

/* 아이폰 4 */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  
}