@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.p_intro {
  padding-top: 60px;
}
.p_intro main {
  padding-inline: 60px;
}
@media screen and (max-width: 1023.9px) {
  .p_intro main {
    padding-inline: 17px;
  }
}
.p_intro .intro_swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  text-align: center;
  gap: 40px;
  height: calc(var(--vh, 1vh) * 100 - 214px);
  color: #fff;
  background: url(../img/intro_bg.jpg) no-repeat center/cover;
  border-radius: 20px;
}
@media screen and (max-width: 1023.9px) {
  .p_intro .intro_swiper .swiper-slide {
    gap: 20px;
    padding-inline: 30px;
  }
}
.p_intro .intro_swiper .swiper-slide .tit {
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}
@media screen and (max-width: 1023.9px) {
  .p_intro .intro_swiper .swiper-slide .tit {
    font-size: 30px;
    line-height: 1.5;
  }
}
.p_intro .intro_swiper .swiper-slide .txt {
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width: 1023.9px) {
  .p_intro .intro_swiper .swiper-slide .txt {
    font-size: 18px;
  }
}
.p_intro .intro_swiper .swiper-slide .com_btn_wrap.bottom {
  margin-top: 50px;
}
@media screen and (max-width: 1023.9px) {
  .p_intro .intro_swiper .swiper-slide .com_btn_wrap.bottom {
    margin-top: 25px;
  }
}
.p_intro .intro_swiper__container {
  position: relative;
  padding-bottom: 40px;
}
.p_intro .swiper-horizontal > .swiper-pagination-bullets, .p_intro .swiper-pagination-bullets.swiper-pagination-horizontal, .p_intro .swiper-pagination-custom, .p_intro .swiper-pagination-fraction {
  bottom: 0;
}

.p_charge .charge_container {
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 54px 40px 40px;
  max-width: 480px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1023.9px) {
  .p_charge .charge_container {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_charge .charge_container {
    padding: 25px 20px;
  }
}
.p_charge .charge {
  border: 1px solid #D7DDE3;
  border-radius: 6px;
  padding: 14px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 10px 20px;
}
.p_charge .charge__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.p_charge .charge_price {
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
}
.p_charge .charge_btn {
  height: 30px;
  width: 80px;
  font-size: 14px;
  font-weight: 400;
}
.p_charge .charge_tit {
  font-size: 18px;
}
.p_charge .charge_tit .add {
  margin-left: 5px;
}
@media screen and (max-width: 767.9px) {
  .p_charge .charge {
    flex-wrap: wrap;
  }
  .p_charge .charge_tit {
    flex: 0 0 100%;
  }
  .p_charge .charge_price {
    margin-left: 0;
  }
}
.p_charge .notice_area_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.p_charge .notice_area_tit::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_excl.png);
  width: 25px;
  min-width: 25px;
  height: 25px;
}
.p_charge .notice_area_box {
  border: 1px solid #CAD2DA;
  border-radius: 6px;
  background-color: #EBEDEF;
  padding: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
  line-height: 1.5;
}

.com_terms .terms_container {
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 54px;
  padding-inline: 40px;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 1023.9px) {
  .com_terms .terms_container {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_terms .terms_container {
    padding: 25px 20px;
  }
}