@charset "UTF-8";
/* 기본 base setting */
@import url("./base/default.css");
@import url("./base/font.css");
@import url("./base/design.css");
@import url("./base/sitemap.css");
@import url("./base/animate.css");
@import url("./header.css");
@import url("./nav.css");
@import url("./sub_nav.css");
/* board ============ */
/* 약관*/
#ctt,
.register {
  width: 60%;
  margin: 3% auto !important;
}

@media (max-width: 840px) {
  #ctt {
    width: 100%;
  }
}
.community_policy_txt {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #e3bc58;
  line-height: 2.1em;
  margin: 0 auto 6rem;
  border-radius: 4px;
  letter-spacing: 7px;
}

/* default ========*/
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

section {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
section img {
  width: 100%;
  height: auto;
}
section p {
  width: 100%;
}

.con_wrap {
  width: 100%;
  max-width: 1903px;
  margin: 0 auto;
  overflow: hidden;
}

.pos_absol {
  position: absolute;
}

.bg_cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg_attach {
  background-attachment: fixed;
}

.bg_contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.txt_hide {
  text-indent: -99999px;
  color: transparent;
}

button {
  outline: none;
  border: none;
  background: transparent;
}

.non_click {
  pointer-events: none;
}

.d_flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ovf_hide {
  overflow: hidden;
}

.ovf_visb {
  overflow: visible;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3%;
  max-width: 52px;
  height: 52px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 74% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #838383;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* common ================================= */
body {
  background-color: #fff;
}

.inner_con {
  width: 70%;
  max-width: 1300px;
  margin: 0 auto;
}

.case_ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #242b31;
  font-weight: 300;
  height: 20vw;
  max-height: 380px;
  font-size: 1.2rem;
}

.w_gap {
  padding: 5% 0 6%;
}

.main_title {
  padding: 0 0 4%;
  font-size: 3vw;
  font-weight: 700;
  color: #242b31;
}

.sub_title {
  padding: 0 0 4%;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2b3237;
}

.pdt_3p {
  padding-top: 3%;
}

.active {
  opacity: 1;
  z-index: 2;
}

.blod {
  font-weight: bold !important;
}

.bg_main {
  background: #242b31;
}

.baby_blue {
  color: #6eb6ff;
}

.baby_blue_s {
  color: #cfe9ff;
}

.sub_color {
  background: #2b3237;
}

.title_color {
  background: #aaadaf;
}

.light_blue {
  color: #0a6fd6;
}

.dark_blue {
  background: #3370ad;
}

.white_color {
  color: #fff;
}

.point_color {
  background: #56d5ff;
}

/* max-width 1450px ================================================================================================================= */
/* ============================================================================================================================================ */
@media all and (max-width: 1450px) {
  .case_ready {
    font-size: 1.25vw;
  }
  .w_gap {
    padding: 5% 0 6%;
  }
  .main_title {
    padding: 0 0 3%;
    font-size: 3.2vw;
  }
  .sub_title {
    padding: 0 0 3%;
    font-size: 2.5vw;
  }
}
/* max-width 1280px ================================================================================================================= */
/* ============================================================================================================================================ */
/* max-width 1023px ================================================================================================================= */
/* ============================================================================================================================================ */
/* max-width 767px ================================================================================================================= */
/* ============================================================================================================================================ */
@media all and (max-width: 767px) {
  .case_ready {
    height: 82vw;
    max-height: 793px;
    font-size: 3vw;
  }
  .w_gap {
    padding: 10% 0 12%;
  }
  .main_title {
    padding: 0 0 7%;
    font-size: 8vw;
  }
  .sub_title {
    padding: 0 0 7%;
    font-size: 6.5vw;
  }
  .inner_con {
    width: 90%;
  }
}