@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {
	padding: 0px;
	margin: 0px;
	 font-family:'Nanum Gothic',monospace;
	font-size: 12px;
	/* color: #666666; */
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
address {
	font-style: normal;
}
fieldset {
	border: none;
}
legend {
	position: absolute;
	left: -999em;
}
input[type=button], input[type=submit], input[type=reset], input[type=image], button {
	cursor: pointer;
}
header, section, footer, nav, aside, figure, article {
	display: block;
	margin: 0px;
	padding: 0px;
}
/*>>>>>>>>>>>>>>>>>>>>header<<<<<<<<<<<<<<<*/
header{
	background-color: #a61b38;
	width: 100%;
}
div.header_wrap {
	width: 100%;
	box-sizing: border-box;
	padding-left: 2.5%;
	height: 60px;
	margin: 0px auto;
}
div.header_wrap > div.backBtn{
	position:absolute;
	float: left;
	line-height: 60px;
	margin-top:-60px;
}
div.header_wrap > div.backBtn > a.back_btn{
	height: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	left: 10px;
}
div.header_wrap > div.backBtn > a.back_btn > span {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Nanum Gothic',monospace;
	color: #fff;
	line-height: 0px;
}

div.header_wrap > div.logo{
	float:left;
	line-height: 60px;
	text-align:center;
	height: 100%;
}
div.header_wrap > div.logo > a > img{
	height: 45%;
}
div.header_wrap > div.mmenu{
	float: right;
	line-height: 60px;
	width: 100px;
	background-color: #7f0d25;
	text-align: center;
	z-index: 999999;
}
div.header_wrap > div.mmenu > a{
	display: block;
	width: 100%;
	height: 100%;
}
div.header_wrap > div.mmenu > div.menu_box{
	position: fixed;
	top: 0px;
	right: -600px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999999;
	overflow: scroll;
	opacity: 0;
	text-align: left;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_top{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	height: 50px;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_top > a.close_btn{
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 0px;
	width: 30px;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_top > a.close_btn > img{
	width: 100%;
}

div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom{
	overflow: hidden;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div{
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div > h3{
	font-size: 16px;
	color: #aaa;
	border-bottom: 1px solid #666;
	font-weight: normal;
	line-height: 40px;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div > ul{
	width: 100%;
	overflow: hidden;
	padding-left: 20px;
	box-sizing: border-box;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div > ul > li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #666;
	box-sizing: border-box;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div > ul > li > a{
	font-size: 18px;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div > ul > li > a > img{
	height:20px;
	width: auto;
	margin-right: 5px;
	vertical-align: middle;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div > ul > li > a > span{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div.sns_menu > div > ul{
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div.sns_menu > div > ul > li{
	float: left;
	margin-right: 10px;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div.sns_menu > div > ul > li > a > img{
	width: 55px;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div.board_menu > ul > li{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-size: auto 20px;
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div.board_menu > ul > li:nth-child(1){
	background-image: url("../img/board_icon01.png");
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div.board_menu > ul > li:nth-child(2){
	background-image: url("../img/board_icon02.png");
}
div.header_wrap > div.mmenu > div.menu_box > div.mmenu_bottom > div.board_menu > ul > li:nth-child(3){
	background-image: url("../img/board_icon03.png");
}
/* main_menu */
div.main_menu{
	overflow: hidden;
	width: 100%;
	height: auto;
	background-color:#FFF;
}
div.menu_box {
	line-height:20px;
}
div.adm_box{
	width: 100%;
	overflow: hidden;
	background-color: #a71b39;
	padding: 20px;
	box-sizing: border-box;
}
div.adm_box > div.adm_img{
	width: 70px;
	height: 70px;
	border-radius: 40px;
	background-color: #5f5f5f;
	overflow: hidden;
	text-align: center;
	float: left;
	padding-top: 12px;
	box-sizing: border-box;
	margin-right: 10px;
}
/* 로그인시 상단 정보 */
div.adm_box > div.adm_info{
	float: left;
	padding-top: 15px;
}
div.adm_box > div.adm_info > a > h2{
	font-size: 15px;
	font-weight: 200;
	color: #ededed;
	margin-bottom: 5px;
}
div.adm_box > div.adm_info > a > h2 > span{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
div.adm_box > div.adm_info > a > p{
	font-size: 13px;
	color: #ccc;
	font-weight: 200;
}
div.adm_box > a.close_btn{
	float: right;
	line-height: 65px;
}
div.main_menu > div.notice{
	overflow: hidden;
	background-color: #800d26;
	color: #fff;
	box-sizing: border-box;
}
div.main_menu > div.notice > a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 7px 10px;
	box-sizing: border-box;
}
div.main_menu > div.notice > a > div.icon{
	width: 50px;
	height: 25px;
	border-radius: 20px;
	background-color: #fff;
	font-size: 14px;
	color: #800d26;
	text-align: center;
	line-height: 25px;
	float: left;
	margin-right: 7px;
	margin-top: 2.5px;
}
div.main_menu > div.notice > a > p{
	font-size: 15px;
	width: calc(100% - 67px);
	color: #fff;
	float: left;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	line-height: 30px;
	height: 30px;
}
div.main_menu > div.menu_list{
	overflow: hidden;
	width: 100%;
	margin: 10px 0px;
}
div.main_menu > div.menu_list >  ul{
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
div.main_menu > div.menu_list >  ul > li{
	float: left;
	border: 1px solid #ddd;
	border-right: none;
	border-bottom: none;
	width: 25%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
div.main_menu > div.menu_list >  ul > li > a > p{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 10%;
	font-size: 13px;
	color: #666;
}
div.main_menu > div.menu_list >  ul > li > a > img{
	width: 100%;
}
div.main_menu > div.menu_list >  ul > li > img.new_icon{
	position: absolute;
	width: 20%;
	height: auto;
	top: 15%;
	right: 20%;
}
div.main_menu > div.my_board{
	overflow: hidden;
	border-top: 1px solid #ddd;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	padding: 20px;
}
div.main_menu > div.my_board > div.title{
	width: 100%;
	border-bottom: 1px solid #a61b38;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
div.main_menu > div.my_board > div.title > a{
	font-weight: 900;
	font-size: 15px;
}
div.main_menu > div.my_board > div.title > a > h3{
	float: left;
	font-size: 15px;
	color: #666;
	font-weight: normal;
}
div.main_menu > div.my_board > div.title > a > div {
	font-size: 20px;
	color: #666;
	float: right;
}
div.main_menu > div.my_board > ul{
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #ddd;
}
div.main_menu > div.my_board > ul > li{
	border-bottom: 1px solid #ddd;
}
div.main_menu > div.my_board > ul > li > a{
	line-height: 30px;
	font-size: 13px;
	color: #666;
	display: block;
	width: 96%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	height: 30px; 

}
div.main_menu > div.my_board > ul > li > a > span{
	display: inline-block;
	width: 45px;
	height: 15px;
	margin-right: 5px;
	background-color: #a71b39;
	color: #fff;
	font-size: 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 15px;
}
div.main_menu .bx-wrapper .bx-pager {
	display: none;
}
div.main_menu .bx-wrapper {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
div.main_menu > div.mypage_btn{
	width: 100%;
	height: 40px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;

}
div.main_menu > div.mypage_btn > a{
	display: block;
	width: 50%;
	height: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	box-sizing: border-box;
	float:left;
	color: #999;
}
div.main_menu > div.mypage_btn > a > img{
	margin-right: 10px;
}
div.main_menu > div.mypage_btn > a.mypage{
	color: #a71b39;
	font-weight: bold;
	border-left: 1px solid #ddd;
}
/*>>>>>>>>>>>>>>section<<<<<<<<<<<<<<<<<<<*/
/*main_slider*/
div.main_slider{
	width: 100%;
	overflow: hidden;
}
div.main_slider > img{
	width: 100%;
}
div.mslider .bx-wrapper .bx-pager,
div.mslider .bx-wrapper .bx-controls-auto {
	bottom: 20px !important;
}
div.mslider .bx-wrapper .bx-controls-direction a {
	top: 90%;
	z-index: 900;
}
div.mslider .bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
}

div.mslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
div.mslider .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 20px;
}
/*m_main_search*/
div.main_search_box{
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 10px;
	background-color: #f3f3f3;
}
div.main_search_box > form{
	overflow: hidden;
}
div.main_search_box > form > div{
	overflow: hidden;
	width: 100%;
	height: 40px;
}
div.main_search_box > form > div > table{
	width: 100%;
	height: 100%;
}
div.main_search_box > form > div.search01{
	margin-bottom: 20px;
}
div.main_search_box > form > div.search01 > table > tbody > tr > td:first-child{
	background-color: #fff;
}
div.main_search_box > form > div.search01 > table > tbody > tr > td:last-child{
	width: 60px;

}
div.main_search_box > form > div.search01 > table > tbody > tr > td:first-child > input{
	font-size: 15px;
}
div.main_search_box > form > div.search01 > table > tbody > tr > td:last-child > input{
	background-image: url(/m/img/search_icon2.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 70%;
	text-indent: -9999em;
	background-color: #a61b38;
}
div.main_search_box > form > div.search01 > table > tbody > tr > td > input{
	width: 100%;
	height: 100%;
	background-color: none;
	border: none;
	box-sizing: border-box;
	padding-left: 10px;
}
div.main_search_box > form > div.search02 > table > tbody > tr > td:first-child{
	background-color: #333;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 10px;
}
div.main_search_box > form > div.search02 > table > tbody > tr > td:last-child{
	width: 60px;
	color: #fff;
	font-size: 18px;
	background-color: #000;
	font-weight: bold;
	text-align: center;
}


/*������ ��ư*/
a.more_expo_btn{
	display: block;
	width: 1200px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 0px auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-top: 20px;
}
div.total_title{
	overflow: hidden;
}
div.total_title > h2 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	height: auto;
	line-height: 160%;
	background-image: url("/img/title_bottom_line.png");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-bottom: 2%;
	margin-top: 2%;
}
/*������ ��ư*/
button.more_expo_btn{
	display:none;
	width: 94%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: 10px auto;
	margin-bottom: 20px;
}
button.more_expo_btn:hover{
	background-color: #a61b38;
	color: #fff;
}
div.expo_info_search {
	background-color: #f3f3f3;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 2%;
}
div.expo_info_search > div.search_box{
	width: 100%;
	margin: 0px auto;
	box-sizing: border-box;
	margin-bottom:20px;
}
div.expo_info_search > div.search_box > form{
	width: 100%;
	margin: 0px auto;
}
div.expo_info_search > div.search_box > form > table{
	width: 100%;
	height: 40px;
}
div.expo_info_search > div.search_box > form > table > tbody > tr > td{
	box-sizing: border-box;
}
div.expo_info_search > div.search_box > form > table > tbody > tr > td:last-child{
	width: 40px;
}
div.expo_info_search > div.search_box > form > table > tbody > tr > td > p{
	font-size: 13px;
	color: #4c4c4c;
}
div.expo_info_search > div.search_box > form > table > tbody > tr > td > input[type="text"]{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 15px;
	border: none;
	color: #4c4c4c;
	padding-left:7px;
	
}
div.expo_info_search > div.search_box > form > table > tbody > tr > td > input[type="submit"]{
	width: 60px;
	height: 40px;
	background-color: #a61b38;
	background-image: url("/m/img/search_icon2.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 70%;
	border: none;
	text-indent: -9999em;
}
div.area_search{
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
}
div.area_search > div.area_search_btn_div{
	width: 100%;
}
div.area_search > div.area_search_btn_div > li:first-child{
	width:calc(100% - 60px);
	float:left;
	background-color: #333;
	padding:10px;
	box-sizing: border-box;
	line-height:20px;
	height:40px;
}
div.area_search > div.area_search_btn_div > li:first-child > a{
	color:#FFF;
	font-size:15px;
}
div.area_search > div.area_search_btn_div > li:last-child{
	height:40px;
	font-size:18px;
	background-color: #000;
	color:#FFF;
	width:60px;
	float:left;
	padding:10px 0px;
	box-sizing: border-box;
	text-align:center;
}
div.area_search > a.area_search_btn{
	display: block;
	width: 100%;
	height: 40px;
	color: #FFF;
	background-color: #212121;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0px 10px;
}
div.area_search > a > p{
	float: right;
	font-family:'Nanum Gothic',monospace;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
}
div.area_search > div.area_search_box,
div.area_search > div.area_search_box_sub
{
	position: fixed;
	bottom: 0px;
	right: -600px;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #ededed;
	z-index: 999999;
	box-sizing: border-box;
}
div.area_search > div.area_search_box > div.title1,
div.area_search > div.area_search_box_sub > div.title1{
	width: 100%;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #212121;
	position: relative;
}
div.area_search > div.area_search_box > div.title1 > h2,
div.area_search > div.area_search_box_sub > div.title1 > h2{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
div.area_search > div.area_search_box > div.title1 > a.close_btn,
div.area_search > div.area_search_box_sub > div.title1 > a.close_btn{
	position: absolute;
	height: 100%;
	color: #fff;
	font-size: 18px;
	left: 10px;
}
div.area_search > div.area_search_box > div.title1 > a.close_btn > span,
div.area_search > div.area_search_box_sub > div.title1 > a.close_btn > span{
	font-size: 20px;
	font-weight: bold;
	font-family:'Nanum Gothic',monospace;
	color: #fff;
	line-height: 0px;
}
div.area_search > div.area_search_box > div.title2,
div.area_search > div.area_search_box_sub > div.title2{
	width: 100%;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #a61b3a;
	position: relative;
}
div.area_search > div.area_search_box > div.title2 > h2,
div.area_search > div.area_search_box_sub > div.title2 > h2{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
div.area_search > div.area_search_box > div.area_select,
div.area_search > div.area_search_box_sub > div.area_select{
	overflow-y: scroll;
	width:100%;
	height: calc(100% - 120px);
	box-sizing: border-box;
	padding: 10px;
}
div.area_search > div.area_search_box > div.area_select > ul,
div.area_search > div.area_search_box_sub > div.area_select > ul{
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	padding: 0px 3px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fff;
}
div.area_search > div.area_search_box > div.area_select > ul > li,
div.area_search > div.area_search_box_sub > div.area_select > ul > li{
	width: 100%;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 15px 10px;
	cursor:pointer;
}
div.area_search > div.area_search_box > div.area_select > ul > li > span.cate_count,
div.area_search > div.area_search_box_sub > div.area_select > ul > li > span.cate_count{
	color:red;
}
div.area_search > div.area_search_box > div.area_select > ul > li:last-child,
div.area_search > div.area_search_box_sub > div.area_select > ul > li:last-child{
	border-bottom: none;
}
div.area_search > div.area_search_box > div.area_select > ul > li > a,
div.area_search > div.area_search_box_sub > div.area_select > ul > li > a{
	font-size: 18px;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}
/* top btn */
.scroll-to-top {
	position: relative;
	display: none;
}
.show {
	display: block !important;
}
.scroll-to-top.show {
	display: block;
	position: fixed;
	bottom: 180px;
	right: 80px;
	z-index: 100;
}

/*main_banner category*/
div.main_banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
div.main_banner > h2 {
	font-size: 16px;
	text-align: left;
	padding: 20px 10px;
	color: #333333;
}
div.main_banner > h2 > span{
	font-size: 20px;
	color: #be0f0f;
}
div.main_banner > div.main_bn_wrap > ul{
	overflow: hidden;
	width: 100%;
}
div.main_banner > div.main_bn_wrap > ul > li{
	overflow: hidden;
	width: 100%;
	margin-bottom: 7px;
}
div.main_banner > div.main_bn_wrap > ul > li > a > img{
	width: 100%;
}
@media (max-width:360px){div.main_banner > div.main_bn_wrap > ul > li > a > img{width:125%}}
@media (min-width:361px) and (max-width:399px){div.main_banner > div.main_bn_wrap > ul > li > a > img{width:120%}}
@media (min-width:400px) and (max-width:439px){div.main_banner > div.main_bn_wrap > ul > li > a > img{width:115%}}
@media (min-width:440px) and (max-width:479px){div.main_banner > div.main_bn_wrap > ul > li > a > img{width:110%}}
@media (min-width:480px){div.main_banner > div.main_bn_wrap > ul > li > a > img{width:105%}}

/*
div.main_banner{
	width: 100%;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
	position: relative;
}
div.main_banner > h2 {
	font-size: 18px;
	text-align: center;
	margin: 20px 0px 20px 0px;
	color: #333333;
}
div.main_banner > h2 > span{
	font-size: 25px;
	color: #be0f0f;
}

div.main_bn_wrap{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
div.main_bn_wrap > ul{
	overflow: hidden;
	width: 100%;
}
div.main_bn_wrap > ul > li{
	width: 48%;
	height: auto;
	margin-bottom: 2%;
	overflow: hidden;
	background-color: #000;
}
div.main_bn_wrap > ul > li:first-child{
	float: left;
	margin-left: 1%;
}
div.main_bn_wrap > ul > li:nth-child(2){
	float: right;
	margin-right: 1%;
}

div.main_bn_wrap > ul > li > a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
div.main_bn_wrap > ul > li > a > img{
	width:100%;
}
div.main_bn_wrap > ul > li > a > ul{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 20%;
}
div.main_bn_wrap > ul > li > a > ul > li.big{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
div.main_bn_wrap > ul > li > a > ul > li.border{
	width: 50px;
	height: 1px;
	background-color: #fff;
	margin: 0px auto;
	margin-top: 5%;
	margin-bottom: 5%;
}	
div.main_bn_wrap > ul > li > a > ul > li.small{
	font-size: 12px;
	color: #fff;
}
div.main_bn_wrap > ul > li > a > img{
	opacity: 0.5;
	width: 100%;
	-webkit-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	-o-transition-duration: 0.5s; 
	-ms-transition-duration: 0.5s; 
}
div.main_bn_wrap > ul > li > a:hover > img{
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05); 
	-o-transform: scale(1.05); 
	opacity: 0.7;
}
*/
/*>>>>>>>>>>>>>>>>>>footer<<<<<<<<<<<<<<<<*/
footer{
	overflow: hidden;
	margin-bottom: -15px!important;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 10px!important;
	background-image: url(/m/img/footer_bg.jpg);
	background-size: 100% 100%;
}
div.footer_logo{
	overflow: hidden;
	width: 100%;
}
div.footer_logo > img{
	float: left;
	width: 130px;
	opacity: 0.8;
}
div.footer_logo > a{
	float: right;
}
div.footer_top {
	width: 100%;
	padding: 30px 0px;
	box-sizing: border-box;
}
div.footer_top > ul {
	overflow: hidden;
	width: 100%;
}
div.footer_top > ul > li {
	float: left;
	text-align: left;
	margin-right: 7px;
	margin-bottom: 5px;
}
.footer_top ul li a { 
	font-size:13px; 
	letter-spacing: -1px; 
	font-weight:bold;
	color: #fff;
}
div.footer_bottom {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;	
}
div.footer_bottom > p {
	width: 100%;
	font-size:12px;
	line-height:20px;
	text-align: left;
	color: #999;
	margin: 0px auto;
}
div.footer_bottom > ul{
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 50px;
}
div.footer_bottom > ul > li{
	float: left;
	margin-right: 30px;
	position: relative;
}
div.footer_bottom > ul > li > a > img:first-child{
	opacity: 0.6;
}
div.footer_bottom > ul > li > a > img:last-child{
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
div.footer_bottom > ul > li:hover > a > img:last-child{
	opacity: 1;
}
/*brand_slider 제휴업체 슬라이더*/
.content-slider li{
	text-align: center;
	color: #FFF;
	position: relative;
}
.content-slider li img{
	width: 100%;
}
.brand_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	position:relative;
	background-color: #ededed;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.brand_list > div.brand_title{
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 7px 0px;
	text-align: center;
	color: #e8a6b4;
	background-color: #800d26;
	font-size: 15px;
}
.brand_list > div.brand_title > span{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.brand_list > div.left_bg{
	position: absolute;
	width: 7.5%;
	height: 400px;
	background-color: #ededed;
	top:35px;
	left: 0px;	
	z-index: 999;
}
.brand_list > div.right_bg{
	position: absolute;
	width: 7.5%;
	height: 400px;
	background-color: #ededed;
	top:35px;
	right: 0px;	
	z-index: 999;
}
.brand_list > div{
	width: 85%;
	margin: 0px auto;	
}
@media all and (max-width:330px){
.brand_list > div.brand_title{
	font-size: 13px;
}
.brand_list > div.brand_title > span{
	font-size: 13px;
}

}

/*>>>>>>>>>>>>>>>>>>>>>sub_page01 css<<<<<<<<<<<<<<<<<<<<<*/
div.sub_list_wrap{
	background-color: #ededed;
	overflow: hidden;
	width: 100%;
}
div.shaman_list {
	width: 100%;
	overflow: hidden;
}
div.shaman_list > h2 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	height: 80px;
	line-height: 80px;
	background-image: url("/img/title_bottom_line.png");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-bottom: 30px;
	margin-top: 10px;
}
div.shaman_list > ul{
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	padding:20px 0px 0px;
}
div.shaman_list > ul > li {
	width: 100%;
	height: 200px;
	background-color: #ffffff;
	box-sizing: border-box;
	float: left;
	margin-bottom:20px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
div.shaman_list > ul > li:hover{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
div.shaman_list > ul > li > div.sub_list_thumb{
	width: 150px;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	float: left;
	text-align: center;
	position: relative;
}
div.shaman_list > ul > li > div.sub_list_thumb > img {
	width: auto;
	height: 100%;
	position: relative;
    left: 50%;
    margin-left: -100%;
	z-index: 9;
}
div.shaman_list > ul > li > div.sub_list_thumb > div.over_icon{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	opacity: 0;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	z-index: 10;
}
div.shaman_list > ul > li > div.sub_list_thumb > div.over_icon > img{
	margin-top: 22%;
	height: 50%;
}
div.shaman_list > ul > li:hover > div.sub_list_thumb > div.over_icon {
	opacity: 1;
}

div.shaman_list > ul > li > div.sub_list_info{
	width: calc(100% - 150px);
	height: 100%;
	box-sizing: border-box;
	float: left;
	position: relative;
	padding: 0px 20px;
}
div.shaman_list > ul > li > div.sub_list_info > ul{
	overflow: hidden;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.title{
	overflow: hidden;
	width: 100%;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.title > h3{
	font-size: 20px; 
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	height: auto;
	width: 100%;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.address{
	font-size: 15px;
	font-weight: normal;
	color: #333;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
	margin-bottom: 7px;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.number{
	font-size: 15px;
	font-weight: normal;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.star_reivew{
	overflow: hidden;
	margin-bottom: 10px;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.star_reivew > img,
div.shaman_list > ul > li > div.sub_list_info > ul > li.star_reivew > p{
	float: left;
	color: #a71b39;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.star_reivew > img{
	margin-right: 5px;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.detail_view{
	width: 90px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 13px;
	background-color: #a71b39;
	position: absolute;
	bottom: 0px;
	left: 20px;
}

div.shaman_list > ul > li > div.sub_list_info > ul > li.detail_tell{
	width: 90px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 13px;
	background-color: #a71b39;
	position: absolute;
	bottom: 0px;
	left: 120px;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.detail_tell a{
	color: #fff;
}
.starui {
	list-style: none;
	width: 75px;
	padding-top: 2px;
}
.starui li.lion {
	float: left;
	width: 15px;
	height: 15px;
	background: url("../img/star.png");
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.starui li.lioff {
	float: left;
	width: 15px;
	height: 15px;
	background: url("../img/star_b.png");
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/*list_page 반응형*/
@media all and (max-width:450px){
div.shaman_list > ul > li {
	height: 170px;
	padding: 15px;
}
div.shaman_list > ul > li > div.sub_list_thumb{
	width: 140px;
}
div.shaman_list > ul > li > div.sub_list_info{
	width: calc(100% - 140px);
	padding: 0px;
	padding-left: 15px;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.title > h3{
	font-size: 18px; 
	padding-bottom: 7px;
	margin-bottom: 7px;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.address{
	font-size: 13px;
	margin-bottom: 5px;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.number{
	font-size: 13px;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.star_reivew{
	margin-bottom: 7px;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.detail_view{
	left: 15px;
	font-size: 12px;
	height: 22px;
	width: 70px;
	line-height: 22px;
}
div.shaman_list > ul > li > div.sub_list_info > ul > li.detail_tell{
	left: 95px;
	font-size: 12px;
	height: 22px;
	width: 70px;
	line-height: 22px;
}
}




/*���̾� �˾�â*/
div.qna_layer_popup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	z-index:100;
}
div.qna_layer_popup > div.bg {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:#000; 
	opacity:.5; 
	filter:alpha(opacity=50);
}
div.qna_layer_popup > div.pop-layer {
	display:block;
}
div.pop-layer {
	display:none; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 360px; 
	height:auto;  
	background-color:#fff; 
	z-index: 10; 
	box-sizing: border-box;
}	
div.pop-layer > div.pop-container {
	padding: 20px 30px; 
	box-sizing: border-box;
}

div.qna_popup_content > div.btn-r > a.cbtn { 
	position: absolute; 
	top: 10px; 
	right: 10px;
}	
div.qna_popup_content > ul.title{
	text-align: left; 
	overflow: hidden;
	margin-bottom: 20px;
}
div.qna_popup_content > ul.title > li.name{
	font-size: 20px;
	color: #000;
}
div.qna_popup_content > ul.title > li.border{
	width: 45px;
	height: 3px;
	background-color: #000;
	margin-bottom: 5px;
}
div.qna_popup_content > ul.title > li.date, div.qna_popup_content > ul.title > li.address{
	font-size: 15px;
	color: #000;
}
div.qna_popup_content > div.apply_form{
	width: 100%; 
	overflow: hidden; 
	box-sizing: border-box;
}
div.qna_popup_content > div.apply_form > form{
	overflow: hidden;
	width: 100%;
}
div.qna_popup_content > div.apply_form > form > table{
	width: 100%;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr{
	border-bottom: 1px solid #ededed;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > th, div.qna_popup_content > div.apply_form > form > table > tbody > tr > td{
	float: left;
	width: 100%;
	text-align: left;
	font-size: 13px;
	color: #666;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 10px;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td{
	padding-bottom: 10px;
	padding-top: 10px;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.name > input{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #FFF;
	height: 35px;
	box-sizing: border-box;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.num > ul{
	overflow: hidden;
	margin-bottom: 10px;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.num > ul > li{
	float: left;
	width: 33%;
	margin-right: 0.5%;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.num > ul > li > input{
	width: 100%;
	height: 35px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.num > ul > li > select{
	width: 100%;
	height: 35px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none; 
	background-image: url("/img/select_arrow.png");
	background-position: 95% 50%;
	background-repeat: no-repeat;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.num > ul > li > select::-ms-expand{
	display: none;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.num > ul > li:last-child{
	margin-right: 0px;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.num > input[type="radio"]{
	margin-left: 7px;
	margin-right: 3px;
	vertical-align: middle;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.date > ul > li{
	float: left;
	width: 49.5%;
	margin-right: 1%;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.date > ul > li:last-child{
	margin-right: 0px;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.date > ul > li > select{
	width: 100%;
	height: 35px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none; 
	background-image: url("/img/select_arrow.png");
	background-position: 95% 50%;
	background-repeat: no-repeat;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.agree{
	text-align: center;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.agree > textarea{
	width: 100%;
	height: 60px;
	resize: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 10px;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.agree > p{
	font-size: 12px;
	color: #888;
	margin-bottom: 10px;
	text-align: left;
	width: 100%;
	font-weight: normal;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.agree > input{
	vertical-align: middle;
	margin-right: 5px;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr:last-child{
	border-bottom: none;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.apply > input{
	width: 100%;
	height: 35px;
	background-color: #a61b38;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border: none;
	border-radius: 5px;
}
div.qna_popup_content > div.apply_form > form > table > tbody > tr > td.request > textarea{
	resize: none;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #fff;
}


.right_btn {position: fixed;
width:203px;
right: 100px;
top:40%;
z-index:100;}

/*�������� ����� 8�� css*/
div.img_box{
	position: relative;
}
div.img_box > ul.thumb_small{
	position: absolute;
	left: 0px;
}
div.img_box > ul.thumb_small > li{
	width: 12.5%;
	margin-right: 0px;
	text-align: center;
}
div.img_box > ul.thumb_small > li > img{
	width: 90%;
	height: auto;
}
div.img_box > ul.thumb_small_btn{
	width: 50px;
	margin: 0px auto;
}
div.img_box > ul.thumb_small_btn > li{
	float: left;
	width: 10px; 
	height: 10px;
	border-radius: 10px;
	background-color: #666666;
	border: 1px solid #666666;
	margin: 0px 5px;
	margin-top: 110px;
}
div.img_box > ul.thumb_small_btn > li.small_btn_on{
	background-color: #fff;
	border: 1px solid #666666;
}
div.noLocation {
	text-align:center;
	overflow: hidden;
	width: 100%;
}
div.noLocation > img{
	width: 100%;
}
div.pageTitle {
	text-align: center;
	font-size:25px;
	margin-top: 20px;
	padding: 10px 0px;
	box-sizing: border-box;
	color: #000;
	font-weight: bold;
}
div.pageTitle > h2 {
    text-align: center;
    color: #000;
    font-size: 20px;
}
div.pageTitle > h2 > span {
    color: #a61b38;
    font-size: 20px;
}

@media (max-width:429px){
	div.main_bn_wrap > ul > li > a > ul > li.big {font-size:18px;}
	div.main_bn_wrap > ul > li > a > ul > li.small {font-size:12px;}
}
@media (min-width:430px) and (max-width:599px){
	div.main_bn_wrap > ul > li > a > ul > li.big {font-size:22px;}
	div.main_bn_wrap > ul > li > a > ul > li.small {font-size:16px;}
}
@media (min-width:600px) and (max-width:899px){
	div.main_bn_wrap > ul > li > a > ul > li.big {font-size:25px;}
	div.main_bn_wrap > ul > li > a > ul > li.small {font-size:20px;}
}
@media (min-width:900px){
	div.main_bn_wrap > ul > li > a > ul > li.big {font-size:35px;}
	div.main_bn_wrap > ul > li > a > ul > li.small {font-size:30px;}
}

/* shaman3 list*/
div.sub_list_wrap{
	overflow: hidden;
	border-top: 1px solid #ccc;
	width: 100%;
	margin: 0px auto;
	box-sizing: border-box;
	padding-bottom: 30px;
	background-color: #f3f3f3;
}
div.sub_list_wrap > div.shaman3_title{
	text-align: center;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    font-size: 30px;
    margin-top: 20px;
	margin-bottom: 30px;
    padding: 10px 0px;
    box-sizing: border-box;
    background-color: #fff;
    color: #333;
}
div.sub_list_wrap > div.shaman3_title > h2{
	text-align: center;
	color: #000;
	font-size: 20px;
}
div.sub_list_wrap > div.shaman3_title > h2 > span{
	color: #a61b38;
	font-size: 20px;
}
div.sub_list_wrap > div.shaman3_list{
	overflow: hidden;
	width:100%;
	margin:0 auto;
/*	min-height: 420px; */
}
div.sub_list_wrap > div.shaman3_list > ul{
	overflow: hidden;
	width: 90%;
	margin: 0px auto;
	padding:20px 0px 0px;
}
div.sub_list_wrap > div.shaman3_list > ul > li{
	float: left;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 0px 10px 0px 10px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	text-align:left;
}
div.sub_list_wrap > div.shaman3_list > ul > li > h3{
	font-size: 15px;
	font-weight: bold;
	color: #800d26;
	margin-bottom: 7px;
}
div.sub_list_wrap > div.shaman3_list > ul > li > p.adress{
	font-size: 13px;
	color: #000;
	margin-bottom: 7px;
	line-height: 20px;
}
div.sub_list_wrap > div.shaman3_list > ul > li > p.num{
	font-size: 13px;
	color: #888;
}
div.sub_list_wrap > div.shaman3_list > ul > li:nth-child(6n){
	margin-right: 0px;
}


/*else_shaman*/
div.else_shaman{
	overflow: hidden;
	border-top: 1px solid #ccc;
	width: 100%;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 30px 0px;
	background-color: #f3f3f3;
}
div.else_shaman > div.else_title{
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
div.else_shaman > div.else_title > h2{
	text-align: center;
	color: #000;
	font-size: 20px;
}
div.else_shaman > div.else_title > h2 > span{
	color: #a61b38;
	font-size: 20px;
}
div.else_shaman > div.else_list{
	overflow: hidden;
	width:90%;
	margin:0 auto;
}
div.else_shaman > div.else_list > ul{
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
}
div.else_shaman > div.else_list > ul > li{
	float: left;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 0px 10px 0px 10px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	text-align:left;
}
div.else_shaman > div.else_list > ul > li > h3{
	font-size: 15px;
	font-weight: bold;
	color: #800d26;
	margin-bottom: 7px;
}
div.else_shaman > div.else_list > ul > li > p.adress{
	font-size: 13px;
	color: #000;
	margin-bottom: 7px;
	line-height: 20px;
}
div.else_shaman > div.else_list > ul > li > p.num{
	font-size: 13px;
	color: #888;
}
div.else_shaman > div.else_list > ul > li:nth-child(6n){
	margin-right: 0px;
}

.m_bnr_wrap {
	width:100%;
	margin:0;
}
.m_bnr_wrap ul li a {
	display:block !important;
}
.m_bnr_box_bot img {
	width:100%;
}
.m_bnr_wrap ul {
	padding-bottom: 10px;
    background-color: #f3f3f3
}	
.m_bnr_wrap ul:after {
	content:"";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
.m_bnr_wrap ul li {
	float:left !important;
	width:49%;
}
.m_bnr_wrap ul li:first-of-type {
	margin-right:2%;
}
.m_bnr_wrap ul li img {
	width:100% !important;
}
.bnr_bot a {
	width:100%;
	display:block;
}
.bnr_bot a img {
	width:100%;
}
.dream_bnr .db_wrap {
	width:95%; 
	margin: 0 auto;
	padding-bottom:20px;
}
.dream_bnr .db_wrap img {
	width:100%;
	border:1px solid #ddd;
}
