@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes moveItem {
  0% {
    left: 45%;
    opacity: 1;
  }
  30% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes moveTxt1 {
  0% {
    left: 24%;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes moveTxt2 {
  0% {
    left: 22%;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes moveTxt3 {
  0% {
    left: 26%;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.moBr {
  display: none;
}

.miniPcBr {
  display: none;
}

.wrap {
  background-color: #fff;
}
.wrap .main-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wrap .main-visual .visual-inner {
  max-width: 2560px;
  aspect-ratio: 1920/960;
  width: 100%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  background-image: url(../images/main_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
.wrap .main-visual .visual-inner .visual-img {
  position: absolute;
  left: 0;
  top: 0;
}
.wrap .main-visual .visual-inner .main_color {
  opacity: 0;
  transition: opacity 7s ease;
}
.wrap .main-visual .visual-inner .main_color.show {
  opacity: 1;
}
.wrap .main-visual .visual-inner .pc_img {
  display: block;
}
.wrap .main-visual .visual-inner .mo_img {
  display: none;
}
.wrap .main-visual .visual-inner .visual-text {
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8em;
  letter-spacing: 5px;
  font-weight: 700;
}
.wrap .main-visual .visual-inner .visual-text span {
  display: inline-block;
  opacity: 1;
  animation: fadeIn 5s linear;
}
.wrap .main-visual .visual-inner .visual-text-bottom {
  position: absolute;
  bottom: 3%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 10%;
}
.wrap .main-visual .visual-inner .visual-text-bottom .small-logo {
  width: 120px;
  height: 60px;
}
.wrap .main-visual .visual-inner .visual-text-bottom .small-logo img {
  display: block;
}
.wrap .main-visual .visual-inner .visual-text-bottom .vol-wrap p {
  font-family: "Nanum Myeongjo", serif;
  text-align: center;
  color: #0068a5;
  font-weight: 700;
  padding-bottom: 5px;
}
.wrap .main-visual .visual-inner .visual-text-bottom .vol-wrap p.vol {
  font-size: 1.7em;
  margin-top: -10px;
}
.wrap .inner {
  max-width: 2560px;
  margin: 0 auto;
}
.wrap .section {
  padding: 60px 0;
}
.wrap .section .section-title {
  margin-bottom: 20px;
  font-size: 2.5em;
  font-family: "MapoGoldenPier";
  letter-spacing: -2px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 100%;
}
.wrap .section .section-title .small-title {
  font-size: 0.4em;
  font-family: "MapoGoldenPier";
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.wrap .section1 {
  background-color: #ededed;
  padding: 0;
}
.wrap .section1 .inner {
  width: 100%;
  max-width: 2560px;
}
.wrap .section1 .content {
  display: flex;
  justify-content: space-between;
}
.wrap .section1 .content .left-content {
  width: 50%;
}
.wrap .section1 .content .left-content .section-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 9;
}
.wrap .section1 .content .left-content .section-title .item-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-top: 20px;
}
.wrap .section1 .content .left-content .section-title .item-info {
  line-height: 1.3em;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  margin-top: -8px;
}
.wrap .section1 .content .left-content .section-title .item-info span {
  font-family: "MapoGoldenPier";
}
.wrap .section1 .content .left-content .section-title:hover .section-title {
  transition: ease;
  transform: translateY(-8px);
}
.wrap .section1 .content .left-content .section-title:hover .item-info {
  max-height: 100px;
  opacity: 1;
  transform: translateY(14px);
}
.wrap .section1 .content .left-content .content-img {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wrap .section1 .content .left-content .content-img img {
  width: 100%;
  display: block;
}
.wrap .section1 .content .right-content {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap .section1 .content .right-content .item-box {
  display: flex;
  background-color: #fff;
  width: 50%;
  cursor: pointer;
  position: relative;
}
.wrap .section1 .content .right-content .item-box .item-img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.wrap .section1 .content .right-content .item-box .item-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.wrap .section1 .content .right-content .item-box .item-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrap .section1 .content .right-content .item-box .item-txt .item-title {
  margin-bottom: 10px;
  font-weight: 600;
  transition: transform 0.3s ease;
}
.wrap .section1 .content .right-content .item-box .item-txt .item-info {
  line-height: 1.3em;
  font-size: 0.85em;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  margin-top: -8px;
}
.wrap .section1 .content .right-content .item-box .item-txt .item-info span {
  font-family: "MapoGoldenPier";
}
.wrap .section1 .content .right-content .item-box:hover .item-title {
  transform: translateY(-8px);
}
.wrap .section1 .content .right-content .item-box:hover .item-info {
  max-height: 100px;
  opacity: 1;
  transform: translateY(0);
}
.wrap .section1 .content .right-content .item-box .arrow {
  display: block;
  width: 43px;
  height: 10px;
  background-image: url("../images/icon06.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap .section2 {
  background: linear-gradient(to bottom, #99c6e1 30%, rgba(255, 255, 255, 0));
}
.wrap .section2 .swiper {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}
.wrap .section2 .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(68, 68, 68, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
  width: 500px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.wrap .section2 .swiper .swiper-slide .swiper-img {
  position: relative;
}
.wrap .section2 .swiper .swiper-slide .swiper-img img {
  display: block;
  border-radius: 20px;
}
.wrap .section2 .swiper .swiper-slide .swiper-img .swiper-mini-title {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  margin-top: 20px;
  transition: transform 0.3s ease;
}
.wrap .section2 .swiper .swiper-slide .swiper-img .swiper-mini-title .title-info {
  line-height: 1.3em;
  font-size: 0.85em;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  margin-top: 12px;
  display: inline-block;
}
.wrap .section2 .swiper .swiper-slide .swiper-img:hover .swiper-mini-title {
  transform: translateY(-8px);
}
.wrap .section2 .swiper .swiper-slide .swiper-img:hover .title-info {
  max-height: 100px;
  opacity: 1;
  transform: translateY(0);
}
.wrap .section2 .swiper .swiper-slide .swiper-title {
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3em;
  color: #fff;
}
.wrap .section2 .swiper .swiper-slide:hover .swiper-title {
  color: #0068a5;
}
.wrap .section2 .swiper .swiper-slide-active {
  transform: scale(1);
}
.wrap .section2 .swiper .swiper-button-next,
.wrap .section2 .swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wrap .section2 .swiper .swiper-button-next::after,
.wrap .section2 .swiper .swiper-button-prev::after {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap .section2 .swiper .swiper-button-next::after {
  background-image: url("../images/icon_next.png");
}
.wrap .section2 .swiper .swiper-button-prev::after {
  background-image: url("../images/icon_prev.png");
}
.wrap .section2 .swiper:hover .swiper-button-next, .wrap .section2 .swiper:hover .swiper-button-prev {
  opacity: 1;
}
.wrap .section2 .progress-container {
  padding: 20px 0;
  width: 100%;
}
.wrap .section2 .progress-container .swiper-pagination {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  max-width: 300px;
  height: 4px;
  background-color: #fff;
  text-align: center;
}
.wrap .section2 .progress-container .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #0068a5;
  height: 6px;
  margin-top: -1px;
}
.wrap .section3 {
  padding: 100px 0 80px;
}
.wrap .section3 .inner {
  max-width: 1200px;
}
.wrap .section3 .event-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.wrap .section3 .event-box .event-img {
  width: 100%;
}
.wrap .section3 .event-box .event-img img {
  width: 100%;
}
.wrap .section3 .event-box .event-img img.pcimg {
  display: block;
}
.wrap .section3 .event-box .event-img img.moimg {
  display: none;
}
.wrap .section3 .event-box .event-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 30px;
  width: 150px;
  border: 2px solid #0068a5;
  border-radius: 30px;
  vertical-align: middle;
  background-color: #fff;
  font-size: 1.3em;
  color: #0068a5;
  font-weight: 600;
}
.wrap .section4 .inner {
  padding: 20px;
}
.wrap .section4 .inner .title-area {
  display: flex;
  justify-content: space-between;
}
.wrap .section4 .inner .title-area .section-title {
  color: #000;
  text-align: center;
  margin-bottom: 80px;
}
.wrap .section4 .inner .title-area .lastpage-btn {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: right;
  cursor: pointer;
  width: 150px;
  padding-bottom: 10px;
}
.wrap .section4 .inner .title-area .lastpage-btn p {
  font-weight: 900;
  font-size: 1.2em;
  padding-bottom: 10px;
}
.wrap .section4 .inner .title-area .lastpage-btn .arrow {
  background-image: url(../images/icon07.png);
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap .section4 .inner .content .lastpage-area {
  display: flex;
  gap: 50px;
}
.wrap .section4 .inner .content .lastpage-area .lastpage {
  cursor: pointer;
  display: flex;
  flex-flow: column;
}
.wrap .section4 .inner .content .lastpage-area .lastpage img {
  border-radius: 30px;
  overflow: hidden;
}
.wrap .section4 .inner .content .lastpage-area .lastpage .lastpage-text {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  align-items: center;
  gap: 5px;
}
.wrap .section4 .inner .content .lastpage-area .lastpage .lastpage-text span {
  font-weight: 900;
}
.wrap .section4 .inner .content .lastpage-area .lastpage .lastpage-text span.num {
  color: #0068a5;
}

@media screen and (max-width: 1024px) {
  .miniPcBr {
    display: block;
  }
  .wrap .main-visual .visual-inner .visual-text {
    font-size: 1.4em;
  }
  .wrap .main-visual .visual-inner .visual-text-bottom .small-logo {
    width: 100px;
  }
  .wrap .main-visual .visual-inner .visual-text-bottom .vol-wrap p {
    font-size: 0.8em;
  }
  .wrap .main-visual .visual-inner .visual-text-bottom .vol-wrap p.vol {
    font-size: 1.4em;
  }
  .wrap .section1 .content .left-content .content-img::after {
    width: 130px;
    height: 100px;
  }
  .wrap .section1 .content .right-content .item-box .item-txt {
    padding: 10px 20px 10px 30px;
  }
  .wrap .section1 .content .right-content .item-box .item-txt .txt .item-title {
    font-size: 0.9em;
  }
  .wrap .section1 .content .right-content .item-box .item-txt .txt .item-info {
    font-size: 0.85em;
    letter-spacing: -2px;
  }
  .wrap .section1 .content .right-content .item-box .item-txt .txt .item-info .pc-only {
    display: none;
  }
  .wrap .section1 .content .right-content .item-box .arrow {
    width: 20px;
  }
  .wrap .section3 .inner .event-btn {
    padding: 0;
    width: 110px;
    font-size: 1em;
  }
  .wrap .section4 .inner {
    padding: 0 20px;
  }
  .wrap .section4 .inner .content .lastpage-area {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-visual .visual-inner {
    aspect-ratio: 1000/1400;
  }
  .wrap .main-visual .visual-inner .pc_img {
    display: none;
  }
  .wrap .main-visual .visual-inner .mo_img {
    display: block;
  }
  .wrap .main-visual .visual-inner .visual-text {
    font-size: 3.2vw;
    width: 68%;
    margin-top: -30px;
  }
  .wrap .main-visual .visual-inner .visual-text-bottom {
    bottom: 0;
  }
  .wrap .section1 {
    height: auto;
  }
  .wrap .section1 .content {
    flex-direction: column;
  }
  .wrap .section1 .content .left-content {
    width: 100%;
  }
  .wrap .section1 .content .right-content {
    width: 100%;
  }
  .wrap .section1 .content .right-content .item-box .item-img {
    position: relative;
  }
  .wrap .section1 .content .right-content .item-box .item-txt .item-info {
    max-height: none;
    opacity: 1;
    transform: none;
    margin-top: 12px;
  }
  .wrap .section1 .content .right-content .item-box:hover .item-title {
    transform: none;
  }
  .wrap .section1 .content .right-content .item-box:hover .item-info {
    max-height: none;
    opacity: 1;
    transform: none;
  }
  .wrap .section2 .swiper .swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
    background: transparent;
  }
  .wrap .section2 .swiper .swiper-slide .swiper-img img {
    border-radius: 20px;
  }
  .wrap .section2 .swiper .swiper-slide .swiper-img .swiper-mini-title .title-info {
    max-height: none;
    opacity: 1;
    transform: none;
  }
  .wrap .section2 .swiper .swiper-slide .swiper-img:hover .swiper-mini-title {
    transform: none;
  }
  .wrap .section2 .swiper .swiper-slide .swiper-img:hover .title-info {
    max-height: none;
    opacity: 1;
    transform: none;
  }
  .wrap .section3 .event-box .event-btn {
    width: 90px;
    font-size: 0.9em;
  }
  .wrap .section4 .inner .content .lastpage-area {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrap .section4 .inner .content .lastpage-area .lastpage {
    max-width: 300px;
  }
}
@media screen and (max-width: 425px) {
  .wrap .main-visual .visual-inner {
    margin-top: 45px;
    aspect-ratio: 1000/1500;
  }
  .wrap .main-visual .visual-inner .pc_img {
    display: none;
  }
  .wrap .main-visual .visual-inner .mo_img {
    display: block;
  }
  .wrap .main-visual .visual-inner .visual-text {
    font-size: 2.9vw;
    letter-spacing: 4px;
  }
  .wrap .main-visual .visual-inner .visual-text-bottom .small-logo {
    width: 80px;
  }
  .wrap .main-visual .visual-inner .visual-text-bottom .small-logo img {
    margin-top: 10px;
  }
  .wrap .main-visual .visual-inner .visual-text-bottom .vol-wrap {
    font-size: 0.8em;
  }
  .wrap .section1 .content .right-content .item-box .item-txt {
    padding: 5px;
  }
  .wrap .section1 .content .right-content .item-box .item-txt .txt .item-info {
    font-size: 0.75em;
    letter-spacing: 0px;
    word-break: keep-all;
  }
  .wrap .section3 .event-box .event-img img.pcimg {
    display: none;
  }
  .wrap .section3 .event-box .event-img img.moimg {
    display: block;
  }
  .wrap .section3 .event-box .event-btn {
    width: 40%;
  }
  .wrap .section4 .inner .title-area {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .wrap .section4 .inner .title-area .section-title {
    margin-bottom: 30px;
  }
  .wrap .section4 .inner .title-area .lastpage-btn {
    justify-content: center;
  }
  .wrap .section4 .inner .title-area .lastpage {
    justify-content: end;
    margin-bottom: 20px;
  }
  .wrap .section4 .inner .title-area .lastpage .arrow {
    width: 25px;
    height: 25px;
  }
}/*# sourceMappingURL=main.css.map */