@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0;
  height: 0;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.contents_wrap {
  padding-bottom: 0;
}
.contents_wrap img {
  width: 100%;
}
.contents_wrap .section {
  font-family: "Pretendard Variable", Pretendard, sans-serif;
}
.contents_wrap .section .inner .noti {
  color: #888;
  text-align: center;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  font-size: 2.7777777778vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: right;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section .inner .noti {
    font-size: 20px;
  }
}
.contents_wrap .visual {
  position: relative;
  height: 173.6111111111vw;
  overflow: hidden;
}
.contents_wrap .visual::before, .contents_wrap .visual::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  height: 173.6111111111vw;
}
.contents_wrap .visual::before {
  left: 0;
  background: #081019;
}
.contents_wrap .visual::after {
  right: 0;
  background: #081019;
}
.contents_wrap .visual .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 173.6111111111vw;
  background: linear-gradient(to bottom, #26262e 0%, #25252d 35%, #24242c 66%, #25252d 100%);
}
.contents_wrap .visual .bgOn {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, 10px);
  width: 100%;
  height: 173.6111111111vw;
  background: url("https://img.megastudy.net/campus/library/v2015_mob/asset/campus_common/2025/2025_premium/v_bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.contents_wrap .visual.on .bg {
  opacity: 0;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.3s;
}
.contents_wrap .visual.on .bgOn {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
}
.contents_wrap .visual .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 10.4166666667vw auto 0;
  text-align: center;
}
.contents_wrap .visual .v-tit01 {
  opacity: 0;
  transform: translateY(-20%);
  width: 90.4166666667vw;
  margin: 0 auto;
}
.contents_wrap .visual .v-tit02 {
  overflow: hidden;
  text-align: center;
  width: 0;
  height: 14.7222222222vw;
  position: relative;
  margin: -3.1944444444vw auto 0;
}
.contents_wrap .visual .v-tit02 img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 58.3333333333vw;
  height: 14.7222222222vw;
}
.contents_wrap .visual .v-tit03 {
  overflow: hidden;
  width: 70vw;
  margin: 6.25vw auto 0;
  opacity: 0;
}
.contents_wrap .visual .v-obj01 {
  overflow: hidden;
  width: 100vw;
  margin: 9.5833333333vw auto 0;
  opacity: 0;
}
.contents_wrap .visual.on .v-tit01 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
}
.contents_wrap .visual.on .v-tit02 {
  animation: slide-right 1s 2s both ease-in-out;
}
.contents_wrap .visual.on .v-tit03 {
  opacity: 1;
}
.contents_wrap .visual.on .v-obj01 {
  opacity: 1;
}
.contents_wrap .visual.on .v-tit02 img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.contents_wrap .visual.on .v-tit03 img {
  animation: appear 3s 2s both ease-in-out;
}
.contents_wrap .visual.on .v-obj01 img {
  animation: appear 3s 2s both ease-in-out;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    width: 0vw;
  }
  100% {
    width: 58.3333333333vw;
  }
}
.contents_wrap .section01 {
  background: linear-gradient(180deg, #E5C79A 7.33%, #705E44 102.83%), #FFF;
}
.contents_wrap .section01 .inner {
  padding: 18.0555555556vw 5vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner {
    padding: 130px 36px;
  }
}
.contents_wrap .section01 .inner .box-list {
  letter-spacing: 0;
  margin-top: 11.1111111111vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.3333333333vw;
  align-self: stretch;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner .box-list {
    margin-top: 80px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner .box-list {
    gap: 24px;
  }
}
.contents_wrap .section01 .inner .box-list .box {
  position: relative;
  display: flex;
  min-height: 56.1111111111vw;
  padding: 6.6666666667vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.9444444444vw;
  align-self: stretch;
  border-radius: 2.7777777778vw;
  background: rgba(27, 24, 19, 0.8);
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner .box-list .box {
    min-height: 404px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner .box-list .box {
    padding: 48px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner .box-list .box {
    gap: 14px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner .box-list .box {
    border-radius: 20px;
  }
}
.contents_wrap .section01 .inner .box-list .box strong {
  text-align: left;
  display: block;
  color: #fff;
  font-family: var(--Font-family, Pretendard);
  font-size: 6.1111111111vw;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner .box-list .box strong {
    font-size: 44px;
  }
}
.contents_wrap .section01 .inner .box-list .box p {
  color: #D7AE70;
  text-align: center;
  font-size: 4.7222222222vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner .box-list .box p {
    font-size: 34px;
  }
}
.contents_wrap .section01 .inner .box-list .box span {
  color: #fff;
  font-size: 3.6111111111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.6;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner .box-list .box span {
    font-size: 26px;
  }
}
.contents_wrap .section01 .inner .box-list .box .icon {
  position: absolute;
  width: 25vw;
  right: 2.25vw;
  bottom: 1.8333333333vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner .box-list .box .icon {
    width: 180px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner .box-list .box .icon {
    right: 16.2px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section01 .inner .box-list .box .icon {
    bottom: 13.2px;
  }
}
.contents_wrap .section02 {
  background: #fff;
}
.contents_wrap .section02 .inner {
  padding: 18.0555555556vw 5vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section02 .inner {
    padding: 130px 36px;
  }
}
.contents_wrap .section02 .inner .info {
  margin-top: 11.1111111111vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section02 .inner .info {
    margin-top: 80px;
  }
}
.contents_wrap .section02 .inner .noti {
  margin-top: 5vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section02 .inner .noti {
    margin-top: 36px;
  }
}
.contents_wrap .section03 {
  background: #f1f1f1;
}
.contents_wrap .section03 .inner {
  padding: 18.0555555556vw 5vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner {
    padding: 130px 36px;
  }
}
.contents_wrap .section03 .inner .info {
  margin-top: 11.1111111111vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .info {
    margin-top: 80px;
  }
}
.contents_wrap .section03 .inner .review-swiper {
  margin-top: 11.1111111111vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper {
    margin-top: 80px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide {
  padding-bottom: 10vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide {
    padding-bottom: 72px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review {
  display: flex;
  padding: 7.7777777778vw 0vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6.1111111111vw;
  min-height: 74.1666666667vw;
  border-radius: 2.7777777778vw;
  background: #fff;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review {
    padding: 56px 0px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review {
    gap: 44px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review {
    min-height: 534px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review {
    border-radius: 20px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .label {
  position: absolute;
  right: 3.3333333333vw;
  top: 3.3333333333vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .label {
    right: 24px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .label {
    top: 24px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .label img {
  height: 14.1666666667vw;
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .label img {
    height: 102px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .desc {
  display: flex;
  padding: 0 6.6666666667vw;
  align-items: center;
  gap: 2.7777777778vw;
  align-self: stretch;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .desc {
    padding: 0 48px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .desc {
    gap: 20px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .desc .profile {
  display: flex;
  width: 16.6666666667vw;
  height: 16.6666666667vw;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .desc .profile {
    width: 120px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .desc .profile {
    height: 120px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .desc .tit {
  color: #555;
  font-family: var(--Font-family, Pretendard);
  font-size: 4.1666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 45px */
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .desc .tit {
    font-size: 30px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .desc .tit strong {
  display: block;
  color: #000;
  font-family: var(--Font-family, Pretendard);
  font-size: 4.4444444444vw;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .desc .tit strong {
    font-size: 32px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .txt {
  display: inline;
  position: relative;
  padding: 0 1.3888888889vw 0 6.6666666667vw;
  padding-top: 7.2222222222vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1111111111vw;
  align-self: stretch;
  color: #555;
  font-size: 3.6111111111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .txt {
    padding: 0 10px 0 48px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .txt {
    padding-top: 52px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .txt {
    gap: 8px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .txt {
    font-size: 26px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .txt strong {
  display: inline;
  color: #000;
  font-size: 3.6111111111vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .txt strong {
    font-size: 26px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .txt::before {
  display: block;
  content: "";
  background: url("https://img.megastudy.net/campus/library/v2015_mob/asset/campus_common/2025/2025_premium/ico_quotes.png") no-repeat 0 0;
  background-size: cover;
  width: 5.1388888889vw;
  height: 4.3055555556vw;
  position: absolute;
  top: 0;
  left: 6.1111111111vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .txt::before {
    width: 37px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .txt::before {
    height: 31px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-slide .review .txt::before {
    left: 44px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.9444444444vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-pagination {
    gap: 14px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background: #C7C7C7;
  opacity: 1;
  transition: all;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
    height: 20px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 7.5vw;
  height: 2.7777777778vw;
  border-radius: 2.7777777778vw;
  background: #886838;
  opacity: 1;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 54px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
    height: 20px;
  }
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .review-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
    border-radius: 20px;
  }
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-button-prev, .contents_wrap .section03 .inner .review-swiper .swiper .swiper-rtl .swiper-button-next {
  display: none !important;
}
.contents_wrap .section03 .inner .review-swiper .swiper .swiper-button-next, .contents_wrap .section03 .inner .review-swiper .swiper .swiper-rtl .swiper-button-prev {
  display: none !important;
}
.contents_wrap .section03 .inner .noti {
  margin-top: 5vw;
}
@media screen and (min-width: 680px) {
  .contents_wrap .section03 .inner .noti {
    margin-top: 36px;
  }
}



.mt80{
   margin-top: 12.5vw;
}
.pos-rel{
   position: relative;
}
.common-dim{
   position: absolute;
   z-index:1;
   inset: 0;
   display: flex;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   justify-content: center;
   align-items: center;
   flex-shrink: 0;
   background: rgba(0, 0, 0, 0.80);
   backdrop-filter: blur(9px);
}
.common-dim > div{
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 1.944vw;
   flex-shrink: 0;
}
.common-dim > div img{
   width:15.278vw;  
}
.common-dim p{
   color: #FFF;
   text-align: center;
   font-family: Pretendard;
   font-size: 4.444vw;
   font-style: normal;
   font-weight: 700;
   line-height: 140%; /* 44.8px */
   letter-spacing: -0.64px;
}