@import url('../font/pretendard/pretendard.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: 'Pretendard', serif;
}

img {
    vertical-align: top;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

html,
body {
    font-size: 62.5%;
}

input,
button,
textarea {
    all: unset;
    box-sizing: border-box;
}

/* ------------------------------- */

.header {
    width: 100%;
    height: 80px;

    position: fixed;

    z-index: 9999;

    font-size: 16px;
    white-space: nowrap;

    transition: background 0.3s;
}

.header.active {
    background: #010827;
}

.header .inner {
    max-width: 1600px;
    padding: 0 80px;
    height: 100%;

    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .inner h1 {
    width: 180px;
}

.header .inner h1 a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header .inner h1 a svg {
    width: 100%;
    color: #fff;
}

.header .inner .nav {
    height: 80px;
    display: flex;
    align-items: center;

    position: absolute;
    top: 0;
    left: 50%;

    transform: translateX(-50%);
}

.header .inner .nav .gnb {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header .inner .nav .gnb>li {
    color: #fff;
    font-weight: 700;

    position: relative;
}

.header .inner .nav .gnb .depth-01 {
    display: flex;
    align-items: center;
    gap: 4px;

    border-radius: 4px;
    padding: 10px 0;

    transition: background 0.3s;
}

.header .inner .nav .gnb .depth-01:hover {
    background: #d9d9d9;
}

.header .inner .nav .gnb>li .depth-02 {
    min-width: 684px;

    position: absolute;
    top: 44px;
    left: 0;

    background: #fff;
    padding: 40px 32px;
    box-shadow: 0 4px 8px #0003;
    border-radius: 16px;

    z-index: 9;

    display: none;
}

.header .inner .nav .gnb>li:hover .depth-02 {
    display: block;
}

.header .inner .nav .gnb>li .depth-02>li {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.header .inner .nav .gnb>li .depth-02>li>a {
    display: flex;
    column-gap: 16px;
}

.header .inner .nav .gnb>li .depth-02 .text01 {
    color: #191919;
}

.header .inner .nav .gnb>li .depth-02 .text02 {
    color: #666;
    font-size: 14px;
}

.header .inner .nav .gnb .depth-01 img {
    width: 24px;
}

.header .inner .service a {
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 100px;

    height: 40px;
    padding-left: 28px;
    padding-right: 28px;

    background-image: linear-gradient(90deg, #63aef5, #6266f4);
    color: #fff;

    font-weight: 500;
}


/* -------------------------------- */

.section {
    width: 100%;
    height: 100vh;
}

.section .inner {
    max-width: 1600px;
    margin: 0 auto;

    padding: 0 80px;

    height: 100%;

    display: flex;
    flex-flow: column;
    justify-content: center;

    position: absolute;
    inset: 0%;
}

.section-title>.title {
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.3;

    margin-bottom: 1.6rem;
}

.section-title>.detail {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;

    margin-bottom: 1.6rem;
}

.section-title .btn {
    display: inline-block;

    border: 1px solid #fff;
    border-radius: 100px;

    line-height: 6rem;

    padding: 0 4rem;

    font-size: 2rem;
    font-weight: 600;
}

/* ------------------------------------- */

.section-01 {
    width: 100%;
    height: 1080px;

    background: url('../img/full/section_01.webp') center center / cover no-repeat;
}

.section-01 .inner {
    height: 1080px;
}

.section-01 .inner .text .title {
    font-weight: 700;
    font-size: 7rem;
    line-height: 1.3;
    margin-bottom: 4rem;
    color: #fff;
}

.section-01 .inner .text .detail {
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 8rem;
    color: #fff;
}

.section-01 .inner .text .btn {
    font-size: 2rem;
    font-weight: 600;

    display: inline-block;

    background: #fff;

    border: 1px solid #000;

    line-height: 5.6rem;
    height: 5.6rem;
    padding: 0 32px;
    border-radius: 100px;
}

/* ------------------------------------- */

.section-02 {
    background: #010827;

    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.section-02 .inner>.text>.title {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 80px;

    font-weight: bold;
    font-size: 5.6rem;
    color: #fff;

    margin-bottom: 8rem;
}

.section-02 .inner .swiper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 80px;

    overflow: visible;
}

.section-02 .swiper-slide .box {
    width: 70.4rem;
    height: 40.2rem;

    padding: 5rem 6rem;

    border: 1px solid #3d3f49;
    border-radius: 30px;
    background: #01082D;
}

.section-02 .swiper-slide .box .number {
    color: #0088ff;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.section-02 .swiper-slide .box .title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
}

.section-02 .swiper-slide .box .content {
    color: #fffc;
    font-size: 20px;
    line-height: 1.6;
}

/* -------------------------------------- */

.section-03 {
    background: url('../img/full/stiky_bg.webp') top center / cover no-repeat #05012d;
    color: #fff;
}

.section-03 .inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 16rem 80px;

    background: url('../img/full/section_03_effect.svg') center center / cover no-repeat;
}

.section-03 .inner .container {
    display: flex;
    justify-content: space-between;

    height: 100%;
    position: relative;
}

.section-03 .inner .container .item-left {
    position: sticky;
    top: 16rem;

    height: 100%;

    margin-bottom: 12.8rem;
}

.section-03 .item-right {
    display: flex;
    column-gap: 3.2rem;
}

.section-03 .item-right .card {
    width: 35.4rem;
    height: 42.4rem;

    border-radius: 2rem;
    overflow: hidden;
}

.section-03 .item-right .card-left .card:nth-child(1) {
    background: url('../img/img/box_img_01.webp') center center / cover no-repeat;
}

.section-03 .item-right .card-left .card:nth-child(2) {
    background: url('../img/img/box_img_02.webp') center center / cover no-repeat;
}

.section-03 .item-right .card-left .card:nth-child(3) {
    background: url('../img/img/box_img_03.webp') center center / cover no-repeat;
}

.section-03 .item-right .card-right .card:nth-child(1) {
    background: url('../img/img/box_img_04.webp') center center / cover no-repeat;
}

.section-03 .item-right .card-right .card:nth-child(2) {
    background: url('../img/img/box_img_05.webp') center center / cover no-repeat;
}

.section-03 .item-right .card>a {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-03 .item-right .card>a>img {
    width: 41px;
    height: 24px;
    margin: 4rem 0 0 3.2rem;
}

.section-03 .item-right .card-gap {
    display: flex;
    flex-direction: column;
    row-gap: 16rem;
}

.section-03 .item-right .card-right {
    margin-top: 20rem;
}

.section-03 .item-right .card .box-title {
    font-size: 3.1rem;
    line-height: 1.3;
    font-weight: 700;
    padding: 3.2rem;
}

/* ---------------------------------------------------- */

.section-04 {
    background: url('../img/full/section_04_bg.svg') left center / cover no-repeat #010827;

    color: #fff;
}

.section-04 .inner {
    max-width: 1600px;
    margin: 0 auto;

    padding: 160px 80px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1.6rem;
}

.section-04 .section-title {
    width: 50%;
}

.section-04 .section-title>.title {
    margin-bottom: 2.4rem;
}

.section-04 .section-title>.detail {
    margin-bottom: 9rem;
    color: #ffffffb3;
}

.section-04 .section-title>.check-box-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 2.6rem;
}

.section-04 .section-title>.check-box-wrap .check-box {
    display: flex;
    align-items: center;
    column-gap: 1.6rem;
}

.section-04 .section-title>.check-box-wrap .check-box span {
    font-size: 2.4rem;
    color: #fffc;
    font-weight: 600;
}

/* 좌측 우측 분리 */

.section-04 .contact-wrap {
    width: 50%;
    background: linear-gradient(135deg, #45dafd, #a09beb 50%, #e6c3e2);
    border-radius: 30px;
    padding: 2px;
}

.section-04 .contact-inner {
    background-color: #09224e;
    background-image: linear-gradient(135deg, #ffffff26, #fff0);
    border-radius: 28px;
    padding: 50px;

    display: flex;
    flex-direction: column;
}

.section-04 .contact-inner .contact-form {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
}

.section-04 .flex {
    display: flex;
    justify-content: space-between;
    column-gap: 2.4rem;
}

.section-04 .contact-inner .contact-form .form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.section-04 .label {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.section-04 .required {
    color: #ef5350;
}

.section-04 .form-group input,
.section-04 .form-group textarea {
    font-size: 1.6rem;
    color: #444;

    height: 4.8rem;

    padding: 0.8rem 1.6rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background: #fff;
}

.section-04 .form-group input::placeholder {
    color: #acacac;
    opacity: 1;
}

.section-04 .form-group select {
    cursor: pointer;
    padding: 1rem 1.2rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 1.6rem;
    background: #fff;
    height: 4.4rem;
    color: #3c4248;
}

.section-04 .form-group select:focus {
    box-shadow: none;
}

.section-04 .form-group option {
    color: #868e96;
    border-radius: 10px;
}

.section-04 .form-group .inquiry {
    width: 100%;
    padding: 1.4rem 1.6rem;
    min-height: 9.6rem;
    max-height: 9.6rem;
    height: auto;
}

.section-04 .form-checklist {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;

    color: #fff;
}

.section-04 .checkbox-item {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    font-size: 1.6rem;
}

.section-04 .checkbox-item input[type="checkbox"] {
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 1.8rem;
    height: 1.8rem;

    position: relative;
}

.section-04 .checkbox-item input[type="checkbox"]:checked {
    border: none;
    background: url('../img/icon/checkbox_click.svg') center center / auto no-repeat #0088ff;
}

.section-04 .checkbox-item label {
    cursor: pointer;
}

.section-04 .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 5.6rem;

    background-image: linear-gradient(90deg, #63aef5, #6266f4);

    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;

    padding: 0.9rem 3.2rem;

    border-radius: 999px;
    cursor: pointer;
    align-self: flex-start;
}

/* ----------------------------------------- */

.section-05 {
    background: #fff;
    padding-top: 160px;
    overflow: hidden;
}

.section-05 .inner {
    position: relative;
}

.section-05 .inner .container {
    max-width: 1600px;
    padding: 0 80px;
    margin: 0 auto;
}

.section-05 .section-title .title {
    color: #212529;
}

.section-05 .section-title .btn {
    display: inline-block;

    border: 3px solid #212529;
    border-radius: 100px;

    padding: 0 4rem;

    font-size: 2rem;
    font-weight: 600;
}

.section-05 .swiper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 80px;
    overflow: visible;

    position: static;
}

.section-05 .swiper-slide {
    width: 4.6rem;
}

.section-05 .swiper-slide>a {
    display: block;
}

.section-05 .swiper-slide>a>img {
    width: 460px;
    object-fit: cover;
    border-radius: 1.6rem;
}

.section-05 .swiper-slide>a>.text {
    width: 460px;
    padding: 2.4rem 1rem;
}

.section-05 .swiper-slide>a>.text>.date {
    color: #8c8c8c;
    letter-spacing: 0;
    white-space: pre-wrap;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.section-05 .swiper-slide>a>.text>.title {
    color: #191919;
    font-size: 2.4rem;
    font-weight: 600;

    margin-bottom: 2.4rem;
}

.section-05 .swiper-slide>a>.text>.view-more {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
    font-weight: bold;

    color: #0088ff;
    font-size: 2rem;
}

.section-05 .swiper-slide>a>.text>.view-more img {
    height: 100%;
}

.section-05 .btn-wrap {
    display: flex;
    justify-content: flex-end;
    column-gap: 1.5rem;

    margin-bottom: 5rem;
}

.section-05 .swiper-button-next,
.section-05 .swiper-button-prev {
    position: static;
    width: 5rem;
    height: 5rem;
    margin-top: 0;
}

.section-05 .swiper-button-next img,
.section-05 .swiper-button-prev img {
    width: 100%;
    height: 100%;
    object-fit: cover;  
} 

.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
    display: none;
}

/* ------------------------------------------- */

.section-06 {
    background: #fff;

    padding: 160px 0;
}

.section-06 .inner {
    max-width: 1600px;
    padding: 0 80px;
    margin: 0 auto;
}

.section-06 .inner .box {
    width: 144rem;
    height: 48rem;

    background: url('../img/full/last_section_item.webp') center center / cover no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 1.6rem;
}

.section-06 .inner .box .text {
    display: flex;
    flex-direction: column;
    row-gap: 7.2rem;
}

.section-06 .inner .box .text h3 {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

.section-06 .inner .box .text .link-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.6rem;
}

.section-06 .inner .box .text .link-wrap .link {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 6rem;
    padding: 0 8rem;

    font-size: 2rem;
    font-weight: 600;
    color: #0088ff;

    border-radius: 100px;
    background: #fff;
}

.section-06 .inner .box .text .link-wrap .link-02 {
    border: 1px solid #fff;
    color: #fff;
    background: none;

    padding: 0 4rem;
}

/* ------------------------------------- */

.footer {
    background: #191919;
    color: #fff;

    padding: 100px 0;
}

.footer .inner {
    max-width: 1600px;
    padding: 0 80px;
    margin: 0 auto;
}

.footer .inner .service {
    display: flex;
    justify-content: space-between;
}

.footer .inner .service .info {
    display: flex;
    column-gap: 4rem;
}

.footer .service .service-title {
    display: block;

    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;

    margin-bottom: 1.6rem;
}

.footer .service .part-02 .explain > li {
    line-height: 3.08rem;
    font-size: 1.4rem;
    opacity: 0.75;

    width: 30rem;
}

.footer .inner .service .info .part-03 {
    display: flex;
    column-gap: 4rem;
}

.footer .inner .right .download {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.8rem;

    border-radius: 0.8rem;
    width: 21.3rem;
    height: 5.6rem;
    font-size: 1.6rem;
    font-weight: 700;

    background: #ffffff33;

    margin-bottom: 1.6rem;
}

.footer .inner .right .download img {
    width: 1.6rem;
}

.footer .inner .right .view-more {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.4rem;

    border: 1px solid #fff;
    background-color: #ffffff0d;
    border-radius: 4px;

    font-size: 1.4rem;
    height: 40px;
    padding: 16px 28px;
    font-weight: 600;
    line-height: 1.5;
}

.footer .inner .right .view-more .metanet {
    width: 5.7rem;
}

.footer .inner .right .view-more .arrow {
    width: 1.7rem;
}

.footer .inner .company {
    display: flex;
    align-items: flex-end;
    column-gap: 2.7rem;

    margin-top: 4rem;
}

.footer .inner .company .copyright {
    opacity: .75;
    font-size: 1.3rem;
    line-height: 1.5;
}

