@charset "utf-8";
/* 기본설정 */
@import "default.css";

@media(max-width:768px){
    .aboutslide { 
        position: relative;
        height: auto;
    }  
}


/* section 01 */
.section01 { 
  position: relative;
  display: flex; 
  align-items: center;
}
.section01 .left {
  position: relative;
  width: 38vw;
  height: 42vw;
  display: flex;
}
.section01 .left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section01 .right { 
  width: 50vw;
  height: 42vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 56px;
}
.section01 .right .text {
  display: flex;
  justify-content: center;
}
.section01 .right h2 { 
  margin: 5% 0 32px;
  max-width: 400px;
  overflow: hidden;
  position: relative;
}
.section01 .right h2 span {
  font-weight: 600;
}
.section01 .right p {
  /* font-size: 15px; */
  line-height: 1.75;
  letter-spacing: 0.15px;
  margin-bottom: 1.3em;
}
.section01 .right .btn-box {
  position: absolute;
  right: 17%;
  bottom: -22%;
}
.section01 .right .imgbox {
    display: flex;
    align-items: end;
    gap: 23px;
}
.section01 .right img {
  max-width: 10.9vw;
}
@media(max-width:1600px){
    .section01 .right .text { justify-content: flex-end;}
}
@media (max-width:1400px){
  .section01 .right h2 { font-size: 27px;}
  
}
@media (max-width:768px){
  
  .section01 { 
    flex-wrap: wrap;
  }
  .section01 .left {
    width: 85vw;
    height: 117vw;
    justify-content: flex-start;
  }
  .section01 .right { 
    width: 100%;
    height: auto;
    margin-left: 0%;
  }
  .section01 .right .text {
    justify-content: flex-start;
  }
  .section01 .right img {
    max-width: 30vw;
  }
  .section01 .right h2 { 
    margin-bottom: 20px;
  }
  
}

/* section01 끝*/


/* section02 시작 */
.section02 {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 200px;
}
.section02 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section02 .text {
    position: absolute;
    bottom: 9%;
    right: 14%;
}
.section02 .text p:first-of-type {
    margin-bottom: 30px;
}
@media (max-width:768px){
    .section02 { margin-top: 100px;}
    .section02, .section02 .bg-img {
        height: auto;
    }
    .section02 .text {
        /* position: absolute; */
        position: static;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        height: 140vw;
        text-align: center;
    }
    .section02 .text p:first-of-type {
        margin-bottom: 25px;
    }
    .section02 .text p:last-of-type {
        margin-top: 50px;
    }
}
/* section 02 끝 */

/* section 03 시작 */
.section03 {
    position: relative;
}
.section03 .top {
    display: flex; 
    justify-content: space-between;
    align-items: center;
}
.section03 .top .logo-img {
    max-width: 13vw;
}
.section03 .top .img03_01 {
    max-width: 33vw;
}
.section03 .top .logo-text {
    max-width: 13vw;
}
@media (max-width:1024px) {
    .section03 .top { justify-content: space-around;}
}
@media (max-width: 768px) {
    .section03 .top { justify-content: center;}
    .section03 .top .logo-img, .section03 .top .logo-text { display: none;}
    .section03 .top .img03_01 {
        max-width: 65vw;
    }
}

.section03 .bottom {
    display: flex; 
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 95px;
}
.section03 .bottom .img03_02 {
    max-width: 33.33vw;
}
.section03 .bottom .img03_03 {
    max-width: 29.68vw;
}
.section03 .bottom .left p { 
    margin-top: 25%;
}
.section03 .bottom .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 1400px){
    .section03 .bottom .left p { 
        /* font-size: 13px; */
    }
}
@media (max-width:1024px) {
    .section.section03 {
        padding: 40% 0 0;
    }
    .section03 .bottom { 
        flex-direction: column;
        align-items: flex-start;
        margin-top: 40px;
    }
    .section03 .bottom .left p {
        margin: 40px 0 0 30px;
    }
    .section03 .bottom .img03_02 {
        max-width: 66vw;
    }
    .section03 .bottom .img03_03 {
        max-width: 58.75vw;
    }
    .section03 .bottom .right {
        margin-left: auto;
        margin-top: 40px;
    }
    .section03 .bottom .reser-btn {
        margin-left: 30px;
    }
}



/* section 03 끝 */




