@charset "UTF-8";
.wrap.newstop10 {
  height: calc(var(--vh, 1vh) * 100);
  background-color: #EFEFEF;
}
@media (min-width: 1280px) {
  .wrap.newstop10 {
    grid-template-columns: 1fr minmax(auto, 1280px) 1fr;
    grid-template-rows: 110px 1fr 0px;
  }
}
.wrap.newstop10 header.header .btn.btn_back {
  display: none;
}
.wrap.newstop10 .moveBg {
  opacity: 0;
  grid-column: 2/3;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .moveBg {
    grid-column: 1/4;
    grid-row: 1/3;
  }
}
@media (min-width: 1280px) {
  .wrap.newstop10 .navbar {
    grid-column: 1/5;
  }
}
.wrap.newstop10 .header.fixed {
  background-color: #EFEFEF;
}
.wrap.newstop10 .header.fixed.openmenu {
  background-color: #1D1A1B;
}
.wrap.newstop10 .header .title {
  display: none;
}
.wrap.newstop10 .main_container {
  grid-row: 1/3;
  position: relative;
  z-index: 29;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container {
    grid-column: 1/span 4;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }
  .wrap.newstop10 .main_container::-webkit-scrollbar {
    display: none;
  }
}
.wrap.newstop10 .main_container .main {
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  scrollbar-width: 0;
}
.wrap.newstop10 .main_container .main::-webkit-scrollbar {
  width: 0px;
}
.wrap.newstop10 .main_container .main::-webkit-scrollbar-track {
  border-radius: 800px;
  background-color: transparent;
}
.wrap.newstop10 .main_container .main::-webkit-scrollbar-thumb {
  border-radius: 800px;
  background-color: transparent;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 {
  width: 100%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10::after {
  position: relative;
  width: 100%;
  height: calc(14 * var(--vh, 1vh));
  display: inline-block;
  background-color: #EFEFEF;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10.add_color {
  background-color: #EFEFEF;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area {
  width: 100%;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  background-color: #EFEFEF;
  position: relative;
  transition: 0.5s ease-out;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area {
    padding-right: calc((100% - 1280px) / 2);
    padding-left: calc((100% - 1280px) / 2);
    display: grid;
    grid-template-columns: 40% calc(60% - 40px);
    grid-template-rows: 27px 85px auto 115px;
    gap: 0px 40px;
    padding-bottom: 100px;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area.animating .mySwiper2 {
  transform: translateY(0px);
  opacity: 1;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area.animating .mySwiper {
  transform: translateY(0px);
  opacity: 1;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area.animating .info_box {
  transform: translateY(0px);
  opacity: 1;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area.animating .more_btn {
  transform: translateY(0px);
  opacity: 1;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .in_title {
  color: #031C80;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1.2px;
  opacity: 0;
  transition: 0.4s ease-out;
  transform: translateY(40px);
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .in_title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .in_title.fading-up {
  opacity: 1;
  transition: 1s ease-out;
  transform: translateY(0px);
  transition-delay: 0.4s;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .in_title.fading-up span.num01_text {
  -webkit-animation: showhide 8s infinite;
  animation: showhide 8s infinite;
}
@keyframes showhide {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .in_title.fading-up span.num02_text {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-animation: showhide 8s infinite;
  animation: showhide2 8s infinite;
  word-break: keep-all;
}
@keyframes showhide2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .mySwiper {
  transform: translateY(45px);
  transition: 1.2s ease-out;
  transition-delay: 0.5s;
  opacity: 0;
  flex: 1;
  height: 100%;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .mySwiper {
    width: 100%;
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .mySwiper .swiper-slide {
  position: relative;
  width: 33.3333%;
  height: 80px;
  opacity: 0.4;
  padding: 4px;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .mySwiper .swiper-slide {
    height: 115px;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .mySwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #031C80;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .mySwiper2 {
  margin-top: 20px;
  transform: translateY(45px);
  transition: 1s ease-out;
  transition-delay: 0.4s;
  opacity: 0;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .mySwiper2 {
    grid-column: 1/2;
    grid-row: 3/5;
    width: 100%;
    margin-top: 0px;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .mySwiper2 .swiper-slide {
  width: 100%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .thumb_box {
  display: flex;
  align-items: stretch;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .thumb_box {
    width: 100%;
    grid-column: 2/3;
    grid-row: 4/5;
    margin-top: 0px;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .info_box {
  transform: translateY(45px);
  transition: 1.5s ease-out;
  transition-delay: 0.8s;
  opacity: 0;
  margin-top: 20px;
  padding-right: 20px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .info_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    grid-column: 2/3;
    grid-row: 3/4;
    padding-bottom: 10px;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .info_box .text_box {
  margin-top: 10px;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .info_box .text_box {
    width: 100%;
    grid-column: 2/3;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .info_box .text_box .big {
  letter-spacing: -0.75px;
  color: #1D1A1B;
  font-size: 16px;
  line-height: 1.4;
  word-break: keep-all;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .info_box .text_box .big {
    font-size: 18px;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .info_box .text_box .big p {
  margin-top: 10px;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .info_box .text_box .big p:first-of-type {
  margin-top: 0px;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .info_box .text_box .small {
  letter-spacing: -0.75px;
  color: #9C9B9B;
  font-size: 15px;
  font-family: "Pretendard";
  line-height: 1.4;
  margin-top: 25px;
  word-break: keep-all;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .info_box .text_box .small {
    font-size: 17px;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .info_box .text_box .small .shortcut_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #D2AD75;
  color: #000;
  width: auto;
  height: auto;
  margin-top: 40px;
  padding: 2px 15px 1px;
  display: inline-block;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .info_box .text_box .small .shortcut_btn a {
  color: #D2AD75;
  font-size: 15px;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .more_btn {
  transform: translateY(45px);
  transition: 1.5s ease-out;
  transition-delay: 1s;
  opacity: 0;
  width: 50px;
  height: 80px;
  margin-left: 10px;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .more_btn {
    grid-column: 2/3;
    grid-row: 4/5;
    padding-top: 0px;
    width: 97px;
    height: 100%;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .more_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6D5947;
  padding: 7px 9px 5px 9px;
  width: calc(100% - 0px);
  height: calc(100% - 11px);
  transform: translateY(4px);
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .more_btn a {
    padding: 11px 19px 7px 19px;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .more_btn a::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid #6D5947;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .more_btn a span {
  letter-spacing: -0.75px;
  color: #031C80;
  font-size: 13px;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .more_btn a span {
    font-size: 15px;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .more_btn a span.arrow {
  width: 20px;
  height: 20px;
  background: url("/assets/cas17/image/memorial/newstop10/icon_arrow_move.svg");
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar {
  background-color: #d6d6d6;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 8%;
  top: 0px;
  z-index: 1;
  display: none;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar {
    left: calc(50% - 698px);
    margin-top: 57px;
    display: block;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar.active .circle::before {
  border: 1px solid #031C80;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar.active .circle::after {
  background-color: #031C80;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar.active .left_progress {
  height: 100%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar.chasing .circle::before {
  border: 1px solid #031C80;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar.chasing .circle::after {
  background-color: #031C80;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar.chasing .left_progress {
  height: calc(var(--chasing-w, 0));
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar .circle {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: translate(-50%, 0%);
  background-color: #EFEFEF;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar .circle::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  background-color: transparent;
  transform: translate(-4%, -4%);
  transition: all 0.3s;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar .circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: #031C80;
  border-radius: 50%;
  transition: all 0.3s;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar .left_progress {
  width: 100%;
  height: 0%;
  background-color: #031C80;
  transition: 0.3s;
  transition-timing-function: ease-out;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section_area .left_bar .left_progress.full {
  height: 100%;
  transition: 0.8s;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .section03 {
  width: 100%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar {
  position: fixed;
  max-width: 540px;
  left: 50%;
  bottom: -71px;
  width: 100%;
  height: 50px;
  background-color: #EFEFEF;
  width: 100%;
  z-index: 5;
  transition: 0.3s;
  transform: translate(-50%);
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 71px;
  }
}
@media (min-width: 1280px) {
  .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #563c14;
    z-index: 0;
  }
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar::before {
  background-color: #d6d6d6;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar.active {
  bottom: 0px;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 2;
  position: relative;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box {
  flex: 1;
  position: relative;
  height: 20px;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:only-child {
  width: 100%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(2), .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(2) ~ .box {
  width: 33.3333333333%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(3), .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(3) ~ .box {
  width: 25%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(4), .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(4) ~ .box {
  width: 20%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(5), .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(5) ~ .box {
  width: 16.6666666667%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(6), .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(6) ~ .box {
  width: 14.2857142857%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(7), .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(7) ~ .box {
  width: 12.5%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(8), .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(8) ~ .box {
  width: 11.1111111111%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(9), .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(9) ~ .box {
  width: 10%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(10), .wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box:first-child:nth-last-child(10) ~ .box {
  width: 9.0909090909%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box.active .progress_wrap {
  width: 100%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box.active .circle::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #031C80;
  background-color: transparent;
  transform: translate(-4%, -4%);
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box.active .text_box::before {
  content: "";
  position: absolute;
  background-color: transparent;
  border-bottom: 18px solid #d2ad75;
  border-top: 0px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -7px;
  left: 8%;
  z-index: -1;
  width: 0px;
  height: 0px;
  transform: rotate(180deg);
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box.chasing .circle::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #031C80;
  background-color: transparent;
  transform: translate(-4%, -4%);
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box.chasing .text_box {
  display: block;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box.chasing .text_box::before {
  content: "";
  position: absolute;
  background-color: transparent;
  border-bottom: 18px solid #031C80;
  border-top: 0px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -7px;
  left: 8%;
  z-index: -1;
  width: 0px;
  height: 0px;
  transform: rotate(180deg);
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box.chasing .progress_wrap {
  width: calc(var(--chasing-w, 0));
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box .progress_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0%;
  height: 1px;
  background-color: #031C80;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box .circle {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  background-color: #EFEFEF;
  z-index: 5;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box .circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: #031C80;
  border-radius: 50%;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box .circle::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  background-color: transparent;
  transform: translate(-4%, -4%);
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box .text_box {
  background-color: #031C80;
  position: absolute;
  min-width: 50px;
  bottom: 33px;
  left: 0%;
  height: auto;
  min-height: 23px;
  font-size: 11px;
  letter-spacing: -0.55px;
  color: #1D1A1B;
  padding: 4px 9px 3px 8px;
  letter-spacing: -0.55px;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  font-weight: 700;
  transform: translateX(-13px);
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box .text_box[style*="display: block"] {
  display: flex !important;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .box_wrap .box ::before {
  background-color: greenyellow;
}
.wrap.newstop10 .main_container .main .bg_wrap_newstop10 .horizon_bar .line_current {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D2AD75;
  width: 8%;
  height: 1px;
  display: none;
  z-index: 2;
}
.wrap.newstop10 .swiper-bg-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wrap.newstop10 .swiper-bg-slide img {
  width: auto;
  height: 100dvh;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .swiper-bg-slide img {
    width: 100dvw;
    height: auto;
  }
}
.wrap.newstop10 .swiper-bg-slide .bg {
  position: relative;
}
.wrap.newstop10 .swiper-bg-slide .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.wrap.newstop10 .swiper-intro {
  width: 100%;
  height: 100%;
}
.wrap.newstop10 .swiper-intro-slide .text_wrap {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  top: calc(50% - 25px);
}
@media (min-width: 1280px) {
  .wrap.newstop10 .swiper-intro-slide .text_wrap {
    top: calc(50% - 55px);
  }
}
.wrap.newstop10 .swiper-intro-slide .text_wrap .sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrap.newstop10 .swiper-intro-slide .text_wrap .sub .text {
  margin-top: 35px;
  font-size: 15px;
  letter-spacing: -0.75px;
  color: rgba(255, 255, 255, 0.9019607843);
  font-weight: 500;
  transition: opacity 1.5s, transform 1.5s;
  opacity: 0;
  transform: translateY(12px);
}
@media (min-width: 1280px) {
  .wrap.newstop10 .swiper-intro-slide .text_wrap .sub .text {
    font-size: 26px;
    letter-spacing: -1.3px;
  }
}
.wrap.newstop10 .swiper-intro-slide .text_wrap .sub .text.show {
  opacity: 1;
  transform: translateY(0px);
}
.wrap.newstop10 .swiper-intro-slide .text_wrap .sub .text > img {
  width: 100%;
}
.wrap.newstop10 .swiper-intro-slide .text_wrap .title {
  margin-top: 10px;
  font-size: 26px;
  letter-spacing: -1.3px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9019607843);
  text-align: center;
  word-break: keep-all;
  font-weight: 700;
  opacity: 0;
  transition: 1.5s;
  transition-delay: 0.5;
  transform: translateY(12px);
}
@media (min-width: 1280px) {
  .wrap.newstop10 .swiper-intro-slide .text_wrap .title {
    margin-top: 20px;
    font-size: 80px;
    letter-spacing: -4px;
    line-height: 89.6px;
    width: 50%;
  }
}
.wrap.newstop10 .swiper-intro-slide .text_wrap .title.show {
  opacity: 1;
  transform: translateY(0px);
}
.wrap.newstop10 .bg_wrap_newstop10 .section_area .more_btn a {
  border-color: #031C80;
}
.wrap.newstop10 .bg_wrap_newstop10 .section_area .more_btn a::before {
  border-color: #031C80;
}
.wrap.newstop10 .bg_section {
  grid-column: 2/span 1;
  position: absolute;
  left: 0%;
  top: 0px;
  display: block;
  width: 100%;
  height: calc(100dvh - 0px);
  z-index: 0;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .bg_section {
    grid-column: 1/-1;
    top: 110px;
    height: calc(100dvh - 110px);
  }
}
.wrap.newstop10 .intro_section {
  position: relative;
  width: 100%;
  height: calc(100 * var(--vh, 1vh));
  background-size: cover;
}
.wrap.newstop10 .intro_section .btn {
  cursor: pointer;
}
.wrap.newstop10 .intro_section .btn_view {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 15px 9px 20px;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .intro_section .btn_view {
    padding: 14px 30px 15px;
  }
}
.wrap.newstop10 .intro_section .btn_view .txt {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  color: #000000;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .intro_section .btn_view .txt {
    font-size: 18px;
  }
}
.wrap.newstop10 .intro_section .btn_view .icon {
  border-top: calc(9px / 2) solid transparent;
  border-right: calc(6px / 2) solid transparent;
  border-bottom: calc(9px / 2) solid transparent;
  border-left: calc(6px / 2) solid transparent;
  border-right-width: calc(6px);
  border-left-width: calc(6px);
  border-left-color: #000;
}
.wrap.newstop10 .intro_section .btn_view_wrap {
  position: relative;
  border-radius: 800px;
  background-color: #EFEFEF;
  opacity: 0;
  margin-top: 40px;
  transform: translateY(12px);
  transition: opacity 1.5s, transform 1.5s;
}
@media (min-width: 1280px) {
  .wrap.newstop10 .intro_section .btn_view_wrap {
    margin-top: 60px;
  }
}
.wrap.newstop10 .intro_section .btn_view_wrap.show {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}
.wrap.newstop10 .scroll_guide {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  padding-bottom: 7rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wrap.newstop10 .scroll_guide p {
  color: #EFEFEF;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-family: "Marcellus";
}
@media (min-width: 1280px) {
  .wrap.newstop10 .scroll_guide p {
    font-size: 14px;
  }
}
.wrap.newstop10 .scroll_guide i {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.05rem;
  width: 6rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.wrap.newstop10 .scroll_guide i::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 100%;
  background: #EFEFEF;
  -webkit-animation: scrollDown 2s infinite;
  animation: scrollDown 2s infinite;
}
@-webkit-keyframes scrollDown {
  0% {
    right: -2rem;
  }
  100% {
    right: 130%;
  }
}
@-moz-keyframes scrollDown {
  0% {
    right: -2rem;
  }
  100% {
    right: 130%;
  }
}
@-ms-keyframes scrollDown {
  0% {
    right: -2rem;
  }
  100% {
    right: 130%;
  }
}
@-o-keyframes scrollDown {
  0% {
    right: -2rem;
  }
  100% {
    right: 130%;
  }
}
@keyframes scrollDown {
  0% {
    right: -2rem;
  }
  100% {
    right: 130%;
  }
}

/* 모달 공통 */
.modal {
  position: relative;
  background: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
}
.modal .btn-close .icon {
  width: 18px;
  aspect-ratio: 1/1;
}
@media (min-width: 820px) {
  .modal .btn-close .icon {
    width: 28px;
  }
}
.modal .btn-close .icon img {
  width: 100%;
  aspect-ratio: 1/1;
}
.modal .btn-close .txt {
  display: none;
}
.modal .btn-close-wrap {
  position: absolute;
  right: 0px;
  bottom: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modals-container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  pointer-events: none;
}
.modals-container > .modal-wrap {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
}
.modals-container > .modal-wrap[class*=move-to] {
  left: unset;
  top: unset;
}
.modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  z-index: 1010;
  transition: all 0.3s;
  overflow: auto;
}
@media (min-width: 1280px) {
  .modal-wrap {
    overflow: hidden;
  }
}
.modal-wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7019607843);
  transition: all 0.3s;
  pointer-events: none;
}
.modal-wrap.move-to-up {
  left: 0;
  top: 100dvh;
}
.modal-wrap.move-to-up.active {
  top: 0;
}
.modal-wrap.move-to-right {
  left: -100vw;
  top: 0;
}
.modal-wrap.move-to-right.active {
  left: 0;
}
.modal-wrap.active::before {
  opacity: 1;
}
.modal-top {
  position: relative;
  z-index: 99;
}
.modal-main {
  flex: 1;
  width: 100%;
  height: 0;
  position: relative;
}
.modal-bottom {
  position: relative;
}
.modal-youtube {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1280px;
  height: auto;
  max-height: calc(100dvh - 120px);
  overflow: unset;
}
@media (min-width: 1280px) {
  .modal-youtube {
    width: 100%;
  }
}
.modal-youtube .modal-main .player-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal-youtube .modal-main .player-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  pointer-events: none;
}
.modal-youtube .modal-main #playerYoutube {
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1080;
}
.modal-youtube .btn-close .icon {
  width: 50px;
}
@media (min-width: 1280px) {
  .modal-youtube .btn-close .icon {
    width: 100px;
  }
}
.modal-youtube-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* //모달 공통 */