/* BASIC css start */
/* 231220 ¹«·á¹è¼Û ÀÌº¥Æ® ÄíÆù */
.shopbrandTitle .linkBox {
    position: relative;
}

.shopbrandTitle .linkBox .linkBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 47.625%;
}

/* ÀÌ¹ÌÁö ¼³¸í ¿µ¿ª */
center img {
    display: block;
    width: 100%;
}

.btn_box {
    position: relative;
}

.btn_box .btn_img {
    position: absolute;
    object-fit: contain;
    width: auto;
}

.btn_box .btn_img a {
    object-fit: contain;
    display: block;
}

.arrowBox01 {
    position: relative;
    max-width: 800px;
    cursor: pointer;
}

.arrowBox01 .arrow {
    position: absolute;
    width: 1.96% !important;
    top: 35%;
    right: 41.34%;
    transform: rotateZ(180deg);
    opacity: 0;
}

.arrowBox01 .arrow.active {
    transform: rotateZ(0deg);
}

.arrowBox02 {
    overflow: hidden;
    height: 0;
    transition-duration: 0.2s;
}

.arrowBox02.active {
    height: 100%;
}

.linkBtnBox {
    background-color: #333333;
}

.linkBtnBox div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.linkBtnBox div a {
    width: 50%;
}

/* 1¹ø ¸µÅ© ÀÌ¹ÌÁö ¹Ú½º Ã¹¹øÂ° ¹öÆ° À§Ä¡  */
.btn_box01 .btn_img01 {
    width: 42.34%;
    left: 4.68%;
    bottom: 23.23%;
}

/* Å¸ÀÌ¸Ó ¿µ¿ª */
.clock_wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fffcf9;
    position: relative;
}

/*.clock_inner:first-child{margin-bottom:12%} */
p.time_notice,
p.time_notice2nd {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding-top: 3%;
    color: #554a48;
    font-weight: bold
}



/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

.flip-clock-wrapper a:hover {
    color: #fff;
}

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
    max-width: 800px;
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

.flip-clock-meridium a {
    color: #313333;
}

.posiBox {
    position: relative;
}

.color_bk {
    font-weight: 600;
}

.time_notice01,
.time_notice02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.time_notice01 {
    color: white;
}

.flip-clock-wrapper {
    height: 160px;
    object-fit: cover;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    background-color: #00a580;
    /* ½Ã°è ¹è°æ */
    padding: 5% 5% 65px;
    z-index: 1;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: calc((100% - 100px)/6);
    height: 75px;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    border-radius: 6px;
    background: #000;
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
}

/*   outline: 1px solid transparent; */

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #2a2a2a;
    /* ½Ã°è ÆùÆ® ÄÃ·¯ */
    text-shadow: 0 1px 1px #000;
    text-align: center;
    background-color: #fffdf9;
    /* ÇÃ¸³ ¹è°æ ÄÃ·¯ */
    border-radius: 6px;
    font-size: 0.7em;
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.01s 0.49s linear both;
    -moz-animation: asd 0.01s 0.49s linear both;
    animation: asd 0.01s 0.49s linear both;
    z-index: 5;
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 105px;
}

.flip-clock-divider:first-child {
    width: 0;
}

.flip-clock-dot {
    display: block;
    background: white;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 6px;
}

.flip-clock-divider .flip-clock-label {
    display: none;
    position: absolute;
    bottom: -50px;
    right: -205px;
    transform: translateX(-50%);
    color: #2a2a2a;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 24px;
}

.flip-clock-divider.minutes .flip-clock-label {
    bottom: -50px;
    right: -230px;
}

.flip-clock-divider.seconds .flip-clock-label {
    bottom: -50px;
    right: -240px;
}
/* 240717 ÁÖ¼®Ã³¸®ÇÔ */
/*
.clockBox p {
    font-size: 14px;
    color: white;
    position: absolute;
    bottom: 12%;
    transform: translateX(-50%);
}

.clockBox p:nth-of-type(1) {
    left: 17.5%;
}

.clockBox p:nth-of-type(2) {
    left: 50%;
}

.clockBox p:nth-of-type(3) {
    left: 82.5%;
}
*/
.flip-clock-dot.top {
    top: 37px;
}

.flip-clock-dot.bottom {
    bottom: 35px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% { z-index: 2; }
    100% { z-index: 4; }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% { -webkit-transform: rotateX(90deg); }
    100% { -webkit-transform: rotateX(0deg); }
}
@-moz-keyframes turn {
    0% { -moz-transform: rotateX(90deg); }
    100% { -moz-transform: rotateX(0deg); }
}
@-o-keyframes turn {
    0% { -o-transform: rotateX(90deg); }
    100% { -o-transform: rotateX(0deg); }
}
@keyframes turn {
    0% { transform: rotateX(90deg); }
    100% { transform: rotateX(0deg); }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
    Ä«Å×°í¸® ¸®½ºÆ®¿µ¿ª 
*/
.moreBtn { 
    width: 36px; 
    margin: 30px auto 0; 
    color: #000; 
}
.moreBtn i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 18px;
}
.moreBtn span {
    display: block;
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
#header { display:none; }
html #listheader .headerBottom{padding: 17px 15px;height:auto;background:transparent;}
html #listheader .headerBottom .headerBottomRight .cart{ width: 14px;  height: 20px; background: url(/design/jstyle07/wib/img/icon/cart.png) no-repeat; margin: 0;  background-size: 14px 18px;}
html #listheader .headerBottom>*{vertical-align:middle;}
html #listheader .headerBottom #search{width:100%;height:100%; background:url(/design/jstyle07/wib/img/bk2.png) no-repeat;display: block; background-position: center right 11px; }

html #listheader .headerBottom .headerBottomRight>*{float:none !Important ;vertical-align: middle;display:inline-block !important;}
html #listheader .headerBottom .headerBottomLeft{padding:0;display: inline-block;}
html #listheader .headerBottom .headerBottomRight{position:relative;top:auto;right:auto;display: inline-block;font-size:0;width:100%;}
html #listheader .headerTop{    margin-top: -1px;border:none; display:none;}
html #listheader .headerTop .swiper-slide a{font-size:13px !important;color:#1b1b1b;    padding: 20px 0 13px;}
html #listheader .headerTop .hidn_menu_wrap {display:none;}
html #container{}
main{overflow:hidden;}

.rightt{position: absolute; right: 0;}
.rightt>*{display:inline-block;vertical-align:middle;}
.rightt>div:nth-child(1), .rightt>div:nth-child(2){margin-right:18px;}
.rightt>div:nth-child(2) img{width:19px;}
.rightt>div:nth-child(1) img{width:26px;}
.bgMask{
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
}

/* ·Î°í ¹× ¾ÆÀÌÄÜ¿µ¿ª */
#listheader{position:sticky; max-width:640px; margin:0 auto; background:#fff; z-index:1000; top:0; left:0;}
#listheader .headerBottom{padding:12px 0 12px 0;position:relative;z-index:99;height:54px;box-sizing:border-box;background:#fff;}
#listheader .headerBottom.fixed{width:100%;position:fixed;top:48px;background:#fff}
#listheader .headerBottom #menu{position:absolute;top:15px;left:12px}
#listheader .headerBottom .headerBottomLeft{padding:3px 0 3px 47px}
#listheader .headerBottom .headerBottomRight{position:absolute;top:16px;right:12px}
#listheader .headerBottom .headerBottomRight>a{display:block;float:left;margin:0 0 0 15px}
#listheader .headerBottom .headerBottomRight>a img,#header .headerBottom #menu img{height:25px}
#listheader .headerBottom .headerBottomRight .cart{position:relative;color:white;}
#listheader .headerBottom .headerBottomRight .cateName { position:absolute; font-size:16px; font-weight:600; left:50%; transform:translateX(-50%); width: 70%; text-align: center; }
#listheader .headerBottom .headerBottomRight .cart sup {       
    position: absolute;
    top: -4px;
    right: -10px;
    width: 18px;
    height: 18px;
    display: block;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}
    
#listheader .headerBottom.fixed .headerBottomRight .cart { color: black; }

.category_list {
    overflow: hidden;
    position: sticky;
    top: 54px;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.category_list.fixed{
    position: fixed;
    top: 57px;
    z-index: 11;
    max-width: 640px;
    overflow: hidden;
}

.category_list .roll_bg{
    position: absolute;
    right: 0;
    top: 0px;
    width: 45px;
    display: none;
    background: url(/design/jstyle07/wib/img/icon/icon_cate_roll_bg.png) no-repeat;
    z-index: 4;
    height: 42px;
}

/* 
.category_list .swiper-wrapper{
    padding: 0 20px;
}*/


.category_list.swiper-container ul li{
    display: inline-block;
    vertical-align: top;
    width: auto !important;
}

.category_list.swiper-container ul li:last-child{
    margin-right: 45px;
}

.category_list.swiper-container ul li a{
    margin: 17px 0 16px;
    /*border-right: 1px solid #ccc;*/
    display: block;
    line-height: 30px;
    padding: 0 20px;
    color: #000;
    font-size:13px;
}
.category_list.swiper-container.bestCate ul li a.sel {
    background-color: #000;
    color: #fff !important;
    border-radius: 30px;
}

.category_list.swiper-container.bestCate ul li a.on_page{
    font-weight: bold;
}


.category_list.swiper-container.bestCate ul li:last-child a{
    border-right: none;
}

.category_list.swiper-container.bestCate .swiper-button-prev,
.category_list.swiper-container.bestCate .swiper-button-next{
    background: #fff url('/design/jstyle07/wib/img/sub/mp_icon_arrow_prev.png') no-repeat center center;
    background-size: 8px;
    width: 32px;
    height: 30px;
    opacity: 1;
    top: 28px;
    left: 0;
}

.category_list.swiper-container .swiper-button-next{
    transform: rotate(180deg);
    left: auto;
    right: 0;
    display: none;
}

/* ÀüÃ¼ Ä«Å×°í¸® º¸±â */
.bgMask{
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
}

.allCateViewBox {
    display: none;
    position: fixed;
    width: 100%;
    max-height: 85%;
    padding: 10px 30px 20px;
    top: 50px;
    left: 0;
    background: #fff;
    overflow: auto!important;
    z-index: 1005;
    box-sizing:border-box;
}

.allCateViewBox .c_tabCon .gnb > li > a{
    position:relative;
    display:block;
    line-height:40px;
    font-size:14px;
    font-weight:bold;
}

.allCateViewBox .c_tabCon .gnb > li > a span.c_enName{
    margin-left:5px;
    font-size:11px;
    font-weight:500;
    color:#999;
}

.allCateViewBox .c_tabCon .gnb > li > a i{
    position: absolute;
    font-size: 12px;
    line-height: 40px;
    top: 0;
    right: 0;
    text-align: right;
}

.allCateViewBox .c_tabCon .lnb{
    padding:13px 0;
    background:#f5f5f5;
    overflow:hidden;
    display:none;
}

.allCateViewBox .c_tabCon .lnb > li{
    width:50%;
    padding:0 20px;
    box-sizing:border-box;
}

.allCateViewBox .c_tabCon .lnb > li:nth-child(2n+1){
    padding-right:0;
}

.allCateViewBox .c_tabCon .lnb > li a{
    display:block;
    font-size:12px;
    line-height:25px;
}



/* Å¸ÀÌÆ²¿µ¿ª */

.shopbrand h2 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
}



/* º£½ºÆ® »óÇ° */
.best_product .items li {
    width: 40% !important;
    margin: 0 1px;
}

.best_product .list_shoppingInfo {
    margin-top: 12px !important;
    padding: 0 8px !important;
    text-align: left !important;
}

body .best_product .list_shoppingInfo .subName {
    height: 18px;
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.subName2 {
    height: 18px;
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #515151;
    width: 100%;
}

.prod_manufacture {
    margin-top: 2px;
    margin-bottom: 2px;
    color: #6667c8;
}

.best_product .thumb_wrap img.listPic {
    width: 100%
}

/* ÀÏ¹Ý»óÇ° ¸®½ºÆ® */

.shopbrand .MK_product_list {
    margin: 10px 0 30px;
}

.shopbrand .MK_product_list .items {
    padding: 10px 0;
}

.shopbrand .MK_product_list .items #MK_best_product li {
    width: 33.33%;
}

.shopbrand .MK_product_list .items .paging-num {
    text-align: center;
    clear: both;
    margin: 20px 0;
}

.shopbrand .MK_product_list .items .paging-num a {
    background-color: #fff;
    border: 1px solid #393939;
    padding: 5px 10px;
    margin: 0 10px;
}

.shopbrand .list_group {
    padding: 12px 1%;
    text-align: center;
    display: none;
}

.shopbrand .list_group select {
    width: 49%;
    height: 28px;
}

.shopbrand .more .more-title {
    color: #3b3b3b;
}

.shopbrand .more .more-num {
    color: #aaaaaa;
}

.shopbrandTitle {
    max-width: 800px;
}

.shopbrand .shopbrandTitle {
    margin-bottom: 25px;
  
}

.shopbrand .shopbrandTitle img {
    width: 100%;
}

.shopbrand .list_array .list_arrayRight img {
    width: 20px;
    height: auto;
}


/* 200618 »óÇ°Áø¿­¼ø º¯°æ */
.item-sort-wrap .item-order-wrap {
    position: relative
}

.item-sort-wrap .item-order-wrap .select {
    width: 143px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
    text-indent: 10px;
    background: url(/design/jstyle07/wib/img_pc/icon/list_arrow_bt.png) no-repeat;
    background-position: center right 10px;
    cursor: pointer
}

.item-sort-wrap .item-order-wrap .select.on {
    background: url(/design/jstyle07/wib/img_pc/icon/list_arrow_top.png) no-repeat;
    background-position: center right 10px
}

.item-sort-wrap .item-order-wrap .item-order {
    border: 1px solid #ddd;
    padding: 10px 0;
    line-height: 32px;
    margin-top: -1px;
    position: absolute;
    width: 100%;
    top: 30px;
    box-sizing: border-box;
    text-indent: 10px;
    z-index: 2;
    background: #fff;
    display: none
}

.item-sort-wrap .item-order-wrap .item-order li {
    cursor: pointer
}

.item-sort-wrap .item-order-wrap .item-order li a {
    display: block;
    line-height: 32px
}




/* ÇÒÀÎÀ² */
.list_shoppingInfo .dc_info,
.list_shoppingInfo .dc_perc {
    color: #46479b;
    font-weight: bold;
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
    margin: 5px 0 0 5px;
    vertical-align: middle;
    font-size: 13px;
    /* float: right; */
}

.list_shopping3x .list_shoppingInfo .dc_info,
.list_shopping3x .list_shoppingInfo .dc_perc {
    display: none;
}



/* ·Ñ¸µ ¿ÀÇÂ¸Þ´º ¿µ¿ª */
.hidn_menu_wrap {
    position:relative;
    z-index:1001;
    width:100%;
    top:-54px;
    display:block;
}
.hidn_menu_wrap.fixed {
    position: fixed;
    top: 54px; /*210914 ¿ø·¡ top: 129px ´Ù¹Ì ¼öÁ¤*/
    max-width: 640px;
}
.hidn_menu_wrap .hidn_menu_box{
    position:absolute;
    width:100%;
    background:#fff;
    display:none;
}
.hidn_menu_wrap .hidn_menu_box .tit {
    font-size:14px;
    color:#000;
    display:inline-block;
    padding:14px 13px;
}
.hidn_menu_wrap .hidn_menu_box .tit a { 
    display:block;
    font-size:14px;
    border:0;
    width:auto;
    margin:0;
    padding:0;
}
.hidn_menu_wrap .hidn_menu_box .tit img{
    width:20px;
    vertical-align:middle;
    padding-right:10px;
}
.hidn_menu_wrap .hidn_menu_box>div{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    line-height:100%;
    text-align:left;
    padding:9px 40px 9px 18px;
    font-size:0;
    letter-spacing:0;
}
.hidn_menu_wrap .hidn_menu_box>div>li {width: 33.3%;display: inline-block;}
.hidn_menu_wrap .hidn_menu_box a{font-size:13px;display:inline-block;vertical-align:top;width:100%;padding:11px 0;box-sizing:border-box;color:#000;height:auto;line-height:100%;}
.hidn_menu_wrap .menu_link{position:absolute;right:0;top:5px;display:block;z-index:11;width: 42px;height: 45px;}
.hidn_menu_wrap .menu_link img{width:auto;height:45px}

.prod_manufacture {
    margin-top: 2px; margin-bottom: 2px; color:#6667c8;
}

/* 240716 add */
.clockBoxWrapper { transition: all 0.4s; position: absolute; top: 0; bottom:0; left: 50%; width: 90%; transform: translateX(-50%); }
.flip-clock-wrapper { transition: all 0.4s; display: flex; flex-direction: row; justify-content: center; width: 100%; height: auto; background: none; }
.flip-clock-wrapper ul { transition: all 0.4s; }
.flip-clock-wrapper ul li a div { transition: all 0.4s; }
.flip-clock-divider { opacity: 0; }
.clockBox01, .clockBox02 { transition: all 0.4s; width: 100%; position: absolute; bottom: 10%; left: 0; display: flex; flex-direction: row; justify-content: center; }
.clockBox p { transition: all 0.4s; font-size: 14px; color: #fff; width: 33%; text-align: center; }
.clockBox01 p, .clockBox02 p { font-size: 14px; font-weight: bold; }
@media (max-width: 640px) {
    .flip-clock-wrapper ul { height: 65px; }
    .flip-clock-wrapper ul li a div { font-size: 1.5em; }
    .flip-clock-divider { opacity: 0; }
}
@media (max-width: 434px) {
    .flip-clock-wrapper ul { height: 50px; }
    .flip-clock-wrapper ul li a div { font-size: 1.3em; }
    .clockBox p { font-size: 1em; }
}
@media (max-width: 364px) {
    .flip-clock-wrapper ul { height: 45px; }
    .flip-clock-wrapper ul li a div { font-size: 1.3em; }
    .clockBox p { font-size: 0.8em; }
}
@media (max-width: 340px) {
    .flip-clock-wrapper ul { height: 40px; }
    .flip-clock-wrapper ul li a div { font-size: 1.3em; }
    .clockBox p { font-size: 0.8em; }
}




/* À¯ÀÇ»çÇ× ºÎºÐ css */
.notice__wrap img { width: 100%; display: block; }
.notice__wrap,
.notice__wrap--more { position: relative; }
.notice__wrap--more { cursor: pointer; display: block; }
.notice__wrap--more img { margin-top: 0; }
.notice__wrap--notice {
    overflow: hidden;
    height: 0px;
    transition-property: height;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    z-index: -99;
}
.notice__wrap--notice.active { height: 100%; }

/* 250328 add ¹è¼ÛÁö¿ªÅä±Û */
.notice__wrap2 img { width: 100%; display: block; }
.notice__wrap2,
.notice__wrap--more2 { position: relative; }
.notice__wrap--more2 { cursor: pointer; display: block; }
.notice__wrap--more2 img { margin-top: 0; }
.notice__wrap--notice2 {
    overflow: hidden;
    height: 0px;
    transition-property: height;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    z-index: -99;
}
.notice__wrap--notice2.active { height: 100%; }

/* 250625 add Åä¿ä¹è¼Û */
.satTodayDlvr__wrap { width: 100%; position: relative; }
.satTodayDlvr__wrap img { width: 100%; margin-top: 0; }
.notice__wrap--more--satDlvr,
.notice__wrap--more--satDlvr2 { display: block; cursor: pointer; }
.notice__wrap--notice--satDlvr,
.notice__wrap--notice--satDlvr2 {
    overflow: hidden;
    height: 0px;
    transition-property: height;
    transition-timing-function: linear;
    transition-duration: 0.3s;
    z-index: -99;
}
.notice__wrap--notice--satDlvr.active,
.notice__wrap--notice--satDlvr2.active { height: 100%; }

/* 250703 ÀÏ¹ÝºÐ·ù Ä«Å×°í¸® ¸®½ºÆ® ¿µ¿ª º¹ºÙ */
.moreBtn {width: 36px; margin: 30px auto 0; color: #000;}
.moreBtn i{
    display:block;
    width:36px;
    height:36px;
    line-height:34px;
    text-align:center;
    border:1px solid #ddd;
    border-radius:18px;
}

.moreBtn span{
    display:block;
    padding-top:5px;
    text-align:center;
    font-size:12px;
    font-weight:500;
}
/* BASIC css end */

