/****** Reset ******/
@charset "UTF-8"; body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button { margin: 0; padding: 0 } fieldset, img { border: 0 none } dl, ul, ol, menu, li { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } input, select, textarea, button { vertical-align: middle; font-size: 100% } button { border: 0 none; background-color: transparent; cursor: pointer } table { border-collapse: collapse; border-spacing: 0 } body {  background-color: #fff; -webkit-text-size-adjust: none } input:checked[type='checkbox'] { background-color: #666; -webkit-appearance: checkbox } input[type='text'], input[type='password'], input[type='submit'], input[type='search'], input[type='tel'], input[type='email'], html input[type='button'], input[type='reset'] { -webkit-appearance: none; border-radius: 0 } input[type='search']::-webkit-search-cancel-button { -webkit-appearance: none } body, th, td, input, select, textarea, button { font-size: 14px; line-height: 1.5; font-family: 'Pretendard','Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif; color: #000 } a { color: #005a96; text-decoration: none } a:active, a:hover { text-decoration: none } button, a, img { -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } button:focus, a:focus, img:focus { outline: none !important; } address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal } hr { border: 0 none; } img { width: 100%; } .modal-table { display: table; width: 100%; height: 100%; table-layout: fixed; } .modal-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center; } .ir { display: block; font-size: 0; text-indent: -99999px; height: 0; } #kakaoHead { padding: 40px 0 60px; } #kakaoHead .img_title { position: relative; display: block; width: 100%; padding-top: 55%; background-size: contain; } #kakaoHead .img-date { padding-top: 15px; } video {width: 100%; -webkit-mask-image: -webkit-radial-gradient(white, black); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;}
/****** Layout ******/

.right {
  float: right;
}

.clearfix::after {
  display: block;
  content: '';
  clear: both;
}

video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

/* guide padding */
[data-view-guide='true'] .inner {
  position: relative;
}

[data-view-guide='true'] .inner:not(.no-wrap):before,
[data-view-guide='true'] .inner:not(.no-wrap):after {
  content: '';
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #ffb2b2;
  opacity: 0.3;
}

[data-view-guide='true'] .inner:not(.no-wrap):before {
  left: 0;
}

[data-view-guide='true'] .inner:not(.no-wrap):after {
  right: 0;
}

/* design-guide */
.inner {
  max-width: 375px;
  margin: 0 auto;
  box-sizing: border-box;
}

.inner.no-wrap {
  padding: 0;
  overflow: inherit;
}

/* 유의사항 */
#eventInfo .inner {
  padding: 0 30px;
}
#eventInfo .info-tit {
  padding-top: 60px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
#eventInfo .info-cont {
  margin-top: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #444;
}
#eventInfo .info-list {
  word-break: keep-all;
}
#eventInfo .noline .info-list {
  margin-top: 0;
}
#eventInfo .info-list li {
  position: relative;
  padding-left: 10px;
  color: #444;
  font-size: 14px;
  line-height: 24px;
}
#eventInfo .info-list li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #333333;
  border-radius: 50%;
}

#eventInfo .info-list li.title::before {
  content: none;
  border:1px solid #f00;
}

#eventInfo .info-list .title {
  padding: 16px 0 0 0;
}

.accordion-block {
  padding: 16px 0;
  padding-bottom: 0;
  border-bottom: 1px solid #444;
  overflow: hidden;
}
.accordion-block.noline {
  padding: 40px 0 30px;
}
.accordion-block .accordion-btn {
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
}
.accordion-block .accordion-btn span {
  vertical-align: middle;
}
.accordion-block .accordion-btn span:first-child {
  padding-right: 24px;
}
.accordion-block .accordion-btn .title {
  display: inline-block;
  width: calc(100% - 25px);
}
.accordion-block .accordion-btn .icon-arrow {
  position: absolute;
  right: 0;
  line-height: 0;
  font-size: 0;
}
.accordion-block .accordion-btn .icon-arrow svg {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.accordion-block .accordion-btn.is-active .icon-arrow svg {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.accordion-block .accordion-content {
  display: none;
  padding-bottom: 24px;
}
.accordion-block.unfold .accordion-content {
  display: block;
}
.accordion-block.unfold .accordion-btn {
  pointer-events: none;
}
.accordion-block.unfold .icon-arrow {
  display: none;
}
/* 심의필 */
.serial {
  padding-bottom: 140px;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
#eventInfo .serial .info-list li::before {
  width: 4px;
  height: 4px;
}
#eventInfo .serial.serial-tline {
  margin-top:16px;
  font-size:16px;
}
#eventInfo .serial.serial-tline .info-list {
  margin-top:0;
}

/* 플로팅 버튼 */
.wrap_apply {
  position: fixed;
  bottom: 23px;
  width: 100%;
  text-align: center;
  padding: 0 16px;
  z-index: 999;
}

.wrap_apply .apply-btn {
  display: inline-block;
  width: 325px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  background: #ffd600;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  border-radius: 12px;
}

.wrap_apply .link_apply {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  background: #FFF501;
}

/* theme color */
.theme-default #eventInfo {
  background: #f1f1f1;
}

.theme-default #eventInfo * {
  color: #333333;
}

.theme-dark #eventInfo {
  background: #444444;
}

.theme-dark #eventInfo * {
  color: #f1f1f1;
}

/* .theme-default .accordion-block {
    border-top: 2px solid #333333;
} */

.theme-dark .accordion-block {
  border-top: 2px solid #f1f1f1;
}

.accordion-block.noline {
  border-top: none;
}

.theme-default .accordion-block .accordion-btn .icon-plus svg {
  stroke: #333333;
}

.theme-dark .accordion-block .accordion-btn .icon-plus svg {
  stroke: #f1f1f1;
}

/* 팝업 */
.popups {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 0.4s;
}
.popups.on {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
}
.popups .dimmed {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.popups .modal-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.popups .modal-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.popups .modal-content {
  position: relative;
  max-width: 327px;
  margin: 0 auto;
  padding: 36px 16px 16px;
  box-sizing: border-box;
  border-radius: 24px;
  background: #fff;
}
.popups .title {
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 21.5px;
  color: #222;
}
.popups .modal-image:not(.d-none) + .title {
  margin-top: 20px;
}
.popups .copy[class*='--b'],
.popups .desc {
  margin: 20px auto 0;
}
.popups .sub {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #666;
}
.popups .desc {
  padding: 20px;
  border-radius: 8px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.popups .sub:not([class*='--b']) {
  margin: 12px auto 0;
}
.popups .okay-btn {
  width: 100%;
}
.popups .okay-btn .btn-ok {
  display: inline-block;
  padding: 17.5px 0;
  width: 100%;
  text-align: center;
  line-height: 24px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #222;
  background: #ddd; /* custom */
  box-sizing: border-box;
}
.popups .okay-btn.cnt-2 .btn-ok {
  display: inline-block;
  width: 49%; /* 버튼 두개일 때 디자인 필요 */
}
.popup-single .modal-content .modal-image {
  line-height: 0;
  font-size: 0;
}
.popup-single .modal-content .modal-image > img,
.popup-single .modal-content .modal-image .pu-img {
  width: 55px;
  height: 55px;
}
.popup-single .modal-btn {
  display: flex;
  gap: 8px;
  margin-top: 32px;
}
.popup-single .modal-btn .okay-btn:not([class*='--info']) {
  /* flex:0 0 115px;     */
  flex: 0 0 calc(40% - 4px);
}
.popup-single .modal-btn .okay-btn .btn-ok[class*='--info'] {
  background-color: #FFF501;
}
.popup-single .modal-btn .close-on {
  display: none;
}

/* bottomsheet 팝업  */
.popup-bottom .pop-content {
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  transition: bottom 0.3s;
}
.popup-bottom.on .pop-content {
  bottom: 0;
}
.popup-bottom .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  text-indent: -99999px;
}
.popup-bottom .pop-content-inner {
  position: relative;
  margin: 0 auto;
  /* padding: 40px 30px 48px; */
  padding: 40px 30px 74px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}
.popup-bottom .detail {
  text-align: left;
}
.popup-bottom .detail .title {
  display: block;
  margin-top: 0;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
.popup-bottom .detail .title + .cont {
  margin-top: 30px;
}
.popup-bottom .detail .cont {
  display: flex;
  align-items: center;
}
.popup-bottom .detail .cont::before {
  content: '';
  display: inline-flex;
  flex: 0 0 54px;
  margin-right: 18px;
  width: 54px;
  height: 54px;
  border-radius: 15px;
}
.popup-bottom .detail .cont span {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
}

.popup-youtube {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.popup-youtube.on {
  opacity: 1;
  transition: all 0.5s 0.8s;
  visibility: visible;
  z-index: 99;
}
.popup-youtube .modal-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.popup-youtube .modal-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.popup-youtube .iframe-wrap {
  display: inline-block;
  width: 100%;
  height: 80%;
}
.popup-youtube .modal-open {
  display: block;
  z-index: 1000;
}
.popup-youtube .btn-close-modal {
  position: fixed;
  top: 22px;
  right: 17px;
  color: transparent;
  font-size: 0;
  width: 36px;
  height: 36px;
  padding: 11px;
}

.btn-action:active {
  transform: scale(0.93);
  background-color: #666666 !important;
  transition: all 0.2s;
}

@media screen and (max-width: 375px) {
  .inner.no-wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 360px) {
  /* .inner {padding: 0 25px;} */

  #share .share-btn .btn {
    padding: 25px 28px;
  }
}

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

/****** Share ******/

/** 공유하기 - 버튼 **/
#share {
  width: 100%;
  padding: 60px 16px;
  text-align: center;
  box-sizing: border-box;
}
#share .share-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 20px 30px;
background: #555;
border-radius: 40px;
font-size: 18px;
font-weight: 700;
box-sizing: border-box;
color:#fff;
}
#share .share-btn svg {
margin-right:10px;
}

/** 공유하기 - 팝업 **/
.popup-share .pop-content {
position: absolute;
left: 0;
bottom: -500px;
width: 100%;
transition: bottom 0.3s;
}
.popup-share .pop-content-inner {
position:relative;
margin: 0 auto;
padding:10px 18px 40px;
background: #fff;
border-radius: 30px 30px 0 0;
text-align: center;
}
.popup-share .btn-close {
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
width: 35px;
height: 5px;
border-radius: 20px;
text-indent: -9999px;
  background-color:#EAECEF;
}
.popup-share .pop-share-btn-list {
margin-top: 40px;
}
.popup-share li+li {
margin-top: 10px;
}
.popup-share .pop-share-btn-list a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
height: 60px;
background: #F1F1F1;
border-radius: 15px;
font-size: 15px;
font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif;
font-weight: 600;
color: #000;
}
.popup-share .pop-share-btn-icon {
margin-right: 6px;
width: 26px;
height: 26px;
}
.popup-share .pop-share-btn-list button:after {content: none;}
.popup-share .pop-share-btn-list .kakaotalk {background: #FAE200;}
.popup-share .pop-share-btn-list .facebook {background: #1877F2;color:#fff;}
.popup-share .pop-share-btn-list .twitter {background: #1D9BF0;color:#fff;}
.popup-share .pop-share-btn-list .x {background: #000;color:#fff;}
.popup-share .pop-share-btn-list .copy {margin:0;}

.popup-share.on {
visibility: visible;
opacity: 1;
}
.popup-share.on .pop-content {
bottom:0;
}

/** 공유하기 - 팝업 **/
.type-bottom .pop-content {
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  transition: bottom 0.7s;
}

.type-bottom .pop-content-inner {
  margin: 0 auto;
  padding: 10px 18px 40px 17px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}

/* .type-bottom .btn-close {
  position: relative;
  width: 35px;
  height: 5px;
  border-radius: 20px;
  text-indent: -9999px;
  background: #799FAD;
} */

.type-bottom.on {
  visibility: visible;
  opacity: 1;
}

.type-bottom.on .pop-content {
  bottom: 0;
}
html,
body {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  min-width: initial
}

* {
  font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', system-ui, sans-serif;
}

section,
.section {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

body {
  position: relative;
  /* overflow: hidden; */
  height: auto !important;
  overflow-y: auto;
  color:#000;
}

::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}
.no-scroll {
  overflow: hidden;
}

/* 컨텐츠 영역 */
/* 컨텐츠 공통 */
.section {
  position: relative;
  height: auto !important;
  min-height: calc(var(--vh, 1vh) * 100) !important;
}

/* 컨텐츠:section1 */
.section1 {
  position: relative;
  min-height: 100svh;
  height: calc(var(--vh, 1vh) * 100);
}
.section1.fp-is-overflow > .fp-overflow {
  overflow: hidden;
}

main > .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

main > .video-wrap video {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
  background: #3ED3FF url("https://kakaobankcontent.com/public/statics/events/saverace2025/main/img_poster.jpg") 50% 0 / cover no-repeat;
  transform: translateZ(0);
  will-change: transform;
}

main > .video-wrap.test video {
  background: #3ED3FF url("https://stg.kakaobankcontent.com/public/statics/events/saverace2025/main/img_poster.jpg") 50% 0 / cover no-repeat;
}

.section1 .inner {
  position: relative;
  padding: 40px 35px;
  height: calc(var(--vh, 1vh) * 100);
}

.section1 .inner .tit-box {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
}
.section1 .inner .tit-box .sub-tit {
  position: absolute;
  top: 0;
  width: 100%;
  transition: opacity 0.6s 0.5s;
  opacity: 0;
}
.section1 .inner .tit-box .logo {
  position: absolute;
  bottom: 140px;
  left: calc(50% - 91px);
  width: 182px;
  transition: opacity 0.6s 1s;
  opacity: 0;
}
.section1 .inner .tit-box .tit {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 134px);
  width: 270px;
  transition: all 0.6s 1.5s;
  opacity: 0;
}
.section1 .inner .tit-box.on .sub-tit,
.section1 .inner .tit-box.on .logo,
.section1 .inner .tit-box.on .tit {
  opacity: 1;
}
/* 하단으로 이동 */
.section1 .inner .scroll-down {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 9px);
  width: 17px;
  height: 8px;
  -webkit-animation: mouseloop 0.8s 2s infinite alternate;
  animation: mouseloop 0.8s 2s infinite alternate;
  z-index: 10;
  margin: 0 auto 0;
}
@keyframes mouseloop {
  0% {
    transform: translateY(0);
    opacity: 0.85;
  }
  to {
    transform: translateY(-12px);
    opacity: 1;
  }
}
@-webkit-keyframes mouseloop {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0.85;
  }
  to {
    -webkit-transform: translateY(-12px);
    opacity: 1;
  }
}

/* nav */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: #3ed3ff;
  transition: all 0.3s;
  z-index: 11;
  opacity: 0;
  transform: translateY(-71px);
}
nav {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

nav.on {
  top: 0;
  transform: translateY(0);
  opacity: 1;
}
nav ul {
  overflow: auto;
  margin: 0 auto;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
  transition: transform 0.4s;
}
nav ul li {
  height: 71px;
  display: inline-block;
  font-size: 0;
  margin: 0;
  vertical-align: top;
  background: #3ed3ff;
}
nav ul li button {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  padding: 10px 21px;
}

nav ul li.on {
  background: #fffc00;
}

nav ul:after {
  content: "";
  display: block;
  clear: both;
}
nav ul.smooth {
  scroll-behavior: smooth;
}

.section2 .fp-overflow {
  position: relative;
}

.fp-section {
  will-change: transform;
}

.fp-scrollable {
  -webkit-overflow-scrolling: touch;
}

.section2.active nav {
  opacity: 1;
  transform: translateY(0px);
}

/* 컨텐츠:intro  */
.section2 {
  background: #fff;
}

.section2 .article1 {
  border-bottom: 8px solid #f9f9f9;
}
.section2 .article1 .inner {
  padding: 56px 24px 80px;
}
.section2 .article1 .inner h3 {
  font-size: 35px;
  font-weight: 800;
  margin: 19px 0 13px;
}
.section2 .article1 .inner p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 24px;
}

.section2 .article1 .inner p em {
  font-weight: 700;
}

.section2 .article1 .video-wrap {
  position: relative;
  width: 100%;
  height: 85vw;
}

.section2 .article1 .video-wrap.donation {
  height: 100%;
}

.section2 .article1 .video-wrap .btn-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
}

.section2 .article1 .video-wrap .btn-video img {
  width: 35px;
  height: 46px;
}

.section2 .article1 .inner .youtube-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 24px;
}

.section2 .article1 .inner .youtube-wrap button svg {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% + 10px);
}

/* 컨텐츠:goods */
.section2 .article2 {
  border-bottom: 8px solid #f9f9f9;
}
.section2 .article2 .inner {
  padding: 72px 24px 52px;
}
.section2 .article2 .inner span {
  font-size: 18px;
  font-weight: 900;
}
.section2 .article2 .inner h3 {
  font-size: 40px;
  font-weight: 800;
  margin: 12px 0 20px;
}
.section2 .article2 .inner .overview-wrap dl {
  display: inline-flex;
  width: 100%;
  margin: 6px 0;
}
.section2 .article2 .inner .overview-wrap dl dt {
  background: #fffc00;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 13px;
}
.section2 .article2 .inner .overview-wrap dl dd {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 4px auto 4px 17px;
}
.section2 .article2 .inner .course-wrap {
  margin: 30px 0 24px;
}
.section2 .article2 .inner .course-wrap ul li {
  position: relative;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 10px;
  margin-top: 16px;
}

.section2 .article2 .inner .course-wrap ul li::before {
  position: absolute  ;
  content: '';
  top: 10px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 50%;
}

.section2 .article2 .inner .course-wrap ul li a {
  color: #3DBAFF;
  text-decoration: underline;
}

.section2 .article2 .inner .course-wrap img {
  width: 100%;
  max-width: 100%;
}
.section2 .article2 .inner .info-wrap dl {
  display: inline-flex;
  width: 100%;
  margin: 8px 0;
}
.section2 .article2 .inner .info-wrap dl dt {
  color: #222;
  font-size: 15px;
  font-weight: 700;
}
.section2 .article2 .inner .info-wrap dl dd {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  margin: auto auto auto 16px;
}

/* 컨텐츠:race */
.section2 .article3 {
  border-bottom: 8px solid #f9f9f9;
}
.section2 .article3 .inner {
  padding: 60px 24px 72px;
}

.section2 .article3 .inner > p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.section2 .article3 .inner > ul li {
  position: relative;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; 
  padding-left: 10px;
}

.section2 .article3 .inner > ul li::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 50%;
}

.section2 .article3 .inner > ul li a {
  color: #3DBAFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
}

.section2 .article3 .inner .tit-box .sub-tit {
  display: inline-flex;
  width: 100%;
}
.section2 .article3 .inner .tit-box .sub-tit span {
  font-size: 18px;
  font-weight: 900;
}
.section2 .article3 .inner .tit-box .sub-tit img {
  width: 30px;
  margin: auto auto auto 5px;
}
.section2 .article3 .inner .tit-box h3 {
  font-size: 40px;
  font-weight: 800;
  margin: 12px 0 19px;
}
.section2 .article3 .inner .tit-box p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}
.section2 .article3 .inner .goods-wrap {
  position: relative;
  max-width: 884px;
  background: #e0e0e0;
  transition: all 0.6s;
  overflow: hidden;
  margin-bottom: 16px;
}
.section2 .article3 .inner .goods-wrap .package-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  height: 408px;
  justify-content: center;
  opacity: 1;
  transition: all 0.6s;
}
.section2 .article3 .inner .goods-wrap .package-wrap img {
  display: block;
  width: 272px;
  height: 272px;
  margin: auto;
  max-width: 884px;
}
.section2 .article3 .inner .goods-wrap .package-wrap ul {
  background: #fffc00;
  padding: 23px 28px;
}
.section2 .article3 .inner .goods-wrap .package-wrap ul li {
  list-style: square;
  margin: 3px 0 3px 20px;
}
.section2 .article3 .inner .goods-wrap .package-wrap ul li em {
  font-weight: 700;
  font-size: 15px;
}
.section2 .article3 .inner .goods-wrap .package-wrap ul li span {
  font-weight: 400;
  font-size: 15px;
  margin-left: 11px;
}

.swiper,
.swiper-container {
  overflow: visible !important;
}
.section2 .article3 .swiper-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  z-index: 7;
}
.section2 .article3 .swiper-wrap .swiper {
  width: 100%;
}
.section2 .article3 .swiper-wrap .swiper.swiper-goods {
  height: calc(100% - 100px);
}
.section2 .article3 .swiper-wrap .swiper .swiper-slide-container {
  display: flex;
  margin: auto 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 310px;
}
.section2 .article3 .swiper-wrap .swiper .swiper-slide-container img {
  width: 272px;
  height: 272px;
  max-width: 884px;
}
.section2 .article3 .swiper-wrap .swiper-thumbs .swiper-pagination {
  bottom: 34px;
  white-space: nowrap;
  width: calc(100vw - 120px);
  min-width: calc(100% - 30px);
  overflow: hidden;
  overflow-x: auto;
  margin: 18px auto 0;
  padding: 0 15px;
  transition: all 0.3s;
  z-index: 9;
}
.section2 .article3 .swiper-wrap .swiper-thumbs .swiper-pagination li {
  color: #000;
  font-weight: 700;
  line-height: 31px;
  cursor: pointer;
  border-radius: 80px;
  background: #ececec;
  padding: 10px 18px;
  width: auto;
  height: auto;
  opacity: 1;
  margin: 0 5px;
  border: 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch
}
.section2
  .article3
  .swiper-wrap
  .swiper-thumbs
  .swiper-pagination
  li.swiper-pagination-bullet-active {
  background: #fffc00;
}

.section2 .article3 .btn-package {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background: #3ed3ff;
  z-index: 8;
  will-change: transform;
}
.section2 .article3 .btn-package svg path {
  transform-origin: center;
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.section2 .article3 .goods-wrap.on {
  background: #e0e0e0;
}
.section2 .article3 .goods-wrap.on .package-wrap {
  opacity: 0;
}
.section2 .article3 .goods-wrap.on .swiper-wrap {
  opacity: 1;
  visibility: visible;
}
.section2 .article3 .goods-wrap.on .btn-package svg path {
  transform-origin: center;
  transform: rotate(225deg);
}

/* 컨텐츠:qna */
.section2 .article4 .inner {
  padding: 70px 24px 30px;
}
.section2 .article4 .inner h3 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 30px;
}
.section2 .article4 .inner .accordion-block {
  border-bottom: 0;
  padding: 14px 0 0;
}
.section2 .article4 .inner .accordion-block button {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  padding: 16px;
  justify-content: space-between;
  border-radius: 12px;
  background: #f8f8f8;
}
.section2 .article4 .inner .accordion-block .accordion-btn .icon-arrow {
  right: 16px;
}
.section2 .article4 .inner .accordion-block .accordion-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #444;
  margin: 14px 0 0;
  padding: 0;
}
.section2 .article4 .inner .accordion-block .accordion-content ul {
  padding-left: 20px;
}
.section2 .article4 .inner .accordion-block .accordion-content ul li {
  list-style: initial;
  color: #444;
}

.section2 .article4 .chat-wrap {
  position: relative;
  width: 100%;
  padding: 0 0 72px 0;
  text-align: center;
  box-sizing: border-box;
}

.section2 .article4 .chat-wrap .chat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  color: #000;
  background: #FFF501;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 30px 20px 28px;
}

.section2 .article4 .chat-wrap .chat-btn svg {
  margin-right: 10px;
}

/* 컨텐츠:share */
.section2 .article5 {
  background: #39c8f3;
  padding: 55px 16px 60px;
}
.section2 .article5 .inner {
  text-align: left;
  padding-bottom: 60px;
}
.section2 .article5 .inner img {
  width: 246px;
  text-align: left;
}
.theme-default #share .share-btn {
  background: #fff;
  color: #000;
  padding: 20px 30px 20px 28px;
}

aside .wrap_apply {
  padding: 0 16px;
}
aside .wrap_apply .link_apply {
  background: #fff501;
}

/* 마라톤 신청하기 버튼 */
#btnStep {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
#btnStep.is-active {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  display: block;
}

.share-wrap .share-btn {
  background: #555;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.inmotion {
  transform: translate(0, 50px);
  opacity: 0;
}

.play-inmotion.inmotion,
.play.inmotion {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -webkit-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -moz-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -ms-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
  -o-transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
}

.popup-agree .btn-close {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 5px;
  border-radius: 20px;
  text-indent: -9999px;
  background-color:#EAECEF;
}

.popup-agree .agree-content {
  text-align: left;
  margin-top: 40px;
}

.popup-agree .agree-content h3 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.popup-agree .agree-content .btn-view-doc {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.popup-agree .agree-content .btn-view-doc span {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin: auto auto auto 0;
}

.popup-agree .agree-content .btn-view-doc svg {
  margin: auto 0 auto;
}

.popup-agree .agree-content p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.popup-agree .agree-content .btn-agree {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  background: #FFF501;
}

.popup-history .btn-close {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 5px;
  border-radius: 20px;
  text-indent: -9999px;
  background-color:#EAECEF;
}

.popup-history .history-content {
  margin-top: 26px;
}

.popup-history .history-content h3 {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #DDD;
  margin: 0 auto;
  padding-bottom: 20px;
}

.popup-history .history-content .contents {
  padding: 14px 0 32px;
  margin: 0 auto;
}

.popup-history .history-content .contents dl {
  display: inline-flex;
  width: 100%;
  padding: 6px 0;
}

.popup-history .history-content .contents dl dt {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  margin: auto auto auto 0;
}

.popup-history .history-content .contents dl dd {
  color: #222;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin: auto 0 auto auto;
}

.popup-history .history-content .contents dl dd em {
  color: #F00;
}

.popup-history .history-content .btn-history {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  background: #ffe300;
}

.popup-history .modal-btn {
  display: flex;
  gap: 8px;
}

.popup-history .modal-btn .close-on {
  width: 134px;
  min-width: 134px;
}

.popup-history .modal-btn #btnHistory {
  background: #FFF501;
}


/* 신청 취소 성공 팝업 */
.modal-content .icon-check {
  display: none;
  width: 43px;
  height: 43px;
}

.modal-content.cancel {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 36px 16px;
  gap: 10px;
}


.modal-content.cancel .icon-check {
  display: block;
}

.modal-content.cancel .sub, .modal-content.cancel .modal-btn {
  display: none;
}

/* @media screen and (max-width: 375px) {
  .section2 .article1 .inner, .section2 .article2 .inner, .section2 .article3 .inner, .section2 .article4 .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
} */

.step {
  height: 100vh;
  min-height: 700px;
  overflow-x: hidden;
  text-align: center;
}

.step .inner {
  padding: 0 24px;
}

.step .inner h3 {
  font-weight: 700;
  font-size: 25px;
  text-align: left;
  line-height: 30px;
  margin: 50px 0 96px;
}

.step .inner ul li {
  margin: 16px auto;
}

.step .inner ul li button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 140px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 16px;
}

.step .inner ul li:first-child button img {
  width: 44px;
  height: 44px;
}

.step .inner ul li:last-child button img {
  width: 87px;
  height: 37px;
}

.step .inner ul li button h4 {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}

.step .inner ul li button h4 em {
  color: #222;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.06);
  padding: 6px 12px;
  margin-left: 10px;
}

.step .inner ul li > span {
  display: inline-block;
  color: #222;
  border-radius: 20px;
  background: #F2F5F8;
  padding: 6px 12px;
  margin-top: 6px;
}

.step .inner ul li button.on {
  background: #FEFC00;
  border: 0;
}

.step .inner p {
  display: flex;
  align-items: center;
  width: 100%;
  color: #AAA;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}

.step .inner p:last-child {
  margin-top: 0;
}

.step .wrap_apply {
  padding: 0;
}

.step .wrap_apply .inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  gap: 8px;
}

.step .wrap_apply .prev-btn {
  min-width: 60px;
  width: 60px;
  color: #fff;
  background: #333B58;
}

.step .wrap_apply .save-btn {
  width: 100%;
  color: #222;
}

.step .wrap_apply .save-btn:disabled {
  color: #AAA;
  background: #ddd;
  pointer-events: none;
}



@media screen and (max-width: 375px) {
  .step .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 320px) {
  .step .inner h3 {
    margin: 55px 0 50px;
  }
}

.apply .personal, .apply .group {
  display: none;
}

.apply .personal.on, .apply .group.on {
  display: block;
}

.apply .inner {
  padding: 0 24px;
}

.apply .inner h3 {
  color: #222;
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  margin: 0 0 10px
}

.apply .inner p {
  display: flex;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin: 18px 0 14px;
}

.apply .inner picture {
  position: relative;
  display: block;
}

.apply .inner picture div {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 210px;
  left: 0;
  width: 100%;
  height: fit-content;
}

.apply .inner picture div span {
  font-size: 5px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  max-width: 42px;
  height: 5px;
  overflow: hidden;
}

.apply .inner picture img {
  background: #f4f4f4;
}

.apply .personal .field ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
}

.apply .personal .field ul li {
  width: calc(50% - 4px);
}

.apply .personal .field ul li button {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 18px 32px;
}

.apply .personal .field ul li button.on {
  background: #FEFC00;
  border: 1px solid #FEFC00;
}

.apply .group .meeting-wrap {
  position: relative;
  overflow: hidden;
  margin: 50px 0;
  padding-bottom: 33px;
}

.apply .group .meeting-wrap .inner > p {
  color: #aaa;
}

.apply .group .inner .ticket-wrap p {
  display: inline-flex;
  width: 100%;
  margin-bottom: 12px;
}

.apply .group .inner .ticket-wrap p span {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px; 
}

.apply .group .inner .ticket-wrap picture div {
  top: 64px;
}

.apply .group .inner .ticket-wrap picture div span {
  font-size: 11px;
  min-width: 78px;
  max-width: 148px;
  height: 16.5px;
  overflow: hidden;
}

.fitting-wrap picture div span {
  line-height: 5px;
}

.apply .group .swiper-wrap {
  overflow: visible;
}

.apply .group .swiper,
.apply .group .swiper-container {
  overflow: visible !important;
}

.apply .group .swiper {
  margin-top: 48px;
  max-width: 326px;
}

.apply .group .swiper-wrap .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 3px;
  --swiper-pagination-bullet-inactive-color: #9C9C9C;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
  --swiper-pagination-bullet-size: 9px;
  bottom: 0;
}

.apply .group .swiper-wrap .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
}

.apply .group .swiper-wrap .swiper-pagination .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-color: #333;
  border-radius: 39px;
}

.apply .group .swiper-account {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.apply .group .swiper-account h3 {
  color: #222;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px; 
  margin: 40px auto 20px;
}

.apply .group .swiper-account ul {
  display: inline-flex;
  margin: 0 auto;
}

.apply .group .swiper-account ul li {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid transparent;
  overflow: hidden;
}

.apply .group .swiper-account .btn-select {
  display: flex;
  width: 253px;
  height: 44px;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 40px auto 28px;
}

.apply .group .swiper-account .btn-select svg path {
  stroke: #ccc;
}

.apply .group .swiper-account .btn-select span {
  color: #AAA;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px; 
  letter-spacing: 0.3px;
}

.apply .group .swiper-account .btn-select.on {
  background: #333;
}

.apply .group .swiper-account .btn-select.on svg path {
  stroke: #fff;
}

.apply .group .swiper-account .btn-select.on span {
  color: #fff;
}

.apply .field-wrap h3 {
  color: #222;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px; 
  padding-top: 50px;
  margin: 0 auto 20px;
}

.apply .field-wrap h3 em {
  color: #26CAFB;
  font-weight: 700;
}

.apply .field-wrap .field {
    padding: 30px 0;
}

.apply .field-wrap .field h4 {
  color: #222;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px; 
  margin-bottom: 20px;
}

.apply .field-wrap .field h4 em {
  color: #AAA;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
  margin-left: 3px;
}

.apply .field-wrap .field .count-wrap {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 54px;
  border-radius: 8px;
  background: #F2F5F8;
}

.apply .field-wrap .field .count-wrap .btn-minus {
  height: 30px;
  margin: 12px auto 12px 14px;
}

.apply .field-wrap .field .count-wrap .count {
  color: #222;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px; 
  letter-spacing: 0.3px;
  margin: 12px auto;
}

.apply .field-wrap .field .count-wrap .btn-plus {
  height: 30px;
  margin: 12px 14px 12px auto;
}

.apply .field-wrap .field .count-wrap .btn-minus:disabled svg rect, 
.apply .field-wrap .field .count-wrap .btn-plus:disabled svg rect {
  fill: #aaa;
}

.apply .field-wrap .field .info-wrap {
  margin-top: 14px;
}

.apply .field-wrap .field .info-wrap li {
  position: relative;
  color: #AAA;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; 
  padding-left: 9px;
  margin-bottom: 3px;
}

.apply .field-wrap .field .info-wrap li::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 8px;
  left: 1px;
  width: 3px;
  height: 3px;
  background:#9DABC3;
  border-radius: 50%;
}

.apply .field-wrap .field .size-wrap ul li {
  display: flex;
  margin-bottom: 8px;
}

.apply .field-wrap .field .size-wrap ul li .size {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 54px;
  border-radius: 8px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: #F2F5F8;
  margin-right: 8px;
}

.apply .size-table-wrap p {
  display: inline-flex;
  width: 100%;
  margin-bottom: 12px;
}

.apply .size-table-wrap p span {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px; 
}

.apply table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
  margin-bottom: 190px;
}

.apply table caption {
  overflow: hidden;
  width: 1px;
  font-size: 1px;
  line-height: 0;
  text-indent: -9999px;
}

.apply table thead th {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px; 
  background: #3ED3FF;
  padding: 14px 0;
}

.apply table tbody th {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px; 
  background: #EBFAFF;
  padding: 8px 0;
}

.apply table tbody td {
  color: #222;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; 
  background: #EBFAFF;
  padding: 8px 0;
}

.apply .wrap_apply {
  padding: 0;
}

.apply .wrap_apply .inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  gap: 8px;
}

.apply .wrap_apply .prev-btn {
  min-width: 60px;
  width: 60px;
  color: #fff;
  background: #333B58;
}

.apply .wrap_apply .save-btn {
  width: 100%;
  color: #222;
}

.apply .wrap_apply .save-btn:disabled {
  color: #AAA;
  background: #ddd;
  pointer-events: none;
}

@media screen and (max-width: 375px) {
  .apply .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 350px) {
  .apply .inner picture div {
    top: 54.5vw;
  }

  .apply .group .inner .ticket-wrap picture div {
    top: 15.4vw;
  }
}


