@charset "UTF-8";
@import url("./keyframe.css");
@import url("./font.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@700&display=swap");
/* data-scroll */
@keyframes main_01_img {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: rotate(40deg);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
  }
}
@keyframes main_02_img {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
  }
}
@keyframes main_txt {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
  }
}
@keyframes main_txt_top {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
  }
}
@keyframes main_txt_lf {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
  }
}
@keyframes txt_heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
/*S: common setting =================================================*/
body,
td,
input,
textarea,
div,
th,
p,
a,
address ul {
  font-family: "Noto", "SDGothicNeo", "Malgun Gothic", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #363636;
  letter-spacing: -0.05em;
}

section {
  position: relative;
  width: 100%;
  max-width: 1903px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
section img {
  display: block;
  width: 100%;
  height: auto;
}

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

.re_con {
  position: relative;
}
.re_con .ab_con {
  position: absolute;
  width: 100%;
  left: 0;
}
.re_con .se_con {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-size: 45% auto;
  mix-blend-mode: luminosity;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
}

.mobile_view {
  display: none !important;
}

/*S: header =================================================*/
#header {
  position: relative;
  height: 90px;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s ease-in-out;
}
#header.main {
  position: fixed;
}
#header.sub {
  position: relative;
  top: 0;
  height: 130px;
}
#header.sub .header_wrap {
  position: fixed;
  z-index: 99;
  height: 130px;
  background-color: transparent;
}
#header.sub .header_wrap_inner {
  height: 130px;
}
#header.sub .header_wrap_inner .sitemap-line-btn .line {
  background-color: #505459;
}
#header.sub .header_wrap_inner .sitemap-line-btn .line:nth-child(2) {
  background-color: #3fbcc8;
}
#header.sub .logo .ori-ver {
  visibility: hidden;
  opacity: 0;
}
#header.sub .logo .color-ver {
  visibility: visible;
  opacity: 1;
}
#header.sub #gnb.pc_view {
  top: 10px;
  color: #000;
}
#header.sub #gnb.pc_view .depth1 {
  color: #000;
}
#header.sub #gnb.pc_view .depth1 a {
  color: #000;
}
#header.sub #gnb.pc_view .depth1 .gnb_2dul .depth2 .gnb_2da {
  color: #000;
}
#header .logo {
  z-index: 100;
  position: absolute;
  transform: translateX(-50%);
  left: 45.8%;
}
#header .logo a {
  position: relative;
  display: block;
  height: 6.8rem;
}
#header .logo .ori-ver {
  visibility: visible;
  opacity: 1;
}
#header .logo .color-ver {
  visibility: hidden;
  opacity: 0;
}
#header .logo img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  vertical-align: top;
  height: 100%;
  transition: all 0.4s ease-in-out;
  transition-property: opacity;
}
#header .logo.scroll-down {
  display: none;
}

/*S: header_wrap =================================================*/
.header_wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
  z-index: 9999;
  transition: all 0.4s ease-in-out;
  transition-property: background-color;
}
.header_wrap .menu {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.header_wrap .menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-flex;
}
.header_wrap .menu ul li {
  float: left;
  width: 45%;
  text-align: center;
  padding: 15px 10px;
}
.header_wrap .menu ul li a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 80px;
}
.header_wrap .menu ul li ul {
  display: none;
}
.header_wrap .menu ul li ul.sub-menu {
  width: 100%;
}
.header_wrap .menu ul li ul li {
  width: 100%;
  float: left;
}
.header_wrap .menu ul.dropdown {
  width: 100%;
}
.header_wrap .menu ul.dropdown li {
  float: left;
  width: 13.5%;
  text-align: center;
}
.header_wrap .menu ul.dropdown li a {
  letter-spacing: 0;
}
.header_wrap .menu ul.dropdown li.align {
  width: 11.5%;
}
.header_wrap .menu ul.dropdown li.logo {
  width: 15%;
}
.header_wrap .menu .util_member {
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 50;
  overflow: hidden;
}
.header_wrap .menu_center {
  max-width: 1400px;
  margin: 0 auto;
}
.header_wrap.active {
  transform: translateY(0);
}
.header_wrap_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  margin: 0px auto;
}
.header_wrap_inner.scroll-down .sitemap-line-btn .line {
  background-color: rgba(0, 0, 0, 0.5);
}
.header_wrap_inner.scroll-down .sitemap-line-btn .line:nth-child(2) {
  background-color: #3fbcc8;
}
.header_wrap .header-util-box {
  position: absolute;
  z-index: 100;
  top: 28%;
  right: 2%;
}
.header_wrap .sitemap-line-btn {
  float: left;
  width: 47px;
  height: 47px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.header_wrap .sitemap-line-btn .line {
  display: block;
  width: 35px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  transition: all 0.4s ease-in-out;
}
.header_wrap .sitemap-line-btn .line:nth-child(2) {
  margin-left: 6px;
  background-color: #3fbcc8;
}

#contents.main {
  display: none;
}

.nav_wrapper {
  width: 100%;
  transition: top 0.5s ease-out;
  z-index: 999999;
}
.nav_wrapper .spinner-master {
  position: fixed;
  top: -40px;
  right: 40px;
  margin: 10px;
  height: 30px;
  width: 30px;
  z-index: 999999;
}
.nav_wrapper .spinner-master input[type=checkbox] {
  display: none;
}
.nav_wrapper .spinner-master label {
  cursor: pointer;
  position: absolute;
  z-index: 999999;
  height: 100%;
  width: 100%;
  top: 75px;
  right: 0;
}
.nav_wrapper .spinner-master * {
  transition: all 0.3s;
  box-sizing: border-box;
}
.nav_wrapper .spinner-master .spinner {
  position: absolute;
  height: 4px;
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
}
.nav_wrapper .spinner-master .diagonal.part-1 {
  position: relative;
  float: left;
}
.nav_wrapper .spinner-master .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 4px;
}
.nav_wrapper .spinner-master .horizontal {
  position: relative;
  float: left;
  margin-top: 4px;
}

.nav_box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  height: 100%;
  background: rgba(4, 51, 79, 0.7);
  padding: 10px 50px;
  z-index: 99999;
}
.nav_box_wrap {
  overflow: hidden;
}
.nav_box_wrap li {
  padding-bottom: 10px;
}
.nav_box_wrap li:first-child {
  margin-top: 65px;
}
.nav_box_wrap li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #ffc845;
}
.nav_box_wrap li a::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 73%;
  right: 0;
  height: 1px;
  background: #ffc845;
}
.nav_box_wrap ul {
  overflow: hidden;
}
.nav_box_wrap ul li {
  width: 50%;
  float: left;
}
.nav_box_wrap ul li a {
  display: block;
  font-size: 14px;
  padding: 7px 5px;
  text-align: center;
  color: #fff;
}

/*S :main_slide =================================================*/
#top_main_slide {
  position: relative;
  overflow: hidden;
}
#top_main_slide .swiper-button-next,
#top_main_slide .swiper-button-prev {
  top: 12px;
  width: 50px;
  height: 50px;
  background-size: 50% auto;
  mix-blend-mode: luminosity;
  opacity: 0;
}
#top_main_slide .swiper-button-next,
#top_main_slide .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/m_arr_next.png");
  right: 2%;
  left: auto;
  transition: 0.5s;
}
#top_main_slide .swiper-button-next:hover,
#top_main_slide .swiper-container-rtl .swiper-button-prev:hover {
  right: 4%;
}
#top_main_slide .swiper-button-prev,
#top_main_slide .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/m_arr_prev.png");
  left: 2%;
  right: auto;
  transition: 0.5s;
}
#top_main_slide .swiper-button-prev:hover,
#top_main_slide .swiper-container-rtl .swiper-button-next:hover {
  left: 4%;
}
#top_main_slide .swiper-pagination-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 5%;
  width: 25%;
}
#top_main_slide .swiper-pagination-custom div {
  font-size: 18px;
  line-height: 30px;
  color: #dfdfdf;
}
#top_main_slide .swiper-pagination-fraction-current,
#top_main_slide .swiper-pagination-fraction-total {
  font-weight: 600;
}
#top_main_slide .swiper-pagination-progress {
  position: relative;
  width: 260px;
  height: 4px;
  background-color: transparent;
  border-radius: 10px;
}
#top_main_slide .swiper-pagination-progress::after {
  display: block;
  content: "";
  clear: both;
  width: 100%;
  height: 5px;
  background-color: rgba(224, 224, 224, 0.2);
  position: absolute;
  bottom: 0;
  border-radius: 10px;
}
#top_main_slide .swiper-pagination-progressbar {
  background-color: #dfdfdf;
  height: 4px;
  transition-duration: 800ms;
  z-index: 100;
}
#top_main_slide .btns {
  width: 30px;
  height: 30px;
}
#top_main_slide .play, #top_main_slide .stop {
  width: 30px;
  height: 30px;
  background: transparent no-repeat;
  background-size: 25px;
  background-position: center 1px;
  border: none;
  cursor: pointer;
}
#top_main_slide:hover .swiper-button-next,
#top_main_slide:hover .swiper-button-prev {
  opacity: 1;
}

#swiper-tab {
  position: absolute;
  bottom: 2.5%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
#swiper-tab .swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 6px;
  border: none;
  border-radius: 50%;
  opacity: 0.4;
  background-color: #cacaca;
}
#swiper-tab .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition: 0.3s;
}

/*S :main_p01 =================================================*/
.shinning::after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 500%;
  height: 200%;
  opacity: 0;
  transform: rotate(120deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.shinning:hover::after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 2s, 2s, 1.7s;
  transition-timing-function: ease;
}

/*S :main_p02 =================================================*/
.p02_ul {
  display: flex;
  flex-wrap: wrap;
}
.p02_ul li {
  width: 50%;
}

/*S :part_subj =================================================*/
.part_subj_wrap {
  top: 0;
}

.subj_slide {
  width: 62%;
  max-width: 1115px;
  margin: 0 auto;
  padding: 2% 1% 2% 0;
  overflow: hidden;
}
.subj_slide .swiper-slide {
  box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.09);
}
.subj_slide .swiper-slide img {
  max-width: 264px;
}

.subj_container {
  padding: 2% 0;
}
.subj_container .swiper-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.subj_container .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 0.7;
  border: 2px solid #101d3d;
  margin: 0 5px;
}
.subj_container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #101d3d;
}
.subj_container .swiper-button-next,
.subj_container .swiper-button-prev {
  top: 67%;
  transition: 0.6s;
  width: 2.5vw;
  height: 2.5vw;
  max-width: 46px;
  max-height: 46px;
  mix-blend-mode: unset;
  background-size: 100%;
}
.subj_container .swiper-button-next:hover,
.subj_container .swiper-button-prev:hover {
  opacity: 0.5;
}
.subj_container .swiper-button-next,
.subj_container .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/b_arrow_next.png");
  right: 15%;
  left: auto;
}
.subj_container .swiper-button-prev,
.subj_container .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/b_arrow_prev.png");
  left: 15%;
  right: auto;
}

/*S :part_jangbi =================================================*/
#part_jangbi .swiper-button-next,
#part_jangbi .swiper-button-prev {
  top: 85%;
  transition: 0.6s;
  width: 2.5vw;
  height: 2.5vw;
  max-width: 46px;
  max-height: 46px;
  mix-blend-mode: unset;
  background-size: 100%;
}
#part_jangbi .swiper-button-next:hover,
#part_jangbi .swiper-button-prev:hover {
  opacity: 0.5;
}
#part_jangbi .swiper-button-next,
#part_jangbi .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/w_arrow_next.png");
  left: -14%;
  right: auto;
}
#part_jangbi .swiper-button-prev,
#part_jangbi .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/w_arrow_prev.png");
  left: -18%;
  right: auto;
}

.part_jangbi_wrap {
  top: 25% !important;
  left: 34% !important;
}

.jangbi_slide {
  overflow: hidden;
  width: 80%;
  max-width: 1350px;
}
.jangbi_slide .swiper-slide {
  max-width: 469px;
}
.jangbi_slide .swiper-slide img {
  max-width: 469px;
}

/*S :part_notice =================================================*/
#part_notice {
  height: 674px;
  position: relative;
}

.main-intro-btn {
  position: absolute;
  top: 18%;
  left: 30%;
  width: 100%;
  max-width: 1803px;
  text-align: center;
}
.main-intro-btn a {
  position: relative;
}
.main-intro-btn a p {
  display: inline-block;
  font-size: 18px;
  line-height: 4rem;
  font-weight: 500;
  color: #363636;
  position: relative;
  z-index: 99;
}
.main-intro-btn a p i {
  margin-left: 1.2rem;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: 0.1rem;
  transition: var(--transition-custom);
  transition-property: transform;
}
.main-intro-btn a:after {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #e7e7e7;
  position: absolute;
  transform: translate(-50%, -50%);
  right: -40%;
  top: 50%;
  content: "";
  z-index: 9;
}
.main-intro-btn a:hover:after {
  width: 75px;
  height: 75px;
  transition: 1s;
  right: -48%;
  opacity: 0.8;
}
.main-intro-btn a:hover i {
  transform: translateX(5px);
  font-weight: bold;
}

/*S :part_map =================================================*/
.part_map_wrap p {
  top: 0;
  width: 50% !important;
  z-index: 999;
}

/*S :footer =================================================*/
#footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3em;
  margin: 0 auto;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
#footer_top_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  padding: 1% 0;
  width: 100%;
  margin: 0 auto;
}
#footer_top_ul li {
  position: relative;
  padding: 0 1%;
  text-align: center;
}
#footer_top_ul li a {
  display: block;
  color: #333333;
  font-size: 1.1rem;
  opacity: 1;
}
#footer_top_ul li:after {
  content: "";
  clear: both;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  right: 0;
}

#footer_container {
  margin: 2% auto 1%;
}
#footer_container #footer_con_ul {
  margin: 1% auto;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.05em;
}
#footer_container #footer_con_ul .copyright {
  font-size: 16px;
  color: #808080;
  margin-top: 5px;
}

/*S :top btn =================================================*/
.top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  z-index: 90;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background: #3fbcc8;
  border: none;
  color: #fcffb5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.8s;
}
.top_btn:hover {
  background: #fcffb5;
  color: #3fbcc8;
  animation: btn-top 3s infinite;
}
.top_btn:hover i {
  transform: translate3d(0, 2px, 0);
  animation: topBtn 0.6s linear infinite alternate;
}
.top_btn.active {
  opacity: 1;
  visibility: visible;
}

/* community -  커뮤니티 ===============================================*/
.community_tt_bk {
  background-image: url("../img/community/community_bk.jpg");
}

@media all and (max-width: 767px) {
  .mobile_view {
    display: block !important;
  }
  .pc_view {
    display: none !important;
  }
  body {
    max-width: 720px;
    width: 100%;
    overflow: hidden;
  }
  #header {
    top: 0;
    height: 75px !important;
    transition: 0s;
    background: transparent;
  }
  #header.bo {
    position: relative;
  }
  #header.sub {
    position: fixed;
    top: 0;
  }
  #header.sub .header_wrap {
    position: fixed;
    z-index: 99;
    height: 80px;
    background-color: transparent;
  }
  #header.sub .header_wrap_inner {
    height: 80px;
  }
  #header.sub .header_wrap_inner .sitemap-line-btn .line {
    background-color: #505459;
  }
  #header.sub .header_wrap_inner .sitemap-line-btn .line:nth-child(2) {
    background-color: #3fbcc8;
  }
  #header.sub .header_wrap .header-util-box {
    position: absolute;
    z-index: 100;
    top: 28%;
    right: 2%;
  }
  #header.sub .logo {
    transform: translate(10px, 10px);
    left: 1%;
    width: 80%;
    top: 17%;
    height: 100%;
  }
  #header.sub .logo a {
    height: auto;
  }
  #header.sub .logo img {
    max-width: 302px;
    height: auto;
    width: 65%;
  }
  #header .logo {
    transform: translate(10px, 10px);
    left: 1%;
    width: 80%;
    top: 17%;
    height: 100%;
  }
  #header .logo a {
    height: auto;
  }
  #header .logo img {
    max-width: 302px;
    height: auto;
    width: 65%;
  }
  #header .logo.scroll-down {
    display: block;
  }
  .header_wrap {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .header_wrap .header-util-box {
    position: absolute;
    z-index: 100;
    top: 28%;
    right: 2%;
  }
  .header_wrap .sitemap-line-btn {
    width: 40px;
    height: 40px;
  }
  .header_wrap .sitemap-line-btn .line {
    width: 25px;
  }
  .header_wrap_inner {
    height: 80px;
  }
  #header .btn_gnb {
    /* top: 1.1rem;left: 4.4%;font-size: 2rem;color: #272727; */
    width: 25px;
    height: 19px;
    color: #fff;
  }
  .header_menu_btn_line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
  }
  .header_menu_btn_line_01 {
    top: 0;
    transition: 0.3s;
  }
  .header_menu_btn_line_02 {
    top: 8px;
  }
  .header_menu_btn_line_03 {
    bottom: 0;
    transition: 0.3s;
  }
  #header.on .btn_gnb {
    top: 16px;
  }
  #header .btn_user {
    opacity: 0;
    visibility: hidden;
    top: 1.3rem;
    right: 5.4rem;
    font-size: 2rem;
    color: #272727;
  }
  #header .user {
    top: 86%;
    right: 3.7rem;
  }
  #header.on h1 {
    line-height: 68px;
  }
  #header.on h1 a {
    background-position: 0 -36px;
  }
  #header .btn_search {
    top: 16px;
  }
  #header > .wrap {
    width: 100%;
  }
  #header .hd_top {
    transform: translate(10px, 10px);
    left: 10px;
    top: 10px;
    width: 185px;
  }
  #header.fixed {
    background-color: rgba(200, 174, 144, 0.85);
  }
  #header.fixed .header_wrap {
    display: flex;
  }
  #header .basic, #header .fix {
    display: none !important;
  }
  .swiper-slide img.pc_view {
    display: none !important;
  }
  .swiper-slide img.mobile_view {
    display: block;
  }
  .main_container {
    overflow: hidden;
  }
  .gnb {
    position: fixed;
    width: 290px;
    background: #69c0c7;
    height: 100vh;
    top: 0;
    right: -290px;
    margin: 0;
    float: none;
    z-index: 99999;
    padding-top: 25%;
    transition: all 0.3s;
  }
  .gnb-webkit-scrollbar {
    width: 4px; /* 스크롤바의 너비 */
  }
  .gnb-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #dcc4a7; /* 스크롤바의 색상 */
    border-radius: 10px;
    transition: 0.3s;
  }
  .gnb-webkit-scrollbar-track {
    background: #69c0c7; /*스크롤바 뒷 배경 색상*/
  }
  .gnb.on {
    right: 0;
    overflow-y: scroll;
  }
  .gnb.on ul {
    height: auto;
  }
  .gnb.on ul .depth1 {
    margin-bottom: 3%;
    transition: 0.5s;
  }
  .gnb .down .gnb a {
    color: #ffffff;
  }
  .gnb .down .gnb .depth1 a {
    margin-bottom: 0;
  }
  .gnb .down .gnb .depth1:hover a {
    color: #69c0c7;
  }
  .gnb .depth1 {
    padding: 0 25px;
    float: none;
    position: relative;
  }
  .gnb .depth1:nth-child(4) {
    display: none;
  }
  .gnb .depth1 a {
    height: 40px;
    line-height: 1.2;
    display: block;
    color: #ffffff;
  }
  .gnb .depth1 a:before {
    display: none;
  }
  .gnb .depth1 i {
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 13px;
    width: 10%;
    height: 40px;
    text-align: right;
    z-index: 2;
    padding-right: 10px;
  }
  .gnb .depth1 ul {
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 -25px;
    padding: 0 0 0 2.5em;
    transition: all 0.5s;
    overflow: hidden;
  }
  .gnb .depth1.on ul {
    height: auto;
    padding: 1.3rem 0 1rem 2.5em;
  }
  .gnb .depth2 a {
    padding: 10px 0;
    color: #fff;
  }
  .gnb .depth2 a:hover {
    color: #69c0c7;
  }
  .gnb .mfp-close {
    position: absolute;
    right: 15px;
    top: 3.5%;
    z-index: 1;
    width: 30px;
    height: 30px;
    border: 0;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    overflow: hidden;
    background: transparent;
    text-indent: -999px;
  }
  .gnb .mfp-close::after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/w_btn_close2.png") no-repeat center center;
    transition: transform 600ms;
    border-radius: 50%;
  }
  .gnb .mfp-close:hover:after {
    transform: rotate(270deg);
  }
  .gnb_logo {
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: right;
  }
  .gnb_logo img {
    width: 60%;
  }
  #sns_ul {
    display: flex;
    margin: 1rem 0;
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #sns_ul li {
    margin-right: 12px;
  }
  #sns_ul a {
    color: white;
  }
  #sns_ul a:hover {
    color: #69c0c7;
  }
  #sns_ul a img {
    width: 10vw;
    max-width: 40px;
  }
  #sns_ul ul {
    display: flex;
    margin: 10% 0;
  }
  /*S :main_slide =================================================*/
  #top_main_slide .swiper-button-next,
  #top_main_slide .swiper-button-prev {
    display: none;
  }
  #top_main_slide .swiper-pagination-custom {
    bottom: 5%;
    width: 95%;
  }
  #top_main_slide .swiper-pagination-custom div {
    font-size: 14px;
  }
  #top_main_slide .swiper-pagination-fraction-current,
  #top_main_slide .swiper-pagination-fraction-total {
    font-weight: 600;
  }
  #top_main_slide .swiper-pagination-progress {
    width: 160px;
    height: 3px;
    border-radius: 20px;
  }
  #top_main_slide .swiper-pagination-progress::after {
    height: 4px;
  }
  /*S :p02 =================================================*/
  .p02_ul li {
    width: 100%;
  }
  /*S :part_subj =================================================*/
  .part_subj_wrap {
    top: 0;
  }
  .subj_slide {
    width: 80%;
    max-width: 264px;
  }
  .subj_container {
    padding: 20% 0 5%;
  }
  .subj_container .swiper-button-next,
  .subj_container .swiper-button-prev {
    display: none;
  }
  /*S :part_jangbi =================================================*/
  .part_jangbi_wrap {
    top: 0 !important;
    left: 0 !important;
  }
  .jangbi_slide {
    width: 80%;
    max-width: 264px;
    margin: 0 auto;
    overflow: hidden;
  }
  .jangbi_container {
    padding: 11% 0 5%;
  }
  .jangbi_container .swiper-button-next,
  .jangbi_container .swiper-button-prev {
    display: none;
  }
  /*S :part_notice =================================================*/
  #part_notice {
    height: auto;
    position: relative;
  }
  .part_notice_wrap {
    position: relative !important;
  }
  .main-intro-btn {
    position: absolute;
    top: auto;
    bottom: 4.5%;
    left: 50%;
    width: 100%;
    max-width: 720px;
    text-align: center;
    transform: translateX(-50%);
  }
  .main-intro-btn a {
    border: 1px solid #d0d0d0;
    padding: 1% 5%;
    transition: 0.5s;
    display: inline-block;
  }
  .main-intro-btn a p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
  }
  .main-intro-btn a:hover {
    background-color: #3fbcc8;
    border: 1px solid #0980b2;
    color: #fff;
  }
  .main-intro-btn a:after {
    display: none;
  }
  /*S :footer =================================================*/
  #footer_top_ul {
    justify-content: space-between;
    width: 70%;
    font-size: 1.4em;
  }
  #footer_top_ul li a {
    font-size: 3vw !important;
    line-height: 3em;
  }
  #footer_top_ul li::after {
    height: 36%;
    right: -0.3vw;
  }
  #footer_container {
    max-width: 950px;
    padding: 3vw 0;
    flex-direction: column;
    margin: 1.5rem auto;
  }
  #footer_container #footer_con_ul {
    padding: 1% 0 0;
    width: 100%;
    margin: 1.5rem auto 0.5rem;
  }
  #footer_container #footer_con_ul li {
    font-size: 14px;
    line-height: 1.3em;
    padding: 0 1.1%;
    text-align: center;
    margin-bottom: 0;
  }
  #footer_container #footer_con_ul .copyright {
    color: #808080;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.01em;
  }
  /* 나머지 head => responsive.css */
  .btn_call {
    top: 1.3rem;
    right: 3%;
    width: 38px;
  }
  /* index.php=============================== */
  /* .main_wrapper {  margin-top: 16.3vw;} */
  /* main_con01 */
  .main_con01_bk {
    background-image: url("../img/main/m_main01_bk.jpg");
  }
  .main_con01_txt {
    width: 70%;
    margin: 1% auto 4.5%;
  }
  .main_con_li {
    width: 62%;
    margin: 0 auto 5%;
    flex-direction: column;
  }
  .main_con01_btm {
    width: 90%;
  }
  /* main_con02 */
  /* main_con03 */
  .main03_jangbi01 {
    background-image: url("../img/main/mobile/main03_jangbi01.png");
  }
  .main03_slide_con {
    max-height: none;
    height: 131vw;
  }
  .main03_slide .swiper-slide {
    background-position: top 10% center;
  }
  .main03_slide .swiper-slide::before {
    width: 0%;
  }
  .main03_slide .swiper-slide::after {
    width: 101%;
    right: 0;
  }
  .main_con03_txt {
    width: 84%;
    right: 8%;
    transform: translateY(156%);
    top: 47%;
  }
  .main_con03_txt.fadeIn_up {
    animation: m_main_con03_ani 1s ease-in-out forwards;
  }
  /* main_con04 */
  .main_con04 {
    padding: 10.5% 0;
  }
  .main_con04_bk {
    background-image: url("../img/main/mobile/main04_bk.jpg");
  }
  .main_con04_txt_bk {
    background-image: none;
  }
  .main_con04_txt img {
    width: 100%;
    padding: 3% 0 1%;
  }
  .main_con04_txt, .main_con04_li {
    width: 77%;
  }
  .main_con04_li li {
    margin: 0.5% 0.5%;
    width: 100%;
  }
  /* main_con05 (chart) */
  .main_con05 {
    flex-direction: column;
    padding: 12% 0;
  }
  .main_con05_bk {
    background-image: url("../img/main/mobile/main05_bk.jpg");
  }
  .chart_doughnut_wrapper {
    width: 80vw;
    height: 80vw;
    margin: 0 0 5%;
  }
  .main_con05_txt {
    width: 85%;
    margin: 0;
  }
  .doughnut_chart_count {
    font-size: 9.6vw;
  }
  .doughnut_chart_txt span:nth-child(2), .doughnut_chart_txt span:last-child {
    font-size: 2.9vw;
  }
  /* main_con06 */
  .main_con06 {
    padding: 10% 0%;
    flex-direction: column;
  }
  .main_con06_bk {
    background-image: url("../img/main/mobile/main06_bk.jpg");
  }
  .main_con06_lf, .main_con06_rf {
    width: 90%;
  }
  .main_con06_txt {
    width: 85%;
    margin: 0 auto 5%;
  }
  .main_con06 .swiper-button-next, .main_con06 .swiper-button-prev {
    display: none;
  }
  .main_con06_lf .case_more {
    width: 100%;
    height: 16.2vw;
    margin-bottom: 10%;
    background-size: 73% auto;
  }
  /*main_con07*/
  .main_con07 {
    padding: 75% 3% 10%;
  }
  .main_con07_bk {
    background-image: url("../img/main/mobile/main07_bk.jpg");
  }
  .clinic_more {
    width: 100%;
    height: 18vw;
    margin-left: 0;
    background-size: 76% auto;
  }
  .main_con07_txt {
    width: 75%;
    margin: 0 auto 2%;
  }
  .main_con07_rf {
    width: 100%;
    margin: 0 0 0 auto;
  }
  /* main_con07 */
  .main_con08_bk {
    background-image: url("../img/main/mobile/main08_bk.jpg");
  }
  /* main_con08 */
  .main_con08 {
    padding: 13% 0;
  }
  .main_con08_txt {
    width: 80%;
    margin: 0px auto 10%;
  }
  .bf_af_slide02 {
    width: 78%;
  }
  .main_con08 .swiper-button-next,
  .main_con08 .swiper-button-prev {
    display: none;
  }
  /* main_time */
  /* .main_time {  padding: 5% 0; } */
  .main_map_txt {
    width: 58%;
    margin: 0 auto 4%;
  }
  .main_time_con01_li .time_guage {
    flex-direction: column;
  }
  .time_sub {
    text-align: center;
  }
  .main_time_con01 {
    padding: 6% 0 6%;
  }
  .main_time_con01_li {
    width: 100%;
  }
  .main_time_con01_li .time_guage {
    margin-bottom: 4%;
    flex-direction: column;
  }
  .main_time_con01_li .time_guage p:first-child {
    width: 67%;
    text-align: center;
    margin-bottom: 2%;
  }
  .main_time_con01_li .time_guage p:last-child {
    width: 65%;
    height: 5.8vw;
  }
  .time_sub > img {
    width: 30% !important;
    margin: 0 auto;
  }
  .main_time_con02 {
    padding: 10% 2% 4%;
  }
  .main_time_con02_li {
    width: 92%;
    justify-content: center;
  }
  .main_time_con02_li li {
    width: 29%;
    margin: 3% 2% 0%;
    text-align: center;
  }
  .main_time_con02_li li img {
    width: 80%;
  }
  .link_btn_wrap {
    width: 100%;
  }
  .link_btn_wrap .d_flex_c {
    flex-direction: column;
  }
  .link_btn_wrap a:first-child {
    margin: 0 0 1%;
  }
  .link_btn_wrap a {
    width: 100%;
  }
  /* .main_map_con { padding: 7% 0;} */
  .main_map_con_txt {
    width: 86%;
    margin: 0 auto 4%;
  }
  .main_map, .main_time {
    margin: 0 auto;
    width: 90%;
    height: auto;
    flex-direction: column;
    max-height: none;
  }
  .main_kakao_map {
    height: 54vw;
    width: 100%;
  }
  .map_btns {
    width: 90%;
    margin: 0 auto 1%;
    flex-wrap: wrap;
  }
  .map_btns button a {
    font-size: 3.3vw;
  }
  .main_map_img {
    width: 100%;
  }
  .naver_map_btn {
    order: 2;
  }
  .kakao_map_btn {
    order: 1;
  }
  /* sub 공통 ===============================================================*/
  button {
    outline: none;
  }
  /* 종합병원 수련,구강외과 전문의가 직접 진료(공통 */
  .sub_doc {
    padding: 9% 0 10%;
  }
  .sub_doc_bk {
    background-image: url("../img/mobile/sub_doc_bk.jpg");
  }
  .sub_doc_top {
    width: 85%;
  }
  .sub_doc_btm {
    width: 80%;
  }
  /* 시술과정 서브 텍스트(공통)  */
  .sub_page_p_bk {
    background-image: url("../img/mobile/sub_page_p_bk.jpg");
  }
  .sub_page_p img.pc_view {
    display: none;
  }
  .sub_page_p img.mobile_view {
    display: block;
  }
  .sub_page_p img:nth-child(2) {
    width: 60%;
    margin: 6% auto 5%;
  }
  /* community -  커뮤니티 ===============================================*/
  .community_tt_bk {
    background-image: url("../img/community/mo_community_bk.jpg");
  }
}