@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; }
img{ border:0px;vertical-align:bottom; }

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;
}
.text_ellipsis{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

#wrap{ 
	position:relative;
	width:100%;
	font-family:Nanum Gothic,Helvetica,sans-serif;
	letter-spacing:-1px;
}

/* 본문 */
#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;
	letter-spacing:-1px;
}
#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:100%;
	height:57px;
	border-right:1px solid #d9d9d9;
	margin:auto;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content{
	width:100%;
	height:100%;
	margin:auto;
}
#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:15%;
	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:0px;
	width:100%;
	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:42.5%;
}
#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:10px;
}
#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:100%;
	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:10px;
}
#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;
}
#wrap > #body > #body_content > #location_wrap > #location_wrap_content::after{
	display:block;
	clear:both;
	content:"";
}

#wrap > #body > #body_content > #content_main{
	width:100%;
	/*background-color:#f7f7f7;*/
	background-color:#ffffff;
}

/* Page Name */
#wrap > #body > #body_content > #content_main > .page_name_wrap{
	width:100%;
	margin-top:30px;
}
#wrap > #body > #body_content > #content_main > .page_name_wrap > .page_name{
	color:#222;
	font-size:32px;
	font-weight:600;
	text-align:center;
}
#wrap > #body > #body_content > #content_main > .page_name_wrap > .page_name_desc{
	position:relative;
	color:#444;
	font-size:17px;
	font-weight:500;
	letter-spacing:-1px;
	text-align:center;
	padding-bottom:10px;
	margin-top:15px;
}
#wrap > #body > #body_content > #content_main > .page_name_wrap > .page_name_desc::before{
	position:absolute;
	bottom:-15px;
	left:50%;
	transform:translateX(-50%);
	width:40px;
	height:3px;
	background-color:#884ea1;
	content:"";
}

/* Content */
#wrap > #body > #body_content > #content_main > #content_wrap{
	position:relative;
	line-height:27px;
	color:#777;
	font-size:17px;
	font-weight:100;
	margin-left:10px;
	margin-right:10px;
	padding:50px 0px;
}