.main_intro {
  height: 970px;
  position: relative;
  background: #000;
  color: #fff;
  text-align: center;
  padding-top: 90px;
  overflow: hidden;
}

.main_intro .main_intro_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/main/main_intro.jpg) center/cover no-repeat;
  transition: all 2.5s;
  transform: scale(1.2);
}

.main_intro.active .main_intro_bg {
  transform: scale(1);
}

.main_intro .intro_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100%;
}

.main_intro .intro_content h2 {
  font-size: 70px;
  z-index: 1;
}

.main_intro .intro_content p {
  font-size: 24px;
}

.main_intro .intro_content .intro_quick_btn-con {
  margin-top: 150px;
  display: flex;
  gap: 16px;
}
.main_intro .intro_content .intro_quick_btn-con li {
  width: 230px;
}

.main_intro .intro_content .intro_quick_btn-con .intro_quick {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #eee7ff;
  background-color: #eee7ff00;
  padding: 20px 0;
  border-radius: 20px;

  filter: brightness(120%);
  transition: all 0.5s;
}

.main_intro .intro_content .intro_quick_btn-con .intro_quick:hover {
  filter: brightness(100%);
  background-color: #eee7ff1e;
}

.main_intro .intro_content .intro_quick_btn-con .intro_quick img {
  transition: all 0.5s;
}
.main_intro .intro_content .intro_quick_btn-con .intro_quick img {
  width: 100px;
}

.main_intro .intro_content .intro_quick_btn-con .intro_quick strong {
  font-size: 24px;
  font-weight: 800;
}

.more-btn {
  margin-top: 20px;
  display: inline-block;
  border: 1px solid #69488e;
  color: #69488e;
  border-radius: 999px;
  padding: 3px 45px;
  letter-spacing: 0.2rem;
  transition: all 0.5s;

  position: relative;
  overflow: hidden;
}

.more-btn::before {
  z-index: -1;
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background-color: #69488e;
}

.more-btn:hover {
  color: #fff;
}
.more-btn:hover::before {
  right: 0;
}

section.main-banner {
  padding-top: 0;
  margin-top: 250px;
  color: #fff;
  background: url(../img/main/main-bg-1.jpg) center/cover no-repeat;
}
section.main-banner li:first-child img {
  height: 500px;
}
section.main-banner li:last-child {
  padding: 200px 0;
}

.main-banner .more-btn {
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.5s;
}

.main-banner .more-btn::before {
  background-color: #fff;
}

.main-banner .more-btn:hover {
  color: #2e1566;
}

section.main-banner .deco {
  position: absolute;
  left: 20px;
  bottom: 20px;
  top: 20px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  letter-spacing: 1rem;
}

.info-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #f9f9f9;
}
.info-wrap > li {
  width: 50%;
  height: 100%;
}
.info-wrap .time-wrap {
  display: flex;
  justify-content: center;
}
.time-wrap .time {
  display: flex;
  flex-direction: column;
}
.time-wrap .time > ul {
  display: flex;
  gap: 14px;
  flex-direction: column;
}
.time-wrap .time > ul > li {
  padding: 0 10px;
}
.time-wrap .time > ul > li:not(:first-child) {
  margin-top: 10px;
}
.time-wrap .time > ul > li:nth-child(2) {
  position: relative;
  background: #69488e;
  color: #fff;
  border-radius: 20px 0 20px 0;
}
.time-wrap .time > ul > li:nth-child(2)::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../img/custom/night_icon.png) center/cover no-repeat;
}
.time-wrap .time > ul ul {
  display: flex;
  align-items: center;
}
.time-wrap .time > ul ul > li:first-child {
  width: 160px;
  text-align-last: justify;
  margin-right: 30px;
}
.time-wrap .time > ul ul > li:first-child h4 {
  font-weight: bold;
}
.time-wrap .time > ul ul > li:last-child h4 {
  font-weight: 300;
}
.time-wrap .time .notice {
  margin-top: 20px;
}
.time-wrap .time .notice p {
  white-space: pre-line;
  font-size: 22px;
  line-height: 1.5;
}
.map-wrap .root_daum_roughmap {
  width: 100%;
}
.map-wrap .wrap_map {
  width: 100%;
  height: 500px !important;
}
.map-wrap .root_daum_roughmap .wrap_controllers {
  display: none;
}

.btm {
  padding: 40px 20px;
  background: #69488e;
  color: #fff;
}
.btm > ul {
  display: flex;
  align-items: center;
}
.btm > ul > li {
  width: 50%;
}
.btm .tit {
  display: inline-block;
  width: 160px;
  text-align: center;
  padding: 2px 20px;
  border-radius: 20px;
  font-weight: 900;
  background: #fff;
  color: #69488e;
}
.btm .left {
  text-align: center;
}
.btm .right ul > li {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.btm .right ul > li p.sub {
  margin-left: 15px;
}

/* ===================== Mobile size : 1500px ======================= */

@media screen and (max-width: 1500px) {
}

/* ===================== Mobile size : 1200px ======================= */

@media screen and (max-width: 1200px) {
  /* mainslide */
  .main_intro .intro_content h2 {
    font-size: 45px;
  }
  .main_intro .intro_content p {
    font-size: 18px;
  }

  /* info-wrap */
  .info-wrap > li {
    width: 100%;
  }
  .time-wrap > div {
    padding: 40px 0;
  }
  .map-wrap .wrap_map {
    height: 350px !important;
  }

  .btm .right ul > li {
    display: block;
  }
  .btm .right ul > li p.sub {
    margin: 5px 0 0 0;
  }
}

/* ===================== Mobile size : 1024px ======================= */

@media screen and (max-width: 1024px) {
}

/* ===================== Mobile size : 900px ======================= */

@media screen and (max-width: 900px) {
}

/* ===================== Mobile size : 769px ======================= */

@media screen and (max-width: 769px) {
  /* main-slide */
  .main_intro {
    height: 800px;
  }

  .main_intro .intro_content h2 {
    font-size: 30px;
  }

  .main_intro .intro_content .intro_quick_btn-con {
    margin-top: 40px;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
  }
  .main_intro .intro_content .intro_quick_btn-con li {
    width: 50%;
  }

  .main_intro .intro_content .intro_quick_btn-con .intro_quick {
    gap: 4px;
  }

  .main_intro .intro_content .intro_quick_btn-con .intro_quick img {
    width: 50px;
  }
  .main_intro .intro_content .intro_quick_btn-con .intro_quick strong {
    font-size: 18px;
    font-weight: 800;
  }
  .main_intro .intro_content .intro_quick_btn-con li span:last-child {
    font-size: 14px;
  }

  /* banner */
  section.main-banner {
    overflow: hidden;
    padding: 80px 0;
    background: url(../img/main/m_main-bg-1.jpg) center/cover no-repeat;
  }

  section.main-banner .deco {
    transform: rotate(-90deg);
    bottom: none;
    right: 20px;
    letter-spacing: 0.2rem;
    font-size: 14px;
  }

  section.main-banner li:first-child img {
    height: auto;
    width: 60%;
  }
  section.main-banner li:last-child {
    padding: 0;
  }
  section.main-banner .basic-box2 {
    flex-direction: column-reverse;
    gap: 50px;
  }

  /* time */
  .time-wrap .time > ul ul > li:first-child {
    width: 120px;
    margin-right: 20px;
  }
  .time-wrap .time .notice p {
    font-size: 18px;
  }
  .map-wrap .wrap_map {
    height: 300px !important;
  }
}

/* ===================== Mobile size : 600px ======================= */

@media screen and (max-width: 600px) {
  .btm > ul {
    flex-wrap: wrap;
  }
  .btm > ul > li {
    width: 100%;
  }
  .btm .right ul {
    margin-top: 40px;
    text-align: center;
  }
}

/* ===================== Mobile size : 480px ======================= */

@media screen and (max-width: 480px) {
  .time-wrap .time > ul > li:nth-child(1) {
    border-radius: 10px 0 10px 0;
  }
  .time-wrap .time > ul > li:nth-child(1)::before {
    width: 30px;
    height: 30px;
    left: -35px;
  }
  .time-wrap .time > ul ul > li:first-child {
    width: 85px;
  }
  .time-wrap .time h4 {
    font-size: 20px;
  }
  .time-wrap .time .notice p {
    font-size: 15px;
  }

  .btm .right ul {
    margin-top: 20px;
  }
}
