@charset "euc-kr";
#header{
	position: relative;
	z-index: 3
}
#wrap{
	position: relative;
	width: 100%
}
#container{
	margin-top: 15px
}
#content{
	position: relative;
	z-index: 2
}
#footer{
	position:relative;
	background-color: #f7f7f7;
	z-index: 1
}
.sub_visual{
	position: relative;
	min-height: 103px;
	background-repeat: no-repeat;
	background-size: cover;
}
.sub_visual .vis_con{
	padding: 15px 7px;
}
.sub_visual .vis_con h3{
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.sub_visual .vis_con p{
	color: #fff;
	font-size: 0.875em;
	font-weight: 400;
	letter-spacing: -0.07em;
	margin-top: 10px
}
.sub_contents{
	margin: 0 10px;
	padding: 10px 5px 50px
}
.location_map{
	display: block;
	height: 20px;
	text-align: right;
	font-size: 0.75em;
	margin: 0 10px;
	padding: 14px 0 20px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.location_map *{
	vertical-align: middle;
}
.location_map > span.home{
	display: inline-block
}
.location_map > span{
	text-align: left;
	margin-right: 3px;
	color: #9f9f9f;
}
.tab_menu ul{
	overflow: hidden;
	zoom: 1
}
.tab_menu ul > li{
	float: left;
	width: 50%
}
.tab_menu ul > li > a{
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-weight: 400;
	letter-spacing: -0.02em;
	background-color: #eceff1
}
.tab_menu ul > li.active > a{
	color: #fff;
	background-color: #221d6c
}
#content .subtitle{
	display: none
}
.portable_lnb{
	position: relative;
	margin: 0 10px;
}
.portable_lnb .portable_title{
	border-bottom: 2px solid #e5e5e6
}
.portable_lnb .portable_title > a{
	display: block;
	padding: 0 0 8px 6px
}
.portable_lnb .portable_title > a > span{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.25em;
	color: #231f20;
	line-height: 1
}
.portable_lnb .portable_title > a > .arrow{
	width: 9px;
	height: 6px;
	margin-left: 6px;
	transition: ease .3s
}
.portable_lnb .portable_title > a > .arrow > i{
	display: block;
	width: 9px;
	height: 6px;
	background: url('../images/common/mn_arrow.png') no-repeat;
	background-size: contain;
	text-indent: -9999em;
	overflow: hidden
}
.portable_lnb.open .portable_title > a > .arrow{
	transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg)
}
.portable_lnb .portable_submenu{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 6px 0 35px;
	background-color: #f7f7f7;
	z-index: 15;
}
.portable_lnb.open .portable_submenu{
	display: block;
}
.portable_lnb .portable_submenu .submenu_list > li{
	border-bottom: 1px solid #e3e4e3
}
.portable_lnb .portable_submenu .submenu_list > li:first-child{
	border-top: none
}
.portable_lnb .portable_submenu .submenu_list > li > a{
	display: block;
	color: #272425;
	padding: 6px 15px 10px;
	font-size: 0.875em;
}
.portable_lnb .portable_submenu .submenu_list .submn_slist{
	margin-bottom: 10px
}
.portable_lnb .portable_submenu .submenu_list .submn_slist > li > a{
	display: block;
	padding: 5px 0;
	font-size: 0.813em;
	font-weight: 300
}
.portable_lnb .portable_submenu .submenu_list > li > a > span,
.portable_lnb .portable_submenu .submenu_list .submn_slist > li > a > span{
	position: relative;
	display: inline-block
}
.portable_lnb .portable_submenu .submenu_list > li > a > span:after,
.portable_lnb .portable_submenu .submenu_list .submn_slist > li > a > span:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	margin: 0 auto;
	background-color: #727071;
	z-index: 6;
	transition-property: width;
	-o-transition-property: width;
	-ms-transition-property: width;
	-moz-transition-property: width;
	-webkit-transition-property: width;
	transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-timing-function: cubic-bezier(.33,0,.2,1);
	-o-transition-timing-function: cubic-bezier(.33,0,.2,1);
	-ms-transition-timing-function: cubic-bezier(.33,0,.2,1);
	-moz-transition-timing-function: cubic-bezier(.33,0,.2,1);
	-webkit-transition-timing-function: cubic-bezier(.33,0,.2,1)
}
.portable_lnb .portable_submenu .submenu_list > li.active > a > span:after,
.portable_lnb .portable_submenu .submenu_list > li:hover > a > span:after,
.portable_lnb .portable_submenu .submenu_list > li:focus > a > span:after,
.portable_lnb .portable_submenu .submenu_list .submn_slist > li.active > a > span:after,
.portable_lnb .portable_submenu .submenu_list .submn_slist > li:hover > a > span:after,
.portable_lnb .portable_submenu .submenu_list .submn_slist > li:focus > a > span:after{
	width: 100%
}
.portable_lnb .portable_submenu .bt_close{
	position: absolute;
	width: 36px;
	height: 36px;
	bottom: 0;
	right: 0;
	z-index: 16
}
.portable_lnb .portable_submenu .bt_close > button{
	width: 36px;
	height: 36px;
}
.bbs_sch_wrap{
	position: relative;
	margin: 20px 0;
	z-index: 1
}
.bbs_sch_wrap *{
	vertical-align: top
}
.right_area{
	float: none;
	width: auto
}
.bbs_sch_wrap .sch_multi{
	position: relative;
	margin: 10px 0 0
}
.bbs_sch_wrap .sch_multi .input_wrap{
	margin-right: 60px
}
.bbs_sch_wrap .sch_multi .input_wrap .sch_reset{
	position: absolute;
	top: -1px;
	right: 30px;
	width: 30px;
	height: 30px;
}
.bbs_sch_wrap .sch_multi .input_wrap .sch_search{
	position: absolute;
	right: 0;
	top: -1px;
	width: 30px;
	height: 30px;
}
.bbs_sch_wrap .sch_multi .input_wrap .sch_search .isi_search{
	margin: 8px auto;
}

/* table */
table{
	width:100%;
}
table .new{
	display: inline-block;
	color: #fff;
	font-size: 0.857em;
	line-height:1.0;
	background-color: #5796d5;
	margin-left: 5px;
	padding:2px 3px
}
.bbs_list{
	table-layout: fixed;
	border-collapse:collapse;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.bbs_list thead th{
	text-align: center;
	font-size: 0.875em;
	padding: 10px 0
}
.bbs_list tbody tr:first-child td{
	border-top: 2px solid #000
}
.bbs_list tbody td{
	text-align: center;
	font-size: 0.875em;
	border-top: 1px solid #e5e5e6
}
.bbs_list tbody td.subject{
	text-align: left
}
.bbs_list tbody td.subject > a{
	display:block;
	padding: 10px
}
.bbs_list tbody td.subject > a:hover,
.bbs_list tbody td.subject > a:focus{
	text-decoration: underline
}

/* FAQ */
.bbs_list .answer{
	display: none
}
.bbs_list .answer td{
	padding: 10px;
}
.bbs_list .answer td{
	background-color: #f7f7f7;
}
.bbs_list .answer .answer_txt{
	position: relative;
	text-align: left;
	padding-left: 60px
}
.bbs_list .answer .answer_txt .answer_icon{
	position: absolute;
	top: 0;
	left: 12px;
}

/* °Ô½ÃÆÇ ºä */
.bbs_view_wrap{
	margin-top: 20px
}
.bbs_view_list{
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	background-color: #f7f7f7;
	overflow: hidden;
	zoom: 1
}
.bbs_view_list > dd > span,
.bbs_view_list > dd > a{
	display: inline-block
}
.bbs_view_list > dd.subject,
.bbs_view_list > dd.m_full{
	width: 75%;
	text-overflow: clip;
    white-space: normal;
	overflow: visible
}
.bbs_view_list > dd.m_half,
.bbs_view_list > dd.m_half:last-child{
	width: 25%
}
.bbs_view_list > dt:first-of-type{
	border-top: 0 none
}
.bbs_view_list > dt{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 0.875em;
	border-top: 1px solid #e5e5e6;
	background-color: #f7f7f7;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	padding: 15px 0
}
.bbs_view_list > dd:first-of-type{
	border-top: 0 none
}
.bbs_view_list > dd{
	float: left;
	width: 25%;
	font-size: 0.875em;
	border-top: 1px solid #e5e5e6;
	background-color: #fff;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	padding: 15px 0
}
.bbs_view_list > dd > span,
.bbs_view_list > dd > a{
	margin-left: 10px;
}
.bbs_view{
	border-bottom: 1px solid #000;
	padding: 0 15px
}
.bbs_view .bbs_con{
	padding: 15px 0
}
.bbs_view .bbs_con img{
	max-width: 100%
}
.bbs_view .bbs_view_file{
	border-top: 1px solid #e5e5e6;
	padding: 10px 0 20px
}
.bbs_view .bbs_view_file > a{
	display: inline-block;
	font-size: 0.875em;
	margin: 10px 20px 0 0
}
.bbs_view .bbs_view_file > a *{
	vertical-align:middle
}
.bbs_view .bbs_view_file > a > span.icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px
}
.bbs_view .bbs_view_file > a > span.file_name{
	display:inline-block;
}
.bbs_view .bbs_view_file > a:hover > span.file_name,
.bbs_view .bbs_view_file > a:focus > span.file_name{
	text-decoration: underline
}
.bbs_otherpage{
	margin-top: 50px
}
.bbs_otherpage .bbs_view_list{
	border-top: 1px solid #e5e5e6;
	border-bottom: 1px solid #e5e5e6
}

/* paging */
.page_numb{
	height: 25px;
	margin-top: 20px;
	text-align: center;
	overflow: hidden
}
.page_numb .m_page {
    display: none
}
.page_numb ul > li{
	display: inline-block;
	vertical-align: top;
	margin: 0
}
.page_numb ul > li > a,
.page_numb ul > li > span{
	display: block;
	width: 23px;
	height: 23px;
	line-height: 23px;
	font-size: 0.75em;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	border: 1px solid #e5e5e6
}
.page_numb ul > li > a:hover,
.page_numb ul > li > a:focus{
	color: #231f20;
	text-decoration: underline
}
.page_numb ul > li.jump{
	margin: 0 1px;
}
.page_numb ul > li.jump .is_ico{
	display: block;
	margin: 6px auto
}
.page_numb ul > li.active > a{
	color: #fff;
	font-weight: 500;
	border-color: #000;
	background-color: #000;
	text-decoration: underline
}
.page_numb .page_nmobile{
	display: none
}

/* ºñ¹Ð¹øÈ£ Ã¼Å© ÆË¾÷ */
.pop_style01{
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid #767983;
	background: #eceff1;
	z-index: 3
}
.pop_content{
	position: relative;
	background-color: #fff;
	margin-top: 40px;
	padding: 30px 10px
}
.pop_close{
	position: absolute;
	top: -40px;
	right: 0;
	width: 40px;
	height: 40px;
}
.pop_password_wrap{
	width: 300px;
	height: 225px;
	margin: -113px 0 0 -150px
}
.pop_password_wrap .pop_content{
	height: 125px;
}
.pass_chk_wrap{
	position: relative;
	z-index: 1
}
.pass_chk_wrap *{
	vertical-align: top
}
.pass_chk_wrap .reset_input{
	width: auto
}
.pass_chk_wrap > p.top_txt{
	font-size: 0.875em;
	letter-spacing: -0.05em;
	color: #000;
	margin-bottom: 15px
}
.pass_chk_wrap > p.tel_info{
		font-size: 0.75em;
		margin-top: 10px
	}
.pass_chk_wrap .btn_chk_wrap{
	margin-top: 10px
}
.pass_chk_wrap .btn_chk_wrap > .pass_chk{
	width:100%;
	height: 30px;	
	text-align: center;
	color: #fff;
	line-height: 30px;
	background: #000
}

@media all and (min-width:1024px){
	#header{
		position: absolute;
		width: 100%
	}
	#content{
		width: auto;
	}
	.sub_contents{
		margin: auto;
		padding: 25px 25px 100px
	}
	.sub_visual{		
		height: 267px;		
	}
	.sub_visual .vis_con{
		width: auto;
		margin: 0 auto;
		padding: 185px 25px 0
	}
	.sub_visual .vis_con h3{
		color: #fff;
		font-size: 1.125em;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	.sub_visual .vis_con p{
		color: #e5e5e6;
		font-size: 0.875em;
		font-weight: 400;
		margin-top: 10px
	}
	#content .subtitle{
		display: block;
		margin-bottom: 0;
		padding: 50px 0 11px 20px;
		font-size: 1.5em;
		color: #000;
		border-bottom: 2px solid #e5e5e6;
	}
	#content .subtitle .smatit{
		display: inline-block;
		vertical-align: baseline;
		margin-left: 15px;
		font-size: 0.583em;
		font-weight: 300;
		color: #58585a
	}
	.location_map{
		position: absolute;
		top: 38px;
		right: 0;
		height: auto;
		text-align: right;
		font-size: 0.875em;
		margin: 0 25px;
		padding: 14px 0 20px
	}
	.portable_lnb{
		display: none
	}
	.right_area{
		float: right;
		width: 50%;
		text-align:right
	}
	.bbs_sch_wrap .sch_select1{
		width: 120px
	}
	.bbs_sch_wrap .sch_multi{
		position: relative;
		width: 200px;
		margin: 0 110px 0 10px
	}
	.bbs_sch_wrap .sch_multi .input_wrap{
		margin-right: 40px
	}
	.bbs_sch_wrap .sch_multi .input_wrap .sch_reset{
		position: absolute;
		top: -1px;
		right: 0;
		width: 40px;
		height: 40px;
	}
	.bbs_sch_wrap .sch_multi .input_wrap .sch_search{
		position: absolute;
		right: -110px;
		top: -1px;
		width: 100px;
		height: 40px;
		text-align: center;
		color: #fff;
		line-height: 40px;
		background: #000
	}
	.bbs_sch_wrap .sch_multi .input_wrap .sch_search .isi_search{
		width: auto;
		height: auto;
		text-indent: 0;
		background: #000;
		line-height: 100%;
		margin: 0
	}
	.bbs_list tbody td.subject > a{
		display:block;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 10px;
		overflow: hidden
	}
	.bbs_list tbody td.subject > a:hover,
	.bbs_list tbody td.subject > a:focus{
		text-decoration: underline
	}
	/* °Ô½ÃÆÇ ºä */
	.bbs_view_list > dd.subject{
		width: 87%;
		text-overflow: clip;
		white-space: normal;
		overflow: visible;
	}
	.bbs_view_list > dt{
		width: 13%;
		padding: 18px 0
	}
	.bbs_view_list > dd{
		width: 20%;
		padding: 18px 0
	}
	.bbs_view_list > dd.m_full{
		width: 20%;
	}
	.bbs_view_list > dd.m_half{
		width: 20%;
	}
	.bbs_view_list > dd.m_half:last-child{
		width: 21%;
	}
	.bbs_view_list > dt:first-of-type{
		border-top: 0 none
	}
	.bbs_view_list > dd:first-of-type{
		border-top: 0 none
	}
	/* paging */
	.page_numb{
		height: 32px;
		margin-top: 30px;
	}
	.page_numb .m_page {
		display: inline-block
	}
	.page_numb ul > li{
		margin: 0 2px;
	}
	.page_numb ul > li > a,
	.page_numb ul > li > span{
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 0.875em;
	}
	.page_numb ul > li.jump{
		margin: 0 2px;
	}
	.page_numb ul > li.jump .is_ico{
		margin: 11px auto
	}

	/* ºñ¹Ð¹øÈ£ Ã¼Å© ÆË¾÷ */
	.pop_style01{
		position: fixed;
		top: 50%;
		left: 50%;
		border: 1px solid #767983;
		background: #eceff1;
		z-index: 3
	}
	.pop_content{
		position: relative;
		background-color: #fff;
		margin-top: 40px;
		padding: 30px 20px
	}
	.pop_close{
		position: absolute;
		top: -40px;
		right: 0;
		width: 40px;
		height: 40px;
	}
	.pop_password_wrap{
		width: 450px;
		height: 230px;
		margin: -115px 0 0 -225px
	}
	.pop_password_wrap .pop_content{
		height: 130px;
	}
	.pass_chk_wrap{
		position: relative;
		z-index: 1
	}
	.pass_chk_wrap .reset_input{
		width: 300px
	}
	.pass_chk_wrap > p.top_txt{
		color: #000;
		margin-bottom: 20px
	}
	.pass_chk_wrap > p.tel_info{
		font-size: 0.875em;
		margin-top: 15px
	}
	.pass_chk_wrap .btn_chk_wrap{
		display: inline-block;
		margin-top: 0
	}
	.pass_chk_wrap .btn_chk_wrap .pass_chk{
		display: inline-block;
		width: 100px;
		height: 40px;
		line-height: 40px;
	}

}

@media all and (min-width:1200px){
	#content{
		width: 1200px;
		margin: 0 auto;
	}
	.sub_contents{
		width: 1150px;
		margin: auto;
	}
	.sub_visual .vis_con{
		width: 1150px;
		margin: 0 auto
	}
	.bbs_sch_wrap .sch_select1{
		width: 120px
	}
	.bbs_sch_wrap .sch_multi{
		position: relative;
		width: 300px;
		margin-right: 110px;
		margin-left: 10px
	}
}

.bbs_sch_wrap:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

/* b-popup ½ºÅ¸ÀÏÁ¦¾î */
.b-modal{
	opacity: 0
}