@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;
  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;
}
section img {
  width: 100%;
  height: auto;
}
section p {
  width: 100%;
}

.con_wrap {
  width: 100%;
  max-width: 1905px;
  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: flex;
  align-items: center;
  justify-content: center;
}

.ovf_hide {
  overflow: hidden;
}

.ovf_visb {
  overflow: visible;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: 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;
  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: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #676464;
  font-weight: 300;
  height: 20vw;
  max-height: 380px;
  font-size: 1.1rem;
}

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

.main_title {
  padding: 0 0 4%;
  font-size: 3.6rem;
  font-weight: 700;
  color: #3f4243;
}

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

.pdt_3p {
  padding-top: 3%;
}

.bg_mainc {
  background: #47645a;
}

.bg_gray {
  background: #edebec;
}

.bg_dkgray {
  background: #dedadb;
}

.bg_ligray02 {
  background: #f6f6f6;
}

.bg_beige {
  background: #fff5e9;
}

.bg_dkbeige {
  background: #f7e7da;
}

.bg_dk_brown {
  background: #4c4648;
}

.bg_white {
  background: #fff;
}

.bg_ligorg {
  background: #f5f7f2;
}

/* 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%;
  }
}