/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
.sec-main-visual { margin-top: 30px; }

.main-visual-swiper { width: 100%; }
.main-visual-swiper .swiper-slide { border-radius: 6px; overflow: hidden; display: inline-block; width: auto; margin-right: 25px;}
.main-visual-swiper img { display: block; width: 100%; height: 100%; object-fit: cover; }

.visual-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
    padding-right: 2px;
}

.step-bar {
    flex-grow: 1;
    height: 2px;
    background-color: #eee;
    position: relative;
    margin-right: 10px;
}

.step-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #111;
    width: 0%; 
    transition: width 0.3s ease;
}

.control-btns {display: flex;align-items: center;gap: 4px;}
.control-btns button {cursor: pointer;display: flex;align-items: center;justify-content: center;color: #000;background: transparent;}
.control-btns .btn-more {width: 28px;height: 28px;border: 1px solid #ccc;font-weight: normal;background: url('/design/mgkshop/images/button_more.png') no-repeat center;display: flex;align-items: center;justify-content: center;font-size: 0;margin-right: 6px;}
.control-btns .btn-pause {}
.control-btns > div {
    display: flex;
    align-items: center;
    color: #000;
}

.custom-pagination {display: flex;align-items: center;gap: 8px;font-size: 17px;font-weight: 400;color: #000;padding: 0 4px;position: relative;top: -1px;}
.custom-pagination .current {color: #000;}
.custom-pagination .total {}
.custom-pagination .division {background:#dddddd;width:1px;height:16px;position: relative;top: 1px;}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 65px;
}
.section-header h2 {font-size: 28px;font-weight: bold;color: #000;}
.section-header h2 span {
    color: var(--maincolor);
}

.section-header .view-all {color: #888;text-decoration: none;display: flex;align-items: center;font-size: 18px;}
 
.sec-coupon {
    background: #f4f6f8;
    padding: 0 0 70px;
}
.coupon-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
}

.coupon-card {
    display: flex;
    align-items: stretch;
    width: calc((100% - 50px) / 2);
    max-width: 686px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
}

.coupon-info {
    flex: 1;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coupon-title {
    margin: 0 0 1px 0;
    font-weight: bold;
    color: #000;
    font-size: 22px;
}

.coupon-discount {
    margin: 0 0 6px 0;
    font-size: 22px;
    font-weight: bold;
    color: #da120d;
}

.coupon-discount strong {
    font-size: 30px;
    font-weight: bold;
}

.coupon-condition {
    font-size: 18px;
    color: #999999;
}

.coupon-divider {
    width: 1px;
    margin: 16px 0;
    border-left: 1px dashed #dcdcdc;
}

.coupon-action {
    padding: 0 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #edf8f8;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-download:hover {
    background-color: #e0f0ef;
}
.coupon-all-download {
    padding: 30px 0 0 0;
}

.coupon-all-download button {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 480px;
    height: 70px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
}  

.banner-grid {
    display: flex;
    gap: 20px;
    width: 100%;
}

.banner-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.banner-item {
    display: block;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.banner-item:hover {
    transform: translateY(-4px);
}

.banner-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sec-trend {
    border-top: 1px solid #dddddd;
}





/*promotionlayer*/
.all-promotion {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5010;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box
}

.all-promotion .box_item {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    padding: 0 55px;
    box-sizing: border-box;
}

.all-promotion .box_item::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px
}

.all-promotion .box_item::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(255,255,255,.6);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.6)
}
.all-promotion .list_item {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.all-promotion .list_item .list-item {
    position: relative;
    float: left;
    max-width: 450px;
    width: 50%
}

.all-promotion .list_item .image_ad {
    position: absolute;
    top: 11px;
    right: 11px
}

.all-promotion .list_item .image_ad .sprite_homemain {
    width: 34px;
    height: 24px;
    background-position: -412px -121px
}

.all-promotion .list_item .link_item {
    display: block;
}

.all-promotion .list_item .box_image img {
    width: 100%; 
}
.all-promotion .box_item .button_closed {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: 450px;
    background: #000;
    width: 55px;
    height: 55px;
    position: absolute;
} 

.instagram {padding-top:70px;}

.instagram .inner h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #000;
}

.instagram .inner h2 > a {
    font-size: 24px;
    font-weight: normal;
    color: #777;
    display: block;
    width: fit-content;    
}


/* BASIC css end */

