/* BASIC css start */
/* page-body */
#productPlan .page-body .visual { margin-top:30px }
#productPlan .page-body .pick { margin-top:30px; text-align:center }
#productPlan .page-body .pick select { width:588px; height:38px; font-size:15px; color:#555; text-align:center }
#productPlan .page-body .clst { zoom: 1; overflow: hidden; margin-top: 10px; padding: 10px 7px 7px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
#productPlan .page-body .clst li { float: left; margin-right: 15px; padding-left: 10px; background: url(/images/d3/modern_simple/common/bull_h2_sqr_gray.gif) no-repeat 0 45%; }
#productPlan .page-body .clst li a { display: block; white-space: nowrap; }
#productPlan .page-body .p-hd { position: relative; margin-top: 70px; padding: 0 10px 5px; border-bottom: 2px solid #5c5c5c; }
#productPlan .page-body .p-hd.mt-35 { margin-top: 35px; }
#productPlan .page-body .p-hd h3 { color: #5c5c5c; font-size: 14px; font-weight: bold; letter-spacing: -1px; }
#productPlan .page-body .p-hd .top { position: absolute; top: 0; right: 5px; color: #5c5c5c; }
#productPlan .page-body .plst { zoom: 1; overflow: hidden; margin: 25px auto 0; }
#productPlan .page-body .item-wrap { padding-top:50px }
#productPlan .page-body .item-wrap .main_icons { position:relative;}



#tab_cont {text-align:center;padding-top:40px;}
#tab_menu { width: 100%; margin-top: 10px; } 
#tab_menu ul { } 
#tab_menu ul li { width: 33.3%; float: left; text-align: center; } 
#tab_menu ul li a {display: inline-block; color: #000;; width: 100%; line-height: 50px; box-sizing: border-box; border-bottom: 1px solid #D54011;font-size:14px; } 
#tab_menu ul li a.tab_on { border: 1px solid #D54011; border-bottom: 0; color: #D54011; background-color: #fff; border-top-width: 3px; line-height: 48px;font-weight:600;}

.brand_story {width:1200px;margin:0 auto 20px;} 

.page_location { } 
.page_location a { line-height: 50px; font-size: 12px; color: #000; font-family: 'dotum'; } 
.page_home:after { content: ""; background: url("/design/kgcbrand1/img/mpage_arr.png") no-repeat; width: 6px; height: 9px; display: inline-block; margin: 0 5px 0 10px; } 

.interview_video { width: 1080px; height: 480px; background: url("/design/kgcbrand1/img/video_bg_pc.jpg") 0 0 no-repeat; display: block !important; position: relative; } 
.interview_video video { position: absolute; bottom: 42px; right: 20px; } 

.business_table { width: 100%; border: 1px solid #b2cff7; font-size: 14px; color: #383838; text-align: center; margin-top: 20px; word-break: keep-all; } 
.business_table tr th { background-color: #3b8edc; color: #fff; padding: 10px 0; border-right: 1px solid #a4cdf3; } 
.business_table tr th:last-child { border-right-color: #b2cff7}
.business_table tr td { border: 1px solid #b2cff7; padding: 15px; } 
.business_table tr td:nth-child(2) { text-align: left; } 


.item-wrap {width:1080px;margin: 0 auto;}
.item-wrap .item-cont {width:1080px;}
.item-wrap .item-cont .item-list {position: relative;width: 24.2%;padding-right: 1%;margin-bottom:55px;}
.item-wrap .item-cont .item-list:last-child {padding-right:0;}
.item-wrap .item-cont .item-list .imgBox {position: relative;width:100%;height:100%;}
.item-wrap .item-cont .item-list .imgBox a {}
.item-wrap .item-cont .item-list .imgBox img {width: 260px;height: 260px;object-fit: cover;}
.item-wrap .item-cont .item-list .textBox {padding:0; background: rgba(0, 0, 0, 0.8);position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;font-family: "Red Hat Display", sans-serif;opacity: 0;transition: all .3s ease;}
.item-wrap .item-cont .item-list:hover .textBox {opacity: 1;transition: all .3s ease;}
.item-wrap .item-cont .item-list .textBox .g_name {margin: 0 20px;font-size: 13px;line-height: 20px;color:#fff;}
.item-wrap .item-cont .item-list .g_price {padding-top: 20px;font-size: 15px;margin-right: 5px;color: #fff;}
.item-wrap .item-cont .item-list .g_price .r_price {color:#fff;}
.item-wrap .item-cont .item-list .g_price .c_price {font-size:12px;}
.item-wrap .item-cont .item-list .g_price .per {color: #c54b27;font-weight: 700;margin-right: 5px;}

#chack_info03 {position:relative;}
#chack_info03 .go_btn {width: 720px;height: 100px;background-color: transparent;display: block;position: absolute;bottom: 19%;left: 20%;border-radius: 30px;}



/*--------------------------------------------------------------------------------
//
//            ±âÈ¹Àü »óÇ°¸®½ºÆ®
//
--------------------------------------------------------------------------------*/
.goodsListWrap ul li{
    width:calc((100% - 60px)/4);
    margin-right:20px;
    margin-bottom:20px;
}

.goodsListWrap ul li:nth-child(4n){
    margin-right:0;
}

.goodsListWrap ul li .textBox {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Red Hat Display", sans-serif;
    opacity:0;
    transition: all .3s ease;
}

.goodsListWrap ul li:hover .textBox {
    opacity:1;
    transition: all .3s ease;
}

.goodsListWrap ul li a {
    text-align: center;
}

.goodsListWrap ul li .textBox .pro_type {
    color:#fff;
    font-weight: normal;
}

.goodsListWrap ul li .textBox .g_name {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 15px;
    color:#fff;
    font-weight: normal;
}

.goodsListWrap ul li .textBox .g_sub {
    color:#fff;
}

.goodsListWrap ul li .textBox .g_price {
    color:#fff;
}

.goodsListWrap ul li .textBox .g_price .c_price {
    color: rgba(255, 255, 255, 0.6);
}

.goodsListWrap ul li .textBox .g_price .r_price {
    margin: 0 4px;
    font-weight:normal
}

.goodsListWrap ul li a.cartBtn {
    display: block;
    position: absolute;
    top: 5px;
    right: 13px;
    width: 20px;
    padding: 10px;
    font-size: 0;
}


/* BASIC css end */

