@charset "utf-8";
@font-face {
  font-family: "Happiness-Sans-Title";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/Happiness-Sans-Title.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GowunDodum-Regular";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* board ============ */
/* 약관*/
#ctt,
.register {
  width: 75%;
  margin: 3% auto;
}
.community_policy_txt {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #e3c8bb;
  line-height: 2.1em;
  margin: 0 auto 6rem;
  border-radius: 4px;
  letter-spacing: 7px;
}
/* default ========*/
.swiper-slide a {
  cursor: default;
}
img {
  -webkit-user-select: none;
  -khtml-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;
}
section img {
  width: 100%;
  height: auto;
}
.con_wrap {
  width: 100%;
  max-width: 1903px;
  margin: 0 auto;
  overflow: hidden;
}
.pos_absol {
  position: absolute;
}
.bk_cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bk_widthFull_c {
  background-size: 100% auto;
  background-position: center;
}
.bk_repeat_y {
  background-repeat: repeat-y;
}
.bk_repeat_x {
  background-repeat: repeat-x;
}
.bk_attach {
  background-attachment: fixed;
}
.bk_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 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.d_flex_c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.d_flex_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: 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;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
}
/* .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/btn_next.png");
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../img/btn_prev.png");
} */
.swiper-button-next:after,
.swiper-button-prev:after {
  opacity: 0;
  visibility: hidden;
}
/* main_wrapper ======= */
.main_wrapper img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 1930px) {

}
/* index_page ======= */

/* main_con01 */
.main_con_li {
  width: 70%;
  margin: 0 auto 2%;
}
.main_con_li li {
  margin: 1rem;
}
.main_con01_bk {
  background-image: url("../img/main/main01_bk.png");
}
.main_con01_btm {
  position: relative;
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
.main_con01_btm .video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  background-image: url("../img/video_play.png");
  transition: all 0.5s;
}
.main_con01_btm .video_play:hover {
  width: 60px;
  height: 60px;
}

/* main_con02 */
.main_con02 {
  text-align: center;
}
/* .main_con02_bk {
  background-image: url("../img/main/main02_bk.jpg");

} */
.main_con02_icon {
  width: 10%;
  margin: 0 auto;
}
.main_con02_txt {
  width: 30.5%;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/* main_con03 */
.main_con03 {
  overflow: hidden;
}
.main03_slide_con {
  width: 100%;
  max-height: 570px;
  height: 30vw;
}
.main03_slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main03_slide .swiper-slide {
  position: relative;
  width: 100%;
  background-color: #cfe9ff;
  height: 100%;
  background-blend-mode: multiply;
  background-position: bottom;
  cursor: grab;
}
.main03_slide .swiper-slide:active {
  cursor: grabbing;
}
.main03_slide .swiper-slide::before,
.main03_slide .swiper-slide::after {
  content: "";
  clear: both;
  position: absolute;
  top: 0;
  height: 101%;
  background-color: #3b85c5;
  z-index: 2;
  mix-blend-mode: multiply;
}
.main03_slide .swiper-slide::before {
  width: 18%;
  left: 0;
}
.main03_slide .swiper-slide::after {
  width: 50%;
  right: 0;
}
.main03_jangbi01 {
  background-image: url("../img/main/main03_jangbi01.png");
}
.main_con03_txt {
  top: 50%;
  width: 29%;
  right: 17%;
  z-index: 3;
  opacity: 0;
  transform: translateY(-50%);
}

.main_con03_txt.fadeIn_up {
  -webkit-animation: main_con03_ani 1s ease-in-out forwards;
  animation: main_con03_ani 1s ease-in-out forwards;
}

@keyframes main_con03_ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* main_con04 */
.main_con04 {
  padding: 4.5% 0;
}
.main_con04_bk {
  background-image: url("../img/main/main04_bk.png");
}
.main_con04_txt {
  width: 63%;
  margin: 0 auto;
  text-align: left;
}
.main_con04_txt img {
  width: 45%;
  padding: 3% 0 7%;
}
.main_con04_txt_bk {
  background-repeat: no-repeat;
  background-size: 52% auto;
  background-position: right center;
  background-image: url("../img/main/main04_txt_bk.png");
}
.main_con04_li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 62%;
  margin: 0 auto;
}
.main_con04_li li {
  width: 49%;
  margin: 0.1% 0.5%;
}

/* main_con05 */
.main_con05 {
  padding: 2.5% 0;
}
.main_con05_bk {
  background-image: url("../img/main/main05_bk.png");
}
.main_con05_txt {
  width: 27%;
  margin: 0 0 2%;
}
.chart_doughnut_wrapper {
  position: relative;
  width: 30vw;
  height: 30vw;
  margin: 0 5% 0 0;
  max-width: 580px;
  max-height: 580px;
}

.chart_canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.chart_canvas:nth-child(1) {
  z-index: 4;
}
.chart_canvas:nth-child(2) {
  z-index: 2;
}
.chart_canvas:nth-child(3) {
  z-index: 3;
}
.doughnut_chart_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 40% 0%;
  transform: translate(-50%, -50%);
  color: #fcfcfc;
}
.doughnut_chart_txt span:nth-child(2) {
  font-size: 1.3vw;
}
.doughnut_chart_txt span:last-child {
  display: block;
  font-size: 1.1vw;
  letter-spacing: 1px;
  font-weight: 300;
}
.doughnut_chart_txt_bk {
  background-image: url("../img/main/main05_count_bk.png");
  background-size: 80%;
}
.doughnut_chart_count {
  letter-spacing: 3px;
  font-size: 3.5vw;
  font-weight: 900;
  font-family: "Happiness-Sans-Title", "SpoqaHanSansNeo-Regular", dotum, sans-serif;
}

/* doughnut chart font size fix */
@media all and (min-width: 2000px) {
  .doughnut_chart_txt span:nth-child(2) {
    font-size: 2rem;
  }
  .doughnut_chart_txt span:last-child {
    font-size: 1.4rem;
  }
  .doughnut_chart_count {
    font-size: 4.5rem;
  }
}

/* main_con06 */
.main_con06 {
  padding: 7% 10%;
  text-align: left;
}
.main_con06_bk {
  background-image: url("../img/main/main06_bk.png");
}
.case_more {
  width: 40%;
  height: 4vw;
  background-image: url("../img/main/case_more_btn.png");
}
.main_con06_lf {
  width: 35%;
}
.main_con06_rf {
  width: 45%;
}
.bf_af_slide {
  width: 100%;
  overflow: hidden;
}
.main_con06_txt {
  width: 75%;
  margin: 0 0 5%;
}
.case_more {
  width: 71%;
  height: 5.2vw;
  background-image: url("../img/main/case_more_btn.png");
  margin-bottom: 10%;
  background-size: 100% auto;
  transition: background 0.8s;
}
.case_more:hover {
  background-image: url("../img/main/case_more_btn_hov.png");
}
.case_more a {
  display: block;
  height: 100%;
  width: 100%;
}

.main_con06 .swiper-button-next,
.main_con06 .swiper-rtl .swiper-button-prev {
  right: 8%;
  left: auto;
}
.main_con06 .swiper-button-prev,
.main_con06 .swiper-rtl .swiper-button-next {
  left: 8%;
  right: auto;
}
.main_con06 .swiper-button-next,
.main_con06 .swiper-button-prev {
  top: 47%;
}

/* main_con07 */
.main_con07_rf {
  width: 50%;
  margin: 0 0rem 0 auto;
}
.main_con07_txt {
  width: 48%;
  margin: 0 0 3%;
}
.main_con07 {
  padding: 6% 3%;
  text-align: left;
}
.main_con07_bk {
  background-image: url("../img/main/main07_bk.jpg");
}
.clinic_more {
  width: 53%;
  height: 5vw;
  margin-left: 3%;
  background-image: url("../img/main/clinic_more.png");
  background-size: 100% auto;
  transition: background 0.8s;
}
.clinic_more a {
  display: block;
  height: 100%;
}
.clinic_more:hover {
  background-image: url("../img/main/clinic_more_hov.png");
}
/* main_con08 */
.main_con08 {
  padding: 5% 0;
}
.main_con08_bk {
  background-image: url("../img/main/main08_bk.png");
}
.main_con08_txt {
  width: 41%;
  margin: 0px auto 4%;
}
.bf_af_slide02 {
  width: 55%;
  overflow: hidden;
  margin: 0 auto;
}
.main_con08 .swiper-button-next,
.main_con08 .swiper-rtl .swiper-button-prev {
  right: 10%;
  left: auto;
}

.main_con08 .swiper-button-prev,
.main_con08 .swiper-rtl .swiper-button-next {
  left: 10%;
  right: auto;
}

.link_btn_wrap {
  width: 70%;
  max-width: 1240px;
  margin: 0 auto;
}
.link_btn_wrap a {
  width: 46%;
}
.link_btn_wrap a:first-child {
  margin: 0 1% 0 0;
}

.main_kakao_map {
  box-sizing: border-box;
  height: 100%;
  width: 50%;
  border: 9px solid transparent;
  border-image: linear-gradient(180deg, rgba(126, 238, 255, 1) 0%, rgba(92, 182, 243, 1) 100%);
  border-image-slice: 1;
}
.main_kakao_map .wrap_controllers {
  display: none;
}
.main_kakao_map .root_daum_roughmap,
.main_kakao_map .root_daum_roughmap .wrap_map,
.main_kakao_map .root_daum_roughmap .map {
  height: 100% !important;
}
.time_con_txt {
  max-width: 1903px;
  margin: 0 auto;
  text-align: center;
}

/* 퀵 메뉴 ----------------------*/
.nav-bar {
  position: fixed;
  top: 38%;
  right: 0;
  width: 92px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.nav-bar.active {
  opacity: 1;
  visibility: visible;
  top: 15.5%;
}
.sns-link img {
  filter: drop-shadow(-2px 2px 3px rgba(0, 0, 0, 0.2));
}
/* 하단 상담바 ----------------------*/
.btm_sangdam,
.btm_sangdam a {
  font-family: "Pretendard", "SpoqaHanSansNeo-Regular", dotum, sans-serif;
  font-weight: 900;
}
.btm_sangdam {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 0;
  z-index: 9999;
  text-align: center;
}
.btm_sangdam .con_wrap {
  min-width: 860px;
  margin: 0 auto;
}
.btm_sangdam span {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  font-size: 2rem;
  color: #fff;
}
.btm_sangdam a {
  display: inline-block;
  padding: 0.2rem 1.5rem;
  border-radius: 30px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  background: #004a7c;
  transition: 0.4s;
}
.btm_sangdam a:hover {
  background-color: #0f3c5a;
  color: #5cb6f3;
}

.btm_sangdam_bk {
  background: linear-gradient(270deg, #5cb6f4, #7eefff);
  background-size: 400% 400%;
  -webkit-animation: btmSangdamAni 5s ease infinite;
  -moz-animation: btmSangdamAni 5s ease infinite;
  animation: btmSangdamAni 5s ease infinite;
  box-shadow: 0 -1px 12px #00000063;
}

@-webkit-keyframes btmSangdamAni {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes btmSangdamAni {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes btmSangdamAni {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* 이메일 무단 수집 거부 ------------ */
#mail_bpopup_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.41);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#mail_bpopup_form.active {
  display: flex;
}
.mail_bpopup_wrap {
  width: 35%;
  min-width: 550px;
  background-color: #fff;
}
.mail_bpopup_btn_wrap {
  text-align: right;
  background-color: #130c00;
}
.mail_bpopup_btn_wrap span {
  display: inline-block;
  background-color: #4afff4;
  color: #fff;
}
.mail_bpopup_btn_wrap .mfp-close {
  display: inline-block;
  margin-top: -0.3rem;
  padding: 0 1rem;
  font-size: 2rem;
  color: #232323;
  line-height: 1.8em;
  vertical-align: middle;
}
.f_pop_tit {
  padding: 2rem 0 1rem;
  line-height: 1.8em;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.f_pop_txt00 {
  padding: 0 3rem 2rem;
  line-height: 1.8em;
  font-size: 1rem;
  text-align: center;
}
.f_pop_txt01 {
  padding: 0 3rem 2rem;
  line-height: 1.8em;
  font-size: 1rem;
}
