@charset "utf-8";
#t-spark_top {
    background-color: #000;
}

#t-spark_top .maxImg img{width:100%;}

/* top */

#top {
    background-image: url(../img/top_bg.png);
    background-size: cover;
    padding: 100px 0;
}

#top div {
    width: 60%;
    margin: 0 auto;
}

#top div p {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-top: 50px;
}

#top div p span {
    color: #ffe728;
}

/* sec1 */
#sec1 {
    padding: 100px 0;
    background-color: black;
}

#sec1 .flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

#sec1 .flex .item {
    width: 48%;
}

#sec1 .flex .item .title_area {
    padding-bottom: 10px;
    margin: 30px 0 10px;
    border-bottom: 1px solid #d4a300;
}

#sec1 .flex .item .title_area p {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

#sec1 .flex .item .title_area img {
    height: 40px;
    width: auto;
}

/* sec2 */
#sec2 {
    padding: 100px 0 70px;
    background-image: url(../img/sec2_bg.png);
    background-size: cover;
    background-attachment: fixed;
}

#sec2 .inner {
    width: 80%;
    margin: 0 auto 100px;
}

#sec2 .inner:last-of-type {
    margin-bottom: 0;
}

#sec2 .inner .detail_text {
    width: 80%;
    margin: 50px auto 0;
}

#sec2 .inner .flex {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 50px;
}

#sec2 .inner .flex img {
    width: 48%;
}

#sec2 .bold_text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 150px 0 50px;
}

#sec2 .bold_text span {
    color: #ffe728;
}

#sec2 .link_bn {
    width: 60%;
    margin: 0 auto;
}

/*INFO*/
#t-spark_top #info {
    background-color: #000;
}

#t-spark_top #info p.copy{
    margin: 100px auto 150px;
    text-align: center;
    font-size:15px;
}

.img{
  width: 100%;
  margin: 0 auto;
}

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

    #top {
        padding: 70px 0;
    }

    #top div {
        width: 80%;
    }

    #top div p {
        font-size: 16px;
    }

    /* sec1 */
    #sec1 {
        padding: 70px 0;
    }

    #sec1 .flex {
        flex-direction: column;
    }

    #sec1 .flex .item {
        width: 100%;
        margin-bottom: 30px;
    }

    #sec1 .flex .item .title_area p {
        font-size: 16px;
    }

    #sec1 .flex .item .title_area img {
        height: 25px;
    }

    /* sec2 */
    #sec2 {
        padding: 70px 0 50px;
    }

    #sec2 .inner {
        width: 90%;
    }

    #sec2 .inner .detail_text {
        width: 100%;
    }

    #sec2 .inner .flex {
        width: 100%;
    }

    #sec2 .inner {
        margin: 0 auto 50px;
    }

    #sec2 .bold_text {
        margin: 70px 0 50px;
        font-size: 16px;
    }

    #sec2 .link_bn {
        width: 80%;
    }
 
    /*INFO*/
    #t-spark_top #info p.copy{
        text-align: center;
        font-size:2.5vw;
    }
    
}