@charset "UTF-8";
body {
    margin: 0;
}

body:before {
    background-color: #000000;
    background-image: none;
}

p {
    margin: 0;
}

#t-spark_top {
    background-color: #000000;
    text-align: center;
}

img.top_img {
    width: 85%;
}

img.top_img2 {
    width: 85%;
    margin-top: 120px;
}
img.top_text {
    width: 85%;
    margin-top: 30px;
}


#brand_detail {
    margin: 0 auto;
    padding-top: 100px;
}

/* sec1 */
#sec1 ,#sec4{
    margin-top: 40px;
}
#sec1 img , #sec4 img {
    width: 80%;
}
#sec1 .small img {
    margin-top: 40px;
    width: 35%;
}
#sec4 .small img{
    margin-top: 40px;
    width: 50%;
}

/* sec2 */
#sec2 .sec2_image {
    margin-top: 100px;
}
#sec2 .sec2_image_small  {
    margin-top: 100px;
}
#sec2 .sec2_image_small img {
    width: 65%;
}

/* sec3 */
#sec3 {
    margin-top: 60px;
}
#sec3 img {
    width: 65%;
}


.mr-20px {
    margin: 20px 0;
}

#copyright1 {
    width: auto;
    margin: 30px auto 140px;
}
#copyright1 p {
    font-size: 12px;
    text-align: center
}

/* info */
#info {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
}

.buy_btn {
    display: block;
    width: 30%;
    margin: 0 auto;
}

@media screen and (max-width: 667px) {

    #sec1 .small img , #sec4 .small img {
        margin-top: 40px;
        width: 45%;
    }
    #sec2 .sec2_image , #sec2 .sec2_image_small , #sec3 ,#sec5 {
        margin-top: 30px;
    }
    #sec2 .sp_parent {
        min-width: 125%;
        position: relative;
    }
    #sec2 .sec2_image {
        position: relative;
        transform: translate( -10%, 0%);
    }
    #sec2 .sec2_image_small img {
        min-width: 85%;
    }

    
    #sec4 .small img{
        margin-top: 15px;
        width: 55%;
    }
    
    #info {
        padding: 50px 0;
    }

    .buy_btn {
        width: 70%;
    }
}
