@import url("./keyframe.css");
@import url("./font.css");
/*S: common setting =================================================*/
section {
  position: relative;
  width: 100%;
  max-width: 1903px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
section img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-drag: none;
}

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

.bg_blue {
  background-color: #063d76;
}

.bg_li_blue {
  background-color: #daebff;
}

.bg_sky_blue {
  background-color: #f5fafe;
}

.bg_blue_gray {
  background-color: #f7f8fc;
}

.bg_dk_blue {
  background-color: #092c4c;
}

.bg_gray {
  background-color: #f5f5f5;
}

.check_point {
  position: relative;
}
.check_point > p {
  position: absolute;
  width: 65%;
  bottom: 7%;
  max-width: 1214px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

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

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.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%;
  margin-top: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 150px;
  width: 70%;
  margin: 0 auto;
  min-width: 1380px;
}
.header_left {
  margin-left: 1%;
}
.header_logo {
  width: 27%;
  text-align: right;
}
.header_logo img {
  width: 248px;
}
.header_quick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header_quick img {
  width: 230px;
}
.header_quick a {
  display: block;
}
.header_quick a:last-child {
  margin-left: 1.2rem;
}

/*S: menu_list =================================================*/
.menu_list_wrap {
  width: 75%;
  margin: 0 auto;
  padding: 0 0.5rem;
  min-width: 1380px;
  text-align: center;
  background-color: #ffffff;
}
.menu_list_wrap a {
  display: block;
}
.menu_list_wrap ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  line-height: 55px;
}
.menu_list_wrap li {
  margin: 0 0 0 1rem;
  background: #ffffff;
  font-size: 1.2rem;
}
.menu_list_wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  height: 100%;
  padding: 0 10px;
  font-size: 18px;
  color: #4e4e4e;
  font-weight: 500;
  z-index: 2;
}
.menu_list_wrap li a::after {
  position: absolute;
  content: "";
  clear: both;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/favicon.png") no-repeat center/100% auto;
  bottom: 33.7%;
  left: -13px;
  opacity: 0;
}
.menu_list_wrap li a:hover {
  color: #002f5a;
}
.menu_list_wrap li.on a {
  color: #002f5a;
}
.menu_list_wrap li.on a::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_list_wrap.menu_fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  -webkit-box-shadow: 0px 1px 3px rgba(181, 181, 181, 0.47);
          box-shadow: 0px 1px 3px rgba(181, 181, 181, 0.47);
  overflow: hidden;
}
.menu_list_wrap.menu_fixed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 65%;
  max-width: 1570px;
  margin: 0 auto;
  min-width: 1450px;
}
.menu_list_wrap.menu_fixed li {
  margin: 0;
}
.menu_list_wrap.menu_fixed li a {
  font-weight: 700;
  padding: 0 10px;
}
.menu_list_wrap.menu_fixed li.on a::after {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.part_map_bg {
  background-color: #e7e7e7;
}
.part_map_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.part_map_wrap > p {
  height: 458px;
}
.part_map_wrap > p img {
  width: auto;
  height: 100%;
}
.part_map_wrap > div.kakao_fetch {
  width: calc(100% - 895px);
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

/*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%;
  -webkit-transition: 0.5s;
  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%;
  -webkit-transition: 0.5s;
  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: 58px;
  height: 6px;
  margin: 0 6px;
  border: none;
  border-radius: 0;
  background-color: #c2c2c2;
  opacity: 0.4;
}
#swiper-tab .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/*S :part01 =================================================*/
.part01_bg {
  background-color: #fff;
}

.part0101 {
  position: relative;
}
.part0101 > p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.part0102_bg {
  background: url("../img/01/daseoul01_02_bg.jpg") no-repeat center/cover;
}

.part0103_bg {
  background: url("../img/01/daseoul01_03_bg.jpg") no-repeat center/cover;
}

/*S :part02 =================================================*/
/*S :part03 =================================================*/
/*S :part04 =================================================*/
.part04_gif {
  position: relative;
}
.part04_gif > p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29%;
  height: 15vw;
  max-width: 550px;
  max-height: 285px;
  -webkit-transform: translate(-120%, -50%);
          transform: translate(-120%, -50%);
}
.part04_gif > p img {
  width: 100%;
}

.case_part {
  position: relative;
}

.top_pos {
  position: relative;
}
.top_pos > p {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.case_con {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.case_con .case_slide {
  width: 38.67%;
  margin: 0 auto;
  overflow: hidden;
}
.case_con .swiper-button-next,
.case_con .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: 34%;
  background-size: 45% auto;
}
.case_con .swiper-button-prev,
.case_con .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/case_lf.png");
  left: 20%;
  right: auto;
}
.case_con .swiper-button-next,
.case_con .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/case_rf.png");
  right: 20%;
  left: auto;
}

/*S :part05 =================================================*/
/*S :part06 =================================================*/
/*S :part_map =================================================*/
.part_map {
  width: 57.55%;
  margin: 0 auto;
  padding: 0 0 7.5%;
}
.part_map a {
  display: block;
}
.part_map a img {
  width: 100%;
}
.part_map .part_map_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*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%;
  -webkit-transition: 0.6s;
  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;
}
#part_tour .tour_container {
  width: 55%;
  margin: 0 auto;
  padding: 0 0 6%;
}
#part_tour .tour_container .gallery-top {
  width: 84%;
  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: #353535;
  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: 46.5%;
  width: 2.5vw;
  height: 2.5vw;
  max-width: 50px;
  max-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  mix-blend-mode: unset;
  background-size: 35% auto;
}
#part_tour .tour_container .swiper-button-next:hover,
#part_tour .tour_container .swiper-button-prev:hover {
  opacity: 0.4;
}
#part_tour .tour_container .swiper-button-next {
  background-image: url("../img/tour_rf.png");
  right: 22%;
}
#part_tour .tour_container .swiper-button-prev {
  background-image: url("../img/tour_lf.png");
  left: 22%;
}

.part_tour_bk {
  background-color: #fff;
}

/*S :quick =================================================*/
.quick_bar {
  position: fixed;
  right: 1%;
  top: 30%;
  width: 100px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 999;
  border-radius: 100px;
  -webkit-box-shadow: 3px 11px 16px rgba(0, 0, 0, 0.09);
          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 {
  visibility: visible;
  opacity: 1;
  top: 15%;
}

/*S : footer  =================================================*/
.footer {
  width: 100% !important;
  max-width: 1903px !important;
  margin: 0 auto !important;
  background-color: #efefef;
}
.footer .foot_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 3rem 0;
}
.footer .foot_wrap p {
  margin-right: 10%;
}
.footer .foot_wrap p img {
  width: 305px;
}
.footer .foot_wrap dl dd {
  font-size: 1rem;
  color: #232323;
  margin: 0.5rem 0;
  font-family: "NanumSquareNeo", "Pretendard", "Malgun Gothic", dotum, sans-serif;
}
.footer .foot_wrap dl dd a {
  color: #8f8f8f;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  margin-left: 28%;
  font-family: inherit;
}
.footer .foot_wrap dl dd a:hover {
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .foot_wrap dl dd.copy_right {
  color: #737172;
  font-size: 0.9rem;
  font-weight: 300;
}

/*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: #4ff1fe;
  background: #002f5a;
  border-radius: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.08);
}
.top_btn:hover {
  color: #002f5a;
  background: #4ff1fe;
  border-radius: 50%;
}
.top_btn:hover i {
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
  -webkit-animation: topBtn 0.6s linear infinite alternate;
          animation: topBtn 0.6s linear infinite alternate;
}
.top_btn.active {
  opacity: 1;
  visibility: visible;
}