@charset "utf-8";

/* 공통 */
*{box-sizing: border-box;}
.border-b{border-bottom: 1px solid #d9d9d9; padding-bottom: 100px;}
.mb-0{margin-bottom: 0 !important;}
.pb-0{padding-bottom: 0 !important;}

.page-section{
  width: 100%;
  margin-bottom: 100px;
}
.page-con{
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cut{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.cut.bt{
  bottom: 70px;
}

/* 사업개요 */
.about01-bg{
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.about01-bg::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about01-tit{
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.about01-tit > h3{
  font-size: 48px;
  font-weight: 800;
  padding-bottom: 20px;
  position: relative;
}
.about01-tit > h3::after{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about01-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(10, 10, 10, 0.20);
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(10px);
  padding: 50px;
}
.about01-box{
  width: calc((100% - 80px) / 3);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.10), 0 1px 1px 1px rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(5px);
  padding: 25px;
  color: #fff;
}
.about01-box > p{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.about01-box > h5{
  font-size: 18px;
  font-weight: 600;
}

/* 기업소개 */
.about-yt{
  position:relative;
  height:0;
  padding-bottom:56.25%;
}
.about-yt iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.about02-tit{
  width: 100%;
  margin: 50px 0;
  color: #0d0d0d;
}
.about02-tit > h3{
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 1rem;
}
.about02-tit > h3 > span{
  display: inline-block;
  position: relative;
}
.about02-tit > h3 > span::after{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #231e58;
  position: absolute;
  top: 0;
  right: -1rem;
}
.about02-tit > p{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
.about02-tp{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.about02-tp > p{
  width: calc((100% - 40px) / 2);
  padding: 40px;
  border-radius: 16px;
  background-color: #fff;
  color: #0d0d0d;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  transition: .3s;
  text-align: center;
}
.about02-tp > p:hover{
  background-color: #231e58;
  color: #fff;
}
.about02-wrap{
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #d9d9d9;
}
.about02-box{
  width: calc((100% - 2rem) / 3);
}
.about02-caption{
  width: 100%;
  color: #231E58;
}
.about02-caption > h5{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about02-caption > p{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.about02-img{
  width: 100%;
  display: flex;
  position: relative;
}
.about02-img img{
  width: 100%;
}
.about02-img > h5{
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

/* 브랜드소개 */
.about03-tp{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about03-tp-box{
  width: calc((100% - 20px) / 2);
  padding: 25px;
  color: #fff;
}
.about03-tp-box > h5{
  font-size: 24px;
  font-weight: 100;
  margin: 60px 0;
}
.about03-tp-box > h3{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.about03-tp-box > p{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.about03-tp-box:first-child{
  background-color: #252056;
}
.about03-tp-box:last-child{
  background-color: #488faa;
}
.about03-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.about03-wrap.row3 > .about03-box{
  width: calc((100% - 2rem) / 3);
}
.about03-wrap.row2{
  gap: 20px;
}
.about03-wrap.row2 > .about03-box{
  width: calc((100% - 20px) / 2);
}
.about03-img{
  width: 100%;
  display: flex;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.about03-img img{
  width: 100%;
  display: block;
  transition: .3s;
}
.about03-img > h5{
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 20px 5px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.about03-img:hover img{
  transform: scale(1.1);
}

/* 오시는길 */
.map{
  width: 100%;
  margin-bottom: 1rem;
}
.map-caption{
  display: flex;
  align-items: center;
}
.map-caption > li{
  font-size: 16px;
  color: #0d0d0d;
  font-weight: 400;
  margin-right: 1rem;
  padding-right: 1rem;
  position: relative;
}
.map-caption > li > span{
  display: inline-block;
  color: #231E58;
  margin-right: 5px;
}
.map-caption > li::after{
  content: "";
  width: 1px;
  height: 13px;
  background-color: #d9d9d9;
  position: absolute;
  top: 3px;
  right: 0;
}
.map-caption > li:last-child{
  margin-right: 0;
  padding-right: 0;
}
.map-caption > li:last-child::after{
  display: none;
}
.root_daum_roughmap{
  width: 100% !important;
}
.root_daum_roughmap .wrap_controllers{
  display: none;
}
.root_daum_roughmap .cont{
  display: none;
}

/* 입지환경 */
.page-tit{
  width: 100%;
  text-align: center;
  color: #231E58;
  margin-bottom: 50px;
}
.page-tit > h3{
  font-size: 70px;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.page-tit > h3 > b{
  font-weight: 700;
}
.page-tit > h5{
  font-size: 42px;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
.page-tit > h5 > b{
  font-weight: 700;
}
.page-tit > p{
  font-size: 20px;
  font-weight: 500;
}
.pm-img{
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
}
.pm-img.radius{
  border-radius: 16px;
}
.pm-img img{
  width: 100%;
}
.pm-wrap{
  width: 100%;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.pm-box{
  width: calc((100% - 40px) / 2);
}
.pm01-caption{
  width: 100%;
  margin-top: 20px;
  color: #231E58;
}
.pm01-caption > h5{
  font-size: 24px;
  line-height: 1.3;
  font-weight: 100;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.pm01-caption > h5::after{
  content: "";
  width: 55px;
  height: 1px;
  background-color: #0d0d0d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pm01-caption > h5 > b{
  font-weight: 900;
}
.pm01-caption > p{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

/* 투자가치 */
.pm-wrap.row3{
  gap: 20px;
}
.pm-wrap.row3 .pm-box{
  width: calc((100% - 40px) / 3);
}
.pm-table{
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0;
  border-radius: 16px;
  padding: 50px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
}
.pmt-wrap{
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #E9ECEF;
  background: #F8F9FA;
  margin-bottom: 10px;
  padding: 20px;
}
.pmt-wrap:last-child{
 margin-bottom: 0;
}
.pmt-tit{
  width: 20%;
}
.pmt-tit > h5{
  color: #6B7280;
  font-size: 15px;
  font-weight: 400;
}
.pmt-cont{
  width: 80%;
}
.pmt-cont > p{
  color: #111827;
  font-size: 17px;
  font-weight: 500;
}
.pmt-cont > p > span{
  color: #ef4444;
  font-weight: 600;
}

/* 프리미엄 */
.pm03-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.pm03-lt, .pm03-rt{
  width: calc((100% - 100px) / 2);
}
.pm03-rt{
  padding-top: 150px;
}
.pm03-box{
  width: 100%;
  margin-bottom: 60px;
}
.pm03-box:last-child{
  margin-bottom: 0;
}
.pm03-img{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.pm03-box > h5{
  font-size: 26px;
  color: #0d0d0d;
  font-weight: 700;
  margin-bottom: 10px;
}
.pm03-box > p{
  font-size: 15px;
  color: #0d0d0d;
  font-weight: 400;
}

/* 스마트 플랫폼 */
.pd02-phone{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.pd02-phone img{
  width: 100%;
  max-width: 550px;
}
.pd02-caption{
  width: 100%;
  border-radius: 24px;
  border: 1px solid #E0E0E0;
  background: linear-gradient(109deg, #F8F9FA 0%, #FFF 100%);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
  padding: 55px;
}
.pd02-caption:last-child{
  margin-bottom: 0;
}
.pd02-caption > h3{
  font-size: 28px;
  color: #1a1a1a;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  margin-bottom: 60px;
}
.pd02-caption > h3::before{
  content: "";
  width: 4px;
  height: 24px;
  border-radius: 2px;
  position: absolute;
  top: 5px;
  left: 0;
}
.pd02-wrap{
  width: 100%;
  display: flex;
}
.pd02-box{
  width: 33.333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pd02-box > span{
  display: flex;
  width: 120px;
  height: 120px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  justify-content: center;
  align-items: center;
  font-size: 56px;
  text-align: center;
  margin-bottom: 20px;
}
.pd02-box > h5{
  font-size: 16px;
  color: #2c3e50;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.pd02-box > p{
  font-size: 14px;
  color: #7f8c8d;
  font-weight: 400;
}
.pd02-caption.cl1 > h3::before{
  background: linear-gradient(180deg, #FF6B6B 0%, #E74C3C 100%);
}
.pd02-caption.cl2 > h3::before{
  background: linear-gradient(180deg, #4ECDC4 0%, #2ECC71 100%);
}
.pd02-caption.cl3 > h3::before{
  background: linear-gradient(180deg, #9B59B6 0%, #8E44AD 100%);
}

/* 친환경 스페이스 */
.pd-tp{
  width: 100%;
  padding: 80px 120px;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 80px;
}
.pd-tp-cont{
  width: calc((100% - 20px) / 2);
  display: flex;
  align-items: center;
}
.pd-tp-cont > h5{
  font-size: 20px;
  color: #0d0d0d;
  font-weight: 500;
  width: 25%;
}
.pd-tp-cont > p{
  font-size: 20px;
  color: #0d0d0d;
  font-weight: 100;
  width: 75%;
}
.pd03-img{
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
}
.pd03-img img{
  width: 100%;
}
.pd03-img > h5{
  font-size: 24px;
  color: #231E58;
  font-weight: 400;
  padding-bottom: 1rem;
  position: relative;
  margin-top: 1rem;
}
.pd03-img > h5::after{
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pd03-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.pd03-box{
  width: calc((100% - 40px) / 3);
}
.pd03-wrap.pd04 .pd03-box{
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
.pd03-box .pd03-img{
  margin-bottom: 1rem;
}
.pd03-box > h5{
  font-size: 24px;
  color: #231E58;
  font-weight: 400;
  padding-bottom: 1rem;
  position: relative;
}
.pd03-box > h5::after{
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 특화설계 */
.pd01-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.pd01-lt{
  width: 65%;
}
.pd01-rt{
  width: calc(35% - 20px);
}
.pd01-img{
  width: 100%;
  display: flex;
}
.pd01-img img{
  width: 100%;
}
.pd01-rt .pd01-img:first-child{
  margin-bottom: 20px
}
.pd01-caption{
  width: 100%;
  padding: 30px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #248bac;
  position: relative;
}
.pd01-cont{
  width: calc(50% - 20px);
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pd01-cont:nth-child(5), .pd01-cont:nth-child(6){
  border-bottom: 0;
}
.pd01-caption::after{
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pd01-cont > p{
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.pd01-cont > p > span{
  font-size: 14px;
}

/* 층별 안내도 */
.tab_tit{
  width: 100%;
  margin-bottom: 50px;
}
.tab_tit > ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tab_tit > ul > li{
  flex: 1 1 auto;
  padding: 20px 5px;
  background-color: #eee;
  font-size: 18px;
  color: #231E58;
  font-weight: 500;
  text-align: center;
  transition: .3s;
  cursor: pointer;
  margin-right: 2px;
}
.tab_tit > ul > li:last-child{
  margin-right: 0;
}
.tab_tit > ul > li.on{
  background-color: #231E58;
  color: #fff;
}
.tab{
  display: none;
}
.tab:first-child{
  display: block;
}
.floor-img{
  display: flex;
  width: 100%;
}
.floor-img img{
  width: 100%;
}

/* media-query */

@media(min-width:1200px){
  .pt-3{padding-top: 3rem;}
  .pt-5{padding-top: 5rem;}
  .d-lg-block{display: block;}
  .d-lg-none{display: none;}

  .ani.up.delay{
      transition: 1s opacity 0.2s, 1s transform 0.2s;
  }
  .ani.up.delay2{
      transition: 1s opacity 0.5s, 1s transform 0.5s;
  }
  .ani.up.delay3{
      transition: 1s opacity 0.8s, 1s transform 0.8s;
  }
  .ani.up.delay4{
      transition: 1s opacity 1.1s, 1s transform 1.1s;
  }

  
}

@media(max-width:1499px){
  .about01-bg{
    padding: 170px 0 100px;
  }
  .about01-tit > h3{
    font-size: 40px;
  }
  .about02-tit > h3{
    font-size: 50px;
  }
  .about02-tp > p{
    font-size: 20px;
  }
  .page-tit > h3{
    font-size: 60px;
  }
  .pm03-wrap{
    gap: 50px;
  }
  .pm03-lt, .pm03-rt{
    width: calc((100% - 50px) / 2);
  }
}

@media(max-width:1199px){
  .d-block{display: block;}
  .d-none{display: none;}

  .page-section{
    margin-bottom: 50px;
  }

  /* 사업개요 */
  .about01-bg{
    padding: 127px 0 50px;
  }
  .about01-tit{
    margin-bottom: 30px;
  }
  .about01-tit > h3{
    font-size: 30px;
    padding-bottom: 1rem;
  }
  .about01-tit > h3::after{
    width: 50px;
    height: 1px;
  }
  .about01-wrap{
    padding: 24px 1rem;
    gap: 10px;
  }
  .about01-box{
    width: 100%;
    padding: 1rem;
  }
  .about01-box > h5{
    font-size: 16px;
    line-height: 1.4;
  }
  .about01-box > p{
    font-size: 12px;
  }
  
  /* 기업소개 */
  .about02-tit > h3{
    font-size: 28px;
  }
  .about02-tit > h3 > span::after{
    width: 7px;
    height: 7px;
    right: -10px;
  }
  .about02-tit > p{
    font-size: 14px;
  }
  .about02-tit{
    margin: 30px 0;
  }
  .about02-tp{
    gap: 10px;
  }
  .about02-tp > p{
    width: 100%;
    padding: 1rem;
    border-radius: 12px;
    font-size: 16px;
  }
  .about02-wrap{
    padding-top: 40px;
    margin-top: 40px;
  }
  .about02-box{
    width: 100%;
  }
  .about02-caption > h5{
    font-size: 20px;
  }
  .about02-caption > p{
    font-size: 14px;
  }

  /* 브랜드소개 */
  .about03-tp{
    gap: 10px;
  }
  .about03-tp-box{
    width: 100%;
    padding: 20px;
  }
  .about03-tp-box > h5{
    font-size: 20px;
    margin: 30px 0;
  }
  .about03-tp-box > h3{
    font-size: 24px;
  }
  .about03-tp-box > p{
    font-size: 14px;
  }
  .about03-wrap{
    gap: 10px;
  }
  .about03-wrap.row3 > .about03-box{
    width: 100%;
  }
  .about03-wrap.row2{
    gap: 10px;
  }
  .about03-wrap.row2 > .about03-box{
    width: 100%;
  }
  .about03-img{
    border-radius: 16px;
  }
  .about03-img > h5{
    font-size: 18px;
    padding: 1rem 5px;
  }

  /* 입지환경 */
  .page-tit > h3{
    font-size: 26px;
  }
  .page-tit > h5{
    font-size: 22px;
  }
  .page-tit > p{
    font-size: 16px;
  }
  .page-tit{
    margin-bottom: 30px;
  }
  .pm-wrap{
    padding-top: 40px;
    margin-top: 40px;
    gap: 20px;
  }
  .pm-box{
    width: 100%;
  }
  .pm01-caption{
    margin-top: 1rem;
  }
  .pm01-caption > h5{
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .pm01-caption > p{
    font-size: 14px;
  }

  /* 투자가치 */
  .pm-wrap.row3 .pm-box{
    width: 100%;
  }
  .pm-table{
    margin: 40px auto 0;
    padding: 30px 20px;
  }
  .pmt-wrap{
    padding: 1rem;
    flex-direction: column;
  }
  .pmt-tit{
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9ECEF;
    text-align: center;
  }
  .pmt-tit > h5{
    font-size: 14px;
  }
  .pmt-cont{
    width: 100%;
    text-align: center;
  }
  .pmt-cont > p{
    font-size: 14px;
    line-height: 1.4;
  }

  /* 프리미엄 */
  .pm03-wrap{
    gap: 30px;
  }
  .pm03-lt, .pm03-rt{
    width: 100%;
  }
  .pm03-rt{
    padding-top: 0;
  }
  .pm03-box{
    margin-bottom: 30px;
  }
  .pm03-img{
    margin-bottom: 1rem;
  }
  .pm03-box > h5{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .pm03-box > p{
    font-size: 14px;
  }

  /* 스마트 플랫폼 */
  .pd02-phone{
    margin-bottom: 40px;
  }
  .pd02-caption{
    border-radius: 16px;
    padding: 30px 20px;
    margin-bottom: 1rem;
  }
  .pd02-caption > h3{
    text-align: center;
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .pd02-caption > h3::before{
    width: 24px;
    height: 3px;
    top: auto;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
  }
  .pd02-wrap{
    flex-wrap: wrap;
    gap: 20px;
  }
  .pd02-box{
    width: 100%;
  }
  .pd02-box > span{
    width: 90px;
    height: 90px;
    border-radius: 16px;
    font-size: 40px;
    margin-bottom: 1rem;
  }
  .pd02-box > h5{
    margin-bottom: 5px;
    font-size: 15px;
  }
  .pd02-box > {
    font-size: 13px;
  }

  /* 오시는길 */
  .root_daum_roughmap .wrap_map{
    height: 250px !important;
  }
  .map-caption{
    flex-direction: column;
    align-items: flex-start;
  }
  .map-caption > li{
    margin-right: 0;
    padding-right: 0;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .map-caption > li::after{
    display: none;
  }
  .map-caption > li > span{
    width: 20px;
    text-align: center;
    margin-right: 2px;
  }

  /* 특화설계 */
  .pd01-lt{
    width: 100%;
  }
  .pd01-rt{
    width: 100%;
  }
  .pd01-cont{
    width: 100%;
    padding: 20px 0;
  }
  .pd01-cont > p{
    font-size: 16px;
    line-height: 1.4;
  }
  .pd01-caption{
    padding: 10px 30px;
  }
  .pd01-caption::after{
    display: none;
  }
  .pd01-cont:nth-child(5){
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  /* 친환경스페이스 */
  .pd-tp{
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
  }
  .pd-tp-cont{
    width: 100%;
    flex-direction: column;
  }
  .pd-tp-cont > h5{
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .pd-tp-cont > p{
    width: 100%;
    font-size: 14px;
  }
  .pd03-img > h5{
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .pd03-img > h5::after{
    width: 40px;
  }
  .pd03-img{
    margin-bottom: 20px;
  }
  .pd03-box{
    width: 100%;
  }
  .pd03-box .pd03-img{
    margin-bottom: 10px;
  }
  .pd03-box > h5{
    font-size: 18px;
    padding-bottom: 10px;
  }
  .pd03-box > h5::after{
    width: 40px;
  }
  .pd03-wrap.pd04 .pd03-box{
    width: 100%;
    margin-bottom: 0;
  }

  /* 층별 안내도 */
  .tab_tit > ul{
    flex-wrap: wrap;
    gap: 2px;
  }
  .tab_tit > ul > li{
    width: calc((100% - 2px) / 2);
    margin-right: 0;
    padding: 1rem 5px;
    font-size: 14px;
  }
  .tab_tit{
    margin-bottom: 30px;
  }

  .cut{
    font-size: 16px;
  }
  .cut.bt{
    bottom: 50px;
  }

}
@media(max-width:700px){

}

/* animation */

.ani.up{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act{
    transform: translateY(0);
    opacity: 1;
}