@charset "utf-8";
/* 기본설정 */
@import "default.css";
img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
.aboutslide{
    position: relative;
    width: 100%;
    height: 100%;
}
.aboutslide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(/html/images/about/about_bg.jpg) no-repeat center;
}
.aboutslide::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.aboutslide .swiper-wrap { 
    width: 26.7%;
    padding-top: 112px;
    margin-left: 50%;
    z-index: 2;
}

.aboutslide .swiper-wrapper { 
    /* width: 26.7%; */
    height: auto !important;
}
.aboutslide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* about-cont */
.about-cont {
    display: flex;
    padding: 13% 0 10%;
}
.about-cont .center-text {
    width: 40%;
}
.about-cont .imgbox {
    width: 30%;
}
.about-cont img {
    width: auto;
    height: auto;
    margin-bottom: 60px;
}
.about-cont img.small {
    max-width: 67%;
}
.about-cont .center-text {
    /* width: 100%; */
    max-height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    pointer-events: none;
}
.about-cont .center-text h2 {
    font-size: 2.3vw;
}
.about-cont .center-text p {
    padding: 5% 0;
    font-size: 0.9vw;
    line-height: 2.3;
    color: #fff;
    text-shadow: 0px 1px 2px #00000070;
}
.about-cont .right-imgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
/* 반응형 */
@media (max-width: 1400px) {

    .aboutslide .swiper-wrap { width: 31%;}

}
@media (max-width: 1200px) {
   
    .aboutmap {
        padding: 3% 0 10%;
        min-height: 300px;
        /* background-color: #F1ECE7; */
    }
    .mapbox{
        width: 85%;
        margin: 0 auto;
        max-height: 750px;
        margin-bottom: 5%;
    }
    .mapbox img{
        width: 100%;
        max-height: 750px;
    }
}
@media(max-width:768px){
    .aboutslide .swiper-wrap {
        width: 60%;
        margin-left: 20%;
    }
    .about-cont {
        padding: 90px 0;
    }
    .about-cont .flex-box {
        display: flex;
        justify-content: space-between;
    }
    .about-cont .flex-box .text {
        padding: 15px;
    }
    .about-cont .flex-box h2 {
        font-size: 35px;
        letter-spacing: 2.5px;
        margin-bottom: 10px;
    }
    .about-cont .flex-box p {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 35px;
    }
    .about-cont img { 
        height: auto;
        margin: 0;
    }
    .about-cont .flex-box.start {
        justify-content: flex-start;
    }
    .about-cont .flex-box.end {
        justify-content: flex-end;
    }
    .about-cont .flex-box.img05-box {
        margin: 110px 0 30px;
        align-items: center;
    }
    .about-cont .flex-box .img01 {
        width: 78%;
        margin-bottom: 30px;
    }
    .about-cont .flex-box .img02 {
        width: 36.3%;
    }
    .about-cont .flex-box .img03 {
        width: 45%;
    }
    .about-cont .flex-box .img04 {
        width: 40.8%;
        transform: translateY(72px);
    }
    .about-cont .flex-box .img05 {
        width: 40.8%;
        height: 44.44vw;
        /* margin-top: 82px; */
    }
    .about-cont .flex-box .img06  {
        width: 78%;
    }
}

@media(max-width:500px){
    .aboutslide .swiper-wrap {
        width: 80%;
        margin-left: 10%;
    }
     .about-cont .flex-box h2 {
        font-size: 25px;
        letter-spacing: 2.5px;
        margin-bottom: 10px;
    }
    .about-cont .flex-box p {
        font-size: 11px;
        letter-spacing: 0;
        line-height: 25px;
    }
}

