@charset "utf-8";
.pc {
    display: flex;
}
.mb {
    display: none;
}
.mbsm {
    display: none;
}
@media (max-width: 540px) {
    .pc {
        display: none;
    }
    .mb {
        display: block;
    }
    .mbsm {
        display: none;
    }
}
@media (max-width: 320px) {
    .pc {
        display: none;
    }
    .mb {
        display: none;
    }
    .mbsm {
        display: block;
    }
}
.wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.fixBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 10px;
    button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        background: #fff;
        width: 80px;
        height: 80px;
        font-size: 16px;
        padding: 10px;
        border-radius: 70px;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        font-weight: 900;
        span {
            font-size: 32px;
        }
        &:first-child {
            background-color: #6ae8e8;
            color: #000;
        }
        &:last-child {
            background-color: #f0e000;
            color: #000;
        }
    }
}
@media (max-width: 640px) {
    .fixBtn {
        button {
            width: 60px;
            height: 60px;
            p {
                font-size: 12px;
                white-space: nowrap;
            }
            span {
                font-size: 18px;
            }
        }
    }
}
section {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.container {
    width: 100%;
    max-width: 1040px;
}

.intro-section {
    background: linear-gradient(
        180deg,
        rgba(4, 6, 26, 1) 0%,
        rgba(4, 6, 26, 1) 85%,
        rgba(7, 5, 109, 1) 100%
    );
}

.intro-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 90px 105px 40px 105px;
    background: url(../../images/introbg.png) no-repeat center center;
    background-size: cover;
    position: relative;
    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../../images/lightBg.png) no-repeat top center;
        background-size: cover;
        z-index: 1;
    }
}

.intro-logo {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    img {
        max-width: 170px;
    }
}

@media (max-width: 540px) {
    .intro-logo {
        img {
            max-width: 120px;
        }
    }
}
.intro-text-section {
    padding-top: 50px;
}

.intro-text-sm-title {
    display: flex;
    justify-content: center;
    align-items: center;

    p {
        font-family: "GmarketSans";
        font-size: 36px;
        font-weight: 500;
        color: #fff;
        font-style: italic;
    }
    span {
        font-family: "GmarketSans";
        font-size: 36px;
        font-weight: 500;
        color: #b0e1fa;
        font-style: italic;
        margin: 0 10px;
    }
}
.intro-text-lg-title {
    font-family: "GmarketSans";
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 40px;
    text-align: center;
    line-height: 1.4;
    /* 텍스트 그라데이션 */
    background: linear-gradient(to bottom right, #72beff 30%, #d0e8ff 50%, #63a3ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    span {
        display: inline-flex;
        font-size: 84px;
    }
}
.intro-text-description {
    font-size: 34px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    line-height: 1.5;
}
.intro-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    img {
        max-width: 568px;
    }
}
.intro-content-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 105px;

    & > p {
        font-size: 30px;
        font-weight: 700;
        color: #b4c9ff;
        & > sup {
            display: inline-flex;
            transform: translateY(18px);
        }
    }
    & > h2 {
        font-size: 50px;
        font-weight: 900;
        color: #fff;
        margin-top: 10px;
    }
}
.intro-content-2-list-item {
    width: 100%;
    margin-top: 60px;
    ul {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 15px;
        li {
            background-color: #0b1033;
            border-radius: 20px;
            overflow: hidden;
            width: 100%;
            max-width: 247px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding-bottom: 30px;
            &:nth-child(1) {
                background-color: #1b1e2f;
                box-shadow: 0 0 92px -23px rgb(0 120 255 / 40%);
            }
            &:nth-child(2) {
                background-color: #000c61;
                box-shadow: 0 0 92px -23px rgb(0 120 255 / 40%);
            }
            &:nth-child(3) {
                background-color: #4253cd;
                box-shadow: 0 0 92px -23px rgb(0 120 255 / 40%);
            }
            p {
                font-size: 25px;
                color: #fff;
                text-align: center;
                line-height: 1.1;
                font-weight: 700;
                margin-top: 10px;
            }
            span {
                display: inline-flex;
                font-size: 17px;
                color: #b4c9ff;
                text-align: center;
                line-height: 1.3;
                font-weight: 500;
                margin-top: 10px;
            }
        }
    }
}
.intro-content-2-list-item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-10px);
}
.mobileNo {
    display: flex;
    background-color: #00a5fa;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.intro-content-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 105px 140px 105px;
    margin-top: 100px;
    & > p {
        font-size: 30px;
        font-weight: 700;
        color: #b4c9ff;
    }
    & > h2 {
        font-size: 50px;
        font-weight: 900;
        color: #fff;
        margin-top: 10px;
    }
    .intro-content-3-item {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
}
.intro-content-3-item {
    margin: 40px 0;
    ul {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-top: 100px;
        li {
            background-color: #fff;
            border-radius: 20px;
            overflow: hidden;
            width: 100%;
            max-width: 404px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding-top: 10px;
            &:nth-child(1) {
                position: relative;
                z-index: 1;
                box-shadow: 0 0 92px -23px rgb(0 120 255 / 100%);
                transform: translate(20px, -70px);
            }
            &:nth-child(2) {
                position: relative;
                z-index: 0;
                background: rgba(255, 255, 255, 0.65);
                box-shadow: 0 0 92px -23px rgb(0 120 255 / 40%);
                transform: translate(-20px, 0);
                h4 {
                    color: #595757;
                }
                p {
                    color: #595757 !important;
                }
                img {
                    filter: grayscale(100%) brightness(0.8);
                }
            }
            h4 {
                font-size: 42px;
                font-weight: 700;
                color: #132a73;
                text-align: center;
                line-height: 1.5;
            }
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            p {
                font-size: 67px;
                font-weight: 900;
                color: #0b1033;
                text-align: center;
                line-height: 1.5;
            }
        }
    }
}
.intro-content-3-text {
    width: 100%;
    margin-top: 40px;
    & > p {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        line-height: 1.5;
        word-break: keep-all;
        overflow-wrap: break-word;
        span {
            font-size: 30px;
            font-weight: 700;
            color: #aec2f7;
            text-align: center;
            line-height: 1.5;
            sup {
                display: inline-flex;
                transform: translateY(15px);
            }
        }
    }
}

@media (max-width: 1202px) {
    .intro-text-lg-title {
        font-size: 48px;
        span {
            font-size: 72px;
        }
    }
    .intro-text-description {
        font-size: 24px;
    }
}
@media (max-width: 1050px) {
    .intro-content {
        padding: 40px 20px;
    }
}
@media (max-width: 990px) {
    .intro-content {
        padding: 40px 10px;
    }
    .intro-text-lg-title {
        font-size: 28px;
        span {
            font-size: 42px;
        }
    }
    .intro-text-description {
        font-size: 16px;
    }
    .intro-text-sm-title {
        p {
            font-size: 24px;
        }
        span {
            font-size: 24px;
        }
    }
    .intro-content-2 {
        & > p {
            font-size: 20px;
        }
        & > h2 {
            font-size: 30px;
        }
    }
    .intro-content-2-list-item {
        & ul {
            & li {
                p {
                    font-size: 16px;
                }
                span {
                    font-size: 12px;
                }
            }
        }
    }
    .intro-content-3 {
        & > p {
            font-size: 24px;
        }
        & > h2 {
            font-size: 30px;
        }
    }
    .intro-content-3-item {
        & ul {
            & li {
                h4 {
                    font-size: 32px;
                }
                p {
                    font-size: 26px;
                }
            }
        }
    }
    .intro-content-3-text {
        & > p {
            font-size: 16px;
            span {
                font-size: 16px;
            }
        }
    }
}
@media (max-width: 680px) {
    .intro-content-2 {
        padding: 40px 20px;
    }
    .intro-content-3 {
        padding: 40px 20px;
    }
}
@media (max-width: 540px) {
    .intro-text-sm-title {
        p {
            font-size: 14px;
        }
        span {
            font-size: 14px;
        }
    }
    .intro-text-lg-title {
        font-size: 26px;
        margin-top: 10px;
        span {
            font-size: 26px;
        }
    }
    .intro-text-description {
        font-size: 14px;
        word-break: keep-all;
        overflow-wrap: break-word;
    }
    .intro-content-2 {
        & > p {
            font-size: 16px;
            sup {
                transform: translateY(5px);
            }
        }
        & > h2 {
            font-size: 18px;
        }
    }
    .intro-content-2-list-item {
        & ul {
            flex-direction: column;
            display: flex;
            width: 100%;
            li {
                width: 100%;
                max-width: 100%;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;
                padding-bottom: 0;
                gap: 20px;
                img {
                    max-width: 100px;
                }
                p {
                    text-align: left;
                    font-size: 26px;
                }
                span {
                    text-align: left;
                    font-size: 18px;
                }
            }
        }
        .intro-content-2-list-item-text {
            align-items: flex-start;
            flex: 1;
        }
    }
    .intro-content-3 {
        padding: 40px 20px 100px 20px;
        /* padding: 40px 20px 130px 20px; */
        & > p {
            font-size: 20px;
        }
        & > h2 {
            font-size: 22px;
        }
    }
    .intro-content-3-item {
        & ul {
            & li {
                h4 {
                    font-size: 20px;
                }
            }
        }
    }
}
@media (max-width: 470px) {
    .intro-content-2-list-item {
        & ul {
            li {
                p {
                    font-size: 18px;
                    word-break: keep-all;
                    overflow-wrap: break-word;
                }
                span {
                    font-size: 12px;
                    word-break: keep-all;
                    overflow-wrap: break-word;
                }
            }
        }
    }
}
@media (max-width: 400px) {
    .intro-text-lg-title {
        font-size: 23px;
        span {
            font-size: 20px;
        }
    }
}
.second-section {
    display: flex;
    padding-top: 130px;
    padding-bottom: 130px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 35%,
        rgba(192, 194, 199, 1) 35%,
        rgba(192, 194, 199, 1) 100%
    ); */
    .second-section-title {
        p {
            font-size: 30px;
            font-weight: 700;
            color: #000;
            text-align: center;
            line-height: 1.5;
        }
        h2 {
            font-size: 50px;
            font-weight: 900;
            color: #0300ac;
            text-align: center;
        }
    }
}
.second-section-content {
    /* margin: 100px 0; */
	margin: 100px 0 0 0;
    ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        max-width: 1040px;
        gap: 15px;
        li {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            max-width: 800px;
            gap: 15px;
            .second-section-content-item-img {
                flex-basis: 50%;
                img {
                    object-fit: cover;
                    max-width: 367px;
                    border-radius: 20px;
                }
            }
            .second-section-content-item-text {
                flex-basis: 50%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                width: 100%;
                gap: 15px;
                h3 {
                    font-size: 35px;
                    font-weight: 700;
                    color: #0300ac;
                    text-align: center;
                }
                span {
                    font-size: 20px;
                    font-weight: 700;
                    color: #7e7e7e;
                    text-align: center;
                }
                p {
                    font-size: 25px;
                    font-weight: 400;
                    color: #000;
                    text-align: center;
                    line-height: 1.5;
                    white-space: nowrap;
                }
            }
        }
    }
}

@media (max-width: 990px) {
    .second-section {
        & .second-section-title {
            p {
                font-size: 24px;
            }
            h2 {
                font-size: 36px;
            }
        }
    }
    .second-section-content {
        & ul {
            & li {
                & .second-section-content-item-text {
                    h3 {
                        font-size: 24px;
                    }
                    span {
                        font-size: 16px;
                    }
                    p {
                        font-size: 16px;
                    }
                }
            }
        }
    }
}
@media (max-width: 540px) {
    .second-section {
        & .second-section-title {
            p {
                font-size: 16px;
            }
            h2 {
                font-size: 24px;
            }
        }
    }
    .second-section-content {
        margin-top: 40px;
        & ul {
            & li {
                flex-direction: column;
                &:last-child {
                    margin-top: 20px;
                    flex-direction: column-reverse;
                }
            }
        }
    }
}

.third-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../../images/thirdSectionBg.png) no-repeat center center;
    background-size: cover;
    padding: 130px 0;
    width: 100%;
    .third-section-title {
        p {
            font-size: 30px;
            font-weight: 700;
            color: #b4c9ff;
            text-align: center;
            line-height: 1.5;
        }
        h2 {
            font-size: 50px;
            font-weight: 900;
            color: #fff;
            text-align: center;
        }
    }
}
.third-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 15px;
        margin-top: 90px;
        li {
            display: flex;
            align-items: center;
            width: 100%;
            gap: 15px;
        }
        p {
            font-size: 30px;
            font-weight: 700;
            color: #fff;
            text-align: center;
            line-height: 1.5;
            b {
                font-size: 30px;
                font-weight: 700;
                color: #b4c9ff;
                text-align: center;
                line-height: 1.5;
            }
        }
    }
}
.third-section-content-img {
    margin-top: 90px;
    position: relative;
    img {
        border-radius: 20px;
    }
    .cover-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 990px) {
    .third-section {
        & .third-section-title {
            p {
                font-size: 24px;
            }
            h2 {
                font-size: 30px;
            }
        }
    }
    .third-section-content {
        & ul {
            & li {
                p {
                    font-size: 20px;
                }
                b {
                    font-size: 20px;
                }
            }
        }
    }
}
@media (max-width: 540px) {
    .third-section {
        padding: 40px 10px;
        & .third-section-title {
            p {
                font-size: 14px;
            }
            h2 {
                font-size: 20px;
            }
        }
    }
    .third-section-content {
        & ul {
            margin-top: 40px;
            & li {
                p {
                    font-size: 16px;
                    word-break: keep-all;
                    overflow-wrap: break-word;
                    b {
                        font-size: 16px;
                    }
                }
            }
        }
    }
}
.fourth-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    /* padding: 130px 0; */
	padding: 100px 0 130px 0;
    width: 100%;
    & > img {
        max-width: 71px;
    }
    .fourth-section-title {
        margin-top: 70px;
        p {
            font-size: 30px;
            font-weight: 700;
            color: #000;
            text-align: center;
            line-height: 1.5;
        }
        h2 {
            font-size: 50px;
            font-weight: 900;
            color: #0300ac;
            text-align: center;
        }
    }
}
.fourth-section-content {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    p {
        font-size: 25px;
        font-weight: 700;
        color: #000;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 70px;
    }
    img {
        max-width: 766px;
        border-radius: 20px;
    }
}

.fifth-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 7, 74, 1) 0%, rgb(18 75 165) 100%);
    padding: 130px 0;
    width: 100%;
    position: relative;
    .fifth-section-title {
        p {
            font-size: 30px;
            font-weight: 700;
            color: #b4c9ff;
            text-align: center;
            line-height: 1.5;
        }
        h2 {
            font-size: 50px;
            font-weight: 900;
            color: #fff;
            text-align: center;
            line-height: 1.5;
        }
    }
}
.fifth-section-bg-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    ul {
        width: 100%;
        height: 100%;
        li {
            background-color: #40446f;
            display: inline-flex;
            padding: 0 40px;
            border-radius: 50px;
            position: absolute;
            z-index: 1;
            p {
                font-size: 38px;
                color: #000000;
                line-height: 2;
            }
            &:nth-child(1) {
                left: 5%;
                top: 6%;
            }
            &:nth-child(2) {
                left: 2%;
                top: 10%;
            }
            &:nth-child(3) {
                left: 4%;
                top: 14%;
            }
            &:nth-child(4) {
                right: 4%;
                top: 5%;
            }
            &:nth-child(5) {
                right: 4%;
                top: 10%;
            }
            &:nth-child(6) {
                right: 6%;
                top: 16%;
            }
            &:nth-child(7) {
                right: 1%;
                top: 20%;
            }
        }
    }
}
.fifth-section-content {
    position: relative;
    z-index: 2;
    margin-top: 70px;
    ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 15px;
        li {
            display: flex;
            align-items: center;
            gap: 40px;
            background-color: #fff;
            border-radius: 20px;
            overflow: hidden;
            width: 100%;
            padding: 20px;
            border-radius: 200px;
            box-shadow: 0 0 150px rgb(57 81 134 / 100%);
            img {
                max-width: 192px;
                border-radius: 100%;
            }
            p {
                font-size: 40px;
                font-weight: 700;
                color: #000000;
            }
            span {
                font-size: 40px;
                font-weight: 700;
                color: #0d52c4;
                text-align: center;
                line-height: 1.5;
            }
        }
    }
}

@media (max-width: 990px) {
    .fifth-section {
        & .fifth-section-title {
            p {
                font-size: 24px;
            }
            h2 {
                font-size: 30px;
            }
        }
    }
    .fourth-section {
        & .fourth-section-title {
            p {
                font-size: 18px;
            }
            h2 {
                font-size: 30px;
            }
        }
    }
    .fourth-section-content {
        & p {
            font-size: 16px;
        }
    }
}

.middle-arrowdown-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px 0;
    img {
        max-width: 71px;
    }
}
.fifth-section-content2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    .fifth-section-content2-text {
        p {
            font-size: 30px;
            font-weight: 700;
            color: #b4c9ff;
            text-align: center;
            line-height: 1.5;
        }
        h3 {
            font-size: 50px;
            font-weight: 900;
            color: #fff;
            text-align: center;
            line-height: 1.2;
        }
    }
}

.fifth-section-content2-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    img {
        max-width: 766px;
    }
}

@media (max-width: 1920px) {
    .fifth-section-title {
        position: relative;
        z-index: 2;
    }
    .fifth-section-bg-text {
        & ul {
            & li {
                p {
                    font-size: 24px;
                }
            }
        }
    }
}
@media (max-width: 1080px) {
    .fifth-section-bg-text {
        ul {
            li {
                &:nth-child(1) {
                    left: 5%;
                    top: 4%;
                }
                &:nth-child(2) {
                    left: 2%;
                    top: 6%;
                }
                &:nth-child(3) {
                    left: 4%;
                    top: 8%;
                }
                &:nth-child(4) {
                    right: 4%;
                    top: 2%;
                }
                &:nth-child(5) {
                    right: 4%;
                    top: 4%;
                }
                &:nth-child(6) {
                    right: 6%;
                    top: 6%;
                }
                &:nth-child(7) {
                    right: 1%;
                    top: 8%;
                }

                p {
                    font-size: 16px;
                }
            }
        }
    }
}
@media (max-width: 990px) {
    .fifth-section-content {
        & ul {
            & li {
                p {
                    font-size: 20px;
                }
                span {
                    font-size: 20px;
                }
            }
        }
    }
    .fifth-section-content2 {
        & .fifth-section-content2-text {
            p {
                font-size: 16px;
            }
            h3 {
                font-size: 24px;
            }
        }
    }
}
@media (max-width: 540px) {
    .middle-arrowdown-img {
        margin: 40px 0;
        img {
            max-width: 40px;
        }
    }
    .fourth-section {
        & .fourth-section-title {
            margin-top: 40px;
            p {
                font-size: 16px;
            }
            h2 {
                font-size: 24px;
            }
        }
        & > img {
            max-width: 40px;
        }
    }
    .fourth-section-content {
        margin-top: 20px;
        & p {
            margin-bottom: 20px;
            font-size: 16px;
            word-break: keep-all;
            overflow-wrap: break-word;
        }
    }
    .fifth-section {
        & .fifth-section-title {
            p {
                font-size: 16px;
            }
            h2 {
                font-size: 20px;
            }
        }
        & .fifth-section-bg-text {
            & ul {
                & li {
                    &:nth-child(1) {
                        left: 5%;
                        top: 3%;
                    }
                    &:nth-child(2) {
                        left: 2%;
                        top: 6%;
                    }
                    &:nth-child(3) {
                        left: 4%;
                        top: 9%;
                    }
                    &:nth-child(4) {
                        right: 4%;
                        top: 4%;
                    }
                    &:nth-child(5) {
                        right: 4%;
                        top: 8%;
                    }
                    &:nth-child(6) {
                        right: 6%;
                        top: 12%;
                    }
                    &:nth-child(7) {
                        right: 1%;
                        top: 16%;
                    }
                    p {
                        font-size: 12px;
                    }
                }
            }
        }
    }
    .fifth-section-content {
        & ul {
            margin-top: 20px;
            padding: 0 40px;
            & li {
                padding: 5px;
                gap: 10px;

                img {
                    max-width: 70px;
                }
                p {
                    font-size: 16px;
                    word-break: keep-all;
                    overflow-wrap: break-word;
                    span {
                        display: inlin-block;
                        font-size: 12px;
                        word-break: keep-all;
                        overflow-wrap: break-word;
                        line-height: 2;
                    }
                }
            }
        }
    }
    .fifth-section-content2 {
        margin-top: 20px;
        & .fifth-section-content2-text {
            h3 {
                font-size: 20px;
            }
            p {
                font-size: 16px;
            }
        }
    }
}
@media (max-width: 400px) {
    .fifth-section-content {
        & ul {
            padding: 0 10px;
        }
    }
}
.plus-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../../images/plussectionBg.png) no-repeat center center;
    background-size: cover;
}
.plus-section-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 130px 0 40px 0;
    p {
        font-size: 30px;
        font-weight: 700;
        color: #b4c9ff;
        text-align: center;
        line-height: 1.5;
    }
    h3 {
        font-size: 50px;
        font-weight: 900;
        color: #fff;
        text-align: center;
        line-height: 1.1;
        word-break: keep-all;
        overflow-wrap: break-word;
    }
    span {
        justify-content: center;
        align-items: center;
        font-size: 25px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        line-height: 1.5;
        margin-top: 40px;
        word-break: keep-all;
        overflow-wrap: break-word;
        b {
            color: #b4c9ff;
        }
    }
}
.plus-section-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        li {
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            background-color: #000;
            border: 1px solid #2b4b81;
            gap: 15px;
            padding: 40px;
            border-radius: 20px;
            &:nth-child(2) {
                opacity: 0.8;
            }
            &:nth-child(3) {
                opacity: 0.4;
            }
            &:nth-child(4) {
                opacity: 0.2;
            }
            h4 {
                font-size: 30px;
                font-weight: 700;
                color: #97cdff;
                text-align: center;
                line-height: 1.5;
                flex-basis: 15%;
            }
            p {
                font-size: 25px;
                font-weight: 400;
                color: #97cdff;
                text-align: left;
                line-height: 1.5;
                flex-basis: 65%;
                b {
                    color: #fff;
                    font-size: 20px;
                }
            }
            span {
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                text-align: right;
                line-height: 1.5;
                flex-basis: 20%;
            }
        }
    }
}
.plus-section-content-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-top: 100px;
    img:first-child {
        max-width: 680px;
    }
    img:last-child {
        max-width: 90%;
        transform: translateY(-100px);
        margin-top: -140px;
    }
}

@media (max-width: 990px) {
    .plus-section-title {
        & p {
            font-size: 24px;
        }
        & h3 {
            font-size: 30px;
        }
        & span {
            font-size: 18px;
        }
    }
    .plus-section-item {
        & ul {
            & li {
                h4 {
                    font-size: 24px;
                }
                p {
                    font-size: 18px;
                    b {
                        font-size: 16px;
                    }
                }
                span {
                    font-size: 14px;
                }
            }
        }
    }
    .plus-section-content-img {
        img:last-child {
            max-width: 100%;
            transform: translateY(-0);
            margin-top: -40px;
        }
    }
}
@media (max-width: 540px) {
    .plus-section-title {
		padding: 0px 20px 40px 20px;
        /*padding: 40px 20px;*/
        & p {
            font-size: 16px;
        }
        & h3 {
            font-size: 20px;
        }
        & span {
            font-size: 14px;
            margin-top: 20px;
        }
    }
    .plus-section-item {
        & ul {
            & li {
                padding: 10px;
                border-radius: 5px;
                h4 {
                    font-size: 14px;
                }
                p {
                    font-size: 12px;
                    word-break: keep-all;
                    overflow-wrap: break-word;
                    b {
                        font-size: 12px;
                    }
                }
                span {
                    font-size: 12px;
					word-break: keep-all;
					white-space: nowrap;
                }
            }
        }
    }
    .plus-section-content-img {
        img:first-child {
            max-width: 300px;
        }
        img:last-child {
            max-width: 100%;
            transform: translateY(-0);
            margin-top: -20px;
        }
    }
}
.sixth-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 8, 78, 1) 0%, rgba(0, 87, 247, 1) 100%);
    background-image: url(../../images/sixsectionbg01.png);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 130px 0;
    width: 100%;
    position: relative;

    .sixth-section-title {
        span {
            font-size: 30px;
            font-weight: 700;
            color: #b4c9ff;
            text-align: center;
            line-height: 1.5;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            max-width: 1040px;
        }
        h2 {
            font-size: 50px;
            font-weight: 900;
            color: #fff;
            text-align: center;
            line-height: 1.5;
        }
        p {
            font-size: 25px;
            font-weight: 400;
            color: #fff;
            text-align: center;
            line-height: 1.5;
			margin-top: 40px;
            b {
                color: #b4c9ff;
            }
        }
    }
}
.sixth-section-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    .sixth-section-content-img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 15px;
        img {
            display: inline-flex;
            max-width: 350px;
            flex-basis: calc(50% - 7.5px);
        }
    }
}
.sixth-section-content2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 240px;
    gap: 30px;
    .sixth-section-content2-title {
        margin-bottom: 70px;
        p {
            font-size: 30px;
            font-weight: 700;
            color: #b4c9ff;
            text-align: center;
            line-height: 1.5;
        }
        h2 {
            font-size: 50px;
            font-weight: 900;
            color: #fff;
            text-align: center;
            line-height: 1.5;
        }
    }
}

@media (max-width: 1920px) {
    .sixth-section {
        background-size: cover;
    }
}

@media (max-width: 990px) {
    .sixth-section {
        & .sixth-section-title {
            span {
                font-size: 24px;
            }
            h2 {
                font-size: 30px;
            }
            p {
                font-size: 18px;
            }
        }
    }
    .sixth-section-content2 {
        & .sixth-section-content2-title {
            p {
                font-size: 24px;
            }
            h2 {
                font-size: 30px;
            }
        }
    }
}

@media (max-width: 540px) {
    .sixth-section {
        & .sixth-section-title {
			padding: 0px 20px 40px 20px;
            /* padding: 40px 20px; */
            span {
                font-size: 16px;
            }
            h2 {
                font-size: 20px;
            }
            p {
                font-size: 14px;
                word-break: keep-all;
                overflow-wrap: break-word;
				margin-top: 20px;
                b {
                    font-size: 14px;
                }
            }
        }
    }
    .sixth-section-content2 {
        margin-top: 40px;
        margin-bottom: 40px;
        gap: 10px;
        & .sixth-section-content2-title {
            margin-bottom: 10px;
            p {
                font-size: 16px;
            }
            h2 {
                font-size: 20px;
            }
        }
    }
    .sixth-section-content {
        margin-top: 20px;
    }
}
.seventh-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../../images/secseventhbg.png) no-repeat center center;
    background-size: cover;
    padding: 130px 0;
    width: 100%;
    position: relative;
    .seventh-section-title {
        h2 {
            font-size: 50px;
            font-weight: 900;
            color: #000;
            text-align: center;
            line-height: 1.5;
        }
        p {
            font-size: 30px;
            font-weight: 700;
            color: #0078bf;
            text-align: center;
            line-height: 1.5;
        }
    }
}
.seventh-section-content {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 60px;
    margin-top: 60px;
    form {
        width: 100%;
        max-width: 1040px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 15px;
        .seventh-section-content-form-item-title {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 10px;
            p {
                font-size: 20px;
                font-weight: 700;
                color: #000;
                text-align: center;
                line-height: 1.5;
            }
            input {
                width: 24px;
                height: 24px;
                border: 1px solid #b0b1b1;
            }
        }
    }
}
.seventh-section-content-form-item-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    .seventh-section-content-form-item-content-item {
        flex-basis: 65%;
        ul {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            gap: 8px;
            flex-wrap: wrap;
            li {
                input {
                    width: 100%;
                    padding: 0 10px;
                    border-radius: 0;
                    border: 1px solid #b0b1b1;
                    outline: none;
                    height: 79px;
                    font-size: 20px;
                    font-weight: 700;
                    color: #000;
                    text-align: center;
                    line-height: 1.5;
                }
                select {
                    width: 100%;
                    padding: 0 10px;
                    border-radius: 0;
                    border: 1px solid #b0b1b1;
                    outline: none;
                    height: 79px;
                    font-size: 20px;
                    font-weight: 700;
                    color: #000;
                    text-align: center;
                    line-height: 1.5;
                }
                &:nth-child(1) {
                    flex-basis: 100%;
                }
                /* &:nth-child(2) {
                    flex-basis: calc(50% - 4px);
                } */
                &:nth-child(2) {
                    flex-basis: calc(40% - 4px);
                }
                &:nth-child(3) {
                    flex-basis: calc(60% - 4px);
                }
            }
        }
    }
}
.seventh-section-content-form-item-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 35%;
    button {
        width: 100%;
        height: 100%;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #201776;
        outline: none;
        background-color: #201776;
        color: #fff;
        font-size: 35px;
        font-weight: 700;
    }
}

@media (max-width: 990px) {
    .seventh-section {
        & .seventh-section-title {
            p {
                font-size: 24px;
            }
            h2 {
                font-size: 30px;
            }
        }
    }
    .seventh-section-content {
        & form {
            & .seventh-section-content-form-item-title {
                p {
                    font-size: 18px;
                }
            }
        }
    }
}

@media (max-width: 540px) {
    .seventh-section {
        background-size: 100% auto;
        background-position: top center;
        & .seventh-section-title {
            p {
                font-size: 16px;
            }
            h2 {
                font-size: 18px;
            }
        }
    }
    .seventh-section-content {
        margin-top: 40px;
        padding: 10px;
        & form {
            & .seventh-section-content-form-item-title {
                gap: 5px;
                p {
                    font-size: 14px;
                    white-space: nowrap;
                }
            }
        }
    }
    .seventh-section-content-form-item-content {
        width: 100%;
        flex-direction: column;
        & .seventh-section-content-form-item-content-item {
            ul {
                flex-direction: column;
                gap: 8px;
                width: 100%;
                li {
                    width: 100%;
                    flex-basis: 100%;
                    input {
                        font-size: 16px;
                        height: 45px;
                        text-align: left;
                    }
                    select {
                        height: 45px;
                        font-size: 16px;
                        text-align: left;
                    }
                }
            }
        }
    }
}
.eighth-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #2f2725;
    background-size: cover;
	padding: 130px 0 0 0;
    width: 100%;
    position: relative;
    .eighth-section-title {
		margin-bottom: 60px;
        p {
            font-size: 30px;
            font-weight: 700;
            color: #bae5ff;
            text-align: center;
            line-height: 1.5;
        }
        h2 {
            font-size: 50px;
            font-weight: 900;
            color: #fff;
            text-align: center;
            line-height: 1.5;
        }
        span {
            font-size: 25px;
            font-weight: 400;
            color: #fff;
            text-align: center;
            line-height: 1.5;
        }
    }
}

.eighth-section-content-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    .root_daum_roughmap {
        width: 100% !important;
        height: 475px !important;
    }
}
.eighth-section-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    .eighth-section-content-text {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        padding: 20px 0;
        a {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            color: #393939;
            font-size: 28px;
            flex-basis: 50%;
            &:nth-child(1) {
                border-right: 1px solid #898989;
            }
            img {
                max-width: 82px;
            }
        }
    }
}

@media (max-width: 990px) {
    .eighth-section {
        & .eighth-section-title {
            p {
                font-size: 24px;
            }
            h2 {
                font-size: 30px;
            }
            span {
                font-size: 20px;
            }
        }
    }
    .eighth-section-content {
        & .eighth-section-content-text {
            & a {
                p {
                    font-size: 16px;
                }
                img {
                    max-width: 48px;
                }
            }
        }
    }
}
@media (max-width: 540px) {
    .eighth-section {
        padding: 40px 0;
        & .eighth-section-title {
			margin-bottom: 0;
            p {
                font-size: 16px;
            }
            h2 {
                font-size: 20px;
            }
            span {
                font-size: 12px;
            }
        }
    }
    .eighth-section-content {
        & .eighth-section-content-text {
            & a {
                gap: 5px;
                p {
                    font-size: 12px;
                }
                img {
                    max-width: 24px;
                }
            }
        }
    }
    .eighth-section-content-img {
        .root_daum_roughmap {
            height: 300px !important;
            min-height: 300px !important;
            .wrap_map {
                height: 300px !important;
            }
        }
    }
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../../images/footerBg.png) no-repeat center center;
    background-size: cover;
    padding: 130px 0;
}
.footer-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    .footer-content-left-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 15px;
        flex-basis: 50%;
        h4 {
            font-size: 50px;
            font-weight: 700;
            color: #fff;
            line-height: 1.5;
        }
        p {
            font-size: 30px;
            font-weight: 500;
            color: #fff;
            line-height: 1.1;
            &:last-child {
                color: #8599a2;
            }
        }
    }
    .footer-content-right-item {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 15px;
        flex-basis: 50%;
        h4 {
            font-size: 50px;
            font-weight: 700;
            color: #fff;
            line-height: 1.5;
            text-align: right;
        }
        p {
            font-size: 53px;
            font-weight: 500;
            color: #8599a2;
            line-height: 1.1;
            text-align: right;
        }
        ul {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            li {
                a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    gap: 15px;
                    p {
                        font-size: 14px;
                        font-weight: 500;
                        color: #ddefff;
                        line-height: 1.1;
                        text-align: center;
                        white-space: nowrap;
                    }
                    img {
                        max-width: 70px;
                    }
                }
            }
        }
    }
}
@media (max-width: 990px) {
    .footer-content {
        & .footer-content-left-item {
            & h4 {
                font-size: 20px;
            }
            p {
                font-size: 16px;
            }
        }
        & .footer-content-right-item {
            h4 {
                font-size: 20px;
            }
            p {
                font-size: 30px;
            }
            ul {
                & li {
                    & a {
                        & p {
                            font-size: 12px;
                        }
                        & img {
                            max-width: 48px;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 760px) {
    footer {
        padding: 40px 15px;
    }
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        & .footer-content-left-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }
        & .footer-content-right-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            ul {
                width: 100%;
                flex-wrap: wrap;
                display: flex;
                gap: 0;
                white-space: nowrap;
                flex-direction: row;
                & li {
                    flex-basis: 25%;
                }
            }
        }
    }
}
@media (max-width: 540px) {
    section {
        padding: 80px 10px !important;
    }
    .eighth-section {
        padding: 40px 0 0 0 !important;
		/* padding: 80px 0 0 0 !important; */
    }
    .intro-section {
        padding: 0 !important;
    }
    .footer-content {
        & .footer-content-left-item {
            & h4 {
                font-size: 24px;
            }
            p {
                font-size: 20px;
            }
        }
        & .footer-content-right-item {
            gap: 0;
            h4 {
                font-size: 24px;
            }
            ul {
                margin-top: 20px;
                & li {
                    & a {
                        & p {
                            font-size: 10px;
                        }
                        & img {
                            max-width: 40px;
                        }
                    }
                }
            }
        }
    }
}
.footerInfoImg{
	display:flex;
	justify-content:center;
	padding: 20px;
	img{
		width:100%;
		max-width:1080px;
	}
}
