
/* 키비쥬얼 */

.keyvis-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
}

.keyvis-vid {
    width: 100%;
    height: 100%;
}

.keyvis-vid > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.black-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.32);
}

.keyvis-flex {
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.keyvis-top-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}

.keyvis-top-text-left {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 100px;
    letter-spacing: -0.02em;
    color: #fff;
}

.keyvis-top-text-right {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 38px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #fff;
}

.keyvis-mid-text {
    margin-top: 38px;
    text-align: center;
}

.keyvis-color-text {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 36px;
    letter-spacing: -0.02em;
    /* color: #38301f;
     */
    color: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    transition: all .3s;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: auto;
}

.keyvis-color-text > span {
    white-space: nowrap;
    transition: all .3s;
    display: inline-block;
}

.keyvis-mid-text-btm {
    margin-top: 28px;

    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #fff;
}

.keyvis-btm-btn {
    margin-top: 28px;
    text-align: center;
}

.keyvis-btm-btn-inner {
    display: inline-block;
    padding: 21px 48px 20px;
    border: 1px solid #fff;
    border-radius: 50px;

    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #fff;
}

/* 섹션1 */

#section1 {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50% , rgba(248,248,248,1) 50%, rgba(248,248,248,1) 100%)
}

.sec1-padding {
    padding: 208px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 70px 0;
}

.sec1-text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -0.02em;
    line-height: 60px;
    text-align: center;
    color: #000;
}

/* 섹션2 */

.sec2-con > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec2-con > ul > li {
    width: 100%;
    height: auto;
}

.sec2-con > ul > li {
    display: flex;
}

.sec2-con > ul > li > div {
    width: 50%;
}

.sec2-img-wrap > img {
    width: 100%;
}

.sec2-img-wrap {
    position: relative;
}

.sec2-triangle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;

    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 0 solid transparent;
    border-right: 77px solid #fff;
}

.triangle-reverse {
    right: unset;
    left: 0;

    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 77px solid #fff;
    border-right: 0 solid transparent;
}

.sec2-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;
}

.text-reverse {
    align-items: flex-end;
    padding-left: 0;
    padding-right: 100px;
}

.text-reverse > p {
    text-align: right;
}

.sec2-text-top {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -0.02em;
    color: #000;
}

.sec2-text-mid {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1.4375;
    color: #000;

    margin-top: 60px;
}

.sec2-text-btm {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #000;

    margin-top: 35px;
}

.bg-text {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 0 3px;
}

/* 섹션3 */

#section3 {
    background-color: #000;
}

#section3 > .inner_wrap {
    padding: 185px 0 255px;
}

.sec3-top {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.sec3-top > p {
    width: 830px;

    text-align: left;
    
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -0.02em;
    color: #fff;
}

.sec3-bg-text {
    background:linear-gradient(to top, #5D24E0 20%, transparent 0%);
    color: #68E7F7;
    padding: 0px;
    
}

.sec3-btm {
    margin-top: 150px;
    text-align: center;
}

.sec3-btm-top-text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.02em;
    color: rgba(255,255,255,0.9);
    line-height: 1.45;
}

.sec3-btm-btm-wrap {
    display: flex;
    justify-content: center;
/*     align-items: flex-start; */
    align-items: flex-end;
    margin-top: 30px;
    gap: 0 20px;
}
.sec3-btm-btm-wrap .text-group1{
  display: flex;
  align-items: flex-start
}
.sec3-btm-btm-wrap .text-group2{
  border-bottom:1px solid #fff;
  padding-bottom:0px;
}

.sec3-btm-btm-wrap:nth-child(3){
  margin-top:0px;
}


.sec3-btm-btm-text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.02em;
    color:#fff;
/*     color: rgba(0,0,0,0.9);
    background-color: #fff;
     */
    margin-top: 18px;
    padding: 0 6px;
    padding-bottom: 10px;
}

.sec3-btm-btm-text .e-bold{
  font-size:64px;
}

/* 섹션4 */

#section4 {
    background-color: #F8F8F8;
}

#section4 > .inner_wrap {
    padding: 128px 0;
}

.sec4-top {
    text-align: center;
}

.sec4-head {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -0.02em;
    color: #333;
}

.sec4-sub-head {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #333;

    margin-top: 30px;
}

.sec4-btm {
    margin-top: 54px;
}

.sec4-btm .splide__track {
    padding-bottom: 14px;
    max-width: calc((379px + 32px) * 3 - 22px);
    margin: 0 auto;
}

.sec4-slide {
    width: 379px;
    height: 375px;
    padding: 28px 32px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 10px 6px rgba(0, 0, 0, 0.16);

    margin-right: 32px !important;
}

.sec4-slide-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sec4-slide-top-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 7px 0;

    margin-left: 16px;
}

.sec4-slide-top-head,
.sec4-slide-top-name {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #000;
}

.sec4-slide-top-name {
    font-size: 20px;
    font-weight: 400;
}

.sec4-slide-btm {
    margin-top: 32px;
}

.sec4-slide-btm-text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.6875;
    color: #333;
    word-break: keep-all;
}

.sec4-arrows {
    width: 100%;
    max-width: 1460px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec4-arrows > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec4-arrows > ul > li {
    cursor: pointer;
}

/* 섹션5 */

.sec5-height {
    height: 855px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec5-text > p {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
}

.sec5-text > p:last-child {
    font-weight: 400;
    font-size: 32px;
    color: #333;
    margin-top: 32px;
}

.sec5-btm {
    /* background-color: #f8f8f8; */
}

.sec5-btn {
    text-align: center;
}

.sec5-btn-wrap {
    margin-top: 57px;
}

.sec5-btn > a {
    display: inline-block;
    padding: 25px 74px 24px;

    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    background-color: #000;
}

.sec5-btm-sub {
    margin-top: 28px;
}

.sec5-btm-sub > p {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #333;
}

/* 섹션6 */

#section6  {background-color: #f8f8f8;}
#section6 > .inner_wrap {
    padding: 140px 0;
}

.sec6-title {
    text-align: center;
}

.sec6-title > p {
    font-family: 'Pretendard';
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #333;
}

.sec6-title > p:last-child {
    font-size: 32px;
    margin-top: 32px;
}

.sec6-con {
    margin-top: 86px;
}

.sec6-con > ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;

    gap: 0 125px;
}

.sec6-con > ul > li {
    max-width: 177px;
}

.sec6-con > ul > li > div {
    width: 100%;
}

.sec6-con-text {
    text-align: center;
    margin-top: 25px;
}

.sec6-con-text > p {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #333;
    white-space: nowrap;
}

.sec6-con-btm-text {
    margin-top: 62px;
}

.sec6-con-btm-text > p {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    text-align: center;
    color: #333;
}

.sec6-m-block {
    display: none;
}

@media all and (max-width:1530px) {
    .title-text {
        font-size: calc(48px * 0.9) !important;
    }

    .sec2-text-wrap {
        padding-left: 6.53594vw;
    }

    .text-reverse {
        padding-left: 0;
        padding-right: 6.53594vw;
    }

    .sec2-text-mid {
        font-size: calc(32px * 0.9);
        margin-top: 50px;
    }

    .sec2-text-btm {
        font-size: calc(20px * 0.9);
        margin-top: 25px;
    }

    /* .sec3-top {
        justify-content: stretch;
        padding: 0 16px;
    }

    .sec3-top > p {
        width: 100%;
    } */

    .sec3-btm {
        margin-top: 120px;
    }

    .sec3-btm-top-text {
        font-size: calc(32px * 0.9);
    }

    .sec3-btm-btm-wrap {
        margin-top: 25px;
    }

    .sec3-btm-btm-text {
        font-size: calc(32px * 0.9);
        margin-top: 14px;
    }
    .sec3-btm-btm-text .e-bold{
        font-size: calc(64px * 0.9);
    }

    .sec4-sub-head {
        font-size: calc(30px * 0.9);
        margin-top: 25px;
    }

    .sec4-btm .splide__pagination {
        bottom: -40px;
        padding: 0;
    }

    .sec4-btm .splide__pagination__page.is-active {
        transform: none;
        background-color: #5D4FF9;
    }

    .sec4-btm .splide__pagination__page {
        width: 12px;
        height: 12px;
        margin: 0 6px;
        background-color: #C1C1C1;
        opacity: 1;
    }

    .sec5-text > p:last-child {
        font-size: calc(32px * 0.9);
        margin-top: 25px;
    }

    .sec5-btn-wrap {
        margin-top: 45px;
    }

    .sec5-btn > a {
        font-size: calc(20px * 0.9);
        padding: 22px 68px;
    }

    .sec5-btm-sub {
        margin-top: 24px;
    }

    .sec5-btm-sub > p {
        font-size: calc(18px * 0.9);
    }

    .sec6-title > p:last-child {
        font-size: calc(32px * 0.9);
        margin-top: 25px;
    }

    .sec6-con {
        margin-top: 75px;
    }

    .sec6-con > ul {
        gap: 0 9.61538vw;
        flex-wrap: wrap;
    }

    .sec6-con-btm-text {
        margin-top: 55px;
    }
}

@media all and (max-width:1300px) {
    .sec3-top {
        justify-content: stretch;
        padding: 0 16px;
    }

    .sec3-top > p {
        width: 100%;
        text-align: center;
    }

    .sec3-m-block-text {
        display: block;
        margin-bottom: 20px;
    }
}

@media all and (max-width:750px) {
    .title-text {
        font-size: 5.33333vw !important;
    }

    .keyvis-flex {
        padding-top: 66px;
    }

    .keyvis-top-text {
        gap: 0 1.6vw;
    }

    .keyvis-top-text-left {
        font-size: 9.06666vw;
    }

    .keyvis-top-text-right {
        font-size: 4.26666vw;
        line-height: 1.2;
    }

    .keyvis-mid-text {
        margin-top: 4.8vw;
    }

    .keyvis-color-text {
        font-size: 4.8vw;
    }

    .keyvis-mid-text-btm {
        margin-top: 6.66666vw;
        font-size: 3.73333vw;
    }

    .keyvis-btm-btn {
        margin-top: 5.86666vw;
    }

    .keyvis-btm-btn-inner {
        padding: 4.53333vw 7.46666vw;
        font-size: 3.73333vw; 
    }

    /* 섹션1 */

    .sec1-padding {
        padding: 53.33333vw 0;
        gap: 6.66666vw 0;
    }

    .sec1-text {
        line-height: normal;
    }

    .sec1-top .sec1-img embed {
        width: 29.6vw;
    }

    .sec1-btm .sec1-img embed {
        width: 26.224vw;
    }

    /* 섹션2 */

    .sec2-con > ul > li {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .sec2-con > ul > li:last-child {
        flex-direction: column-reverse;
    }

    .sec2-con > ul > li > div {
        width: 100%;
    }

    .sec2-img-wrap > img {
        width: 100%;
        height: 66.93333vw;
        object-fit: cover;
    }

    .sec2-triangle,
    .triangle-reverse {
        top: unset;
        bottom: 0;
        right: 50%;
        left: unset;
        transform: translate(50%, 0%);

        border-top: 0 solid #fff;
        border-bottom: 10.66666vw solid #fff;
        border-left: 7.2vw solid transparent;
        border-right: 7.2vw solid transparent;
    }

    .sec2-text-wrap,
    .text-reverse {
        padding-left: 0;
        padding-right: 0;
    }

    .sec2-text-wrap {
        justify-content: center;
        align-items: flex-start;

        padding: 18.66666vw 0 18.66666vw 14.4vw;
    }

    .text-reverse {
        align-items: flex-end;
        padding-right: 22.4vw;
        padding-left: 0;
    }

    .sec2-text-mid,
    .sec2-text-btm {
        margin-top: 6.66666vw;
    }

    .sec2-text-mid {
        font-size: 4.26666vw;
    }

    .sec2-text-btm {
        font-size: 3.73333vw;
        line-height: 1.7;
    }

    /* 섹션3 */

    #section3 > .inner_wrap {
        padding: 53.33333vw 0;
    }

    .sec3-m-block-text {
        display: block;
        margin-bottom: 2.13333vw;
    }

    .sec3-top {
        padding: 0;
        justify-content: center;
    }

    .sec3-top > p {
        text-align: center;
    }

    .sec3-btm {
        margin-top: 8vw;
    }

    .sec3-btm-top-text {
        font-size: 3.73333vw;
        line-height: 1.7;
    }

    .sec3-btm-btm-wrap {
        margin-top: 10.66666vw;
        gap: 0 1.86666vw;
    }

    .sec3-btm-btm-text {
        margin-top: 0;
    }

    .quo-marks-img {
        width: 3.73333vw;
    }

    .quo-marks-img > embed {
        width: 100%;
    }

    .sec3-btm-btm-text {
        font-size: 4.26666vw;
    }
    .sec3-btm-btm-text .e-bold{
        font-size: 8.53vw;
    }

    /* 섹션4 */

    #section4 > .inner_wrap {
        padding: 40vw 0 48vw 16px;
    }

    .sec4-sub-head {
        margin-top: 5.33333vw;
        font-size: 4.26666vw;
        line-height: 1.625;
    }

    .sec4-btm {
        margin-top: 8vw;
    }

    .sec4-slide {
        width: 91.46666vw;
        height: auto;
        padding: 7.46666vw 5.6vw;
        margin-right: 16px !important;
        transition: all .05s;
        /* filter: blur(3px); */
    }

    .sec4-slide.is-active {
        /* filter: blur(0); */
    }

    .sec4-slide-top-head, .sec4-slide-top-name {
        font-size: 4.26666vw;
    }

    .sec4-slide-top-text {
        margin-left: 3.2vw;
    }

    .sec4-slide-profile {
        width: 9.6vw;
        height: 9.6vw;
    }

    .sec4-slide-profile > embed {
        width: 100%;
    }

    .sec4-slide-btm {
        margin-top: 5.33333vw;
    }

    .sec4-slide-btm-text {
        font-size: 3.2vw;
    }

    .sec4-btm .splide__pagination {
        bottom: -6.66666vw;
    }

    /* 섹션5 */

    .sec5-height {
        height: auto;
        padding: 53.33333vw 0;
    }

    .sec5-text > p:last-child {
        margin-top: 5.33333vw;
        font-size: 4.26666vw;
    }

    .sec5-btn-wrap,
    .sec5-btm-sub {
        margin-top: 5.33333vw;
    }

    .sec5-btn > a {
        padding: 4.8vw 13.86666vw;
        font-size: 3.73333vw;
    }

    .sec5-btm-sub > p {
        font-size: 3.73333vw;
    }

    /* 섹션6 */

    #section6 > .inner_wrap {
        padding: 53.3333vw 16px;
    }

    .sec6-title > p:last-child {
        margin-top: 5.33333vw;
        font-size: 4.26666vw;
    }

    .sec6-con {
        margin-top: 9.6vw;
    }

    .sec6-con > ul {
        gap: 10.4vw 0;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 16px;
    }

    .sec6-con > ul > li {
        max-width: unset;
        width: 36.53333vw;
    }

    .sec6-con-img {
        height: 36.53333vw;
    }

    .sec6-con-img > embed {
        width: 100%;
    }

    .sec6-con-text {
        margin-top: 3.73333vw;
    }

    .sec6-con-text > p {
        font-size: 3.73333vw;
    }

    .sec6-m-block {
        display: block;
        width: 1px !important;
        height: 36.53333vw !important;
        background-color: #E1E1E1;
    }
}