@charset "euc-kr";
#m_preview_wrap {display:none;} /* ¹Ì¸®º¸±â ¼û±â±â */
.swiper-container {overflow:hidden;}
/* base */
* {-webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; box-sizing:border-box;}
body {position:relative;font-size:12px;line-height:1.2;color:#000;-webkit-text-size-adjust:none;}
body,input,textarea,select,button,table{font-family: "Red Hat Display",'Pretendard', sans-serif;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,figure{margin:0;padding:0}
h1, h2, h3, h4, h5, h6 {font-weight:normal; font-size:100%; word-break: break-all;}
ul, ol, li {list-style:none;}
fieldset, img {border:none;}
img {vertical-align: middle;}
hr, button img {display:none;}
form, fieldset, legend, label {margin:0; padding:0;}
fieldset{border:0 none;}
fieldset legend {position:absolute; visibility:hidden; overflow:hidden; width:0; height:0; margin:0; padding:0; font:0/0 Arial;}
em,address{font-style:normal;}
input,textarea,select,button,table{font-size:inherit;font-family:inherit;line-height:inherit;color:#3b3b3b;}
label { cursor:pointer; }
table {border-collapse: collapse; border-spacing: 0;}
/* //base */

/* cross */
* html input { margin:-1px 0; } 
*:first-child+html input { margin:-1px 0; }
input.checkbox { width:13px; height:13px; margin-top:-4px; vertical-align:middle;}
/* //cross */

/* a-style */
a {color:#000; text-decoration:none;}
a:hover, a:active {text-decoration:none;}
/* //a-style */
.cboth {clear:both;}
.cboth:after {content:''; display:block; clear:both;}
body.open {overflow:hidden;}
/* °øÅë */
.menu_slide {
    position: fixed;
    top: 0;
    right: -100%;
    bottom:0;
    z-index: 100000;
    height:100%;
    background:#f7f7f7;
    
}

.menu_slide.cart {
    width:100%;
    box-sizing: border-box;
    transition:all 0.3s ease-in-out;
    right:-100%;
}
.menu_slide.cart.open {
    right:0;
}
.menu_slide.cart.open .MS_product {display:block!important; }
.menu_slide iframe {position:relative; width:100%; height: calc((var(--vh,1vh) * 100));}
.menu_slide.cart .cartWrap {
    background: rgba(247, 247, 247, 0.95);
    bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.menu_slide.cart .cartWrap .close_btn {
    position: absolute;
    top: 24px;
    right: 10px;
    font-size: 16px;
    color: #000;
    z-index:1;
}

.menu_slide.cart .cartWrap .cartContent {position: relative; width: 100%;}

#container { max-width:640px; margin:0 auto;}
address, article, aside, figure, footer, header, hgroup, menu, nav, section {display:block;}
caption {font-size:0; height:0;}
input[type="text"], input[type="date"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"], select {height:35px; border:1px solid #bbb; vertical-align: middle; padding-left:10px; box-sizing: border-box; -webkit-border-radius:0; border-radius: 0;}
input[type="radio"], input[type="checkbox"] {vertical-align: middle;}
textarea {border:1px solid #bbb; vertical-align: middle; box-sizing:border-box; background-color:#fff; padding:10px; -webkit-border-radius:0; border-radius:0;}
.clearFix {position:relative; overflow:hidden; zoom:1;}
.bold {font-weight:bold;}
.response100 {width:100%;}
.location {padding:0 10px; margin-bottom:8px;}
.h_title {border-top:1px solid #464646; border-bottom:1px solid #464646; padding:6px 10px;}
.h_title h3 {font-weight:bold;}
#mask {width:100%; height:100%; position:fixed; top:36px; left:0; right:0; bottom:0; background-color:#3c3c3c; z-index:1000; display:none; opacity:0.8;}
.none-data {text-align: center; margin: 20px 0;}
.none-data img {margin-bottom:10px;}
.pd10 {padding:0 10px;}
.fr {float:right !important;}
.fl {float:left !important;}
.txt-input1 {width:100% !important;}
.txt-input2 {width:46% !important;}
.txt-input3 {width:29% !important;}
.txt-input4 {width:20% !important;}
.txt-area1 {width:100% !important;}
.mt5 {margin-top:5px;}
.page_location {padding:5px 5px;}
.page_location li {float:left;}
.page_location li::after {content: ">"; margin: 0 7px;}
.page_location li:last-child::after {content: ""; margin:0;}
.h_layerTitle {height:35px; line-height:35px; background-color:#f2f2f2; padding:0 10px; margin-bottom:10px;}
.h_layerTitle h3 {font-weight:bold;}
.h_layerTitle .fa-times {float:right; margin-top: 5px;}

/* //°øÅë */

/* ÆäÀÌÂ¡ */
/* paging */
.paging { margin:20px 0px 70px 0px;; text-align:center; line-height:40px; position:relative;}
.paging a {display:inline-block;padding: 8px 10px;font-size: 14px;color:#353535;line-height:22px;margin: 0 2.5px;}
.paging .now {color:#2c5334; font-weight:600; position:relative;}
.paging .now:after {content:''; position:absolute; bottom:6px; left:6px; height:1px; background:#2c5334; width:50%;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last { font-size:13px;  line-height:22px }
.paging a.first,
.paging a.last { letter-spacing:-4px }
.paging.board_paging {padding-top:80px;}
.paging a.prev {position:absolute; top:0; left:10px;}
.paging a.next {position:absolute; top:0; right:10px;}
/* //ÆäÀÌÂ¡ */

/* ÆùÆ® °ü·Ã */
.color_1984f1 {color:#1984f1 !important;} /* Blue */
.color_f1191f {color:#f1191f !important;} /* Red */
.color_a63f42 {color:#a63f42 !important;} /* DarkRed */
.bgc077fe2 {background-color:#077fe2; color:#fff; padding:2px 5px; margin-right: 5px;}
.bgc464644 {background-color:#464644; color:#fff; padding:2px 5px; margin-right: 5px;}
.caution {color:#f1191f; text-align:center; font-size:0.917em;}
.ico_new {color: #ffffff; background-color: #ff8400; font-weight:bold; padding:1px 5px;}
.ico_hit {color: #ffffff; background-color: #f1191f; font-weight:bold; padding:1px 5px;}
/* //ÆùÆ® °ü·Ã */

/* ¹öÆ° °ü·Ã */
.btn_White {width:100%; height:35px; line-height:35px; background-color:#fff; text-align:center; display:block; border:1px solid #c6c6c6; box-sizing: border-box; vertical-align: middle;}
.btn_Black {width:100%; height:35px; line-height:35px; background-color:#393939; color:#fff; text-align:center; display:block; border:1px solid #393939; box-sizing: border-box; vertical-align: middle;}
.btn_Red {width:100%; height:40px; line-height:40px; background-color:#ab3e41; color:#fff; text-align:center; display:block; border:1px solid #ab3e41; box-sizing: border-box; vertical-align: middle;}
.btn_Grey {width:100%; height:35px; line-height:35px; background-color:#858585; color:#fff; text-align:center; display:block; border:1px solid #858585; box-sizing: border-box; vertical-align: middle;}
.fixButtonR {position:relative; padding-right:120px;}
.fixButton {width:115px; position:absolute; top:0; right:0;}
.more {text-align:center; width:100%; margin-top:30px;}
.btn_moreGray {width:224px; height:35px; line-height: 35px; background-color:#efefef; border:0px none; font-weight:bold; display: block; margin: 0 auto;}
.btn_moreGray span {color:#aaaaaa;}
.btn_moreGray span em {color:#f1191f;}
/* ¹öÆ° °ü·Ã */

/* .item-wrap */
.item_container {font-size:0; letter-spacing:0}
.item_container .item  {display:inline-block; width: calc(50% - 5px); margin-right:10px; vertical-align:top; position:relative; text-align:left; margin-bottom:42px;}
.item_container .item:nth-child(2n) {margin-right:0;}

.item_container.item_list03 .item  {display:inline-block; width: calc(33.33333% - 6px); margin-right:9px;}
.item_container.item_list03 .item:nth-child(2n) {margin-right:9px;}
.item_container.item_list03 .item:nth-child(3n) {margin-right:0;}
.item_container.item_list03 .item .thumbnail .my-wish-list {top:10px; right:12px;}


.item_container.item_list .item .item_txt .my-wish-list {display:block; position:absolute; top:2px; right:0;}
.item_container.item_list .item .item_txt .my-wish-list img {width:17px; margin-left: 20px;}
.item_container.item_list .item .item_price .sale_percent {position:relative; margin-right:5px;}
.item_container.item_list .item {width:100%; margin:0; margin-bottom:20px;}
.item_container.item_list .item a {display:flex; }
.item_container.item_list .item a .thumbnail {width:30%; padding-bottom:39.5%;}
.item_container.item_list .item a .item_txt {padding-left:15px; padding-right:20px; display: inline-block;  width:70%;}
.item_container.item_list .item a .item_txt .name {margin-top:0;}

.item_container.item_list_card .item .item_txt .my-wish-list {display:block; position:absolute; top:12px; right:0;}
.item_container.item_list_card .item .item_txt .my-wish-list img {width:17px;}
.item_container.item_list_card .item .item_price .sale_percent {position:relative; margin-right:5px;}
.item_container.item_list_card .item {width:100%; margin:0; margin-bottom:50px;}
.item_container.item_list_card .item .item_txt {padding-right:30px;}
.item_container .item .thumbnail {position:relative; padding-bottom:100%;}
.item_container .item .thumbnail > img {width:100%; position: absolute; top: 0; object-fit: cover; height: 100%;}
.item_container .item .thumbnail .sale_percent {position:absolute; bottom:0; left:0; width:65px; height:65px; background:#2c5334; font-size:16px; font-weight:700; line-height:65px; color:#fff; text-align:center; z-index:1;}
.item_container .item .thumbnail .icons {position:absolute; bottom:0; left:0; height:18px; text-align:center; z-index:1;}
.item_container .item .thumbnail .icons span img{height:18px; margin-right:2px;}
.item_container .item .thumbnail .icons span img:nth-child(3) {display:none;}
.item_container .item .thumbnail .my-wish-list {position:absolute; top:15px; right:15px;}
.item_container .item .thumbnail .my-wish-list img {vertical-align:top; width:24px;}
.item_container .item .my-wish-list.list_other {display:none;}
.item_container.item_list .item .thumbnail .my-wish-list, .item_container.item_list_card .item .thumbnail .my-wish-list {display:none;}
.item_container.item_list .item .my-wish-list.list_other, .item_container.item_list_card .item .my-wish-list.list_other {display:block; width:17px;}
.item_container.item_list .item .my-wish-list.list_other {position:absolute; top:0; right:0;}
.item_container.item_list_card .item .my-wish-list.list_other {position:absolute; top:12px; right:0;}
.item_container .item .item_txt .my-wish-list {display:none;}
.item_container .item .item_txt {overflow:hidden; margin:0; position:relative;}
.item_container.item_list03 .item .item_txt .name {margin-top:5px;}
.item_container .item .item_txt .summary {margin-top:12px; font-size:13px; font-weight:400; line-height:20px;}
.item_container .item .item_txt .summary + .item_container .item .item_txt .name {margin-top:5px;}
.item_container .item .item_txt .name {margin-top:12px; font-size:13px; font-weight:400; line-height:20px; position:relative; }
#main .item_container .item .item_txt .name {height:40px; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.item_container .item .item_txt .item_price {margin-top:5px; font-size:12px; line-height:22px;}
.item_container .item .item_txt .icons {margin-top:17px;}
.item_container .item .item_txt .icons img {zoom:0.8; margin-right:3px; margin-bottom:3px;}
.item_container .item .item_txt .snap_review_count {font-size:12px; margin-top:2px;}
.item_container .item .review {margin:8px 5px 0; line-height:16px;}
.item_container .item .item_price {position:relative;}
.item_container .item .item_price span {display:inline-block;}
.item_container .item .item_price .sale_percent {color:#2c5334; font-weight:700; font-size: 13px; position:absolute; top:0; right:0;}
.item_container .item .item_price .price {font-weight:700; margin-right:5px; font-size:13px;}
.item_container.item_list03 .item .item_price .price {display:block;}
.item_container .item .item_price .strike {color:#9A9A9A; text-decoration: line-through; font-size:11px; font-weight:500;}

.item_container .item:nth-child(4n) {margin-right:0}
.item_container .item dt {position:relative; }
.item_container .item dt a {display:inline-block; position:relative; width:100%}
.item_container .item dt a img {width:100%}
.item_container .item .item_info {margin-top:15px; }
.item_container .item .item_top .icons {margin-bottom:10px; display:block; }
.item_container .item .item_top {position:relative; padding:0; padding-right:30px}


.item_container.grid3 .item_price .strike {display:block;}

.item_container .item .item_top .colorchips span {     
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 2px;
    width: 15px;
    height: 6px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
}

.item_container .item .item_top .divstSubname {margin: 6px 0; color: #9E9E9E; word-break: break-all; font-size: 12px; }
.item_container .item .item_top .listSubname {margin:6px 0; color:#9E9E9E; word-break: break-all; font-size:12px; }
.item_container .item .item_top .prd-preview { position:absolute; right:0; top:0; width:20px; padding:0;  }
.item_container .item .item_top .prd-preview a {width:100%; height:100%; display:inline-block}
.item_container .item .item_name {margin-top:5px;font-size:14px;color:#000; padding:5px 0}


.item_container .item .count_wrap  {margin-top:6px; }


.my-wish-list img:first-child {display:block;}
.my-wish-list img:last-child {display:none;}

.my-wish-list.wish-on img:first-child {display:none;}
.my-wish-list.wish-on img:last-child {display:block;}


/* ·Î±×ÀÎ */
.login .caution {margin-bottom:10px;}
.member {padding:0 15px; margin-top: 20px;}
.login #keyboard {text-align:center; margin:0 auto;}
.login #keyboard p {text-align:right; margin-bottom:12px;}
.login #keyboard img {display:none; width:100%;}
.login .loginInput {margin-top:18px;}
.login .loginInput input {width:100%; display:block; margin-bottom:10px;}
.login .loginCheck {margin-top:10px;}
.login .loginCheck label {margin-right:12px;}
.login .loginCheck label input {vertical-align: middle;}
.login .loginMiddle .btn_Red {font-size:1.167em; margin:10px 0;}
.login .loginMiddle .btn_White {font-size:1.167em;}
.login .loginBottom {background-color:#eaeaea; padding:18px 15px; margin-top:20px;}
.login .loginBottom h4 {background-color:#eaeaea; margin-bottom:5px; padding:0; font-weight:bold;}
.login .loginBottom a {font-size:1.167em;}
.login .loginBottom a.btn_Black {margin-top:16px;}
.login .loginBottom a.btn_Black:last-child {margin-top:10px;}
.login .loginBottom a.btn_White {margin-top:10px;}
.sns-login { position: relative; margin: 20px 10px 0; }
.sns-login .sns-title img { width: 100%; max-width: 300px; }
.sns-login ul li { position: relative; margin-top: 10px; padding-left: 50px; height: 40px; line-height: 40px; border: 1px solid #dfdfdf; border-radius: 4px; list-style: none; }
.sns-login ul li a { display: block; padding-left: 20px; border-left: 1px solid #dfdfdf; color: #999; font-size: 1.25em; font-weight: bold; letter-spacing: -1px; }
.sns-login ul li span { position: absolute; top: 0; left: 0; width: 50px; height: 40px; }
.sns-login ul li.facebook span { background: url(/images/d3/m_01/icon/ico_sns_facebook.gif) no-repeat 50% 50%; background-size: 12px auto; }
.sns-login ul li.naver span { background: url(/images/d3/m_01/icon/ico_sns_naver.gif) no-repeat 50% 50%; background-size: 18px auto; }
.sns-login ul li.kakaotalk span { background: url(/images/d3/m_01/icon/ico_sns_kakaotalk.gif) no-repeat 50% 50%; background-size: 20px auto; }
.sns-login ul li.apple span { background: url(/images/d3/m_01/icon/ico_sns_apple.gif) no-repeat 50% 50%; background-size: 20px auto; }
/* //·Î±×ÀÎ */

#check_auth {padding:15px 0;}
#check_auth .head {text-align:center; color:#f46b00; margin-bottom:10px;}
#check_auth .contents table {margin:0 auto;}
#check_auth .contents table td {padding:5px 0;}
#check_auth .contents table td input {width:100% !important; height:35px !important; margin-bottom:0 !important;}

/* ·¹ÀÌ¾îÆË¾÷ */
.layer {width: 100%; min-height: 100%; z-index: 3; position: fixed; left: 0; top: 0; background:rgba(60,60,60,0.8);}
.layer .layer-pop {width:90%; background-color: #fff; position: relative; box-shadow: 0px 1px 10px #494949; margin:80px auto;}
.layer .layer-pop h3  {background-color: #efefef; height: 0px; line-height: 36px; font-weight: bold; padding: 0 10px; }
.layer .layer-pop .txt {max-height: 300px; overflow-y: auto; padding:10px;}
.layer .layer-pop .close {width:45px; height:36px; color:#fff; line-height: 42px; position:absolute; top:0; right:0;  background-color: #4f4f4f; text-align: center;}
body #comment_password {border-radius:0 !important; font-size:1em;}
body #comment_password .head {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; text-align:left !important; padding: 0 10px;}
body #comment_password .head h5 {border-bottom:0px none !important; font-size:1em !important; padding:0 !important;}
body #comment_password .head a.close {width:45px; height:36px; color:#fff; line-height: 42px; top:0 !important; right:0 !important; text-align: center;}
body #comment_password .contents p {font-size:1em !important; font-weight:normal;}
body #comment_password .contents .form-wrap2 input {height: 35px;}
body #comment_password .contents .form-wrap2 p:last-child a {display:block; background-color: #393939; color:#fff; position:initial !important; padding:10px 0; margin-top: 10px;}
/* //·¹ÀÌ¾îÆË¾÷ */

/* ÆË¾÷ */
.popup .pop h3  {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; padding: 0 10px; }
.popup .pop .txt {padding:10px;}
.popup .pop .close {width:45px; height:36px; color:#fff; line-height: 42px; position:absolute; top:0; right:0;  background-color: #4f4f4f; text-align: center;}
#passimg {width: 90%; background-color: #fff; top:50%; left: 0; right: 0; margin: 0 auto; text-align: center; padding: 20px 0; box-shadow: 0 1px 10px #717171;}
#passimg .head {color:#f26c09;}
#passimg .btns {padding:0 10px; margin-top: 10px;}
#passimg .btns a {display:block; background-color: #393939; color:#fff; padding:10px 0;}
/* //ÆË¾÷ */


/* ÃÖ»ó´Ü ¹è³Ê */
#headerBanner.TBI{ position:relative; width:100%; height:5%; overflow:hidden;background-color:#000;  }
#headerBanner {position:relative; width:100%; height:34px; overflow:hidden;background-color:#F4F4D6; z-index:999; border-bottom:1px solid #000 }
#headerBanner .hdBannerTxt { position:relative; width:100%; height:34px }
#headerBanner .hdBannerTxt a { position:relative; display:block;color:#000; padding:0px 21px;height:100%; box-sizing:border-box; line-height:34px;text-align:left; }
#headerBanner .hdBannerTxt a:after {content:""; position:absolute; top:calc(50% - 17px); right:10px; display:inline-block; background:url('https://roompacker.cdn.smart-img.com/newRoompacker/images/common/icon_arrowR_s.png')no-repeat center; width:34px; height:34px }
#headerBanner .hdBannerImg { position: relative; width: 100%;}
#headerBanner .topbanner{width:100%;}
#headerBanner .bnClose { display:none; position:absolute; top:0; right:0; z-index:1; }
#headerBanner .bnClose a { display:block; width:33px; height:33px; font-size:22px; text-align:center; line-height:35px;color:#fff; opacity:0.5;}



/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.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:'malgun gothic'; 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:10000; position:fixed; top:0; left:0; width:100%; height:100vh; background:#fff; }
.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:sticky; top:0; background:#fff; padding-left:46px; border-bottom:1px solid #eaeaea; z-index:1;}
.all-finder-layer .finder-search .all-finder-close {padding:0 16px; height:50px; line-height:50px; position:absolute; top:0; left:0; text-align:center; display:block; z-index:10;}
.all-finder-layer .finder-search .fa-search { display: none; }
.all-finder-layer .finder-search .txt-input {width:100%; height:50px; line-height:50px; margin:0; padding:0; font-size:16px; outline:none; border:none; color: #000; vertical-align:top;}
.all-finder-layer .finder-search .txt-input::-webkit-input-placeholder { color:#b1b1b1; }
.all-finder-layer .finder-search .txt-input.add_keyword {display:none;}
.all-finder-layer .finder-search button {position:absolute; top:0; right:0; width:50px; line-height:50px;}
.all-finder-layer .finder-search dd { background:#FFF; }
.all-finder-layer .finder-opt { padding:0; color:#000; height:calc(100vh - 130px); overflow-y:auto;}
.all-finder-layer .finder-opt dl { border-bottom:1px solid #eaeaea;}

.all-finder-layer .finder-opt dl dt { position:relative; height:80px; line-height:80px; padding:0 16px; font-size:16px; font-weight:500; color:#000; letter-spacing:0px; }
.all-finder-layer .finder-opt dl dt img {position:absolute; right:16px; top:50%; margin-top:-4px;}
.all-finder-layer .finder-opt dl.open dt img {transform:rotate(180deg);}
.all-finder-layer .finder-opt dl dd { display:none; padding:0 16px 25px; background:#fff; font-size:0; }
.all-finder-layer .finder-opt dl.open dd {display:block;}

.all-finder-layer .finder-opt dl dd label { display:inline-block; text-align:center;}
.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:sticky; bottom:0; left:0; width:100%; text-align: center; font-size:0; box-sizing:border-box;  background:#fff; overflow:hidden;}
.all-finder-layer .finder-btn-c a.reset {float:left; width:110px; height: 50px; text-align:center; line-height: 50px; background: #fff; color: #5E5E5E; font-size: 14px; font-weight: 600; letter-spacing: 1px; border:none; text-align:left;}
.all-finder-layer .finder-btn-c a.reset span {padding-left:35px; display:block; position:relative;}
.all-finder-layer .finder-btn-c a.reset img {position:absolute; top:50%; left:0; margin-top:-11px;}
.all-finder-layer .finder-btn-c button { float:left; width:calc(100% - 110px); height: 50px; line-height: 50px; background: #2c5334; color: #fff; font-size: 14px; font-weight: 600; 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; padding:8px 15px; border: 1px solid #EAEAEA; word-break:break-all; border-radius: 20px; background:#f7f7f8; color:#000; text-align:center; font-size:13px; box-sizing:content-box;}
.all-finder-layer .finder-opt .finder-options.on { font-weight: normal; border: 1px solid #2c5334; color:#4374A5; background:#fff;}
.all-finder-layer .finder-opt .finder-option-color em { display: inline-block; width: 35px; height: 35px; border-radius:100%; font-size:0; vertical-align:middle; }
.all-finder-layer .finder-opt .finder-option-color.color-picker { width:35px; height:35px; padding: 0; border: none; position:relative;} 
.all-finder-layer .finder-opt .finder-option-color.color-picker .fa-check { display:none; width:12px; height:8px; position:absolute; top:50%; margin-top:-4px; width:100%; text-align:center;}
.all-finder-layer .finder-opt .finder-option-color.color-picker .fa-check:before {content:''; background:url('//dorocyshop.img9.kr/snapskin/image/pc/icon_finder_color_checked.svg') 50% 50% no-repeat; background-size:12px 8px; height: 8px; display: block; position: relative; }

.all-finder-layer .finder-opt .finder-option-color.color-picker.on.finder-option-color-white .fa-check:before {content:''; background:url('//dorocyshop.img9.kr/snapskin/image/pc/icon_finder_color_checked_black.svg') 50% 50% no-repeat;}
.all-finder-layer .finder-opt .finder-option-color.color-picker.on.finder-option-color-yellow .fa-check:before {content:''; background:url('//dorocyshop.img9.kr/snapskin/image/pc/icon_finder_color_checked_black.svg') 50% 50% no-repeat;}

.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; }

.all-finder-layer .ranking {padding:32px 16px; border-bottom:1px solid #eaeaea;}
.all-finder-layer .ranking h2 {font-size:16px; color:#000; font-weight:500; line-height:22px; margin-bottom:22px;}
.all-finder-layer .ranking .hotKeywordList {display:flex; font-size:0;}
.all-finder-layer .ranking .hotKeywordList ul {display:inline-block; width:50%;}
.all-finder-layer .ranking .hotKeywordList ul li {line-height:35px;}
.all-finder-layer .ranking .hotKeywordList ul li a {color:#353535; font-family: "Pretendard"; display:flex; font-size:0; line-height:35px;}
.all-finder-layer .ranking .hotKeywordList ul li a .hotRank {font-size:14px; vertical-align:top; display:inline-block; width:20px; color:#9a9a9a; font-weight:600;}
.all-finder-layer .ranking .hotKeywordList ul li a .hotKeyword {font-size:14px;  vertical-align:top;  display:inline-block; width:calc(100% - 20px); overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding-right: 20px;}
.all-finder-layer .ranking .hotKeywordList ul:first-child li a .hotRank {color:#2c5334}
.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; }


.eventInfo {position: sticky; top: 50px; background: #fff;}
.eventCategory ul {display:flex; justify-content: space-around;}
.eventCategory ul li {line-height:50px; width:50%; border-bottom:2px solid #eaeaea; text-align:center; font-size: 14px; font-style: normal; font-weight: 400;}
.eventCategory ul li.active {font-weight: 500; color:#2c5334; border-bottom:2px solid #2c5334;}

.eventItem {/* margin-top:30px; */}
.eventItem li {margin-bottom:40px;}
.eventItem li.nodata {line-height:300px; text-align:center;}
.eventItem li .itemListInfo {padding:20px 15px 0;}
.eventItem li .itemListInfo dt {font-size: 16px;font-style: normal;font-weight: 600;line-height: 16px;}
.eventItem li .itemListInfo dt:nth-child(2) {color:#858585; font-size: 13px;font-style: normal;font-weight: 400;line-height: 20px; /* height:40px; */ margin-top:7px;}
.eventItem li .itemListInfo dd {font-size: 11px;font-style: normal;font-weight: 500;line-height: 18px; margin-top:16px; color:#858585;}

.category_info {position:sticky; top:50px; z-index:1000; background:#fff;}
.category_info .item-sort {font-size:14px; font-weight:500; position:relative;}
.category_info .item-sort h2 {line-height:22px; position:relative; padding-right:12px; cursor:pointer; font-family: "Pretendard";}
.category_info .item-sort h2 img {position:absolute; top:50%; margin-top:-3px; right:0;}
.category_info .item-sort dd {display:none; position:absolute; width:135px; border:1px solid #000; padding:5px 0; right:0; z-index:100000; background:#fff;}
.category_info .item-sort dd ul li {line-height:40px; padding:0 10px;}
.category_info .item-sort dd ul li a {font-family: "Pretendard";}
.category_info .item-sort dd ul li a.active {color:#2c5334;}

.category_info .item-sort.active dd {display:block;}
.category_info .item-sort.active h2 img {transform:rotate(180deg)}



/* »ó´Ü °Ë»öÃ¢ */
#quick_search {display:none; width:95%; margin:0 auto;}
#quick_search .search_title {width:90%; margin:80px auto 0; color:#1a1a1a; font-size:27px; font-weight:700; line-height:1.3;}
#quick_search .search_title2 {width:90%; margin:30px auto 20px; color:#1a1a1a; font-size:18px; font-weight:700; line-height:1;}
#quick_search .quick_searchClose {position:fixed; right:20px; top:30px; height:18px;}
#quick_search .quick_searchClose img {display:block; width:18px; }
#quick_search .search fieldset {position:relative; width:90%; margin:25px auto 0;}
#quick_search .search fieldset input {width:100%; height:40px; color:#bbb; font-size:16px; line-height:40px; background-color:transparent; border:none; border-bottom:2px solid #1a1a1a;}
#quick_search .search fieldset .btn_search {position:absolute; top:10px; right:5px;}
#quick_search .search fieldset .btn_search img {height:20px;}
#quick_search .top_pop .top_pop_sub {width:90%; margin:0 auto;}
#quick_search .top_pop .top_pop_sub a {display:inline-block; height:30px; margin:0 5px 5px 0; padding:0 10px; color:#888; font-size:12px; text-align:center; line-height:30px; border:1px solid #e5e5e5; border-radius:10px;}
#quick_search .top_pop .top_pop_sub a:first-child {margin-left:0;}

#quick_search .top_pop .top_pop_sub2 {width:90%; margin:0 auto; text-align:center;}
#quick_search .top_pop .top_pop_sub2 a {display:inline-block; height:30px; margin:0 10px 10px 0; padding:0 10px; color:#888; font-size:14px; text-align:center; line-height:30px; border:1px solid #e5e5e5; border-radius:10px;}
#quick_search .top_pop .top_pop_sub2 a:first-child {margin-left:0;}



.fc-red { color: #bd101b; }

