
.content_top {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    height: 100%;
    margin-top: 50px;
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.content_top > li {
    width: 50%;
    height: 500px;
    margin: 0 auto;
}



.sub_img {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    border-top: 3px solid #fff;
    box-sizing: border-box;
    
    display: flex;
    justify-content: space-between;
}

.sub_img li {
    width: 25%;
    height: 97px;
    margin: 0 auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
}

.sub_img li:hover {
    background-color: #000;
    opacity: 0.5;
    border: 3px solid blue;
}



.top_box {
    width: 100%;
    margin-left: auto;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    
    position: relative;
}

.c_t_left {

    border: 1px solid #ddd;
    box-sizing: border-box;
}

.c_t_left span {
    color: blue;
    font: 14px/21px '';
    padding-left: 20px;
}

.c_t_left h4 {
    font: bold 16px/24px '';
    padding-left: 20px;
}

.c_t_left p {
    font: 14px/21px '';
    padding-left: 20px;
}

.star {
    background: url(../img/star.PNG) center no-repeat;
    background-size: cover;
    width: 100px;
    height: 20px;
    margin: 10px;
    margin-left: 20px;
    float: left;
}

.star_p {
    margin-top: 10px;
    
}

.heart {
    background: url(../img/heart.jpg) center no-repeat;
    background-size: cover;
    
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    
    cursor: pointer;
}

.heart_2 {
    background: url(../img/heart_2.jpg) center no-repeat;
    background-size: cover;
    
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    
    cursor: pointer;
}

.center_box {
    width: 100%;
    margin-left: auto;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    
    position: relative;
}

.center_box h5 {
    padding-left: 20px;
    font: bold 24px/30px '';
    color: #8b2626;
}

.coin_box {
    width: 170px;
    height: 30px;
    
    border: 1px solid #ddd;

    
    margin-top: 30px;
    margin-left: 20px;
    background-color: #fff;
}

.coin_circle {
    width: 23px;
    height: 23px;
    
    border-radius: 100%;
    background-color: #000000;
    
    color: #fff;
    font: 14px/22px '';
    text-align: center;
    
    margin-top: 3px;
    margin-left: 5px;
    float: left;
}

.coin_box p {
    margin-left: 20px;
    margin-top: 4px;
}

.center_box span {
    color: #f74d4d;
    
}

.bottom_box {
    width: 100%;
    margin-left: auto;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.bottom_box span {
    padding-left: 0;
    color: #26418b;
}

.bottom_box p {
    margin-top: 10px;
}

.last_box {
    width: 100%;
    height: 60px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    
    display: flex;
    justify-content: space-around;
    
    
}

.last_box > div {
    width: 45%;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
}

.buy_late {
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
}

.buy_now {
    color: white;
    background-color: #333;
    cursor: pointer;
}

.qna_box {
    width: calc(100% - 40px);

    
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 40px;
    
    border: 1px solid #ddd;
    box-sizing: border-box;
    
    position: relative;
}

.qna_box > h3 {
    margin-top: 20px;
    margin-left: 20px;
}

.qna_box > span {
    
    width: 100px;
    height: 40px;
    
    text-align: center;
    font: 14px/40px '';
    color: blue;
    border: 1px solid blue;
    
    position: absolute;
    top: 15px;
    right: 20px;
    
    cursor: pointer;
}

.qna_box > span:hover {
    background-color: blue;
    color: white;
}

.line_box {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-top: 30px;
}

.qna_box > p {
    padding-top: 40px;
    padding-left: 20px;
    font: 14px/21px '';
}

.rebuy {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 40px;
}

.rebuy p {
    font: 12px/18px '';
}

.rebuy_box {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 40px;
    height: 160px;
    
    border: 1px solid #ddd;

}

.rebuy_box li {
    height: 80px;
}

.rebuy_box li:first-child {
    width: 100%;
    
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.rebuy_box li:last-child {
    width: 100%;
}

.rebuy_left {
    width: 200px;
    height: 79px;
    background-color: #f8f8f6;
    float: left;
}

.rebuy_left p {
    font: 12px/80px '';
    text-align: center;
}

.rebuy_right {
    width: calc(100% - 200px);
    height: 80px;
    float: right;
}

.rebuy_right p {
    font: 12px/18px '';
    text-align: left;
    
    padding-left: 20px;
    padding-right: 20px;
    
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.detail_box {
    max-width: 780px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 80px;
}

.detail_all {
    width: 100%;
}

/**********************************/


@media all and (max-width:1023px) {

}

@media all and (max-width:767px) {
    
    .content_top > li {
    width: 100%;
    height: 500px;
    margin: 0 auto;
}
    .content_top > li:first-child {
        margin-bottom: 40px;
    }
    
.rebuy_box {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 40px;
    height: 300px;
    
    border: 1px solid #ddd;

}

.rebuy_box li {
    height: 140px;
    
}
    

.rebuy_box li:first-child {
    width: 100%;
    
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.rebuy_box li:last-child {
    width: 100%;
}

.rebuy_left {
    width: 100%;
    height: 40px;
    background-color: #f8f8f6;
}

.rebuy_left p {
    font: 12px/40px '';
    text-align: center;
}

.rebuy_right {
    width: calc(100%);
    height: 80px;
    float: right;
    
}

.rebuy_right p {
    font: 12px/18px '';
    text-align: left;
    
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    
    text-align: center;
}

}

@media all and (max-width:414px) {
    .heart {
        display: none;
    }
    .heart_2 {
        display: none;
    }
    
}