header nav ul.main_menu > li:nth-child(7) a * {
  color: #91AAC0 !important;
}

.sub01 {
  overflow: hidden;
  background-color: #2F2F2F;
  padding: 200px 0 100px;
}
.sub01 .sub_title_box {
  margin-bottom: 70px;
}
.sub01 .sub_title_box h2 {
  color: #fff;
}
.sub01 .sub_title_box h2 strong {
  color: #87A0B6;
}
.sub01 .gallery_swiper {
  margin-bottom: 50px;
  position: relative;
}
.sub01 .gallery_swiper .btn_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  justify-content: space-between;
  max-width: 1450px;
  width: 100%;
}
.sub01 .gallery_swiper .btn_wrap div {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  background-color: #fff;
  opacity: 0.6;
  border-radius: 100%;
  cursor: pointer;
}
.sub01 .gallery_swiper .btn_wrap div.gallery_prev {
  justify-content: right;
}
.sub01 .gallery_pagination {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sub01 .gallery_pagination .swiper-pagination-bullet {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  opacity: 0.3;
  height: 45px;
  background-color: transparent;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
  width: 100%;
  border-radius: 0;
  transition: all 0.2s;
  margin: 0;
}
.sub01 .gallery_pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 30px;
}
.sub01 .gallery_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.sub02 {
  background-color: #87A0B6;
  padding: 200px 0;
  position: relative;
}
.sub02 .time_mark {
  position: absolute;
  top: 83px;
  right: 0;
}
.sub02 .sub_title_box {
  margin-bottom: 70px;
}
.sub02 .sub_title_box * {
  color: #fff;
}
.sub02 ul {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.sub02 ul li {
  width: 33.3333333333%;
  height: 340px;
  padding: 55px 60px;
}
.sub02 ul li * {
  color: #fff;
}
.sub02 ul li span {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.5px;
}
.sub02 ul li p {
  font-size: 54px;
  font-weight: 600;
  line-height: 150%; /* 81px */
  letter-spacing: -1px;
  margin: 29px 0 10px;
}
.sub02 ul li small {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -1.5px;
  opacity: 0.6;
}
.sub02 ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
.sub02 .time_list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sub02 .sns_list {
  border-bottom: 1px solid #fff;
}
.sub02 .sns_list ul li {
  padding: 50px 60px;
}
.sub02 .sns_list ul li span {
  font-size: 50px;
  font-weight: 600;
  line-height: 140%; /* 70px */
  letter-spacing: -1.5px;
}
.sub02 .sns_list ul li p {
  line-height: 120%;
  margin: 35px 0 0 0;
}
.sub02 .sns_list ul li div {
  background-color: #fff;
  border-radius: 100%;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.sub03 .inner {
  padding: 200px 0;
}
.sub03 .sub_title_box {
  margin-bottom: 70px;
}
.sub03 .map_top_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
}
.sub03 .map_top_wrap ul {
  margin-top: 40px;
}
.sub03 .map_top_wrap ul li {
  display: flex;
  align-items: center;
}
.sub03 .map_top_wrap ul li:not(:last-child) {
  margin-bottom: 15px;
}
.sub03 .map_top_wrap ul li > span {
  display: inline-block;
  max-width: 106px;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.5px;
  margin-right: 32px;
}
.sub03 .map_top_wrap ul li p {
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
}
.sub03 .map_top_wrap ul li p span {
  display: flex;
  align-items: center;
}
.sub03 .map_top_wrap ul li p span:first-child {
  margin-right: 20px;
}
.sub03 .map_top_wrap ul li p strong {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: -1.5px;
  border-radius: 100px;
  background: #833EDB;
  padding: 4px 10px 1px;
  color: #fff;
  margin-right: 8px;
  display: flex;
  align-items: center;
  height: 25px;
}
.sub03 .map_bottom_wrap {
  display: flex;
  justify-content: space-between;
}
.sub03 .map_bottom_wrap .map_title {
  display: flex;
  align-items: baseline;
}
.sub03 .map_bottom_wrap .map_title h3 {
  font-size: 56px;
  font-weight: 600;
  line-height: 140%; /* 78.4px */
  letter-spacing: -1.5px;
  margin-right: 15px;
}
.sub03 .map_bottom_wrap .map_title p {
  font-size: 22px;
  font-weight: 500;
  line-height: 150%; /* 33px */
  letter-spacing: -1px;
  color: #87A0B6;
}
.sub03 .map_bottom_wrap .map_con {
  width: 670px;
  height: 600px;
  border: 1px solid #CDCDCD;
  margin-top: 30px;
  padding: 30px 28px;
}
.sub03 .map_bottom_wrap .map_con .con_top_text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.sub03 .map_bottom_wrap .map_con .con_top_text span {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.sub03 .map_bottom_wrap .map_con .video_play_btn {
  background-color: #ED3B4D;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 22px;
  font-weight: 400;
  line-height: 180%; /* 39.6px */
  letter-spacing: -1px;
  color: #fff;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.sub03 .map_bottom_wrap .map_con .video_play_btn img {
  margin-right: 10px;
}
.sub03 .map_bottom_wrap .map_con .info_pagination {
  display: flex;
  justify-content: space-between;
}
.sub03 .map_bottom_wrap .map_con .info_pagination .swiper-pagination-bullet {
  padding: 8px 20px;
  margin: 0;
  background-color: transparent;
  color: #87A0B6;
  border: 1px solid #87A0B6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 100px;
  width: -moz-max-content;
  width: max-content;
  font-size: 19px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
  opacity: 1;
  text-wrap: nowrap;
  transition: all 0.2s;
  align-items: baseline;
}
.sub03 .map_bottom_wrap .map_con .info_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #87A0B6;
  color: #fff;
}
.sub03 .map_bottom_wrap .map_con .info_swiper {
  margin-top: 15px;
}
.sub03 .map_bottom_wrap .map_con .info_swiper .swiper-slide {
  opacity: 0 !important;
  text-align: center;
}


.sub03 .map_bottom_wrap .map_con .info_swiper .swiper-slide a {
  /* float: right; */
  margin-top: 15px;
  margin: 15px auto 0;
}

.sub03 .map_bottom_wrap .map_con .info_swiper .swiper-slide .bt_wrap {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.sub03 .map_bottom_wrap .map_con .info_swiper .swiper-slide .bt_wrap a {
  margin: 0;
}

/* .sub03 .map_bottom_wrap .map_con .info_swiper .swiper-slide .bt_wrap a:last-child {
  margin-left: 30px;
} */
.sub03 .map_bottom_wrap .map_con .info_swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
