@charset "utf-8";
/* 기본설정 */
@import "default.css";
img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutslide{
    position: relative;
}
.aboutslide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_intro{
    position: relative;
    z-index: 1;
    margin: 5% 0;
    padding: 0 10%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    background: url('/html/images/about/about_bg.png') no-repeat center center/cover;
}
.about_intro .inner {
    padding: 5%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}
.about_intro h2 {
    margin-bottom: 4%;
    font-size: 70px;
    line-height: 1.2;
    font-weight: 400;
}
.about_intro .flexbox {
    display: flex;
    gap: 5%;
}
.about_intro .leftbox img {
    max-width: 34vw;
}
.about_intro .rightbox h3 {
    margin: 5% 0 13%;
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.6px;
    font-weight: 400;
    color: #000;
}
.about_intro .rightbox p {
    margin-bottom: 10%;
    font-size: 17px;
    line-height: 2;
    color: #000;
}
.banner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner{
    position: relative;
    z-index: -2;
    background: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)),
    url('/html/images/about/img02.jpg') no-repeat center center;
    width: 100%;
    height: 40vw;
    background-attachment: fixed;
    overflow: hidden;
}
.banner h3{
    width: 90%;
    font-size: 60px;
    line-height: 1.8;
    letter-spacing: 3.6px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.banner h3 span{
  font-family: 'gowun';
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.36px;
}

.aboutmap {
    padding: 3% 0;
    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:1200px){
    .about_intro h2 {
        margin-bottom: 4%;
        font-size: 50px;
        line-height: 1.2;
        font-weight: 400;
    }
    .about_intro .flexbox {
        display: flex;
        gap: 5%;
    }
    .about_intro .leftbox img {
        max-width: 34vw;
    }
    .about_intro .rightbox h3 {
        margin: 5% 0 13%;
        font-size: 24px;
        line-height: 1.6;
        letter-spacing: 0.6px;
        font-weight: 400;
        color: #000;
    }
    .about_intro .rightbox p {
        margin-bottom: 10%;
        font-size: 15px;
        line-height: 2;
        color: #000;
    }
}
@media(max-width:768px){
    .about_intro{
        display: block;
        padding: 0 6%;
        background: url('/html/images/about/m/about_bg.png') no-repeat center center/cover;
        border-top: 1px solid rgba(112, 112, 112, 0.5); 
        border-bottom: 1px solid rgba(112, 112, 112, 0.5); 
    }
    .about_intro .inner {
        border-left: 1px solid rgba(112, 112, 112, 0.5); 
        border-right: 1px solid rgba(112, 112, 112, 0.5);
    }
    .about_intro h2 {
        margin-bottom: 4%;
        font-size: 25px;
        line-height: 1.2;
        font-weight: 400;
        letter-spacing: 1.5px;
    }
    
    .about_intro .flexbox {
        display: block;
        gap: 5%;
    }
    .about_intro .leftbox img {
        max-width: 100%;
        height: auto;
    }
    .about_intro .rightbox h3 {
        margin: 7% 0;
        font-size: 19px;
        letter-spacing: 0.36px;
    }
    .about_intro .rightbox p {
        margin-bottom: 7%;
        font-size: 11px;
        letter-spacing: 0.22px;
        line-height: 2;
        color: #222;
        font-weight: 600;
    }
    .banner {
        height: 69vw;
        background: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)),
        url('/html/images/about/m/img02.jpg');
        background-size: cover;
    }
    .banner h3{
        width: 100%;
        font-size: 25px;
        line-height: 2;
        letter-spacing: 4px;
    }
    .banner h3 span {
        font-size: 11px;
        line-height: 1.7;
        letter-spacing: 0.22px;
    }
    
}

@media(max-width:500px){

    
    
}
@media (max-width:380px){
   
}


/*메인 이외 탑슬라이드 */
/* 초기 상태 */
.topslide .swiper-slide:first-child .slide-caption h2,
.topslide .swiper-slide:first-child .slide-caption p,
.topslide .swiper-slide:first-child .slide-caption .view-more-button {
  opacity: 0;
  transform: translateY(45px);
}

/* 애니메이션 클래스 적용 시 */
.topslide .swiper-slide:first-child .slide-caption.animate h2 {
  transition: all 1s ease;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.topslide .swiper-slide:first-child .slide-caption.animate p {
  transition: all 1s ease;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
