
/* ---------- s2 start --------- */
.s2{
    text-align: center;
    padding: 50px 0;
    background:linear-gradient(to left, #EBEBEB , #F8F8F8 30%);
    position: relative;
}
.title{
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 500;
}
.subTitle-s2{
    width: 480px;
    margin: 0 auto;
    line-height: 24px;
}
.redBox-s2{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.redBorder-s2{
    width: 1200px;
    position: relative;
    border-top: #D51618 solid 3px;
}
.redBorder-s2 img{
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}
@media(max-width:1280px){
    .redBorder-s2{
        width: 80vw;
    }
}
@media(max-width:600px){
    .subTitle-s2{
        width: 80vw;
        margin: 0 auto;  
    }
}
/* ---------- s3 start --------- */
.s3Box{
    width: 800px;
    margin: 0 auto;
    padding: 100px 0;
}
.tr-s3{
    display: flex;
    margin-bottom: 30px;
    line-height: 40px;
}
.th-s3{
    width: 70px;
    margin-right: 20px;
}
.td-s3{
    width: 730px;
}
.td-s3 input{
    width: 100%;
    line-height: 40px;
    border: #C8C6C0 1px solid;
    padding: 0 20px;
}
.td-s3-phone {
    width: 730px;
}

    .td-s3-phone > input:nth-child(1) {
        width: 70%;
        line-height: 40px;
        border: #C8C6C0 1px solid;
        padding: 0 20px;
    }

    .td-s3-phone > input:nth-child(2) {
        width: 27%;
        line-height: 40px;
        border: #C8C6C0 1px solid;
        padding: 0 20px;
        float: right;
    }
.checkBox {
    display: flex;
}
    .checkBox > div {
        width: 95%;
    }

    .checkBox >.check-s3 {
        height: 14px;
        width: 5%;
        line-height: 40px;
        margin-top: 15px;
    }
textarea{
    border: #C8C6C0 1px solid;
    width: 100%;
    height: 160px;
    vertical-align: bottom;
    resize: none;
    padding: 10px 20px;
}
.robot-s3{
    text-align: center;
    margin-bottom: 40px;
} 
.submit-s3-newsletter{
    text-align: center;
    margin: 0 auto;
}
.submit-s3-newsletter{
    width: 280px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background-color: #D51618;
    border: none;
    cursor: pointer;
}
.submit-s3-newsletter :hover{
    letter-spacing: 2px;
}
.checkYet-s3,
.checkAlready-s3{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #00000099;
    height: 100vh;
    width: 100%;
    display: none;
}
.checkBox-s3{
    background-color: #fff;
    width: 510px;
    margin: 20vh auto 0 auto;
    text-align: center;
    padding: 50px 0;
}
.checkBox-s3 img{
    margin-bottom: 30px;
}
.checkText-s3{
    width: 80%;
    margin: 0 auto 30px auto;
    font-size: 16px;
    line-height: 24px;
}
.closeBtn-s3{
    width: 115px;
    height: 40px;
    line-height: 40px;
    background-color: #D51618;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

@media(max-width:900px){
    .s3Box{
        width: calc(70px + 60vw);
    }
    .td-s3{
        width: 60vw;
    }
    .td-s3-phone {
        width: 60vw;
    }
}
@media(max-width:600px){
    .s3Box{
        width: 87vw;
    }
    .tr-s3{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .td-s3{
        width: 87vw;
    }
    .td-s3-phone {
        width: 87vw;
    }

        .td-s3-phone > input:nth-child(1) {
            width: 100%;
        }

        .td-s3-phone > input:nth-child(2) {
            width: 100%;
            margin-top: 10px;
        }
    .robot-s3{
        margin-top: 40px;
    }
    .checkBox-s3{
        width: 90%;
    }
}

