@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Rubik:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

html, body {
    font-family: 'Noto Sans KR','Lato', sans-serif;
}

/* 리스트 페이지 */
/* 헤더 */
#wrap {
    width: 100%;
    max-width: 500px !important;
    height: 100%;
    min-height: 100%;
    margin: 0 0 0 calc(50% - 1px) !important;

    position: relative;
}
.header .header_wrap .header_top {
    width: 100%;
    box-sizing: content-box;
    border-bottom: 1px solid #ddd;

    position: relative;
}
.header .header_wrap .header_top .backpage span {
    background: url(../images/btn_back.png) no-repeat center;
    width: 20px;
    height: 30px;

    position: absolute;
    left: 15px; top: 14px;
}
.header .header_wrap .header_top .sub_title {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    padding: 10px;
    line-height: 40px;
    font-size: 1.45em;
    box-sizing: content-box;
}
.header .header_wrap .header_top .header_search {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 30px;
    height: 30px;
    background: url(../images/search_button.png) center center no-repeat;
    background-size: contain;
    margin-top: -5px;
    cursor: pointer;
}
.header .header_wrap .header_top .header_setting {
    position: absolute;
    right: 15px;
    top: 22px;
    width: 30px;
    height: 30px;
    background: url(../images/setting_button.png) center center no-repeat;
    background-size: contain;
    margin-top: -5px;
    cursor: pointer;
}


/* 지역선택 */
.con_wrap .area_select ul::after {
    clear: both; content: ""; display: block;
}
.con_wrap .area_select {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 95%;
    margin: 0 auto;

    position: relative;
}
 .area_select .area_list .slick-prev {
    content: "";
    display: block;
    background: url(../images/arrow_prev.png) no-repeat center;
    background-size: 50%;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    width: 20px;
    height: 20px;
    font-size: 0;
    z-index: 99;

    position: absolute;
    top: 10px; left: -12px;
}
.con_wrap .area_select .area_list .slick-next {
    content: "";
    display: block;
    background: url(../images/arrow_next.png) no-repeat center;
    background-size: 50%;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    width: 20px;
    height: 20px;
    font-size: 0;
    z-index: 99;

    position: absolute;
    top: 10px; left: 98%;
}
.con_wrap .area_select .area_list li {
    float: left;
    font-size: 1.2em;
    text-align: center;
    border-right: 1px solid #ddd;
}
.con_wrap .area_select .area_list li a {
    display: block;
    padding: 10px 0;
}
/*
.con_wrap .area_select .area_list li.on {
    background: #da4c3a;
}
.con_wrap .area_select .area_list li:focus {
    background: #da4c3a;
}
.con_wrap .area_select .area_list li.on a {
    color: #fff;
}
*/
.con_wrap .area_select .area_list li a::before{
content:""; position:absolute; left:0; top:0px; width:100%; height:3px; 
}
.con_wrap .area_select .area_list li .active {
    background: #da4c3a;
    color: #fff;
}
/*
.con_wrap .area_select .area_list li.on {
    background: #da4c3a !important;
    color: #fff;
}
*/
.con_wrap .area_select .area_list li.on a {
    background: #da4c3a !important;
    color: #fff;
}

.con_wrap .area_select .area_list li a.on{
    background: #da4c3a !important;
    color: #fff;
}
.con_wrap .area_select .area_list ul::after {
    clear: both; content: ""; display: block;
}

.con_wrap .sub_section01 {
    background: #f5f5f5;
    padding: 0 10px 20px 10px !important;
}
.con_wrap .sub_section01 .section_wrap .s_info_title {
    padding-top: 15px;
}
.con_wrap .sub_section01 .section_wrap .s_info_title h2 {
    color: #333;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList_wrap {
    margin-top: 15px;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList {
    margin-bottom: 10px;
    padding: 20px 0;
    background: #fff;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList::after {
    clear: both; content: ""; display: block;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_img,
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt {
    float: left;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_img {
    width: 31%;

    position: relative;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_img .b_title {
    width: 100%;
    text-align: center;
    color: #ddd;
    background: #000000b8;
    padding: 10px;

    position: absolute;
    left: 0; bottom: 0;
}
/*.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_img .b_title::before {
    content: "♥";
    display: block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    color: #ddd;
    background: #000000b8;
    border-radius: 50%;

    position: absolute;
    top: -18px; left: 10px;
}*/
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_img a img {
    width: 100%;
    border-radius:  0.5rem;
    box-shadow: 3px 2px 6px 0px #00000070;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt {
    width: 69%;
    padding: 6px 15px;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt a h3 {
    font-size: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt a p {
    font-size: 1.1em;
    color: #666;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt a p span {
    font-weight: 300;
    padding-right: 5px;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt a p .span1 {
    padding-left: 20px;
    position: relative;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt2 a p .span1 {
    padding-left: 20px;
    position: relative;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt2 .span1 {
    padding-left: 20px;
    position: relative;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt a p .span1::before {
    content: "";
    display: block;
    background: url(../images/review_icon.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt2 a p .span1::before {
    content: "";
    display: block;
    background: url(../images/review_icon.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt2 .span1::before {
    content: "";
    display: block;
    background: url(../images/review_icon.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt a p .span3,
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt a p .span4 {
    display: block;
    color: #999;
    margin-bottom: 6px;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt a p .span4 b {
    position: relative;
    padding-left: 8px;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt a p .span4 b::before {
    content: "#";
    display: block;
    font-size: 1.1em;

    position: absolute;
    left: 0; top: -1px;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt a p span b {
    font-weight: 300;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt a strong {
    float: right;
    font-size: 1.4em;
    font-weight: bold;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt .therapist::after {
    clear: both; content: ""; display: block;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt .therapist li {
    float: left;
    padding: 4px;
    font-size: 1.1em;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .s_boxList_txt .therapist .slick-track {
    height: 25px;
    overflow: hidden;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .therapist .color01 {
    color: #ff73a4;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .therapist .color02 {
    color: #49f558;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .therapist .color03 {
    color: #2da8fa;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .therapist .color04 {
    color: #e9d200;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .therapist .color05 {
    color: #ff6a6a;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .therapist .color06 {
    color: #00a573;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .therapist .color07 {
    color: #ff44ab;
}
.con_wrap .sub_section01 .section_wrap .shop_boxList .therapist .color08 {
    color: #05863b;
}






/* 상세페이지 */
/* 헤더 */
.item_header .header_wrap {
    width: 100%;
    max-width: 500px;
    box-sizing: content-box;

    position: relative;
}
.item_header .header_wrap .backpage span {
    background: url(../images/item_back_w.png) no-repeat center;
    width: 20px;
    height: 20px;

    position: absolute;
    left: 15px; top: 10px;
}
.item_header .header_wrap .share {
    background: url(../images/item_share_w.png) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;

    position: absolute;
    left: 90%; top: 10px;
}
.item_header .header_wrap .home {
    background: url(../images/home.png) center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;

    position: absolute;
    right: 15px; top: 10px;
}

.con_wrap .item_img_wrap {
    position: relative;
}
.con_wrap .item_img_wrap ul::after {
    clear: both; content: ""; display: block;
}
.con_wrap .item_img_wrap .item_img .itemView {
    float: left;
    /* background: url(../images/item_img.jpg) no-repeat center;   */
    /* height: 310px; */
}
.con_wrap .item_img_wrap .item_img .slick-dots {
    position: absolute;
    bottom: 7px; left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.con_wrap .item_img_wrap .item_img .slick-dots li {
    float: left;
    padding: 0 3px;
}
.con_wrap .item_img_wrap .item_img .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: none;
    opacity: 0.4;
}
.con_wrap .item_img_wrap .item_img .slick-dots .slick-active button {
    opacity: 0.8 !important;
    width: 18px;
    border-radius: 5px;
    transition: 0.3s;
}

.con_wrap .item_tab ul::after {
    clear: both; content: ""; display: block;
}
.con_wrap .item_tab ul li {
    float: left;
    width: 50%;

    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 4px solid #fff;
}
.con_wrap .item_tab ul li.on {
    border-bottom: 4px solid #da4c3a;
}
.con_wrap .item_tab ul li.on a {
    color: #da4c3a;
}
.con_wrap .item_info,
.con_wrap .item_review {
    margin: 15px 20px 100px 20px;
}
.con_wrap .item_info .item_infotxt {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.con_wrap .item_info .item_infotxt .shop_name .span1 {
    padding-left: 20px;
    position: relative;
}

.con_wrap .item_info .item_infotxt .shop_name .span1::before {
    content: "";
    display: block;
    background: url(../images/review_icon.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.con_wrap .item_info .item_infotxt .shop_name {
    font-size: 1.5em;
    padding-bottom: 10px;
}
.con_wrap .item_info .item_infotxt .shop_check {
    font-size: 1.3em;
    font-weight: 500;
    text-align: right;
}
.con_wrap .item_info .item_infotxt ul li {
    padding: 4px 0;
    font-size: 1.2em;
}
.con_wrap .item_info .item_infotxt ul li strong {
    color: #da4c3a;
    padding-right: 15px;
}
.con_wrap .item_info .item_infotxt li span {
    padding: 0 6px;
    position: relative;
}
.con_wrap .item_info .item_infotxt .shop_price span:not(:last-child):after,
.con_wrap .item_info .item_infotxt .shop_theme span:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #888;

    position: absolute;
    right: 0; top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.con_wrap .item_info .item_infotxt .shop_therapist span {
    background: #da4c3a;
    color: #fff;
    white-space: nowrap;
}
.con_wrap .item_body {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.con_wrap .item_body img {
    width: 100%;
}
.item_map .root_daum_roughmap {
    width: 100%;
}



.con_wrap .item_review ul {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}
.con_wrap .item_review ul li h3 {
    display: inline-block;
    font-size: 1.25em;
}
.con_wrap .item_review ul li span {
    padding-left: 20px;
    font-size: 0.9em;
    color: #888;

    position: relative;
}
.con_wrap .item_review ul li span::before {
    content: "";
    display: block;
    background: url(../images/review_icon.png) no-repeat center;
    width: 16px;
    height: 16px;

    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.con_wrap .item_review ul li {
    font-size: 1.15em;
	display: inline-block;
}
.con_wrap .item_review .review_day {
    text-align: right;
    color: #888;
	float: right;
}


/* 길찾기, 문자 , 전화 버튼 */
.fix_contact {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #da4c3a;
    height: 55px;
    z-index: 999;

    position: fixed;
    bottom: 0;
}
.fix_contact2 {
    /* width: 100%; */
    max-width: 500px;
    margin: 0 auto;
    /* background: #da4c3a; */
    height: 55px;
    z-index: 999;
    position: fixed;
    bottom: 120px;
}
.fix_contact ul li {    
    float: left;
    text-align: center;
    line-height: 55px;
}
.fix_contact ul li a {
    display: block;
}
.fix_contact .fix_con01 {
/*
    width: 20%;
    border-right: 1px solid #fff;
	*/
}
.fix_contact .fix_con02 {
    width: 50%;
    border-right: 5px solid #fff; */
}
.fix_contact .fix_con03 {
    width: 50%;
}

/* 길찾기 팝업 */
.item_popup {
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    z-index: 999;

    position: absolute;
    left: 0; top: 0;

    display: none;
}
.item_popup ul {
    background: #fff;
    padding: 10px;
    width: 250px;
    z-index: 999;
    margin: 0 0 0 calc(250px);;

    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.item_popup ul li {
    text-align: center;
    color: #333;
    font-size: 1.2em;
    padding: 10px;
}
.item_popup ul li a {
    display: inline-block;
}


/************ 공유하기 ************/
.item_popup2 {
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    z-index: 999;

    position: absolute;
    left: 0; top: 0;

    display: none;
}
.item_popup2 ul {
    background: #fff;
    padding: 10px;
    width: 250px;
    z-index: 999;
    margin: 0 0 0 calc(250px);

    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.item_popup2 ul li {
    text-align: center;
    color: #333;
    font-size: 1.2em;
    padding: 10px;
}
.item_popup2 ul li a {
    display: block;
}
/************ 입력폼 ************/
.form_wrap {
    width: 95%;
    margin: 10px auto 0;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 6px 6px 20px 0px #cecece;
}
.form_wrap .form_box01 h3 {
    font-size: 1.4em;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.form_wrap .form_box01 > ul > li {
    margin-bottom: 15px;
}
.form_wrap .form_box01 > ul > li > label {
    display: block;
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: 3px;
    color: #da4c3a;
    padding-left: 10px;

    position: relative;
}
.form_wrap .form_box01 > ul > li > label::before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background-color: #da4c3a;

    position: absolute;
    top: 7px; left: 0;
}
.form_wrap .form_box01 .all_input {
    height: 35px;
    margin-bottom: 3px;
    border-radius: 0;
    border: 1px solid #8a8a8a;
    padding: 2px 8px;
}
.form_wrap .form_box01 .all_input:not(.input_add, .input_num) {
    width: 100%;
}
.form_wrap .form_box01 .input_price,
.form_wrap .form_box01 .input_time {
    text-align: right;
}
.form_wrap .form_box01 .input_num {
    width: 30%;
}
.form_wrap .form_box01 ul li .serch_bt {
    height: 35px;
    width: 70px;
    background: #da4c3a;
    color: #fff;
    border: none;
    margin-bottom: 3px;
}

/* .form_wrap .form_box01 ul li textarea {
    height: 80px  !important;
} */

.form_wrap .form_box01 ul li select {
    width: 160px;
    height: 30px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #333;
    font-size: 1.08em;
    text-align: center;
}
.form_wrap .form_box01 ul li select option {
    font-size: 1.08em;
}

.regi_bt ul::after {
    clear: both; content: ""; display: block;
}
.regi_bt ul {
    width: 140px;
    margin: 30px auto;
}
.regi_bt ul li {
    float: left;
    width: 60px;
    height: 40px;
    border-radius: 5px;
    margin: 0 5px;
}
.regi_bt .regi_yes {
    background: #da4c3a;
}
.regi_bt .regi_no {
    background: #b7b7b7;
}
.regi_bt ul li a {
    display: block;
    line-height: 40px;
    font-size: 1.15em;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.regi_bt ul li input {
	all: unset; 
	display: block;
	line-height: 40px;
	font-size: 1.15em;
	font-weight: 500; 
	color: #fff; 
	text-align: center; 
	margin: 0px auto;
    cursor: pointer;
}

.chradio{font-size:1.25em;}
.chch {
    height: 35px;
    margin-bottom: 3px;
    border-radius: 0;
    border: 1px solid #8a8a8a;
    padding: 2px 8px;
	font-size:1em;
}
.form_wrap .form_box01 ul li .smarteditor2 {
    overflow-x: scroll;
}
.form_wrap .form_box01 ul li iframe {
    width: 615px !important;
}
.form_wrap .form_box01 .joinform_bt a {
    display: block;
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
    background: #da4c3a;
    color: #fff;
    padding: 15px 0;
}

.item_popwrap {
	margin-top: 30%;
}


/* 반응형 */
/************************************************************************************************/
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 998px) {

}
@media screen and (max-width: 768px) {

    .left_banner {
        display: none;
    }
    #wrap {
        margin: 0  auto !important;
    }

    /* 콘텐츠 */
    .con_wrap .sub_section02 .section_wrap .shop_boxList .s_boxList_txt a h3,
    .con_wrap .sub_section02 .section_wrap .shop_boxList .s_boxList_txt a p {
        width: 100%;
        text-align: left;
    }
    .con_wrap .sub_section02 .section_wrap .shop_boxList .s_boxList_txt a p span {
        display: block;
    }

    .fix_contact {
        max-width: none;
    }

    /* 길찾기 팝업 */
    .item_popup ul {
        margin: 0;
    }

	#wrap {
	    max-width: 100% !important;
	}
	.item_header .header_wrap {
		max-width: 100%;
	}
	.header .header_wrap .header_top{
		max-width: 100%;
	}
	.item_popup2 ul {
		margin: 0 0 0 0;
	}
	.item_popup {
		position: fixed;
	}
	
}
@media screen and (max-width: 480px) {

    /* 콘텐츠 */
    .con_wrap section .section_wrap .s_info_title .more_view {
        float: none;
        text-align: right;
    }
    .con_wrap .area_select form select:not(:last-child) {
        margin-right: 15px;
    }

	.item_popup2 ul {
		margin:0px;}

}