@charset "utf-8";
/* 기본설정 */
@import "default.css";
img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
.aboutslide{
    position: relative;
    width: 100%;
    height: 100%;
}

.aboutslide .swiper-wrapper { 
    /* width: 26.7%; */
    height: auto !important;
}
.aboutslide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section h2 {
    font-size: 3.125vw;
}
@media(max-width:768px){
    .aboutslide { height: auto;}
    section h2 {
        font-size: 6.5vw;
    }
}

/* section01 */

.section01 { 
    display: flex;
    gap: 6.25vw;
}
.section01 .left img {
    width: 50vw;
    max-width: 960px;
}
.section01 .right {
    margin-top: 8.33vw;
}
.section01 .right h3 {
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 1.7;
    margin-bottom: 40px;
}
.section01 .right p {
    font-size: 16px;
}
.section01 .right .img-box  {
    display: flex;
    gap: 30px;
    margin: 6.9vw 0 0 9.9vw;
}
.section01 .right .img-box img {
    width: 13vw;
    max-width: 250px;
}

@media (max-width: 1200px) {
    .section01 .right h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .section01 .right p {
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .section01 .left img {
        width: 40vw;
    }
    .section01 .right {
        margin-top: 4.33vw;
    }
}

@media(max-width:768px) {
    .section01 {
        flex-direction: column;
        gap: 0;
    }
    .section01 .left { margin-top: 60px;}
    .section01 .left img {
        width: 77.5vw;
    }
    .section01 .right {
        margin: 40px 7.5vw 0;
    }
    .section01 .right .img-box {
        justify-content: flex-end;
    }
    .section01 .right .img-box img {
        width: 27.5vw;
    }
    .section01 .right h3 {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .section01 .right p {
        font-size: 12px;
    }
}

/* section01 끝 */

/* section02 */

.section02 {
    margin: 10vw 6.25vw 0 9.375vw;
    position: relative;
}
.section02 .left {
    position: absolute;
    top: 0;
    left: 0;
}
.section02 .left h3 {
    font-size: 1.82vw;
    line-height: 1.7em;
    text-align: right;
    font-family: 'GangwonEducationTteontteon';
}
.section02 .left p {
    margin-top: 40px;
    font-size: 16px;
}
.section02 .left img.sec02_01 {
    width: 34.89vw;
    max-width: 670px;
}
.section02 .right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 100px;
}
.section02 .right h4 {
    margin-top: 30px;
    text-align: right;
}
.section02 .right p {
    margin-top: 25px;
    font-size: 16px;
    text-align: right;
}
.section02 .right img.sec02_02 {
    width: 37.1vw;
    max-width: 770px;
}

@media (max-width: 1200px) {
    .section02 .left p {
        font-size: 12px;
        margin-top: 20px;
    }
    .section02 .right {
        gap: 50px;
    }
    .section02 .right p {
        font-size: 12px;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .section02 {
        margin: 100px 0 0 5vw;
    }
    .section02 .left {
        position: static;
        margin-left: 10px;
    }
    .section02 .left h3 {
        font-size: 5vw;
        text-align: left;
    }
    .section02 .left img.sec02_01 {
        width: 73vw;
    }
    .section02 .right {
        gap: 5.5vw;
        margin-top: 40px;
    }
    .section02 .right h2 {
        display: block;
        text-align: right;
    }
    .section02 .right h2.shadow-title .shadow-text {
        right: 0;
    }
    .section02 .right h4 {
        margin-top: 15px;
    }
}
/* section02 끝 */


/* section03 */
.section03 {
    padding: 10.4vw 6.25vw;
    display: flex;
}
.section03 img.sec03_01 {
    width: 60vw;
    max-width: 1150px;
}
.section03 .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.section03 .right h2 {
    transform: translateX(-4.6vw);
}
.section03 .right h2.shadow-title .shadow-text {
    top: auto;
    bottom: -1.7vw;
}
.section03 .right p {
    margin: 60px 0 40px 5.9vw;
    font-size: 16px;
}

@media (max-width:1200px){
    .section03 img.sec03_01 {
        width: 50vw;
    }
    .section03 .right p {
        margin: 20px 0 40px 5.9vw;
        font-size: 12px;
    }
}

@media (max-width:768px){
    .section03 {
        flex-direction: column;
        padding: 100px 7.5vw 100px 0;
    }
    .section03 img.sec03_01 {
        width: 84.25vw;
    }
    .section03 .right h2 {
        transform: translate(7.5vw, -0.4em);
    }
    .section03 .right p {
        margin: 0 0 0 auto;
        font-size: 12px;
    }
}
/* section03 끝 */





