@charset "utf-8";



.main .sec1 h1 {

    font-size: 3em;
    line-height: 1;
    margin: 0;
    margin-bottom: 20px;
    
}

.main .sec h2 {
    font-size: 2em;
    margin-bottom: 30px;
}

.main .sec h3 {
    font-size: 1.3em;
    color: #101113;
    margin-bottom: 15px;
    line-height: 1.5;
}


.main .sec h3:first-child {
    margin-bottom: 40px;
}

.main .sec1 {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;

    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;

    margin-bottom: 120px;
}

.main .sec1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(52, 59, 66, 0.25); */
    top: 0;
    bottom: 0;
    margin: auto;


}


.main .sec1 video {
    width: 100%;
    height: 100%;
    position: absolute;
    
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}


.main .sec1 .tit
 {
     position: absolute;
    z-index: 3;
}


.main .sec1 .tit p {
    font-size: 1em;
    margin-bottom: 50px;
}


.main .sec1 .inquiry {
    width: 100%;
    max-width: 635px;
    height: 52px;
    color: #333;
    font-size: 1em;
    background: #fff;
    display: flex;
    align-items: center;
    flex-flow: row;
    
    /* padding: 0 15px; */

    position: absolute;
    bottom: 8%;
    z-index: 10;
}

.main .sec1 .inquiry form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;


    position: relative;
}

.main .sec1 .inquiry span:first-child:after{
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    content: '';
    width: 1.5px;
    height: 36px;
    background-color: rgba(0, 128, 196,.15);
}

.main .sec1 .inquiry span:first-child{
    width: 25%;
    font-weight: 500;
    padding: 0 30px;
    position: relative;
    box-sizing: content-box;
}

.main .sec1 .inquiry input[type='text'] {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 30px;
    background: #fff;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main .sec1 input[type=submit] {
    display: none;
}

.main .sec1 label[for=submit-button] {
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


input:focus {outline: none}

.main .sec1 .button {

    height: 100%;
    font-size: 1em;
    background: #0080c4;
    font-weight: 700;
    text-transform: uppercase;
}

.main .sec .txt_wr a {
    border: 2px solid #8a9ba8;
    color: #8a9ba8;
    /* width: 120px; */
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 10px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .sec .txt_wr a:hover {
    border: 2px solid #333;
    color: #333;
}


.main .sec  {
    letter-spacing: 1px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 200px;
}

.main .sec p {
    font-size: 1em;
    margin-bottom: 30px;
}

.main .sec3,
.main .sec5 {
    flex-flow: row-reverse;
}


.main .sec > .img_wr {
    width: 50%;
    box-shadow: 20px 30px 20px rgba(0,0,0, .1);
}

.main .sec > .img_wr img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main .sec > .txt_wr {
    width: 50%;
    padding: 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
} 


@media (max-width: 1024px) {


    /* .main .sec1 h1 {
        font-size: 3em;
    }

    .main .sec h2 {
        font-size: 2em;
        margin-bottom: 40px;
    }
    
    .main .sec h3 {
        font-size: 1.3em;
    } */


    .main .sec1 {
        min-height: 500px;
        margin-bottom: 60px;
    }

    .main .sec1 .tit p {
        font-size: 1em;
    }

    .main .sec1 .inquiry {
        width: 90%;
    }

    .main .sec1 .inquiry span:first-child {
        width: calc(30% - 31px);
        padding: 0 5px;
    }

    .main .sec1 .inquiry span {
        width: calc(70% - 31px);
    }

    .main .sec1 .inquiry input[type='text'] {
        padding-left: 15px;
    }
    

    .main .sec {
        flex-flow: column;
        margin-bottom: 50px;
    }

    .main .sec .txt_wr {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    .main .sec .img_wr {
        width: 100%;
    }


}
