@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #000;
  word-wrap: break-word;
  word-break: break-all;
}

body,
input,
button,
select,
table,
textarea {
  font-family: "Malgun Gothic", "맑은 고딕", "MG", "dotum", "돋움", sans-serif;
  color: #222;
  line-height: 1.45;
}

img,
fieldset,
iframe {
  border: 0;
}

ul,
ol,
dl,
menu,
li {
  list-style: none;
}

input,
button {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: #dd032c;
  text-decoration: none;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

/*Layout*/
.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 800px;
  zoom: 1;
}

.bg_warp {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2000px;
  margin-left: -1000px;
}

.content {
  position: relative;
  margin: 0 auto;
  width: 800px;
}

.entry_warp {
  position: relative;
  width: 800px;
  height: 320px;
  /*   background: url(../img/common/input_num.png) top center no-repeat;  2023-04 주석 */
}

.entry_warp.wt_bg {
  /*   background: url(../img/common/input_num.png) top center no-repeat; 2023-04 주석 */
}

.entry_warp.bk_bg {
  /*   background: url(../img/common/input_num.png) top center no-repeat; 2023-04 주석 */
}

.entry_warp.gr_bg {
  height: 318px;
  /*   background: url(../img/common/input_num.png) top center no-repeat; 2023-04 주석 */
}

.input_warp {
  position: relative;
  width: 100%;
  /* padding: 17px 0px 0px 0px; */
  width: 800px;
}

.input_warp:after {
  content: "";
  display: block;
  clear: both;
}

.entry_warp .mphone_warp {
  position: relative;
  padding: 0 0 0 265px;
}

/* 20230418 수정 */
.entry_warp .mphone_warp::before {
  content: "";
  position: absolute;
  width: 221px;
  height: 56px;
  background: #abacac;
  /* left: 0; */
  left: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 24px;
}

.entry_warp .mphone_warp:first-child {
  margin-bottom: 10px;
}

.entry_warp .mphone_warp:first-child::before {
  content: "휴대폰 번호";
}

.entry_warp .mphone_warp:nth-child(2)::before {
  content: "생년월일";
}

.entry_warp .mphone_warp input {
  width: 475px;
  border: 1px solid #fff;
  /* height: 78px; */
  height: 56px;
  text-align: left;
  /* font-size: 30px; */
  font-size: 24px;
}

/* //20230418 수정 */
/*20201130 수정*/
.check_wrap {
  float: left;
  /* margin: 40px 0 0 250px; */
  margin: 30px 0 0 230px;
} /*2021 06 21 수정 */
.check_wrap input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.check_wrap input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding: 5px 0 0 35px;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  font-size: 19px;
}

.check_wrap input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #fff;
  border: 2px solid #9d9d9d;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.check_wrap input[type=checkbox]:checked + label {
  color: #dd032c;
}

.check_wrap input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/promotion/icon_check.png) top center no-repeat;
  border-radius: 3px;
}

.check_wrap input[type=checkbox]:checked + label span,
.check_wrap input[type=checkbox] + label span {
  text-indent: -99999999999999em;
  line-height: 0;
  font-size: 0;
}

/* 20230418 추가 */
.agree-text {
  float: left;
  margin-top: 30px;
  margin-left: 28px;
  color: #6a6a6a;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}

.agree-text span {
  color: #d94956;
}

/* //20230418 추가 */
/*btn*/
.btn_view {
  float: right;
  margin: 20px 52px 0 0;
} /*2021 06 21 수정 */
.btn_entry {
  text-align: center;
  margin-top: 20px;
} /*2021 06 21 수정 */
.sns_warp {
  position: relative;
}

.sns_warp:after {
  content: "";
  display: block;
  clear: both;
}

.btn_prepay {
  position: relative;
  margin: 70px 0 0 0;
  text-align: center;
}

.btn_warp {
  width: 100%;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn_warp li {
  margin: 0 0 0 50px;
}

.btn_warp li:last-child {
  margin: 0 50px 0 0;
}

.privacy_warp {
  position: relative;
}

.btn_top {
  position: absolute;
  right: 42px;
  bottom: 48px;
}

/*popup*/
.modal {
  border-radius: 0.3rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  max-width: 450px;
}

.modal a.close-modal {
  display: none;
}

.blocker {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

.pop_con {
  padding: 3.5rem 0 3rem;
  text-align: center;
  color: #333333;
  font-size: 1.6rem;
  border-bottom: 1px solid #cccccc;
}

.btn_pop {
  width: 100%;
  background: #00c4d8;
  display: inline-block;
  font-size: 1.7rem;
  height: 5rem;
  line-height: 5rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0 0 0.3rem 0.3rem;
}

.btn_pop.btn_green {
  width: 50%;
  border-radius: 0 0 0 0.3rem;
}

.btn_pop.btn_red {
  background: #d70000;
  width: 50%;
  border-radius: 0 0 0.3rem 0;
}

/*placeholder*/
::-webkit-input-placeholder {
  font-size: 22px;
  color: #666;
  font-weight: normal;
}

:-moz-placeholder {
  /* older Firefox*/
  font-size: 22px;
  color: #666;
  font-weight: normal;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 22px;
  color: #666;
  font-weight: normal;
}

:-ms-input-placeholder {
  font-size: 22px;
  color: #666;
  font-weight: normal;
}

.shareBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px auto 0;
}

.shareBox a {
  margin: 0 0 0 50px;
}

.shareBox a:last-child {
  margin: 0 50px 0 0;
}

/* margin */
.mg0 {
  margin: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mg0 {
  margin: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

/*2021 06 21 추가  } */
.posR {
  position: relative;
}

.posA {
  position: absolute;
}

.btn_type_prepay_absolute {
  position: absolute;
  bottom: 70px;
}

.btn_banner_event {
  position: absolute;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_mint,
.btn_mint:hover,
.btn_mint:active,
.btn_mint:visited {
  display: block;
  width: 800px;
  height: 115px;
  line-height: 103px;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif;
  background: url(../images/promotion/bg_btn_mint.png) no-repeat center 0;
}

/* 22.01.03 add */
/*공유하기 버튼 및 앱 다운로드 버튼*/
.share_and_download_box {
  height: 281px;
  padding: 0 105px;
}

.share_and_download_box div .tit {
  font-size: 38px;
  line-height: 45px;
  letter-spacing: -0.09em;
  color: #ffffff;
  text-align: left;
  font-family: "Noto Sans KR", sans-serif;
}

.share_and_download_box .link_box a,
.share_and_download_box .link_box button {
  display: block;
}

/* 공유하기 버튼 및 앱 다운로드 버튼 : 상단 */
.share_and_download_box .share_box {
  position: relative;
  padding: 0 0 50px 0;
}

.share_and_download_box .share_box .link_box {
  width: 286px;
  position: absolute;
  top: 9px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* 공유하기 버튼 및 앱 다운로드 버튼 : 하단 */
.share_and_download_box .download_app {
  position: relative;
  padding: 50px 0 0 0;
}

.share_and_download_box .download_app .link_box {
  width: 286px;
  position: absolute;
  top: 54px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry_warp.hide {
  visibility: hidden;
} /* add20230118 */
/* 20230418 수정 */
.btn-home-wrap {
  position: fixed;
  bottom: -20%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 160px;
  width: 100%;
  height: 48px;
  z-index: 99999;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}

@media screen and (max-width: 1200px) {
  .btn-home-wrap {
    height: 100px;
    bottom: -20%;
    margin-right: 16px;
  }
}
.btn-home-wrap.s-active {
  bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .btn-home-wrap.s-active {
    bottom: 32px;
  }
}
.btn-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  -webkit-filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
  background: #5dc5b2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1200px) {
  .btn-home {
    width: 100px;
    height: 100px;
  }
}
.btn-home:hover + .home-text {
  opacity: 1;
}

.btn-home-wrap .home-text {
  position: absolute;
  right: 3.5%;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  color: #5dc5b2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .btn-home-wrap .home-text {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .btn-home-wrap svg {
    width: 40px;
    height: 40px;
  }
}
/* //20230418 수정 */
/* add20230619-1 */
.mLoading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -25px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* //add20230619-1 */
/* 최대 화면 크기 설정 */
/* 반응형이 일어날 화면 설정 */
/* 화면 크기에 따라 크기를 알맞게 설정해주는 함수 */
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  src: url("../fonts/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: url("../fonts/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("../fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url("../fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url("../fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url("../fonts/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: url("../fonts/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  src: url("../fonts/Pretendard-Black.woff") format("woff");
}
#container {
  max-width: 360px;
  margin: 0 auto;
  line-height: 1.4;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "돋움", dotum, sans-serif;
  color: #000;
  background-color: #fff;
}
#container * {
  letter-spacing: -0.02em;
}
#container img {
  max-width: 100%;
}
#container .section-inner {
  margin: 0 auto;
  padding: 0 20px;
}

.additional-service-page-content .hero-section {
  overflow: hidden;
  padding: 40px 0;
  background-color: #000;
}
.additional-service-page-content .hero-section .logo {
  max-width: 105px;
  margin: 0 auto;
}
.additional-service-page-content .hero-section .logo img {
  display: block;
}
.additional-service-page-content .hero-section .title-area {
  position: relative;
  max-width: 360px;
  margin: 24px auto 0;
}
.additional-service-page-content .hero-section .title-group {
  position: relative;
  z-index: 2;
}
.additional-service-page-content .hero-section .sub-text {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.additional-service-page-content .hero-section .img-object {
  position: absolute;
  top: 72px;
  right: -37px;
  max-width: 306px;
  z-index: 1;
}
.additional-service-page-content .hero-section .fixed-btn {
  width: 100%;
  height: 56px;
  margin-top: 24px;
  position: relative;
  z-index: 3;
}
.additional-service-page-content .hero-section .btn-more {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#14ccc9), to(#aa6bf3));
  background: linear-gradient(to right, #14ccc9 0%, #aa6bf3 100%);
}
.additional-service-page-content .hero-section .btn-more.fixed {
  max-width: 360px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 0;
}
.additional-service-page-content .intro-section {
  padding: 48px 0;
  background-color: #ffc53e;
}
.additional-service-page-content .intro-section .image {
  margin-top: 24px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.additional-service-page-content .intro-section .intro-text {
  padding: 24px 20px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
.additional-service-page-content .intro-section .intro-text div {
  font-size: 16px;
}
.additional-service-page-content .intro-section .intro-text div + div {
  margin-top: 8px;
}
.additional-service-page-content .intro-section .intro-text div strong {
  font-weight: 700;
  font-size: 16px;
  color: #d10d55;
}
.additional-service-page-content .benefit-seciton {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bffaf0));
  background: linear-gradient(180deg, #ffffff 0%, #bffaf0 100%);
}
.additional-service-page-content .benefit-seciton .section-title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
}
.additional-service-page-content .benefit-seciton .image {
  margin-top: 24px;
}
.additional-service-page-content .benefit-seciton .image img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.additional-service-page-content .product-section {
  padding: 60px 0;
}
.additional-service-page-content .product-section .section-title .label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  background-color: #bffaf0;
}
.additional-service-page-content .product-section .section-title .title {
  margin-top: 12px;
  font-weight: 700;
  font-size: 28px;
}
.additional-service-page-content .product-section .section-title .sub-text {
  margin-top: 12px;
  font-size: 16px;
  color: #808080;
}
.additional-service-page-content .product-section .product-list {
  margin-top: 24px;
}
.additional-service-page-content .product-section .product-list-item {
  padding: 24px 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.additional-service-page-content .product-section .product-list-item + .product-list-item {
  margin-top: 12px;
}
.additional-service-page-content .product-section .product-list-item .item-label {
  display: inline-block;
  min-width: 80px;
  text-align: center;
  padding: 2px 11px;
  margin-bottom: 12px;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.additional-service-page-content .product-section .product-list-item .item-label.large {
  min-width: 140px;
}
.additional-service-page-content .product-section .product-list-item .sale-info strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #01d8c0;
}
.additional-service-page-content .product-section .product-list-item .sale-info span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #808080;
}
.additional-service-page-content .product-section .product-list-item .normal-text {
  font-size: 15px;
}
.additional-service-page-content .product-section .product-list-item .normal-text strong {
  font-weight: 700;
}
.additional-service-page-content .product-section .product-list-item .normal-text .grey {
  color: #808080;
}
.additional-service-page-content .product-section .step-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.additional-service-page-content .product-section .step-box-container .step-item {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #01d8c0;
}
.additional-service-page-content .product-section .step-box-container .icon-arrow {
  display: block;
  width: 16px;
  height: 13px;
  margin: 0 auto;
  background: url("../images/additional-service/icon-arrow-step.png") no-repeat 0 0;
  background-size: cover;
}
.additional-service-page-content .product-section .step-box-container .step-title {
  padding: 16px 20px;
  text-align: center;
  background-color: #bffaf0;
  font-weight: 700;
  font-size: 14px;
}
.additional-service-page-content .product-section .step-box-container .step-title .sub-text {
  margin-top: 2px;
  font-weight: 400;
  font-size: 12px;
}
.additional-service-page-content .product-section .step-box-container .step-title .red {
  font-weight: 700;
  color: #d10d55;
}
.additional-service-page-content .product-section .step-box-container .step-title .blue {
  font-weight: 700;
  color: #0d6cd1;
}
.additional-service-page-content .product-section .step-box-container .step-body {
  padding: 20px 19px;
  background-color: #fff;
}
.additional-service-page-content .product-section .step-box-container .step-body .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin-top: 12px;
  border-radius: 8px;
  background-color: #01d8c0;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.additional-service-page-content .product-section .step-box-container .step-list li {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
}
.additional-service-page-content .product-section .step-box-container .step-list li + li {
  margin-top: 4px;
}
.additional-service-page-content .product-section .step-box-container .step-list li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #000;
}
.additional-service-page-content .product-section .fare-group .sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px;
}
.additional-service-page-content .product-section .fare-group .sale span {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: rgba(255, 84, 84, 0.1);
  font-weight: 700;
  font-size: 14px;
  color: #ff5454;
}
.additional-service-page-content .product-section .fare-item + .fare-item {
  margin-top: 24px;
}
.additional-service-page-content .product-section .fare-item .fare {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.additional-service-page-content .product-section .fare-info-list {
  margin-top: 12px;
}
.additional-service-page-content .product-section .fare-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-top: 1px solid #d5d5d5;
}
.additional-service-page-content .product-section .fare-info-item:last-child {
  border-bottom: 1px solid #d5d5d5;
}
.additional-service-page-content .product-section .fare-info-item .type {
  min-width: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  color: #808080;
}
.additional-service-page-content .product-section .fare-info-item .value {
  font-size: 14px;
}
.additional-service-page-content .event-section .event-group + .event-group {
  margin-top: 20px;
  position: relative;
  bottom: -20px;
}
.additional-service-page-content .event-section .section-title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
}
.additional-service-page-content .event-section .image {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.additional-service-page-content .event-section .image img {
  display: block;
}
.additional-service-page-content #footer {
  padding-bottom: 80px;
}

.btn-fixed-home {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0.5rem;
  left: 50%;
  margin-left: 8rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: #5dc5b2;
}
.btn-fixed-home svg {
  width: 1.1rem;
  height: 1.1rem;
}
.btn-fixed-home.up {
  bottom: 68px;
}
.btn-fixed-home.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 36px 0 40px;
  background-color: #2c2c2c;
}
#footer .address {
  font-size: 13px;
  color: #808080;
}
#footer .info {
  margin-top: 8px;
  font-size: 13px;
  color: #808080;
}
#footer .copyright {
  margin-top: 8px;
  font-size: 12px;
  color: #808080;
}

.sale-group-page-content .hero-section {
  position: relative;
  height: 560px;
  background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#2c2c2c));
  background: linear-gradient(180deg, #111111 0%, #2c2c2c 100%);
}
.sale-group-page-content .hero-section .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 84px;
}
.sale-group-page-content .hero-section .section-title {
  padding-top: 72px;
  position: relative;
  z-index: 2;
}
.sale-group-page-content .hero-section .section-title img {
  display: block;
  width: 320px;
  margin: 0 auto;
}
.sale-group-page-content .hero-section .visual {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
.sale-group-page-content .hero-section .visual img {
  display: block;
  width: 360px;
  margin: 0 auto;
}
.sale-group-page-content .intro-section {
  padding: 40px 0;
}
.sale-group-page-content .intro-section .intro-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.sale-group-page-content .intro-section .intro-item + .intro-item {
  margin-top: 24px;
}
.sale-group-page-content .intro-section .intro-item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 28px;
  text-align: center;
  border-radius: 100px;
  background-color: #bffaf0;
  font-size: 14px;
}
.sale-group-page-content .intro-section .intro-item .value {
  margin-top: 3px;
  font-size: 16px;
}
.sale-group-page-content .intro-section .intro-item .value strong {
  font-weight: 700;
  font-size: 16px;
}
.sale-group-page-content .intro-section .guide-box {
  margin-top: 24px;
  border-radius: 8px;
  padding: 12px 20px;
  border: 1px solid #01d8c0;
}
.sale-group-page-content .intro-section .guide-box .title {
  font-weight: 700;
  font-size: 14px;
  color: #01d8c0;
}
.sale-group-page-content .intro-section .guide-box .text {
  margin-top: 4px;
  font-size: 14px;
}
.sale-group-page-content .event-section {
  padding: 40px 0;
  background-color: #01d8c0;
}
.sale-group-page-content .event-section .section-title .title {
  display: block;
  font-weight: 700;
  font-size: 24px;
}
.sale-group-page-content .event-section .section-title .sub-text {
  margin-top: 8px;
  font-size: 16px;
}
.sale-group-page-content .event-section .event-list {
  margin-top: 20px;
}
.sale-group-page-content .event-section .event-list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  padding: 22px 20px;
  border-radius: 8px;
  background-color: #fff;
}
.sale-group-page-content .event-section .event-list .inner:hover {
  color: #222;
}
.sale-group-page-content .event-section .event-list .list-item + .list-item {
  margin-top: 12px;
}
.sale-group-page-content .event-section .event-list .list-item.list-03 .sub-text, .sale-group-page-content .event-section .event-list .list-item.list-04 .sub-text {
  font-size: 20px;
}
.sale-group-page-content .event-section .event-list .sub-title {
  font-size: 14px;
}
.sale-group-page-content .event-section .event-list .sub-text {
  margin-top: 2px;
  font-weight: 700;
  font-size: 22px;
}
.sale-group-page-content .event-section .event-list .title {
  margin-top: 2px;
  font-size: 14px;
  color: #808080;
}
.sale-group-page-content .event-section .event-list .obejct {
  width: 72px;
}
.sale-group-page-content .guide-section {
  padding: 40px 0 0;
  background-color: #2c2c2c;
}
.sale-group-page-content .guide-section .title {
  font-weight: 700;
  font-size: 18px;
  color: #01d8c0;
}
.sale-group-page-content .guide-section ul {
  margin-top: 20px;
}
.sale-group-page-content .guide-section li {
  padding-left: 10px;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  word-break: keep-all;
  color: #fff;
}
.sale-group-page-content .guide-section li a {
  color: #fff;
  line-height: 1.4;
  font-size: 12px;
}
.sale-group-page-content .guide-section li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
}
.sale-group-page-content .guide-section li + li {
  margin-top: 8px;
}

.sale-group2-page-content .intro-section {
  padding: 30px 0 50px;
}
.sale-group2-page-content .intro-section .intro-img {
  width: 301px;
  height: 256px;
  position: relative;
  margin: 0 auto;
}
.sale-group2-page-content .intro-section .intro-img img {
  max-width: none !important;
  width: 316px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sale-group2-page-content .intro-section .intro-text {
  margin-top: 30px;
  text-align: center;
}
.sale-group2-page-content .intro-section .intro-text .text {
  font-weight: 600;
  font-size: 18.5px;
}
.sale-group2-page-content .intro-section .intro-text .text strong {
  line-height: 1.3;
  font-weight: 800;
  font-size: 24.5px;
}
.sale-group2-page-content .intro-section .intro-text .img {
  width: 285px;
  margin: 8px auto 0;
}
.sale-group2-page-content .intro-section .intro-text .img img {
  display: block;
  margin: 0 auto;
}
.sale-group2-page-content .event-section {
  padding: 36px 0;
  background-color: #01d8c0;
}
.sale-group2-page-content .event-section .section-title {
  text-align: center;
}
.sale-group2-page-content .event-section .section-title .title {
  line-height: 1.4;
  font-weight: 700;
  font-size: 18.7px;
}
.sale-group2-page-content .event-section .section-title .sub-text {
  margin-top: 2px;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  text-shadow: 0px 1px 5.7px rgba(24, 120, 109, 0.5607843137);
}
.sale-group2-page-content .event-section .event-list {
  margin-top: 20px;
}
.sale-group2-page-content .event-section .event-list .list-item {
  width: 316px;
  height: 95px;
  margin: 0 auto;
  position: relative;
}
.sale-group2-page-content .event-section .event-list .list-item + .list-item {
  margin-top: 8px;
}
.sale-group2-page-content .event-section .event-list .list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.sale-group2-page-content .event-section .event-list .list-item img {
  width: 322px;
  max-width: none !important;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sale-group2-page-content .benefit-section {
  padding: 46px 0 55px;
}
.sale-group2-page-content .benefit-section .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sale-group2-page-content .benefit-section .label span {
  display: inline-block;
  padding: 5px 34px;
  background-color: #01d8c0;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.sale-group2-page-content .benefit-section .title {
  margin-top: 32px;
  text-align: center;
}
.sale-group2-page-content .benefit-section .title p {
  font-weight: 600;
  font-size: 18.4px;
  line-height: 1.48;
  letter-spacing: -0.06em;
}
.sale-group2-page-content .benefit-section .title p + p {
  margin-top: 8px;
}
.sale-group2-page-content .benefit-section .title span {
  font-weight: 600;
  color: #07355b;
}
.sale-group2-page-content .benefit-section .sub-text {
  margin-top: 36px;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.06em;
}
.sale-group2-page-content .guide-section {
  padding: 40px 0 0;
  background-color: #2c2c2c;
}
.sale-group2-page-content .guide-section .title {
  font-weight: 700;
  font-size: 18px;
  color: #01d8c0;
}
.sale-group2-page-content .guide-section ul {
  margin-top: 20px;
}
.sale-group2-page-content .guide-section li {
  padding-left: 10px;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  word-break: keep-all;
  color: #fff;
}
.sale-group2-page-content .guide-section li a {
  color: #fff;
  line-height: 1.4;
  font-size: 12px;
}
.sale-group2-page-content .guide-section li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
}
.sale-group2-page-content .guide-section li + li {
  margin-top: 8px;
}
.sale-group2-page-content .wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s both;
          animation: wobble-hor-bottom 0.8s both;
}
@-webkit-keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@media (max-width: 720px) {
  #container {
    max-width: 100%;
  }
}
.blind {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.blind.focusable:active, .blind.focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
}

body {
  background-color: #fff !important;
}

.event-five-thousand-content.pc {
  max-width: 1080px !important;
  margin: 0 auto;
  line-height: 1.4;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "돋움", dotum, sans-serif;
  color: #000;
}
.event-five-thousand-content.pc h1 {
  width: 1px !important;
  height: 1px !important;
  font-size: 1px !important;
}
.event-five-thousand-content.pc .wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s both;
          animation: wobble-hor-bottom 0.8s both;
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
.event-five-thousand-content.pc.mobile {
  max-width: 100%;
}
.event-five-thousand-content.pc * {
  line-height: 1.4;
  word-break: keep-all;
  letter-spacing: -0.02em;
}
.event-five-thousand-content.pc img {
  max-width: 100%;
}
.event-five-thousand-content.pc .section-inner {
  margin: 0 auto;
  padding: 0 60px !important;
}
.event-five-thousand-content.pc .hero-section img {
  margin: 0 auto;
}
.event-five-thousand-content.pc .intro-section {
  padding: 94px 0;
}
.event-five-thousand-content.pc .intro-section .section-title {
  text-align: center;
}
.event-five-thousand-content.pc .intro-section .section-title .sub-text {
  display: block;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.32;
}
.event-five-thousand-content.pc .intro-section .section-title .title {
  display: block;
  line-height: 1.3;
  font-weight: 700;
  font-size: 55px;
}
.event-five-thousand-content.pc .intro-section .intro-img {
  margin: 50px auto 0;
}
.event-five-thousand-content.pc .intro-section .intro-img img {
  margin: 0 auto;
  display: block;
}
.event-five-thousand-content.pc .intro-section .intro-text {
  margin-top: 94px;
  text-align: center;
}
.event-five-thousand-content.pc .intro-section .intro-text .text {
  font-weight: 600;
  font-size: 52px;
}
.event-five-thousand-content.pc .intro-section .intro-text .text strong {
  line-height: 1.3;
  font-weight: 800;
  font-size: 70px;
}
.event-five-thousand-content.pc .intro-section .intro-text .img {
  width: 807px;
  margin: 44px auto 0;
}
.event-five-thousand-content.pc .intro-section .intro-text .img img {
  display: block;
  margin: 0 auto;
}
.event-five-thousand-content.pc .event-section {
  padding: 64px 0;
  background-color: #01d8c0;
}
.event-five-thousand-content.pc .event-section .section-title {
  text-align: center;
}
.event-five-thousand-content.pc .event-section .section-title .title {
  display: block;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-size: 58px;
  color: #000;
}
.event-five-thousand-content.pc .event-section .section-title .sub-text {
  display: block;
  margin-top: 1px;
  font-weight: 800;
  font-size: 68px;
  letter-spacing: -0.03em;
  color: #000;
}
.event-five-thousand-content.pc .event-section .event-list {
  margin-top: 32px;
}
.event-five-thousand-content.pc .event-section .event-list .list-item {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.event-five-thousand-content.pc .event-section .event-list .list-item + .list-item {
  margin-top: -10px;
}
.event-five-thousand-content.pc .event-section .event-list .list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.event-five-thousand-content.pc .event-section .event-list .list-item img {
  width: 100%;
  margin: 0 auto;
}
.event-five-thousand-content.pc .benefit-section {
  padding: 95px 0 103px;
}
.event-five-thousand-content.pc .benefit-section .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event-five-thousand-content.pc .benefit-section .label span {
  display: inline-block;
  padding: 15px 115px;
  background-color: #01d8c0;
  font-weight: 600;
  font-size: 62px;
  color: #000;
}
.event-five-thousand-content.pc .benefit-section .title {
  margin-top: 68px;
  text-align: center;
}
.event-five-thousand-content.pc .benefit-section .title p {
  font-weight: 600;
  font-size: 63px;
  line-height: 1.6;
  letter-spacing: -0.06em;
}
.event-five-thousand-content.pc .benefit-section .title span {
  font-weight: 700;
  color: #008071;
}
.event-five-thousand-content.pc .benefit-section .sub-text {
  margin-top: 68px;
  line-height: 1.5;
  text-align: center;
  font-size: 48px;
  letter-spacing: -0.06em;
}
.event-five-thousand-content.pc .guide-section {
  padding: 55px 0 48px;
  background-color: #2c2c2c;
}
.event-five-thousand-content.pc .guide-section .section-inner {
  padding: 0 60px;
}
.event-five-thousand-content.pc .guide-section .title {
  font-weight: 700;
  font-size: 35px;
  color: #01d8c0;
}
.event-five-thousand-content.pc .guide-section ul {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.event-five-thousand-content.pc .guide-section li {
  padding-left: 15px;
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  color: #fff;
}
.event-five-thousand-content.pc .guide-section li a {
  color: #fff;
  line-height: 1.4;
  font-size: 18px;
  text-decoration: underline;
}
.event-five-thousand-content.pc .guide-section li::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
}
.event-five-thousand-content.pc .guide-section li + li {
  margin-top: 9px;
}
.event-five-thousand-content.pc #footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 36px 0 40px;
  background-color: #2c2c2c;
}
.event-five-thousand-content.pc #footer .address {
  font-size: 13px;
  color: #808080;
}
.event-five-thousand-content.pc #footer .info {
  margin-top: 8px;
  font-size: 13px;
  color: #808080;
}
.event-five-thousand-content.pc #footer .copyright {
  margin-top: 8px;
  font-size: 12px;
  color: #808080;
}

.blind {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.blind.focusable:active, .blind.focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
}

body {
  background-color: #fff !important;
}

.event-five-thousand-content.mobile {
  max-width: 360px;
  margin: 0 auto;
  line-height: 1.4;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "돋움", dotum, sans-serif;
  color: #000;
}
.event-five-thousand-content.mobile h1 {
  width: 1px !important;
  height: 1px !important;
  font-size: 1px !important;
}
.event-five-thousand-content.mobile .wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s both;
          animation: wobble-hor-bottom 0.8s both;
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
.event-five-thousand-content.mobile * {
  line-height: 1.4;
  word-break: keep-all;
  letter-spacing: -0.02em;
}
.event-five-thousand-content.mobile img {
  max-width: 100%;
}
.event-five-thousand-content.mobile .section-inner {
  margin: 0 auto;
  padding: 0 20px;
}
.event-five-thousand-content.mobile .hero-section img {
  margin: 0 auto;
}
.event-five-thousand-content.mobile .intro-section {
  padding: 36px 0 38px;
}
.event-five-thousand-content.mobile .intro-section .section-title {
  text-align: center;
}
.event-five-thousand-content.mobile .intro-section .section-title .sub-text {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.32;
}
.event-five-thousand-content.mobile .intro-section .section-title .title {
  display: block;
  line-height: 1.3;
  font-weight: 700;
  font-size: 18.4px;
}
.event-five-thousand-content.mobile .intro-section .intro-img {
  width: 301px;
  margin: 17px auto 0;
}
.event-five-thousand-content.mobile .intro-section .intro-img img {
  margin: 0 auto;
  display: block;
}
.event-five-thousand-content.mobile .intro-section .intro-text {
  margin-top: 30px;
  text-align: center;
}
.event-five-thousand-content.mobile .intro-section .intro-text .text {
  font-weight: 600;
  font-size: 18.5px;
}
.event-five-thousand-content.mobile .intro-section .intro-text .text strong {
  line-height: 1.3;
  font-weight: 800;
  font-size: 24.5px;
}
.event-five-thousand-content.mobile .intro-section .intro-text .img {
  width: 285px;
  margin: 8px auto 0;
}
.event-five-thousand-content.mobile .intro-section .intro-text .img img {
  display: block;
  margin: 0 auto;
}
.event-five-thousand-content.mobile .event-section {
  padding: 30px 0;
  background-color: #01d8c0;
}
.event-five-thousand-content.mobile .event-section .section-title {
  text-align: center;
}
.event-five-thousand-content.mobile .event-section .section-title .title {
  display: block;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-size: 18px;
  color: #000;
}
.event-five-thousand-content.mobile .event-section .section-title .sub-text {
  display: block;
  margin-top: 1px;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: #000;
}
.event-five-thousand-content.mobile .event-section .event-list {
  margin-top: 20px;
}
.event-five-thousand-content.mobile .event-section .event-list .list-item {
  width: 100%;
  max-width: 316px;
  height: 95px;
  margin: 0 auto;
  position: relative;
}
.event-five-thousand-content.mobile .event-section .event-list .list-item + .list-item {
  margin-top: 8px;
}
.event-five-thousand-content.mobile .event-section .event-list .list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.event-five-thousand-content.mobile .event-section .event-list .list-item img {
  max-width: 322px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.event-five-thousand-content.mobile .benefit-section {
  padding: 48px 0 60px;
}
.event-five-thousand-content.mobile .benefit-section .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event-five-thousand-content.mobile .benefit-section .label span {
  display: inline-block;
  padding: 5px 34px;
  background-color: #01d8c0;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.event-five-thousand-content.mobile .benefit-section .title {
  margin-top: 20px;
  text-align: center;
}
.event-five-thousand-content.mobile .benefit-section .title p {
  font-weight: 600;
  font-size: 18.4px;
  line-height: 1.6;
  letter-spacing: -0.06em;
}
.event-five-thousand-content.mobile .benefit-section .title span {
  font-weight: 700;
  color: #008071;
}
.event-five-thousand-content.mobile .benefit-section .sub-text {
  margin-top: 20px;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.06em;
}
.event-five-thousand-content.mobile .benefit-section .sub-text strong {
  font-weight: 600;
  color: #00b7a2;
  letter-spacing: -0.06em;
}
.event-five-thousand-content.mobile .guide-section {
  padding: 40px 0;
  background-color: #2c2c2c;
}
.event-five-thousand-content.mobile .guide-section .title {
  font-weight: 700;
  font-size: 18px;
  color: #01d8c0;
}
.event-five-thousand-content.mobile .guide-section ul {
  margin-top: 20px;
}
.event-five-thousand-content.mobile .guide-section li {
  padding-left: 10px;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  word-break: keep-all;
  color: #fff;
}
.event-five-thousand-content.mobile .guide-section li a {
  color: #fff;
  line-height: 1.4;
  font-size: 12px;
  text-decoration: underline;
}
.event-five-thousand-content.mobile .guide-section li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
}
.event-five-thousand-content.mobile .guide-section li + li {
  margin-top: 8px;
}
.event-five-thousand-content.mobile #footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 36px 0 40px;
  background-color: #2c2c2c;
}
.event-five-thousand-content.mobile #footer .address {
  font-size: 13px;
  color: #808080;
}
.event-five-thousand-content.mobile #footer .info {
  margin-top: 8px;
  font-size: 13px;
  color: #808080;
}
.event-five-thousand-content.mobile #footer .copyright {
  margin-top: 8px;
  font-size: 12px;
  color: #808080;
}