/*
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
*{font-family: 'Noto Sans KR', sans-serif;}
*/
div.sub_title{
	position: relative;
	overflow: visible;
	width: 100%;
}
div.sub_title > div.main_search_box{
	position: absolute;
	background-color: rgba(0,0,0,0);
	bottom: -150px;
}
div.tip_info{
	margin-bottom: 75px;
}
div.tip_info > h2{ 
	font-size: 20px; 
	line-height: 30px;
	font-weight: bold;
	color: #646464; 
}
div.tip_info > h2 > span.red_title{ 
	font-size: 20px; 
	color: #a61b38; 
	font-weight: bold;
}
/*indexed_search*/
div.indexed_search{
	width: 980px;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 30px;
}
div.indexed_search > div.title{
	overflow: hidden;
}
div.indexed_search > div.title > h3{
    text-align: left;
    font-weight: bold;
    color: #666;
    margin-bottom: 15px;
}
div.indexed_search > table{
	border: 1px solid #a71b38;
	width: 100%;
	height: 100%;
}
div.indexed_search > table th{
	background-color: #a71b38;
	color: #fff;
	width: 70px;
	font-size: 13px;
}
div.indexed_search > table td{
	width: 590px;;
	text-align: center;
}
div.indexed_search > table td > ul{
	width: 100%;
}
div.indexed_search > table td > ul > li{
	float: left;
	width: 6.4%;
	line-height: 40px;
	box-sizing: border-box;
}
div.indexed_search > table td > ul > li:first-child{
	width: 10%;
}
div.indexed_search > table td > ul > li > a{
	font-size:1.7vh;
	font-weight: 100;
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
}
div.indexed_search > table td > ul > li > a:hover{
	font-weight: bold;
	color: #a71b38;
}
div.indexed_search > table td > ul > li > a.sc_on{
	font-weight: bold;
	color: #a71b38;
}
/* category */
div.category{
	width: 990px;
	margin: 0px auto;
	overflow: hidden;
	padding-left: 5px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
div.category div.masterCategory{
	width: 100%;
	overflow: hidden;
}
div.category div.masterCategory > ul{
	width: 100%;
	overflow: hidden;
}
div.category div.masterCategory > ul > li{
	float: left;
	width: calc(10% - 5px);
	height: 45px;
	margin-right: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
	display: block;
	line-height: 45px;
	font-size:1.7vh;
	font-weight: normal;
	color: #111;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor:pointer;
}
div.category div.masterCategory > ul > li:hover{
	background-color: #a71b38;
	color: #fff;
	font-weight: bold;
}
div.category div.masterCategory > ul > li.master_on{
	background-color: #a71b38;
	color: #fff;
	font-weight: bold;
}
div.category div.subCategory{
	width: 99.5%;
	border: 1px solid #ddd;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 2px solid #a71b38;
	background-color: #fff;
	padding: 0px 10px;
	box-sizing: border-box;
}
div.category div.subCategory > ul > li{
	float: left;
	position: relative;
	overflow: hidden;
}
div.category div.subCategory > ul > li:last-child a:after {display: none;}
div.category div.subCategory > ul > li.guide_txt {font-size:1.5vh;padding:10px 0;}
div.category div.subCategory > ul > li > a{
	display: block;
	line-height: 45px;
	padding: 0px 20px;
	font-size:1.7vh;
	color: #888;
}
div.category div.subCategory > ul > li > a:hover{
	color: #000;
}
div.category div.subCategory > ul > li > a > p{
	position: absolute;
	right: 0px;
	line-height: normal;
	top: 50%;
	height: 14px;
	margin-top: -7px;
	font-size: 14px;
	color: #ccc;
    display: none;

}
div.category div.subCategory > ul > li > a:after {content:'';display: block;width: 1px;height: 15px;background-color: #888;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
/*hdream_detail*/
div.hdream_detail{
	width: 980px;
	margin: 70px auto 150px auto;
}
div.hdream_detail > div.title{
	width: 100%;         
	overflow: hidden;
	margin-bottom: 10px;
}
div.hdream_detail > div.title > h3{
	text-align: left;
	float: left;
	font-weight: bold;
	color: #000;
    font-size:2.3vh;
}
div.hdream_detail > div.title > form{
	float:right;
}
div.hdream_detail > div.title > form > input[type=text]{ 
	width: 170px; 
	height: 37px; 
	box-sizing: border-box;
	border: 1px solid #ccc;;
	padding-left: 35px;
	background-color: #ffffff; 
	background-image: url(../img/select_icon2.png); 
	background-repeat: no-repeat; 
	background-position: 10% 50%; 
	border-radius: 5px 0px 0px 5px;
}
div.hdream_detail > div.title > form > input[type=submit]{
	width: 37px;
	height: 37px;
	border: none;
	background-color: #a61b38;
	font-size: 16px; 
	color: #ffffff;
	font-weight: bold;
	border-radius: 0px 5px 5px 0px;
	margin: 0px 5px;
}
/*hdream_plan*/
div.hdream_plan{
	width: 980px;
	margin: 0px auto;
	overflow: hidden;
	margin-bottom: 60px;
}
div.hdream_plan > div.title{
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}
div.hdream_plan > div.title > p{
	font-size:1.7vh;
	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 > li{
	float: left;
	background-color: #f9f9f9;
	width: 310px;
	height: 155px;
	margin-right: 25px;
	position: relative;
}
div.hdream_plan > ul > li:last-child{
	margin-right: 0px;
}



div.hdream_plan > ul > li > a > img{
	width: 100%;
}
div.hdream_plan > ul > li > a > div.event_over{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 11;
	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: 700;
	font-size:1.7vh;
	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;
}









.smk_accordion{
	border-top: 1px solid #ddd;
}
.smk_accordion .accordion_in {
	margin-bottom: 0px !important;
}
.smk_accordion .accordion_in .acc_head{
	border-bottom: 1px solid #ddd;
	padding: 20px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.smk_accordion .accordion_in .acc_head h4{
	font-size:1.7vh;
	font-weight: normal;
	color: #333;
	float: left;
    width:100%;
}
.smk_accordion .accordion_in .acc_head h4 span {float:right;display: inline-block;padding:5px 10px;background-color:#ab1e23;color:#fff;border-radius: 5px;font-size:1.3vh;}
.smk_accordion .accordion_in .acc_content {
	padding-top: 0px !important;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}
.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_head{
	border-bottom: none;
}
.smk_accordion .accordion_in.acc_active > .acc_head > h4{
	color: #222;
}
.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_head ul{
	float: right;
}
.smk_accordion .accordion_in .acc_head ul > li{
	float: left;
	opacity: 0.7;
	-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_head ul > li > a{
	display: block;
	padding: 7px;
}
.smk_accordion .accordion_in.acc_active > .acc_head ul > li{
	opacity: 0.7;
}
.smk_accordion .accordion_in .acc_head ul > li:hover{
	opacity: 1;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: none !important;
}



/* 스크랩 팝업 컨텐츠 scrap_popup_content */
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;
}
#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;
}
@media screen and (max-width:1440px) {
    div.category, div.hdream_detail {padding:0 100px}
}
@media screen and (max-width:1024px) {
    .dream_search_box {margin: 0 auto 50px auto;}
    div.category, div.hdream_detail {padding: 0 50px;}
    div.category div.masterCategory > ul > li, .smk_accordion .accordion_in .acc_head h4 {font-size: 1.4vw;;}
    div.category div.subCategory > ul > li.guide_txt, .smk_accordion .accordion_in .acc_head h4 span {font-size:1.2vw;}
    .smk_accordion .accordion_in .acc_head {padding:10px;}
    div.hdream_detail {margin:70px auto 100px auto;}
    .dream_search_box input.search_area {font-size:1.5vw;}
    div.category div.subCategory > ul > li > a{ font-size:1.5vw;}
}
@media screen and (max-width:800px) {
    .dream_search_box form .search_btn {width: 20px;height: 20px;}
    .dream_search_box input.search_area {width: 60%;}
    div.category div.masterCategory > ul > li, .smk_accordion .accordion_in .acc_head h4 {font-size:1.7vw;}
    div.category div.masterCategory > ul > li {width:calc(100% / 8 - 5px);}
    div.category div.subCategory > ul > li.guide_txt, .smk_accordion .accordion_in .acc_head h4 span {font-size:1.6vw;}
    .smk_accordion .accordion_in .acc_head h4 {display: flex;flex-wrap: nowrap;align-items: center;justify-content: space-between;}
    .dream_search_box input.search_area {font-size:2vw;}
    div.category div.subCategory {padding:0 0;}
    div.category div.subCategory > ul > li.guide_txt {padding:10px 10px;}
    div.category div.subCategory > ul > li > a {font-size: 1.8vw;}
    
}
@media screen and (max-width:550px) {
    div.category, div.hdream_detail {padding:0 15px;}
    .dream_search_box input.search_area {line-height: 35px;font-size:3.5vw;}
    div.category div.masterCategory > ul > li {width: calc(20% - 5px);}
    div.category div.masterCategory > ul > li, .smk_accordion .accordion_in .acc_head h4 {font-size:3.5vw;}
    div.category div.subCategory > ul > li.guide_txt, .smk_accordion .accordion_in .acc_head h4 span {font-size:3vw;}
    .dream_search_box {margin: 0 auto 30px auto;}
    div.category div.subCategory > ul > li > a {font-size: 3.2vw;}
}