@charset "UTF-8";

.m-bt--image {
    width: 420px;
    max-width: 100%;
    height: auto;
    margin: 0 24px 0 0;
}
.m-bt--image a{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    height: auto;
    padding: 6px;
    border-radius: 12px;
    border: none;
    background: #ffcf73;
    background: linear-gradient(90deg, #ffcf73 0%, #ff4a73 100%);
    margin: 0 24px 0 0;
    transition: .3s;
}
.m-bt--image a img{
    width: 102px;
    margin-right: 46px;
}
.m-bt--image-text{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.m-bt--image-text .fa-shopping-cart{
    width: 20px;
    position: relative;
    margin-right: 8px;
    right: 0;
}
.bt-box{
    display: flex;
    justify-content: center;
    padding: 60px 20px 40px;
    background: #fff;
}
.bt-box--pb-none{
    padding-bottom: 0;
}
.bt-box .shopping{
    display: flex;
    justify-content: flex-start;
    gap:8px;
}
.bt-box .shopping .bt{
    width: 200px;
    max-width: calc(100% / 3);
}

.bt.bt-qoo10-large{
    display: inline-block;
    width: 270px;
    margin-top: 80px;
}
.bt.bt-qoo10-large--border{
    margin-top: 50px;
}
#products .sct-products .shopping{
    padding-top: 20px;
    gap:8px;
    margin: 0 auto 120px;
}
#products .sct-products .shopping .bt{
    margin: 0;
}

@media(min-width:1220px){
    .m-bt--image a:hover{
        background: #ffcf73;
        background: linear-gradient(90deg, #ffcf73 0%, #ff4a73 100%);
        opacity: .6;
    }
}
@media(max-width:1000px){
    .bt-box{
        display: block;
        width: 400px;
        max-width: 100%;
        padding: 45px 24px 0;
        margin-left: auto;
        margin-right: auto;
    }
    .m-bt--image {
        margin: 0 auto 6px;
    }
    .m-bt--image a{
        padding: 5px;
        margin: 0 auto;
    }
    .m-bt--image a img{
        width: 80px;
        margin-right: 18px;
    }
    .m-bt--image-text{
        font-size: 14px;
    }
    .m-bt--image-text .fa-angle-down{
        right: 25px;
    }
    .m-bt--image-text .fa-shopping-cart{
        width: 16px;
        font-size: 16px;
    }
    .bt-box .shopping{
        gap:3px;
    }
    .bt.bt-qoo10-large{
        margin-top: 70px;
        margin-bottom: 20px;
    }
    .bt.bt-qoo10-large--border{
        margin-top: 50px;
        margin-bottom: 70px;
    }
    #products .sct-products .shopping{
        padding-top: 0;
        gap:3px;
    }
}