
.kv{
    position: relative;
    background-size: cover;
    height: auto;
    z-index: 2;
    /*min-height: 650px;*/
}

.kv .container{
    height: 100%;
    max-width: 100%;
    /*padding: 180px 75px 80px 75px;*/
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.kv-content{
    position: absolute;
    width: 160rem;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -18.5rem;
    z-index: 2;
}

.kv-title{
    position: relative;

}
.kv-video{
    height: 100dvh;
}
.kv-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kv-title span{
    font-size: 2.8rem;
    display: block;
    color: #fff;
    line-height: 1em;
    font-weight: 200;
    margin-bottom: 1em;
}

.kv-title h1{
    font-size:4.4rem ;
    color: #fff;
    line-height: 2em;
}

.kv-title h1 b{
    font-size: 6.8rem;
    font-weight: 500;
}

.kv-nav{
    display: flex;
    justify-content: space-between;
}
.kv-nav a{
    display: block;
    width: 52rem;
    height: 28rem;
    padding: 2.8rem 5.6rem;
}
.kv-nav a p{font-size: 2.7rem;line-height: 1.5em;font-weight: 500;}
.kv-nav a span{font-size: 2.1rem;line-height: 1.25em;color: #fff;height: calc(2.1rem * 1.25 * 2);display: block;margin:1rem 0 2rem 0;font-weight: 200;}
.kv-nav a i{
    display: block;
    width: 3.8rem;height: 3.8rem;
}
.kv-nav a i::before{
    content: url('../images/nav-arrow.svg');
    width: 100%;
}
.kv-nav a:nth-child(1){background:rgba(138,155,207,1);}
.kv-nav a:nth-child(2){background:rgba(2,177,195,1);}
.kv-nav a:nth-child(3){background:rgba(252,85,72,1);}


/* team */
.team{
    padding-top: 30rem;
}
.team-container{
    
    justify-content: space-between;
    align-items: center;
    max-width: 150rem;
    margin: 0 auto;
}
.team-con1.team-container{
    position: relative;
}
.team-con1-left{
    position: relative;
    width:61.1rem ;
}

.team-con1-right{
    width:67.1rem ;
}
.team-con1{
    padding-bottom: 14.5rem;
}


.team-ceo-name{
    color: #7C7C7C;
    font-size: 3rem;
    margin-top: .5em;
}
.team-ceo-name span{font-size: 2.3rem;}

.ceo-slogan{
    position: absolute;
    font-size: 6.8rem;
    width: fit-content;
    left: 54.8rem;
    top: 50%;
    
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.ceo-slogan h3{font-weight: 600;}
.section-title{
    font-size: 6.8rem;
    line-height: 1.5em;
    
}
.section-title h3{font-weight: 600;}
.section-title span{font-size: 3.8rem;line-height: 1.25em;display: block;}
.section-title.white{
    color: #fff;
}
.team2{
    padding: 15rem 0;
    background: url('../images/index/team-bg.png') right bottom no-repeat;
    background-size: 89.7rem auto;
    overflow: hidden;
}
.team-con2-right{}
.team-con2-right p{
    color: #727171;
    font-size: 2.1rem;
    line-height: 4.5rem;
    padding-right:4rem ;
}


/* team2 */
.team2 .swiper-container{
    margin-top: 3.2rem;
/*     padding-left: 21rem;
    padding-right: 21rem; */
    width: calc(100% - 42rem);
    overflow: initial;
}
.team2-list{
    position: relative;
    display: flex;
    
    
}

.team2-list-item{
    width: calc(52.2rem + 23.5rem);
    position: relative;
    margin-right: 0rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-right: 5rem;
}
.team2-list-pic{
    width: 52.2rem;
}
.team2-list-info{
    position: relative;
    width: 18.5rem;
    height: 32rem;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8a9bcf+0,8a9bcf+100&1+0,0+100 */
    background: linear-gradient(to right,  rgba(138,155,207,1) 0%,rgba(138,155,207,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*     bottom: 3rem;
    right: -12.5rem; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.8rem;
    transform: translate(-6.5rem, -3rem);
}
.team2-list-info-type{font-size: 2.3rem;line-height: 1em;margin-bottom: 1em;font-weight: 500;}
.team2-list-info-name{font-size: 3rem;line-height: 1.5em;white-space:nowrap;}
.team2-list-info-enname{font-size: 3rem;line-height: 1.5em;white-space:nowrap;}


/* design */
.design{}
.design img{width: 100%;max-width: initial;}
.design-con{
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left:22rem ;
    top: 0;
}
.design .section-title{
/*     margin-bottom: 1em; */
}
.design-con p{
    color: #fff;
    font-size: 2.1rem;
    line-height: 2em;
    margin: 8rem 0;
}

.more-btn{
    position: absolute;
    font-size:8rem ;
    line-height: 1em;
    right: 22.8rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;    
    vertical-align: middle;
}
.more-btn::after{
    position: relative;
    display: inline-block;
    content: url('../images/arrow2.svg');
    width: 5.8rem;
    height: 100%;
    top: -.15em;
}




/*form*/

.form{
    overflow: hidden;
    background: url('../images/index/form.png');
    background-size: cover;
    padding: 18rem 0;
}
.form .container{
    display: flex;justify-content: center;align-items: flex-end;
}
.form-main{
    width: 93.8rem;
    margin-right: 9rem;
    padding-bottom: 12rem;
}
.form-main p{
    font-size: 2.1rem;
    line-height: 4.5rem;
    color: #fff;
    margin-top: 2em;
}
.form  .form-content{
    width: 100%;
    max-width: 63.4rem;
    height: 100%;   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form  .form-content h3{font-size: 3.3rem;margin-bottom: 1em;}


.form  .form-content ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form  .form-content li{
    width: 100%;
    /*height: 44px;*/
    /*line-height: 44px;*/
    color: #000;
    font-size: 3.8rem;
    text-align: center;
    margin: .6rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.form  .form-content li.send-row{
    display: flex;align-items: flex-end;justify-content: flex-end;
}
.form  .form-content li.xs-6{
    width: 48%;
}
.form  .form-content ul li:first-child,
.form  .form-content ul li:last-child{
    /*border:1px solid #C5E7FF;*/
    /*border-radius: 5px;*/
}
.form  .form-content ul li.form-content-title{
    text-align: center;
    justify-content: center;
    height: 8rem;
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc5548+0,fc5548+100&0+0,1+100 */
    background: linear-gradient(to left,  rgba(252,85,72,0) 0%,rgba(252,85,72,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.form  .form-content li input[type="text"],
.form  .form-content li input[type="tel"],
.form  .form-content li textarea,
.form  .form-content li input[type="email"],.form  .form-content li select{
    position: relative;
    width: 100%;
    height: 100%;
    border:none;
    outline: none;
    padding: 0 1em;
    color: #fff;
    font-size: 3.5rem;
    line-height: 8rem;
    letter-spacing: 0;
    height: 8rem;
    font-weight: 200;
    background: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,231815+100&1+0,0.5+50,1+100 */
    
}
.form  .form-content li textarea{
    height: 16rem;
}
.form  .form-content li.form-input::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(35,24,21,1) 100%);
    opacity: .12;
}



/* .form  .form-content li select{
    width: 100%;
    height: 100%;
    background: transparent;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
    background: transparent;
  -webkit-appearance: none;
  background: url(../images/select_arrow.png) no-repeat right;
  background-position: 98% center;
    background-size: 32px auto;
    outline: none;
    border:1px solid  #231815;
    padding: 0 1em;
    color: #000;
    font-size: 20px;
    line-height: 5rem;
    height: 65px;
} */

/* .form label{
    display: block;
    position: relative;
    text-align: left;
    font-size: 2.1rem;
}
.form-content textarea{
    font-size: 20px;
    line-height: 1.5em;
    height: 12em;
    width: 45%;
    margin-left: 5%;
    position: relative;
    background: #F8F4F1;
    border-radius: 10px;
    border:2px solid #EAAD3C;

} */
.form-bottom{
    text-align: center;
    margin: 0 auto;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{
/*       border: 1px solid #fff; */
  -webkit-text-fill-color: #fff;
/*   -webkit-box-shadow: 0 0 0px 1000px #A97F36 inset; */
  transition: background-color 5000s ease-in-out 0s;
}
.form  .form-content li input[type="checkbox"]{
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #231815;
    background: transparent;
    outline: none;
}
.form .demand-check{
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-top: 2em;
}
.form .demand-check span{
    color: #fff;
}
.form  .form-content li.demand-check p:first-child{
    line-height: 1.5em;
}
.form  .form-content li:last-child{
    margin-top: 1em;   
}
::placeholder {
    color: rgb(255 255 255 / .4);
  /*color: rgb(255 255 255 / .8);*/
/*   letter-spacing: .25em; */
}
.form  .form-content li select:invalid { color: gray; }

option[value=""][disabled] {
  display: none;
}
option {
    background-color: #000;
  color: #fff;
}
.form-check-inline{
/*     margin-right: 1em; */
}
.form button.send{
    /*width: 100%;*/
    display: inline-block;
    height: 100%;
    background: none;
    color: #fff;
    font-size: 1.9rem;
    line-height: 7rem;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 3.5rem;
    padding:0 2.5em;
}
.form button.send::after{margin-left: 1em;}
.form button.send:focus{
    outline: none;
}

.form .grass{
    position: absolute;
    right: -20px;
    top: 0;
}

.form .form-content li.demand-check{
    font-size: 2rem;
    display: flex;
    justify-content: flex-start;
    /*line-height: 70px;*/
}

.form-ing1{position: absolute;width: 33.5rem;top: 2rem;right: -2rem;}

.form-ing2{position: absolute;width: 48.5rem;bottom: 2rem;left: 38%;}
.demand-check a{
    color: #FFF;
    text-decoration: underline;
}
.popupcontent h3{font-size: 30px;line-height: 2em;}
.popupcontent p{font-size: 16px;line-height: 1.5em;}
/*form*/

@media (max-width: 1023px){

    .kv{
        height: calc(135.7vw);
    }
    .kv .swiper-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .kv-title span{
        display: none;
    }
    .kv-title h1{
        font-size:8rem;
        line-height: 1.5em;
    }
    .kv-title h1 b{
        font-size: 1em;
    }
    .kv-content{
        width: 100%;
        height: 100%;
        top: 0;
        bottom: initial;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .kv-nav{
        position: absolute;
    }
    .kv-nav{
        width: 100%;
        top: 90%;
        justify-content: center;
    }
    .kv-nav a{
        width: 17.3rem;
        height: 43.8rem;
        margin: 0 1.4rem;
        padding: 4.5rem 0 0 0;
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
    }
    .kv-nav a p{
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        letter-spacing: .125em;
        height: 7em;
        font-size: 3.3rem;
    }
    .kv-nav a span{
        font-size: 1.5rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .kv-nav a i{width: 4.8rem;height: 4.8rem;}


/*     team */
    .team{
        padding-top: 48.4rem;
    }

    .team-container{
        flex-direction: column;
    }
    .team-con1{padding-bottom: 6rem;}
    .team-con1-left{width: 49.3rem;}
    .team-ceo-name{
        font-size: 2.3rem;
        margin-top: 1em;
    }
    .team-ceo-name span{font-size: 1.8rem;}
    .ceo-slogan{
        position: relative;
        flex-grow: 1; order: 2;
        left: 0rem;
        top: 0%;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        text-align: center;
    }
    .ceo-slogan h3{font-size: 5.8rem;line-height: 7.8rem;margin-top: 1em;margin-bottom: .5em;}
    .ceo-slogan span{font-size: 2.7rem;}

    .team-con1-right{order:3;position: relative;width: 36.2rem;margin-top: 5rem;}
    .team2{
        padding: 6rem 0 40rem 0;
        background-size:50rem auto;
    }

    .section-title{
        font-size: 5.7rem;        
    }
    .section-title span{font-size: 2.7rem;text-align: center;}
    .team-con2-left .section-title{
        display: flex;
        flex-direction: column-reverse;
    }
    .team-con2-left .section-title h3{text-align: center;}

    .team-con2-left .btn{
        position: absolute;
/*         bottom: 0; */
        left: 50%;
        top: 130rem;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .team-con2-right{
        margin-top: 6.8rem;
    }
    .team-con2-right p{
        font-size: 2.7rem;
        line-height: 4.4rem;
        padding-right: 0;
    }
    .team-container{
        padding-left: 8.5rem;
        padding-right: 8.5rem;
    }
    .team2-list{
        margin-top: 7.6rem;
    }
    .team2 .swiper-container{
        width: 100%;

    }
    .team2-list-item{
        padding-right: 0;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 9rem;
    }
    .team2-list-pic{
        width: 43.8rem;
    }
    .team2-list-info {
        position: relative;
        width:auto;
        height: 12.3rem;
        background: linear-gradient(to right, rgba(138, 155, 207, 1) 0%, rgba(138, 155, 207, 0) 75%);
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
        padding: 2.5rem;
        transform: translate(9.2rem, -3.6rem);
    }
    .team2-list-info-type{
        margin-bottom: 0;
        font-size: 2.4rem;
        line-height: 3rem;
        margin-right: .5em;
    }
    .team2-list-info-name{font-size: 3rem;line-height: 1em;}
    .team2-list-info-name br{display: none;}
    .team2 .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: -20px;
    }
    .team2 .swiper-pagination-bullet{
        width: 14px;
        height: 14px;
        background: #BDBEBE;
        
        opacity: 1;
    }
    .team2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
    .team2 .swiper-pagination-bullet-active{
        background: #333;
    }
/*     design */
    .design-more{display: none;}
    .design-con{
        padding-left: 9rem;
        padding-right: 9rem;
        width: 100%;
        align-items: center;
    }
    .design-con .section-title{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .more-btn{
        top: initial;
        bottom: 2rem;
        font-size: 6rem;
    }

    .design-con .btn{
        border-color: transparent;
        background: #fff;
        color: #606060;
    }
    .design-con .btn::after {
        display: inline-block;
        content: url(../images/arrow1.svg);
    }

/*     form */
    .form{padding-bottom: 10rem;}
    .form .container{
        flex-direction: column;
        align-items: center;
    }
    .form-main{
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .form-main p{font-size: 2.7rem;}
    .form .section-title{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .form-main{
        width: 100%;
        margin-right: 0;
        padding-bottom: 5rem;
    }
    .form .form-content{
        width: 56.7rem;
        max-width:100%;
    }
    .form .form-content li.demand-check{
        justify-content: flex-start;
    }
    .form .form-content ul li.form-content-title{
        height: 7.2rem;
        font-size: 3.4rem;
    }
    .form .form-content li input[type="text"], .form .form-content li input[type="tel"], .form .form-content li input[type="email"], .form .form-content li select{
        height: 7.2rem;
        line-height: 7.2rem;
        font-size: 3rem;
    }
    .form .form-content ul li:first-child, .form .form-content ul li:last-child{

    }
    .form button.send{
        display: inline-block;
        height: 100%;
        background: #fff;
        color: #606060;
        font-size: 3rem;
        line-height: 9.7rem;
        cursor: pointer;
        border: 1px solid #fff;
        border-radius: 5rem;
        padding:0 0em;
        width: 37rem;
        margin: 0 auto;
    }
    .form button.send::after{
        content: url(../images/arrow1.svg);
        width: 4.2rem;
        margin-left: 1rem;
    }
    .form-ing1{position: absolute;width: 24.5rem;top: 0rem;right: 4.4rem;}

    .form-ing2{position: absolute;width: 21.7rem;bottom: 2rem;left: 1rem;}

    .form-main font{
        color: #fff;
    }
}