@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 200;
  src: local("SpoqaHanSansNeo"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 300;
  src: local("SpoqaHanSansNeo"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Light.woff2") format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 400;
  src: local("SpoqaHanSansNeo"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 600;
  src: local("NotoSans"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 700;
  src: local("NotoSans"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Bold.woff2") format("woff2");
}
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, button {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 12rem;
  font-family: "SpoqaHanSansNeo";
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  line-height: 1;
  cursor: pointer;
}

#webContent {
  padding: 0;
  transition: none;
}

.event-wrap {
  overflow: visible;
  margin: 0 auto;
}

.wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.5);
  transition: all 0.5s ease-in-out;
}

@media (min-width: 320px) and (max-width: 375px) and (max-height: 667px) {
  .popup.dialog > .popup_container.header_line > .pop-body .pop-content {
    overflow-y: auto;
    max-height: 3.5rem;
  }
  .popup.dialog > .popup_container.header_line > .pop-body .pop-content .img_box .figure_img + .text {
    margin-top: 0.16rem;
  }
}
@media (min-height: 668px) and (max-height: 740px) {
  .popup.dialog > .popup_container.header_line > .pop-body .pop-content {
    overflow-y: auto;
    max-height: 4.2rem;
  }
  .popup.dialog > .popup_container.header_line > .pop-body .pop-content .img_box .figure_img + .text {
    margin-top: 0.16rem;
  }
}
.popup {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.popup.active {
  display: block;
}
.popup.active > .popup_container {
  transform: translateY(0);
}
.popup.active.head_fix > .popup_container {
  transform: translateY(0);
}
.popup.active.head_fix.btn_add > .popup_container {
  transform: translateY(-10%);
}
.popup.dialog {
  bottom: auto;
  width: auto;
  transform: none;
}
.popup.dialog.active {
  display: block;
}
.popup.dialog.active > .popup_container {
  opacity: 1;
}
.popup.dialog > .popup_container {
  top: 50%;
  left: 16rem;
  max-height: none;
  overflow: hidden;
  bottom: auto;
  border-radius: 16rem;
  width: calc(100% - 32rem);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.popup.dialog > .popup_container.header_line > .pop-header {
  padding-top: 0;
  font-size: 20rem;
  line-height: 26rem;
  letter-spacing: -0.5rem;
}
.popup.dialog > .popup_container.header_line > .pop-body .pop-content {
  padding-top: 32rem;
  padding-bottom: 32rem;
}
.popup.dialog > .popup_container > .pop-header {
  padding-top: 32rem;
}
.popup.dialog > .popup_container > .pop-header > .btn_close.type_close::after, .popup.dialog > .popup_container > .pop-header > .btn_close.type_close::before {
  height: 1rem;
}
.popup.dialog > .popup_container > .pop-header > .btn_close + h2 {
  padding-top: 0;
}
.popup.dialog > .popup_container > .pop-header > h2 {
  font-size: 20rem;
  font-weight: 700;
  line-height: 22rem;
  letter-spacing: -0.4rem;
}
.popup.dialog > .popup_container > .pop-header > h2.tit_mid {
  font-size: 16rem;
}
.popup.dialog > .popup_container > .pop-body {
  margin-top: -1px;
}
.popup.none {
  display: none;
}
.popup > .popup_container {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 1rem;
  max-height: calc(100% - 68rem);
  border-radius: 16rem 16rem 0 0;
  transform: translateY(105%);
  transition: transform 0.5s ease;
  background-color: #ffffff;
  overflow: scroll;
}

.popup > .popup_container > .pop-header {
  position: relative;
  text-align: center;
}
.popup > .popup_container > .pop-header > .btn_close, .popup > .popup_container > .pop-header > .btn_close2 {
  padding: 8rem 0 32rem;
}
.popup > .popup_container > .pop-header > .btn_close::before, .popup > .popup_container > .pop-header > .btn_close2::before {
  content: "";
  display: block;
  width: 36rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #dee2e6;
}

.popup > .popup_container > .pop-header > .btn_close + h2, .popup > .popup_container > .pop-header > .btn_close2 + h2 {
  padding-top: 0;
}
.popup > .popup_container > .pop-header > .btn_close.type_close, .popup > .popup_container > .pop-header > .btn_close2.type_close {
  position: absolute;
  top: 50%;
  right: 16rem;
  transform: translateY(-50%);
  padding: 0;
  width: 24rem;
  height: 24rem;
}
.popup > .popup_container > .pop-header > .btn_close.type_close::after, .popup > .popup_container > .pop-header > .btn_close.type_close::before, .popup > .popup_container > .pop-header > .btn_close2.type_close::after, .popup > .popup_container > .pop-header > .btn_close2.type_close::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 7.5rem);
  width: 20rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #212121;
}

.popup > .popup_container > .pop-header > .btn_close.type_close::before, .popup > .popup_container > .pop-header > .btn_close2.type_close::before {
  transform: rotate(-45deg);
}
.popup > .popup_container > .pop-header > .btn_close.type_close::after, .popup > .popup_container > .pop-header > .btn_close2.type_close::after {
  transform: rotate(45deg);
}
.popup > .popup_container > .pop-header > .btn_close.type_close + h2, .popup > .popup_container > .pop-header > .btn_close2.type_close + h2 {
  padding-top: 16rem;
}
.popup > .popup_container > .pop-header > .btn_close.type_close + h2.h_sm, .popup > .popup_container > .pop-header > .btn_close2.type_close + h2.h_sm {
  font-size: 14rem;
  line-height: 19rem;
}
.popup > .popup_container > .pop-header > h2 {
  padding: 16rem;
  font-size: 20rem;
  font-weight: 700;
  color: #212121;
  letter-spacing: -0.5rem;
}
.popup > .popup_container > .pop-body {
  max-height: calc(100% - 48rem);
}
.popup > .popup_container > .pop-body .pop-content {
  padding: 0 16rem 16rem;
}
.popup > .popup_container.header_line > .pop-header {
  border-bottom: 0.01rem solid;
  border-color: #e7ebef;
}

.popup > .popup_container.header_line > .pop-header > .btn_close {
  padding-bottom: 16rem;
}
.popup > .popup_container.header_line > .pop-body .pop-content {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.popup > .popup_container .btn_wrap button {
  display: block;
  width: 100%;
  height: 48rem;
  font-size: 16rem;
  border-radius: 0;
  font-weight: 700;
  background-color: #4f3fc6;
  color: #ffffff;
}

.share_wrap {
  display: flex;
  flex-direction: row;
  padding: 12rem 0;
}
.share_wrap li {
  flex-grow: 1;
  font-size: 13rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: -0.33rem;
  text-align: center;
}

.share_wrap li button::before {
  content: "";
  display: block;
  margin: 0 auto 8rem;
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  background-color: #e7ebef;
  background-repeat: no-repeat;
  background-size: 100%;
}

.share_wrap li.ico_sms button::before {
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ic_invite_sms.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.share_wrap li.ico_kakao button::before {
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ic_invite_kakao.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.share_wrap li.ico_link button::before {
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ic_invite_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.share_wrap li.ico_other button::before {
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ic_invite_other.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 420px) and (max-width: 640px) {
  .popup.dialog > .popup_container.header_line > .pop-body .pop-content {
    overflow-y: auto;
    max-height: 3.2rem;
  }
}
.tab_wrap .tab_list {
  display: flex;
  align-items: center;
}
.tab_wrap .tab_list li {
  position: relative;
  width: 100%;
  text-align: center;
}
.tab_wrap .tab_list li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1rem solid #dee2e6;
}
.tab_wrap .tab_list li .btn_tablist_item {
  display: inline-block;
  width: 100%;
  height: 48rem;
  font-size: 16rem;
  background-color: #fff;
  color: #666;
  font-weight: 600;
}
.tab_wrap .tab_list li.on {
  color: #4f3fc6;
}
.tab_wrap .tab_list li.on .btn_tablist_item {
  color: #4f3fc6;
  font-weight: 700;
}
.tab_wrap .tab_list li.on::after {
  border-bottom: 2rem solid #4f3fc6;
}

.container.club_info {
  margin-top: 0;
}
.container.club_info * {
  color: #212121;
  font-size: 13rem;
  line-height: 17rem;
  letter-spacing: -0.33rem;
  font-weight: 600;
}
.container.club_info.web .web_tab {
  padding: 32rem 16rem 88rem;
}
.container.club_info.web .btn_wrap.fixed_box {
  position: fixed;
  max-width: 720px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 16rem;
  margin: 0;
}
.container.club_info.web .btn_wrap.fixed_box button {
  display: block;
  max-width: 720px;
  width: 100%;
  height: 56rem;
  background-color: #4f3fc6;
  color: #ffffff;
  border-radius: 16rem;
}
.container.club_info .guide_top {
  position: relative;
  padding: 56rem 0 271rem;
  background: url("/e/kms/assets/images/event/2026/EC260044/bg_info.png") no-repeat center bottom / 360rem 320rem;
  background-color: #141108;
}
.container.club_info .guide_top img {
  display: block;
  width: 194rem;
  height: 113rem;
  margin: 0 auto;
}
.container.club_info .guide_top .share {
  position: absolute;
  display: block;
  width: 24rem;
  height: 24rem;
  top: 16rem;
  right: 16rem;
  font-size: 0;
  line-height: 0;
  text-indent: -9999rem;
  background: url("/e/kms/assets/images/event/2026/EC260044/ico_share.png") no-repeat 0 0 / 24rem 24rem;
}
.container.club_info .tab_list li .btn_tablist_item {
  height: 44rem;
  background-color: #111;
  font-size: 14rem;
  line-height: 17rem;
  letter-spacing: -0.35rem;
  color: #666;
}
.container.club_info .tab_list li.on {
  color: #fff;
}
.container.club_info .tab_list li.on .btn_tablist_item {
  background-color: #de22af;
  color: #fff;
  font-weight: normal;
}
.container.club_info .tab_list li:after {
  display: none;
}
.container.club_info .tab_cont {
  padding: 32rem 16rem;
}
.container.club_info .tab_cont .detail_list {
  margin-top: 48rem;
}
.container.club_info .tab_cont .detail_list:first-child {
  margin-top: 0;
}
.container.club_info .tab_cont .tit {
  margin-bottom: 20rem;
  font-weight: bold;
  font-size: 18rem;
  line-height: 21rem;
  letter-spacing: -0.45rem;
}
.container.club_info .tab_cont .tit strong {
  display: block;
  padding-top: 5rem;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #4f3fc6;
  font-weight: inherit;
}
.container.club_info .tab_cont .tit span {
  display: inline-block;
  min-width: 60rem;
  height: 26rem;
  padding: 5rem 10rem 4rem;
  font-size: 12rem;
  line-height: 16rem;
  letter-spacing: -0.3rem;
  font-weight: 700;
  background-color: #e7ebee;
  color: #372c8a;
  border-radius: 13rem;
  box-sizing: border-box;
  text-align: center;
}
.container.club_info .tab_cont .sub_tit {
  margin: 40rem 0 12rem;
  font-weight: 600;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: -0.4rem;
  color: #212121;
}
.container.club_info .tab_cont .sub_tit:first-child {
  margin-top: 0;
}
.container.club_info .tab_cont .info_detail li {
  display: flex;
  gap: 12rem;
  margin-top: 12rem;
  line-height: 25rem;
  align-items: baseline;
}
.container.club_info .tab_cont .info_detail li:first-child {
  margin-top: 0;
}
.container.club_info .tab_cont .info_detail li:last-child {
  line-height: 18rem;
}
.container.club_info .tab_cont .info_detail span {
  display: inline-block;
  width: 62rem;
  height: 25rem;
  padding: 4rem 0;
  text-align: center;
  border: 1rem solid #4f3fc6;
  color: #4f3fc6;
  font-size: 12rem;
  line-height: 15rem;
  border-radius: 12rem;
  box-sizing: border-box;
}
.container.club_info .tab_cont .find_detail {
  position: relative;
  padding-bottom: 24rem;
  margin-bottom: 24rem;
}
.container.club_info .tab_cont .find_detail::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1rem;
  left: 0;
  bottom: 0;
  background-color: #f0f2f4;
}
.container.club_info .tab_cont .find_detail li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 152rem;
  box-sizing: border-box;
}
.container.club_info .tab_cont .find_detail li p {
  font-weight: 600;
}
.container.club_info .tab_cont .find_detail li span {
  display: block;
}
.container.club_info .tab_cont .find_detail li span.color {
  font-size: inherit;
  line-height: inherit;
  color: #4f3fc6;
}
.container.club_info .tab_cont .find_detail li span.info {
  margin-top: 6rem;
  font-size: 12rem;
  line-height: 17rem;
  color: #666666;
  font-weight: normal;
  letter-spacing: normal;
}
.container.club_info .tab_cont .find_detail li:nth-child(1) {
  height: 104rem;
  margin-bottom: 16rem;
  background: url("/e/kms/assets/images/event/2026/EC260044/img_info_detail01.png") no-repeat left center/ 142rem 104rem;
}
.container.club_info .tab_cont .find_detail li:nth-child(2) {
  background: url("/e/kms/assets/images/event/2026/EC260044/img_info_detail02.png") no-repeat left center / 142rem 70rem;
}
.container.club_info .tab_cont .btn_wrap {
  margin-bottom: 25rem;
}
.container.club_info .tab_cont .btn_wrap button {
  height: 56rem;
  border-radius: 16rem;
}
.container.club_info .tab_cont .detail_box {
  display: flex;
  height: 74rem;
  align-items: center;
  padding-left: 112rem;
  margin-top: 32rem;
  border-radius: 16rem;
  font-size: 12rem;
  letter-spacing: normal;
  background: url("/e/kms/assets/images/event/2026/EC260044/img_info_detail03.png") no-repeat left 32rem center / 64rem 34rem;
  background-color: #f7f9fa;
}
.container.club_info .tab_cont .event_box {
  margin-top: 32rem;
}
.container.club_info .tab_cont .event_box button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 96rem;
  padding-left: 24rem;
  text-align: left;
  border-radius: 16rem;
  font-weight: 600;
  font-size: 12rem;
  line-height: 17rem;
  background: url("/e/kms/assets/images/event/2026/EC260044/img_info_winenr.png") no-repeat center right 8rem / 112rem 96rem;
  background-color: #f7f9fa;
}
.container.club_info .tab_cont .event_box button .desc {
  color: #666666;
}
.container.club_info .tab_cont .bnr_box {
  margin-top: 32rem;
}
.container.club_info .tab_cont .bnr_box img {
  display: block;
  width: 360rem;
  height: auto;
  margin: 0 auto;
}
.container.club_info .tab_cont .desc {
  position: relative;
  padding-left: 7rem;
  margin-top: 5rem;
  font-size: 11rem;
  line-height: 15rem;
  letter-spacing: -0.28rem;
  color: #999999;
  font-weight: normal;
}
.container.club_info .tab_cont .desc:before {
  content: "*";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11rem;
  line-height: 15rem;
  color: #999;
  font-weight: normal;
}
.container.club_info .tab_cont .desc + .sub_desc {
  margin-top: 4rem;
}
.container.club_info .tab_cont .desc.desc_p24 {
  margin-left: 8rem;
}
.container.club_info .tab_cont .desc.desc_pt32 {
  margin-top: 32rem;
}
.container.club_info .tab_cont .sub_desc {
  padding-left: 7rem;
  font-size: 11rem;
  line-height: 15rem;
  letter-spacing: -0.28rem;
  color: #999;
}
.container.club_info .tab_cont .symbol_wrap {
  display: flex;
  padding-top: 14rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.container.club_info .tab_cont .symbol_wrap .symbol_move_area {
  display: flex;
  white-space: nowrap;
  gap: 8rem;
  animation: marquee-symbol 20s linear infinite;
}
.container.club_info .tab_cont .symbol_wrap .symbol_move_area .symbol_item {
  display: flex;
  padding: 8rem 16rem 8rem 9rem;
  border-radius: 5rem;
  background-color: #f7f9fa;
  gap: 8rem;
  align-items: center;
}
.container.club_info .tab_cont .symbol_wrap .symbol_move_area .symbol_item .ico {
  width: 36rem;
  height: 36rem;
}
.container.club_info .tab_cont .symbol_wrap .symbol_move_area .symbol_item .ico.ico1 {
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ico_symbol1.png");
}
.container.club_info .tab_cont .symbol_wrap .symbol_move_area .symbol_item .ico.ico2 {
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ico_symbol2.png");
}
.container.club_info .tab_cont .symbol_wrap .symbol_move_area .symbol_item .ico.ico3 {
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ico_symbol3.png");
}
.container.club_info .tab_cont .symbol_wrap .symbol_move_area .symbol_item .ico.ico4 {
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ico_symbol4.png");
}
.container.club_info .tab_cont .symbol_wrap .symbol_move_area .symbol_item .ico.ico5 {
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ico_symbol5.png");
}
.container.club_info .tab_cont .symbol_wrap .symbol_move_area .symbol_item .ico.ico6 {
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ico_symbol6.png");
}
.container.club_info .tab_cont .symbol_wrap .symbol_move_area .symbol_item .txt {
  font-size: 13rem;
  color: #222;
  font-weight: 600;
  line-height: 18rem;
}
.container.club_info .tab_cont .symbol_wrap:before {
  position: absolute;
  top: 14rem;
  left: 0;
  width: 26rem;
  height: 52rem;
  background: #fff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 10;
  content: "";
}
.container.club_info .tab_cont .symbol_wrap:after {
  position: absolute;
  top: 14rem;
  right: 0;
  width: 26rem;
  height: 52rem;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 10;
  content: "";
}
@keyframes marquee-symbol {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.container.club_info .tab_cont .align_c {
  letter-spacing: normal;
}
.container.club_info .tab_cont .align_c span {
  display: block;
  margin-top: 4rem;
  font-size: 11rem;
  line-height: 15rem;
  font-weight: normal;
  color: #666;
  letter-spacing: normal;
}
.container.club_info .tab_cont .logo_top {
  padding-top: 3rem;
}
.container.club_info .tab_cont .border_top {
  padding-top: 168rem;
  margin-top: 32rem;
  border-top: 1rem solid #f0f2f4;
  background-image: url("/e/kms/assets/images/event/2026/EC260044/img_info_galaxy.png");
  background-repeat: no-repeat;
  background-size: 168rem 120rem;
  background-position: center top 32rem;
}
.container.club_info .tab_cont .tbl_ranking {
  width: 100%;
}
.container.club_info .tab_cont .tbl_ranking th {
  padding: 7rem;
  background-color: #f7f9fa;
  text-align: center;
  font-size: 13rem;
  line-height: 17rem;
  color: #999999;
  font-weight: 600;
  border-radius: 8rem 0 0 8rem;
}
.container.club_info .tab_cont .tbl_ranking th:last-child {
  border-radius: 0 8rem 8rem 0;
}
.container.club_info .tab_cont .tbl_ranking td {
  position: relative;
  padding: 8rem;
  text-align: center;
  font-size: 13rem;
  line-height: 29rem;
  color: #333;
  letter-spacing: normal;
}
.container.club_info .tab_cont .tbl_ranking td img {
  display: inline-block;
  width: 28rem;
  height: 28rem;
  margin-right: 5rem;
}
.container.club_info .btn_wrap button {
  font-size: 16rem;
}
.container.club_info .btn_wrap button.btn_type7 {
  color: #fff;
}
.container.club_info .accordion {
  margin-top: 8rem;
}
.container.club_info .accordion .btn_detail {
  position: relative;
  display: block;
  padding-left: 7rem;
  padding-right: 16rem;
  font-weight: 600;
  font-size: 11rem;
  line-height: 12rem;
  letter-spacing: -0.28rem;
  color: #333;
}
.container.club_info .accordion .btn_detail:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 12rem;
  height: 12rem;
  background-image: url("/e/kms/assets/images/event/2026/EC260044/icon_search_16.png");
  background-size: 12rem 12rem;
  background-repeat: no-repeat;
  background-position: right center;
}
.container.club_info .accordion .btn_detail.open:after {
  transform: rotate(180deg);
}
.container.club_info .accordion .box {
  display: none;
  padding: 20rem;
  margin-top: 12rem;
  background-color: #f7f9fa;
  border-radius: 8rem;
}
.container.club_info .accordion .box.open {
  display: block;
}
.container.club_info .accordion .box dt span {
  padding: 4rem 9rem;
  background-color: #e7ebee;
  color: #372c8a;
  font-size: 12rem;
  font-weight: bold;
  line-height: 16rem;
  letter-spacing: -0.3rem;
  border-radius: 14rem;
}
.container.club_info .accordion .box .img_cal {
  padding-bottom: 70rem;
  background-image: url("/e/kms/assets/images/event/2026/EC260044/img_cal.png");
  background-size: 277rem 63rem;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.container.club_info .list_dot {
  margin-top: 12rem;
}
.container.club_info .list_dot > li {
  position: relative;
  margin-top: 11rem;
  padding-left: 11rem;
}
.container.club_info .list_dot > li * {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.container.club_info .list_dot > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6rem;
  background-color: #dee2e6;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.container.club_info .list_dot > li:first-child {
  margin-top: 0;
}
.container.club_info .list_dot > li.bold {
  font-weight: 700;
}
.container.club_info .list_dot > li.red {
  color: #ff5353;
}
.container.club_info .list_dot > li.point {
  color: #333;
}
.container.club_info .list_dot .tit {
  margin-bottom: 6rem;
  font-size: 13rem;
  font-weight: 600;
  line-height: 17rem;
  letter-spacing: -0.33rem;
  color: #333;
}
.container.club_info .list_dot .list_bar li {
  margin-top: 6rem;
  color: #666;
  font-weight: normal;
  font-size: 12rem;
  line-height: 16rem;
}
.container.club_info .list_dot .list_bar li .desc .red {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #ff5353;
}
.container.club_info .list_dot .list_bar li img {
  display: block;
  margin-top: 4rem;
}
.container.club_info .apply_info li {
  margin-bottom: 32rem;
  padding: 136rem 0 32rem;
  background-size: 328rem 120rem;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 13rem;
  line-height: 18rem;
  letter-spacing: normal;
  border-bottom: 1rem solid #f0f2f4;
}
.container.club_info .apply_info li:nth-child(1) {
  background-image: url("/e/kms/assets/images/event/2026/EC260044/img_apply01.png");
}
.container.club_info .apply_info li:nth-child(2) {
  background-image: url("/e/kms/assets/images/event/2026/EC260044/img_apply02.png");
}
.container.club_info .apply_info li:nth-child(3) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  background-image: url("/e/kms/assets/images/event/2026/EC260044/img_apply03.png");
}
.container.club_info .apply_info li > span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #4f3fc6;
}
.container.club_info .apply_info li .making_club {
  display: block;
  width: 216rem;
  height: 36rem;
  margin: 12rem auto 0;
  padding: 10rem;
  color: #fff;
  border-radius: 4rem;
  text-align: center;
  font-size: 13rem;
  font-weight: bold;
  line-height: 17rem;
  letter-spacing: -0.33rem;
  background-color: #4f3fc6;
  box-sizing: border-box;
}
.container.club_info .apply_info li .making_account {
  display: flex;
  width: 296rem;
  height: 84rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 19rem auto 0;
  padding-left: 92rem;
  background: url("/e/kms/assets/images/event/2026/EC260044/img_apply02_1.png") no-repeat center left 32rem;
  background-size: 44rem 44rem;
  background-color: #f7f9fa;
  border-radius: 16rem;
  font-size: 12rem;
  line-height: 16rem;
  color: #666;
}
.container.club_info .apply_info li .making_account span {
  display: block;
  padding-right: 14rem;
  margin-top: 2rem;
  font-weight: 600;
  font-size: inherit;
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ico_arrow_right_12.png");
  background-position: right center;
  background-size: 12rem 12rem;
  background-repeat: no-repeat;
  background-color: #1e1e1e;
}
.container.club_info .apply_info li .more {
  display: block;
  margin-top: 4rem;
  font-size: 11rem;
  line-height: 15rem;
  color: #666;
  font-weight: normal;
}
.container.club_info .apply_info li .btn_box {
  display: flex;
  gap: 8rem;
  margin-top: 12rem;
  justify-content: center;
}
.container.club_info .apply_info li .btn_box button {
  width: 104rem;
  height: 36rem;
  padding: 10rem;
  font-weight: 600;
  font-size: 13rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.33rem;
  border-radius: 4rem;
  border: 1rem solid #4f3fc6;
  color: #4f3fc6;
  box-sizing: border-box;
}
.container.club_info .apply_info li .btn_box button.full {
  color: #fff;
  font-weight: 700;
  background-color: #4f3fc6;
}
.container.club_info .desc_box {
  position: relative;
  width: 296rem;
  margin: 20rem auto 0;
  padding: 16rem 16rem 16rem 23rem;
  background-color: #f7f9fa;
  font-size: 16rem;
  font-size: 11rem;
  font-weight: 400;
  line-height: 15rem;
  letter-spacing: -0.28rem;
  color: #999;
}
.container.club_info .desc_box::before {
  content: "*";
  display: inline-block;
  margin-right: 2rem;
  font-size: 11rem;
  line-height: 15rem;
  color: #999;
}
.container.club_info .desc_box.desc_box_type2 {
  padding: 17rem 0 16rem;
  text-align: center;
}
.container.club_info .desc_box.desc_box_type2::before {
  display: none;
}
.container.club_info .provision * {
  color: #333;
}
.container.club_info .provision .tit {
  margin: 24rem 0 12rem;
}
.container.club_info .provision .tit:first-child {
  margin-top: 0;
}
.container.club_info .provision .txt {
  margin-bottom: 12rem;
}
.container.club_info .provision .btn_box {
  margin-top: 6rem;
}
.container.club_info .provision .chk_ok {
  display: inline-block;
  padding: 7rem;
  border-radius: 4rem;
  border: 1rem solid #dee2e6;
  color: #212121;
  font-size: 11rem;
  line-height: 15rem;
  letter-spacing: -0.28rem;
  font-weight: 600;
}
.container.club_info .provision .box {
  width: 100%;
  margin-top: 8rem;
  padding: 20rem 10rem;
  border: 1rem solid #dee2e6;
  box-sizing: border-box;
}
.container.club_info .provision .box .text {
  font-weight: bold;
  font-size: 11rem;
  line-height: 15rem;
  letter-spacing: -0.28rem;
}
.container.club_info .provision .box .text.align_c {
  text-align: center;
}
.container.club_info .provision .box .text .padding_left {
  margin-top: 0;
  padding-left: 50rem;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #333;
}
.container.club_info .provision .list_bar {
  margin-top: 6rem;
}
.container.club_info .provision .list_bar li {
  margin-top: 0;
  font-size: 12rem;
  color: #666;
  font-weight: 400;
}
.container.club_info .provision .red {
  color: #ff5353;
}
.container.club_info .provision .list_nm {
  padding: 16rem;
  margin: 12rem 0 0;
  border: 1rem solid #dee2e6;
  text-align: left;
}
.container.club_info .provision .list_nm .listNumber li {
  position: relative;
  margin-top: 12rem;
  padding: 2rem 0 2rem 22rem;
  color: #666;
  font-size: 11rem;
  line-height: 15rem;
  letter-spacing: -0.28rem;
  font-weight: 400;
}
.container.club_info .provision .list_nm .listNumber li:first-child {
  margin-top: 0;
}
.container.club_info .provision .list_nm .listNumber li .numbering {
  display: block;
  position: absolute;
  left: 0;
  top: 4rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  text-align: center;
  font-size: 10rem;
  letter-spacing: -0.25rem;
  line-height: 16rem;
  letter-spacing: normal;
  background-color: #f0f2f4;
  color: #666;
}
.container.club_info .provision .list_nm .tit {
  font-size: 13rem;
  line-height: 17rem;
  letter-spacing: -0.33rem;
  font-weight: 600;
}
.container.club_info .provision .btn_box {
  margin-top: 14rem;
  font-size: 0;
  line-height: 0;
}
.container.club_info .provision .btn_box .btn_check {
  height: 30rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background-color: #4f3fc6;
  color: #fff;
  font-weight: 600;
  font-size: 11rem;
  line-height: 15rem;
  letter-spacing: -0.28rem;
  padding: 8rem;
  border-radius: 4rem;
}
.container.club_info .provision .btn_box .btn_check + .btn_check {
  margin-left: 8rem;
}
.container.club_info .provision .img_cal {
  padding-bottom: 80rem;
  background-image: url("/e/kms/assets/images/event/2026/EC260044/img_cal.png");
  background-repeat: no-repeat;
  background-size: 309rem auto;
  background-position: bottom center;
}
.container.club_info .share_event {
  background-color: #f7f9fa;
}
.container.club_info .qna > li {
  position: relative;
  margin-bottom: 20rem;
  padding-left: 36rem;
  padding-bottom: 20rem;
  border-bottom: 1rem solid #f0f2f4;
  font-size: 13rem;
  line-height: 17rem;
  color: #666;
  font-weight: 600;
}
.container.club_info .qna > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 26rem;
  height: 26rem;
  top: 0;
  left: 0;
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ico_q.png");
  background-repeat: no-repeat;
  background-size: 26rem 26rem;
}
.container.club_info .qna > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.container.club_info .qna > li .q {
  position: relative;
  font-weight: bold;
  margin-bottom: 8rem;
  font-size: 16rem;
  line-height: 26rem;
  letter-spacing: -0.4rem;
}
.container.club_info .qna > li .desc + .desc {
  margin-top: 0;
}
.container.club_info .share_event {
  margin: 48rem -16rem -32rem;
  padding: 48rem 16rem;
}
.container.club_info .share_event dt {
  font-size: 20rem;
  line-height: 26rem;
  text-align: center;
  font-weight: bold;
}
.container.club_info .share_event dt span {
  display: block;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: #4f3fc6;
}
.container.club_info .share_event .btn_box {
  margin-top: 12rem;
}
.container.club_info .share_event .btn_box .btn_share {
  display: block;
  height: 30rem;
  margin: 0 auto;
  padding: 8rem 12rem 8rem 28rem;
  border-radius: 4rem;
  border: 1rem solid #4f3fc6;
  color: #4f3fc6;
  font-size: 11rem;
  line-height: 13rem;
  letter-spacing: -0.28rem;
  font-weight: 600;
  background-image: url("/e/kms/assets/images/event/2026/EC260044/ico_share_12.png");
  background-size: 12rem 12rem;
  background-repeat: no-repeat;
  background-position: top 9rem left 12rem;
}
.container.club_info .share_event .list_share {
  margin-top: 32rem;
}
.container.club_info .share_event .list_share li {
  text-align: center;
  background-size: 328rem 120rem;
  background-position: top center;
  font-size: 13rem;
  font-weight: 600;
  line-height: 18rem;
  background-repeat: no-repeat;
  background-position: center top;
}
.container.club_info .share_event .list_share li span {
  display: block;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #6a42de;
}
.container.club_info .share_event .list_share li:nth-child(1) {
  padding-top: 148rem;
  padding-bottom: 32rem;
  margin-bottom: 32rem;
  border-bottom: 1rem solid #e7ebef;
  background-image: url("/e/kms/assets/images/event/2026/EC260044/img_info_share01.png");
  background-size: 328rem 140rem;
}
.container.club_info .share_event .list_share li:nth-child(2) {
  padding-top: 110rem;
  background-image: url("/e/kms/assets/images/event/2026/EC260044/img_info_share02.png");
  background-size: 328rem 102rem;
}
.container.club_info .share_event .list_share li .btn_box {
  margin-top: 16rem;
}
.container.club_info .share_event .list_share li .btn_box button {
  display: block;
  width: 216rem;
  height: 36rem;
  margin: 0 auto;
  padding: 10rem 0 9rem;
  border-radius: 4rem;
  background-color: #4f3fc6;
  color: #fff;
  font-weight: bold;
  font-size: 13rem;
  line-height: 17rem;
  letter-spacing: -0.33rem;
  text-align: center;
  box-sizing: border-box;
}