@charset "utf-8";

.main {}
.main section {
    position: relative;
    padding: 15rem 0;
}
.main section .sec-tit {
    text-transform: uppercase;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 6rem;
    font-weight: 500;
}
.main .inner-box {
    background: var(--primary-white);
    /* border-radius: 4rem; */
    /* padding: 15rem 0; */
}
.main .inner .desc {
    margin-top: 2.8rem;
    line-height: 1.4;
}
.main .btnset {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}
.main .btnset > a {}
.main .btnset > .ic {
    width: 2.8rem;
    height:2.8rem;
    display: inline-block;
    background: url('../img/common/btn-arrow-black.svg') center/cover;
}

.main .about .h3,
.main .business .h3 {
    color: var(--primary-white);
}


.main .hero {
    height: 100dvh;
    overflow: hidden;
    padding:0
}
.main .hero .img {
    width: 100%;
    height: 100%;
}
.main .hero .img > img {
    object-fit: cover;
    width:100%;
    height:100%;
}
.main .hero .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
}
.main .hero .inner .hero-text {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-size: 10rem;
    text-align: center;
    font-weight: 500;
}

.main .hero .inner .hero-text > p {
    font-size:2.4rem;
    margin-top:3rem;
    letter-spacing:0
}




.main .about {
    color: var(--primary-white);
}
.main .about .inner {}
.main .about .inner .h4 {}
.main .about .sec-tit {
    color: var(--primary-white);
}
.main .about .desc {
    color: var(--secondary-white);
}
.main .about .inner .num-wrap {
    margin-top: 10rem;
}
.main .about .inner .num-wrap .num-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.main .about .inner .num-wrap .num-list > li {
    /* border: 1px solid red; */
}
.main .about .inner .num-wrap .num-list > li + li {
    border-left:1px solid rgba(256,256,256,.2)
    
}
.main .about .inner .num-wrap .num-list > li:nth-child(1) {
    padding-left:2.4rem
}

.main .about .inner .num-wrap .num-list > li .num-group {
    display: flex;
    gap: 2rem;
}

.main .about .inner .num-wrap .num-list > li:nth-child(2) .num-group {
    justify-content:center
}
.main .about .inner .num-wrap .num-list > li:nth-child(3) .num-group {
    justify-content:flex-end
}

.main .about .inner .num-wrap .num-list > li .num-group .num {
    font-size: 20rem;
    line-height: 20rem;
}
.main .about .inner .num-wrap .num-list > li .num-group .side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 2rem;
}
.main .about .inner .num-wrap .num-list > li .num-group .side span {
    font-size: 8rem;
}
.main .about .inner .num-wrap .num-list > li .num-group .side p.text {
    color: #BEBDB6;
}


.main .partner {
    padding: 0 4rem;
}
.main .partner .inner-box {
    padding:15rem 0;
    border-radius:4rem
}

.main .partner .desc {
    color:var(--secondary-gray)
}

.main .partner .logo-list > li {}
.main .partner .logo-list > li > img {}


.main .business {
    color:var(--primary-white)
}
.main .business .cont-wrap {
    margin-top: 8rem;
}
.main .business .cont-wrap .cont {
    padding: 8rem 0;
    border-top: 1px solid #8E8E88;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.main .business .cont-wrap .cont + .cont {}
.main .business .cont-wrap .cont .tit-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 4rem;
}
.main .business .cont-wrap .cont .tit-area .h6 {}
.main .business .cont-wrap .cont .tit-area .btnset {
    align-self: flex-start;
}
.main .business .cont-wrap .cont .tit-area .btnset .ic {
    background:url('../img/common/btn-arrow-white.svg') no-repeat center/cover
}
.main .business .cont-wrap .cont .cont-area {}
.main .business .cont-wrap .cont .cont-area .text {
    font-size: 2.4rem;
    color: var(--secondary-white);
    line-height: 1.35;
}
.main .business .cont-wrap .cont .cont-area .img {
    margin-top: 4rem;
}

.main .strength,
.main .contact {
    padding:0
}
.main .strength .inner-box{
    padding:15rem 0
}
.main .strength .inner-box .sec-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main .strength .inner-box .img-list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
}
.main .strength .inner-box .img-list > li {
    position: relative;
}
.main .strength .inner-box .img-list > li .img {}
.main .strength .inner-box .img-list > li .text {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-size: 1.8rem;
    text-align: right;
    font-weight: 500;
}

.main .contact .inner {
    border-top:1px solid var(--primary-color);
    padding-top: 15rem;
    padding-bottom: 15rem;
}

.main .contact .inner .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .contact .inner .flex .h2 {
    text-transform:uppercase
}

.main .contact .inner .flex .btnset {
    font-size: 2.4rem;
    text-transform: uppercase;
}
.main .contact .inner .flex .btnset .ic {
    width:4rem; height:4rem
}