@charset "UTF-8";
@import url("./keyframe.css");
@import url("./font.css");
/*common setting*/
.subj_li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.subj_li li {
  width: 50%;
  overflow: hidden;
}

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

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

.ovf_hide {
  overflow: hidden;
}

.ovf_view {
  overflow: visible;
}

.bg_liorg {
  background-color: #ffbf50;
}

.pos_rel {
  position: relative;
}

.pos_absol {
  position: absolute;
}

.pc_view {
  display: block;
}

.mobile_view {
  display: none;
}

.txt_lf {
  text-align: left;
}

.txt_ct {
  text-align: center;
}

.txt_rf {
  text-align: right;
}

.d_flex_c_col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

.d_flex_c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.d_flex_sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.d_flex_fs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.d_flex_fend {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.d_flex_sa {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.pc_view {
  display: none;
}

.mobile_view {
  display: block;
}

.swiper-slide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}

/* S:본문 시작 ====================================== */
#top_main_slide {
  position: relative;
  overflow: hidden;
}
#top_main_slide .swiper-button-next,
#top_main_slide .swiper-button-prev {
  top: 49%;
  width: 50px;
  height: 50px;
  background-size: 38% auto;
  mix-blend-mode: luminosity;
}
#top_main_slide .swiper-button-next,
#top_main_slide .swiper-container-rtl .swiper-button-prev {
  right: 4.3%;
  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 {
  left: 4.3%;
  transition: 0.5s;
}
#top_main_slide .swiper-button-prev:hover,
#top_main_slide .swiper-container-rtl .swiper-button-next:hover {
  left: 4%;
}

#swiper-tab {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
#swiper-tab .swiper-pagination-bullet {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 5px;
  border: none;
  background-color: transparent;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/pg_off.png");
  opacity: 1;
}
#swiper-tab .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("../img/pg_on.png");
}

/*S: part01 =================================================*/
/*S: part02 =================================================*/
#doc-sl-pg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#doc-sl-pg .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 15vw;
  height: 8vw;
  max-width: 80px;
  max-height: 35px;
  padding: 0.1vw 0 0;
  margin: 0 4px;
  border-radius: 50px;
  background: #fff;
  color: #90d25f;
  border: 1px solid #90d25f;
  text-align: center;
  font-size: 3.5vw;
  transition: 0.4s;
  font-weight: 500;
  opacity: 1;
  font-family: "Pretendard", "Noto Sans KR", dotum, sans-serif;
}
#doc-sl-pg .swiper-pagination-bullet.swiper-pagination-bullet-active, #doc-sl-pg .swiper-pagination-bullet:hover {
  background: #90d25f;
  color: #fff;
}

@media (min-width: 530px) {
  #doc-sl-pg .swiper-pagination-bullet {
    font-size: 16px;
  }
}
/*S: part03 =================================================*/
.part03 {
  background-color: #ecf6df;
}
.part03 .subj_li li:nth-child(1) {
  background-color: #fff;
}
.part03 .subj_li li:nth-child(2) {
  background-color: #bde8a1;
}
.part03 .subj_li li:nth-child(3) {
  background-color: #a6d984;
}
.part03 .subj_li li:nth-child(4) {
  background-color: #fff;
}
.part03 .subj_li li:nth-child(5) {
  background-color: #fff;
}
.part03 .subj_li li:nth-child(6) {
  background-color: #9ad176;
}

/*S: part04 =================================================*/
.part04 {
  background-color: #f4fff0;
}
.part04 .subj_li li:nth-child(1) {
  background-color: #fff;
}
.part04 .subj_li li:nth-child(2) {
  background-color: #ade995;
}
.part04 .subj_li li:nth-child(3) {
  background-color: #9de183;
}
.part04 .subj_li li:nth-child(4) {
  background-color: #fff;
}
.part04 .subj_li li:nth-child(5) {
  background-color: #fff;
}
.part04 .subj_li li:nth-child(6) {
  background-color: #c0eda3;
}

/*S: part05 =================================================*/
.fancybox-navigation {
  display: none;
}

.part0501 {
  background-color: #f8fff3;
}
.part0501 .subj_li li:nth-child(1) {
  background-color: #fff;
}
.part0501 .subj_li li:nth-child(2) {
  background-color: #c0eda3;
}
.part0501 .subj_li li:nth-child(3) {
  background-color: #afe48c;
}
.part0501 .subj_li li:nth-child(4) {
  background-color: #fff;
}
.part0501 .subj_li li:nth-child(5) {
  background-color: #fff;
}
.part0501 .subj_li li:nth-child(6) {
  background-color: #bde8a1;
}

.part0502 .well05_dog {
  top: 51.3%;
  right: -8%;
  max-width: 182px;
  width: 14.5%;
  opacity: 0;
}
.part0502.on .well05_dog {
  animation: mo_dog_icon 1.7s forwards;
}
.part0502 .sub_zoom_btn {
  width: 25%;
  bottom: 7%;
  padding: 1%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.part0503 {
  background-color: #fff9e8;
}
.part0503 li:nth-child(1) {
  background-color: #fff;
}
.part0503 li:nth-child(2) {
  background-color: #ffc64d;
}
.part0503 li:nth-child(3) {
  background-color: #ff9c30;
}
.part0503 li:nth-child(4) {
  background-color: #fff;
}

.part0504 .well05_cat {
  top: 58%;
  right: 10%;
  max-width: 78px;
  width: 9.2%;
  opacity: 0;
  transition: 0.8s;
}
.part0504 .well05_cat_t {
  position: absolute;
  z-index: 1;
  width: 42%;
  bottom: 20%;
  right: -19%;
  transform-origin: left bottom;
}
.part0504 .well05_cat_b {
  position: relative;
  z-index: 2;
}
.part0504.on .well05_cat {
  opacity: 1;
}
.part0504.on .well05_cat_t {
  animation: cat_icon 5s infinite alternate;
}
.part0504 .sub_zoom_btn {
  width: 25%;
  bottom: 4.5%;
  padding: 1%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.part0505 h2 {
  width: 64%;
  max-width: 850px;
  top: 11%;
  left: 50%;
  transform: translate(-50%, 0);
}
.part0505 .sub_zoom_btn {
  width: 22%;
  bottom: 3.5%;
  padding: 1%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

/*S: part06 =================================================*/
.part06 {
  background-color: #fff8e4;
}
.part06 .subj_li li:nth-child(1) {
  background-color: #ffc767;
}
.part06 .subj_li li:nth-child(2) {
  background-color: #fff4d4;
}
.part06 .subj_li li:nth-child(3) {
  background-color: #ffba42;
}
.part06 .subj_li li:nth-child(4) {
  background-color: #ffeebe;
}
.part06 .subj_li li:nth-child(5) {
  background-color: #ffa200;
}
.part06 .subj_li li:nth-child(6) {
  background-color: #fee8a9;
}

/*S: part07 =================================================*/
.part07 {
  background-color: #fff2d1;
}
.part07 .subj_li li:nth-child(1) {
  background-color: #fff;
}
.part07 .subj_li li:nth-child(2) {
  background-color: #ffb359;
}
.part07 .subj_li li:nth-child(3) {
  background-color: #ff8a00;
}
.part07 .subj_li li:nth-child(4) {
  background-color: #fff;
}

/* S:top_banner ====================================== */
.top_bn {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.top_bn img {
  width: 100%;
}

/* S:header ====================================== */
#hd_wrapper {
  height: 90px;
}
#hd_wrapper > .hd_top {
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 9999;
  padding: 13px 0 14px;
  position: relative;
  text-align: center;
  height: 100%;
}
#hd_wrapper > .hd_top a {
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
}
#hd_wrapper > .hd_top a img {
  width: 100%;
}
#hd_wrapper > .hd_top h1 {
  position: absolute;
  width: 50%;
  max-width: 240px;
  left: 50.5%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* gnb  ====================================== */
.sns2 {
  padding: 15px 20px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.sns2 a {
  width: 23%;
  margin-right: 2%;
}
.sns2 a img {
  width: 100%;
  height: auto;
}

#gnb {
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 999999;
  height: 100%;
  overflow-y: auto;
  width: 230px;
  background: no-repeat bottom 2% center #ff9c00;
  background-size: 65% auto;
  transition: all 0.6s;
}
#gnb.view {
  right: 0;
}
#gnb a {
  display: block;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 500;
  transition: 0.3s;
}
#gnb a:hover {
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}

.gnb_1dli {
  position: relative;
  line-height: 35px;
}
.gnb_1dli button {
  position: absolute;
  top: 0;
  right: 0;
  background: url;
  border: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 0;
  background: url("../img/mobile/gnb_bg.png") no-repeat 50% 50%;
  text-indent: -9999px;
}
.gnb_1dli button.btn_gnb_cl {
  background: url("../img/mobile/gnb_bg2.png") no-repeat 50% 50%;
}

.gnb_1da {
  padding: 0 25px;
}

.gnb_2dul {
  display: none;
}

.gnb_2da {
  border-bottom: 1px solid #2d2d2d;
  background: url("../img/btn_next.gif") no-repeat 21px 17px;
  padding-left: 30px;
}

#gnb_close {
  display: block;
  margin: 13px 0;
  height: 50px;
  width: 100%;
  border: 0;
  background: url("../img/mobile/btn_close.png") no-repeat right 11% center transparent;
  background-size: 25px;
  color: #fff;
  text-indent: -999999999px;
  overflow: hidden;
}

#gnb_empty {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  line-height: 2em;
}
#gnb_empty a {
  display: inline;
  text-decoration: underline;
}

#gnb_open {
  position: fixed;
  top: 16px;
  right: 19px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px;
  border: 0;
  background-size: 100%;
  font-size: 13px;
  z-index: 99999;
  background: #fff;
}
#gnb_open img {
  width: 100%;
  height: auto;
}
#gnb_open.pos-change {
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  padding: 6px;
  transition: all 0.3s ease 0s;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.12));
}

.sangdam {
  position: fixed;
  top: 13px;
  left: 15px;
  width: 62px;
  padding: 2px;
  z-index: 9999;
}
.sangdam li a img {
  width: 100%;
}
.sangdam.pos-change {
  top: 0px;
  left: 0px;
  background-color: #fff;
  filter: drop-shadow(2px 8px 8px rgba(0, 0, 0, 0.12));
  transition: 0.4s;
  padding: 0;
}

/* S:top_main_slide ====================================== */
#top_main_slide {
  position: relative;
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto;
}
#top_main_slide .swiper-button-next,
#top_main_slide .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
}
#top_main_slide #swiper-tab {
  position: absolute;
  bottom: 4%;
  width: 100%;
  z-index: 1;
  text-align: center;
}
#top_main_slide #swiper-tab .swiper-pagination-bullet {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 5px;
  border: none;
  background-color: transparent;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/pg_off.png");
  opacity: 1;
}
#top_main_slide #swiper-tab .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("../img/pg_on.png");
}

/* S:jangbi_slide ====================================== */
.jangbi_slide {
  width: 87%;
  margin: 0 auto;
  padding-bottom: 16%;
  overflow: hidden;
}

.part_jangbi_bk {
  background-color: #fff;
}

.jangbi_container .swiper-button-next,
.jangbi_container .swiper-button-prev {
  width: 6vw;
  height: 10vw;
  max-width: 48px;
  max-height: 48px;
  top: 52%;
  transition: 0.6s;
  background-size: 55% auto;
}
.jangbi_container .swiper-button-next.active,
.jangbi_container .swiper-button-prev.active {
  opacity: 0.5;
}
.jangbi_container .swiper-button-next,
.jangbi_container .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/slide_prev.png");
  right: 0%;
  left: auto;
}
.jangbi_container .swiper-button-prev,
.jangbi_container .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/slide_next.png");
  left: 0%;
  right: auto;
}
.jangbi_container .swiper-pagination {
  position: absolute;
  bottom: 6%;
  width: 100%;
  text-align: center;
}
.jangbi_container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 1.6px solid #737172;
  margin: 0 4px;
}
.jangbi_container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #737172;
}

/* S:part_tour ====================================== */
.part_tour_bk {
  background: #f2eefd;
}

#part_tour .swiper-button-next,
#part_tour .swiper-button-prev {
  display: none;
}
#part_tour .swiper-button-next {
  background-image: url("../img/slide_prev.png");
  right: 0.3%;
}
#part_tour .swiper-button-prev {
  background-image: url("../img/slide_next.png");
  left: 0.3%;
}

.tour_container {
  width: 87%;
  margin: 0 auto;
  padding: 7% 0;
}
.tour_container .gallery-top {
  margin: 0 auto 2%;
}
.tour_container .gallery-thumbs {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.tour_container .gallery-thumbs .swiper-slide {
  background-color: #d7d7d7;
  cursor: pointer;
}
.tour_container .gallery-thumbs .swiper-slide img {
  opacity: 0.15;
}
.tour_container .gallery-thumbs .swiper-slide.swiper-slide-active img {
  opacity: 1;
}

/* S:part_map ====================================== */
/* S:top_btn ====================================== */
#top_btn {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  line-height: 38.5px;
  text-align: center;
  font-size: 11px;
  z-index: 90;
  border-radius: 50%;
  color: #ff9c00;
  background: #ffde75;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
#top_btn.active {
  opacity: 1;
  visibility: visible;
}

/*S :quick =================================================*/
.quick_bar {
  position: fixed;
  right: 1%;
  width: 60px;
  visibility: visible;
  opacity: 1;
  top: 25%;
  transition: 0.6s;
  z-index: 999;
  box-shadow: 3px 11px 16px rgba(0, 0, 0, 0.09);
}
.quick_bar li a {
  display: block;
}
.quick_bar li img {
  width: 100%;
}
.quick_bar.active {
  top: 15%;
}

.footer_ {
  background-color: #282828;
  max-width: 720px;
  margin: 0 auto;
}
.footer_ img {
  width: 100%;
  margin: 0 auto;
}