@charset "utf-8";

.amazing_wrap {
    border: solid #ffeb8f;
    background: #fff;
    overflow: hidden;
}

.amazing_wrap h5 {
    background: #ffeb8f;
}

.amazing_wrap .amazing_list li:first-child {
    background: none !important;
}

.amazing_wrap .amazing_list li h6 {
    font-weight: bold;
    font-size: 1.375rem;
}

.amazing_wrap .amazing_list li {
    background: url("/assets/img/contents/line_dotx.png") repeat-x left top;
    position: relative;
}

.amazing_wrap .amazing_list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
}

.amazing_wrap .amazing_list li:first-child::before {
    background: url("../img/point_part1.png") no-repeat center;
}

.amazing_wrap .amazing_list li:nth-child(2)::before {
    background: url("../img/point_part2.png") no-repeat center;
}

.amazing_wrap .amazing_list li:nth-child(3)::before {
    background: url("../img/point_part3.png") no-repeat center;
}

.true_list li {
    background: url("/assets/img/contents/bg_stripe_nvy.png") repeat;
    position: relative;
}

.true_list li div {
    position: absolute;
}

#discount {
    position: relative;
}

#discount::after {
    content: "";
    display: block;
    position: absolute;
    background: url("../img/discount_figure.png") no-repeat center;
    background-size: contain;
}

@media (max-width: 640px) {
    .amazing_wrap {
        border-width: 0 3px 3px;
        border-radius: 10px;
    }
    
    .amazing_wrap h5 {
        padding: 15px;
    }
    
    .amazing_wrap .amazing_list {
        padding: 0 17px;
    }
    
    .amazing_wrap .amazing_list li {
        padding: 22px 0 20px 62px;
        background-size: auto 2px;
    }
    
    .amazing_wrap .amazing_list li:first-child {
        padding-top: 20px;
    }
    
    .amazing_wrap .amazing_list li::before {
        width: 52px;
        height: 55px;
        background-size: contain !important;
        top: 20px;
    }
    
    .true_list {
        margin-bottom: -15px;
    }
    
    .true_list li {
        padding: 15px;
        margin-bottom: 15px;
        background-size: 17px auto;
        border-radius: 10px;
    }
    
    .true_list li div {
        width: 46px;
        left: 15px;
        top: 10px;
    }
    
    .true_list li h6 {
        padding-left: 60px;
        margin-bottom: 10px;
        line-height: 44px;
    }
    
    #discount::after {
        width: 150px;
        height: 116px;
        right: -20px;
        top: -45px;
    }
}

@media (min-width: 641px) {
    .amazing_wrap {
        border-width: 0 6px 6px;
        border-radius: 20px;
    }
    
    .amazing_wrap h5 {
        line-height: 70px;
    }
    
    .amazing_wrap .amazing_list {
        padding: 0 54px;
    }
    
    .amazing_wrap .amazing_list li {
        display: flex;
        align-items: center;
        width: 100%;
        height: 153px;
        padding: 3px 0 0 125px;
        box-sizing: border-box;
    }
    
    .amazing_wrap .amazing_list li:first-child {
        padding-top: 0;
    }
    
    .amazing_wrap .amazing_list li::before {
        width: 105px;
        height: 111px;
        margin-top: -55px;
        top: 50%;
    }
    
    .true_list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 -32px -32px;
    }
    
    .true_list li {
        width: 236px;
        padding: 20px;
        border-radius: 20px;
        margin: 0 0 32px 32px;
    }
    
    .true_list li div {
        left: 20px;
        top: 12px;
    }
    
    .true_list li h6 {
        margin-bottom: 12px;
        padding-left: 90px;
        line-height: 68px;
    }
    
    .true_list li:first-child h6 {
        padding: 2px 0 2px 90px;
        line-height: 32px;
    }
    
    #discount::after {
        width: 300px;
        height: 233px;
        right: 60px;
        top: -99px;
    }
}

