#bo_v_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#bo_v_con .info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4431372549);
}
#bo_v_con .info > .left > h2 {
  font-size: 20px;
  font-weight: 700;
}
#bo_v_con .info > .right > h2 {
  font-size: 19px;
  font-weight: 300;
}
#bo_v_con .info:nth-last-child(1) {
  flex-direction: column;
}

.q_btn {
  width: 100%;
  max-width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(255, 255, 255);
  position: fixed;
  right: 2.5%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 9999;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  border: 0.5px solid #000;
}
@media (max-width: 1024px) {
  .q_btn {
    display: none;
  }
}
.q_btn.hide {
  opacity: 0;
  transform: translate(50%, -30%);
  pointer-events: none;
}
.q_btn > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 0.5px solid #000;
  text-align: center;
  padding: 10px 0;
  gap: 10px;
  cursor: pointer;
}
.q_btn > .box > .bot > h2 {
  font-size: 14px;
  font-weight: 400;
}
.q_btn > .box > .bot > h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  margin-top: 10px;
}
.q_btn > .box:nth-last-child(1) {
  background-color: #000;
  width: 100%;
}
.q_btn > .box:nth-last-child(1) > h2 {
  color: white;
}
.q_btn > .box:nth-last-child(2) {
  border: 0;
}

.pencil-text {
  display: inline-block;
  white-space: nowrap;
}

.sub_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 47px;
  margin-bottom: 87px;
}
@media (max-width: 1024px) {
  .sub_tit {
    gap: 30px;
    margin-bottom: 60px;
  }
}
.sub_tit > h2 {
  font-size: 120px;
  font-family: "Dancing Script", cursive;
}
@media (max-width: 1024px) {
  .sub_tit > h2 {
    font-size: 50px;
  }
}
.sub_tit > h3 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_tit > h3 {
    font-size: 14px;
  }
}

.main_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-top: 160px;
}
.main_box main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 88px;
}
@media (max-width: 1024px) {
  .main_box main {
    padding: 40px 20px 0 20px;
  }
}
.main_box main > .wrap {
  width: 100%;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_box main > .wrap > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .tit {
    gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.main_box main > .wrap > .tit > .left {
  width: 100%;
  max-width: 1301px;
}
.main_box main > .wrap > .tit > .left > h2 {
  font-size: 186px;
  font-family: "Dancing Script", cursive;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .tit > .left > h2 {
    font-size: 40px;
  }
}
.main_box main > .wrap > .tit > .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 362px;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .tit > .right {
    max-width: 100%;
  }
}
.main_box main > .wrap > .tit > .right > h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .tit > .right > h2 {
    font-size: 16px;
  }
}
.main_box main > .wrap > .tit > .right > h2 > span {
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .tit > .right > h2 > span {
    font-size: 18px;
  }
}
.main_box main > .wrap > .main_vis {
  width: 100%;
  height: 753px;
  background-color: #ccc;
  position: relative;
  margin-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .main_vis {
    height: 400px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .main_vis > img {
    width: 77%;
  }
}
.main_box main > .wrap > .main_vis > img:nth-of-type(1) {
  position: absolute;
  top: 17%;
  left: -34%;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .main_vis > img:nth-of-type(1) {
    left: -39%;
    top: 28%;
  }
}
.main_box main > .wrap > .main_vis > img:nth-of-type(2) {
  position: absolute;
  top: 69%;
  left: 0%;
}
.main_box main > .wrap > .main_vis > img:nth-of-type(3) {
  position: absolute;
  top: -19%;
  left: -13%;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .main_vis > img:nth-of-type(3) {
    top: -11%;
    left: -39%;
  }
}
.main_box main > .wrap > .main_vis > img:nth-of-type(4) {
  position: absolute;
  left: 11%;
  top: 10%;
}
.main_box main > .wrap > .main_vis > img:nth-of-type(5) {
  position: absolute;
  bottom: -55%;
  left: 45%;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .main_vis > img:nth-of-type(5) {
    bottom: 22%;
    left: 62%;
  }
}
.main_box main > .wrap > .main_vis > img:nth-of-type(6) {
  position: absolute;
  right: 10%;
  top: -28%;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .main_vis > img:nth-of-type(6) {
    right: 2%;
    top: -21%;
  }
}
.main_box main > .wrap > .main_vis > img:nth-of-type(7) {
  position: absolute;
  right: -27%;
  top: 0%;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .main_vis > img:nth-of-type(7) {
    right: -50%;
  }
}
.main_box main > .wrap > .main_vis > .word {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 49px 32px;
  border: 2px solid #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.4117647059);
  background-blend-mode: multiply;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .main_vis > .word {
    padding: 20px;
    width: 80%;
  }
}
.main_box main > .wrap > .main_vis > .word > h2 {
  font-size: 80px;
  font-weight: 400;
  color: white;
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .main_vis > .word > h2 {
    font-size: 45px;
  }
}
.main_box main > .wrap > .main_vis > .word > h3 {
  color: white;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .main_box main > .wrap > .main_vis > .word > h3 {
    font-size: 14px;
  }
}
.main_box main > .wrap .main_1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  height: auto;
  margin-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main_box main > .wrap .main_1 {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
}
.main_box main > .wrap .main_1 > .left {
  width: 100%;
  max-width: 564px;
}
.main_box main > .wrap .main_1 > .left > .tit {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .main_box main > .wrap .main_1 > .left > .tit {
    margin-bottom: 40px;
    gap: 20px;
    justify-content: flex-start;
  }
}
.main_box main > .wrap .main_1 > .left > .tit > h2 {
  font-size: 190px;
  font-family: "Dancing Script", cursive;
}
@media (max-width: 1024px) {
  .main_box main > .wrap .main_1 > .left > .tit > h2 {
    font-size: 40px;
  }
}
.main_box main > .wrap .main_1 > .left > .tit > img {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .main_box main > .wrap .main_1 > .left > .tit > img {
    margin-bottom: 0;
  }
}
.main_box main > .wrap .main_1 > .left > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main_box main > .wrap .main_1 > .left > .word h2 {
  font-size: 33px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .main_box main > .wrap .main_1 > .left > .word h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.main_box main > .wrap .main_1 > .left > .word h2 > span {
  font-weight: 800;
}
.main_box main > .wrap .main_1 > .left > .word h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .main_box main > .wrap .main_1 > .left > .word h3 {
    font-size: 14px;
  }
}
.main_box main > .wrap .main_1 > .right {
  width: 100%;
  max-width: 1075px;
  height: auto;
}
.main_box main > .wrap .main_1 > .right > .swiper {
  width: 100%;
  height: auto;
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .main_box main > .wrap .main_1 > .right > .swiper .swiper-slide {
    height: auto;
  }
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-slide > li {
  height: auto;
  width: 500px !important;
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap {
  width: 100%;
  padding: 31px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap {
    padding: 15px;
  }
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap > h2 {
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap > h2 {
    font-size: 15px;
  }
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap > p {
  color: #888888;
  line-height: 1.5;
  padding-bottom: 39px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1024px) {
  .main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap > p {
    padding-bottom: 20px;
  }
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap div.checkbox {
  padding-top: 36px;
}
@media (max-width: 1024px) {
  .main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap div.checkbox {
    padding-top: 20px;
  }
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap div.checkbox ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap div.checkbox ul li i {
  width: 17px;
  margin-right: 10px;
  display: block;
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap div.checkbox ul li i img {
  width: 100%;
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap div.checkbox ul li b {
  display: block;
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .main_box main > .wrap .main_1 > .right > .swiper .swiper-slide div.wrap div.checkbox ul li b {
    font-size: 14px;
  }
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-slide .black-box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  background: #000000;
}
.main_box main > .wrap .main_1 > .right > .swiper .swiper-slide .black-box p {
  font-size: 1.125rem;
  color: #fff;
}
.main_box .main_2 {
  width: 100%;
  height: auto;
  padding: 90px 0;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .main_box .main_2 {
    height: auto;
    padding: 20px;
  }
}
.main_box .main_2 > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .main_box .main_2 > .tit {
    margin-bottom: 60px;
  }
}
.main_box .main_2 > .tit > h2 {
  font-size: 130px;
  color: white;
  font-family: "Dancing Script", cursive;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .main_box .main_2 > .tit > h2 {
    font-size: 40px;
  }
}
.main_box .main_2 > .tit > h3 {
  font-size: 17px;
  font-weight: 300;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .main_box .main_2 > .tit > h3 {
    font-size: 13px;
    text-align: center;
  }
}
.main_box .main_2 .event_swipe_wrap {
  width: 100%;
  max-width: 1720px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_box .main_2 .event_swipe_wrap .swiper {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  overflow: visible;
}
@media (max-width: 1024px) {
  .main_box .main_2 .event_swipe_wrap .swiper {
    margin-bottom: 40px;
  }
}
.main_box .main_2 .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_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide {
    gap: 40px;
  }
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .top {
  width: 100%;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .top .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .top .swiper-slide > img {
  width: 100%;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot {
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot {
    gap: 40px;
    padding: 0 20px;
  }
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit > h2 {
  font-size: 45px;
  color: white;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit > h2 {
    font-size: 25px;
  }
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit > h3 {
  font-size: 17px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.575);
  word-break: keep-all;
  text-align: center;
  margin-bottom: 53px;
}
@media (max-width: 1024px) {
  .main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit > h3 {
    font-size: 14px;
    text-align: center;
  }
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit > .bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .tit > .bot > h2 {
  width: auto;
  padding: 5px 10px;
  height: 30px;
  background-color: #7B7B7B;
  color: white;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-family: "Pretendard Variable";
  width: 100%;
  place-items: center;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box {
    gap: 20px;
  }
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > h2 {
  font-size: 22px;
  font-weight: 600;
  color: white;
}
@media (max-width: 1024px) {
  .main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > h2 {
    font-size: 16px;
    text-align: center;
  }
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > h3 {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.589);
}
@media (max-width: 1024px) {
  .main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > h3 {
    font-size: 13px;
    text-align: center;
  }
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > .bot {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > .bot > div {
  width: 30px;
  height: 30px;
  border-radius: 1000px;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > .bot > div:nth-of-type(1) {
  background-color: #fff;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > .bot > div:nth-of-type(2) {
  background-color: #988662;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .info > .box > .bot > div:nth-of-type(3) {
  background-color: #362008;
  border: 2px solid #362008;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .swiper-slide > .bot > .more_btn {
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
  font-size: 30px;
  color: white;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .hj_wave .info > .box > .bot > div:nth-of-type(1) {
  background-color: #0C3991 !important;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .hj_wave .info > .box > .bot > div:nth-of-type(2) {
  background-color: #6B159D !important;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .hj_wave .info > .box > .bot > div:nth-of-type(3) {
  background-color: #000;
  border: 2px solid #E3E3E3;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .mec .info > .box > .bot > div:nth-of-type(1) {
  background-color: #fff !important;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .mec .info > .box > .bot > div:nth-of-type(2) {
  background-color: #3369F9 !important;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .mec .info > .box > .bot > div:nth-of-type(3) {
  background-color: #000;
  border: 2px solid #E3E3E3;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .w_mind .info > .box > .bot > div:nth-of-type(1) {
  background-color: #fff !important;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .w_mind .info > .box > .bot > div:nth-of-type(2) {
  background-color: #6F5021 !important;
}
.main_box .main_2 .event_swipe_wrap .swiper > .swiper-wrapper .w_mind .info > .box > .bot > div:nth-of-type(3) {
  background-color: #392609 !important;
  border: 2px solid #392609 !important;
}
.main_box .main_2 .event_swipe_wrap .swiper .swiper-control-pannel {
  position: absolute;
  bottom: 16%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
@media (max-width: 1024px) {
  .main_box .main_2 .event_swipe_wrap .swiper .swiper-control-pannel {
    bottom: 61%;
    width: 94%;
  }
}
.main_box .main_2 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-prev, .main_box .main_2 .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_box .main_2 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-prev img, .main_box .main_2 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-next img {
    width: 18px;
    height: 31px;
  }
}
@media (max-width: 768px) {
  .main_box .main_2 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-prev, .main_box .main_2 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-next {
    width: 0px;
    height: 26px;
  }
}
.main_box .main_2 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-prev > svg, .main_box .main_2 .event_swipe_wrap .swiper .swiper-control-pannel .swiper-custom-next > svg {
  width: 60%;
  height: auto;
}
.main_box .main_3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .main_box .main_3 {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
.main_box .main_3 > .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1720px;
}
.main_box .main_3 > .wrap > .content_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  row-gap: 80px;
}
@media (max-width: 1024px) {
  .main_box .main_3 > .wrap > .content_box {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
.main_box .main_3 > .wrap > .content_box > .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  transition: opacity 0.3s ease;
}
.main_box .main_3 > .wrap > .content_box > .box:hover {
  transition: opacity 0.3s ease;
}
.main_box .main_3 > .wrap > .content_box > .box:hover .top::after {
  content: "View more";
  position: absolute;
  font-size: 30px;
  font-family: "Dancing Script", cursive;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.main_box .main_3 > .wrap > .content_box > .box:hover .top::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  background: url("../img/view_btn.png") no-repeat center/contain;
  z-index: 2;
}
.main_box .main_3 > .wrap > .content_box > .box > .top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 410px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .main_box .main_3 > .wrap > .content_box > .box > .top {
    height: auto;
  }
}
.main_box .main_3 > .wrap > .content_box > .box > .top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.main_box .main_3 > .wrap > .content_box > .box > .top > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_box .main_3 > .wrap > .content_box > .box > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .main_box .main_3 > .wrap > .content_box > .box > .tit {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
.main_box .main_3 > .wrap > .content_box > .box > .tit > .left > h2 {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .main_box .main_3 > .wrap > .content_box > .box > .tit > .left > h2 {
    font-size: 17px;
  }
}
.main_box .main_3 > .wrap > .content_box > .box > .tit > .right {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  color: white;
}
@media (max-width: 1024px) {
  .main_box .main_3 > .wrap > .content_box > .box > .tit > .right {
    font-size: 12px;
    flex-direction: column;
  }
}
.main_box .main_3 > .wrap > .content_box > .box > .tit > .right > h2 {
  background-color: #000;
  padding: 7px 15px;
  border-radius: 500px;
  color: white;
}
.main_box .main_3 > .wrap > .content_box > .box > .tit > .right > h3 {
  background-color: #A7A7A7;
  padding: 7px 15px;
  border-radius: 500px;
  color: white;
}
.main_box .main_3 > .wrap > .content_box > .box > .word {
  width: 100%;
  height: auto;
}
.main_box .main_3 > .wrap > .content_box > .box > .word > h2 {
  font-size: 17px;
  font-weight: 400;
  color: #7B7B7B;
  line-height: 1.5;
}
.main_box .main_4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .main_box .main_4 {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
.main_box .main_4 > .wrap {
  width: 100%;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_box .main_4 > .wrap > .img_box {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}
@media (max-width: 1024px) {
  .main_box .main_4 > .wrap > .img_box {
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
.main_box .main_4 > .wrap > .img_box > .box {
  width: 100%;
  height: 244px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
}
@media (max-width: 1024px) {
  .main_box .main_4 > .wrap > .img_box > .box {
    height: 130px;
    padding: 30px;
  }
}
.main_box .main_4 > .wrap > .img_box > .box > .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 90px;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .main_box .main_4 > .wrap > .img_box > .box > .top {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  .main_box .main_4 > .wrap > .img_box > .box > .top > img {
    height: 100%;
  }
}
.main_box .main_4 > .wrap > .img_box > .box > .bot {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.main_box .main_4 > .wrap > .img_box > .box > .bot > h2 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .main_box .main_4 > .wrap > .img_box > .box > .bot > h2 {
    font-size: 15px;
  }
}
.main_box .main_4 > .wrap > .img_box > .box:nth-of-type(odd) {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.231372549);
  z-index: 4;
}
.main_box .main_4 > .wrap > .img_box > .box:nth-of-type(even) {
  background-color: #F3F3F3;
  z-index: 3;
}
@media (max-width: 1024px) {
  .main_box .main_4 > .wrap > .img_box > .box:nth-of-type(even) {
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.231372549);
    z-index: 4;
  }
}
.main_box .pro_4 {
  width: 100%;
  height: auto;
  padding: 110px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  margin-bottom: 82px;
}
@media (max-width: 1024px) {
  .main_box .pro_4 {
    padding: 30px 20px;
    height: auto;
  }
}
.main_box .pro_4 > .wrap {
  width: 100%;
  max-width: 1165px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_box .pro_4 > .wrap > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .main_box .pro_4 > .wrap > .tit {
    margin-bottom: 20px;
  }
}
.main_box .pro_4 > .wrap > .tit > h2 {
  font-size: 100px;
  color: white;
  margin-bottom: 20px;
  font-family: "Dancing Script", cursive;
}
@media (max-width: 1024px) {
  .main_box .pro_4 > .wrap > .tit > h2 {
    font-size: 50px;
  }
}
.main_box .pro_4 > .wrap > .tit > h3 {
  font-size: 17px;
  font-weight: 400;
  color: #F8F8F8;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .main_box .pro_4 > .wrap > .tit > h3 {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.main_box .pro_4 > .wrap > .faq_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  height: auto;
  border-top: 3px solid #F1F1F1;
  border-bottom: 3px solid #F1F1F1;
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-bottom: 13px;
  cursor: pointer;
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_q_word {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 53px;
  transition: background-color 0.3s;
  border-bottom: 1px solid #A5A5A5;
}
@media (max-width: 1024px) {
  .main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_q_word {
    padding: 20px;
    gap: 20px;
  }
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_q_word > .left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_q_word > .left > h2 {
  font-size: 23px;
  font-weight: 800;
  color: white;
  font-family: "Dancing Script", cursive;
}
@media (max-width: 1024px) {
  .main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_q_word > .left > h2 {
    font-size: 17px;
  }
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_q_word > .left > h3 {
  font-size: 19px;
  font-weight: 600;
  color: white;
}
@media (max-width: 1024px) {
  .main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_q_word > .left > h3 {
    font-size: 14px;
  }
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_q_word > .right h2 {
  font-size: 28px;
  font-weight: 800;
  color: white;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_q_word > .right h2 {
    font-size: 20px;
  }
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_a_word {
  width: 100%;
  height: 0;
  overflow: hidden;
  max-height: 0;
  padding: 0 53px;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  border-bottom: 0px solid #A5A5A5;
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_a_word > .left {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 24px 0;
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_a_word > .left > h2 {
  font-size: 28px;
  font-weight: 800;
  color: white;
}
@media (max-width: 1024px) {
  .main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_a_word > .left > h2 {
    font-size: 17px;
  }
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_a_word > .left h3 {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 300;
  color: rgba(248, 248, 248, 0.662745098);
}
@media (max-width: 1024px) {
  .main_box .pro_4 > .wrap > .faq_box > .pro_4_word > .pro_4_a_word > .left h3 {
    font-size: 14px;
  }
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word.active .pro_4_a_word {
  display: flex;
  height: auto;
  max-height: 500px;
  padding: 24px 53px;
  border-bottom: 1px solid #A5A5A5;
}
@media (max-width: 1024px) {
  .main_box .pro_4 > .wrap > .faq_box > .pro_4_word.active .pro_4_a_word {
    padding: 20px;
  }
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word.active .pro_4_a_word:nth-last-child(1) {
  border: 0;
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word.active .pro_4_q_word .right h2 {
  transform: rotate(45deg);
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word:nth-last-child(1) {
  margin-bottom: 0;
}
.main_box .pro_4 > .wrap > .faq_box > .pro_4_word:nth-last-child(1) .pro_4_q_word {
  border: 0;
  padding: 24px 53px 0 53px;
}
@media (max-width: 1024px) {
  .main_box .pro_4 > .wrap > .faq_box > .pro_4_word:nth-last-child(1) .pro_4_q_word {
    padding: 20px 20px 0 20px;
    gap: 20px;
  }
}
.main_box .inq {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .main_box .inq {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
.main_box .inq > .wrap {
  width: 100%;
  max-width: 1590px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main_box .inq > .wrap > .tit {
  width: 100%;
  display: flex;
  align-items: end;
  gap: 15px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > .tit {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.main_box .inq > .wrap > .tit > h2 {
  font-size: 120px;
  font-family: "Dancing Script", cursive;
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > .tit > h2 {
    font-size: 40px;
  }
}
.main_box .inq > .wrap > .tit > h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > .tit > h3 {
    font-size: 18px;
  }
}
.main_box .inq > .wrap > .tit > h3 > span {
  font-weight: 700;
}
.main_box .inq > .wrap > form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.main_box .inq > .wrap > form > .input-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main_box .inq > .wrap > form > .input-list > li {
  width: 100%;
  margin-bottom: 30px;
}
.main_box .inq > .wrap > form > .input-list > li > .btn_wrap {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.main_box .inq > .wrap > form > .input-list > li > .btn_wrap > button {
  width: 100%;
  height: 58px;
  color: white;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: 0;
}
.main_box .inq > .wrap > form > .input-list > li > label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main_box .inq > .wrap > form > .input-list > li > label > span {
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > form > .input-list > li > label > span {
    font-size: 18px;
  }
}
.main_box .inq > .wrap > form > .input-list > li > label > .inflow {
  margin-bottom: 38.5px;
}
.main_box .inq > .wrap > form > .input-list > li > label > .radio_box > label {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.main_box .inq > .wrap > form > .input-list > li > label > .radio_box > label input {
  width: 17px;
  height: 17px;
  border-radius: 0;
}
.main_box .inq > .wrap > form > .input-list > li > label > input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #C1C1C1;
  padding: 5px;
}
.main_box .inq > .wrap > form > .input-list > li > label > textarea {
  width: 100%;
  height: 192px;
  border: 2px solid #000;
  resize: none;
}
.main_box .inq > .wrap > form > .right {
  width: 100%;
  max-width: 554px;
  height: 703px;
  border: 4px solid #EBEBEB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > form > .right {
    height: auto;
    padding: 30px;
  }
}
.main_box .inq > .wrap > form > .right > .r_top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 50px;
}
.main_box .inq > .wrap > form > .right > .r_top > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 23px;
}
.main_box .inq > .wrap > form > .right > .r_top > .box > .top {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.main_box .inq > .wrap > form > .right > .r_top > .box > .bot {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 8px;
  background-color: #E5E5E5;
  transition: 0.3s;
  padding: 10px;
  text-align: center;
}
.main_box .inq > .wrap > form > .right > .r_top > .box > .bot > h2 {
  font-size: 17px;
  font-weight: 500;
  color: black;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > form > .right > .r_top > .box > .bot > h2 {
    font-size: 13px;
  }
}
.main_box .inq > .wrap > form > .right > .r_top > .box > .naver_bot {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 100px;
  width: 85%;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1921568627);
  height: 43px;
}
.main_box .inq > .wrap > form > .right > .r_top > .box > .naver_bot > h2 {
  font-weight: 700;
}
.main_box .inq > .wrap > form > .right > .r_top > .box:hover .bot {
  transition: 0.3s;
  background-color: #000;
}
.main_box .inq > .wrap > form > .right > .r_top > .box:hover .bot > h2 {
  color: white;
  transition: 0.3s;
}
.main_box .inq > .wrap > form > .right > .r_top > .box:hover .naver_bot {
  background-color: white;
}
.main_box .inq > .wrap > form > .right > .r_top > .box:hover .naver_bot > h2 {
  color: #000;
}
.main_box .inq > .wrap > form > .right > .r_bot {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 33px;
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > form > .right > .r_bot {
    gap: 20px;
  }
}
.main_box .inq > .wrap > form > .right > .r_bot > .info {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > form > .right > .r_bot > .info {
    gap: 20px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.main_box .inq > .wrap > form > .right > .r_bot > .info > .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > form > .right > .r_bot > .info > .right {
    align-items: center;
    text-align: center;
  }
}
.main_box .inq > .wrap > form > .right > .r_bot > .info > .right > h2 {
  font-size: 22px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > form > .right > .r_bot > .info > .right > h2 {
    font-size: 17px;
  }
}
.main_box .inq > .wrap > form > .right > .r_bot > .info > .right > h2 > span {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5019607843);
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > form > .right > .r_bot > .info > .right > h2 > span {
    font-size: 14px;
  }
}
.main_box .inq > .wrap > form > .right > .r_bot > .info > .right > h3 {
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .main_box .inq > .wrap > form > .right > .r_bot > .info > .right > h3 {
    font-size: 20px;
  }
}
.main_box .inq > .wrap > form > .right > .r_bot > .info:nth-of-type(1) {
  padding-bottom: 33px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4117647059);
}
.main_box .agree-wrap {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.main_box .agree-wrap > input {
  width: 16px;
  height: 16px;
  border: 2px solid #000;
}
.main_box .agree-wrap > p {
  font-size: 16px;
  line-height: 1;
  color: black;
}
.main_box .agree-wrap > p > em {
  font-size: 11px;
  font-weight: 300;
  cursor: pointer;
  width: 51px;
  height: 21px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 7px;
  margin-left: 8px;
  color: white;
  background-color: #7B7B7B;
  border-radius: 1px;
}
.main_box .policy-modal-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  z-index: 900;
  transition: 0.2s all ease-in-out;
}
.main_box .policy-modal-background.on {
  visibility: visible;
  opacity: 1;
}
.main_box .policy-modal {
  position: fixed;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  max-width: 0;
  max-height: 0;
  padding: 50px 30px;
  background: white;
  border: 2px solid black;
  opacity: 0;
  visibility: hidden;
  z-index: 901;
  transition: 0.2s all ease-in-out;
}
.main_box .policy-modal.on {
  max-width: 80vw;
  max-height: 80vh;
  opacity: 1;
  visibility: visible;
}
.main_box .policy-modal .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.main_box .policy-modal .container .modal-title-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.main_box .policy-modal .container .modal-title-area > img {
  width: auto;
  height: 28px;
}
.main_box .policy-modal .container .modal-title-area > h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: black;
  word-break: keep-all;
}
.main_box .policy-modal .container .modal-content-area {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
}
.main_box .policy-modal .container .modal-content-area > p {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  word-break: keep-all;
}
.main_box .policy-modal .container .modal-content-area > p > em {
  font-weight: 600;
  font-size: 17px;
  color: #000;
}
.main_box .policy-modal .container .modal-content-area > p > span {
  position: relative;
  padding-left: 16px;
}
.main_box .policy-modal .container .modal-content-area > p > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  border: 3px solid #000;
  border-radius: 500rem;
  background: transparent;
}
.main_box .policy-modal .container .modal-content-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 5px;
  background: transparent;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2745098039);
}
.main_box .policy-modal .container .modal-content-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background: transparent;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2745098039);
}
.main_box .policy-modal .container .confirm-close-modal {
  padding: 10px 25px;
  border: 2px solid black;
  background: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: black;
  border-radius: 500rem;
  transition: 0.2s all ease-in-out;
}
.main_box .policy-modal .container .confirm-close-modal:hover {
  background: black;
  color: white;
}/*# sourceMappingURL=main.css.map */