html,
body {
    font-size: 10px;
}

* {
    transition: 0.3s;
}

#wrap {
    overflow: hidden;
}

.section {
    position: relative;
}

.scrollable {
    height: 100vh;
    overflow-y: auto;
    padding: 20rem 0;
}

.m_five_content {
    display: none;
}

#header {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}

#header .logo {
    width: 14.94%;
    min-width: 400px;
}

#header .logo img {
    width: 100%;
}

.inquiry_link {
    width: 227px;
    height: 63px;
    background-color: #4a7de3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    border-radius: 31.5px;
}

.first_container {
    width: 100%;
    padding-left: 16.92%;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
}

.top_bg {
    max-width: 44%;
    min-width: 600px;
    position: absolute;
    bottom: -60px;
    right: 0;
}

.first_content {
    margin-bottom: 150px;
}

.first_content h2 {
    font-size: 6.4rem;
    font-weight: 600;
    color: #585858;
    margin-bottom: 42px;
    line-height: 1.2;
}

.first_content h2 span {
    color: #359fd5;
}

.first_content p {
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 125px;
    line-height: 1.3;
}

.cur_link {
    width: 240px;
    height: 63px;
    border-radius: 31.5px;
    background-color: #359fd5;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 54px;
}

.scroll_box p {
    font-size: 14px;
    font-weight: 500;
    color: #626262;
}

/* #2 */

.second_section {
    padding: 88px 0 170px;
    background-color: #359fd5;
}

.second_container .second_title {
    width: 150px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    border: 2px solid #fff;
    margin: 0 auto 50px;
}

.second_container .second_title span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.second_sub_title {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 145px;
    font-family: 'PIRULEN';
}

.second_sub_title span {
    font-weight: 600;
}

.second_card_container {
    display: flex;
    justify-content: center;
    gap: 45px;
    position: relative;
    z-index: 2;
}

.second_card_container .second_card {
    width: 300px;
    height: 400px;
    padding: 55px 0 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.img_container {
    display: flex;
    align-items: flex-end;
    height: 110px;
    margin-bottom: 55px;
}

.second_card_container .second_card img {
    display: block;
    margin: 0 auto;
}

.second_card_container .second_card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0d6eba;
    text-align: center;
}
.second_card_container .second_card p {
    font-size: 24px;
    font-weight: 700;
    color: #359fd5;
    line-height: 1.2;
    text-align: center;
}
.second_card_container .second_card span {
    color: #0d6eba;
}

.second_card_container .second_card .line {
    width: 40px;
    height: 2px;
    background-color: #0d6eba;
    margin: 18px auto 22px;
}

.second_bg1 {
    width: 16.8%;
    min-width: 240px;
    position: absolute;
    bottom: 0;
    left: 3%;
    z-index: 1;
}
.second_bg2 {
    width: 12.86%;
    min-width: 190px;
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 1;
}

/* #3 */

.third_container {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.third_container .third_bg {
    width: 82%;
    position: absolute;
    bottom: 125px;
    right: -200px;
}

.third_section {
    width: 100%;
    padding: 145px 0 125px;
    background-color: #f0f5ff;
}

.sub_title {
    width: 150px;
    height: 42px;
    border: 2px solid #4a7de3;
    background-color: #4a7de3;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 55px;
}

.sub_comment {
    font-size: 40px;
    font-weight: 700;
    color: #4a7de3;
    line-height: 1.4;
}

.third_img_container {
    display: flex;
    gap: 33px;
}

.third_img_container .box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin: 70px 0 96px;
}

.third_img_container .box p {
    font-size: 20px;
    font-weight: 600;
    color: #4a7de3;
    text-align: center;
    line-height: 1.3;
}

.ment_box h4 {
    font-size: 24px;
    font-weight: 800;
    color: #4a7de3;
    margin-bottom: 25px;
    margin-left: 14px;
    line-height: 1.2;
}

.ment_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ment {
    width: 314px;
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(74, 125, 227, 0.2);
    border-radius: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #4a7de3;
}

/* #4 */

.fourth_section {
    padding: 248px 0 182px;
    background-image: url('/assets/images/fourth_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fourth_container {
    padding-right: 10.5%;
    display: flex;
    justify-content: flex-end;
}

.fourth_container .sub_comment {
    color: #359fd5;
}

.fourth_content .third_img_container .box p {
    color: #fff;
}

.fourth_container .sub_title {
    border: 2px solid #359fd5;
    background-color: #359fd5;
    color: #fff;
}

/* #5 */

.five_section {
    padding: 192px 0 275px;
    background-color: #359fd5;
    position: relative;
}

.five_container {
    width: 1000px;
    margin: 0 auto;
}

.five_section .five_container .sub_title {
    border: 2px solid #fff;
    background-color: unset;
    color: #fff;
}

.five_section .sub_comment {
    color: #fff;
}

.five_container p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-top: 50px;
}

.notebook {
    width: 67%;
    position: absolute;
    right: -31px;
    bottom: -150px;
}

/* #6 */
.six_section {
    padding: 128px 0 80px;
}

.six_container {
    width: 1000px;
    margin: 0 auto;
}

.six_content_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 95px;
}

.six_content_card {
    width: 303px;
    padding: 45px 33px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.six_title_box {
    margin-bottom: 80px;
}

.six_title_box h4 {
    font-size: 20px !important;
    text-align: left !important;
    font-weight: 700;
    color: #359fd5;
    line-height: 1.2;
}

.six_content_card p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
    line-height: 1.2;
}

.six_title_box img {
    width: 54px;
}

.six_content_card .img_container {
    display: flex;
    align-items: flex-end;
    height: 67px;
    margin-bottom: 0;
}

.six_container h4 {
    font-size: 32px;
    font-weight: 700;
    color: #359fd5;
    text-align: center;
    margin-bottom: 65px;
}

.six_container .card_container {
    display: flex;
    justify-content: space-between;
}

.six_container .card_container .card_box {
    width: 308px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.six_container .card_container .card_box .card {
    width: 100%;
    height: 137px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #359fd5;
}

.six_container .card_container .card_box .card span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}

.six_container .card_container .card_box p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 1.2;
}

/* #7 */
.seven_section {
    width: 100%;
    padding: 90px 0 95px;
    background-color: #edf8f2;
}

.seven_section h4 {
    font-size: 32px;
    font-weight: 800;
    color: #359fd5;
    margin-bottom: 82px;
    text-align: center;
}

.support_container {
    width: 952px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.support_container .box {
    height: 189px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.support_container .box p {
    width: 242px;
    height: 60px;
    background: #359fd5;
    border-radius: 29.5px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seven_img2 {
    width: 160px;
    margin-top: -50px;
}

/* #8 */
.eight_section {
    width: 100%;
    padding: 82px 0 175px;
    background-color: #f5f5f5;
}

.eight_section img {
    display: block;
    margin: 0 auto 44px;
}

.form_comment {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 130px;
}

.contact_form {
    display: block;
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 54px;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 37px;
}

.input_container {
    display: flex;
    flex-direction: column;
    gap: 54px;
    align-items: center;
    margin-bottom: 82px;
}

.input_box {
    width: 738px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input_box label {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.input_box input {
    width: 590px;
    height: 64px;
    border-radius: 32px;
    background-color: #f8f8f8;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    outline: none;
    box-sizing: border-box;
    border: none;
}

.submit_btn {
    display: block;
    width: 242px;
    height: 60px;
    background: #2d2d2d;
    border-radius: 29.5px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin: 0 auto;
    border: none;
    outline: none;
    cursor: pointer;
}

/* #footer */
#footer {
    width: 100%;
    background-color: #359fd5;
    padding: 80px 0;
}

#footer .foot_logo {
    display: block;
    margin: 0 auto 40px;
}

.footer_container {
    width: 90%;
    margin: 0 auto;
}

.footer_content {
    padding-left: 90px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_content > div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer_content span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}

.footer_content p {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.m_logo {
    display: none;
}

.footer_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#map {
    width: 450px;
    height: 450px;
    border-radius: 10px;
}

.gm-ui-hover-effect {
    display: none !important;
}

@media (max-width: 1350px) {
    #map {
        flex: unset !important;
        width: 100%;
        height: 40rem;
    }
    .footer_content {
        padding-left: 0;
    }
    .footer_box {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 30px;
    }
}

@media (max-width: 1200px) {
    html,
    body {
        font-size: 7px;
    }

    #map {
        width: 90%;
        height: 50rem;
    }

    .logo {
        display: none;
    }

    .inquiry_link {
        display: none;
    }

    #header {
        width: 90%;
    }

    .first_container {
        padding-left: 5%;
    }

    .m_logo {
        display: block;
        width: 29.53%;
        min-width: 180px;
        margin: 0 auto;
    }
}

@media (max-width: 1000px) {
    #header {
        padding-top: 1.5rem;
    }

    #header .logo {
        width: 24.8%;
        min-width: 120px;
    }

    .inquiry_link {
        width: 16.2rem;
        height: 5.2rem;
        font-size: 2.2rem;
    }

    .first_container {
        padding-left: 8.37%;
        padding-top: 10.5rem;
    }

    .scroll_box {
        display: none;
    }

    .top_bg {
        width: 100%;
        min-width: 450px;
        position: absolute;
        bottom: -6rem;
        left: unset;
        right: -20%;
        z-index: 0;
    }

    .first_content {
        margin-bottom: 40rem;
        position: relative;
        z-index: 3;
    }

    .first_content h2 {
        font-size: 3.9rem;
        margin-bottom: 3rem;
    }

    .first_content p {
        font-size: 2.2rem;
        margin-bottom: 5.4rem;
    }

    .cur_link {
        width: 21.8rem;
        height: 5rem;
        font-size: 2.2rem;
    }

    .scroll_box {
        gap: 2rem;
        padding-bottom: 7rem;
    }

    .scroll_box p {
        font-size: 2.1rem;
    }

    .section {
        width: 100%;
    }

    /* #2 */

    .second_container .second_title {
        width: 22.5rem;
        height: 6.1rem;
        margin: 0 auto 5.7rem;
    }

    .second_container .second_title span {
        font-size: 2.4rem;
        font-weight: 600;
    }
    .second_sub_title {
        font-size: 3.9rem;
        margin-bottom: 7.5rem;
        line-height: 1.2;
    }

    .second_card_container {
        flex-direction: column;
        align-items: center;
        gap: 4.5rem;
    }

    .second_card_container .second_card {
        width: 65.8%;
        min-width: 300px;
        height: 48.9rem;
        padding: 5.5rem 0 0;
    }

    .img_container {
        height: 16.2rem;
    }

    .second_card_container .second_card h3 {
        font-size: 3rem;
    }
    .second_card_container .second_card p {
        font-size: 3.6rem;
    }

    .second_card_container .second_card .line {
        width: 5rem;
        margin: 1.8rem auto 2.6rem;
    }

    .second_bg1 {
        width: 16.8%;
        min-width: 240px;
        position: absolute;
        bottom: 0;
        left: 3%;
        z-index: 1;
    }
    .second_bg2 {
        width: 12.86%;
        min-width: 190px;
        position: absolute;
        bottom: 0;
        right: 5%;
        z-index: 1;
    }

    .second_container {
        padding: 8rem 0;
    }

    /* #3 */

    .third_container {
        width: 83.25%;
    }

    .third_container .third_bg {
        width: 94rem;
        bottom: 80rem;
        right: -30rem;
    }

    .third_section {
        width: 100%;
        padding: 145px 0 125px;
        background-color: #f0f5ff;
    }

    .sub_title {
        width: 18rem;
        height: 5.1rem;
        font-size: 2.4rem;
        margin-bottom: 4.5rem;
    }

    .sub_comment {
        font-size: 4.8rem;
    }

    .third_img_container {
        width: 100%;
        gap: 0;
        justify-content: space-between;
    }

    @media (max-width: 550px) {
        .third_img_container img {
            width: 100%;
        }
    }

    .third_img_container .box {
        width: 27.93%;
        gap: 3.75rem;
        margin: 3.5rem 0 66rem;
    }

    .third_img_container .box p {
        font-size: 3rem;
    }

    .ment_box h4 {
        font-size: 3.6rem;
        margin-bottom: 7.2rem;
        margin-left: 0;
        text-align: center;
    }

    .ment_container {
        flex-direction: column;
        align-items: center;
        gap: 5.2rem;
    }

    .ment {
        width: 87%;
        height: 16.3rem;
        font-size: 3.6rem;
        text-align: center;
        line-height: 1.3;
    }

    /* #4 */

    .fourth_section {
        padding: 12rem 0 13.2rem;
        background: none;
    }

    .fourth_container {
        width: 87%;
        padding-right: 0;
        margin: 0 auto;
    }

    .fourth_content {
        width: 100%;
    }

    .fourth_container .sub_comment {
        color: #359fd5;
    }

    .fourth_content .third_img_container .box {
        margin: 0;
        margin-top: 9rem;
    }

    .fourth_content .third_img_container .box p {
        color: #359fd5;
    }

    /* #5 */

    .five_section {
        padding: 16.2rem 0 57.5rem;
    }

    .five_container {
        width: 87%;
    }

    .five_section .five_container .sub_title {
        border: 2px solid #fff;
        background-color: unset;
        color: #fff;
    }

    .five_section .sub_comment {
        color: #fff;
    }

    .five_container p {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        margin-top: 50px;
    }

    .notebook {
        width: 130rem;
        right: -50rem;
        bottom: -30rem;
    }

    /* #6 */
    .six_section {
        padding: 22.8rem 0 15rem;
    }

    .six_container {
        width: 87%;
    }

    .six_content_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 12rem;
        gap: 7.5rem;
    }

    .six_content_card {
        width: 100%;
        padding: 6.6rem 5.4rem 6rem;
    }

    .six_title_box {
        margin-bottom: 0;
    }

    .six_title_box h4 {
        font-size: 3rem !important;
    }

    .six_content_card p {
        font-size: 2.1rem;
        margin-bottom: 12.8rem;
    }

    .six_title_box img {
        width: 54px;
    }

    .six_content_card .img_container {
        display: flex;
        align-items: flex-end;
        height: 67px;
        margin-bottom: 0;
    }

    .six_container h4 {
        font-size: 4.8rem;
        margin-bottom: 5rem;
    }

    .six_container .card_container {
        flex-direction: column;
        gap: 9rem;
    }

    .six_container .card_container .card_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 4.5rem;
    }

    .six_container .card_container .card_box .card {
        height: 22rem;
    }

    .six_container .card_container .card_box .card span {
        font-size: 3.6rem;
    }

    .six_container .card_container .card_box p {
        font-size: 1.8rem;
    }

    /* #7 */
    .seven_section {
        display: none;
    }

    /* #8 */
    .eight_section {
        width: 91.3%;
        margin: 0 auto;
        padding: 0 0 10.5rem 0;
        background-color: #fff;
    }

    .eight_section img {
        width: 95%;
        margin: 0 auto 7.5rem;
    }

    .form_comment {
        font-size: 2.4rem;
        margin-bottom: 7.6rem;
    }

    .contact_form {
        width: 100%;
        padding: 6rem 0 7.5rem;
    }

    .input_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 4.5rem;
        align-items: center;
        margin-bottom: 7.2rem;
    }

    .input_box {
        width: 100%;
        flex-direction: column;
        gap: 3.6rem;
        align-items: center;
    }

    .input_box label {
        font-size: 2.4rem;
    }

    .input_box input {
        width: 77.37%;
        height: 5.4rem;
        padding: 1rem;
        font-size: 2.4rem;
    }

    .submit_btn {
        width: 77.37%;
        background-color: #359fd5;
        height: 5.55rem;
        font-size: 2.4rem;
    }

    /* #footer */
    #footer {
        width: 100%;
        background-color: #359fd5;
        padding: 3.75rem 0 10rem;
    }

    #footer .foot_logo {
        width: 39%;
        min-width: 230px;
        margin: 0 auto 5.2rem;
    }

    .footer_content {
        padding-left: 0;
        gap: 1.1rem;
        align-items: center;
    }

    .footer_content > div {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

    .footer_content span {
        width: 1.2rem;
        height: 1.2rem;
    }

    .footer_content p {
        font-size: 2.1rem;
        line-height: 1.3;
    }

    #map {
        flex: unset !important;
        width: 100%;
        height: 40rem;
    }
    .footer_content {
        padding-left: 0;
    }
    .footer_box {
        align-items: center;
        gap: 30px;
    }
}
