@charset "euc-kr";
@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 400;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: bold;
 font-weight: 700;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 300;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

.dn{display:none !important;}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
/*ÄÃ·¯Ä¨ Ãß°¡(20220216)*/
/*»ó¼¼ ÄÃ·¯ UI*/
#detail-colors-section {
    width: 100%;
    margin: 0 auto;
    padding: 33px 0 40px;
}
#detail-colors-section > .color-tit{
    line-height: 22px;
    font-family: 'Lato';
    font-size: 17px;
    font-weight:600;
    text-align: center;
    color: #333;
}

#detail-colors-section .color-tab{
    font-size: 0px;
    text-align: center;
    margin-top: 15px;
}
#detail-colors-section .color-tab > li{
    position:relative;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    margin: 0 5px;
    box-sizing: border-box;
    cursor: pointer;
}
#detail-colors-section .color-tab > li:after{
    opacity:0;
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background-image:url('/design/huit8/img/2020/pc/color_checked.png');
    background-repeat:no-repeat;
    background-size:19px auto;
    background-position:center center;
    z-index:99;
}
#detail-colors-section .color-tab > li.current::after{
   opacity:1;
   transition:0.3s ease-in-out all;
}
#detail-colors-section .color-tab-con{
    position: relative;
    display: none;
    box-sizing:border-box;
    min-width:256px;
    padding:25px 52px;
}
#detail-colors-section .color-tab-con.current{
    display: block;
}
#detail-colors-section .color-tab-con .c-name{
    font-size: 0px;
    text-align: center;
    margin-bottom: 12px;
}
#detail-colors-section .color-tab-con .c-name > span{
    display: inline-block;
    vertical-align: top;
}
#detail-colors-section .color-tab-con .c-name > span.c-chip{
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin-right: 7px;
}
#detail-colors-section .color-tab-con .c-name > span.c-tt{
    line-height:14px;
    font-size:12px;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    color:#333;
    letter-spacing: -0.25px;
}
#detail-colors-section .color-tab-con .color-con{
    position: relative;
    padding-bottom:19px;
}

#detail-colors-section .color-tab-con .color-con ul{
    width: 100%;
}
#detail-colors-section .color-tab-con .color-con ul > li{
    background: #333;
}
#detail-colors-section .color-tab-con .color-con ul > li > img{
    width: 100%;
    vertical-align: top;
}
#detail-colors-section .color-tab-con .color-con .swiper-pagination{
    bottom: 0;
}
#detail-colors-section .color-tab-con .color-con .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    margin: 0 2.5px;
    background: #b3b3b3;
    opacity: 1;
    vertical-align: middle;
}
#detail-colors-section .color-tab-con .color-con .swiper-pagination-bullet-active{
    background: #333;
}

#detail-colors-section .color-tab-con .colors-button-next,
#detail-colors-section .color-tab-con .colors-button-prev{
    position: absolute;
    top:50%;
    left: auto;
    right: auto;
    margin-top: -15px;
    width: 40px !important;
    height: 30px;
    z-index: 40;
    cursor: pointer;
}
#detail-colors-section .color-tab-con .colors-button-next{
    right: 12px;
    left:auto;
    background: url('/design/huit8/img/2020/pc/color_ui_next.png')no-repeat center center;
    background-size: 13px auto;
}
#detail-colors-section .color-tab-con .colors-button-prev{
    left: 12px;
    right:auto;
    background: url('/design/huit8/img/2020/pc/color_ui_prev.png')no-repeat center center;
    background-size: 13px auto;
}

/*Å×½ºÆ®*/
.event-winner{
    display:none;
}

/*swiper*/
.swiper-container{
    position:relative;
    width:100%;
    overflow:hidden;
}

.old_contract select{
    height:auto !important;
    padding-right:20px;
}
#place .section .h_title{
    position: relative;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #333;
    padding:0px 15px;
}
#place .section .h_title h3{
    line-height: 50px;
    font-size: 18px;
    padding-bottom:0px;
}
#place .section.on .address-list{
    border-top:0px !important;
}
#place .address-list .list-area .all{
    border-top:0px !important;
}
#container{
    padding-bottom:80px;
}
#review-board-write .form-wrap{
    background:#fff !important;
}
#order-list .MK_orderlist{
    background:#fff !important;
}
#join .join{
    background:#fff !important;
}
#faqWrap .search-wrap{
    height:auto !important;
    background:#fff !important;
}
#faqWrap .search-wrap .item-search .btn_Red{
    font-size:12px !important;
}

#review-board-list .notice{
    border-top:0px !important;
}
#review-board-list .boardList li{
    border-bottom:1px solid #e5e5e5;
}
/*°Ô½ÃÆÇ Å¸ÀÌÆ²*/
.h_title{
    padding:0px 15px;
    padding-top:43px;
    border:0px !important;
}
.h_title h3{
    position:relative;
    line-height:46px;
    color:#333;
    font-size:30px;
    font-weight:normal;
    padding-bottom:32px;
    border-bottom:1px solid #333;
}
#review-board-list .h_title a{
    height: 20px;
    width: 30px;
    float: auto;
    color:#fff;
    font-size:12px;
    line-height: 20px;
    font-weight: normal;
    position:absolute;
    top:10px;
    right:0;
}
/*º¸µå ½ºÅ¸ÀÏ*/
.board-style01{

}
.board-style01 .title{
    position:relative;
    height:30px;
    line-height:30px;
    padding:0px 15px;
    padding-bottom:20px;
    border-bottom:1px solid #333;
}
.board-style01 .title h4{
    color:#333;
    font-size:18px;
    font-weight:bold;
}
.board-style01 .title .top-btn{
    position:absolute;
    top:0px;
    right:15px;
    height:30px;
    line-height:30px;
}
.board-style01 .title .top-btn a{
    display:inline-block;
    padding:0px 20px;
    height:30px;
    line-height:30px;
    background:#333;
    text-align:center;
}
.board-style01 .title .top-btn a span{
    display:inline-block;
    vertical-align:middle;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    padding-left:17px;
    background:url('/design/huit8/img/mobile/icon_write_01.png')no-repeat center left;
    background-size:10px auto;
}
.board-style01 .boardlist li{
    position:relative;
    padding:15px 15px;
    border-bottom:1px solid #e6e6e6;
}
.board-style01 .boardlist .list-subject{
    line-height:22px;
    color:#333;
    font-size:13px;
}
.board-style01 .boardlist .list-info{
    line-height:22px;
    font-size:0px;
}
.board-style01 .boardlist .list-info span{
    display:inline-block;
    vertical-align:middle;
    color:#b2b2b2;
    font-size:12px;
    padding-right:10px;
}
.board-style01 .boardlist .list-info span > img{
    height:11px;
    vertical-align:middle;
}
.reply_status{
    position:absolute;
    top:25px;
    right:15px;
    display:inline-block;
    line-height:25px;
    height:25px;
}
.reply_status{
    display:inline-block;
    width:70px;
    height:25px;
    line-height:25px;
    border:1px solid #cccccc;
    box-sizing:border-box;
    text-align:center;
    color:#999999;
    font-size:12px;
}
.reply_status.reply_DONE{
    border:1px solid #d2a6a3;
    color:#d2a6a3;
}
.board-style01 .pagination-wrap{
    padding-top:30px;
    padding-bottom:35px;
}

/*ÆäÀÌÁö³×ÀÌ¼Ç*/
.pagination-wrap{
    height:30px;
    line-height:30px;
    font-size:0px;
    text-align:center;
}
.pagination-wrap a{
    display:inline-block;
    vertical-align:middle;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#333;
    font-size:13px;
    padding:0px 1px;
}
.pagination-wrap a.now{
    color:#d2a7a3;
}
.page-icon{
    width:35px;
}
.page-icon.next{
    padding:0px;
    padding-right:11px;
}
.page-icon.prev{
    padding:0px;
    padding-left:11px;
}
.page-icon img{
    width:25px;
    vertical-align:middle;
}

/*±âº»*/
.paging{
    height:30px;
    line-height:30px;
    font-size:0px;
    text-align:center;
    padding-top:30px;
}
.paging a{
    display:inline-block;
    vertical-align:middle;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#333;
    font-size:13px;
    padding:0px 1px;
}
.paging a.now{
    color:#d2a7a3;
}
.page-icon{
    width:35px;
}
.page-icon.next{
    padding:0px;
    padding-right:11px;
}
.page-icon.prev{
    padding:0px;
    padding-left:11px;
}
.page-icon img{
    width:25px;
    vertical-align:middle;
}

/*input*/
input[type=checkbox], input[type=radio] {
    -webkit-appearance: none !important;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    width: 13px;
    height: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px !important;
    background-image: url('/design/huit8/img/mobile/check_off.png');
    background-size: 100%;
    background-color: transparent;
    border: 0px;
    transition: .4s;
}
input[type=checkbox]:checked, input[type=radio]:checked {
    border-radius: 0px!important;
    color: #333!important;
    background-image: url('/design/huit8/img/mobile/check_on.png')!important;
    background-position: center!important;
    background-size: 100%!important;
    background-color: transparent!important;
    border-left-color: transparent!important;
    border-right-color:transparent!important;
    border: 0px!important;
}
.item-list-none{
    line-height:80px;
    text-align:center;
    font-size:13px;
    color:#999;
}
/* Select box ½ºÅ¸ÀÏ ÃÊ±âÈ­ */ 
select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/*¾ÆÀÌÅÛ ¸®½ºÆ®*/
.item-list{
    position:relative;
    width:100%;

}
.item-list ul{
    font-size:0px;
}
.item-list ul li{
    width:100%;
    height:auto;
    margin-bottom:28px;
    vertical-align:top;
    box-sizing:border-box;
}
.item-list ul li > a{
    display:block;
}
.item-list ul li > a .item-thumb{
    width: 100%;
    overflow: hidden;
    position:relative;
}
.item-list ul li > a .item-thumb > img{
    width: 100%;
    height: auto;
    object-fit: cover;
    /*object-fit: contain;*/
    vertical-align:top;
}
.item-list ul li > a .item-info { padding-left:6px; }
.item-list ul li > a .etc-wrap{
    position:relative;
}
.item-list ul li > a .etc-wrap p.item-num{
    color:#fff;
    font-size:9px;

}
.item-list ul li > a .etc-wrap .review-count{
    display:none !important;
    position:absolute;
    top:0;
    right:10px;
    line-height:20px;
    font-size:11px;
    color:#b2b2b2;
    padding-left:13px;
    background:url('/design/huit8/img/mobile/review_count_icon.png')no-repeat left center;
    background-size:10px auto;
    
}
.item-list ul li > a .item-title{
    line-height:18px;
    font-size:12px;
    font-weight:400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color:#222;
}
.item-list ul li > a .item-price-wrap{
    line-height:18px;
    font-size:12px;
    font-weight:600;
    margin-top:2px;
}
.item-list ul li > a .item-price-wrap b { font-weight:600;!importnat;}
.item-list ul li > a .item-price-wrap .item-price-discount{
    color:#222;
    font-weight:bold;
}
.item-list ul li > a .item-price-wrap .item-price-sell{
    color:#90949a;
    text-decoration:line-through;
    font-size:10px;
    font-weight:400;
    margin-left:2px;
}
.item-list ul li > a .item-price-wrap .item-price-per{
    color:#FF383C;
    font-size:12px;
    font-weight:400;
    margin-left:2px;
}
.item-list ul li > a .icons{
    position:relative;
    font-size:0px;
}
.item-list ul li > a .icons > img {
    display:inline-block;
    vertical-align:middle;
    width:32px;
    height:16px;
    margin-right:2.5px;
}
.icons .MK-product-icons img { width:auto !important; height:11px !important; padding-right:3px; margin-top:5px; }
.item-list ul li .item-etc { font-size:10px; color:#FF383C; line-height:23px; height:23px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
}
.item-list ul li .item-color {margin-top:7px; }
.item-list ul li .item-color span { display:inline-block; width:16px; height:16px; border-radius:100%; margin-right:7px; }
.item-list ul li .item-color span:last-child { margin-right:0; }
.item-list ul li .item-color span.light { border:1px solid #e5e5e5; }
.prd-img-slide { position:initial; }
.prd-img-slide .swiper-pagination { position:absolute; bottom:0; top:auto !important; left:0; width:100%; height:3px !important; z-index:999; background:#b7b7b7; }
.prd-img-slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background:#333; }

/*2´Ü item*/
.item-list.lay1 ul li{ width:100%;}
.item-list.lay2 ul{ display:flex; flex-wrap:wrap; gap:10px; }
.item-list.lay2 ul li{ width: calc(50% - 5px); }
.item-list.lay2 ul li .item-thumb img { width:100%; height:auto; display:block; }
.item-list.lay2 ul li{ padding: 0;}

/*3´Ü item*/
.item-list.lay3 ul li{ width:33.33%; padding:0 5px; }
/*4´Ü item*/
.item-list.lay4 ul li{ width:25%; padding:0 5px; }
/*5´Ü item*/
.item-list.lay5 ul li{ width:20%; padding:0 5px; }
.item-list.swiper-container > ul{  margin:0px 0px;}
.item-list.swiper-container > ul > li{ padding:0px !important; }
/*¼öÆò ·¹ÀÌ¾Æ¿ô*/
.item-list.lay-horizontal ul li{ width:100%; }
.item-list.lay-horizontal ul li{ margin-bottom:0px; padding:0px 15px; }
.item-list.lay-horizontal ul li > a{ padding:15px 0px; border-top:1px solid #e5e5e5; }
.item-list.lay-horizontal ul li > a .item-thumb{ display:inline-block; vertical-align:top; width:90px; padding-right:30px; margin-bottom:0px; }
.item-list.lay-horizontal ul li > a .item-thumb img{ width:100%; vertical-align:middle; }
.item-list.lay-horizontal ul li > a .item-info{ padding-top:10px; display:inline-block; vertical-align:top; width:calc(100% - 120px); }
.item-list.lay-horizontal ul li > a .etc-wrap{ padding:0px; padding-bottom:6px; }
.item-list.lay-horizontal ul li > a .item-info .etc-wrap p.item-num{ padding:0px; padding-bottom:7px; }
.item-list.lay-horizontal ul li > a .item-title{ line-height:18px; color:#333; font-size:12px; padding:0px; padding-bottom:2.5px; }
.item-list.lay-horizontal ul li > a .item-price-wrap{ line-height:20px; font-size:13px; padding:0px; box-sizing:border-box; }
.item-list.lay-horizontal ul li > a .item-price-wrap .item-price-discount{ color:#333; font-weight:bold; }
.item-list.lay-horizontal ul li > a .item-price-wrap .item-price-sell{ color:#b2b2b2; text-decoration:line-through; padding-left:4px; }
.item-list.lay-horizontal ul li > a .icons{ position:relative; padding:0px; margin-top:21px; height:16px; line-height:16px; font-size:0px; }
.item-list.lay-horizontal ul li > a .icons .review-count{
    position:absolute;
    top:0;
    right:10px;
    height:16px;
    line-height:16px;
    font-size:11px;
    color:#b2b2b2;
    padding-left:13px;
    background:url('/design/huit8/img/mobile/review_count_icon.png')no-repeat left center;
    background-size:10px auto;
}

/*swiper ¾ÆÀÌÅÛ ¸®½ºÆ® ¿¹¿Ü*/
.swiper-container ul li > a .etc-wrap{ padding:0px;}
.swiper-container ul li > a .item-title{ padding:0px;}
.swiper-container ul li > a .item-price-wrap{ padding:0px;}
.swiper-container ul li > a .etc-wrap .review-count{ right:0px; display:none !important;}
.swiper-container ul li > a .icons{ padding:0px;}
/*swiper ÆäÀÌÁö ³×ÀÌ¼Ç*/
.common-swiper-pagination{
    bottom:auto !important;
    left:auto !important;
    height:16px;
    line-height:16px;
    text-align:center;
}
.common-swiper-pagination .swiper-pagination-bullet{
    width:20px !important;
    height:2px !important;
    border:1px solid #333 !important;
    box-sizing:border-box !important;
    border-radius: 0px !important;
    margin:0px 2.5px !important;
    opacity: 1 !important;
    background:transparent !important;
}
.common-swiper-pagination .swiper-pagination-bullet-active{
    background:#333 !important;
}
.common-swiper-pagination.white .swiper-pagination-bullet{
    border:none !important;
    background:rgba(255,255,255,0.2) !important;
}
.common-swiper-pagination.white .swiper-pagination-bullet-active{
    background:#fff !important;
}
.common-swiper-progress{
    position:relative !important;
    width:calc(100% - 30px) !important;
    bottom:0 !important;
    top:unset !important;
    height:2.5px !important;
    background:#e6e6e6 !important;
    margin-left:15px;
}
.common-swiper-progress .swiper-pagination-progressbar-fill{
    background:#333333 !important;
}



/*pop up*/
body.no-scroll{
    overflow:hidden !important;
}
body.overlay:before{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.3);
    content:"";
    transition:all 0.3s ease-in-out;
    z-index: 1000;
}

#m_preview_wrap {display:none;} /* ¹Ì¸®º¸±â ¼û±â±â */

/* base */
* {-webkit-text-size-adjust:none; box-sizing:border-box; }
body {position:relative;font-size:0.75em;line-height:1em;color:#222;-webkit-text-size-adjust:none;}
body,input,textarea,select,button,table{font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", 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:top;}
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:#222; text-decoration:none; }
a:hover, a:active {text-decoration:none;}
/* //a-style */

/* °øÅë */
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 {font-size:12px !important;height:43px; line-height:43px;border:1px solid #e5e5e5; vertical-align: middle; padding-left:5px; box-sizing: border-box; -webkit-border-radius:0; border-radius: 0;}
select{
 background:url('/design/huit8/img/mobile/select_arr01.png')no-repeat center right 10px;background-size:9px auto;
}
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;}
#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;}

/* //°øÅë */


/* //ÆäÀÌÂ¡ */

/* ÆùÆ® °ü·Ã */
.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:43px; line-height:43px; background-color:#fff; text-align:center; display:block; border:1px solid #c6c6c6; box-sizing: border-box; vertical-align: middle;}
.btn_Black {width:100%; height:43px; line-height:43px; background-color:#333; color:#fff; text-align:center; display:block; border:1px solid #333; box-sizing: border-box; vertical-align: middle;}
.btn_Red {width:100%; height:43px; line-height:43px; background-color:#d2a7a3; color:#fff; text-align:center; display:block; border:1px solid #d2a7a3; box-sizing: border-box; vertical-align: middle;}
.btn_Grey {width:100%; height:43px; line-height:43px; 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;}
/* ¹öÆ° °ü·Ã */

/* »óÇ°Áø¿­ */
.list_array {height:52px; border-bottom:1px solid #4a4a4a; border-top:1px solid #c7c7c7; padding:0 8px; margin-bottom: 20px;}
.list_array .list_arrayLeft {float:left; margin-top:12px;}
.list_array .list_arrayLeft select {height:28px;}
.list_array .list_arrayRight {float:right; margin-top:12px;}
.list_array .list_arrayRight img {margin-left:10px;}
.list_shopping1x {text-align:center;}
.list_shopping1x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; text-align:left; font-size:0;}
.list_shopping1x li {width:100%; display:inline-block; vertical-align: top; border-top:1px solid #d9d9d9;}
.list_shopping1x li a {display: block; padding:18px 4px; position:relative; overflow:hidden; zoom:1;}
.list_shopping1x li:first-child {border:0px none;}
.list_shopping1x li:first-child a {padding:0 4px 18px 4px;}
.list_shopping1x li img.listPic {width:50%; float:left;}
.list_shopping1x .list_shoppingInfo {width:46%; float:left; padding-left:4%; font-size:12px;}
.list_shopping2x {text-align:center;}
.list_shopping2x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; padding:0 2px;  text-align:left; font-size:0;}
.list_shopping2x li {width:50%; display:inline-block; vertical-align: top; text-align:left;}
.list_shopping2x li a {display: block; padding:0 2px 18px 2px;}
.list_shopping2x li img.listPic {width:100%;}
.list_shopping2x .list_shoppingInfo {margin-top:10px; text-align:center; font-size:12px;}
.list_shopping3x {text-align:center;}
.list_shopping3x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; padding:0 2px; text-align:left; font-size:0;}
.list_shopping3x li {width:33.33%; display:inline-block; vertical-align: top;}
.list_shopping3x li a {display: block; padding:2px;}
.list_shopping3x li img.listPic {width:100%;}
.list_shopping3x .list_shoppingInfo {margin-top:10px; text-align:center; font-size:12px;}
.listName {color:#3b3b3b; word-break: break-all;}
.listDiscount {color:#b5b5b5;}
.listPrice {color:#1b1b1b; margin-bottom:4px;}
.listSoldout {color:#D22525; margin-bottom:4px;}
.listReplace {color:#1b1b1b; margin-bottom:4px;}
.listReview {color: #DB2E2E; margin-bottom:4px;}
.listReserve {color:#7d7d7d; font-size:0.917em;}
.listPoint {color:#7d7d7d; font-size:0.917em;}
/* //»óÇ°Áø¿­ */

/* ·Î±×ÀÎ */
.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; }
/* //·Î±×ÀÎ */

#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: 36px; 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;}
/* //ÆË¾÷ */

@media screen and (max-width:319px) {
    .tabletOnly {display:none !important;}
}
@media screen and (min-width:320px) and (max-width:419px) {
    .tabletOnly {display:none !important;}
}
@media screen and (min-width:420px) and (max-width:767px) {
    .tabletOnly {display:none !important;}

    /* »óÇ°Áø¿­ */
    .list_shopping1x li {width:50%;}
    .list_shopping1x li a {padding:4px;}
    .list_shopping1x li:first-child a {padding:4px;}
    .list_shopping1x li:nth-child(2) {border:0px none;}
    .list_shopping2x li {width:33.3%;}
    .list_shopping3x li {width:25%;}
    /* //»óÇ°Áø¿­ */
    
    /* ´õº¸±â ¹öÆ° */
    .btn_moreGray {width:335px;}
    /* //´õº¸±â ¹öÆ° */
    /* .layer .layer-pop .txt {max-height: 150px;} GÆÐµå¿¡¼­ »çÀÌÁî°¡ ÀÛ°Ô ³ª¿Í¼­ Á¦°ÅÇÔ */
    .layer .layer-pop {margin:20px auto;}
}
@media screen and (min-width:768px) {
    body {font-size:0.813em;}
    .mobileOnly {display:none !important;}

    /* »óÇ°Áø¿­ */
    .list_shopping1x li {width:50%;}
    .list_shopping1x li a {padding:10px;}
    .list_shopping1x li:first-child a {padding:10px;}
    .list_shopping1x li:nth-child(2) {border:0px none;}
    .list_shopping2x ul {padding:0 5px;}
    .list_shopping2x li {width:33.3%;}
    .list_shopping2x li a {padding:5px;}
    .list_shopping3x ul {padding:0 5px;}
    .list_shopping3x li {width:25%;}
    .list_shopping3x li a {padding:5px;}
    /* //»óÇ°Áø¿­ */
    
    /* ´õº¸±â ¹öÆ° */
    .btn_moreGray {width:335px;}
    /* //´õº¸±â ¹öÆ° */
}