@charset "utf-8";

/* 태블릿, 모바일 공통 */
@media screen and (max-width: 1023px) {
    .inner_box {
        padding: 0 5vw;
        padding-top: 60px;
    }

    .section01 {
        background-position: 50% 100%;
        
    }

    br.pc {
        display: none;
    }

    br.tab {
        display: block;
    }

    br.mo {
        display: block;
    }

    .inner_box.text_inner_box {
        padding: 0;
    }

    .inner.inner_02 {
        flex-wrap: nowrap;
        gap: 50px;
        padding: 0;
    }

    .inner_box.inner_box_02 {
        padding: 15vw 5vw;
    }

    .text_wrap ul li:nth-child(1) img {
        width: 90%;
    }

}

/* 태블릿 */
@media screen and (max-width: 1023px) and (min-width: 768px) {
    /* .section01 {
        background-position: 50% 70%;
    } */

    .inner {
        padding: 0;
        flex-wrap: wrap;
    }

    .text_box {
        padding-bottom: 0;
    }

    .img_box {
        text-align: right;
        padding-left: 50%;
        margin-top: -100px;
    }

    .img_box img {
        width: 90%;
    }

    /* .section02 {
        margin-top: -172px;
    } */

    br.mo {
        display: none;
    }

    .text_wrap ul li:nth-child(2) {
        font-size: 30px;
    }

    .text_wrap ul li:nth-child(3) {
        font-size: 50px;
    }

    .text_wrap ul li:nth-child(4) {
        font-size: 18px;
    }

    .inner.inner_02 {
        /* display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        gap: 30px; */
        gap:0;
        justify-content: space-evenly;
    }

    .inner.inner_03 {
        gap: 50px;
    }
    
    .size_re img {
        width: 90%;
    }

    .reverse .text_wrap  {
        width: 60%;
    }

    .img_wrap {
        text-align: left;
    }

    /* 230328-영문페이지 */
    .img_wrap {
        width: 100%;
    }

    .text_inner p:first-child {
        font-size: 32px;
    }

    .img_wrap {
        display: flex;
        justify-content: center;
    }

    .img_wrap img {
        width: 68%;
    }

    .size_re {
        display: flex;
        justify-content: center;
    }

    .text_wrap ul li:nth-child(3) {
        font-size: 32px;
    }

    .img_wrap.size_re img {
        width: 80%;
    }

    .img_wrap img {
        width: 70%;
    }

} /* 1023px */

@media screen and (max-width: 899px) and (min-width: 768px) {
    /* .section01 {
        height: 228vh;
    }

    .section02 {
        margin-top: 0;
        height: 111vh;
    } */
}



/* 모바일 */
@media screen and (max-width: 767px) {
    .header {
        padding-left: 5vw;
        height: 80px;
    }

    .header .logo_box {
        width: 30%;
    }

    .inner_box {
        padding-top: 30px;
    }

    .inner {
        flex-direction: column;
        padding: 0;
    }

    .text_box {
        padding-bottom: 50px;
    }

    .section01 {
        background: url(../images/web_01bg_mo.png) no-repeat;
        background-position: 50% 100%; 
        /* height: auto; */
    }

    .text_box ul {
        gap: 10px;
    }

    .text_box ul li:first-child {
        font-size: 30px;
        margin-bottom: -10px;
    }

    .text_box ul li:nth-child(2) {
        font-size: 35px;
    }

    .text_box ul li:nth-child(3) {
        font-size: 14px;
    }

    .text_box ul li:nth-child(4) {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        padding-top: 30px;
    }

    .text_box ul li:nth-child(4) a {
        width: 40%;
    }

    .text_box ul li:nth-child(4) img {
        width: 100%;
    }

    /* .section02 {
        margin-top: -75px;
        height: 50vh;
    } */

    .section02 {
        padding: 18vw 0;
    }

    .text_inner p:first-child {
        font-size: 24px;
    }

    .text_inner p:nth-child(2) {
        font-size: 16px;
        padding-top: 22px;
    }

    .inner_box.inner_box_02 {
        padding: 25vw 0;
    }

    .inner.inner_02 {
        display: flex;
        flex-direction: column-reverse;
        gap: 60px;
    }

    .img_wrap {
        padding: 0 5vw;
    }

    .text_wrap ul {
        align-items: center;
        text-align: center;
    }

    .text_wrap ul li:nth-child(2) {
        font-size: 26px;
    }

    .text_wrap ul li:nth-child(3) {
        font-size: 36px;
        text-align: center;
        padding-bottom: 20px;
    }

    .text_wrap ul li:nth-child(4) {
        text-align: center;
        font-size: 16px;
    }

    .section03 br.tab,
    .section04 br.tab,
    .section05 br.tab,
    .section07 br.tab {
        display: none;
    }

    .reverse .inner.inner_02 {
        flex-direction: column;
    }

    /* 230313_header */
    .header {
        padding-left: 5vw;
        padding-right: 5vw;
        height: 80px;
    }

    /* 230328-영문페이지 */
    .img_wrap {
        width: 100%;
    }

    .inner.inner_02 {
        padding: 0 1vw;
    }

    .text_wrap ul li:nth-child(3) {
        font-size: 32px;
    }

} /* 767px */