/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/pages/main.css ***!
  \************************************************************************************************************************/
@import url(//news.chosun.com/dhtm/css/css_reset_2018.css);
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/pages/main.css (1) ***!
  \****************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap);
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/pages/main.css (2) ***!
  \****************************************************************************************************************************/
@import url(https://m.chosun.com/css/swiper.min_341.css);
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/pages/main.css (3) ***!
  \****************************************************************************************************************************/
@charset "UTF-8";
/*
-Desktop: 986px~
-Tablet: 690~985px
-Mobile: ~689px
*/
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  overflow: inherit;
  background-color: #fff;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  min-width: 300px;
  word-break: keep-all;
  word-wrap: break-word;
  white-space: inherit;
  color: #000;
}

body, input, button, textarea {
  font: 16px/1.56 "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic", 나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -0.5px;
  font-weight: 400;
}

button {
  border: none;
}

a, a:visited {
  color: #000;
  text-decoration: none;
}

#wrapper {
  position: relative;
}

video {
  vertical-align: top;
}

.main_visual {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  justify-content: center;
}

.main_visual .title_wrap {
  display: block;
  text-align: center;
  max-width: 1280px;
  margin-top: 40px;
}

.main_visual .flex_wrap {
  display: flex;
  justify-content: center;
}

.main_visual .title_wrap .title_mo {
  display: none;
}

.main_visual .title_wrap .sh_main_pick_wrap_mo {
  display: none;
}

.main_visual .title_wrap .img1 {
  position: relative;
  width: 456px;
  height: 834px;
  margin-right: 20px;
  z-index: 3;
  background: url(https://image.chosun.com/halfmarathon/2026/main_banner_2026_1.png);
  background-size: 100%;
  background-position: center;
}

.main_visual .title_wrap .sh_main_pick_wrap {
  position: relative;
  width: 804px;
  height: 299px;
  margin-bottom: 20px;
}

.main_visual .title_wrap .sh_main_pick_sli .slide img {
  width: 100%;
}

.main_visual .title_wrap .img3 {
  position: relative;
  width: 328px;
  height: 299px;
  margin-bottom: 20px;
  background: url(https://image.chosun.com/halfmarathon/2026/main_banner_2026_3.png);
  background-size: 100%;
  background-position: center;
}

.main_visual .title_wrap .img4 {
  position: relative;
  width: 328px;
  height: 196px;
  background: url(https://image.chosun.com/halfmarathon/2026/main_banner_2026_5.png);
  background-size: 100%;
}

.main_visual .title_wrap .img5 {
  position: relative;
  width: 456px;
  height: 515px;
  background: url(https://image.chosun.com/halfmarathon/2026/main_banner_2026_4.png);
  background-size: 100%;
  background-position: center;
}

/* .main_visual .title_wrap .overlay_type { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: white; animation: reveal 1s ease forwards; } 
.main_visual .title_wrap .overlay_type2 { position: absolute; right: -100%; width: 100%; height: 101%; background-color: #fff; animation: zoomInOut 1.3s ease forwards, reveal2 1s ease forwards; z-index: 2; } 
.main_visual .title_wrap .overlay_type3 { position: absolute; top: 0; width: 100%; height: 100%; background-color: #fff; animation: growUp 1s ease-out forwards; } 
.main_visual .title_wrap .overlay_type4 { position: absolute; top: 0; width: 100%; height: 100%; background-color: #fff; animation: revealBottomToTop 1s ease-out forwards; }  */
.main_visual .title_wrap .overlay_type2 {
  position: absolute;
  right: -100%;
  width: 100%;
  height: 101%;
  background-color: #fff;
  animation: zoomInOut 1.3s ease forwards, reveal2 1s ease forwards;
  z-index: 2;
}

.main_visual .title_wrap .flex_column {
  display: flex;
  flex-direction: column;
}

.main_visual .title_wrap .flex_row {
  display: flex;
  flex-direction: row;
}

.main_visual .title_wrap .mg-rg {
  margin-right: 20px;
}

.main_visual .title_wrap .button_wrap {
  position: relative;
  z-index: 3;
  margin: 60px auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.main_visual .title_wrap button {
  width: 504px;
}

.main_visual .title_wrap .button_wrap .btn_black {
  background-color: #101010;
  color: #fff;
  padding: 20px 15px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 75px;
  margin-right: 18px;
}

.main_visual .title_wrap .button_wrap .btn_black:hover {
  background-color: #00ADEF;
  color: #fff;
}

.main_visual .title_wrap .button_wrap .btn_white {
  background-color: #fff;
  color: #707070;
  padding: 20px 15px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 75px;
  border: 1.5px solid #d7d7d7;
}

.main_visual .title_wrap .button_wrap .btn_white:hover {
  background-color: #00ADEF;
  color: #fff;
  padding: 21.5px 16.5px;
  border: none;
}

.title_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 46%;
  margin-left: -46%;
  padding-left: 100px;
  background: #df4243;
  overflow: hidden;
  animation: title_section_ani 1s forwards ease-in-out 1.5s;
}

.title_section h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.005em;
}

.title_section h1 .title_text_up {
  overflow: hidden;
}

.title_section ul {
  display: flex;
  margin-top: 64px;
}

.title_section ul li {
  margin-left: 20px;
  animation: zoom-in-zoom-out 1s ease forwards 3s;
  transform: scale(0, 0);
}

.title_section ul li:first-child {
  margin-left: 0;
  animation: zoom-in-zoom-out 1s ease forwards 2.9s;
}

.title_section ul li button {
  width: 270px;
  padding: 20px 0;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s ease-in-out all;
}

.title_section ul li button.btn_black {
  color: #fff;
  background: #000;
}

.title_section ul li button.btn_black:hover {
  color: #000;
  background: #fff;
}

.title_section ul li button.btn_white {
  color: #df4243;
  background: #f8e0e0;
}

.title_section ul li button.btn_white:hover {
  background: #fff;
}

.title_section .title_text_up span {
  display: block;
  transform: translateY(-100%);
  animation: up-em 1s linear forwards;
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
}

.title_section .title_text_up:nth-child(1) span {
  animation-delay: 2.6s;
}

.title_section .title_text_up:nth-child(2) span {
  animation-delay: 2.68s;
}

.title_section .title_text_up:nth-child(3) span {
  animation-delay: 2.75s;
}

.video_section {
  display: block;
  flex-direction: column;
  width: 100%;
  animation: video_animation 1s forwards ease-in-out 1.5s;
  transition: flex-basis 0.5s ease-in-out;
}

.video_section .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff 0 0 no-repeat;
  background-size: cover;
}

.df_type {
  color: #df4243 !important;
}

.main_modal_text {
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.09px;
  color: #707070;
}

.fin_modal_img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/fin_modal_background.png) no-repeat;
  background-size: 100%;
  background-position: left bottom;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.section_time {
  height: 300px;
  background-color: #000;
  z-index: 2;
  overflow: hidden;
}

.section_time .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.section_time .inner .time_title {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 0;
  margin-bottom: 24px;
}

.section_time .inner .d_day_section {
  display: flex;
}

.section_time .inner .d_day_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section_time .inner .d_day {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: normal;
}

.section_time .inner .d_day_divide {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  margin: 0 41px;
}

.section_time .inner .d_day:first-child {
  margin-left: 0;
}

.section_time .inner .date_text_content {
  color: #838383;
  font-size: 24px;
  font-weight: 600;
}

.section_time .inner .date_text_content:first-child {
  margin-left: 0;
}

.sh_main_pick_wrap_mo {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
}

.sh_main_pick_wrap_mo img {
  width: 100%;
}

.sh_main_pick_wrap_mo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: inset(0 0 0 100%);
  z-index: 1;
  transition: clip-path 1s ease, opacity 1s ease-in-out;
}

.sh_main_pick_wrap_mo img:nth-child(1) {
  clip-path: inset(0px);
}

.next {
  z-index: 3;
  clip-path: inset(0 100% 0 0);
}

@media only screen and (min-width: 986px) and (max-width: 1440px) {
  .title_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    margin-left: -50%;
    padding-left: 40px;
    background: #df4243;
    overflow: hidden;
    animation: title_section_ani 1s forwards ease-in-out 1.5s;
  }
  .title_section h1 {
    font-size: 60px;
  }
  .title_section ul {
    margin-top: 32px;
  }
  .title_section ul li button {
    width: 200px;
    height: 62px;
    padding: 8px 0;
    font-size: 16px;
  }
  .section1 img {
    display: none;
  }
}
@media all and (max-width: 1280px) {
  .main_visual .title_wrap .mg-rg {
    margin-right: 10px;
  }
  .main_visual .title_wrap .sh_main_pick_wrap {
    position: relative;
    width: 410px;
    height: 153px !important;
    margin-bottom: 10px;
  }
  .main_visual .title_wrap .sh_main_pick_sli .swiper-slide img {
    width: 100%;
  }
  .main_visual .title_wrap .img1 {
    width: 233px;
    height: 429px;
    margin-right: 10px;
    background-size: 100%;
  }
  .main_visual .title_wrap .img3 {
    width: 167px;
    height: 153px;
    margin-bottom: 10px;
    background-size: 100%;
  }
  .main_visual .title_wrap .img4 {
    width: 167px;
    height: 100px;
    background-size: 100%;
  }
  .main_visual .title_wrap .img5 {
    width: 233px;
    height: 263px;
    background-size: 100%;
  }
  .main_visual .title_wrap button {
    width: 317.5px;
  }
  .section_time .inner .time_title {
    font-size: 20px;
    line-height: 30px;
  }
  .section_time .inner .d_day_wrap {
    width: 110px;
  }
  .section_time .inner .d_day_divide {
    font-size: 40px;
    font-weight: 900;
    margin: 0 20px;
  }
  .section_time .inner .d_day {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 12px;
  }
  .section1 img {
    display: none;
  }
}
@media all and (max-width: 985px) {
  .main_visual {
    flex-direction: column;
    height: auto;
  }
  .main_visual::before {
    display: none;
  }
  .main_visual .title_wrap .button_wrap {
    margin: 40px auto;
  }
  .section_time {
    height: 256px;
  }
  .title_section {
    width: 100%;
    height: auto;
    padding: 104px 0 104px 0;
    margin-left: 0;
    animation: inherit;
    align-items: center;
  }
  .title_section h1 {
    font-size: 72px;
  }
  .title_section ul {
    margin-top: 48px;
  }
  .title_section ul li {
    margin-left: 20px;
  }
  .title_section ul li button {
    width: 270px;
    height: 74px;
    padding: 20px 0;
    font-size: 24px;
  }
  .title_section h1 {
    text-align: center;
  }
  .title_section .title_text_up span {
    animation: inherit;
    transform: translateY(0);
  }
  .video_section {
    height: auto;
    animation: inherit;
    line-height: 0;
  }
  .title_section ul li {
    animation: inherit;
    transform: inherit;
  }
  .title_section ul li:first-child {
    animation: inherit;
  }
}
@media all and (max-width: 689px) {
  .main_visual {
    flex-direction: column;
    height: auto;
  }
  .main_visual::before {
    display: none;
  }
  .section_time {
    height: initial !important;
  }
  .section_time .inner {
    padding: 40px 0;
  }
  .title_section {
    width: 100%;
    height: auto;
    padding: 89px 0 89px 0;
    margin-left: 0;
    animation: inherit;
    align-items: center;
  }
  .title_section h1 {
    font-size: 53px;
  }
  .title_section ul {
    margin-top: 40px;
  }
  .title_section ul li {
    margin-left: 15px;
  }
  .title_section ul li button {
    width: 205px;
    height: 58px;
    padding: 0 0;
    font-size: 16px;
  }
  .title_section h1 {
    text-align: center;
  }
  .title_section .title_text_up span {
    animation: inherit;
    transform: translateY(0);
  }
  .video_section {
    height: auto;
    animation: inherit;
    line-height: 0;
  }
  .title_section ul li {
    animation: inherit;
    transform: inherit;
  }
  .title_section ul li:first-child {
    animation: inherit;
  }
  .main_visual .title_wrap {
    margin-top: 0;
  }
  .main_visual .title_wrap .title_mo {
    display: block;
    width: 100%;
  }
  .main_visual .title_wrap .sh_main_pick_wrap_mo {
    display: block;
    width: 100%;
    margin-bottom: -6px;
  }
  .main_visual .title_wrap .sh_main_pick_wrap {
    display: none;
  }
  .main_visual .title_wrap .img1 {
    display: none;
  }
  .main_visual .title_wrap .img2 {
    display: none;
  }
  .main_visual .title_wrap .img3 {
    display: none;
  }
  .main_visual .title_wrap .img4 {
    display: none;
  }
  .main_visual .title_wrap .img5 {
    display: none;
  }
  .main_visual .title_wrap .button_wrap {
    padding: 16px 16px 25px 16px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    z-index: 4;
  }
  .main_visual .title_wrap button {
    width: 100%;
  }
  .main_visual .title_wrap .button_wrap .btn_black {
    padding: 12px 32px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
  }
  .main_visual .title_wrap .button_wrap .btn_black:hover {
    padding: 12px 32px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
  }
  .main_visual .title_wrap .button_wrap .btn_white {
    padding: 12px 32px;
    font-size: 14px;
    line-height: 20px;
  }
  .main_visual .title_wrap .button_wrap .btn_white:hover {
    padding: 12px 32px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 480px) {
  .main_visual {
    flex-direction: column;
  }
  .main_visual::before {
    display: none;
  }
  .title_section {
    width: 100%;
    height: 50%;
    padding-left: 0;
    margin-left: 0;
    animation: inherit;
    align-items: center;
  }
  .title_section h1 {
    font-size: 36px;
  }
  .title_section ul {
    margin-top: 36px;
  }
  .title_section ul li {
    margin-left: 8px;
  }
  .title_section ul li button {
    width: 158px;
    height: 40px;
    padding: 8px 0;
    font-size: 16px;
  }
  .title_section h1 {
    text-align: center;
  }
  .title_section .title_text_up span {
    animation: inherit;
    transform: translateY(0);
  }
  .video_section {
    height: 50%;
    animation: inherit;
  }
  .title_section ul li {
    animation: inherit;
    transform: inherit;
  }
  .title_section ul li:first-child {
    animation: inherit;
  }
}
/* section1 */
.section1 {
  padding: 100px 0;
  background: #F7FDFF;
  position: relative;
}

.section1 .infoBack {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  background-color: initial;
  width: initial;
}

.section1 .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.section1 .tt {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 900;
  color: #000;
}

.section1 .tt strong {
  color: #df4243;
}

.section1 .inner .table {
  flex-basis: 66.4%;
  position: relative;
}

.section1 .inner .table .table_title {
  display: block;
  text-align: center;
  color: #222;
  padding-bottom: 32px;
  font-size: 38px;
  line-height: 54px;
  font-weight: 700;
}

.section1 dl {
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
}

.section1 dl:first-child {
  padding-top: 0;
}

.section1 img {
  width: 270px;
  border-radius: 135px;
  position: absolute;
  bottom: -70px;
  right: -130px;
  background-color: #fff;
}

.section1 dt {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  width: 164px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.section1 dd {
  padding-left: 24px;
  font-size: 20px;
  color: #222;
  flex-grow: 1;
  line-height: 30px;
}

.section1 dd ul {
  width: 100%;
}

.section1 dd li {
  padding: 24px 0;
  border-top: 2px solid #eaeaea;
}

.section1 dd li:last-child {
  padding-bottom: 0;
}

.section1 dd li span {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  color: #707070;
  line-height: 1.5;
}

.section1 dd li .text_red {
  color: #df4243;
}

.section1 dd li:first-child {
  border-top: none;
  padding-top: 0;
}

.section1 .img_motion {
  position: relative; /*padding: 50px 0 30px 0; */
  padding: 0 0 30px 0;
}

.section1 .img_motion div {
  position: absolute;
}

.section1 .img_motion img {
  vertical-align: bottom;
  width: 100%;
}

.section1 .img_motion .item1 {
  top: 0;
  left: 0;
}

.section1 .img_motion .item2 {
  bottom: 30%;
  right: 0;
  z-index: 3;
}

.section1 .img_motion .item3 {
  position: relative;
  text-align: center;
  z-index: 2;
}

.section1 .img_motion .item4 {
  left: 0;
  bottom: 0;
}

.section1 .img_motion_new span {
  display: flex;
  margin-top: 68px;
  justify-content: center;
}

.section1 .img_motion_new span img {
  max-width: 328px;
}

@media only screen and (min-width: 986px) and (max-width: 1440px) {
  .section1 {
    padding: 80px 0 60px 0;
  }
  .section1 .inner {
    padding: 0 35px;
  }
  .section1 .inner .item {
    flex-basis: 43%;
  }
  .section1 .inner .table {
    transform: inherit !important;
  }
  .section1 .tt {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 80px;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    transform: inherit !important;
  }
  .section1 .img_motion {
    width: 45%;
    padding: 0;
  }
  .section1 .img_motion .item1 {
    width: 91px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .section1 .img_motion .item2 {
    width: 58px;
    position: absolute;
    right: -30%;
    bottom: 30%;
  }
  .section1 .img_motion .item3 {
    width: 100%;
    position: relative;
    margin-left: 90px;
    transform: inherit !important;
  }
  .section1 .img_motion .item4 {
    display: none;
  }
  .section1 dl {
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1280px) {
  .section1 .inner .table {
    width: 663px;
    flex-basis: initial;
  }
}
@media all and (max-width: 985px) {
  .section1 {
    padding: 64px 0 80px 0;
  }
  .section1 .inner {
    padding: 0 56px;
  }
  .section1 .item {
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
  }
  .section1 .tt {
    width: 54%;
    margin-bottom: 0;
    padding-bottom: 80px;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
  }
  .section1 .img_motion {
    width: 46%;
    padding: 0;
  }
  .section1 .img_motion .item1 {
    width: 91px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .section1 .img_motion .item2 {
    width: 58px;
    position: absolute;
    right: 0;
    bottom: 30%;
  }
  .section1 .img_motion .item3 {
    width: 147px;
    position: relative;
    margin-left: 90px;
  }
  .section1 .img_motion .item4 {
    display: none;
  }
  .section1 .img_motion_new {
    width: 46%;
  }
  .section1 .img_motion_new span {
    display: flex;
    margin-top: 0;
    justify-content: end;
  }
  .section1 .img_motion_new span img {
    width: 176px;
    height: 236px;
  }
  .section1 dl {
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 689px) {
  .section_time .inner .time_title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .section_time .inner .d_day_wrap {
    width: 64px;
  }
  .section_time .inner .d_day_wrap .date_text_content {
    font-size: 14px;
  }
  .section_time .inner .d_day_divide {
    font-size: 24px;
    margin: 0 6px;
  }
  .section_time .inner .d_day {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section1 {
    padding: 40px 0;
  }
  .section1 .inner {
    padding: 0 16px;
    flex-direction: column;
  }
  .section1 .item {
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
  }
  .section1 .tt {
    width: 62%;
    margin-bottom: 0;
    padding-bottom: 76px;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
  }
  .section1 .img_motion {
    width: 45%;
    padding: 0;
  }
  .section1 .img_motion .item1 {
    width: 91px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .section1 .img_motion .item2 {
    width: 58px;
    position: absolute;
    right: 0;
    bottom: 30%;
  }
  .section1 .img_motion .item3 {
    width: 147px;
    position: relative;
    margin-left: 90px;
  }
  .section1 .img_motion .item4 {
    display: none;
  }
  .section1 dl {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
  .section1 dt {
    width: 77px;
    font-size: 16px;
  }
  .section1 dd {
    padding-left: 6px;
    font-size: 16px;
  }
  .section1 dd li {
    padding: 16px 0;
    border-top: 1px solid #eaeaea;
  }
  .section1 dd li span {
    font-size: 14px;
  }
  .section1 .inner .table {
    width: initial;
    flex-basis: 66.4%;
  }
  .section1 .inner .table .table_title {
    font-size: 30px;
    line-height: 1.4;
    padding-bottom: 24px;
  }
}
@media all and (max-width: 480px) {
  .section1 .inner {
    padding: 0 16px;
    flex-direction: column;
  }
  .section1 .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .section1 .tt {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    width: inherit;
  }
  .section1 .img_motion_new {
    width: inherit;
  }
  .section1 .img_motion {
    padding: 0;
  }
  .section1 .img_motion .item1 {
    width: 69px;
    position: absolute;
    right: -200%;
    bottom: -20%;
  }
  .section1 .img_motion .item2 {
    width: 44px;
    position: absolute;
    right: 10%;
    bottom: 60%;
  }
  .section1 .img_motion .item3 {
    display: none;
  }
  .section1 .img_motion .item4 {
    display: none;
  }
  .section1 .img_motion_new span {
    display: flex;
    margin-top: 0;
    justify-content: end;
  }
  .section1 .img_motion_new span img {
    width: 106px;
    height: 142px;
  }
  .section1 dl {
    flex-wrap: nowrap;
    align-items: baseline;
  }
  .section1 dt {
    font-size: 16px;
    flex-basis: initial;
  }
  .section1 dd li span {
    font-size: 14px;
  }
}
/* section2 */
.section2 {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.section2 .inner {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.section2 .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff 0 0 no-repeat;
  background-size: cover;
}

.bannerWrap {
  width: 100%;
  height: 429px;
  position: relative;
  overflow: hidden;
}

.bannerWrap > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 429px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00ADEF;
}

.bannerBottom {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://image.chosun.com/halfmarathon/2026/banner_bottom.png");
}

@media all and (min-width: 1920px) {
  .bannerBottom {
    background-image: url("https://image.chosun.com/halfmarathon/2026/banner_bottom2.png");
  }
}
@media only screen and (min-width: 690px) and (max-width: 985px) {
  .section2 {
    height: auto;
  }
  .section2 .inner {
    position: relative;
    height: auto;
  }
  .section2 .inner video {
    display: block;
    line-height: 0;
  }
  .bannerWrap {
    height: 235px;
  }
  .bannerWrap > div {
    height: 235px;
  }
  .bannerBottom {
    background-image: url("https://image.chosun.com/halfmarathon/2026/banner_bottom_tablet.png");
  }
}
@media all and (max-width: 689px) {
  .section2 {
    height: auto;
  }
  .section2 .inner {
    position: relative;
    height: auto;
  }
  .bannerWrap {
    height: 164px;
  }
  .bannerWrap > div {
    height: 164px;
  }
  .bannerBottom {
    background-image: url("https://image.chosun.com/halfmarathon/2026/banner_bottom_mobile.png");
  }
}
/* section3 */
.section3 {
  position: relative;
  height: auto;
  z-index: 3;
  background: #fff;
  background-size: cover;
  overflow: hidden;
}

.section3 .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}

.section3 h1 {
  margin-bottom: 52px;
  font-size: 56px;
  font-weight: 700;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 3;
}

.section3 p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  text-align: center;
}

.section3 .card_wrap {
  position: relative;
  z-index: 3;
}

.section3 .cards {
  display: flex;
  gap: 32px;
}

.section3 .cards .item {
  opacity: 1;
  padding: 22px 0 32px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-basis: 25%;
  border-radius: 30px;
  background: #fff;
}

.section3 .cards .thumb {
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
  border-radius: 100%;
  background: #fd961d;
}

.section3 .cards .icon {
  margin: 12px 0;
}

.section3 .cards .name {
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.section3 .cards dl {
  display: flex;
  align-items: center;
}

.section3 .cards dt {
  font-size: 14px;
  color: #707070;
  opacity: 0.7;
  font-weight: 400;
}

.section3 .cards dd {
  font-size: 16px;
  color: #707070;
  font-weight: 500;
  margin-left: 8px;
}

.section3 .cont_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.section3.on .fixed_img {
  position: fixed;
  left: 0;
  top: 0;
}

.section3 .fixed_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section3 .img_mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.section3 .img_wrapper {
  background: #fff;
  width: 100%;
  height: 100%;
}

.section3 .img_wrapper img {
  width: 100%;
  height: 100%;
}

.pin-spacer {
  background-color: #fff;
}

@media only screen and (min-width: 986px) and (max-width: 1440px) {
  .section3 {
    overflow: hidden;
    background: url("https://image.chosun.com/chuncheonmarathon/2023/main/section3_bg.png") 0 0 no-repeat #fff;
    background-size: cover;
  }
  .section3 .inner {
    padding: 60px 35px;
  }
}
@media all and (max-width: 985px) {
  .section3 {
    overflow: hidden;
    background: url("https://image.chosun.com/chuncheonmarathon/2023/main/section3_bg.png") 0 0 no-repeat #fff;
    background-size: cover;
  }
  .section3 .inner {
    padding: 60px 0;
  }
  .section3 h1 {
    font-size: 42px;
    margin-bottom: 40px;
  }
  .section3 p {
    display: none;
  }
  .section3 .card_wrap {
    padding-left: 80px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    position: relative;
  }
  .section3 .card_wrap::-webkit-scrollbar {
    display: none;
  }
  .section3 .cards {
    display: flex;
    flex-wrap: wrap;
    width: 1392px;
    gap: 32px;
  }
  .section3 .cards .item {
    flex-basis: 296px;
    width: 296px;
    opacity: 1;
  }
  .section3 .cards .thumb {
    width: 160px;
    height: 160px;
    margin-bottom: 15px;
  }
  .section3 .cards .thumb img {
    width: 100%;
  }
  .section3 .cards .icon {
    margin: 12px 0;
  }
  .section3 .cont_bg {
    display: none;
  }
  .section3 .cards .item {
    transform: inherit !important;
  }
}
@media all and (max-width: 689px) {
  .section3 {
    overflow: hidden;
    background: url("https://image.chosun.com/chuncheonmarathon/2023/main/section3_bg.png") 0 0 no-repeat #fff;
    background-size: cover;
  }
  .section3 .inner {
    padding: 60px 0;
  }
  .section3 h1 {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .section3 p {
    display: none;
  }
  .section3 .card_wrap {
    padding-left: 36px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    position: relative;
  }
  .section3 .card_wrap::-webkit-scrollbar {
    display: none;
  }
  .section3 .cards {
    display: flex;
    flex-wrap: wrap;
    width: 972px;
    gap: 16px;
  }
  .section3 .cards .item {
    flex-basis: 222px;
    width: 222px;
    opacity: 1;
  }
  .section3 .cards .thumb {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }
  .section3 .cards .thumb img {
    width: 100%;
  }
  .section3 .cards .icon {
    margin: 9px 0;
  }
  .section3 .cont_bg {
    display: none;
  }
  .section3 .cards .item {
    transform: inherit !important;
  }
}
@media all and (max-width: 480px) {
  .section3 {
    overflow: hidden;
    background: url("https://image.chosun.com/chuncheonmarathon/2023/main/section3_bg.png") 0 0 no-repeat #fff;
    background-size: cover;
  }
  .section3 .inner {
    padding: 30px 0;
  }
  .section3 h1 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .section3 p {
    display: none;
  }
  .section3 .card_wrap {
    padding-left: 16px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    position: relative;
  }
  .section3 .card_wrap::-webkit-scrollbar {
    display: none;
  }
  .section3 .cards {
    display: flex;
    flex-wrap: wrap;
    width: 956px;
    gap: 16px;
  }
  .section3 .cards .item {
    flex-basis: 222px;
    width: 222px;
    opacity: 1;
  }
  .section3 .cards .thumb {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }
  .section3 .cards .thumb img {
    width: 100%;
  }
  .section3 .cards .icon {
    margin: 9px 0;
  }
  .section3 .cont_bg {
    display: none;
  }
  .section3 .cards .item {
    transform: inherit !important;
  }
  .section3 .cards .name {
    font-size: 18px;
  }
  .section3 .cards dt {
    font-size: 12px;
  }
  .section3 .cards dd {
    font-size: 14px;
  }
}
/* section4 */
.section4 {
  padding: 100px 0;
  position: relative;
  background: #f9f9f9;
}

.section4 .inner {
  max-width: 1062px;
  margin: 0 auto;
}

.section4 .text {
  margin-bottom: 32px;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
  color: #222;
  text-align: center;
}

.section4 .notice li {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
}

.section4 .notice li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 80%;
  flex-shrink: 0;
}

.section4 .notice li a:hover .tt {
  text-decoration: underline;
}

.section4 .notice .icon {
  display: flex;
  width: 46px;
  height: 32px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #00ADEF;
  border-radius: 5px;
}

.section4 .notice .tt {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section4 .notice .date {
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

.section4 .more_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  line-height: 30px;
  color: #707070;
  background-color: #f9f9f9;
}

.section4 .more_btn a {
  text-decoration: none;
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 55px;
  width: 181px;
}

.section4 .more_btn a:hover {
  border: 1px solid #999;
  color: #222;
}

@media only screen and (min-width: 986px) and (max-width: 1440px) {
  .section4 .inner {
    padding: 0 35px;
  }
}
@media all and (max-width: 985px) {
  .section4 {
    padding: 80px 56px;
  }
  .section4 h1 {
    margin-bottom: 32px;
  }
}
@media all and (max-width: 689px) {
  .section4 {
    padding: 40px 0;
  }
  .section4 .inner {
    padding: 0 16px;
  }
  .section4 .text {
    font-size: 30px;
    line-height: 1.4;
    padding-bottom: 40px;
  }
  .section4 .notice li {
    padding: 0;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  .section4 .notice li:last-child {
    margin-bottom: 0;
  }
  .section4 .notice .tt {
    font-size: 16px;
    line-height: 1.5;
  }
  .section4 .more_btn {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
  }
  .section4 .more_btn a {
    text-decoration: none;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 55px;
    width: 152px;
  }
}
@media all and (max-width: 480px) {
  .section4 {
    padding: 40px 0;
  }
  .section4 .inner {
    padding: 0 16px;
  }
  .section4 .notice .icon {
    font-size: 14px;
    font-weight: 400;
  }
  .section4 .notice .date {
    display: none;
  }
  .section4 .notice .tt {
    font-size: 16px;
  }
  .section4 .more_btn {
    margin-top: 17px;
    font-size: 16px;
  }
}
.section5 {
  position: relative;
  background: #fff;
}

.section5 .inner {
  max-width: 1062px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 64px 0 120px 0;
}

.section5 a {
  display: block;
  width: 180px;
  height: 50px;
}

.section5 a img {
  width: 100%;
  vertical-align: top;
}

.section5 .img_bg {
  width: 358px;
  height: 204px;
  margin: 64px auto 24px auto;
}

.section5 .seperate {
  width: 100%;
  max-width: 1080px;
  height: 1px;
  background-color: #d7d7d7;
  margin: auto;
}

.section5 .img_type2 {
  display: block;
  text-align: center;
  width: 180px;
  height: 36.8px;
}

.section5 .img_type2 img {
  width: 83px;
}

@media all and (max-width: 985px) {
  .section5 .inner {
    justify-content: space-between;
    row-gap: 32px;
    column-gap: 120px;
    flex-wrap: wrap;
    max-width: 480px;
    margin: 0 auto;
    padding: 46px 0 80px 0;
  }
  .section5 a {
    flex-shrink: 0;
    flex-grow: 0;
  }
  .section5 .img_bg {
    margin: 64px auto 24px auto;
  }
  .section5 .seperate {
    width: 656px;
  }
  .section5 .img_type1 {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
  }
  .section5 .img_type1 img {
    width: 180px;
    height: 50px;
  }
}
@media all and (max-width: 689px) {
  .section5 {
    padding-top: 48px;
  }
  .section5 .inner {
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 24px;
    flex-wrap: wrap;
    padding: 24px 0 40px 0;
    max-width: 328px;
  }
  .section5 .img_bg {
    width: 188px;
    height: 108px;
    margin: 0 auto 48px auto;
  }
  .section5 .img_bg svg {
    width: 188px;
    height: 108px;
  }
  .section5 .seperate {
    width: 328px;
  }
  .section5 a {
    flex-shrink: 0;
    flex-grow: 0;
  }
  .section5 a {
    display: block;
    width: 126px;
    height: 36px;
  }
  .section5 .img_type1 {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
  }
  .section5 .img_type1 svg {
    width: 126px;
    height: 36px;
  }
  .section5 .img_type2 {
    display: flex;
    justify-content: center;
    width: 126px;
    height: 36.8px;
    align-items: center;
  }
  .section5 .img_type2 img {
    width: 58.1px;
  }
  .section5 .hanwha svg {
    width: 126px;
    height: 36px;
  }
}
@media all and (max-width: 480px) {
  .section5 .inner {
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 24px;
    flex-wrap: wrap;
  }
}
.fixed_btn {
  width: 142px;
  height: 142px;
  background: #000;
  border-radius: 100%;
  position: fixed;
  bottom: 100px;
  right: 124px;
  z-index: 90;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}

#wrapper.on .fixed_btn {
  opacity: 1;
  visibility: visible;
}

.fixed_btn a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.fixed_btn span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

@media all and (max-width: 985px) {
  .fixed_btn {
    bottom: 76px;
    right: 56px;
  }
}
@media all and (max-width: 689px) {
  .fixed_btn {
    width: 106px;
    height: 106px;
    bottom: 80px;
    right: 25px;
  }
  .fixed_btn span {
    font-size: 18px;
  }
}
@media all and (max-width: 480px) {
  .fixed_btn {
    width: 80px;
    height: 80px;
    bottom: 75px;
    right: 15px;
  }
  .fixed_btn span {
    font-size: 14px;
  }
}
@keyframes test {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(300px, 0, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
}
@keyframes up-em {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-0.06em);
  }
}
@keyframes slide-top {
  100% {
    filter: opacity(0.5) drop-shadow(0 0 0 #00ADEF);
  }
}
@keyframes video_animation {
  0% {
    width: 100%;
  }
  100% {
    width: 54%;
  }
}
@keyframes title_section_ani {
  0% {
    margin-left: -46%;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes reveal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes reveal2 {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
@keyframes zoomInOut {
  from {
    background-size: 350%;
  }
  to {
    background-size: 100%;
  }
}
@keyframes growUp {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}
@keyframes revealBottomToTop {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/pages/popup-main.css ***!
  \******************************************************************************************************************************/
.modalWrap {
  position: fixed;
  display: none;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

#modalBody {
  border: 1px solid #777;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
}

/* #closeBtn {float:right; font-weight: bold; color: #fff; font-size:25px; cursor: pointer; position: absolute; top: 12px; right: 12px; z-index: 999; background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_modal_close.png) no-repeat; width: 24px; height: 24px; background-size: 100%;} */
/* #modalBody .modal_img_wrap {max-height: 640px;} */
#modalBody .modal_img_wrap img {
  width: 100%;
  height: 100%;
}

#modalBody .modal_img_wrap .desktop {
  display: block;
}

#modalBody .modal_img_wrap .mobile {
  display: none;
}

#modalBody .modal_btn_wrap {
  display: flex;
}

#modalBody .modal_btn_wrap .btn_today {
  flex-basis: 50%;
  padding: 16px 0;
  color: #222;
  background-color: #DBDBDB;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

#modalBody .modal_btn_wrap .btn_close {
  flex-basis: 50%;
  padding: 16px 0;
  color: #fff;
  background-color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.modal_background {
  display: block;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/bg.png) no-repeat;
  width: 100%;
  height: 100%;
}

.main_modal_title {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.12px;
  color: #000;
  margin-bottom: 20px;
}

.main_modal_detail {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.09px;
  color: #00ACEE;
  margin-bottom: 16px;
}

.main_modal_detail2 {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.1px;
  color: #222;
}

.today_close {
  position: absolute;
  bottom: -30px;
  right: 0;
}

.today_close .close_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: #fff;
  padding-right: 26px;
}

.today_close input {
  width: 16px;
  height: 16px;
  float: right;
}

.today_close input[type=checkbox] {
  display: none;
}

.today_close input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 3px;
}

.today_close input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_chosun.png) no-repeat;
  background-size: 100%;
}

.today_close input[type=checkbox]:checked + label:before {
  display: none;
}

.today_close input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_chosun_active.png) no-repeat;
  background-size: 100%;
}

@media all and (max-width: 959px) {
  .modalWrap {
    padding: 0 36px !important;
  }
  #modalBody .modal_img_wrap img {
    height: initial;
    max-height: initial;
  }
}
@media all and (max-width: 689px) {
  #modalBody {
    width: initial !important;
    height: initial !important;
  }
}
@media all and (max-width: 600px) {
  .modalWrap {
    padding: 0 22px;
  }
  #modalBody {
    width: 320px !important;
    height: initial !important;
  }
  #modalBody .modal_img_wrap {
    height: initial !important;
  }
  .main_modal_title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
    margin-bottom: 16px;
  }
  .main_modal_detail {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
  .main_modal_detail2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .main_modal_text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  #modalBody .modal_img_wrap {
    height: 213px;
  }
  #modalBody .modal_img_wrap .desktop {
    display: none;
  }
  #modalBody .modal_img_wrap .mobile {
    display: block;
  }
  #modalBody .modal_btn_wrap .btn_today {
    padding: 10px;
  }
  #modalBody .modal_btn_wrap .btn_close {
    padding: 10px;
  }
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.min.css ***!
  \*****************************************************************************************************************************/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/effect-fade/effect-fade.min.css ***!
  \******************************************************************************************************************************************************/
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/*# sourceMappingURL=index.a14b4363150d69c5e063.css.map*/