@import url("./keyframe.css");
@import url("./font.css");
/*S: common setting =================================================*/
.subj_li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.subj_li {
  width: 84%;
}
.subj_li li {
  width: 15.5%;
  max-width: 231px;
}
.subj_li li:not(:last-child) {
  margin-right: 1%;
}

.li_col_3 li {
  width: 32%;
}

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

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

.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;
}

.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;
  flex-wrap: nowrap;
  flex-direction: row;
}
.swiper-slide img {
  width: 100%;
}

/*S: top_banner =================================================*/
.top_banner {
  width: 100%;
  max-width: 1903px;
}
.top_banner img {
  width: 100%;
}

/*S: header_wrap =================================================*/
#header_wrap {
  width: 100%;
  min-width: 1360px;
  margin-top: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  height: 110px;
  width: 80%;
  margin: 0 auto;
  min-width: 1360px;
}
.header_logo {
  width: 20%;
  max-width: 290px;
}
.header_right {
  width: 17%;
  max-width: 250px;
}
.header_logo a, .header_right a {
  display: block;
}
.header_logo a img, .header_right a img {
  width: 100%;
}

/*S: menu_list =================================================*/
.menu_list_wrap {
  padding: 0.4% 2.5% 0 3%;
  text-align: center;
  background-color: #ffffff;
}
.menu_list_wrap ul {
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  line-height: 50px;
}
.menu_list_wrap li {
  background: #ffffff;
  font-size: 1rem;
}
.menu_list_wrap li.active a {
  color: #ff9c00;
}
.menu_list_wrap li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  height: 100%;
  padding: 0 12px;
  font-size: inherit;
  color: #222;
  transition: 0.3s;
  z-index: 2;
}
.menu_list_wrap li a::after {
  position: absolute;
  content: "";
  clear: both;
  display: block;
  width: 0;
  height: 8px;
  bottom: 34%;
  left: 0%;
  background-color: #ffde75;
  transition: width 0.1s;
  opacity: 0.5;
  z-index: -1;
  border-radius: 50px;
}
.menu_list_wrap li a:hover {
  color: #ff9c00;
}
.menu_list_wrap li.on a {
  color: #ff9c00;
}
.menu_list_wrap.menu_fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  padding: 0;
  box-shadow: 0px 1px 3px rgba(181, 181, 181, 0.47);
}
.menu_list_wrap.menu_fixed ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 65%;
  max-width: 1570px;
  margin: 0 auto;
  min-width: 1070px;
  line-height: 55px;
}
.menu_list_wrap.menu_fixed li {
  margin: 0;
}
.menu_list_wrap.menu_fixed li a {
  padding: 0 10px;
}
.menu_list_wrap.menu_fixed li.on a::after {
  width: 100%;
  transition: width 0.6s;
}

/*S :main_slide =================================================*/
#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 =================================================*/
.part01 ul {
  padding-top: 4%;
  padding-bottom: 2%;
}
.part01 ul li:first-child {
  padding-bottom: 4%;
}
.part01 .p0101_img {
  width: 57%;
  max-width: 1062px;
}
.part01 .p0101_txt {
  width: 43%;
}
.part01 .p0101_txt img {
  display: inline-block;
  width: 64%;
  max-width: 480px;
}
.part01 .p0101_txt.txt_lf {
  padding-left: 3%;
}
.part01 .p0101_txt.txt_rf {
  padding-right: 3%;
}

/*S: part02 =================================================*/
#doc-sl-pg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  top: 62.5%;
  left: 38%;
  transform: translate(-50%, -50%);
}
#doc-sl-pg .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex;
  width: 4vw;
  height: 2vw;
  max-width: 80px;
  max-height: 35px;
  margin: 0 4px;
  border-radius: 50px;
  background: #fff;
  color: #90d25f;
  border: 1px solid #90d25f;
  text-align: center;
  font-size: 0.9vw;
  transition: 0.4s;
  font-weight: 600;
  opacity: 1;
}
#doc-sl-pg .swiper-pagination-bullet.swiper-pagination-bullet-active, #doc-sl-pg .swiper-pagination-bullet:hover {
  background: #90d25f;
  color: #fff;
}

@media (min-width: 2300px) {
  #doc-sl-pg .swiper-pagination-bullet {
    font-size: 19px;
  }
}
/*S: part03 =================================================*/
.part03 {
  background-color: #ecf6df;
}
.part03 .subj_li {
  left: 54%;
  top: 55%;
}

/*S: part04 =================================================*/
.part04 {
  background-color: #f4fff0;
}
.part04 .subj_li {
  left: 54%;
  top: 55%;
}

/*S: part05 =================================================*/
.part0501 {
  background-color: #f8fff3;
}
.part0501 .subj_li {
  left: 54%;
  top: 55%;
}

.part0502 .well05_dog {
  top: 49.4%;
  right: 18%;
  max-width: 182px;
  width: 9.6%;
  opacity: 0;
}
.part0502.on .well05_dog {
  animation: dog_icon 1.4s forwards;
}

.part0503 {
  background-color: #fff9e8;
}
.part0503 .subj_li {
  left: 54%;
  top: 35%;
}

.part0504 .well05_cat {
  top: 60%;
  right: 30%;
  max-width: 78px;
  width: 4.1%;
  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;
}

.part0505 h2 {
  width: 45%;
  max-width: 850px;
  top: 7%;
  left: 50%;
  transform: translate(-50%, 0);
}

/*S: part06 =================================================*/
.part06 {
  background-color: #fff8e4;
}
.part06 .subj_li {
  left: 54%;
  top: 55%;
}
.part06 .subj_li li {
  max-width: 472px;
}

/*S: part07 =================================================*/
.part07 {
  background-color: #fff2d1;
}
.part07 .subj_li {
  left: 54%;
  top: 55%;
}

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

.jangbi_container .swiper-pagination {
  position: absolute;
  bottom: 6%;
  width: 100%;
  text-align: center;
}
.jangbi_container .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 1.6px solid #737172;
  margin: 0 5px;
}
.jangbi_container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #737172;
}
.jangbi_container .swiper-button-next,
.jangbi_container .swiper-button-prev {
  top: 53%;
  transition: 0.6s;
  width: 2.5vw;
  height: 2.5vw;
  max-width: 50px;
  max-height: 50px;
  mix-blend-mode: unset;
}
.jangbi_container .swiper-button-next:hover,
.jangbi_container .swiper-button-prev:hover {
  opacity: 0.5;
}
.jangbi_container .swiper-button-next,
.jangbi_container .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/slide_prev.png");
  right: 14%;
  left: auto;
}
.jangbi_container .swiper-button-prev,
.jangbi_container .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/slide_next.png");
  left: 14%;
  right: auto;
}

.part_jangbi_bk {
  background-color: #f1f1f1;
}

/*S :part_tour =================================================*/
#part_tour {
  position: relative;
  background-color: #f2eefd;
}
#part_tour .tour_container {
  width: 56.4%;
  margin: 0 auto;
  padding: 6% 0 5%;
}
#part_tour .tour_container .gallery-top {
  margin: 0 auto 2%;
}
#part_tour .tour_container .gallery-thumbs {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#part_tour .tour_container .gallery-thumbs .swiper-slide {
  background-color: #d7d7d7;
  cursor: pointer;
}
#part_tour .tour_container .gallery-thumbs .swiper-slide img {
  opacity: 0.5;
}
#part_tour .tour_container .gallery-thumbs .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
#part_tour .tour_container .swiper-button-next,
#part_tour .tour_container .swiper-button-prev {
  top: 50%;
  width: 2.5vw;
  height: 2.5vw;
  max-width: 50px;
  max-height: 50px;
  transition: 0.5s;
  mix-blend-mode: unset;
}
#part_tour .tour_container .swiper-button-next:hover,
#part_tour .tour_container .swiper-button-prev:hover {
  opacity: 0.6;
}
#part_tour .tour_container .swiper-button-next {
  background-image: url("../img/tour_next.png");
  right: 17%;
}
#part_tour .tour_container .swiper-button-prev {
  background-image: url("../img/tour_prev.png");
  left: 17%;
}

.part_tour_bk {
  background-color: #fff;
}

/*S :part_map =================================================*/
.map_time .kakao_map .map_img {
  width: 42%;
}
.map_time .kakao_map .kakao_fetch {
  width: 58%;
  height: 24vw;
  max-height: 458px;
}
.map_time .kakao_map .kakao_fetch .root_daum_roughmap.root_daum_roughmap_landing {
  width: 100%;
  height: 100%;
  position: relative;
}
.map_time .kakao_map .kakao_fetch .root_daum_roughmap.root_daum_roughmap_landing .wrap_map {
  height: 100% !important;
}
.map_time .kakao_map .kakao_fetch .root_daum_roughmap.root_daum_roughmap_landing .wrap_controllers.hide {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/*S :quick =================================================*/
.quick_bar {
  position: fixed;
  right: 0%;
  top: 30%;
  width: 110px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: 0.6s;
  z-index: 999;
  box-shadow: 3px 11px 16px rgba(0, 0, 0, 0.09);
  padding: 9px;
  background: #fff;
  border-radius: 30px 0 0 30px;
}
.quick_bar li a {
  display: block;
}
.quick_bar li img {
  width: 100%;
}
.quick_bar.active {
  visibility: visible;
  opacity: 1;
  top: 12%;
}

/*S : footer  =================================================*/
.footer_ {
  background-color: #282828;
  max-width: 1903px;
  margin: 0 auto;
}
.footer_ img {
  width: 100%;
  margin: 0 auto;
}

/*S :top btn =================================================*/
.top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 51px;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  color: #ff9c00;
  background: #ffde75;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.08);
}
.top_btn:hover {
  color: #ffde75;
  background: #ff9c00;
}
.top_btn:hover i {
  transform: translate3d(0, 2px, 0);
  animation: topBtn 0.6s linear infinite alternate;
}
.top_btn.active {
  opacity: 1;
  visibility: visible;
}

.top_bn {
  max-width: 1903px;
  margin: 0 auto;
}
.top_bn img {
  width: 100%;
}