@charset "UTF-8";
/* NO CSS*/
/* componenet*/
[class^='section'] {
    padding: 0;
}

.p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
}
.p.white {
    color: #fff;
}

body {
    background: #fff;
}

.section {
    min-height: 100vh;
}
.section-title {
    display: flex;
    flex-direction: column;
}
.section-title.center {
    align-items: center;
    justify-content: center;
    height: -moz-fit-content;
    height: fit-content;
}
.section-title.gap16 {
    gap: 1.6rem;
}
.section-title.gap24 {
    gap: 2.4rem;
}
.section-title.gap30 {
    gap: 3rem;
}
.section-title .h2 {
    color: #101840;
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 7.48rem;
    text-align: center;
}
.section-title .h3 {
    color: #101840;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 5.46rem;
    text-align: center;
}
.section-title .h3 em {
    font-weight: 700;
}
.section-title .h4 {
    color: #101840;
    font-size: 4rem;
    font-weight: 600;
    line-height: 5.2rem;
    text-align: center;
}
.section-title .h4 span {
    font-weight: 400;
}
.section-title strong.title {
    color: #101840;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 5.76rem;
    text-align: center;
}
.section-title > p {
    color: #474d66;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.7rem;
    text-align: center;
}
.section-container strong {
    color: #fff;
    font-size: 4.4rem;
    font-weight: 600;
    line-height: 5.72rem;
}
.section-container strong em {
    font-weight: 900;
}
@media (max-width: 1279px) {
    .section-title .h4 {
        font-size: 3.2rem;
        line-height: 1.3;
    }
    .section-title .h3 {
        font-size: 3.6rem;
        line-height: 1.4;
    }
    .section-title .h2 {
        font-size: 5.8rem;
        line-height: 1.3;
    }
}
@media (max-width: 1023px) {
    .section-title .h4 {
        font-size: 3rem;
    }
    .section-title .h3 {
        font-size: 3.2rem;
    }
    .section-title .h2 {
        font-size: 5.2rem;
    }
}
@media (max-width: 767px) {
    .section-title .h4 {
        font-size: 2.8rem;
    }
    .section-title .h3 {
        font-size: 3rem;
    }
    .section-title .h2 {
        font-size: 4.8rem;
    }
    .section-title .p {
        font-size: 16px;
    }
}

.main {
    padding: 6rem 0 0;
    align-items: baseline;
}
.main:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 103.2rem;
    background: url(/next_2024_html/img/main/visual_bg.svg) no-repeat center/cover;
    z-index: -1;
}
.main .visual {
    width: 121.6rem;
    margin-left: -2.3rem;
    margin-top: 60px;
}
.main .visual img {
    display: block;
    width: 100%;
}
@media (max-width: 1230px) {
    .main:before {
        height: calc(100% - 2.53rem);
    }
    .main .visual {
        width: 100%;
        margin-left: 0;
    }
}

#section01 {
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
}
#section01 .scrollbar-track {
    display: none !important;
}
#section01 .section-container {
    position: relative;
    scroll-snap-type: y mandatory;
}
#section01 .section-title {
    padding: 5rem 0 11.8rem;
}
#section01 .section-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    width: 100%;
    box-sizing: border-box;
    max-width: 114.5rem;
    height: 100%;
    margin: 0 auto;
    padding: 10rem 0;
}
#section01 .section-item {
    transform: translateZ(0);
    will-change: transform, opacity;
    scroll-snap-align: start;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100vh - 10rem);
    background-color: transparent; /* 기본값을 투명으로 설정 */
    transition: background-color 0.5s ease-in-out;
}
#section01 .section-item:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 0;
}
#section01 .section-item > div {
    width: 100%;
}
#section01 .section-item .txt {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    flex-shrink: 0;
}
#section01 .section-item .txt strong {
    color: #fff;
    font-size: 4.4rem;
    font-weight: 900;
    line-height: 5.72rem;
}
#section01 .section-item .txt strong span {
    font-weight: 600;
}
#section01 .section-item .txt.black strong {
    color: #101840;
}
#section01 .section-item .images object,
#section01 .section-item .images img {
    display: block;
    width: 100%;
}
#section01 .section-item[data-type='organization']:before {
    background: #3362ff;
}
#section01 .section-item[data-type='organization'] .txt {
    max-width: 38rem;
}
#section01 .section-item[data-type='organization'] image object {
    width: 57.9rem;
}
#section01 .section-item[data-type='communication']:before {
    background: #002596;
}
#section01 .section-item[data-type='communication'] .txt {
    max-width: 38rem;
}
#section01 .section-item[data-type='communication'] image object {
    width: 71.7rem;
}
#section01 .section-item[data-type='cooperation']:before {
    background: #5c90ff;
}
#section01 .section-item[data-type='cooperation'] .txt {
    max-width: 34rem;
}
#section01 .section-item[data-type='cooperation'] image object {
    width: 58.8rem;
}
#section01 .section-item[data-type='ai']:before {
    background: #9dc4ff;
}
#section01 .section-item[data-type='ai'] .txt {
    max-width: 44.8rem;
}
#section01 .section-item[data-type='ai'] image object {
    width: 60.891rem;
}
#section01 .section-item[data-type='manage']:before {
    background: #f8cda2;
}
#section01 .section-item[data-type='manage'] .txt {
    max-width: 42rem;
}
#section01 .section-item[data-type='manage'] .txt object,
#section01 .section-item[data-type='manage'] .txt img {
    width: 71.2rem;
}
#section01 .bullet {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}
#section01 .bullet.active {
    width: 10px;
    height: 10px;
    background: #fff;
}
#section01 .bullet-container {
    position: fixed;
    top: 50%;
    right: 3.2rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
@media (max-width: 1179px) {
    #section01 .section-content {
        padding: 10rem 2rem !important;
    }
}
@media (max-width: 1024px) {
    #section01 .section-item .txt {
        max-width: 50rem !important;
        align-items: center;
    }
    #section01 .section-item .txt strong {
        text-align: center;
        font-size: 3.6rem;
        line-height: 1.4;
    }
    #section01 .section-item .txt .p {
        text-align: center;
    }
    #section01 .section-item .txt .p br {
        display: none;
    }
    #section01 .section-item .images object {
        display: block;
        margin: auto;
        width: 70%;
        -webkit-clip-path: inset(1px 1px);
        clip-path: inset(1px 1px);
    }
    #section01 .section-content {
        flex-direction: column;
        justify-content: center;
        gap: 4rem;
    }
    #section01 .bullet-container {
        top: calc(10rem + 54px);
    }
}
@media (max-width: 979px) {
    #section01 .section-item .images {
        max-width: 500px;
    }
}
@media (max-width: 879px) {
    #section01 .section-item .txt {
        max-width: 66rem !important;
    }
}
@media (max-width: 767px) {
    #section01 .section-item {
        height: calc(100vh - 8.4rem);
    }
    #section01 .section-content {
        padding: 8.4rem 2rem;
    }
}

#section02 {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 16rem 0;
}
#section02:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/next_2024_html/img/main/section02_bg.svg) no-repeat center/cover;
}
#section02 .center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 11.7rem;
    height: 100%;
}
#section02 .section-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 13.5rem;
    width: 100%;
}
#section02 .service-image img {
    display: block;
    width: 56rem;
}
#section02 .service-title {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
#section02 .service-title > img {
    display: block;
    width: 6rem;
}
#section02 .service-title > strong {
    color: #101840;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 3.64rem;
}
@media (max-width: 1279px) {
    #section02 {
        padding: 14rem 0;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
    #section02 .center {
        gap: 9rem;
    }
    #section02 .section-content {
        gap: 10rem;
    }
}
@media (max-width: 1023px) {
    #section02 {
        padding: 12rem 0;
    }
    #section02 .center {
        gap: 7rem;
    }
    #section02 .section-content {
        flex-direction: column;
        gap: 8rem;
    }
}
@media (max-width: 767px) {
    #section02 {
        padding: 10rem 0;
    }
    #section02 .section-content {
        gap: 6rem;
    }
    #section02 .service-list {
        flex-direction: column;
    }
    #section02 .service-list > li {
        width: 100%;
    }
}
@media (max-width: 579px) {
    #section02 .service-image img {
        width: 100%;
    }
}
#section03 {
    position: relative;
    padding: 16rem 0;
}
#section03:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/next_2024_html/img/main/section03_bg.svg) no-repeat center/cover;
    z-index: -1;
}
#section03 .h4 {
    font-weight: 700;
}
@media (max-width: 1279px) {
    #section03 {
        min-height: 80rem;
        padding: 14rem 0;
    }
}
@media (max-width: 1023px) {
    #section03 {
        min-height: 68rem;
        padding: 12rem 0;
    }
}
@media (max-width: 767px) {
    #section03 {
        min-height: 65rem;
        padding: 10rem 0;
    }
}
@media (max-width: 679px) {
    #section03 {
        min-height: 56rem;
        padding: 10rem 0;
    }
}

#section04 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 18rem 0;
}
#section04:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: url(/next_2024_html/img/main/section04_bg.jpg) no-repeat center/cover;
    z-index: -1;
}
#section04 .section-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8rem;
}
#section04 .txt {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    max-width: 47rem;
}
#section04 .txt > img {
    display: inline-block;
    width: 7.862rem;
}
#section04 .txt-title {
    color: #101840;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 4.16rem;
}
#section04 .txt-title br.mobile {
    display: none;
}
#section04 .images {
    flex: 1;
    overflow: hidden;
    position: relative;
}
#section04 .images img {
    display: block;
    width: 100%;
    border-radius: 3rem;
}
#section04 .images .slick-dots {
    position: absolute;
    bottom: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 12;
}
#section04 .images .slick-dots > li {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#section04 .images .slick-dots button {
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: none;
    filter: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#section04 .images .slick-dots button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -4px;
    margin-top: -4px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
#section04 .images .slick-dots .slick-active button:before {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
}
@media (max-width: 1279px) {
    #section04 {
        min-height: -moz-fit-content;
        min-height: fit-content;
        padding: 14rem 0;
    }
    #section04 .section-container {
        gap: 4rem;
    }
}
@media (max-width: 1023px) {
    #section04 {
        padding: 10rem 0;
    }
}
@media (max-width: 879px) {
    #section04 .txt {
        max-width: 38rem;
    }
}
@media (max-width: 767px) {
    #section04 {
        padding: 8rem 0;
    }
    #section04:before {
        display: none;
    }
    #section04 .section-container {
        flex-direction: column-reverse;
    }
    #section04 .txt {
        max-width: 100%;
    }
    #section04 .txt-title {
        font-size: 2.4rem;
        line-height: 1.4;
    }
    #section04 .txt-title br.pc {
        display: none;
    }
    #section04 .txt-title br.mobile {
        display: block;
    }
    #section04 .images {
        width: 60%;
    }
}
@media (max-width: 479px) {
    #section04 .images {
        width: 80%;
    }
}

#section05,
#section06 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 18rem 0;
    background: #fff;
}
#section05:before,
#section06:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 117rem;
    height: 2px;
    border-top: 1px solid #e6e8f0;
}
#section05 .section-title .mobile,
#section06 .section-title .mobile {
    display: none;
}
#section05 .section-content,
#section06 .section-content {
    margin-top: 7rem;
}
#section05 .tips-list li > a,
#section06 .tips-list li > a {
    display: flex;
    flex-direction: column;
}
#section05 .tips-list .slick-arrow,
#section06 .tips-list .slick-arrow {
    display: none !important;
}
#section05 .tips-list .slick-list,
#section06 .tips-list .slick-list {
    min-height: 46rem;
    margin: 0 -1.5rem;
    overflow-x: hidden;
    overflow-y: visible;
}
#section05 .tips-list .slick-track,
#section06 .tips-list .slick-track {
    display: flex;
}
#section05 .tips-list .slick-slide,
#section06 .tips-list .slick-slide {
    float: none;
    margin: 0 1.5rem;
}
#section05 .tips-list .slick-slide > a,
#section06 .tips-list .slick-slide > a {
    border-radius: 2rem;
}
#section05 .tips-list .slick-slide > a:hover,
#section06 .tips-list .slick-slide > a:hover {
    background: #fff;
    box-shadow: 0 1.2rem 4rem rgba(16, 24, 64, 0.1);
}
#section05 .tips-image,
#section06 .tips-image {
    overflow: hidden;
    border-radius: 2rem;
}
#section05 .tips-image img,
#section06 .tips-image img {
    width: 100%;
    aspect-ratio: 370/226;
}
#section05 .tips-category,
#section06 .tips-category {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 6px;
    height: 2.4rem;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border-radius: 4px;
}
#section05 .tips-category.type1,
#section06 .tips-category.type1 {
    color: #2952cc;
    background: #ebf4ff;
}
#section05 .tips-category.type2,
#section06 .tips-category.type2 {
    color: #6e62b6;
    background: #e7e4f9;
}
#section05 .tips-category.type3,
#section06 .tips-category.type3 {
    color: #996a13;
    background: #ffefd2;
}
#section05 .tips-date,
#section06 .tips-date {
    font-size: 12px;
    font-weight: 400;
    color: #617798;
    line-height: 1.8rem;
}
#section05 .tips-info,
#section06 .tips-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2.4rem 2rem;
}
#section05 .tips-info-top,
#section06 .tips-info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#section05 .tips-info-subject,
#section06 .tips-info-subject {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
#section05 .tips-info-subject .p,
#section06 .tips-info-subject .p {
    color: #00234b;
    font-weight: 700;
    line-height: 3rem;
}
#section05 .tips-info-content,
#section06 .tips-info-content {
    margin-top: -0.4rem;
}
#section05 .tips-info-content > p,
#section06 .tips-info-content > p {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: #696f8c;
    font-size: 14px;
    line-height: 2.1rem;
}
@media (max-width: 1279px) {
    #section05,
    #section06 {
        min-height: -moz-fit-content;
        min-height: fit-content;
        padding: 14rem 0;
    }
    #section05 .tips-list .slick-list,
    #section06 .tips-list .slick-list {
        min-height: 55rem;
    }
    #section05 .tips-image img,
    #section06 .tips-image img {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    #section05,
    #section06 {
        padding: 12rem 0;
    }
    #section05 .tips-list .slick-list,
    #section06 .tips-list .slick-list {
        min-height: auto;
    }
    #section05 .tips-list .slick-slide > a:hover,
    #section06 .tips-list .slick-slide > a:hover {
        box-shadow: none;
    }
}
@media (max-width: 767px) {
    #section05,
    #section06 {
        padding: 10rem 0;
    }
    #section05 .section-title .mobile,
    #section06 .section-title .mobile {
        display: block;
    }
}
