.main-banner {
  height: 100vh;
  max-height: 550px;
}

.swiper {
  height: 100%;
}

.swiper-slide {
  background-position: 50% 50%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination  {
  top: 68% !important;
}

.swiper-pagination-bullet-active {
  background: #FFF !important;
}

.swiper-title-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}

.swiper-title-box h1 {
  color: #FFF;
  font-family: "GmarketSansMedium";
  font-size: 38px;
}

.swiper-title-box h2 {
  color: #FFF;
  font-family: "GmarketSansMedium";
  font-size: 50px;
  -webkit-text-stroke: 0.06em;
}

.intro { 
  width: 100%;
}

.intro-box {
  padding: 100px 0;
}

.intro-box .inner {
  width: 1200px;
  height: 280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.intro-box.white-back {
  background: #FFF;
}

.intro-box.gray-back {
  background: #F9F9F9;
}
.intro-box.white-back {
  background: #FFF;  
}

.intro-box.left {
}

.intro-box.right {
}

.text-box {
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.img-box {
  width: calc(100% - 300px);
  
}

.img-box img {
  width: 100%;
}

.text-box .title {
  color: #3A3A3A;
  font-size: 18px;
  font-weight: 700;
}

.text-box .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text-box .content p {
  color: #3A3A3A;
  font-size: 22px;
  font-weight: 700;
}

.text-box .content p span {
  color: #5157C7;
}

.text-box .more {
  color: #5157C7;
  font-size: 18px;
  display: inline-flex;
  border-bottom: 2px solid #5157C7;
  gap: 24px;
  padding-bottom: 5px;
  width: 134px;
}

.promise {
  background-image: url("/img/main/main_page_5.png");
  background-position: 90% 90%;
  width: 100%;
  height: 350px;
}

.promise .inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promise .inner h2 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 50px;
}

.promise .inner p {
  color: #FFF; 
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
}

.notice {
  background: #F9F9F9;
  padding: 100px 0;
}

.notice .inner {
  width: 1200px;
  margin: 0 auto;
}

.notice-line {
  width: 100%;
  height: 2px;
  background: #C8C8C8;
  margin-bottom: 40px;
}

.notice-content-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.title-box h3 {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
}

.title-box p {
  color: #3A3A3A;
  font-size: 24px;
  font-weight: 700;
}

.title-box {
  min-width: 250px;
}

.notice-box-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
  width: calc(100% - 360px);
}

.notice-box {
  background: #FFF;
  box-shadow: 0 4px 25px 0 #E6E7FF;
  width: 21%;
  height: 80px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.notice-title {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}

.notice-date {
  color: #3A3A3A;
  font-size: 14px;
  font-weight: 400;
}

.notice-more {
  border-radius: 10px;
  background: #5157C7;
  box-shadow: 0 4px 25px 0 #E6E7FF;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.empty {
  color: #525252;
  font-size: 14px;
}

@media (max-width: 1250px) {
  .inner {
    width: calc(100% - 40px) !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 900px) {
  .swiper-slide {
    background-size: cover;
  }

  .inner {
    flex-direction: column;
  }

  .right .inner {
    flex-direction: column-reverse;
  } 

  .intro-box {
    padding: 40px 0;
  }

  .intro-box .inner {
    height: unset;
  }
  
  .text-box {
    width: 100%;
    height: unset;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }

  .text-box .content {
    justify-content: center;
    align-items: center;
  }

  .text-box .title {
    font-size: 14px;
  }

  .text-box .content p {
    font-size: 18px;
  }

  .img-box {
    width: 100%;
  }

  .text-box .more {
    color: #5157C7;
    font-size: 14px;
    display: inline-flex;
    border-bottom: 2px solid #5157C7;
    gap: 24px;
    padding-bottom: 5px;
    width: 110px;
  }

  .notice {
    padding: 40px 0;
  }

  .notice-content-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .title-box {
    min-width: unset;
    text-align: center;
  }
  
  .notice-line {
    margin-bottom: 20px;
  }

  .title-box h3 {
    margin-bottom: 20px;
  }
  
  .title-box p {
    font-size: 18px;
    line-height: 24px;
  }

  .notice-box-wrap {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: start;
  }

  .notice-box {
    max-width: 200px;
    width: unset;
    height: 45px;
  }

  .notice-title {
    font-size: 14px;
  }

  .notice-date {
    font-size: 12px;
  }

  .notice-more {
    height: 95px;
    text-align: center;
  }

  .promise .inner h2 {
    margin-bottom: 30px;
    text-align: center;
  }

  .promise .inner h2 {
    font-size: 16px;
  }

  .promise .inner p {
    font-size: 18px;
    text-align: center;
  }

  .promise {
    height: 250px;
    background-size: cover;
  }
}

@media (max-width: 550px) {
  .main-banner {
      height: 100vh;
      max-height: 250px;
  }

  .main-banner h1 {
    font-size: 16px;
  }

  .main-banner h2 {
    font-size: 18px;
  }

}