@charset "utf-8";

@media (max-width: 1500px) {
    /* 포트폴리오 */
    #sub03_section01.main_sub03_section01 .inner {
        width: 90%;
    }
}

@media (max-width: 1300px) {
    .inner {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    body {
        font-size: 13px;
        letter-spacing: 0;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 12px;
    }

    main video {
        height: 100vh;
    }

    #sub03_section01.main_sub03_section01 .modal {
        width: 70%;
    }

    section .text_box strong {
        margin: 10px 0 25px;
    }

    section .text_box p {
        margin-bottom: 25px;
    }

    section .text_box .button {
        width: 125px;
        height: 40px;
    }

    section .text_box .button a {
        line-height: 35px;
    }

    #sub03_section01.main_sub03_section01 .content > ul {
        justify-content: space-between;
    }

    #sub03_section01.main_sub03_section01 .content > ul > li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    main #title_box {
        width: 80vw;
        font-size: 10px;
    }

    .main_section {
        text-align: center;
    }
    
    .main_section.flex_between {
        flex-direction: column;
    }

    #sub03_section01.main_sub03_section01 .modal {
        width: 80%;
    }


    #section_02 .flex_between,
    #section_04 .flex_between {
        flex-direction: column-reverse;
    }

    section .img_box {
        width: 90%;
        margin-top: 50px;
    }

    section .text_box {
        width: 90%;
    }

    section .text_box .button {
        margin: 0 auto;
    }

    /* 포트폴리오 */
    #sub03_section01.main_sub03_section01 .inner {
        width: 90%;
    }

    /* 지도 */
    #section_06 .flex_between {
        flex-direction: column;
    }

    #section_06 > div > div {
        width: 90%;
    }

    #section_06 .text_box {
        margin-top: 40px;
    }

    #section_06 .text_box .button {
        width: 110px;
    }
}

@media (max-width: 530px) {
    section .text_box {
        font-size: 10px;
    }
    section .img_box {
        margin-top: 30px;
    }

    section .text_box .button {
        width: 100px;
        height: 35px;
        border: 1px solid #0082e2;
    }

    section .text_box .button a {
        line-height: 30px;
    }

    /* 포트폴리오 */
    #sub03_section01.main_sub03_section01 .content > ul > li {
        width: 100%;
    }

    /* 지도 */
    section .text_box p {
        margin-bottom: 15px;
    }
    
    #section_06 .text_box p {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {

} 