@charset "utf-8";
@import url(layout_mobile.css);

/* 
 * Layout CSS Document
 * 2017-10-18 
 */



/*** Tablet 768px ~  ***/
@media all and (min-width:768px) {
	/*** Header ***/
	#header .section_part .part_area ul li{width:80px;}
	

	/*** Footer ***/
	.section_ban{display:block; padding:0 25px; border-top:1px solid #dddee2; background:#f1f2f6;}
	.section_ban > .inr{position:relative; height:85px; padding-left:80px;}
	.section_ban .banzone > div{width:auto !important;}
	.section_ban .bx-controls a{position:absolute; top:30px; left:0; width:26px; height:27px;}
	.section_ban .bx-controls .bx-prev{left:0; background-position:-160px -70px;}
	.section_ban .bx-controls .bx-next{left:52px; width:27px; background-position:-238px -70px;}
	.section_ban .bx-controls .bx-stop{left:26px; background-position:-186px -70px;}
	.section_ban .bx-controls .bx-start{left:26px; background-position:-212px -70px;}
	#footer{background:#fff;}
	#footer > .inr{padding:30px 25px;}
	#footer .nav_f{margin-bottom:20px;}
	#footer .address span:first-child{display:inline-block; margin-right:10px;}


	/* °ü·Ã»çÀÌÆ® */
	.section_site{padding:0; background:#575757;}
	.section_site .inr {position:relative;}
	.section_site .inr:after{content:''; display:block; clear:both;}
	.section_site .site_area{position:static; float:left; width:33.3%; margin-bottom:0;}
	.section_site .site_area button
	{height:45px; line-height:45px; border-left:1px solid #7d7d7d; background:#575757; color:#fff; background-position:0 -190px;}

	.section_site .site_area .lst{bottom:45px; width:1200px; height:auto; overflow:hidden; z-index:999;}
	.section_site .site_area .lst li a {box-sizing:border-box; float:left; width:20%; display:block; padding-left:13px; font-size:13px;  background:url('/open_contents/ko/img/sub/blt03.png') no-repeat left 12px;}
	.section_site .site_area .lst li a:hover {color:#3270bd;}
	.section_site .inr{box-sizing:border-box; width:1200px; margin:0 auto; border-right:1px solid #7d7d7d;}


	
.section_site .site_area button{ background:url(/open_contents/section/img/common/ico_plus.png) no-repeat transparent 95% 50%;
display:inline-block; overflow:hidden; white-space:nowrap; color:#fff;}
.site_area .lst li a .blank{ display:inline-block; overflow:hidden; color:transparent !important; white-space:nowrap; text-indent:100%; background:url('/open_contents/ko/img/common/sprh_com.png') no-repeat 0 0; width:12px; height:12px; margin-left:4px; background-position:0 -230px;}


}