@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;
}

/*  검색  */
.main_search.main_content{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-60%);
    width: 90%;
    max-width: 500px;
    padding: 0;
    background: transparent;
    padding: 20px 0 20px;
    margin: 0;
}


.main_search.main_content {position:fixed; top:50%; left:50%; transform:translateY(-60%); width:90%; max-width:500px; padding:0; background:transparent; padding:20px 0 20px; margin:0;}
.sidebar-search {width:100%;}
.search_area {width:90%; box-sizing:border-box; overflow:hidden; clear:both; margin:0 auto; border-radius:100px; background:#fff;}
.search_area dd {width:80%; font-size:1.3em; float:left; line-height:2.2; padding:10px 15px 10px 20px; box-sizing:border-box;}
.search_area dd input {width:100%; height: 28px; border:none;margin-top: -6px;}
.search_area dd input:focus, .search_area dd input:active {outline:none;}
.search_area dd input::placeholder {  color: #ccc; }
.search_area dt {float:right; margin:7px 20px 0 0;}
.search_area .btn.btn-white {border:none; background:none; box-shadow:none; padding:0; font-size:2em; }
.search_area .btn.btn-white i.fa {font-weight:bold; color:#16449b;}
.search_close {position:relative; width:50px; height:50px; display:block; box-sizing:border-box; float:right; margin:0 30px 50px 0;}
.search_close:before {position:absolute; left:0; top:24px; width:100%; height:1px; transform:rotate(45deg); display:block; content:""; background:#fff;}
.search_close:after {position:absolute; left:0; top:24px; width:100%; height:1px; transform:rotate(-45deg); display:block; content:""; background:#fff;}


/*header_search*/
.search_box {position:fixed; top:0; width:100%; max-width:500px; height:100%; background:rgba(0,0,0,0.6); z-index:1000;}
@media screen and (max-width: 768px) {
	.search_box {position:fixed; top:0; width:100%; max-width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:1000;}
}



/* 왼쪽 배너 */
.left_banner_in {
    position: fixed;
    background-size: 1200px;
    background-image: url(../images/main_background.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 97.8%;
    z-index: 0
}
.left_banner_logo {
    display: block;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 120px;
    margin: -300px 0 0 -480px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}
.left_banner_img {
    display: block;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 309px;
    height: 394px;
    margin: -160px 0 0 -477px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* 헤더 */
#wrap {
    position: relative;
    width: 100%;
    max-width: 500px !important;
    height: 100%;
    min-height: 100%;
    margin: 0 0 0 calc(50% - 1px) !important;
}
.header .header_wrap .header_top {
    max-width: 500px ;
    box-sizing: content-box;
    border-bottom: 1px solid #ddd;

    position: relative;
}
.header .header_wrap .header_top .userpage {
    width: 25px;
    display: block;
    font-size: 2.3em;

    position: absolute;
    left: 15px; top: 5px;
}
.header .header_wrap .header_top .userpage a dl {
    margin: 0;
}
.header .header_wrap .header_top .userpage a dl dt img {
    width: 100%;
}
.header .header_wrap .header_top .userpage span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    margin-bottom: 9px;
}
.header .header_wrap .header_top .userpage .bar3 {
    margin-bottom: 0;
}
.header .header_wrap .header_top .top_logo {
    height: 40px;
    padding: 10px;
    box-sizing: content-box;
}
.header .header_wrap .header_top .top_logo a {
    display: block;
    width: 150px;
    margin: 0 auto;
    text-align: center;
}
.header .header_wrap .header_top .top_logo a img {
    height: 40px;
    vertical-align: middle;
}
.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 .m_menu {
    border-bottom: 1px solid #ddd;
}
.header .header_wrap .m_menu ul::after {
    clear: both; content: ""; display: block;
}
.header .header_wrap .m_menu ul li {
    float: left;
    width: 20%;

    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    padding: 10px 0;
}
.header .header_wrap .m_menu ul li a {
    display: block;
}

/* 메인배너 */
.main_banner {
    position: relative;
}
.main_banner ul::after {
    clear: both; content: ""; display: block;
}
.main_banner ul li {
    float: left;
}
.main_banner ul li a img {
    width: 100%;
}
.main_banner ul .slick-dots {
    position: absolute;
    bottom: 7px; left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.main_banner ul .slick-dots li {
    padding: 0 3px;
}
.main_banner ul .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: none;
    opacity: 0.4;
}
.main_banner ul .slick-dots .slick-active button {
    opacity: 0.8 !important;
    width: 18px;
    border-radius: 5px;
    transition: 0.3s;
}


/* 콘텐츠 */
.con_wrap section:not(.main_banner) {
    padding: 0 10px;
}
.con_wrap section {
    margin-bottom: 30px;
}
.con_wrap section .section_wrap .s_info_title {
    font-size: 1.5em;
    margin-bottom: 5px;
}
.con_wrap section .section_wrap .s_info_title .title_sub {
    font-size: 0.8em;
    font-weight: 300;
    padding-left: 10px;
}
.con_wrap section .section_wrap .s_info_title .more_view {
    display: block;
    float: right;
}
.con_wrap section .section_wrap .s_info_title .more_view span {
    font-size: 0.8em;
    font-weight: 300;
    padding-right: 12px;

    position: relative;
}
.con_wrap section .section_wrap .s_info_title .more_view span:not(.more_all)::after {
    content: "+";
    display: block;

    font-size: 15px;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.con_wrap .section02 .section_wrap .slick-list,
.con_wrap .section03 .section_wrap .slick-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.con_wrap .section02 .section_wrap .slick-slide, 
.con_wrap .section03 .section_wrap .slick-slide {
    margin-right: 0.2%;
    /* box-shadow: 9px 5px 10px 0 rgb(236 236 236 / 90%); */
}
.shop_box_wrap {
    position: relative;
}
.shop_box_wrap .slick-dots {
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	white-space:nowrap;
}
.shop_box_wrap .slick-dots li {
    float: left;
    padding: 0 3px;
}
.shop_box_wrap .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #bfbfbf;
    border-radius: 50%;
    border: none;
    opacity: 0.4;
}
.shop_box_wrap .slick-dots .slick-active button {
    opacity: 0.8 !important;
    width: 18px;
    border-radius: 5px;
    transition: 0.3s;
}

.con_wrap section .section_wrap .shop_box .shop_img img {
    border-radius: 0.5rem 0.5rem 0 0;
    width: 100%;
	height: 150px;
}
.con_wrap section .section_wrap .shop_box .shop_txt {
    padding: 10px;
	height: 83px;
	border: 1px solid #ddd;
    /* border-top: 0px; */
}
.con_wrap section .section_wrap .shop_box .shop_txt::after {
    clear: both; content: ""; display: block;
}
.con_wrap section .section_wrap .shop_box .shop_txt a {
    display: block;
}
.con_wrap section .section_wrap .shop_box .shop_txt a h3 {
    font-size: 1.3em;
    display: inline-block;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con_wrap section .section_wrap .shop_box .shop_txt a p {
    font-size: 1.1em;
    color: #666;
    display: block;
}
.con_wrap section .section_wrap .shop_box .shop_txt a p span {
    font-weight: 300;
    padding-right: 5px;
}
.con_wrap section .section_wrap .shop_box .shop_txt a p .span0 {
    padding-left: 20px;
    position: relative;
}
.con_wrap section .section_wrap .shop_box .shop_txt a p .span0::before {
    content: "";
    display: block;
    background: url(../images/loca_icon.png) no-repeat center;
    width: 14px;
    height: 14px;

    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.con_wrap section .section_wrap .shop_box .shop_txt a p .span1 {
    padding-left: 20px;
    position: relative;
}
.con_wrap section .section_wrap .shop_box .shop_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 section .section_wrap .shop_box .shop_txt a p span b {
    font-weight: 300;

    position: relative;
}
.con_wrap section .section_wrap .shop_box .shop_txt .span4 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.con_wrap section .section_wrap .shop_box .shop_txt .span4 b {
    padding-left: 8px;
}
.con_wrap section .section_wrap .shop_box .shop_txt .span4 b::before {
    content: "#";
    display: block;
    font-size: 1.1em;
    position: absolute;
    left: 0; top: 0;
}
.con_wrap section .section_wrap .shop_box .shop_txt a strong {
    display: block;
    text-align: right;
    font-size: 1.4em;
    font-weight: bold;
    /* padding-top: 10px; */
}
.con_wrap section .section_wrap .shop_box .shop_txt a strong span {
    font-size: 0.73em;
    font-weight: 500;
    padding: 5px 3px 0 0;
    color: #6b6b6b;
}


.con_wrap .section04 .section_wrap .shop_txtList {
    padding-bottom: 10px;
}
.con_wrap .section04 .section_wrap .shop_txtList > li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.con_wrap .section04 .section_wrap .shop_txtList li a::after {
    clear: both; content: ""; display: block;
}
.con_wrap .section04 .section_wrap .shop_txtList li a h3 {
    font-size: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con_wrap .section04 .section_wrap .shop_txtList li a h3 span {
    font-weight: 300;
}
.con_wrap .section04 .section_wrap .shop_txtList li a h3 span b {
    padding-right: 5px;
}
.con_wrap .section04 .section_wrap .shop_txtList li a p {
    font-size: 1.1em;
    color: #666;

    float: left;
    width: 26%;
}
.con_wrap .section04 .section_wrap .shop_txtList li a p span {
    font-weight: 300;
    padding-right: 5px;
}
.con_wrap .section04 .section_wrap .shop_txtList li a p .span1 {
    padding-left: 20px;
    position: relative;
}
.con_wrap .section04 .section_wrap .shop_txtList li 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 .section04 .section_wrap .shop_txtList li a p span b {
    font-weight: 300;
}
.con_wrap .section04 .section_wrap .shop_txtList li a strong {
    float: right;
    font-size: 1.4em;
    font-weight: bold;
}
.con_wrap .section04 .section_wrap .shop_txtList .therapist::after {
    clear: both; content: ""; display: block;
}
.con_wrap .section04 .section_wrap .shop_txtList .therapist {
    float: left;
    width: 74%;
}
.con_wrap .section04 .section_wrap .shop_txtList .therapist li {
    float: left;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;

    position: relative;
}
.con_wrap .section04 .section_wrap .shop_txtList .therapist li::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #ddd;

    position: absolute;
    right: 0; top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.con_wrap .section04 .section_wrap .shop_txtList .therapist .color01 {
    color: #ff96bb;
}
.con_wrap .section04 .section_wrap .shop_txtList .therapist .color02 {
    color: #49f558;
}
.con_wrap .section04 .section_wrap .shop_txtList .therapist .color03 {
    color: #2da8fa;
}
.con_wrap .section04 .section_wrap .shop_txtList .therapist .color04 {
    color: #eeca00;
}
.con_wrap .section04 .section_wrap .shop_txtList .therapist .color05 {
    color: #ff6a6a;
}
.con_wrap .section04 .section_wrap .shop_txtList .therapist .color06 {
    color: #009b40;
}
.con_wrap .section04 .section_wrap .shop_txtList .therapist .color07 {
    color: #ff44ab;
}
.con_wrap .section04 .section_wrap .shop_txtList .therapist .color08 {
    color: #067e42;
}

.con_wrap .section05 .section_wrap .area_select ul::after {
    clear: both; content: ""; display: block;
}
.con_wrap .section05 .section_wrap .area_select {
    position: relative;
}
.con_wrap .section05 .section_wrap .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: 7px; left: -12px;
}
.con_wrap .section05 .section_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: 7px; left: 98%;
}
.con_wrap .section05 .section_wrap .area_select .area_list li {
    float: left;
    font-size: 1.2em;
    text-align: center;
    border-right: 1px solid #ddd;
}
.con_wrap .section05 .section_wrap .area_select .area_list li a{
    display: block;
    padding: 8px 0;
}
.con_wrap .section05 .section_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 .section05 .section_wrap .area_select .area_list li.on {
    background: #da4c3a;
    color: #fff;
}



.con_wrap .section05 .section_wrap .shop_boxList_wrap {
    margin-top: 15px;
}
.con_wrap .section05 .section_wrap .shop_boxList:not(:last-child) {
    /* margin-bottom: 5px; */
    border-bottom: 1px solid #ddd;
	padding: 10px 0px;
}

.con_wrap .section05 .section_wrap .shop_boxList:last-child {
    /* margin-bottom: 5px; */
    /* border-bottom: 1px solid #ddd; */
	padding: 10px 0px;
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt {
    padding: 6px 0;
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt a h3 {
    font-size: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt a h3 span {
    font-weight: 300;
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt a h3 span b {
    padding-right: 5px;
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt a p {
    font-size: 1.1em;
    color: #666;
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt a p span {
    font-weight: 300;
    padding-right: 5px;
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt a p .span1 {
    padding-left: 20px;
    position: relative;
}
.con_wrap .section05 .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 .section05 .section_wrap .shop_boxList .s_boxList_txt2  .span1 {
    padding-left: 20px;
    position: relative;
}
.con_wrap .section05 .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 .section05 .section_wrap .shop_boxList .s_boxList_txt a p .span3 {
    margin-top: 10px;
    color: #999;
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt a p .span4 {
    font-weight: 500;
    color: #999;
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt a p .span5 {
    display: block;
    text-align: right;
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt a p .span5 b {
    position: relative;
    padding-left: 8px;
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt a p .span5 b::before {
    content: "#";
    display: block;
    font-size: 1.1em;

    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt a p span b {
    font-weight: 300;
}
.con_wrap .section05 .section_wrap .shop_boxList .s_boxList_txt a strong {
    float: right;
    font-size: 1.4em;
    font-weight: bold;
}

/* 고정 메뉴버튼 */
.con_wrap .fix_btn {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    height: 60px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 99;

    position: fixed;
    bottom: 0;
}
.con_wrap .fix_btn ul::after {
    clear: both; content: ""; display: block;
}
.con_wrap .fix_btn ul li {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 30px;
    font-size: 1.15em;

    position: relative;
}
.con_wrap .fix_btn ul li dl {
    margin: 0;
}
.con_wrap .fix_btn ul li dl dt {
    margin: 0 auto;
    width: 24px;
    height: auto;
}
.con_wrap .fix_btn ul li dl dt img {
    width: 100%;
}
.con_wrap .fix_btn ul li a,
.con_wrap .fix_btn ul li a span {
    display: block;
}

/* 푸터 */
.footer {
    padding: 0 0 80px 0;
}
.footer .footer_in  {
    text-align: center;
    color: #999;
}
.footer .footer_in div a {
    padding: 3px;
    color: #333;
	display: inline-block;
}
.footer .footer_in .ft_noti {
    margin-top: 10px;
}


.copy_hide {
  padding: 0.7rem 0 0;
  color: #707070;
  line-height: 1.4rem;
  text-align: center; }

.copy_hide .copy0 {
  cursor: pointer; }

.copy_hide .copy0 span {
  position: relative; }

.copy_hide .copy0 span:after {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  background: url("../images/arr_down_b.svg") no-repeat center;
  background-size: 1.4rem;
  position: absolute;
  top: 100%;
  margin-top: -1.2rem;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.copy_hide .copy1 {
  /* margin-top: 1.5rem; */
  display: none; }

.copy_hide.copy_open .copy1 {
  display: block; }

.copy_hide.copy_open .copy0 span:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.copy_close,
.copy_more {
  text-align: center;
  color: #909090;
  margin-top: 0.5rem; }

.footer .footer_in .midline {
  display: inline-block;
  width: 1px;
  height: 0.8rem;
  background: #ddd;
  margin: 0 0.5rem; }



/* 개인정보처리방침 */
.abox:not(.m0) {
    font-size: 1.1em;
}
.abox .m0 {
    word-break: break-all;
}
.abox .txt {
    margin-top: 2rem;
    line-height: 2em;
}
.abox .m1 {
    font-size: 1.15em;
}
.abox .m2,
.abox .m4 {
    font-weight: 300;
}









/* 반응형 */
/************************************************************************************************/
@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;
    }
	.main_search.main_content {transform:translate(-50%, -60%);}
	
	.con_wrap .fix_btn{
		max-width:100%;
	}
	
}
@media screen and (max-width: 480px) {

    /* 콘텐츠 */
    .con_wrap section .section_wrap .s_info_title .more_view {
        float: none;
        text-align: right;
    }
}

.swiper-slide a{
    height: 30px;
    line-height: 200%;
    border-radius: 5px;
}

.swiper-slide a.on{
    height: 30px;
    line-height: 200%;
    border-radius: 5px;
}

@media screen and (max-width: 400px) {

	.con_wrap section .section_wrap .shop_box .shop_txt a p {
		width: 100%;
	}  
	.con_wrap section .section_wrap .shop_box .shop_txt a strong.price1{
		float: left!important;
		margin-top: 3px;
	}
	.con_wrap section .section_wrap .shop_box .shop_txt a strong.price2{
		font-size: 1.2em;
	}	
}