@charset "UTF-8";
.all_btn {
  position: fixed;
  bottom: 5%;
  width: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #4B2B05;
  border-radius: 100px;
  gap: 20px;
  padding: 10px;
  right: 10px;
  z-index: 99999;
}
@media (max-width: 1024px) {
  .all_btn {
    padding: 10px 5px;
    width: 25px;
  }
}
.all_btn > .box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.all_btn > .box > h2 {
  color: white;
}
@media (max-width: 1024px) {
  .all_btn > .box > h2 {
    font-size: 13px;
  }
}
.all_btn > .box > img {
  width: 100%;
}
@media (max-width: 1024px) {
  .all_btn > .box > img {
    width: 90%;
  }
}

.main_wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
}
.main_wrap .main_1 {
  width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 {
    height: auto;
    margin-bottom: 20px;
  }
}
.main_wrap .main_1 .swiper {
  width: 100%;
  height: 1100px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper {
    height: 400px;
  }
}
.main_wrap .main_1 .swiper .swiper-button-next {
  right: 150px !important;
  color: #ccc;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-button-next {
    right: 20px !important;
  }
}
.main_wrap .main_1 .swiper .swiper-button-prev {
  left: 150px !important;
  color: #ccc;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-button-prev {
    left: 20px !important;
  }
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-button-next:after, .main_wrap .main_1 .swiper .swiper-button-prev:after {
    font-size: 13px;
  }
}
.main_wrap .main_1 .swiper .swiper-slide {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/main_back_1.png);
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1764705882);
  background-blend-mode: multiply;
}
.main_wrap .main_1 .swiper .swiper-slide .txt_box {
  width: 100%;
  max-width: 1800px;
  display: flex;
  justify-content: flex-end;
  text-align: end;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-slide .txt_box {
    padding: 0 20px;
  }
}
.main_wrap .main_1 .swiper .swiper-slide .txt_box > h2 {
  font-size: 90px;
  font-weight: 500;
  color: #52330f;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
  padding-bottom: 0px;
  letter-spacing: -3px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-slide .txt_box > h2 {
    margin-top: 95px;
    font-size: 40px;
    margin-bottom: 3%;
    line-height: 1.5;
    padding-bottom: 0%;
    gap: 20px;
  }
}
.main_wrap .main_1 .swiper .swiper-slide .txt_box > h2 > span {
  font-size: 90px;
  color: #52330F;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-slide .txt_box > h2 > span {
    font-size: 40px;
  }
}
.main_wrap .main_1 > .menu_box {
  width: auto;
  position: absolute;
  bottom: 0%;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 99;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box {
    position: relative;
    flex-direction: column;
    align-items: center;
  }
}
.main_wrap .main_1 > .menu_box > form {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap {
  width: 100%;
  max-width: 920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  gap: 40px;
  height: 250px;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form .box_wrap {
    height: auto;
    padding: 20px;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .tit {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form .box_wrap > .tit {
    flex-direction: column;
    align-items: center;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .tit > h2 {
  font-size: 18px;
  color: #52330F;
  font-weight: 500;
  font-family: "Pretendard Variable";
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .tit > h3 {
  font-family: "Chosunilbo_myungjo";
  font-size: 27px;
  color: #52330F;
  font-weight: 400;
  height: 23px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form .box_wrap > .bot {
    width: 100%;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li {
    align-items: flex-start;
    width: 100%;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label {
    align-items: flex-start;
    width: 100%;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > span {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 27px;
  color: #52330F;
  font-family: "Chosunilbo_myungjo";
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > span {
    font-size: 12px;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > select {
  flex: 1 1 auto;
  width: 206px;
  height: 26px;
  font-size: 15px;
  line-height: 1;
  color: #52330F;
  font-family: "Pretendard Variable";
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* 기본 스타일 제거 */
  padding: 5px;
  outline: none; /* 포커스 아웃라인 제거 */
  box-shadow: none; /* 그림자 제거 */
  transition: border-color 0.2s ease; /* 선택 시 부드러운 애니메이션 */
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > select {
    font-size: 12px;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > select:nth-of-type(1) {
  width: 165px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > select:nth-of-type(1) {
    width: 100%;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > select:nth-of-type(2) {
  width: 138px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > select:nth-of-type(2) {
    width: 100%;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > select:nth-of-type(3) {
  width: 138px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > select:nth-of-type(3) {
    width: 100%;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label select:focus,
.main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label select:active {
  border: none;
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > input {
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 1;
  color: #52330F;
  font-family: "Pretendard Variable";
  border: none;
  outline: none;
  background: transparent;
  height: 26px;
  padding: 5px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > input {
    font-size: 12px;
    flex: auto;
    width: 100%;
    max-width: 168px;
  }
}
.main_wrap .main_1 > .menu_box > form .box_wrap > .bot ul > li > label > input:focus {
  border: 0 !important;
}
.main_wrap .main_1 > .menu_box > form > .right {
  width: 410px;
  height: 170px;
  background-color: #52330F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form > .right {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
.main_wrap .main_1 > .menu_box > form > .right > button {
  color: white;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-size: 30px;
  background: transparent;
  border: 0;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form > .right > button {
    font-size: 20px;
  }
}
.main_wrap .main_1 > .menu_box > form > .right > button > h2 {
  color: white;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-size: 30px;
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > form > .right > button > h2 {
    font-size: 20px;
  }
}
.main_wrap .main_2 {
  width: 100%;
  height: 1600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFCF6;
  padding-top: 410px;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 {
    padding: 310px 20px 40px 20px;
    height: auto;
  }
}
.main_wrap .main_2 > .wrap {
  width: 100%;
  max-width: 1510px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 84px;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap {
    gap: 230px;
  }
}
.main_wrap .main_2 > .wrap > .left {
  width: 100%;
}
.main_wrap .main_2 > .wrap > .left > h2 {
  line-height: 1;
  font-size: 120px;
  color: #52330F;
  position: relative;
  font-weight: 500;
  z-index: 999;
  line-height: 1.3;
  font-family: "Chosunilbo_myungjo";
  visibility: hidden;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > .left > h2 {
    font-size: 40px;
  }
}
.main_wrap .main_2 > .wrap > .left > h2 > span {
  font-size: 80px;
  color: rgba(101, 58, 8, 0.2666666667);
  font-weight: 400;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > .left > h2 > span {
    font-size: 20px;
  }
}
.main_wrap .main_2 > .wrap > .left > h3 {
  line-height: 1;
  font-size: 120px;
  color: #52330F;
  position: absolute;
  top: -63%;
  font-weight: 500;
  z-index: 999;
  line-height: 1.3;
  font-family: "Chosunilbo_myungjo";
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > .left > h3 {
    font-size: 40px;
    top: -54%;
  }
}
.main_wrap .main_2 > .wrap > .left > h3 > span {
  font-size: 80px;
  color: rgba(101, 58, 8, 0.2666666667);
  font-weight: 400;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > .left > h3 > span {
    font-size: 20px;
  }
}
.main_wrap .main_2 > .wrap > .right {
  width: 97%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > .right {
    z-index: 99;
  }
}
.main_wrap .main_2 > .wrap > .right > .word > h2 {
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-weight: 500;
  color: #52330F;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > .right > .word > h2 {
    margin-bottom: -10px;
    font-size: 16px;
  }
}
.main_wrap .main_2 > .wrap > .right > .word > a {
  width: 155px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #BBA16D;
  border: 1px solid #BBA16D;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > img {
    width: 100%;
    max-width: 250px;
  }
}
.main_wrap .main_2 > .wrap > img:nth-of-type(1) {
  position: absolute;
  right: 5%;
  top: -20%;
}
.main_wrap .main_2 > .wrap > img:nth-of-type(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.main_wrap .main_2 > .wrap > img:nth-of-type(3) {
  position: absolute;
  left: 13%;
  bottom: -55%;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > img:nth-of-type(3) {
    bottom: auto;
    top: 10%;
    left: -3%;
  }
}
.main_wrap .main_2 > .wrap > img:nth-of-type(4) {
  position: absolute;
  right: 10%;
  bottom: -49%;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > img:nth-of-type(4) {
    right: -2%;
    bottom: 19%;
  }
}
.main_wrap .main_3 {
  width: 100%;
  height: 530px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  gap: 50px;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 {
    height: auto;
    gap: 40px;
    padding: 20px;
  }
}
.main_wrap .main_3 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .tit {
    gap: 40px;
  }
}
.main_wrap .main_3 > .tit > h2 {
  font-size: 42px;
  color: #52330F;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .tit > h2 {
    font-size: 22px;
  }
}
.main_wrap .main_3 > .tit > p {
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-weight: 500;
  color: #52330F;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .tit > p {
    font-size: 15px;
  }
}
.main_wrap .main_3 > .wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main_wrap .main_3 > .wrap > .box {
  background-color: #FFFCF6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 175px;
  height: 160px;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .wrap > .box {
    width: 100%;
    padding: 0 20px;
  }
}
.main_wrap .main_3 > .wrap > .box > img {
  height: 65px;
}
.main_wrap .main_3 > .wrap > .box > h2 {
  font-size: 16px;
  font-weight: 500;
  color: #52330F;
  font-family: "Pretendard Variable";
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .wrap > .box > h2 {
    font-size: 14px;
    word-break: keep-all;
  }
}
.main_wrap .main_3 > .wrap > .box:nth-last-of-type(1) {
  background-color: #510629;
}
.main_wrap .main_3 > .wrap > .box:nth-last-of-type(1) > h2 {
  color: white;
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
  font-size: 20px;
  margin-bottom: 10px;
}
.main_wrap .main_3 > .wrap > .box:nth-last-of-type(1) > img {
  height: auto;
}
.main_wrap .main_4 {
  width: 100%;
  height: 1220px;
  background-color: #510629;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 {
    height: auto;
    padding: 30px 0;
    background-color: #510629;
  }
}
.main_wrap .main_4 .event_swipe_wrap {
  width: 100%;
  max-width: 1720px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_wrap .main_4 .event_swipe_wrap .swiper {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  overflow: visible;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 .event_swipe_wrap .swiper {
    margin-bottom: 40px;
  }
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  height: auto;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide {
    gap: 40px;
  }
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .top {
  width: 100%;
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .top .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .top .swiper-slide > img {
  width: 100%;
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot {
  width: 100%;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot {
    gap: 40px;
    padding: 0 20px;
  }
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit {
    gap: 40px;
  }
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit > h2 {
  font-size: 90px;
  color: white;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit > h2 {
    font-size: 30px;
  }
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit > h3 {
  font-size: 18px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.575);
  word-break: keep-all;
  font-family: "Chosunilbo_myungjo";
  text-align: center;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit > h3 {
    font-size: 15px;
    text-align: center;
    color: white;
  }
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-family: "Pretendard Variable";
}
@media (max-width: 1024px) {
  .main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box {
    gap: 20px;
  }
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > .img_box {
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > .img_box > h2 {
  font-size: 18px;
  font-weight: 500;
  color: #C4A786;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > .img_box > h2 {
    font-size: 14px;
  }
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > .word {
  text-align: center;
}
.main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > .word > h2 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5607843137);
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > .word > h2 {
    font-size: 13px;
    color: white;
  }
}
.main_wrap .main_4 .event_swipe_wrap .swiper .swiper-control-pannel {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.main_wrap .main_4 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-prev, .main_wrap .main_4 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-next {
  width: 38px;
  height: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-prev img, .main_wrap .main_4 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-next img {
    width: 18px;
    height: 31px;
  }
}
@media (max-width: 768px) {
  .main_wrap .main_4 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-prev, .main_wrap .main_4 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-next {
    width: 0px;
    height: 26px;
  }
}
.main_wrap .main_4 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-prev > svg, .main_wrap .main_4 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-next > svg {
  width: 60%;
  height: auto;
}
.main_wrap .main_5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 1010px;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 {
    height: auto;
    padding: 20px;
  }
}
.main_wrap .main_5 > .wrap {
  width: 100%;
  max-width: 1650px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_wrap .main_5 > .wrap > .tit {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 80px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap > .tit {
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap > .tit > .left {
    height: 100px;
  }
}
.main_wrap .main_5 > .wrap > .tit > .left > h2 {
  font-family: "Chosunilbo_myungjo";
  font-size: 80px;
  font-weight: 400;
  color: rgba(101, 58, 8, 0.3960784314);
  line-height: 0.63;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap > .tit > .left > h2 {
    font-size: 40px;
  }
}
.main_wrap .main_5 > .wrap > .tit > .left > h2 > span {
  font-size: 105px;
  color: black;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap > .tit > .left > h2 > span {
    font-size: 45px;
  }
}
.main_wrap .main_5 > .wrap > .tit > .right > h2 {
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-weight: 200;
  color: #000;
}
.main_wrap .main_5 > .wrap .bot_box {
  width: 100%;
  display: flex;
  height: 690px;
  position: relative;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap .bot_box {
    flex-direction: column;
    height: auto;
  }
}
.main_wrap .main_5 > .wrap .bot_box .left {
  width: 1005px;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s ease;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap .bot_box .left {
    width: 100%;
    height: 300px;
  }
}
.main_wrap .main_5 > .wrap .bot_box .right {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  right: 0;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap .bot_box .right {
    flex-direction: column;
    position: relative;
    right: auto;
  }
}
.main_wrap .main_5 > .wrap .bot_box .right .box {
  width: 215px;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 180px;
  transition: all 0.7s ease;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap .bot_box .right .box {
    padding: 20px;
    width: 100% !important;
    background-color: #9DE0AD !important;
  }
}
.main_wrap .main_5 > .wrap .bot_box .right .box .before_tit h2 {
  transform: rotateZ(90deg);
  font-size: 35px;
  width: 300px;
  color: #fff;
  opacity: 0.4;
  transition: opacity 0.3s;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap .bot_box .right .box .before_tit h2 {
    transform: rotateZ(0);
  }
}
.main_wrap .main_5 > .wrap .bot_box .right .box .after_tit {
  display: none;
  text-align: right;
  flex-direction: column;
  align-items: end;
  height: auto;
}
.main_wrap .main_5 > .wrap .bot_box .right .box .after_tit h2, .main_wrap .main_5 > .wrap .bot_box .right .box .after_tit h3, .main_wrap .main_5 > .wrap .bot_box .right .box .after_tit p, .main_wrap .main_5 > .wrap .bot_box .right .box .after_tit a {
  transition: opacity 0.3s, transform 0.3s;
}
.main_wrap .main_5 > .wrap .bot_box .right .box .after_tit > h2 {
  font-size: 200px;
  color: #CCBA96;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap .bot_box .right .box .after_tit > h2 {
    font-size: 50px;
  }
}
.main_wrap .main_5 > .wrap .bot_box .right .box .after_tit > h3 {
  font-size: 40px;
  color: #3D2407;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap .bot_box .right .box .after_tit > h3 {
    font-size: 20px;
  }
}
.main_wrap .main_5 > .wrap .bot_box .right .box .after_tit > p {
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-weight: 500;
  color: #755410;
  margin-bottom: 85px;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap .bot_box .right .box .after_tit > p {
    font-size: 14px;
    word-break: keep-all;
    margin-bottom: 20px;
  }
}
.main_wrap .main_5 > .wrap .bot_box .right .box.active .before_tit {
  display: none;
}
.main_wrap .main_5 > .wrap .bot_box .right .box.active .after_tit {
  display: flex;
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap .bot_box .right > .before_2 {
    background-color: #FF5700 !important;
  }
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap .bot_box .right > .before_3 {
    background-color: #FFDD00 !important;
  }
}
@media (max-width: 1024px) {
  .main_wrap .main_5 > .wrap .bot_box .right > .before_4 {
    background-color: #510629 !important;
  }
}
.main_wrap .main_5 > .wrap .bot_box .right > .before_4 > .after_tit > p {
  color: white;
}
.main_wrap .main_5 > .wrap .bot_box .right > .before_4 > .after_tit a > img {
  background-color: rgba(255, 255, 255, 0.452);
}
.main_wrap .main_5 > .wrap .bot_box .right > .box:hover .before_tit h2 {
  opacity: 1;
  transition: 0.3s;
}/*# sourceMappingURL=main.css.map */