/* BASIC css start */
/* =========================================================
   »óÇ°¸®½ºÆ® (¸ÞÀÎ/°Ë»ö/»óÇ°¸®½ºÆ®)
========================================================= */

.prd-list{
    margin-top:0;
}

.prd-list table td{
    padding-top:10px;
    border:0;
}

.prd-list table .tb-center{
    padding:0 10px;
}

.prd-list table .info{
    padding:5px 0;
}

.prd-list .thumb{
    width:250px;
    height:250px;
    margin:0 auto;
    border:1px solid #ececec;
    font-size:0;
    line-height:0;
}

.prd-list .thumb a,
.prd-list .thumb img{
    display:block;
    width:100%;
    height:100%;
}

.prd-list .dsc{
    margin-top:20px;
    font-weight:400;
}

.prd-list .price{
    margin-top:5px;
    color:#2e2e2e;
    font-weight:700;
}

.prd-list .price .prd-price{
    color:#2e2e2e;
    font-size:13px;
    font-weight:800;
}


/* =========================================================
   ¸ÞÀÎ ½½¶óÀÌ´õ
========================================================= */

#main_slider{
    height:541px;
}

#blk_scroll_wings.top_fix,
#cherrypicker_scroll.top_fix{
    position:absolute!important;
    top:902px!important;
    right:50%!important;
}

.closeup{
    margin-top:6px;
}

#main_slider ul.slick-dots{
    position:absolute;
    right:0;
    bottom:1px;
    left:0;

    width:1200px;
    margin:0 auto;
    padding-left:220px;

    box-sizing:border-box;
    font-size:0;
    text-align:right;
}

#main_slider .slick-slide{
    width:100%;
    height:541px;
    background-position:top center!important;
    background-repeat:no-repeat!important;
}

#main_slider ul.slick-dots li{
    position:relative;
    display:inline-block;

    width:139px;
    height:44px;

    background:#fff;
    border-top:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;

    font-size:12px;
    line-height:40px;
    text-align:center;
    vertical-align:top;
}

#main_slider ul.slick-dots li button{
    background:#fff;
    color:#2e2e2e;
    font-size:12px;
    outline:0;
}

#main_slider ul.slick-dots li.slick-active{
    height:42px;
    border-bottom:3px solid #003ca6;
    line-height:40px;
}

#main_slider ul.slick-dots li.slick-active button{
    color:#003ca6;
}


/* =========================================================
   BEST ITEM
========================================================= */

.best_item{
    position:relative;
    width:1200px;
    margin:60px auto 0;
    overflow:hidden;
    text-align:right;
}

.best_item .best_item_title{
    float:left;
    width:220px;
    color:#333;
    font-family:'NanumSquareRoundB';
    font-size:36px;
    font-weight:700;
    line-height:1.15;
    text-align:left;
}

.best_item .best_item_sub{
    padding:10px 0;
    color:#2e2e2e;
    font-family:'Nanum Gothic';
    font-size:14px;
    font-weight:400;
}

.best_item .best_item_tab{
    color:#333;
    font-family:'Nanum Gothic';
    font-size:16px;
    font-weight:400;
    line-height:1.45;
}

.best_item .best_item_tab .tab_li{
    margin-bottom:2px;
    padding:2px 4px;
    cursor:pointer;
    font-size:16px;
    font-weight:400;
}

.best_item .best_item_tab .tab_li:hover{
    color:#000;
}

.best_item .best_item_tab .tab_li.active{
    display:inline-block;
    color:#fff;
    background:#003ca6;
}

.best_item .best_item_product{
    position:absolute;
    top:0;
    right:0;
    display:inline-block;
    visibility:hidden;
    width:976px;
    padding:0;
    opacity:0;
    vertical-align:top;
}

.best_item .best_item_product.active{
    visibility:visible;
    opacity:1;
}

.best_item .best_item_product li{
    margin:0 0 0 24px;
    box-sizing:border-box;
    text-align:center;
}

.best_item .best_item_product li .img img{
    width:98%;
    border:1px solid #dfdfdf;
}

.best_item .slick-arrow{
    position:absolute;
    top:50%;
    z-index:99;
    display:inline-block!important;
    cursor:pointer;
    opacity:.35;
    transform:translateY(-50%);
}

.best_item .slick-arrow:hover{
    opacity:1;
}

.best_item .best_item_product li .info{
    margin-top:20px;
    text-align:left;
}

.best_item .best_item_product li .info .prd-name{
    margin-bottom:10px;
    color:#2e2e2e;
    font-size:12px;
    font-weight:700;
}

.best_item .best_item_product li .info .prd-price{
    color:#2e2e2e;
    font-size:14px;
    font-weight:800;
}

.best_item .best_item_product li .info .prd-price .consumer{
    margin-left:2px;
    color:#a5a5a5;
    font-size:13px;
    font-weight:400;
    text-decoration:line-through;
    vertical-align:top;
}

.best_item .best_item_product li .info .subname{
    margin-bottom:10px;
    color:#2e2e2e;
    font-size:14px;
}

.best_item ul.slick-dots{
    position:absolute;
    right:0;
    bottom:-60px;
    left:0;
    height:4px;
    margin:0 auto;
    text-align:center;
}

.best_item .next.slick-arrow{
    right:0;
}

.best_item ul.slick-dots li{
    display:inline-block;
    margin:0;
}

.best_item ul.slick-dots li button{
    display:block;
    width:50px;
    height:4px;
    background:#ebebeb;
    outline:0;
    text-indent:-9999em;
    transition:all .3s ease;
}

.best_item ul.slick-dots li.slick-active button{
    background:#000;
}

.best_item_link{
    padding-top:30px;
}

.best_item_link a{
    display:block;
    width:130px;
    padding:10px;
    background:#7419fe;
    border-radius:35px;
    color:#fff;
    font-family:'Nanum Barun Gothic';
    text-align:center;
}

.best_item_link a:hover{
    box-shadow:0 2px 3px rgba(0,0,0,.35);
}


/* =========================================================
   Áß°£ ¹è³Ê
========================================================= */

.middle_slide_banner{
    position:relative;
    width:1200px;
    height:160px;
    margin:26px auto 80px;
    overflow:hidden;
}

.middle_slide_banner .slick-slide img{
    width:100%;
}


/* =========================================================
   °øÅë ¼½¼Ç Å¸ÀÌÆ²
========================================================= */

.main_title{
    position:relative;
    width:1200px;
    margin:0 auto;
    padding-bottom:36px;
    box-sizing:border-box;
    text-align:center;
}

.main_title h3{
    margin:0;
    color:#333;
    font-family:'NanumSquareRoundB';
    font-size:34px;
    letter-spacing:-.5px;
    line-height:1.3;
}

.main_title p.sub{
    margin:0;
    padding-top:15px;
    color:#2e2e2e;
    font-size:14px;
    line-height:1.6;
}


/* =========================================================
   ÀÌº¥Æ® / ·¹½ÃÇÇ ¼½¼Ç
========================================================= */

.event{
    position:relative;
    margin:80px 0;
}


/* =========================================================
   ÅÇ / ·¹½ÃÇÇ ÄÜÅÙÃ÷
========================================================= */

.tab_wrap{
    width:1200px;
    margin:0 auto;
}

.tab_box_container{
    width:1200px;
    margin:0 auto;
}

.tab_menu_container{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content:flex-start;
    width:1200px;
    height:auto;
    min-height:0;
    margin:0 auto;
    padding:0;
    box-sizing:border-box;
}

.tab_menu_container::after{
    content:"";
    display:block;
    clear:both;
}

.tab_menu_container li{
    float:none;
    width:300px;
    height:290px;
    margin:0;
    padding:0;
    box-sizing:border-box;
    outline:0;
}

.jb-a,
.jb-a1,
.jb-a2,
.jb-a3,
.jb-a4,
.jb-a5,
.jb-a6,
.jb-a7{
    position:relative;
}

.jb-c{
    position:absolute;
    top:0;
    left:0;
    display:none;
}

.jb-a:hover .jb-c,
.jb-a1:hover .jb-c,
.jb-a2:hover .jb-c,
.jb-a3:hover .jb-c,
.jb-a4:hover .jb-c,
.jb-a5:hover .jb-c,
.jb-a6:hover .jb-c,
.jb-a7:hover .jb-c{
    display:block;
}


/* =========================================================
   GUNWOO'S BRAND PARTNERS
========================================================= */

.main_title.brand_title,
.main_title:has(+ #main-roll){
    position:relative;
    z-index:1;
    width:1200px;
    margin:80px auto 0;
    padding:56px 0 30px;
    background:#f7f7f7;
    box-sizing:border-box;
    box-shadow:0 0 0 100vmax #f7f7f7;
    clip-path:inset(0 -100vmax);
}

.main_title.brand_title h3,
.main_title:has(+ #main-roll) h3{
    display:inline-block;
    margin:0;
    padding:12px 32px 11px;
    background:#fff;
    border:1px solid #e2e2e2;
    border-top:3px solid #333;
    box-shadow:0 3px 10px rgba(0,0,0,.035);
    box-sizing:border-box;
    color:#333;
    font-family:'NanumSquareRoundB';
    font-size:30px;
    font-weight:700;
    letter-spacing:-.4px;
    line-height:1.25;
}

.main_title.brand_title p.sub,
.main_title:has(+ #main-roll) p.sub{
    margin:0;
    padding-top:18px;
    color:#555;
    font-size:14px;
    line-height:1.6;
}

#main-roll{
    position:relative;
    width:1200px;
    height:198px;
    margin:0 auto 80px;
    padding:0 60px 64px;
    background:#f7f7f7;
    box-sizing:border-box;
    overflow:hidden;
    box-shadow:0 0 0 100vmax #f7f7f7;
    clip-path:inset(0 -100vmax);
}

#main-roll ul.prd-list{
    margin:0;
    padding:0;
    list-style:none;
}

#main-roll .slick-list{
    position:relative;
    height:134px;
    border:0;
    box-sizing:border-box;
    overflow:hidden;
}

#main-roll .slick-list::before,
#main-roll .slick-list::after{
    content:"";
    position:absolute;
    top:11px;
    bottom:11px;
    z-index:20;
    width:2px;
    background:#f7f7f7;
    pointer-events:none;
}

#main-roll .slick-list::before{
    left:0;
}

#main-roll .slick-list::after{
    right:0;
}

#main-roll ul.prd-list li.thumb{
    width:auto;
    height:134px;
    margin:0;
    padding:0;
    background:transparent;
    border:0;
    box-sizing:border-box;
    font-size:0;
    line-height:0;
}

#main-roll ul.prd-list li.thumb a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:112px;
    margin:11px 0;
    padding:16px 18px;
    background:#fff;
    border:0;
    border-top:1px solid #e7e7e7;
    border-right:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
    box-shadow:none;
    box-sizing:border-box;
    text-decoration:none;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

#main-roll ul.prd-list li.thumb a:hover{
    border-top-color:#d2d2d2;
    border-right-color:#d2d2d2;
    border-bottom-color:#d2d2d2;
    box-shadow:0 5px 14px rgba(0,0,0,.07);
    transform:translateY(-2px);
}

#main-roll ul.prd-list li.thumb img{
    display:block;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:76px;
    object-fit:contain;
}

#main-roll .prd-list a{
    pointer-events:auto;
}


/* =========================================================
   ºê·£µå ½½¶óÀÌ´õ È­»ìÇ¥
   ¼­·Î ¸Â´ê´Â Á¤´ëÄª ²ª¼è
========================================================= */

#main-roll .toolbar{
    pointer-events:none;
}

#main-roll .toolbar a.left,
#main-roll .toolbar a.right{
    position:absolute;
    top:67px;
    z-index:30;
    width:52px;
    height:64px;
    background:transparent;
    border:0;
    box-shadow:none;
    box-sizing:border-box;
    outline:0;
    color:transparent;
    cursor:pointer;
    font-size:0;
    line-height:0;
    overflow:visible;
    pointer-events:auto;
    text-indent:-9999px;
    opacity:.78;
    transform:translateY(-50%);
    transition:opacity .2s ease;
}

#main-roll .toolbar a.left{
    left:4px;
}

#main-roll .toolbar a.right{
    right:4px;
}

/* µÎ ¼± ±æÀÌ µ¿ÀÏ + ³¡Á¡ÀÌ °¡¿îµ¥¿¡¼­ ¸¸³ªµµ·Ï ¼³Á¤ */
#main-roll .toolbar a.left::before,
#main-roll .toolbar a.left::after,
#main-roll .toolbar a.right::before,
#main-roll .toolbar a.right::after{
    content:"";
    position:absolute;
    left:50%;
    width:2px;
    height:24px;
    background:#777;
    border-radius:2px;
    transition:background-color .2s ease;
}

/* ¿ÞÂÊ È­»ìÇ¥ */
#main-roll .toolbar a.left::before{
    top:50%;
    transform-origin:center bottom;
    transform:translateX(-50%) translateY(-100%) rotate(45deg);
}

#main-roll .toolbar a.left::after{
    top:50%;
    transform-origin:center top;
    transform:translateX(-50%) translateY(0) rotate(-45deg);
}

/* ¿À¸¥ÂÊ È­»ìÇ¥ */
#main-roll .toolbar a.right::before{
    top:50%;
    transform-origin:center bottom;
    transform:translateX(-50%) translateY(-100%) rotate(-45deg);
}

#main-roll .toolbar a.right::after{
    top:50%;
    transform-origin:center top;
    transform:translateX(-50%) translateY(0) rotate(45deg);
}

#main-roll .toolbar a.left:hover,
#main-roll .toolbar a.right:hover{
    background:transparent;
    border:0;
    box-shadow:none;
    opacity:1;
}

#main-roll .toolbar a.left:hover::before,
#main-roll .toolbar a.left:hover::after,
#main-roll .toolbar a.right:hover::before,
#main-roll .toolbar a.right:hover::after{
    background:#222;
}


/* =========================================================
   ¸ÞÀÎ/»óÇ°ºÐ·ù °øÅë ¸ðµ¨¸í
========================================================= */

.prd_list .pd_wrap .info .model,
.product-wrap .prd-list ul.info li.model,
.best_item_product .pd_wrap .info .model{
    margin-top:4px;
    color:#777;
    font-size:12px;
    line-height:1.4;
}
/* BASIC css end */

