@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {-webkit-text-size-adjust:none;}
* { margin:0;padding:0; }
a { text-decoration: none;color:#666; }
a:visited{ text-decoration: none;color:#666; }
a:hover{ color:#666; }

body{
	margin:0px;
	padding:0px;
}

/* Table */
table{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td, th{
	padding:0px;
	word-break:break-all;
}

/* Etc */
.title_font_family{
	font-family:Tahoma, Geneva, sans-serif;
}
.font_family_notosans{
	font-family:Noto Sans KR,Helvetica,sans-serif;
}

#wrap{ 
	position:relative;
	width:100%;
	font-family:Nanum Gothic,Helvetica,sans-serif;
}
#wrap img{
	vertical-align:bottom;
}

/* 본문 */
#wrap > #body{
	position:relative;
	width:100%;
	background-color:#ffffff;
}
#wrap > #body > #body_content{
	position:relative;
	width:100%;
}

/* location */
#wrap > #body > #body_content > #location_wrap{
	position:relative;
	width:100%;
	line-height:57px;
	color:#656565;
	font-size:16px;
}
#wrap > #body > #body_content > #location_wrap img{
	vertical-align:middle;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_box_line{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:57px;
	border-bottom:1px solid #d9d9d9;
	z-index:1;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_box_line > div{
	width:1200px;
	height:57px;
	border-right:1px solid #d9d9d9;
	margin:auto;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content{
	width:1200px;
	height:500px;
	margin:auto;
	overflow:hidden;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div{
	position:relative;
	float:left;
	text-align:left;
	box-sizing:border-box;
	border-right:1px solid #d9d9d9;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(1){
	position:relative;
	width:60px;
	height:57px;
	text-align:center;
	border-left:1px solid #d9d9d9;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(1) > a{
	position:absolute;
	top:0px;
	left:17px;
	z-index:2;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(2),
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(3){
	position:relative;
	width:268px;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(2) .btn_down_list,
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(3) .btn_down_list{
	position:absolute;
	top:0px;
	right:20px;
	cursor:pointer;
	z-index:2;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(2) > a,
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(3) > a{
	margin-left:30px;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(3) > a{
	color:#0357a5;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(2) > ul,
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(3) > ul{
	display:none;
	position:absolute;
	top:57px;
	left:-1px;
	width:269px;
	box-sizing:border-box;
	border:1px solid #d9d9d9;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	z-index:2;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div > ul > li{
	position:relative;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div > ul > li.selected::before{
	position:absolute;
	right:20px;
	top:10px;
	display:block;
	width:10px;
	height:10px;
	background-color:#bbb;
	border-radius:5px;
	content:"";
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div > ul > li:hover::before{
	position:absolute;
	right:20px;
	top:10px;
	display:block;
	width:10px;
	height:10px;
	background-color:#bbb;
	border-radius:5px;
	content:"";
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(2) > ul > li,
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(3) > ul > li{
	list-style:none;
	line-height:35px;
	margin-left:30px;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(2) > ul > li > a,
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(2) > ul > li > a:visited,
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(3) > ul > li > a,
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(3) > ul > li > a:visited{
	color:#656565;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(2) > ul > li > a:hover,
#wrap > #body > #body_content > #location_wrap > #location_wrap_content > div:nth-child(3) > ul > li > a:hover{
	color:#829ac6;
}

/* content */
#wrap > #body > #body_content > #content_main{
	position:relative;
	width:1260px;
	margin:auto;
	margin-top:-400px;
	padding-bottom:100px;
	overflow:hidden;
}
#wrap > #body > #body_content > #content_main > #content_wrap{
	width:1200px;
	overflow:hidden;
	margin:auto;
}
#wrap > #body > #body_content > #content_main > #content_wrap > #content{
	box-sizing:border-box;
}
#wrap > #body > #body_content > #content_main > #content_wrap > #content > .sub_main_title_bar{
	width:45px;
	height:1px;
	border-bottom:3px solid #0357a5;
	margin:33px auto 0px;
}