@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.p_main .com_center_wrap {
  max-width: none;
  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: 60px;
}
@media screen and (max-width: 1023.9px) {
  .p_main .com_center_wrap {
    gap: 30px;
  }
}
.p_main .visual {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1023.9px) {
  .p_main .visual {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_main .visual {
    padding-inline: 20px;
  }
  .p_main .visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
  }
  .p_main .visual::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
    z-index: 2;
  }
}
.p_main .visual .visual_slider {
  padding-block: 2%;
}
.p_main .visual .visual_slider .swiper-slide {
  box-shadow: 0px 4px 30px 0px #000;
  position: relative;
}
.p_main .visual .visual_slider .swiper-slide .thumb {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.7142857143;
}
.p_main .visual .visual_slider .swiper-slide .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p_main .visual .visual_slider .swiper-slide .thumb > img, .p_main .visual .visual_slider .swiper-slide .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.p_main .visual .visual_slider .swiper-slide-active {
  position: relative;
  z-index: 1;
}
.p_main .visual .visual_slider .swiper-slide-active .thumb {
  transform: scale(1.1);
}
.p_main .visual .visual_slider .swiper-button-next {
  right: calc(17% - 10px);
}
@media screen and (max-width: 767.9px) {
  .p_main .visual .visual_slider .swiper-button-next {
    right: 0;
  }
}
.p_main .visual .visual_slider .swiper-button-prev {
  left: calc(17% - 10px);
}
@media screen and (max-width: 767.9px) {
  .p_main .visual .visual_slider .swiper-button-prev {
    left: 0;
  }
}
.p_main .top_sec {
  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: 100px;
}
@media screen and (max-width: 1023.9px) {
  .p_main .top_sec {
    gap: 30px;
  }
}
.p_main .com_cont_tit__wrap.line {
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .p_main .com_cont_tit__wrap.line {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_main .com_cont_tit__wrap.line {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_main .com_cont_tit__wrap.line + .com_divider {
    margin-inline: -20px;
    width: calc(100% + 40px);
  }
}

.com_terms {
  max-width: 1400px;
}
.com_terms .com_pg_tit__wrap {
  border-bottom: 0;
  padding-bottom: 0;
}
.com_terms .terms_area {
  background-color: #1B1B1B;
  padding: 40px;
  border-radius: 10px;
  min-height: 500px;
  line-height: 1.466;
}
@media screen and (max-width: 1023.9px) {
  .com_terms .terms_area {
    padding: 20px;
  }
}
.com_terms .terms_area .tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 30px;
}
.com_terms .terms_area .tit:first-child {
  margin-top: 0;
}
.com_terms .terms_area .desc {
  line-height: 1.6;
  font-size: 15px;
  color: #aaa;
}

.p_search .com_center_wrap {
  max-width: none;
  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: 60px;
}
@media screen and (max-width: 1023.9px) {
  .p_search .com_center_wrap {
    gap: 30px;
  }
}
.p_search .com_search__wrap {
  max-width: 1410px;
  width: 100%;
  margin-inline: auto;
  padding-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .p_search .com_search__wrap {
    padding-top: 0;
  }
}
.p_search .none_search {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .p_search .none_search {
    font-size: 24px;
  }
}

.com_banner .thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 767.9px) {
  .com_banner .thumb.mobile {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .com_banner .thumb.pc {
    display: none;
  }
}

.p_intro .head {
  background: none;
}
.p_intro .head .nav {
  display: none;
}
.p_intro .head__tool [class^=btn_] {
  display: none;
}
.p_intro .footer {
  display: none;
}
.p_intro main {
  height: calc(var(--vh, 1vh) * 100);
  background: url(../img/intro_bg.jpg) no-repeat center/cover;
}
.p_intro main .container {
  max-width: 745px;
  margin: 0 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;
  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;
  height: 100%;
  gap: 40px;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (max-width: 1023.9px) {
  .p_intro main .container {
    padding-inline: 70px;
  }
}
.p_intro main .container .txt1 {
  font-size: 36px;
}
@media screen and (max-width: 1023.9px) {
  .p_intro main .container .txt1 {
    font-size: 20px;
  }
}
.p_intro main .container .txt2 {
  font-size: 55px;
  font-weight: 800;
}
@media screen and (max-width: 1023.9px) {
  .p_intro main .container .txt2 {
    font-size: 40px;
  }
}
.p_intro main .container .logo {
  max-width: 60%;
}