/* BASIC css start */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
/* ==================================================
   MOBILE QUICK MENU - FINAL
================================================== */

.quick_area{
    position:fixed;
    right:14px;

    bottom:calc(
        var(--basic-bottom-height) +
        env(safe-area-inset-bottom) +
        16px
    );

    z-index:9997;
}

.quick_box ul{
    display:flex;
    flex-direction:column;
    align-items:flex-end;

    gap:9px;

    margin:0;
    padding:0;

    list-style:none;
}

/* 공통 버튼 */
.quick_box ul li{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;

    width:54px;
    height:54px;

    margin:0;
    padding:0;

    overflow:hidden;

    border:0;
    border-radius:50%;

    box-shadow:0 4px 12px rgba(0,0,0,.14);

    box-sizing:border-box;

    transition:
        transform .15s ease,
        box-shadow .2s ease;
}

.quick_box ul li:active{
    transform:scale(.95);
}

/* 링크 / 버튼 */
.quick_box ul li > a,
.quick_box ul li > button{
    display:flex;
    align-items:center;
    justify-content:center;

    width:100%;
    height:100%;

    margin:0;
    padding:0;

    border:0;
    border-radius:50%;

    background:transparent;

    -webkit-tap-highlight-color:transparent;
}

/* 카카오 */
.quick_box .quick_kakao{
    background:#fae300;
}

/* 네이버 */
.quick_box .quick_naver{
    background:#36b044;
}

/* TOP */
.quick_box .btn_up{
    background:#9b958f;
}

/* 카카오 / 네이버 / TOP 이미지 */
.quick_box .quick_kakao img,
.quick_box .quick_naver img,
.quick_box .btn_up img{
    display:block;

    width:50px;
    height:50px;

    margin:0;
    padding:0;

    object-fit:contain;
    border-radius:50%;
}

/* 상담예약 */
.quick_box .quick_reserv{
    width:130px !important;
    height:54px !important;

    background:#57320a !important;
    border-radius:999px !important;

    overflow:hidden;
}


/* 상담예약 버튼 */
.quick_box .quick_reserv .reserv_call{
    position:static !important;

    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;

    gap:6px;

    width:100% !important;
    min-width:0 !important;
    height:100% !important;

    margin:0 !important;
    padding:0 16px !important;

    color:#fff !important;
    background:#57320a !important;

    border:0 !important;
    border-radius:999px !important;

    transform:none !important;

    font-family:'Pretendard', sans-serif;
    cursor:pointer;
}


/* 캘린더 */
.quick_box .quick_reserv .material-icons{
    display:block;

    margin:0;

    color:#fff;

    font-size:20px;
    line-height:1;
    font-weight:300;
}


/* 상담예약 텍스트 */
.quick_box .quick_reserv .quick_label{
    display:block;

    margin:0;

    color:#fff;

    font-family:'Pretendard', sans-serif;
    font-size:16px;
    font-weight:600;
    margin-left:5px;
    line-height:1;

    letter-spacing:-.4px;
    white-space:nowrap;
}

/* 작은 화면 */
@media(max-width:360px){

    .quick_area{
        right:11px;
    }

    .quick_box .quick_kakao,
    .quick_box .quick_naver,
    .quick_box .btn_up,
    .quick_box .quick_kakao img,
    .quick_box .quick_naver img,
    .quick_box .btn_up img{
        width:46px;
        height:46px;
    }

    .quick_box .quick_reserv{
        width:120px !important;
        height:46px !important;
    }

    .quick_box .quick_reserv .reserv_call{
        width:100% !important;
        min-width:0 !important;
        height:46px !important;
    }

    .quick_box .quick_reserv .material-icons{
        font-size:19px;
    }

    .quick_box .quick_reserv .quick_label{
        font-size:13px;
    }
}

.quick_box .ico_qcart img{position:relative;z-index:1;}
.quick_box .ico_qcart .cart_num{font-family: 'Pretendard', sans-serif;
    position: absolute;
    right:3px;
    top:6px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 9px;
    color: #fff;
    background: #c3b6ab;
    text-align: center;
    font-weight: 400;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;z-index:2;}


/* 전체메뉴  */
html.expand{}
html.expand #wrap {height:100%;}
html.expand #container {position:relative;z-index:-1;overflow:hidden;}
html.expand #btnFoldLayout { z-index: 9999998 !important; }
html.expand #aside_allmenu { opacity:1;filter:alpha(opacity=100);
transform:translate3d(-12%, 0, 0);transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;z-index:9999999 !important;
}

/* aside_allmenu */
#aside_allmenu {
opacity:0;filter:alpha(opacity=0);
position:fixed;
top: 0;
right: 0;
bottom: 0;
width:90%;
transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;
transform: translate3d(-120%, 0, 0);
/*overflow:hidden;*/
overflow-x: hidden;
overflow-y: auto;
padding:25px 25px 40px;
background:#fff;
z-index:-1;box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}


#aside_allmenu .btnClose{
    position: absolute;
    right:20px;
    top:20px;
    width:20px;
    height:20px;
    cursor: pointer;
    z-index:2;
}
#aside_allmenu .btnClose::before, #aside_allmenu .btnClose::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #201f1e;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#aside_allmenu .btnClose::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#btnFoldLayout {
    display:none; position:fixed; left:0; top:0; right:0; bottom:0; width:100%; height:100%; /*opacity:0;*/
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0); and -webkit-focus-ring-color:rgba(0, 0, 0, 0);
    background:#efedea;
}

.asideutill_box{padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid #e5e5e5;font-size:14px;line-height:14px;color:#a2a2a2;letter-spacing:-0.5px;}
.asideutill_box a{font-size:14px;line-height:14px;color:#a2a2a2;letter-spacing:-0.5px;}


.allmenu_box dt{color:#201f1e;font-size:14px;line-height:14px;letter-spacing:-0.5px;padding:0 0 25px;font-weight:500;}
.allmenu_box ul{}
.allmenu_box ul li{margin-top:10px;}
.allmenu_box ul li a{font-family:'Pretendard', sans-serif;color:#fff;font-size:13px;line-height:13px;letter-spacing:-0.5px;font-weight:400;opacity:0.9;filter:alpha(opacity=90);}

.allmenu_box dl.menu_active{}
.allmenu_box dl.menu_active dt{font-family:'Pretendard', sans-serif;font-size:14px;position:relative;padding:12px 0;display:block;background: url("//dainpark06.cafe24.com/sunny/images/ico_basketup.png") no-repeat 100% 50%;background-size: 8px 8px;}
.allmenu_box dl.menu_active.active dt{background: url("//dainpark06.cafe24.com/sunny/images/ico_basketdown.png") no-repeat 100% 50%;background-size:8px 8px;}
.allmenu_box dl.menu_active dt a{color: #201f1e;}
.allmenu_box dl.menu_active dd{display:none;}
.allmenu_box dl.menu_active dd ul{overflow:hidden;margin-top:-5px;padding-bottom:20px;}
.allmenu_box dl.menu_active dd li{float:left;width:50%;}
.allmenu_box dl.menu_active dd a{display:block;font-family:'Pretendard', sans-serif;font-size:12px;line-height:20px;color:#201f1e;}
.allmenu_box dl.menu_active dd a > span{font-size:10px;line-height:18px;color:#b9633d;vertical-align:top;}

.allmenu_box dl.menu{}
.allmenu_box dl.menu dt{font-family:'Pretendard', sans-serif;font-size:14px;position:relative;padding:12px 0;display:block;}
.allmenu_box dl.menu dt a{color:#201f1e;font-size:14px;line-height:14px;letter-spacing:-0.5px;font-weight:500;}


.allmenu_box2{padding:27px 0;margin:15px 0 20px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.allmenu_box2 .aside_title{color:#fff;font-size:14px;line-height:14px;letter-spacing:-0.5px;padding:0 0 25px;font-weight:500;}
.allmenu_box2 .item{margin:0 0.2%;outline:0;}
.allmenu_box2 .item a{outline:0;}
.allmenu_box2 .img img{width:100%;}
.allmenu_box2 .txt{color:#fff;font-size:12px;line-height:12px;padding-top:18px;letter-spacing:-0.5px;}

.asideslide_box ul{position:relative; overflow-y:hidden; overflow-x:auto;padding:0 2% 0 0;font-size:0; white-space: nowrap; -webkit-overflow-scrolling:touch; overflow-scrolling:touch; z-index:1;}
.asideslide_box ul::-webkit-scrollbar {display: none; width: 0 !important; height: 0 !important; background-color: transparent}
.asideslide_box li{display:inline-block;width:50%;margin-left:2%;}
.asideslide_box li:first-child{margin-left:0;}


.asideslide_box{width:100.4%;margin:0 -0.2%;}
.asideslide_area .prev, .asideslide_area .next{display:none !important;}
.asideslide_area .slick-dots{position:absolute;right:0;top:-33px;text-align:right;}
.asideslide_area .slick-dots li{display:inline-block;margin-left:10px;}
.asideslide_area .slick-dots li button{display:inline-block;width:6px;height:6px;border-radius:100%;background:rgba(255,255,255,.6);text-indent:-999em;outline:0;border:0;}
.asideslide_area .slick-dots li.slick-active button{background:rgba(255,255,255,1);}

.allmenu_box3{padding:27px 0 22px;border-top:1px solid #e5e5e5;}
.allmenu_box3 dl{position:relative;}
.allmenu_box3 dt{color:#201f1e;font-size:14px;line-height:14px;letter-spacing:-0.5px;padding:0 0 20px;font-weight:500;}
.allmenu_box3 .text1{color:#201f1e;font-size:13px;line-height:21px;letter-spacing:-0.5px;}
.allmenu_box3 .text2{font-family:'Pretendard', sans-serif;color:#201f1e;font-size:12px;line-height:21px;letter-spacing:-0.5px;margin-top:6px;}
.allmenu_box3 .text3{position:absolute;right:0;top:-3px;}
.allmenu_box3 .text3 a{font-family:'Pretendard', sans-serif;color:#57320a;font-size:11px;line-height:11px;letter-spacing:-0.5px;text-transform:uppercase;}
.allmenu_box3 .text4{font-family:'Pretendard', sans-serif;color:#201f1e;font-size:13px;line-height:21px;letter-spacing:-0.5px;}
.allmenu_box3 .txt_num1{font-family:'Pretendard', sans-serif;color:#201f1e;font-size:15px;line-height:15px;letter-spacing:0;margin-bottom:12px;}
.allmenu_box3 .txt_num2{font-family:'Pretendard', sans-serif;color:##201f1e;font-size:12px;line-height:21px;letter-spacing:-0.5px;margin-bottom:30px;}
.allmenu_box3 .btn_amsns{overflow:hidden;margin-left:-3%;}
.allmenu_box3 .btn_amsns a{float:left;display:block;position:relative;font-size:12px;color:#57320a;width:47%;height:40px;line-height:37px;margin-left:3%;border:1px solid #57320a;padding-left:12px;box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.allmenu_box3 .btn_amsns .ico_amkakao span{display:block;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:19px;height:18px;background:url("//dainpark06.cafe24.com/sunny/images/ico_amkakao.png") no-repeat 0 0;background-size:19px 18px;}
.allmenu_box3 .btn_amsns .ico_amnaver span{display:block;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:url("//dainpark06.cafe24.com/sunny/images/ico_amnaver.png") no-repeat 0 0;background-size:16px 16px;}

/* sublayout */
.subpagetop_area{position:relative;height:250px;}
.subpagetop_area.bg1{background:url("//dainpark06.cafe24.com/sunny/images/subtabbg_topban1.jpg") no-repeat center center;background-size:cover;/*background-attachment: fixed;*/}
.subpagetop_area.bg2{background:url("//dainpark06.cafe24.com/sunny/images/subtabbg_topban2.jpg") no-repeat center center;background-size:cover;}
.subpagetop_area.bg3{background:url("//dainpark06.cafe24.com/sunny/images/subtabbg_topban3.jpg") no-repeat center center;background-size:cover;}
.subpagetop_area.bg4{background:url("//dainpark06.cafe24.com/sunny/images/subtabbg_topban4.jpg") no-repeat center center;background-size:cover;}
.subpagetop_area.bg5{background:url("//dainpark06.cafe24.com/sunny/images/subtabbg_topban5.jpg") no-repeat center center;background-size:cover;}
.subpagetop_area.bg6{background:url("//dainpark06.cafe24.com/sunny/images/subtabbg_topban6.jpg") no-repeat 60% center;background-size:cover;}
.subpagetop_area.bg7{background:url("//dainpark06.cafe24.com/sunny/images/subtabbg_topban7.jpg") no-repeat center center;background-size:cover;}
.subpagetop_area.bg8{background:url("//dainpark06.cafe24.com/sunny/images/subtabbg_topban8.jpg") no-repeat center center;background-size:cover;}
.subpagetop_area .title{position:absolute;top:50%;transform:translateY(-190%);width:100%;font-family:'Pretendard', sans-serif;color:#fff;font-size:16px;line-height:20px;font-weight:500;letter-spacing:2px;text-transform:uppercase;text-align:center;}
.subpagetop_area .tab_subpage{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;}
.subpagetop_area .tab_subpage ul{
    display:flex;
    flex-wrap:wrap;
    margin:0;
    padding:0;
}

.subpagetop_area .tab_subpage li{
    float:none;
    width:25%;
}
/* 마지막 줄 3개 균등 배치 */
.subpagetop_area .tab_subpage li:nth-last-child(-n+3){
    width:33.333%;
}
.subpagetop_area .tab_subpage li a{font-family: 'Pretendard', sans-serif;display:block;width:100%;height:40px;line-height:37px;text-align:center;font-size:12px;color:#fff;letter-spacing:-1px;border:1px solid rgba(255, 255, 255, .1);/*border:1px solid #4d4744;*/border-bottom:0;border-left:0;box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.subpagetop_area .tab_subpage li:first-child a{border-left:1px solid rgba(255, 255, 255, .1);/*border-left:1px solid #4d4744;*/}
.subpagetop_area .tab_subpage li a span{position:relative;}
.subpagetop_area .tab_subpage li a span:after{display:none;}
.subpagetop_area .tab_subpage li.on a{color:#201f1e;background:#fff;border:1px solid #fff;border-bottom:0;border-left:0;}
.subpagetop_area .tab_subpage li.on a span:after{content:"";position:absolute;right:-5px;top:1px;display:none;width:4px;height:4px;border-radius:100%;background:#201f1e;}

.subpagetitle_box{font-family: 'Pretendard', sans-serif;color:#201f1e;font-size:19px;line-height:24px;letter-spacing:-1px;text-align:center;padding:15% 0;font-weight:600;}

.title_subpage{position:relative;margin:0 auto 30px;}
.title_subpage h2{font-family:'Pretendard', sans-serif !important;
    font-size: 19px;
    font-weight:500!important;
    line-height: 16px;
    margin-top:70px;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;}
.title_subpage2{position:relative;margin:0 auto 30px;}
.title_subpage2 h2{font-family: 'Pretendard', sans-serif;color:#201f1e;font-size:17px;line-height:17px;margin-top:70px;font-weight:400;letter-spacing:-1px;text-transform:uppercase;text-align: center;}


/*동영상*/
.media_wrap { position: relative; overflow: hidden; }
.media_wrap:before { content: ''; display: block; position: absolute; z-index: 4; top: 0; left: 0; width: 100%; height: 100%; }
.media_wrap:after { content: ''; display: block; padding-top: 56.25%; }
.media_wrap.wide:after { padding-top: 42.2%; }
.media_wrap.media_wrap2:after { content: ''; display: block; padding-top:42.2%; }
.media_wrap .controller { display: block; position: absolute; z-index: 5; }
.media_wrap > div.media,
.media_wrap iframe { position: absolute; z-index: 3; top: 0; left: 0; width: 100%; height: 100%;transform: translate(0,0) !important; }

.media_wrap .controller {
    right:10px;
    bottom:10px;
    width:30px;
    height:30px;
    opacity: 0.6;
    background-image: url("//dainpark06.cafe24.com/sunny/images/media_vol_mute.png");
    background-size: 100%;
    cursor: pointer;
}
.media_wrap .controller.active {
    opacity: 0.9;
    background-image: url("//dainpark06.cafe24.com/sunny/images/media_vol_on.png");
}


/* 다찾다 자동완성*/
.search-auto-complete-list { display:none; z-index:1; position:absolute; top:43px; left:0; width:100%; line-height:14px; background:#fff; box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%); }
.search-auto-complete-list ul { width:100%; padding:8px 5px 10px 5px; border-bottom:1px solid #ddd; display: flex; flex-wrap: wrap;}
.search-auto-complete-list ul li { text-align:center; margin: 3px; }
.search-auto-complete-list ul li a { display:block; padding:8px 14px; color:#000; border: 1px solid #eee; border-radius: 10px; background:none; font-family:'Pretendard', sans-serif; font-size:11px; letter-spacing:-1px; } 
.search-auto-complete-list ul li a strong { color:#ab3e41; }
.search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.search-auto-complete-list ul li a:hover span {}
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }


/* 다찾다 검색 파인더 - 레이어 */
#allfinder-ctr { z-index: 100; position: fixed; right:0; bottom:50%; }
#allfinder-ctr a { display:block; width:77px; height:64px; background:url('/images/common/allfinder_ctrl_mo.png') no-repeat 0 0; background-size:100% 100%; border:none; outline:none; font-size:0; }

.all-finder-layer { z-index:200; position:fixed; top:0; left:0; width:100%; height:100%; background:#fff; overflow-y:auto; }
.all-finder-layer .finder-hd { z-index:1; position:fixed; top:0; left:0; width:100%; height:60px; border-bottom:1px solid #e7e7e7; background:#fff; }
.all-finder-layer .finder-hd .fa-close { position:absolute; top:17px; right:10px; font-size:26px; color:#000; }
.all-finder-layer .finder-hd .finder-tit { height:60px; line-height:60px; padding:0 10px; font-size:16px; font-weight:bold; color:#000; letter-spacing:-2px; }
.all-finder-layer .finder-search { position:relative; margin:0 10px 20px; border:2px solid #000; border-radius:3px; }
.all-finder-layer .finder-search .fa-search { display: inline-block; width: 40px; height: 42px; line-height: 42px; text-align: center; font-size: 18px; }
.all-finder-layer .finder-search .txt-input { width:85%; height:42px; line-height:42px; margin:0; padding:0; font-size:14px; outline:none; border:none; color: #000; vertical-align:top; letter-spacing:-1px; }
.all-finder-layer .finder-search .txt-input::-webkit-input-placeholder { color:#b1b1b1; }
.all-finder-layer .finder-search dd { background:#FFF; }
.all-finder-layer .finder-opt { padding:60px 0 55px; color:#000; }
.all-finder-layer .finder-opt dl dt { position:relative; height:53px; line-height:53px; padding:0 10px; border-top:1px solid #e7e7e7; font-size:14px; font-weight:bold; color:#000; letter-spacing:-1px; }
.all-finder-layer .finder-opt dl dt .fa { position:absolute; top:50%; right:10px; margin-top:-13px; font-size:25px; color:#b2b2b2; }
.all-finder-layer .finder-opt dl dt > .finder-tooltip-btn { display:inline-block; width:20px; height:20px; line-height:20px; margin-top:0; border:1px solid #cecece; border-radius:20px; color:#666; font-size:11px; background:#fff; text-align:center; outline:none; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer { display:none; position:absolute; top:43px; left:10px; width:70%; padding:0 15px 11px; border:1px solid #000; background:#fff; text-align:left; font-weight:normal; color:#000; z-index:1 }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-btn-close { display:inline-block; position:absolute; top:10px; right:14px; margin:0; font-size:19px; color:#000; outline:none; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-layer-tit { padding:13px 0; border-bottom:1px solid #e5e5e5; font-size:14px; font-weight:bold; line-height:14px; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-layer-cnt { padding-top:13px; line-height:1.5; font-size:13px; }
.all-finder-layer .finder-opt dl dd { display:none; padding:10px 5px 0; border-top:1px solid #e7e7e7; background:#f4f4f4; font-size:0; }
.all-finder-layer .finder-opt dl dd label { display:inline-block; width:33.3333%; text-align:center; line-height:18px;}
.all-finder-layer .finder-opt .finder-color label { width:12.5%; }
.all-finder-layer .finder-opt .finder-price .finder-price-input { padding:0 5px 10px; text-align:right; font-size:12px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input:after { clear: both; content: ""; display: block; }
.all-finder-layer .finder-opt .finder-price .finder-price-input span { float:left; display:inline-block; height:34px; line-height:34px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label { display: inline-block; width: 33%; padding: 0 8px; border: 1px solid #ccc; border-radius:3px; color: #666; background:#fff; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label .txt-input { display: inline-block; width: 84%; height: 32px; line-height: 32px; padding: 0; border: none; background: none; color: #000; outline:none; text-align:right; }
.all-finder-layer .finder-opt .finder-child-category { padding:0; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category { padding:15px; margin-bottom:9px; border-bottom:1px solid #e7e7e7; font-size:14px; font-weight:bold; color:#9a9a9a; background:#fff; word-break:break-all; letter-spacing:-1px; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .pd-2px { padding:0 2px; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fc-black { color:#000; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fa { margin-left:2px; color:#000; }
.all-finder-layer .finder-btn-c { z-index:1; position:fixed; bottom:0; left:0; width:100%; height:55px; text-align: center; font-size:0; }
.all-finder-layer .finder-btn-c a.reset { display: inline-block; width: 30%; height: 55px; line-height: 55px; background: #999; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: 1px; border:none; }
.all-finder-layer .finder-btn-c button { display: inline-block; width: 70%; height: 55px; line-height: 55px; background: #000; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: -0.5px; border:none; }
.all-finder-layer .finder-btn-c button span.fa-search { margin-right:5px; margin-top:-2px; vertical-align:middle; font-size:0.750em; }
.all-finder-layer .finder-btn-c button span.finder-count { display:inline-block; color:#ffd800; font-size:18px; vertical-align:middle; }

.all-finder-layer .finder-opt .finder-options { display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:80%; height:22px; padding: 5px 5%; line-height:22px; border: 1px solid #ccc; word-break:break-all; border-radius: 20px; background:#fff; color:#000; text-align:center; font-size:12px; }
.all-finder-layer .finder-opt .finder-options.on { font-weight: bold; border: 1px solid #000; box-shadow:2px 2px 3px #d2d2d2; }
.all-finder-layer .finder-opt .finder-option-color em { display: inline-block; width: 33px; height: 33px; border-radius:20px; font-size:0; vertical-align:middle; }
.all-finder-layer .finder-opt .finder-option-color.color-picker { width:33px; height:33px; padding: 0; border: none; } 
.all-finder-layer .finder-opt .finder-option-color.color-picker .fa-check { display:none; width:33px; height:33px; margin-top:-25px; color:#fff; text-align:center; font-size:16px; }
.all-finder-layer .finder-opt .finder-option-color.color-picker.on .fa-check { display:block; }
.all-finder-layer .finder-opt .finder-option-color.color-picker.on.finder-option-color-white .fa-check { color:#000; }

.finder-option-color.finder-option-color-black em { background-color: #000; }
.finder-option-color.finder-option-color-white em { background-color: #FFF; width: 20px; height: 20px; border: 1px solid #e5e5e5; }
.finder-option-color.finder-option-color-gray em { background-color: #808080; }
.finder-option-color.finder-option-color-beige em { background-color: #e5d0b2; }
.finder-option-color.finder-option-color-brown em { background-color: #aa6810; }
.finder-option-color.finder-option-color-navy em { background-color: #425583; }
.finder-option-color.finder-option-color-blue em { background-color: #0000ff; }
.finder-option-color.finder-option-color-light-blue em { background-color: #62acff; }
.finder-option-color.finder-option-color-red em { background-color: #ff0000; }
.finder-option-color.finder-option-color-orange em { background-color: #ffa500; }
.finder-option-color.finder-option-color-yellow em { background-color: #ffff00; }
.finder-option-color.finder-option-color-pink em { background-color: #ffc0cb; }
.finder-option-color.finder-option-color-purple em { background-color: #800080; }
.finder-option-color.finder-option-color-jaju em { background-color: #a63f7f; }
.finder-option-color.finder-option-color-khaki em { background-color: #2f5e2f; }
.finder-option-color.finder-option-color-green em { background-color: #008000; }
.finder-option-color.finder-option-color-light-green em { background-color: #72dd95; }
.finder-option-color.finder-option-color-silver em { background-color: #dfdfdf; }
.finder-option-color.finder-option-color-gold em { background-color: #cfbc4e; }
.finder-option-color.finder-option-color-apricot em { background-color: #fbceb1;  }

.all-finder-layer .search-auto-complete-list { display:none; z-index:1; position:absolute; top:43px; left:0; width:100%; line-height:14px; background:#fff; box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%); }
.all-finder-layer .search-auto-complete-list ul { width:100%; padding:8px 5px 10px 5px; border-bottom:1px solid #ddd; display: flex; flex-wrap: wrap;}
.all-finder-layer .search-auto-complete-list ul li { text-align:center; margin: 3px; }
.all-finder-layer .search-auto-complete-list ul li a { display:block; padding:8px 14px; color:#000; border: 1px solid #eee; border-radius: 10px; background:none; font-family:'malgun gothic'; font-size:11px; letter-spacing:-1px; } 
.all-finder-layer .search-auto-complete-list ul li a strong { color:#ab3e41; }
.all-finder-layer .search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.all-finder-layer .search-auto-complete-list ul li a:hover span {}
.all-finder-layer .search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }








/*

/* =========================================================
   BASIC MOBILE HEADER - CLEAN VERSION
   MakeShop mobile header / inline search / reservation modal
========================================================= */

:root {
    --basic-bg: #ffffff;
    --basic-text: #171717;
    --basic-muted: #8e8e8e;
    --basic-line: #ecebe8;
    --basic-soft: #f5f4f1;
    --basic-point: #6a3f12;
    --basic-header-height:106px;
}

/* ---------- Header shell ---------- */
#sunny_header.mobile-header {
    position: relative;
    width: 100%;
    height: auto;
    background: var(--basic-bg);
    border-bottom: 1px solid var(--basic-line);
    z-index: 9999;
    font-family: 'Pretendard', sans-serif;
    box-sizing: border-box;
}

#sunny_header.mobile-header * {
    box-sizing: border-box;
}

#sunny_header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: var(--basic-header-height);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

#sunny_header.fixed .header-primary,
#sunny_header.fixed .header-category{
    background:rgba(255,255,255,.94);
    -webkit-backdrop-filter:blur(16px);
    backdrop-filter:blur(16px);
}

.sunny-header-spacer {
    width: 100%;
    height: var(--basic-header-height);
}

/* ---------- First row : logo + search + cart ---------- */

#sunny_header .header-primary{
    position:relative;

    display:flex;
    align-items:center;

    width:100%;
    height:58px;

    padding:0 15px;

    gap:12px;

    background:#fff;
}


/* 로고 */
#sunny_header .header-primary .logo{
    position:static;

    flex:0 0 auto;

    margin:0;

    line-height:0;

    transform:none;
}

#sunny_header .header-primary .logo a,
#sunny_header .header-primary .logo img{
    display:block;
}

#sunny_header .header-primary .logo img{
    width:auto;
    height:18px;
}


/* 검색 영역 */
#sunny_header .header-search-inline-wrap{
    flex:1 1 auto;

    min-width:0;

    margin:0;
}

#sunny_header .header-search-inline-wrap > form{
    display:block;

    width:100%;

    margin:0;
    padding:0;
}


/* 장바구니 */
#sunny_header .header-utils{
    position:relative;

    display:flex;
    align-items:center;

    flex:0 0 auto;

    width:auto;

    margin:0;

    z-index:2;
}

#sunny_header .header-icon-btn{
    position:relative;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    flex:0 0 34px;

    width:34px;
    height:40px;

    margin:0;
    padding:0;

    color:var(--basic-text);

    background:transparent;

    border:0;
}

#sunny_header .ico_utcart{
    float:none;
    margin:0;
    vertical-align:middle;
}

#sunny_header .ico_utcart .txt {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: auto;
    height: 16px;
    padding: 0 4px;
    color: #fff;
    background: var(--basic-point);
    border: 2px solid #fff;
    border-radius: 999px;
    font-family: 'Pretendard', sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 12px;
}



/* =========================================
   PC STYLE MOBILE SEARCH
========================================= */

#sunny_header .header-inline-search{
    position:relative;
    display:block;

    width:100%;
    height:36px;

    padding:0 38px 0 12px;

    overflow:visible;

    background:#fff;

    border:1px solid #222;
    border-radius:0;

    box-sizing:border-box;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}

#sunny_header .header-inline-search:focus-within{
    background:#fff;
    border-color:#57320a;
    box-shadow:0 0 0 2px rgba(87,50,10,.08);
}

#sunny_header .header-inline-search .MS_search_word,
#sunny_header .header-inline-search input[type="text"],
#sunny_header .header-inline-search input[type="search"]{
    display:block !important;

    width:100% !important;
    height:34px !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;
    outline:0 !important;
    background:transparent !important;

    font-family:'Pretendard', sans-serif !important;
    font-size:12px !important;
    line-height:34px !important;
    font-weight:400 !important;

    color:#222 !important;

    box-sizing:border-box;
}

#sunny_header .header-inline-search .MS_search_word::placeholder,
#sunny_header .header-inline-search input::placeholder{
    color:#aaa !important;

    font-family:'Pretendard', sans-serif !important;
    font-size:12px !important;
    font-weight:400 !important;

    opacity:1;
}


/* 검색 버튼 */
#sunny_header .header-inline-search-btn{
    position:absolute;

    top:50%;
    right:10px;

    z-index:3;

    display:block;

    width:17px;
    height:17px;

    margin:0;
    padding:0;

    transform:translateY(-50%);
}

#sunny_header .header-inline-search-btn img{
    display:block;
    width:19px;
    height:auto;
}

/* MakeShop autocomplete */
#sunny_header .header-inline-search .search-auto-complete-list {
    top: 47px;
    left: 0;
    z-index: 10020;
    width: 100%;
    background: #fff;
    border: 1px solid var(--basic-line);
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}


/* ---------- Category row ---------- */
#sunny_header .header-category {
    position: relative;
    width: 100%;
    height: 48px;
    overflow: hidden; /* 화면 바깥 메뉴가 살짝 잘려 보이도록 */
    background: #fff;
    border-top: 1px solid #f5f4f2;
}

#sunny_header .header-category-scroll {
    display: flex;
    align-items: stretch;
    gap: 20px;

    width: 100%;
    height: 48px;

    /* 오른쪽 여백을 없애 다음 메뉴 글자가 걸쳐 보이게 함 */
    padding: 0 0 0 17px;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
}

#sunny_header .header-category-scroll::-webkit-scrollbar {
    display: none;
}

#sunny_header .header-category a {
    position: relative;
    display: inline-flex;
    align-items: center;

    flex: 0 0 auto;
    height: 48px;

    color: #282828;
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.55px;
}

#sunny_header .header-category a.active {
    color: var(--basic-point);
    font-weight: 700;
}

#sunny_header .header-category a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;

    width: 12px;
    height: 2px;

    background: var(--basic-point);
    border-radius: 2px 2px 0 0;

    transform: translateX(-50%);
}

/* Obsolete popup search elements are intentionally disabled */
#sunny_header .header-search-trigger,
#sunny_header .search_popup,
.bg_searchpopup {
    display: none !important;
}

/* ---------- Reservation modal ---------- */
.reserv_dimmed {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.reserv_call_area {
    position: fixed;
    top: 50%;
    left: 1%;
    z-index: 10001;
    width: 98%;
    height: min(720px, 96vh);
    transform: translateY(-50%);
}

.reserv_call_area > .in {
    height: 100%;
}

.reserv_call_area iframe {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 0;
    border-radius: 20px;
    outline: none;
    box-shadow: none;
}

.reserv_call_area .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.reserv_call_area .close::before,
.reserv_call_area .close::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 9px;
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}

.reserv_call_area .close::after {
    transform: rotate(45deg);
}

/* ---------- Existing mobile all-menu support ---------- */
html.expand #wrap { height: 100%; }
html.expand #container { position: relative; z-index: -1; overflow: hidden; }
html.expand #btnFoldLayout { z-index: 9999998 !important; }
html.expand #aside_allmenu {
    opacity: 1;
    transform: translate3d(-12%, 0, 0);
    z-index: 9999999 !important;
}

#aside_allmenu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 90%;
    padding: 25px 25px 40px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    opacity: 0;
    transform: translate3d(-120%, 0, 0);
    transition: all 0.3s ease-in-out;
}

#btnFoldLayout {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(239, 237, 234, 0.92);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#aside_allmenu .btnClose {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#aside_allmenu .btnClose::before,
#aside_allmenu .btnClose::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 1px;
    background: #201f1e;
    transform: rotate(-45deg);
}

#aside_allmenu .btnClose::after { transform: rotate(45deg); }

/* ---------- Responsive ---------- */
@media (max-width: 360px) {
    #sunny_header .header-primary {
        padding-right: 10px;
        padding-left: 10px;
    }


    #sunny_header .header-category-scroll {
        gap: 20px;
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (max-height: 720px) {
    .reserv_call_area {
        top: 1%;
        height: 98%;
        transform: none;
    }
}

/* ==================================================
   MOBILE BOTTOM MENU
================================================== */

:root{
    --basic-bottom-height:64px;
}


/* ---------- 하단바 ---------- */
.mobile-bottom-menu{
    position:fixed;
    right:0;
    bottom:0;
    left:0;

    z-index:9998;

    display:grid;
    grid-template-columns:repeat(5, 1fr);

    width:100%;
    height:calc(
        var(--basic-bottom-height) + env(safe-area-inset-bottom)
    );

    margin:0;
    padding:0 4px env(safe-area-inset-bottom);

    background:rgba(255,255,255,.97);

    border-top:1px solid #e8e6e2;

    box-shadow:
        0 -5px 18px rgba(0,0,0,.055);

    -webkit-backdrop-filter:blur(16px);
    backdrop-filter:blur(16px);

    box-sizing:border-box;
}


/* ---------- 각 메뉴 ---------- */
.mobile-bottom-menu .bottom-menu-item{
    position:relative;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    gap:4px;

    min-width:0;
    width:100%;
    height:64px;

    margin:0;
    padding:0;

    color:#555;
    background:transparent;

    border:0;
    border-radius:0;

    font-family:'Pretendard', sans-serif;

    text-align:center;
    text-decoration:none;

    cursor:pointer;

    -webkit-tap-highlight-color:transparent;

    transition:
        color .2s ease,
        transform .15s ease;
}


.mobile-bottom-menu .bottom-menu-icon{
    display:block;
    height:25px;
    font-size:24px;
    line-height:25px;
    font-weight:300;
    color:inherit;
}

.mobile-bottom-menu .bottom-home .bottom-menu-icon{
    font-size:25px;
}


/* ---------- 텍스트 ---------- */
.mobile-bottom-menu .bottom-menu-label{
    display:block;

    font-family:'Pretendard', sans-serif;

    font-size:10px;
    line-height:1;

    font-weight:500;

    letter-spacing:-.4px;

    color:inherit;
}

#sunny_header .header-icon-btn .material-icons{
    font-size:24px;
    font-weight:300;
}

/* ---------- 홈 약간 강조 ---------- */
.mobile-bottom-menu .bottom-home{
    color:#171717;
}


/* ---------- 선택된 메뉴 ---------- */
.mobile-bottom-menu .bottom-menu-item.is-active{
    color:var(--basic-point);
}

.mobile-bottom-menu .bottom-menu-item.is-active .bottom-menu-label{
    font-weight:700;
}


/* ---------- 터치 효과 ---------- */
.mobile-bottom-menu .bottom-menu-item:active{
    color:var(--basic-point);
    transform:translateY(1px);
}


/* ==================================================
   하단바 때문에 콘텐츠가 가려지지 않도록
================================================== */

body{
    padding-bottom:calc(
        var(--basic-bottom-height) +
        env(safe-area-inset-bottom)
    );
}

/* 특가·혜택 / 전시품 강조 */
#sunny_header .header-category a.mobile-special,
#sunny_header .header-category a.mobile-cutoff{
    color:#b9633d;
    font-weight:700;
}


/* 특가·혜택 - PC처럼 빛 지나가는 효과 */
#sunny_header .header-category a.mobile-special{
    background:linear-gradient(
        110deg,
        #b9633d 0%,
        #b9633d 46%,
        #dcc59a 49%,
        #f1e3c8 50%,
        #dcc59a 51%,
        #b9633d 54%,
        #b9633d 100%
    );

    background-size:300% 100%;
    background-position:100% 0;

    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;

    animation:mobileSpecialShine 3.8s linear infinite;
}


/* 빛 애니메이션 */
@keyframes mobileSpecialShine{

    0%{
        background-position:120% 0;
    }

    90%{
        background-position:-20% 0;
    }

    100%{
        background-position:-20% 0;
    }

}

/* 특가·혜택 활성 상태에서도 브라운 계열 유지 */
#sunny_header .header-category a.mobile-special.active{
    font-weight:700;
}

/* 전시품 활성 상태 */
#sunny_header .header-category a.mobile-cutoff.active{
    color:#b9633d;
    font-weight:700;
}

/* 특가/전시품 활성 밑줄도 브라운 */
#sunny_header .header-category a.mobile-special.active::after,
#sunny_header .header-category a.mobile-cutoff.active::after{
    background:#b9633d;
}

/* =========================================
   Material Icons 강제 적용
========================================= */

.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;

    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga';
}

/* 우측 퀵메뉴 */
.quick_box .material-icons {
    font-family: 'Material Icons' !important;
}

/* BASIC css end */

