/*
BarunGothic{font-family: 'Nanum Barun Gothic', sans-serif;}
*/

/* 꿈해몽 검색하기 */
div.expo_info_search {
    background-color: #fff;
	padding: 0px 2%;
}
div.expo_info_search > div.search_box {
    margin: 0px auto;
    box-sizing: border-box;
    margin-bottom: 10px;
	border: 1px solid #ededed;
}
div.dream_search{
	overflow: hidden;
	width: 96%;
	margin: 0px auto;
	margin-bottom: 30px;
}
div.dream_search > a.dream_category_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;
	cursor:pointer;
}
div.dream_search > a.dream_category_btn > p{
	float: right;
	font-family:'Nanum Gothic',monospace;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
}
div.dream_search > div.dream_search_box,
div.dream_search > div.dream_search_box_sub
{
	position: fixed;
	bottom: 0px;;
	right: -600px;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #ededed;
	z-index: 999999;
}
div.dream_search > div.dream_search_box > div.title1,
div.dream_search > div.dream_search_box_sub > div.title1{
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
	text-align: center;
	background-color: #212121;
	position: relative;
}
div.dream_search > div.dream_search_box > div.title1 > h2,
div.dream_search > div.dream_search_box_sub > div.title1 > h2{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
div.dream_search > div.dream_search_box > div.title1 > a.close_btn,
div.dream_search > div.dream_search_box_sub > div.title1 > a.close_btn{
	position: absolute;
	height: 100%;
	color: #fff;
	font-size: 18px;
	left: 10px;
}
div.dream_search > div.dream_search_box > div.title1 > a.close_btn > span,
div.dream_search > div.dream_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.dream_search > div.dream_search_box > div.title2,
div.dream_search > div.dream_search_box_sub > div.title2{
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
	text-align: center;
	background-color: #a61b3a;
	position: relative;
}
div.dream_search > div.dream_search_box > div.title2 > h2,
div.dream_search > div.dream_search_box_sub > div.title2 > h2{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
div.dream_search > div.dream_search_box > div.area_select,
div.dream_search > div.dream_search_box_sub > div.area_select{
	overflow-y: scroll;
	width:100%;
	height: calc(100% - 120px);
	box-sizing: border-box;
	padding: 10px;
}
div.dream_search > div.dream_search_box > div.area_select > ul,
div.dream_search > div.dream_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.dream_search > div.dream_search_box > div.area_select > ul > li,
div.dream_search > div.dream_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.dream_search > div.dream_search_box > div.area_select > ul > li > span.cate_count,
div.dream_search > div.dream_search_box_sub > div.area_select > ul > li > span.cate_count{
	color:red;
}
div.dream_search > div.dream_search_box > div.area_select > ul > li:last-child,
div.dream_search > div.dream_search_box_sub > div.area_select > ul > li:last-child{
	border-bottom: none;
}
div.dream_search > div.dream_search_box > div.area_select > ul > li > a,
div.dream_search > div.dream_search_box_sub > div.area_select > ul > li > a{
	font-size: 13px;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}

div.small_category{
	width: 96%;
	margin: 0px auto;
	overflow: hidden;
	margin-bottom: 10px;
}
div.small_category > table{
	width: 100%;
	border: 1px solid #a71b38;
}
div.small_category > table th{
	width: 60px;
	height: 40px;
	background-color: #a71b38;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
div.small_category > table td{
	width: calc(100% - 60px);
	height: 40px;
	overflow: hidden;
}
div.small_category > table td ul{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
}
div.small_category > table td li{
	float: left;
	text-align: center;
	width: 15%;
}
div.small_category > table td li:first-child{
	width: 70px;
}
div.small_category > table td li:first-child a{
	font-size: 13px;
}
div.small_category > table td li a{
	font-size: 15px;
}

/*hdream_ar*/
div.hdream_wrap{ 
	width: 100%; 
	margin: 0px auto;
}
div.hdream_wrap > h2{ 
	font-size: 18px; 
	font-weight: 200;
	margin: 30px 0px; 
	text-align: center; 
	line-height: 28px;
	
}
div.hdream_wrap > h2 > span{ 
	font-size: 18px; 
	font-weight: 700; 
	color: #333333; 
}
div.hdream_wrap > h2 > span > span.red_title{ 
	font-size: 18px;
	font-weight: 700;
	color: #a61b38;
}


div.accordion_example2{
	width: 96%;
	margin: 0px auto;
}
.smk_accordion .accordion_in{
	border-bottom: 1px solid #ddd;
	margin-bottom: 0px;
}
.smk_accordion .accordion_in .acc_head{
	box-sizing: border-box;
	padding: 15px 0px;
}
.smk_accordion .accordion_in .acc_head h4{
	box-sizing: border-box;
	float: left;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: normal;
	padding-left: 10px;
	color: #333;
}


.smk_accordion .accordion_in.acc_active > .acc_content{
	font-size: 13px;
	font-weight: normal;
}
.smk_accordion .accordion_in .acc_content span.good{
	color: #3779ff;
}
.smk_accordion .accordion_in .acc_content span.bad{
	color: #ff0000;
}
.smk_accordion .accordion_in.acc_active > .acc_content.defaultContent{
	background: #f3f3f3;
}
.smk_accordion .accordion_in.acc_active > .acc_content.goodContent{
	background: #f8faff;
}
.smk_accordion .accordion_in.acc_active > .acc_content.badContent{
	background: #fff8f8;
}
.smk_accordion .accordion_in.acc_active > .acc_head.defaultContent{
	background: #f3f3f3;
}
.smk_accordion .accordion_in.acc_active > .acc_head.goodContent{
	background: #f8faff;
}
.smk_accordion .accordion_in.acc_active > .acc_head.badContent{
	background: #fff8f8;
}
.smk_accordion .accordion_in .acc_content {
	padding: 10px;
	padding-top: 0px;
	font-size: 13px;
	overflow: hidden;
}
.smk_accordion .accordion_in .acc_content ul{
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
.smk_accordion .accordion_in .acc_content ul > li{
	float: left;
	opacity: 0.6;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: -10px;
}
.smk_accordion .accordion_in .acc_content ul > li > a{
	display: block;
	padding: 5px 20px 5px 0px;
}
.smk_accordion .accordion_in .acc_content ul > li:hover{
	opacity: 1;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: none !important;
}


/* 스크랩 팝업 컨텐츠 scrap_popup_content */
#modal-3{
	min-width: 96%;
}
form.scrap_popup_content{
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
}
form.scrap_popup_content > div > h3{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 2px solid #a71b38;
	margin-bottom: 10px;
}
form.scrap_popup_content > div > h3 > a{
	float: right;
	font-size: 13px;
	color: #999;
	font-weight: 200;
}
div.scrap_form{
	overflow: hidden;
	margin-bottom: 10px;
}
div.scrap_form > input{
	width: 100%;
	margin-bottom: 10px;
	height: 30px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding-left: 10px;
}
form.scrap_popup_content > div.my_scrap > h3{
	margin-bottom: 0px;
}
div.my_scrap{
	overflow: hidden;
	margin-bottom: 30px;
}

div.my_scrap > ul > li{
	width: 100%;
	line-height: 35px;
	height: 35px;
	padding-left: 10px;
	box-sizing: border-box;
/*
	background-image: url('/img/scrap_arrow.png');
	background-repeat: no-repeat;
	background-position: 380px 50%;
*/
	border-bottom: 1px solid #ededed;
}
div.my_scrap > ul > li > a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 13px;
	font-weight: normal;;
	color: #999;
	-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.my_scrap > ul > li > a:hover{
	color: #222;
	font-weight: bold;
}
div.scrap_btn{
	width: 100%;
	text-align: center;
}
div.scrap_btn > a{
	width: 60px;
	height: 30px;
	background-color: #a71b38;
	border: none;
	color: #fff;
	line-height: 30px;
	font-size: 13px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
	cursor: pointer;
}
div.scrap_btn > a:last-child{
	margin-right: 0px;
	background-color: #999;
}

/* 꿈해몽 문의하기 hdream_apply */
#modal-4{
	max-width: 640px !important;
	min-width: 96%;
}
#modal-4 form{
	box-sizing: border-box;
	padding: 20px;
}
div.hdream_apply > h3{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 2px solid #a71b38;
	margin-bottom: 10px;
}
div.hdream_apply > h3 > span{
	font-size: 13px;
	color: #999;
	margin-left: 10px;
}	
div.hdream_apply > div.write_box{
	width: 100%;
	overflow: hidden;
}
div.hdream_apply > div.write_box > input,
div.hdream_apply > div.write_box > textarea{
	width: 100%;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #999;
	padding-left: 10px;
	box-sizing: border-box;
	-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.hdream_apply > div.write_box > input:active,
div.hdream_apply > div.write_box > input:focus,
div.hdream_apply > div.write_box > textarea:active,
div.hdream_apply > div.write_box > textarea:focus{
	color: #111;
	border: 1px solid #999;
}
div.hdream_apply > div.write_box > input{
	height: 40px;
	margin-bottom: 10px;
}
div.hdream_apply > div.write_box > textarea{
	resize: none;
	height: 200px;
	padding: 10px;
	margin-bottom: 30px;
}
div.apply_btn{
	width: 100%;
	text-align: center;
}
div.apply_btn > a{
	width: 60px;
	height: 30px;
	background-color: #a71b38;
	border: none;
	color: #fff;
	line-height: 30px;
	font-size: 13px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
	cursor: pointer;
}
div.apply_btn > a:last-child{
	margin-right: 0px;
	background-color: #999;
}



/* hdream_plan */
div.hdream_plan{
	width: 100%;
	overflow: hidden;
}
div.hdream_plan > div.title{
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}
div.hdream_plan > div.title > p{
	font-size: 15px;
	color: #999;
	margin-bottom: 7px;
}
div.hdream_plan > div.title > h3{
	font-size: 20px;
	color: #222;
}
div.hdream_plan > div.title > h3 > span{
	font-size: 20px;
	color: #a71b38;
}
div.hdream_plan > ul{
	width: 100%;
	overflow: hidden;
}
div.hdream_plan > ul > li{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: auto;
	min-height: 130px;
	overflow: hidden;
}
div.hdream_plan > ul > li > a > img{
	width: 100%;
}
div.hdream_plan > ul > li > a > div.event_over{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	-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.hdream_plan > ul > li:hover > a > div.event_over{
	opacity: 1;
}
div.hdream_plan > ul > li > a > div.event_over > h5{
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50px;
	background-color: #a61b38;
	font-weight: 900;
	font-size: 15px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 32px;
}
div.hdream_plan > ul > li > a > div.event_over > h5 > span{
	font-weight: 100;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
div.hdream_plan.finish_event > ul > li > a > div.event_over > h5{
	background-color: #666;
}