@charset "UTF-8";
/* Pretendard */
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: url("https://cdn.confe.kr/resources/fonts/Pretendard-Black.woff2") format("woff2"), url("https://cdn.confe.kr/resources/fonts/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: url("https://cdn.confe.kr/resources/fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("https://cdn.confe.kr/resources/fonts/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: url("https://cdn.confe.kr/resources/fonts/Pretendard-Bold.woff2") format("woff2"), url("https://cdn.confe.kr/resources/fonts/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: url("https://cdn.confe.kr/resources/fonts/Pretendard-SemiBold.woff2") format("woff2"), url("https://cdn.confe.kr/resources/fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: url("https://cdn.confe.kr/resources/fonts/Pretendard-Medium.woff2") format("woff2"), url("https://cdn.confe.kr/resources/fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.confe.kr/resources/fonts/Pretendard-Regular.woff2") format("woff2"), url("https://cdn.confe.kr/resources/fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: url("https://cdn.confe.kr/resources/fonts/Pretendard-Light.woff2") format("woff2"), url("https://cdn.confe.kr/resources/fonts/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: url("https://cdn.confe.kr/resources/fonts/Pretendard-ExtraLight.woff2") format("woff2"), url("https://cdn.confe.kr/resources/fonts/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: url("https://cdn.confe.kr/resources/fonts/Pretendard-Thin.woff2") format("woff2"), url("https://cdn.confe.kr/resources/fonts/Pretendard-Thin.woff") format("woff");
}
/* Y_Spotlight */
@font-face {
  font-family: "YOnlyYouShine";
  src: url("https://cdn.confe.kr/resources/fonts/Y_Spotlight.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "YFavorite";
  src: url("https://cdn.confe.kr/resources/fonts/YOnepickTTF-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "YFavorite";
  src: url("https://cdn.confe.kr/resources/fonts/YOnepickTTF-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
/* reset */
/* 최대 화면 크기 설정 */
/* 전역 스위치: 딱 1번만 선언 */
/* 
모바일에서만 vw를 사용할 경우 vw함수만 사용해도 무방
pc와 모바일 둘다 vw를 사용할경우 pc에서는 vw함수를
모바일에서는 vw-mo함수를 사용
*/
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}
@media (max-width: 359.5px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 325px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 321.5px) {
  html {
    font-size: calc(100vw / 360 * 20);
  }
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  font-weight: 400;
  color: #0a0a0a;
  font-family: "Pretendard", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 20px;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  -webkit-border-radius: 0;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
main,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #0a0a0a;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
  border: 0px;
  vertical-align: top;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

input:focus,
textarea:focus {
  outline: none;
}

button,
a,
label,
select,
.selectric-container * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0.1); /* 일부 최신 버전의 크롬을 위한 설정 */
}

/* reset */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
}
.btn.small {
  min-width: 4.05rem;
  min-height: 1.7rem;
  padding: 0 0.5rem;
  font-size: 0.6rem;
  font-weight: 700;
}
.btn.medium {
  min-height: 2.7rem;
  padding: 0 0.65rem;
  font-weight: 700;
  font-size: 0.8rem;
}
.btn.large {
  height: 3.2rem;
  padding: 0 0.8rem;
  font-weight: 700;
  font-size: 0.8rem;
}
.btn.xlarge {
  height: 4.4rem;
  padding: 0 1rem;
  font-weight: 700;
  font-size: 1.1rem;
}
.btn.primary {
  background-color: #2546cd;
  border-color: #2546cd;
}
.btn.gray-900 {
  color: #fff;
  background-color: #333d4b;
}
.btn.gray-800 {
  color: #fff;
  background-color: #4e5968;
}
.btn.gray-700 {
  color: #fff;
  background-color: #6b7684;
}
.btn.gray-600 {
  color: #fff;
  background-color: #8b95a1;
}
.btn.gray-500 {
  color: #fff;
  background-color: #b0b8c1;
}
.btn.gray-400 {
  color: #fff;
  background-color: #d1d6db;
}
.btn.gray-300 {
  color: #fff;
  background-color: #e5e8eb;
}
.btn.gray-200 {
  color: #fff;
  background-color: #f2f4f6;
}
.btn.gray-100 {
  color: #fff;
  background-color: #f9fafb;
}
.btn.green-400 {
  color: #fff;
  background-color: #01d8c0;
}
.btn.green-300 {
  color: #fff;
  background-color: #2cbab6;
}
.btn.green-200 {
  color: #fff;
  background-color: #9cf5d7;
}
.btn.green-100 {
  color: #fff;
  background-color: #c7fff4;
}
.btn.slightly {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.btn.lightSlightly {
  background-color: #989898;
  border-color: #989898;
  color: #fff;
}
.btn.dark {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn.danger {
  background-color: #ff5c9d;
  border-color: #ff5c9d;
  color: #fff;
}
.btn.warning {
  background-color: #ff5c9d;
  border-color: #ff5c9d;
  color: #fff;
}
.btn.round.small {
  border-radius: 0.2rem;
}
.btn.round.medium {
  border-radius: 0.6rem;
}
.btn.round.large {
  border-radius: 0.8rem;
}
.btn.round.xlarge {
  border-radius: 1.5rem;
}
.btn.border {
  border: 1px solid #000;
}
.btn.border.primary {
  color: #2546cd;
  border-color: #2546cd;
  background-color: transparent;
}
.btn.border.slightly {
  border-color: #888;
  color: #888;
  background-color: transparent;
}
.btn.border.lightSlightly {
  border-color: #a1a1a1;
  color: #a1a1a1;
  background-color: transparent;
}
.btn.border.dark {
  border-color: #222;
  color: #222;
  background-color: transparent;
}
.btn.border.warning {
  border-color: #ff5c9d;
  color: #ff5c9d;
  background-color: transparent;
}
.btn.border.danger {
  border-color: #ff5c9d;
  color: #ff5c9d;
  background-color: transparent;
}
.btn.full {
  max-width: 100%;
  width: 100%;
}
.btn.disabled {
  background-color: #6b7684;
  pointer-events: none;
}
.btn.disabled.gray-900 {
  color: #8b95a1;
  background-color: #333d4b;
}

.btn-link-home .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-home-24x24.png");
}

.btn-bell .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-bell-24x24.png");
}

.btn-share-url .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-url-copy-24x24.png");
}

.btn-login {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #6b7684;
}

.btn-logout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #b0b8c1;
}
.btn-logout .icon-box {
  width: 0.9rem;
  height: 0.9rem;
  background-image: url("../images/icon/icon-logout-18x18.png");
}

.btn-view-more .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-arrow-more-right-bk-24x24.png");
}

.empty-state-box .btn-write .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-write-plus-wh-24x24.png");
}

.btn-link-prev .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-prev-arrow-bk-24x24.png");
}
#header .btn-link-prev .icon-box {
  width: 1.2rem;
  height: 1.1rem;
  background-image: url("../images/icon/icon-prev-arrow-bk-9x15.png");
  background-size: 0.45rem 0.75rem;
  background-position: left center;
}
.section-community-edit-area .btn-link-prev .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-prev-close-bk-24x24.png");
}
.game-result-box .btn-link-prev .icon-box {
  width: 1.2rem;
  height: 1.1rem;
  background-image: url("../images/icon/icon-prev-arrow-wh-24x22.png");
}

.btn-link-share .icon-box {
  width: 1.1rem;
  height: 1.1rem;
  background-image: url("../images/icon/icon-link-share-22x22.png");
}

.btn-bookmark .icon-box {
  width: 1.1rem;
  height: 1.1rem;
  background-image: url("../images/icon/icon-bookmark-22x22.png");
}
.btn-bookmark.is-bookmarked .icon-box {
  background-image: url("../images/icon/icon-bookmark-fill-22x22.png");
}

.btn-verify .icon-box {
  margin-left: 0.1rem;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/icon/icon-arrow-right-wh-16x16.png");
}

.btn-account-delete {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #b0b8c1;
}

.btn-floating {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 0.8rem);
  bottom: calc(var(--bottom-nav-height) + 0.4rem);
  z-index: 10;
}

@media (min-width: 720px) {
  .btn-floating {
    max-width: calc(18rem - 0.8rem);
  }
}
.btn-wrap {
  text-align: center;
}
.btn-wrap.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.btn-wrap.flex-column .btn {
  width: 100%;
}
.btn-wrap.flex-column .btn + .btn {
  margin-top: 0.4rem;
}
.btn-wrap.flex-column .guide-bubble-box.is-reverse {
  margin-top: 0.65rem;
}

.data-table table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #b0b8c1;
}
.data-table th,
.data-table td {
  padding: 0.5rem 0.1rem;
  text-align: left;
  font-size: 0.55rem;
  color: #4e5968;
  line-height: 1.4;
}
.data-table th strong,
.data-table td strong {
  font-weight: 700;
}
.data-table th.left,
.data-table td.left {
  text-align: left;
}
.data-table th.center,
.data-table td.center {
  text-align: center;
}
.data-table th {
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e8eb;
}
.data-table td {
  border-bottom: 1px solid #e5e8eb;
}

.data-row-table tr:last-child {
  border-bottom: 1px solid #b0b8c1;
}
.data-row-table tr:last-child th,
.data-row-table tr:last-child td {
  border-bottom: 0;
}
.data-row-table th {
  border-right: 1px solid #e5e8eb;
}
.data-row-table td {
  border-right: 1px solid #e5e8eb;
}
.data-row-table td:last-child {
  border-right: 0;
}

.member-grade-guide-popup .data-table table {
  border-top: 1px solid #d1d6db;
}
.member-grade-guide-popup .data-table th,
.member-grade-guide-popup .data-table td {
  padding: 0.6rem 0.1rem;
  text-align: left;
  font-size: 0.55rem;
  color: #4e5968;
  line-height: 1.4;
}
.member-grade-guide-popup .data-table th.center,
.member-grade-guide-popup .data-table td.center {
  text-align: center;
}
.member-grade-guide-popup .data-table tr:nth-child(2n) {
  background-color: #f9fafb;
}
.member-grade-guide-popup .data-table tr:last-child td {
  border-bottom: 0;
  border-bottom: 1px solid #b0b8c1;
}
.member-grade-guide-popup .data-table th {
  background-color: #e5e8eb;
  border-bottom: 1px solid #d1d6db;
  border-right: 1px solid #b0b8c1;
}
.member-grade-guide-popup .data-table th:last-child {
  border-right: 0;
}
.member-grade-guide-popup .data-table td {
  border-color: #e5e8eb;
  border-right: 1px solid #e5e8eb;
}
.member-grade-guide-popup .data-table td:last-child {
  border-right: 0;
}

.section-policy-area .data-table {
  padding-top: 0.4rem;
}
.section-policy-area .data-table tr th {
  border-right: 1px solid #e5e8eb;
}
.section-policy-area .data-table tr th:last-child {
  border-right: 0;
}
.section-policy-area .data-table tr:last-child td {
  border-bottom: 0;
  border-bottom: 1px solid #b0b8c1;
}
.section-policy-area .data-table td {
  border-right: 1px solid #e5e8eb;
}
.section-policy-area .data-table td:last-child {
  border-right: 0;
}

.pagination {
  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;
  gap: 0.6rem;
  overflow: hidden;
  margin-top: 2rem;
}
.pagination button {
  display: block;
}
.pagination .paging {
  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;
  width: 1.2rem;
  height: 1.2rem;
}
.pagination .paging.current .page-link {
  font-weight: 900;
  color: #2546cd;
}
.pagination .page-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  color: #666666;
  letter-spacing: -0.02em;
  text-align: center;
}
.pagination .controller {
  width: 1.2rem;
  height: 1.2rem;
}
.pagination .controller .page-link {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.pagination .controller.prev .page-link {
  background-image: url("../images/components/icon-pagination-prev.png");
}
.pagination .controller.next .page-link {
  background-image: url("../images/components/icon-pagination-next.png");
}
.pagination .controller.first .page-link {
  background-image: url("../images/components/icon-pagination-first.png");
}
.pagination .controller.last .page-link {
  background-image: url("../images/components/icon-pagination-last.png");
}
.pagination .controller.disabled {
  opacity: 0.4;
}
.pagination .controller.disabled .page-link {
  pointer-events: none;
}

.input-cover {
  position: relative;
}
.input-cover.float {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-cover.float.active .form-label {
  padding: 0 0.2rem;
  left: 0.8rem;
  -webkit-transform: translate3d(0, -26px, 0) scale(0.75);
          transform: translate3d(0, -26px, 0) scale(0.75);
  color: #000;
  background-color: #fff;
}
.input-cover.float.active .required {
  color: #000;
}
.input-cover.float.active .form-input[type=date] {
  color: #000;
}
.input-cover.float.active .form-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input::placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float .form-label {
  position: absolute;
  top: 0.85rem;
  left: 1rem;
  z-index: 2;
  width: auto;
  margin-bottom: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #fff;
}
.input-cover.float .etc-right {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.input-cover.focus, .input-cover.open-datepicker {
  border-color: #0a0a0a;
}
.input-cover.focus .form-label,
.input-cover.focus .required, .input-cover.open-datepicker .form-label,
.input-cover.open-datepicker .required {
  color: #0a0a0a !important;
}
.input-cover.focus .form-input, .input-cover.open-datepicker .form-input {
  border-color: #0a0a0a;
}
.input-cover.right-space.small .form-input {
  padding-right: 2.8rem;
}
.input-cover.right-space .form-input {
  padding-right: 4.6rem;
}
.input-cover.error .icon-error {
  display: block;
}
.input-cover.error .form-input {
  padding-right: 2.5rem;
  border-color: #ff5c9d;
}
.input-cover .cover-inner {
  position: relative;
}
.input-cover .form-input {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 2.8rem;
  line-height: 2.7rem;
  padding: 0 0.8rem;
  border: 1px solid #e5e8eb;
  border-radius: 0.4rem;
  font-size: 1rem;
  background-color: #fff;
}
.input-cover .form-input::-webkit-input-placeholder {
  color: #4e5968;
  opacity: 1;
}
.input-cover .form-input::-moz-placeholder {
  color: #4e5968;
  opacity: 1;
}
.input-cover .form-input:-ms-input-placeholder {
  color: #4e5968;
  opacity: 1;
}
.input-cover .form-input:-moz-placeholder {
  color: #4e5968;
  opacity: 1;
}
.input-cover .form-input::-ms-input-placeholder {
  color: #4e5968;
  opacity: 1;
}
.input-cover .form-input::placeholder {
  color: #4e5968;
  opacity: 1;
}
.input-cover .form-input:-moz-read-only, .input-cover .form-input:disabled {
  color: #4e5968;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.input-cover .form-input:read-only, .input-cover .form-input:disabled {
  color: #4e5968;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.input-cover .form-input:-moz-read-only.datepicker-input, .input-cover .form-input:disabled.datepicker-input {
  color: #000 !important;
  background-color: transparent;
}
.input-cover .form-input:read-only.datepicker-input, .input-cover .form-input:disabled.datepicker-input {
  color: #000 !important;
  background-color: transparent;
}
.input-cover .form-input:-moz-read-only.result-file-input, .input-cover .form-input:disabled.result-file-input {
  color: #000 !important;
  background-color: transparent;
}
.input-cover .form-input:read-only.result-file-input, .input-cover .form-input:disabled.result-file-input {
  color: #000 !important;
  background-color: transparent;
}
.input-cover .form-label {
  margin-bottom: 0.4rem;
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  color: #b0b8c1;
}
.input-cover .required {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8rem;
  color: #999;
}
.input-cover .etc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  position: absolute;
  z-index: 2;
  bottom: 0.75rem;
  right: 1rem;
}
.input-cover .mode-text {
  font-size: 0.8rem;
}
.input-cover .btn-type-change {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-eye-off.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  color: transparent;
}
.input-cover .btn-type-change.type-text {
  background-image: url("../images/icon/icon-eye-on.png");
}
.input-cover .file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  position: relative;
}
.input-cover .file-wrapper .file-input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  top: 0;
  right: 0;
  z-index: 1;
}
.input-cover .file-wrapper .file-input.focusable:active, .input-cover .file-wrapper .file-input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.input-cover .file-wrapper .file-input:focus-visible + .btn {
  outline: 2px solid #000;
}
.input-cover .file-wrapper .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 6rem;
  font-size: 0.8rem;
}
.input-cover.disable-active.float .form-label {
  padding: 0 0.2rem;
  left: 0.8rem;
  -webkit-transform: translate3d(0, -26px, 0) scale(0.75);
          transform: translate3d(0, -26px, 0) scale(0.75);
  color: #999;
}
.input-cover.disable-active .required {
  color: #999;
}

.form-btn-with-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.form-btn-with-container .input-cover,
.form-btn-with-container .selectric-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form-btn-with-container .btn {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-btn-with-container.medium .btn {
  max-width: 6rem;
}

.input-cover.btn-with-container .form-input:-moz-read-only + .btn, .input-cover.btn-with-container .form-input:disabled + .btn {
  background-color: #b0b8c1;
  cursor: default;
}

.input-cover.btn-with-container .form-input:read-only + .btn, .input-cover.btn-with-container .form-input:disabled + .btn {
  background-color: #b0b8c1;
  cursor: default;
}
.input-cover.btn-with-container .cover-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.input-cover.btn-with-container .btn.small {
  max-width: 4.05rem;
  border-radius: 0.4rem;
  color: #fff;
  background-color: #6b7684;
}

.selector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
}
.selector-wrapper.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.selector-wrapper.center .selector {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.selector-cover {
  line-height: 1;
  font-size: 0;
}
.selector-cover input {
  position: absolute;
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.selector-cover input.focusable:active, .selector-cover input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.selector-cover input:focus-visible + .selector-text {
  outline: auto;
  outline-color: -webkit-focus-ring-color;
}
.selector-cover .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
}
.selector-cover .selector-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7rem;
  word-break: keep-all;
  line-height: 1.2;
}
.selector-cover .selector-text strong {
  font-weight: 700;
}
.selector-cover .selector {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e0e0e3;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.selector-cover .selector:after {
  display: block;
  content: "";
  position: absolute;
}
.selector-cover.checkbox .selector {
  border-radius: 0.2rem;
}
.selector-cover.checkbox .selector:after {
  display: none;
  left: calc(50% - 0.25rem);
  top: 50%;
  width: 0.25rem;
  height: 0.5rem;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}
.selector-cover.checkbox.round .selector-text {
  padding-left: 1.4rem;
  min-height: 1rem;
}
.selector-cover.checkbox.round .selector {
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/components/icon-checkbox-round-off-20x20.png");
}
.selector-cover.checkbox.round input:checked + .selector-text .selector {
  background-image: url("../images/components/icon-checkbox-round-on-20x20.png");
}
.selector-cover.checkbox.round input:checked + .selector-text .selector:after {
  display: none;
}
.selector-cover.checkbox.square .selector-text {
  padding-left: 1.6rem;
  min-height: 1.2rem;
}
.selector-cover.checkbox.square .selector {
  width: 1.2rem;
  height: 1.2rem;
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/components/icon-checkbox-square-off.png");
}
.selector-cover.checkbox.square input:checked + .selector-text .selector {
  background-image: url("../images/components/icon-checkbox-square-on.png");
}
.selector-cover.checkbox.square input:checked + .selector-text .selector:after {
  display: none;
}
.selector-cover.checkbox.solo .selector-text {
  padding-left: 1rem;
}
.selector-cover.radio input:checked + .selector-text .selector {
  background-color: #fff;
  border-color: #000;
}
.selector-cover.radio input:checked + .selector-text .selector:after {
  background-color: #000;
}
.selector-cover.radio .selector-text {
  padding-left: 1.4rem;
  min-height: 1rem;
}
.selector-cover.radio .selector {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.selector-cover.radio .selector:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
}
.selector-cover.radio.solo .selector-text {
  padding-left: 1.6rem;
}
.selector-cover.medium.checkbox.round .selector-text {
  padding-left: 1.6rem;
  min-height: 1.2rem;
}
.selector-cover.medium .selector-text {
  font-size: 0.8rem;
}
.selector-cover.medium.checkbox.round .selector {
  width: 1.2rem;
  height: 1.2rem;
}
.selector-cover.small.checkbox.round .selector-text {
  padding-left: 1.2rem;
  min-height: 0.8rem;
}
.selector-cover.small.checkbox.round .selector {
  width: 0.8rem;
  height: 0.8rem;
}

.form-guide-text-wrap {
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-guide-text-wrap .form-guide-text {
  margin-top: 0;
}

.form-guide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-top: 0.425rem;
  gap: 0.2rem;
  font-size: 0.6rem;
  line-height: 1.4;
  letter-spacing: -1%;
}
.form-guide-text + .form-guide-text {
  margin-top: 0.2rem;
}
.form-guide-text .icon-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-guide-text span {
  margin-top: 0.05rem;
}
.form-guide-text.warning .icon-box {
  width: 0.9rem;
  height: 0.9rem;
  background-image: url("../images/icon/icon-warning-circle-18x18.png");
}
.form-guide-text.primary .icon-box {
  width: 0.9rem;
  height: 0.9rem;
  background-image: url("../images/icon/icon-check-circle-18x18.png");
}

.form-textarea {
  display: block;
  height: 6rem;
  padding: 0.6rem 1rem;
  border: 1px solid #e5e8eb;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  resize: none;
  overflow: auto;
}
.form-textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea::placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea.error {
  border-color: #2546cd;
}
.form-textarea.sm {
  height: 4rem;
  font-size: 0.7rem;
}
.form-textarea.md {
  height: 6rem;
}
.form-textarea.lg {
  height: 10rem;
}
.form-textarea.xl {
  height: 15rem;
}
.form-textarea.full {
  width: 100% !important;
}
.form-textarea:-moz-read-only, .form-textarea:disabled {
  background-color: #f1f1f1;
}
.form-textarea:read-only, .form-textarea:disabled {
  background-color: #f1f1f1;
}

.length-check-cover .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.6rem;
  font-size: 0.7rem;
  color: #999;
}

.input-cover-wrap .input-cover + .input-cover {
  padding-top: 2rem;
}
.input-cover-wrap .form-textarea {
  width: 100%;
  overflow: hidden;
  resize: none;
}
.login-content-box .input-cover-wrap .input-cover + .input-cover {
  padding-top: 1.2rem;
}

.selector-wrapper.selector-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.4rem;
}
.selector-wrapper.selector-button .selector-cover {
  width: 100%;
}
.selector-wrapper.selector-button .selector-cover input:checked + .selector-text {
  color: #333d4b;
  border-color: #333d4b;
  background-color: #fff;
}
.selector-wrapper.selector-button .label {
  width: 100%;
}
.selector-wrapper.selector-button .selector-text {
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 2.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 0.6rem;
  text-align: center;
  color: #fff;
  border: 1px solid #b0b8c1;
  background-color: #b0b8c1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.selector-wrapper.selector-box {
  gap: 0.4rem;
}
.selector-wrapper.selector-box .selector-cover .selector-text {
  padding: 0.6rem 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  gap: 0.4rem;
  line-height: 1.5;
  background-color: #f9fafb;
  border-radius: 0.4rem;
}
.selector-wrapper.selector-box .label {
  width: 100%;
}
.selector-wrapper.selector-box .selector {
  position: relative;
  margin-top: 0.15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: none;
          transform: none;
}
.selector-wrapper.selector-box .reason-other-cover {
  background-color: #f9fafb;
  border-radius: 0.4rem;
}
.selector-wrapper.selector-box .reason-other-cover.active .length-check-cover {
  display: block;
}
.selector-wrapper.selector-box .length-check-cover {
  padding: 0.4rem 0.8rem 0.6rem;
  display: none;
}
.selector-wrapper.selector-box .form-textarea {
  padding: 0.45rem 0.8rem;
  height: 5rem;
  background-color: transparent;
  border-radius: 0.4rem;
}

.selectric-container {
  position: relative;
}
.selectric-container.active.init-before .selectric .label {
  color: #999;
}
.selectric-container.active.open .select-label {
  z-index: 5;
}
.selectric-container.active .select-label {
  z-index: 3;
  left: 0.8rem;
  -webkit-transform: translate3d(0, -8px, 0) scale(0.75);
          transform: translate3d(0, -8px, 0) scale(0.75);
  padding: 0 0.2rem;
  background-color: #fff;
}
.selectric-container.active .selectric .label {
  color: #000;
}
.selectric-container.disabled .select-label {
  color: #999;
  background-color: transparent;
}
.selectric-container.disabled .select-label .required {
  color: #999;
}
.selectric-container.error .selectric {
  border-color: #ff5c9d;
}
.selectric-container .selectric-wrapper {
  position: relative;
  z-index: 2;
}
.selectric-container .selectric {
  border: 1px solid #e5e8eb;
  padding-left: 0.75rem;
  padding-right: 2.6rem;
  border-radius: 0.4rem;
  background-color: #fff;
}
.selectric-container .selectric .button {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  text-indent: -9999px;
  background-color: transparent;
}
.selectric-container .selectric .button:after {
  width: 1.2rem;
  height: 1.2rem;
  border: 0;
  background: url("../images/components/icon-selectbox-arrow-bk-24x24.png") no-repeat 0 0;
  background-size: cover;
}
.selectric-container .selectric .label {
  margin: 0;
  color: #999;
}
.selectric-container .selectric .icon-error {
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2.6rem;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon/icon-alert-triangle-red-24x24.png") no-repeat 0 0;
  background-size: cover;
}
.selectric-container .selectric-above .selectric-items {
  margin-bottom: 0.35rem;
}
.selectric-container .required {
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
  color: #999;
}
.selectric-container .selectric-open {
  z-index: 4;
}
.selectric-container .selectric-open .button {
  overflow: hidden;
}
.selectric-container .selectric-open .button:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.selectric-container .selectric-disabled {
  opacity: 1;
}
.selectric-container .selectric-disabled .selectric {
  background-color: #fafafa;
}
.selectric-container .selectric-disabled .selectric .label {
  color: #6b7684;
}
.selectric-container .selectric-first-show .selectric-scroll li:first-child {
  display: block;
}
.selectric-container .selectric-scroll li:first-child {
  display: none;
}
.selectric-container .select-label {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 0.8rem;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.selectric-container .select-label .required {
  color: #000;
}
.selectric-container .selectric-items {
  max-height: 11.25rem;
  overflow: auto;
  border-radius: 0.25rem;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
}
.selectric-container .selectric-items li.selected {
  color: initial;
  background-color: initial;
}
.selectric-container .selectric-items li:hover {
  background-color: #f2f4f6;
}
.selectric-container .selectric-small .label {
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 0.75rem;
}
.selectric-container .selectric-small .selectric-items li {
  padding: 0.6rem;
  font-weight: 300;
  font-size: 0.7rem;
}
.selectric-container .selectric-medium .label {
  height: 2.7rem;
  line-height: 2.7rem;
  font-size: 0.8rem;
}
.selectric-container .selectric-medium .selectric-items li {
  padding: 0.85rem 1rem;
  font-size: 0.8rem;
}
.selectric-container .selectric-large .label {
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 0.9rem;
}
.selectric-container .selectric-large .selectric-items li {
  padding: 0.8rem 0.9rem;
  font-weight: 300;
  font-size: 0.9rem;
}

.selectric-container select {
  opacity: 0;
}
.selectric-container .selectric-wrapper {
  opacity: 1;
}
.layer-popup.confirm-popup .selectric-container {
  margin-top: 1.6rem;
}
.layer-popup.confirm-popup .selectric-container .selectric {
  border-color: #d1d6db;
  background-color: #f9fafb;
}
.layer-popup.confirm-popup .selectric-container .selectric .button {
  right: 0.8rem;
  width: 1.2rem;
  height: 1.2rem;
}
.layer-popup.confirm-popup .selectric-container .selectric .button:after {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/components/icon-selectbox-arrow-gray-24x24.png") no-repeat 0 0;
  background-size: cover;
}
.layer-popup.confirm-popup .selectric-container .label {
  margin: 0;
  color: #6b7684;
}
.section-community-area .selectric-container.selectric-text {
  padding-top: 1.6rem;
}
.selectric-container.selectric-inline {
  display: inline-block;
}
.selectric-container.selectric-inline .selectric {
  min-width: 5rem;
  border-color: #d1d6db;
  background-color: #f9fafb;
}
.selectric-container.selectric-inline.active .label {
  color: #6b7684;
}
.selectric-container.selectric-inline .label {
  height: 2.3rem;
  line-height: 2.3rem;
  color: #6b7684;
}
.selectric-container.selectric-inline .button::after {
  background: url("../images/components/icon-selectbox-arrow-gray-24x24.png") no-repeat 0 0;
  background-size: cover;
}
.selectric-container.selectric-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.selectric-container.selectric-text .selectric-wrapper {
  display: inline-block;
}
.selectric-container.selectric-text .selectric {
  border: 0;
  padding: 0.2rem 1rem 0.2rem 0;
  background-color: transparent;
  border-radius: 0;
}
.selectric-container.selectric-text .label {
  height: auto;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #4e5968;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.selectric-container.selectric-text .button {
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.selectric-container.selectric-text .button:after {
  width: 0.8rem;
  height: 0.8rem;
  background: url("../images/components/icon-selectbox-arrow-gray-16x16.png") no-repeat 0 0;
  background-size: cover;
}
.selectric-container.selectric-text .selectric-items {
  right: 0;
  left: initial;
  min-width: 5.9rem;
  max-height: initial;
  height: auto !important;
  border: 1px solid #4e5968;
  border-radius: 0.4rem;
  z-index: 1;
}
.selectric-container.selectric-text .selectric-items ul,
.selectric-container.selectric-text .selectric-items li {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.selectric-container.selectric-text .selectric-items ul {
  padding: 0.4rem;
}
.selectric-container.selectric-text .selectric-items li {
  padding: 0.5rem;
  white-space: nowrap;
  border-radius: 0.2rem;
  color: #8b95a1;
}
.selectric-container.selectric-text .selectric-items li:hover {
  font-weight: 700;
  color: #6b7684;
}
.selectric-container.selectric-text.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.selectric-container.selectric-text.align-left .selectric-items {
  right: initial;
  left: 0;
}
.selectric-container.selectric-box {
  position: relative;
  display: inline-block;
}
.selectric-container.selectric-box.active .label {
  color: #fff;
}
.selectric-container.selectric-box .selectric {
  padding: 0.1rem 1.75rem 0.1rem 0.75rem;
  min-width: 4.5rem;
  min-height: 1.3rem;
  background-color: transparent;
  border-radius: 0;
  background-color: #6c83f5;
  border-radius: 0.2rem;
}
.selectric-container.selectric-box .label {
  height: auto;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
.selectric-container.selectric-box .button {
  right: 0.75rem;
  width: 0.6rem;
  height: 0.6rem;
}
.selectric-container.selectric-box .button:after {
  width: 0.6rem;
  height: 0.6rem;
  background: url("../images/components/icon-select-arrow-wh-12x12.png") no-repeat 0 0;
  background-size: cover;
}
.selectric-container.selectric-box .selectric-items {
  right: 0;
  left: initial;
  margin-top: 0.4rem;
  max-height: initial;
  height: auto !important;
  border: 1px solid #4e5968;
  border-radius: 0.2rem;
  z-index: 1;
}
.selectric-container.selectric-box .selectric-items ul,
.selectric-container.selectric-box .selectric-items li {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
.selectric-container.selectric-box .selectric-items ul {
  padding: 0.4rem;
}
.selectric-container.selectric-box .selectric-items li {
  padding: 0.3rem 0.4rem;
  white-space: nowrap;
  border-radius: 0.2rem;
  color: #8b95a1;
}
.selectric-container.selectric-box .selectric-items li:hover {
  font-weight: 700;
  color: #6b7684;
  background-color: #f0f4ff;
}

.select-box-container .form-label {
  display: block;
  padding-bottom: 0.15rem;
  font-size: 0.8rem;
}
.select-box-container .form-label .required {
  display: inline-block;
  margin-left: 0.15rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #2546cd;
  vertical-align: middle;
}
.select-box-container .form-select {
  width: 100%;
  padding-right: 1rem;
  border: 0;
  border-bottom: 1px solid #dbdee5;
  color: #000;
  background: url("../images/components/icon-selectbox-arrow.svg") no-repeat 0 0;
  background-position: center right;
  background-size: 0.5rem 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-box-container.small .form-select {
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.65rem;
}
.select-box-container.small .form-select option {
  font-size: 0.65rem;
}
.select-box-container.medium .form-select {
  height: 2.1rem;
  line-height: 2.1rem;
  font-size: 0.8rem;
}
.select-box-container.medium .form-select option {
  font-size: 0.8rem;
}
.select-box-container.large .form-select {
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 0.9rem;
}
.select-box-container.large .form-select option {
  font-size: 0.9rem;
}
.select-box-container.active.float .form-label {
  -webkit-transform: translate3d(0, -20px, 0) scale(0.8);
          transform: translate3d(0, -20px, 0) scale(0.8);
}
.select-box-container.float {
  position: relative;
}
.select-box-container.float .form-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 0.9rem;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select-box-container.float .form-select {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.select-box-container.float .form-select option:first-child {
  display: none;
}

.font.warning {
  color: #ff5c9d;
}
.font.slightly {
  color: #888;
}
.font.primary {
  color: #01d8c0;
}
.font.danger {
  color: #ff5c9d;
}
.font.dark {
  color: #222;
}
.font.lightSlightly {
  color: #a1a1a1;
}

.switch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.switch-container .switch-icon {
  position: relative;
}
.switch-container .switch-input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.switch-container .switch-input.focusable:active, .switch-container .switch-input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.switch-container .switch-input:focus-visible + .switch-label {
  outline: auto;
  outline-color: -webkit-focus-ring-color;
}
.switch-container .switch-input:checked + .switch-label .switch-button {
  background: #01d8c0;
}
.switch-container .switch-input:checked + .switch-label .btn-on-off {
  left: 0.85rem;
}
.switch-container .switch-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.switch-container .switch-button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 1.6rem;
  height: 0.9rem;
  position: relative;
  cursor: pointer;
  background: #999;
  border-radius: 2.5rem;
}
.switch-container .btn-on-off {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 0.15rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  text-indent: -9999px;
}
.switch-container .switch-text {
  margin-left: 0.4rem;
  font-size: 0.8rem;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.4;
}

.switch-container.receive-message .switch-input:checked + .switch-label .btn-on-off {
  left: 1.5rem;
}
.switch-container.receive-message .switch-label {
  gap: 2rem;
  cursor: pointer;
}
.switch-container.receive-message .switch-button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  width: 2.55rem;
  height: 1.2rem;
  position: relative;
  cursor: pointer;
  background: #999;
  border-radius: 2.5rem;
}
.switch-container.receive-message .switch-text {
  margin-left: 0;
}
.switch-container.receive-message .btn-on-off {
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}

.section-mypage-area .switch-container-wrap {
  padding-top: 1.6rem;
}
.section-mypage-area .switch-container-wrap .switch-container {
  padding-block: 0.325rem;
}

.rating-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating-select-container input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.rating-select-container input.focusable:active, .rating-select-container input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.rating-select-container label {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: block;
  position: relative;
  width: 2.3rem;
  height: 2.2rem;
  margin-left: 0.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url("../images/components/icon-star-empty.svg");
  text-indent: -9999px;
  cursor: pointer;
}
.rating-select-container label.checked {
  background-image: url("../images/components/icon-star-full.svg");
}
.rating-select-container label:nth-of-type(1) {
  margin-left: 0;
}

.layer-popup {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
.layer-popup.open {
  visibility: visible;
  opacity: 1;
}
.layer-popup.all-show {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  position: static;
  border-top: 2px solid #000;
}
.layer-popup .popup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-height: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2509803922);
}
.layer-popup .popup-container.medium {
  max-width: 32rem;
}
.layer-popup .popup-container.small {
  max-width: 15.6rem;
}
.layer-popup .popup-container.overflow-container {
  overflow: visible;
}
.layer-popup .popup-container.overflow-container .popup-content {
  border-radius: 0.8rem;
}
.layer-popup .popup-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background-color: #fff;
}
.layer-popup .popup-header .btn-close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 2;
  width: 1.2rem;
  height: 1.2rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("../images/icon/icon-close-bk-24x24.png");
}
.layer-popup .popup-title {
  padding: 1rem;
  text-align: center;
}
.layer-popup .popup-title strong {
  font-size: 1rem;
}
.layer-popup .popup-title.blind strong {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.layer-popup .popup-title.blind strong.focusable:active, .layer-popup .popup-title.blind strong.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.layer-popup .popup-content {
  height: 100%;
  overflow: auto;
  position: relative;
  background-color: #fff;
}
.layer-popup .popup-inner {
  padding: 1.6rem 1.2rem;
  position: relative;
}
.layer-popup .popup-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 0 0.8rem 0.8rem;
  overflow: hidden;
}
.layer-popup .popup-footer .btn-area .btn {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border: 0;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
}
.layer-popup .popup-footer .btn-area .btn-close {
  background-color: #8b95a1;
}
.layer-popup .popup-footer .btn-area .btn-ok {
  background-color: #4e5968;
}
.layer-popup .popup-footer .btn-area.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer-popup .popup-footer .btn-area.half .btn {
  width: 50%;
}
.layer-popup.full-scroll {
  display: block;
  overflow: auto;
  text-align: center;
  font-size: 0;
}
.layer-popup.full-scroll:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.layer-popup.full-scroll .popup-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
  max-height: none;
  border-radius: 0.8rem;
  font-size: initial;
}
.layer-popup.full-scroll .popup-content {
  height: auto;
  position: relative;
  overflow: visible;
  text-align: left;
}

.layer-popup-dim {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.6);
}
.layer-popup-dim.show {
  -webkit-animation: dimShow 0.3s forwards;
          animation: dimShow 0.3s forwards;
}

@-webkit-keyframes dimShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes dimShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.layer-popup .popup-inner-text {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.layer-popup .popup-inner-text strong {
  font-weight: 700;
}
.layer-popup .popup-inner-text span {
  display: block;
}
.layer-popup .popup-inner-text span + span {
  padding-top: 0.4rem;
}
.layer-popup .popup-inner-text .title {
  font-size: 0.9rem;
  font-weight: 700;
}
.layer-popup .popup-inner-text .text-md {
  font-size: 0.8rem;
}
.layer-popup .popup-inner-text .pt-16 {
  padding-top: 0.8rem;
}
.layer-popup .icon-wrap {
  text-align: center;
}
.layer-popup .icon-wrap + .popup-inner-text {
  padding-top: 1.2rem;
}
.layer-popup .icon-complete-check {
  width: 4.4rem;
  height: 4.3rem;
  background-image: url("../images/icon/icon-complete-check-88x86.png");
}
.layer-popup .btn-wrap {
  padding-top: 1.6rem;
}
.layer-popup .btn-wrap .btn {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-radius: 0.6rem;
  min-height: 2.3rem;
}
.layer-popup .btn-wrap .btn-ok {
  color: #fff;
  background-color: #4e5968;
}
.layer-popup .btn-wrap .btn-close {
  background-color: #8b95a1;
}

.notice-popup .popup-inner-text .title + .text {
  padding-top: 0.8rem;
}

.confirm-popup .popup-inner {
  padding: 1.2rem;
  text-align: center;
  line-height: 0;
}
.confirm-popup .icon-box + .popup-inner-text {
  padding-top: 0.4rem;
}
.confirm-popup .icon-exclamation,
.confirm-popup .icon-exclamation-red {
  margin-block: 0.75rem 0.65rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-size: 0.375rem 1.625rem;
}
.confirm-popup .icon-exclamation {
  background-color: rgba(156, 245, 215, 0.3);
  background-image: url("../images/icon/icon-exclamation-teal-8x32.5.png");
}
.confirm-popup .icon-exclamation-red {
  background-color: #fcf2f7;
  background-image: url("../images/icon/icon-exclamation-red-8x32.5.png");
}
.confirm-popup .popup-inner-text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.confirm-popup .popup-inner-text .title {
  padding: 0;
  font-size: 0.8rem;
}
.confirm-popup .popup-inner-text .title + .text {
  padding-top: 0;
}
.confirm-popup .selectric-wrapper {
  text-align: left;
}

.sns-share-popup .popup-title {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.sns-share-popup .popup-title.focusable:active, .sns-share-popup .popup-title.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.sns-share-popup .popup-inner {
  padding: 3.3rem 0.8rem 0.8rem;
}

.daily-checkin-popup .popup-inner {
  padding: 1.2rem;
  text-align: center;
  line-height: 0;
}
.daily-checkin-popup .icon-daily-check {
  margin: 0 auto;
  width: 3.4rem;
  height: 3.4rem;
  background-image: url("../images/icon/icon-daily-checkin-68x68.png");
}
.daily-checkin-popup .icon-daily-check + .popup-inner-text {
  padding-top: 0.4rem;
}
.daily-checkin-popup .popup-inner-text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.daily-checkin-popup .popup-inner-text span {
  display: block;
}
.daily-checkin-popup .popup-inner-text .title {
  font-size: 0.8rem;
  font-weight: 700;
}
.daily-checkin-popup .popup-inner-text .title + .text {
  padding-top: 0.4rem;
}
.daily-checkin-popup .popup-inner-text .text + .text {
  padding-top: 0.4rem;
}

.layer-bottom-sheet {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.layer-bottom-sheet.full-scroll {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
.layer-bottom-sheet.full-scroll::-webkit-scrollbar {
  display: none;
}
.layer-bottom-sheet.full-scroll::before {
  vertical-align: bottom;
}
.layer-bottom-sheet.full-scroll .popup-container {
  border-radius: 0.8rem 0.8rem 0 0;
}
.layer-bottom-sheet .popup-header .btn-close {
  top: 0.8rem;
  right: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/icon/icon-close-bk-32x32.png");
}
.layer-bottom-sheet.open .popup-container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layer-bottom-sheet.closed .popup-container {
  -webkit-animation: downSheet 0.3s ease-in-out both;
          animation: downSheet 0.3s ease-in-out both;
}
.layer-bottom-sheet .popup-container {
  max-width: 18rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@-webkit-keyframes downSheet {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes downSheet {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media (max-width: 720px) {
  .layer-bottom-sheet .popup-container {
    max-width: 100%;
  }
}
.game-ranking-popup .popup-container {
  max-width: 16.4rem;
}
.game-ranking-popup .popup-header .btn-close {
  position: absolute;
  top: 0.8rem;
  right: 1.2rem;
  z-index: 2;
  width: 1.6rem;
  height: 1.6rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("../images/icon/icon-close-bk-32x32.png");
}
.game-ranking-popup .popup-inner {
  padding: 3.6rem 1.2rem 2rem;
}
.game-ranking-popup .game-ranking-board {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.game-ranking-popup .game-ranking-board .ranking-list {
  margin-top: 1.2rem;
  height: 19.25rem;
  overflow: auto;
}
.game-ranking-popup .game-ranking-board .ranking-list::-webkit-scrollbar {
  width: 3px;
}
.game-ranking-popup .game-ranking-board .ranking-list::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #b0b8c1;
}
.game-ranking-popup .game-ranking-board .ranking-list::-webkit-scrollbar-track {
  border-radius: 100px;
  background: #e5e8eb;
}
.game-ranking-popup .game-ranking-board .ranking-item {
  padding: 0.4rem 0.6rem;
  font-size: 0.6rem;
  font-weight: 500;
}
.game-ranking-popup .game-ranking-board .ranking-item .medal {
  width: 1rem;
  height: 1.45rem;
}
.game-ranking-popup .game-ranking-board .ranking-item .rank {
  min-width: 2rem;
}
.game-ranking-popup .game-ranking-board .ranking-item .medal-1 {
  height: 1.45rem;
}
.game-ranking-popup .ranking-summary-box {
  margin-top: 1.2rem;
  padding: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #000;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4e5968;
}
.game-ranking-popup .ranking-summary-box span {
  position: relative;
}
.game-ranking-popup .ranking-summary-box span::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 0.5rem;
  background-color: #b0b8c1;
  pointer-events: none;
}
.game-ranking-popup .ranking-summary-box span + span {
  padding-left: 0.4rem;
}
.game-ranking-popup .ranking-summary-box span + span::before {
  display: block;
}
.game-ranking-popup .ranking-summary-box .score {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.game-ranking-popup .guide-list {
  padding-top: 1.2rem;
}
.game-ranking-popup .guide-item {
  position: relative;
  padding-left: 0.6rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8b95a1;
}
.game-ranking-popup .guide-item + .guide-item {
  margin-top: 0.2rem;
}
.game-ranking-popup .guide-item::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #8b95a1;
  border-radius: 50%;
}

.layer-top-notice.full-scroll .popup-container {
  margin-top: 1.5rem;
  border-radius: 0.4rem;
}
.layer-top-notice.full-scroll::before {
  vertical-align: top;
}
.layer-top-notice .popup-header .btn-close {
  top: 0.8rem;
  right: 0.8rem;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url("../images/icon/icon-close-bk-small-18x18.png");
}
.layer-top-notice .popup-inner {
  padding: 0.8rem 0.875rem;
  text-align: left;
}
.layer-top-notice .notice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.layer-top-notice .notice-box .icon-bell {
  width: 0.9rem;
  height: 0.8rem;
  background-image: url("../images/icon/icon-bell-18x16.png");
}
.layer-top-notice .notice-text {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4e5968;
}

@media (max-width: 720px) {
  .layer-top-notice .popup-container.small {
    max-width: calc(100% - 2.4rem);
  }
}
.layer-step-popup .popup-header .btn-close {
  top: 1.2rem;
  right: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-close-bk-24x24.png");
}
.layer-step-popup .popup-inner {
  padding: 1.2rem;
}
.layer-step-popup .step-content-box {
  display: none;
}
.layer-step-popup .step-content-box.is-active {
  display: block;
}
.layer-step-popup .step-content-box.step-3 .btn-wrap {
  padding-top: 3.2rem;
}
.layer-step-popup .step-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.layer-step-popup .step-info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.05rem;
  background-color: #d1d5d4;
}
.layer-step-popup .step-info span {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #acf1eb;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layer-step-popup .step-info span::after {
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/icon/icon-step-check-24x24.png");
}
.layer-step-popup .step-info .check {
  width: 0.8rem;
  height: 0.8rem;
}
.layer-step-popup .step-info .check::after {
  visibility: visible;
  opacity: 1;
}
.layer-step-popup .info-check-list {
  padding-top: 1.6rem;
}
.layer-step-popup .info-check-item {
  padding: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  background-color: #f9fafb;
  border-radius: 0.4rem;
}
.layer-step-popup .info-check-item + .info-check-item {
  margin-top: 0.4rem;
}
.layer-step-popup .info-check-item .icon-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-check-gray-24x24.png");
}
.layer-step-popup .info-check-item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4e5968;
}
.layer-step-popup .selector-wrapper {
  padding-top: 1.6rem;
}
.layer-step-popup .selector-wrapper .selector-text {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #333d4b;
}
.layer-step-popup .step-title {
  padding-top: 1.6rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}
.layer-step-popup .step-desc {
  padding-top: 1.6rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.signup-popup .popup-inner {
  padding: 1.2rem;
}
.signup-popup .title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333d4b;
}
.signup-popup .terms-box {
  padding-top: 1.6rem;
}
.signup-popup .terms-box .terms-inner {
  padding-right: 0;
  height: 10.5rem;
}
.signup-popup .terms-box .selector-wrapper {
  padding-top: 1.6rem;
}

.member-grade-guide-popup .popup-header .btn-close {
  top: 0.8rem;
  right: 0.8rem;
}
.member-grade-guide-popup .popup-inner {
  padding: 2.4rem 0.8rem 0.8rem;
}
.member-grade-guide-popup .notice-list {
  padding-top: 0.4rem;
}
.member-grade-guide-popup .notice-item {
  position: relative;
  padding-left: 0.6rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8b95a1;
}
.member-grade-guide-popup .notice-item + .notice-item {
  margin-top: 0.2rem;
}
.member-grade-guide-popup .notice-item::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #8b95a1;
  border-radius: 50%;
}

.scroll-animate {
  opacity: 0;
}
.scroll-animate.show {
  opacity: 1;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.event-scroll-animate {
  opacity: 0;
}
.event-scroll-animate.show {
  opacity: 1;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.shake-horizontal {
  -webkit-animation: shake-horizontal 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.btn-shiny {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.btn-shiny::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  pointer-events: none;
}

.btn-shiny:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes shineInfinite {
  0% {
    left: -75%;
  }
  20% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shineInfinite {
  0% {
    left: -75%;
  }
  20% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@-webkit-keyframes rotate-ani {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes rotate-ani {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@-webkit-keyframes object-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes object-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes object-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@keyframes object-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@-webkit-keyframes object-float-down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes object-float-down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@-webkit-keyframes object-scale-loop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes object-scale-loop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes float-tilt {
  0% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-2px) scale(1.04) rotate(-2deg);
            transform: translateY(-2px) scale(1.04) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateY(0) scale(1.01) rotate(2deg);
            transform: translateY(0) scale(1.01) rotate(2deg);
  }
  75% {
    -webkit-transform: translateY(-2px) scale(1.03) rotate(-1deg);
            transform: translateY(-2px) scale(1.03) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
}
@keyframes float-tilt {
  0% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-2px) scale(1.04) rotate(-2deg);
            transform: translateY(-2px) scale(1.04) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateY(0) scale(1.01) rotate(2deg);
            transform: translateY(0) scale(1.01) rotate(2deg);
  }
  75% {
    -webkit-transform: translateY(-2px) scale(1.03) rotate(-1deg);
            transform: translateY(-2px) scale(1.03) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
}
:root {
  --bottom-nav-height: 3.35rem;
}

::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1); /*스크롤바의 색상*/
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ddd; /*스크롤바 트랙 색상*/
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  display: none;
}
.swiper-container .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../images/icon/icon-slider-arrow-next-bk-70x70.png");
}
.swiper-container .swiper-button-prev {
  background-image: url("../images/icon/icon-slider-arrow-prev-bk-70x70.png");
}
.swiper-container .swiper-pagination {
  position: relative;
  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;
  bottom: 0 !important;
  margin-top: 20px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}
html.scroll-disable,
body.scroll-disable {
  overflow: hidden !important;
}
@media (min-width: 961px) {
  html.scroll-disable.responsive-scroll,
  body.scroll-disable.responsive-scroll {
    overflow: visible !important;
  }
}

.accordion-list {
  overflow: hidden;
}
.accordion-list.active .accordion-header:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.accordion-list .accordion-header {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  text-align: left;
}
.accordion-list .accordion-header:after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/icon/icon-arrow-down-bk-18x18.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.accordion-list .accordion-body {
  display: none;
}

.mobile-show {
  display: none;
}

@media (max-width: 720px) {
  .pc-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
.ui-tab-content {
  display: none;
}
.ui-tab-content:nth-of-type(1) {
  display: block;
}

.tui-datetime-input {
  width: 100%;
  height: auto;
}

.tui-datepicker {
  z-index: 10;
  font-size: 0.7rem;
}
.tui-datepicker.tui-hidden {
  display: none;
}
.tui-datepicker * {
  font-size: inherit;
}
.tui-datepicker .tui-datepicker-footer .tui-timepicker {
  padding: 10px;
}
.tui-datepicker .tui-timepicker-select {
  width: 64px;
  height: 32px;
}
.tui-datepicker .tui-calendar-sat {
  color: #1c74bc;
}
.tui-datepicker .tui-calendar-sun {
  color: #fc2222;
}
.tui-datepicker .tui-is-blocked {
  color: #ddd !important;
}
.tui-datepicker .tui-calendar-today {
  font-weight: bold;
  background-color: transparent;
  border: 1px solid rgba(37, 70, 205, 0.4);
  border-radius: 50%;
  color: #2546cd;
}
.tui-datepicker .tui-calendar-today:hover {
  background-color: #fff;
}
.tui-datepicker .tui-is-selectable.tui-is-selected,
.tui-datepicker .tui-is-selectable.tui-is-selected {
  background-color: #2546cd !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.tui-timepicker-select {
  font-size: 0.7rem !important;
}

.tui-datepicker-input {
  border: 0;
}
.tui-datepicker-input .datepicker-input {
  font-size: 0.75rem;
}
.tui-datepicker-input .tui-ico-date {
  right: 0.6rem;
  bottom: 0.5rem;
  background-position: -17px -14px !important;
}

.tui-datepicker-type-date {
  width: 245px;
}

.tui-calendar {
  width: 100%;
}
.tui-calendar th,
.tui-calendar td {
  height: 35px;
}

.tui-datepicker-body .tui-timepicker,
.tui-datepicker-footer .tui-timepicker {
  width: 100%;
}

#content .fr-view html,
#content .fr-view body,
#content .fr-view p,
#content .fr-view h1,
#content .fr-view h2,
#content .fr-view h3,
#content .fr-view h4,
#content .fr-view h5,
#content .fr-view h6,
#content .fr-view ul,
#content .fr-view ol,
#content .fr-view li,
#content .fr-view table,
#content .fr-view tr,
#content .fr-view td,
#content .fr-view dl,
#content .fr-view dt,
#content .fr-view dd,
#content .fr-view a,
#content .fr-view img,
#content .fr-view input,
#content .fr-view button,
#content .fr-view select,
#content .fr-view textarea {
  list-style: revert-layer;
  font-family: "Pretendard", arial, sans-serif, Arial, dotum, "돋움";
  font-size: revert;
  font-weight: revert;
  line-height: revert;
  -webkit-text-decoration: revert;
          text-decoration: revert;
  letter-spacing: revert;
}
#content .fr-view h1 {
  font-size: 2em;
}
#content .fr-view ol,
#content .fr-view ul {
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
}

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

.sns-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
#footer .sns-list-box {
  padding-top: 1.2rem;
}
.sns-share-popup .sns-list-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}

.sns-list-item {
  line-height: 0;
}

.sns-list-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-menu-box {
  position: relative;
}
.tab-menu-box .tab-menu-list {
  margin-inline: -0.8rem;
  padding-inline: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  overflow: auto;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
.tab-menu-box .tab-menu-list::-webkit-scrollbar {
  display: none;
}
.tab-menu-box .tab-menu-item {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tab-menu-box .tab-menu-item.active .tab-menu-btn {
  color: #fff;
  background-color: #191f28;
}
.tab-menu-box .tab-menu-btn {
  padding: 0.4rem 0.8rem;
  display: block;
  width: 100%;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #8b95a1;
  background-color: #fff;
  border-radius: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-community-area .tab-menu-box {
  padding-top: 0.4rem;
}
.section-search-area .tab-menu-box {
  padding-top: 2rem;
}
.section-search-area .tab-menu-box .tab-menu-btn {
  background-color: #f2f4f6;
}

.tab-menu-box.sort .tab-menu-list {
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.6rem;
  background-color: #f2f4f6;
  margin: 0;
  gap: 0;
  overflow: visible;
}
.tab-menu-box.sort .tab-menu-item {
  width: 100%;
  text-align: center;
  border-radius: 0.4rem;
  -ms-flex-negative: initial;
      flex-shrink: initial;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.tab-menu-box.sort .tab-menu-item.active {
  background-color: #fff;
}
.tab-menu-box.sort .tab-menu-item.active .tab-menu-btn {
  color: #0a0a0a;
  background-color: transparent;
}
.tab-menu-box.sort .tab-menu-btn {
  padding: 0.45rem;
  display: block;
  width: 100%;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #8b95a1;
  background-color: transparent;
}
.section-community-area .tab-menu-box.sort {
  padding-top: 0;
}

.tab-menu-box.line .tab-menu-list {
  margin: 0;
  padding: 0;
  gap: 0.4rem;
  overflow: visible;
  border-bottom: 1px solid #d1d6db;
}
.tab-menu-box.line .tab-menu-item {
  width: 33.3333333333%;
  line-height: 0;
  -ms-flex-negative: initial;
      flex-shrink: initial;
}
.tab-menu-box.line .tab-menu-item.active .tab-menu-btn {
  color: #0a0a0a;
  font-weight: 700;
  background-color: transparent;
}
.tab-menu-box.line .tab-menu-item.active .tab-menu-btn::before {
  opacity: 1;
}
.tab-menu-box.line .tab-menu-btn {
  position: relative;
  padding: 0 0 0.75rem 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #6b7684;
  border-radius: 0;
}
.tab-menu-box.line .tab-menu-btn::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  margin-bottom: -0.05rem;
  height: 0.1rem;
  background-color: #0a0a0a;
}
.tab-menu-box.line.small .tab-menu-btn {
  padding-bottom: 0.6rem;
  font-size: 0.75rem;
}
.section-mypage-area .tab-menu-box.line {
  padding-top: 1.2rem;
}

.tab-menu-box.period {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
.tab-menu-box.period .tab-menu-list {
  margin: 0;
  padding: 0;
}
.tab-menu-box.period .tab-menu-item {
  -ms-flex-negative: initial;
      flex-shrink: initial;
}
.tab-menu-box.period .tab-menu-item.active .tab-menu-btn {
  font-weight: 700;
}
.tab-menu-box.period .tab-menu-btn {
  padding: 0.4rem 0.6rem;
  font-size: 0.6rem;
  line-height: 1.4;
  color: #6b7684;
  border-radius: 5rem;
  background-color: #f2f4f6;
}
.tab-menu-box.period .search-period-box {
  line-height: 0;
}
.tab-menu-box.period .search-period-box.is-open .datepicker-container-box {
  visibility: visible;
  opacity: 1;
}
.tab-menu-box.period .search-period-box.is-selected .btn-search-period::before {
  opacity: 1;
}
.tab-menu-box.period .datepicker-container-box {
  visibility: hidden;
  opacity: 0;
  margin-top: 0.4rem;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.tab-menu-box.period .btn-search-period {
  position: relative;
  padding: 0.4rem;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: linear-gradient(108.29deg, #b0b8c1 3.7%, #8b95a1 95.07%);
  border-radius: 5rem;
  isolation: isolate;
}
.tab-menu-box.period .btn-search-period::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  background-color: #000;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tab-menu-box.period .btn-search-date {
  width: 100%;
  min-height: 1.7rem;
  padding: 0 0.5rem;
  font-size: 0.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #333d4b;
  border-radius: 0.2rem;
}
.section-mypage-area .tab-menu-box.period {
  padding-top: 1.6rem;
}
.inquiry-content-box .tab-menu-box.period {
  padding-top: 0;
}

.datepicker-container-box {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0.4rem;
  background-color: #f2f4f6;
  border-radius: 0.4rem;
  white-space: nowrap;
  z-index: 9;
  max-width: 12.05rem;
}
.datepicker-container-box .datepicker-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.datepicker-container-box .datepicker-container > span {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
}
.datepicker-container-box .tui-datepicker-input .datepicker-input {
  padding-inline: 0.4rem 1.4rem;
  min-height: 1.8rem;
  line-height: 1.7rem;
  font-size: 0.6rem;
  font-weight: 400;
}
.datepicker-container-box .tui-datepicker-input .tui-ico-date {
  right: 0.4rem;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/components/icon-calendar-20x20.png");
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.datepicker-container-box .form-input:-moz-read-only.datepicker-input, .datepicker-container-box .form-input:disabled.datepicker-input {
  color: #6b7684 !important;
}
.datepicker-container-box .form-input:read-only.datepicker-input, .datepicker-container-box .form-input:disabled.datepicker-input {
  color: #6b7684 !important;
}
.datepicker-container-box .datepicker-item {
  background-color: #fff;
}
.datepicker-container-box .tui-datepicker {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.datepicker-container-box .tui-datepicker-type-date {
  width: 100%;
}

.tab-menu-box.tab-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-menu-box.tab-bar .tab-menu-list {
  margin: 0;
  padding: 0;
  gap: 1.2rem;
  overflow: visible;
}
.tab-menu-box.tab-bar .tab-menu-item {
  width: auto;
  -ms-flex-negative: initial;
      flex-shrink: initial;
}
.tab-menu-box.tab-bar .tab-menu-item.active .tab-menu-btn {
  color: #0a0a0a;
  font-weight: 700;
  background-color: transparent;
  border-bottom: 0.1rem solid #0a0a0a;
}
.tab-menu-box.tab-bar .tab-menu-btn {
  padding: 0 0 0.2rem 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #8b95a1;
  border-radius: 0;
}

.tab-menu-box.wrap .tab-menu-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
}
.tab-menu-box.wrap .tab-menu-item {
  -ms-flex-negative: initial;
      flex-shrink: initial;
}
.tab-menu-box.wrap .tab-menu-item.active .tab-menu-btn {
  font-weight: 700;
}
.tab-menu-box.wrap .tab-menu-btn {
  font-weight: 400;
  color: #8b95a1;
  background-color: #fff;
}
.section-community-area .tab-menu-box.wrap {
  padding-top: 1.6rem;
}
.section-faq-area .tab-menu-box.wrap {
  padding-top: 2rem;
}
.section-faq-area .tab-menu-box.wrap .tab-menu-item {
  -ms-flex-negative: initial;
      flex-shrink: initial;
}
.section-faq-area .tab-menu-box.wrap .tab-menu-item.active .tab-menu-btn {
  font-weight: 700;
  color: #fff;
  background-color: #191f28;
}
.section-faq-area .tab-menu-box.wrap .tab-menu-btn {
  color: #6b7684;
  background-color: #f2f4f6;
}
.section-policy-area .tab-menu-box.wrap {
  padding-top: 2rem;
}
.section-policy-area .tab-menu-box.wrap .tab-menu-item {
  -ms-flex-negative: initial;
      flex-shrink: initial;
}
.section-policy-area .tab-menu-box.wrap .tab-menu-item.active .tab-menu-btn {
  font-weight: 700;
  color: #fff;
  background-color: #191f28;
}
.section-policy-area .tab-menu-box.wrap .tab-menu-btn {
  color: #6b7684;
  background-color: #f2f4f6;
}

.banner-slider-box {
  position: relative;
  z-index: 0;
  margin-inline: -0.8rem;
}
.banner-slider-box .swiper-pagination {
  margin-top: 0.8rem;
}
.banner-slider-box .swiper-pagination-bullet {
  margin-inline: 0.3rem !important;
  background-color: #b0b8c1;
  opacity: 1;
}
.banner-slider-box .swiper-pagination-bullet-active {
  background-color: #01d8c0;
}
.banner-slider-box img {
  width: 100%;
}
.section-community-area .banner-slider-box {
  padding-top: 1.6rem;
}
.section-search-area .banner-slider-box {
  margin-top: auto;
  padding-top: 1.6rem;
}
.section-mypage-area .banner-slider-box {
  padding-top: 2.8rem;
  margin-bottom: -1.6rem;
}
.section-games-area .banner-slider-box {
  margin-inline: 0;
  padding-bottom: 1.2rem;
}

.floating-box {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
.floating-box .floating-inner {
  position: relative;
  max-width: calc(18rem - 1.6rem);
  width: 100%;
}
.floating-box .floating-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  line-height: 0;
}
.floating-box .floating-btn.write {
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #01d8c0;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1490196078);
}
.floating-box .floating-btn.write .icon-box {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/icon/icon-write-plus-wh-30x30.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.section-community-area .floating-box {
  right: 0;
  bottom: calc(var(--bottom-nav-height) + 0.8rem);
}

.floating-box.game .ranking-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 0;
  width: 100%;
}
.floating-box.game .ranking-box.is-open .ranking-panel {
  visibility: visible;
  opacity: 1;
}
.floating-box.game .btn-my-ranking {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0.85rem;
  min-width: 6.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5rem;
  color: #fff;
  background-color: #01d8c0;
}
.floating-box.game .ranking-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  border-radius: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #01d8c0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.floating-box.game .ranking-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.floating-box.game .ranking-info-box span {
  position: relative;
  word-break: break-all;
}
.floating-box.game .ranking-info-box span::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.6980392157);
  pointer-events: none;
}
.floating-box.game .ranking-info-box span + span {
  padding-left: 0.4rem;
}
.floating-box.game .ranking-info-box span + span::before {
  display: block;
}
.floating-box.game .ranking-info-box .score {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.floating-box.game .ranking-info-box .rank,
.floating-box.game .ranking-info-box .score {
  white-space: nowrap;
}
.floating-box.game .btn-panel-close {
  width: 1.2rem;
  height: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/games/icon-floating-close-24x24.png");
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-games-area .floating-box.game {
  right: 0;
  bottom: 0.8rem;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
.section-games-area .floating-box.game.is-offset {
  bottom: calc(var(--bottom-nav-height) + 0.8rem);
}

@media (max-width: 720px) {
  .floating-box .floating-inner {
    max-width: calc(100% - 1.6rem);
  }
}
.drag-scroll {
  overflow-x: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drag-scroll.is-dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drag-scroll a,
.drag-scroll button {
  -webkit-user-drag: none;
}

.toast-container {
  position: fixed;
  top: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 13;
  max-width: 16.4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.toast-container .toast-message {
  visibility: visible;
  opacity: 0;
  width: 100%;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
  -webkit-transition: margin-top 0.25s ease-in-out;
  transition: margin-top 0.25s ease-in-out;
  will-change: margin-top, opacity;
}
.toast-container .toast-message.show {
  -webkit-animation: toast-show 0.25s ease-in-out both;
          animation: toast-show 0.25s ease-in-out both;
}
.toast-container .toast-message.hide {
  -webkit-animation: toast-hide 0.25s ease-in-out both;
          animation: toast-hide 0.25s ease-in-out both;
}
@-webkit-keyframes toast-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.5rem);
            transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes toast-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.5rem);
            transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes toast-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes toast-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.toast-message {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
  padding: 0.65rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  background: rgba(3, 24, 50, 0.4588235294);
  backdrop-filter: blur(8px);
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.sns-share-popup .toast-message {
  margin-top: 0.9rem;
}
.sns-share-popup .toast-message.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.toast-message-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icon/icon-message-check-20x21.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.toast-message-text {
  -webkit-transform: translateY(0.05rem);
          transform: translateY(0.05rem);
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(253, 253, 254, 0.89);
  white-space: pre-line;
}

@media (max-width: 720px) {
  .toast-container {
    max-width: calc(100% - 1.6rem);
  }
}
.overflow-menu {
  position: relative;
  line-height: 0;
}
.overflow-menu.is-open .util-menu {
  visibility: visible;
  opacity: 1;
}
.overflow-menu .btn-overflow .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-overflow-menu-24x24.png");
}
.overflow-menu .util-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 0.4rem;
  background-color: #fff;
  border: 1px solid #f2f4f6;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0.4rem;
  -webkit-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}
.overflow-menu .util-menu .btn {
  padding: 0.4rem 0.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 5.05rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.overflow-menu .util-menu .text {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #333d4b;
}
.overflow-menu .util-menu .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.overflow-menu .btn-edit .icon-box {
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icon/icon-edit-hover-20x20.png");
}
.overflow-menu .btn-delete .icon-box {
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icon/icon-delete-hover-20x20.png");
}
.comment-area-box .overflow-menu .btn-overflow .icon-box {
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icon/icon-overflow-menu-20x20.png");
}

@media (min-width: 720px) {
  .overflow-menu .util-menu .btn:hover {
    background-color: #f9fafb;
  }
  .overflow-menu .util-menu .btn:hover .text {
    color: #333d4b;
  }
  .overflow-menu .util-menu .btn:hover.btn-edit .icon-box {
    background-image: url("../images/icon/icon-edit-hover-20x20.png");
  }
  .overflow-menu .util-menu .btn:hover.btn-delete .icon-box {
    background-image: url("../images/icon/icon-delete-hover-20x20.png");
  }
  .overflow-menu .util-menu .text {
    color: #6b7684;
  }
  .overflow-menu .btn-edit .icon-box {
    background-image: url("../images/icon/icon-edit-20x20.png");
  }
  .overflow-menu .btn-delete .icon-box {
    background-image: url("../images/icon/icon-delete-20x20.png");
  }
}
.member-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
.member-badge .icon-box {
  width: 2rem;
  height: 2rem;
}
.member-badge .badge-text {
  padding: 0.1rem 0.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -3%;
  color: #fff;
  background-color: #6b7684;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.1rem;
}
.member-badge.badge-rookie .icon-box {
  background-image: url("../images/member/icon-member-rookie-40x40.png");
}
.member-badge.badge-crew .icon-box {
  background-image: url("../images/member/icon-member-crew-40x40.png");
}
.member-badge.badge-partner .icon-box {
  background-image: url("../images/member/icon-member-partner-40x40.png");
}
.member-badge.badge-master .icon-box {
  background-image: url("../images/member/icon-member-master-40x40.png");
}
.member-badge.badge-vip .icon-box {
  background-image: url("../images/member/icon-member-vip-40x40.png");
}
.post-view-box .member-badge .icon-box {
  width: 1.2rem;
  height: 1.2rem;
}
.user-profile-popover .member-badge {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.user-profile-popover .member-badge .icon-box {
  width: 1.25rem;
  height: 1.25rem;
}
.post-view-box .member-badge.badge-rookie .icon-box {
  background-image: url("../images/member/icon-member-rookie-24x24.png");
}
.post-view-box .member-badge.badge-crew .icon-box {
  background-image: url("../images/member/icon-member-crew-24x24.png");
}
.post-view-box .member-badge.badge-partner .icon-box {
  background-image: url("../images/member/icon-member-partner-24x24.png");
}
.post-view-box .member-badge.badge-master .icon-box {
  background-image: url("../images/member/icon-member-master-24x24.png");
}
.post-view-box .member-badge.badge-vip .icon-box {
  background-image: url("../images/member/icon-member-vip-24x24.png");
}
.user-profile-popover .member-badge.badge-rookie .icon-box {
  background-image: url("../images/member/icon-member-rookie-25x25.png");
}
.user-profile-popover .member-badge.badge-crew .icon-box {
  background-image: url("../images/member/icon-member-crew-25x25.png");
}
.user-profile-popover .member-badge.badge-partner .icon-box {
  background-image: url("../images/member/icon-member-partner-25x25.png");
}
.user-profile-popover .member-badge.badge-master .icon-box {
  background-image: url("../images/member/icon-member-master-25x25.png");
}
.user-profile-popover .member-badge.badge-vip .icon-box {
  background-image: url("../images/member/icon-member-vip-25x25.png");
}
.member-grade-guide-popup .member-badge {
  vertical-align: middle;
}
.member-grade-guide-popup .member-badge .icon-box {
  width: 1rem;
  height: 1rem;
}
.member-grade-guide-popup .member-badge.badge-rookie .icon-box {
  background-image: url("../images/member/icon-member-rookie-20x20.png");
}
.member-grade-guide-popup .member-badge.badge-crew .icon-box {
  background-image: url("../images/member/icon-member-crew-20x20.png");
}
.member-grade-guide-popup .member-badge.badge-partner .icon-box {
  background-image: url("../images/member/icon-member-partner-20x20.png");
}
.member-grade-guide-popup .member-badge.badge-master .icon-box {
  background-image: url("../images/member/icon-member-master-20x20.png");
}
.member-grade-guide-popup .member-badge.badge-vip .icon-box {
  background-image: url("../images/member/icon-member-vip-20x20.png");
}

.post-view-box .post-footer .btn,
.post-view-box .comment-footer .btn,
.comment-area-box .post-footer .btn,
.comment-area-box .comment-footer .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
}
.post-view-box .post-footer .count,
.post-view-box .comment-footer .count,
.comment-area-box .post-footer .count,
.comment-area-box .comment-footer .count {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8b95a1;
}
.post-view-box .post-footer .icon-box,
.post-view-box .comment-footer .icon-box,
.comment-area-box .post-footer .icon-box,
.comment-area-box .comment-footer .icon-box {
  width: 0.9rem;
  height: 0.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-view-box .post-footer,
.comment-area-box .post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
}
.post-view-box .post-footer .left-box,
.post-view-box .post-footer .right-box,
.comment-area-box .post-footer .left-box,
.comment-area-box .post-footer .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  word-break: break-all;
}
.post-view-box .comment-item .comment-footer,
.comment-area-box .comment-item .comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
}
.post-view-box .comment-item .comment-footer .left-box,
.post-view-box .comment-item .comment-footer .right-box,
.comment-area-box .comment-item .comment-footer .left-box,
.comment-area-box .comment-item .comment-footer .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  word-break: break-all;
}
.post-view-box .comment-item:not(.comment-reply) .comment-footer,
.comment-area-box .comment-item:not(.comment-reply) .comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.post-view-box .comment-item:not(.comment-reply) .comment-footer .top-box,
.comment-area-box .comment-item:not(.comment-reply) .comment-footer .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-view-box .comment-item:not(.comment-reply) .comment-footer .bottom-box,
.comment-area-box .comment-item:not(.comment-reply) .comment-footer .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  word-break: break-all;
}
.post-view-box .btn-like .icon-box,
.comment-area-box .btn-like .icon-box {
  background-image: url("../images/icon/icon-stats-like-18x18.png");
}
.post-view-box .btn-like.is-liked,
.comment-area-box .btn-like.is-liked {
  color: #01d8c0;
}
.post-view-box .btn-like.is-liked .count,
.comment-area-box .btn-like.is-liked .count {
  color: inherit;
}
.post-view-box .btn-like.is-liked .icon-box,
.comment-area-box .btn-like.is-liked .icon-box {
  background-image: url("../images/icon/icon-stats-like-fill-18x18.png");
}
.post-view-box .btn-dislike .icon-box,
.comment-area-box .btn-dislike .icon-box {
  background-image: url("../images/icon/icon-stats-dislike-18x18.png");
}
.post-view-box .btn-dislike.is-disliked,
.comment-area-box .btn-dislike.is-disliked {
  color: #01d8c0;
}
.post-view-box .btn-dislike.is-disliked .count,
.comment-area-box .btn-dislike.is-disliked .count {
  color: inherit;
}
.post-view-box .btn-dislike.is-disliked .icon-box,
.comment-area-box .btn-dislike.is-disliked .icon-box {
  background-image: url("../images/icon/icon-stats-dislike-fill-18x18.png");
}
.post-view-box .post-comment,
.comment-area-box .post-comment {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
}
.post-view-box .post-comment .icon-box,
.comment-area-box .post-comment .icon-box {
  background-image: url("../images/icon/icon-stats-chat-18x18.png");
}
.post-view-box .btn-report .icon-box,
.comment-area-box .btn-report .icon-box {
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/icon/icon-report-16x16.png");
}
.post-view-box .btn-report .text,
.comment-area-box .btn-report .text {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #b0b8c1;
}
.post-view-box .btn-reply,
.comment-area-box .btn-reply {
  padding: 0.2rem 0.4rem;
  border-radius: 5rem;
  background-color: #f9fafb;
}
.post-view-box .btn-reply.btn,
.comment-area-box .btn-reply.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-view-box .btn-reply .icon-box,
.comment-area-box .btn-reply .icon-box {
  width: 0.6rem;
  height: 0.55rem;
  background-image: url("../images/icon/icon-reply-arrow-12x11.png");
}
.post-view-box .btn-reply .text,
.comment-area-box .btn-reply .text {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8b95a1;
}
.post-view-box .comment-blind,
.comment-area-box .comment-blind {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8b95a1;
}

.image-upload-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.image-upload-box.is-uploaded {
  padding-top: 0.8rem;
}
.image-upload-box.is-uploaded .file-wrapper {
  padding-top: 0.8rem;
}
.image-upload-box.is-uploaded .file-wrapper .info-text {
  visibility: visible;
  opacity: 1;
}
.image-upload-box .image-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.image-upload-box .preview-item {
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.image-upload-box .preview-item + .preview-item {
  margin-left: 0.4rem;
}
.image-upload-box .preview-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.image-upload-box .btn-remove {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
}
.image-upload-box .btn-remove .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-upload-remove-24x24.png");
}
.image-upload-box .file-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  gap: 0.4rem;
}
.image-upload-box .file-wrapper .file-input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  top: 0;
  right: 0;
  z-index: 1;
}
.image-upload-box .file-wrapper .file-input.focusable:active, .image-upload-box .file-wrapper .file-input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.image-upload-box .file-wrapper .file-input:focus-visible + .btn {
  outline: 2px solid #000;
}
.image-upload-box .file-wrapper .file-label {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.6rem;
  background-color: #f2f4f6;
}
.image-upload-box .file-wrapper .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-attached-image-24x24.png");
}
.image-upload-box .file-wrapper .info-text {
  visibility: hidden;
  opacity: 0;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8b95a1;
}
.image-upload-box .file-wrapper .current {
  font-weight: 700;
}
.comment-write-box .image-upload-box {
  display: none;
}
.comment-write-box .image-upload-box .file-wrapper {
  padding-top: 0.4rem;
}
.post-editor-box .image-upload-box {
  padding-top: 2rem;
}
.section-inquiry-area .image-upload-box {
  padding-top: 2rem;
}

.post-list-box .loading-item {
  padding-top: 2rem;
}
.game-history-list-box .loading-item, .event-history-list-box .loading-item, .point-list-box .loading-item {
  padding-top: 2.8rem;
}
.post-list-box .loading-item {
  padding-top: 2rem;
}

.loading-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-animation: skeletonFadeIn 0.3s ease-out forwards;
          animation: skeletonFadeIn 0.3s ease-out forwards;
}
.loading-indicator .loading-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.4rem;
}
.loading-indicator .loading-icons span {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  background-image: url("../images/components/icon-carbon-console-01-32x32.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-animation: loadingWave 1.4s infinite ease-in-out;
          animation: loadingWave 1.4s infinite ease-in-out;
}
.loading-indicator .loading-icons span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loading-indicator .loading-icons span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading-indicator .loading-icons span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loading-indicator .loading-text {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #6b7684;
}
@-webkit-keyframes loadingWave {
  0% {
    background-image: url("../images/components/icon-carbon-console-01-32x32.png");
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33% {
    background-image: url("../images/components/icon-carbon-console-02-32x32.png");
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  66% {
    background-image: url("../images/components/icon-carbon-console-03-32x32.png");
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    background-image: url("../images/components/icon-carbon-console-01-32x32.png");
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes loadingWave {
  0% {
    background-image: url("../images/components/icon-carbon-console-01-32x32.png");
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33% {
    background-image: url("../images/components/icon-carbon-console-02-32x32.png");
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  66% {
    background-image: url("../images/components/icon-carbon-console-03-32x32.png");
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    background-image: url("../images/components/icon-carbon-console-01-32x32.png");
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes skeletonFadeIn {
  to {
    opacity: 1;
  }
}
@keyframes skeletonFadeIn {
  to {
    opacity: 1;
  }
}

.line-divider {
  position: relative;
  margin-top: 0.8rem;
}
.line-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.8rem;
  margin-left: -0.8rem;
  width: calc(100% + 1.6rem);
  height: 0.8rem;
  background-color: #f2f4f6;
  pointer-events: none;
}

.section-community-view-area .post-view-box ~ div {
  position: relative;
  padding-top: 0.8rem;
}
.section-community-view-area .post-view-box ~ div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -0.8rem;
  width: calc(100% + 1.6rem);
  height: 0.8rem;
  background-color: #f2f4f6;
  pointer-events: none;
}

.section-search-area .post-list-box {
  position: relative;
  padding-block: 2rem;
}
.section-search-area .post-list-box:first-child::before {
  display: none;
}
.section-search-area .post-list-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.8rem;
  margin-left: -0.8rem;
  width: calc(100% + 1.6rem);
  height: 0.8rem;
  background-color: #f2f4f6;
}
.section-search-area .post-list-box + .post-list-box {
  margin-top: 0.8rem;
}
.section-search-area .post-list {
  padding-top: 2rem;
}

.profile-manage-box.step-2 > div {
  position: relative;
}
.profile-manage-box.step-2 > div::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: 0;
  margin-left: -0.8rem;
  width: calc(100% + 1.6rem);
  height: 0.8rem;
  background-color: #f2f4f6;
  pointer-events: none;
}
.profile-manage-box.step-2 > div:first-child::before {
  display: none;
}

.section-login-area .guide-info-box {
  position: relative;
  margin-top: 0.8rem;
}
.section-login-area .guide-info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.8rem;
  margin-left: -0.8rem;
  width: calc(100% + 1.6rem);
  height: 0.8rem;
  background-color: #f2f4f6;
  pointer-events: none;
}

.signup-content-box.step-1 > div {
  position: relative;
  margin-top: 0.8rem;
}
.signup-content-box.step-1 > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.8rem;
  margin-left: -0.8rem;
  width: calc(100% + 1.6rem);
  height: 0.8rem;
  background-color: #f2f4f6;
  pointer-events: none;
}
.signup-content-box.step-1 > div:first-child {
  margin-top: 0;
}
.signup-content-box.step-1 > div:first-child::before {
  display: none;
}

.guide-bubble-box {
  position: relative;
  margin-top: 0.3rem;
  padding: 0.45rem 0.8rem;
  display: inline-block;
  background-color: #01d8c0;
  border-radius: 0.2rem;
}
.guide-bubble-box::before {
  content: "";
  position: absolute;
  top: -0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.525rem;
  height: 0.3rem;
  background-image: url("../images/icon/icon-bubble-arrow-top-11x8.png");
  background-repeat: no-repeat;
  background-size: 0.525rem 0.4rem;
  background-position: center top 0.05rem;
}
.guide-bubble-box.blue {
  margin-top: 0;
  margin-bottom: 0.45rem;
  padding: 0.225rem 0.8rem;
  background: linear-gradient(92.74deg, #01d8c0 0%, #6c83f5 105.59%);
}
.guide-bubble-box.blue::before {
  top: initial;
  bottom: -0.45rem;
  width: 1.25rem;
  height: 0.45rem;
  background-image: url("../images/icon/icon-bubble-arrow-bottom-25x23.png");
  background-size: 1.25rem 1.15rem;
  background-position: center bottom 0.1rem;
}
.guide-bubble-box.blue .guide-bubble-text {
  position: relative;
  line-height: 1.6;
}
.guide-bubble-box.green {
  margin-top: 0;
  margin-bottom: 0.3rem;
  padding: 0.3rem 1.2rem;
  background: linear-gradient(97.72deg, #00e4ca 5.25%, #1fc15a 96.54%);
}
.guide-bubble-box.green::before {
  top: initial;
  bottom: -0.3rem;
  height: 0.3rem;
  background-image: url("../images/icon/icon-bubble-arrow-bottom-green-11x8.png");
  background-size: 0.525rem 0.4rem;
  background-position: center bottom 0.05rem;
}
.guide-bubble-box.green .guide-bubble-text {
  position: relative;
  line-height: 1.6;
}
.guide-bubble-box.gray {
  margin-top: 0;
  margin-bottom: 0.3rem;
  padding: 0.3rem 1.2rem;
  background-color: #6b7684;
}
.guide-bubble-box.gray::before {
  top: initial;
  bottom: -0.3rem;
  height: 0.3rem;
  background-image: url("../images/icon/icon-bubble-arrow-bottom-gray-11x8.png");
  background-size: 0.525rem 0.4rem;
  background-position: center bottom 0.05rem;
}
.guide-bubble-box.small .guide-bubble-text {
  font-size: 0.5rem;
}
.guide-bubble-box.is-top.blue {
  margin-top: 0.45rem;
  margin-bottom: 0;
}
.guide-bubble-box.is-top.blue::before {
  top: -0.45rem;
  bottom: inherit;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.guide-bubble-box.is-bottom {
  margin-top: 0;
  margin-bottom: 0.3rem;
}
.guide-bubble-box.is-bottom::before {
  top: initial;
  bottom: -0.3rem;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.section-login-area .guide-bubble-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  margin-top: -1.5rem;
  margin-bottom: 0;
  pointer-events: none;
}
.section-login-area .guide-bubble-box::before {
  top: initial;
  bottom: -0.3rem;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.empty-state-box .guide-bubble-box {
  margin-top: 0.5rem;
}
.bottom-nav .guide-bubble-box {
  position: absolute;
  top: -1.55rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0.3rem;
  margin-top: 0;
  padding: 0.2rem 0.4rem;
  border-radius: 5rem;
  background: linear-gradient(92.17deg, #4c65da -34.65%, #01d8c0 26.07%, #01d8c0 70.3%, #4d63da 149.13%);
  pointer-events: none;
}
.bottom-nav .guide-bubble-box::before {
  top: initial;
  bottom: -0.3rem;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 0.525rem;
  height: 0.4rem;
  background-position: center bottom -0.05rem;
}
.bottom-nav .guide-bubble-box .guide-bubble-text {
  position: relative;
  font-size: 0.5rem;
  line-height: 1.5;
  white-space: nowrap;
}
.step-flow-popup .guide-bubble-box {
  margin-bottom: 0.4rem;
}
.empty-state-box .guide-bubble-box.gray {
  margin-top: 0;
  margin-bottom: -0.85rem;
}

.guide-bubble-text {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.attachment-box .attachment-item {
  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;
  padding: 0.8rem;
  border-radius: 0.2rem;
  background-color: #f2f4f6;
}
.attachment-box .attachment-name {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #4e5968;
}
.attachment-box .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-download-24x24.png");
}
.section-notice-area .attachment-box {
  padding-top: 2rem;
}

.loading-area {
  word-break: break-all;
}
.loading-area .guide-box {
  padding-top: 2rem;
  text-align: center;
}
.loading-area .loading-spinner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.4rem;
  height: 5.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/object/img-object-loading-108x104.png");
  -webkit-animation: spinner-sway 2.4s ease-in-out infinite;
          animation: spinner-sway 2.4s ease-in-out infinite;
}
.loading-area .guide-text {
  padding-top: 2.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@-webkit-keyframes spinner-sway {
  0% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
@keyframes spinner-sway {
  0% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

.error-area {
  word-break: break-all;
}
.error-area .guide-box {
  padding-top: 2rem;
  text-align: center;
}
.error-area .object-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8.6rem;
  height: 6.45rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/object/img-object-error-172x129.png");
}
.error-area .guide-text {
  padding-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.error-area .btn-wrap {
  padding-top: 2.8rem;
}

.maintenance-area {
  word-break: break-all;
}
.maintenance-area .guide-info-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.maintenance-area .object-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.2rem;
  height: 5.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/object/img-object-maintenance-104x108.png");
}
.maintenance-area .guide-text {
  padding-top: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.maintenance-area .info-box {
  margin-top: 0.8rem;
  padding-block: 1.2rem;
  border-radius: 0.8rem;
  background-color: #f0f4ff;
}
.maintenance-area .info-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.info-list-box {
  padding-top: 2rem;
}

.info-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}
.info-list-item + .info-list-item {
  padding-top: 1.2rem;
}
.info-list-item .info-title {
  padding: 0.175rem 0.35rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 4rem;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-radius: 5rem;
  color: #fff;
  background-color: #8b95a1;
}
.info-list-item .info-text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.coupon-list-box {
  margin-inline: auto;
  padding-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem 0.4rem;
  max-width: 16.4rem;
}

.coupon-list-item {
  position: relative;
  line-height: 0;
}
.coupon-list-item.rank-first {
  margin-bottom: -1.2rem;
  padding-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.coupon-list-item.rank-first .rank-badge {
  position: relative;
  margin-left: -2.2rem;
  margin-bottom: 0.75rem;
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  font-family: "YOnlyYouShine", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2%;
  text-align: center;
  color: #fff;
  background: linear-gradient(147.81deg, rgba(0, 55, 255, 0.35) 6.72%, rgba(153, 0, 107, 0.35) 91.81%);
  border-radius: 50%;
  overflow: hidden;
  backdrop-filter: blur(3px);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2509803922);
}
.coupon-list-item.rank-first .value {
  padding-top: 0.35rem;
  font-size: 0.9rem;
}
.coupon-list-item.rank-first .value.small {
  font-size: 0.65rem;
}

.discount-rate-box {
  position: relative;
  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;
  width: 9rem;
}
.discount-rate-box .discount-content {
  position: absolute;
  top: 14.45%;
  left: 35%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3.7rem;
  height: 3.25rem;
  color: #2c1473;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}
.discount-rate-box .percent {
  margin-bottom: -0.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -2%;
  text-align: center;
  font-family: "YFavorite", arial, sans-serif, Arial, dotum, "돋움";
}
.discount-rate-box .unit {
  font-size: 0.65rem;
  letter-spacing: -2%;
}
.discount-rate-box .text {
  font-size: 0.55rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  font-family: "YOnlyYouShine", arial, sans-serif, Arial, dotum, "돋움";
}

.coupon-card {
  padding: 0.4rem 0.45rem 0.35rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 5.2rem;
  height: 4.85rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/games/img-coupon-card.png");
}
.coupon-card .rank-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #184393;
  font-family: "YOnlyYouShine", arial, sans-serif, Arial, dotum, "돋움";
}
.coupon-card .value {
  font-size: 0.6rem;
}
.coupon-card .discount-content {
  margin-top: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #191f28;
}
.coupon-card .percent {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  font-family: "YFavorite", arial, sans-serif, Arial, dotum, "돋움";
}
.coupon-card .unit {
  font-size: 0.8rem;
}
.coupon-card .text {
  font-size: 0.55rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4e5968;
  font-family: "YOnlyYouShine", arial, sans-serif, Arial, dotum, "돋움";
}
.mini-game .coupon-card .percent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-guide-list {
  padding-top: 2rem;
  word-break: break-all;
}

.event-guide-item {
  position: relative;
  padding-left: 0.6rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8b95a1;
}
.event-guide-item + .event-guide-item {
  margin-top: 0.2rem;
}
.event-guide-item::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #8b95a1;
  border-radius: 50%;
}

.notice-info-box {
  padding-block: 3.2rem;
  padding-inline: 0.8rem;
  color: #fff;
  background-color: #b0b8c1;
  word-break: break-all;
}
.notice-info-box .notice-title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
}
.notice-info-box .notice-group {
  padding-top: 1.2rem;
}
.notice-info-box .group-title {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.notice-info-box .group-sub-title {
  padding-top: 0.3rem;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.notice-info-box .notice-list {
  padding-top: 0.4rem;
  line-height: 0;
}
.notice-info-box .notice-item {
  position: relative;
  padding-left: 0.6rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f9fafb;
}
.notice-info-box .notice-item + .notice-item {
  margin-top: 0.2rem;
}
.notice-info-box .notice-item::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #f9fafb;
  border-radius: 50%;
}

.profile-popover-wrap {
  position: relative;
}
.profile-popover-wrap.is-open .user-profile-popover {
  visibility: visible;
  opacity: 1;
  margin-top: 0.6rem;
}

.post-view-box .post-author .btn-user-profile {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  gap: 0.2rem;
  text-align: left;
}

.user-profile-popover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.8rem 1.2rem 1.2rem;
  width: 12rem;
  border-radius: 0.8rem;
  color: #fff;
  background-color: #4e5968;
  z-index: 9;
}
.user-profile-popover .btn-close {
  position: absolute;
  top: 0.8rem;
  right: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icon/icon-close-gray-24x24.png");
}
.user-profile-popover .profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.user-profile-popover .profile-name {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.5;
}
.user-profile-popover .profile-stats {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #6b7684;
}
.user-profile-popover .stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-profile-popover .stat-item + .stat-item {
  margin-top: 0.2rem;
}
.user-profile-popover .stat-label {
  font-size: 0.55rem;
  font-weight: 400;
  line-height: 1.4;
}
.user-profile-popover .stat-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  color: #01d8c0;
}

.layer-notice-banner {
  position: absolute;
  top: 3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 16.4rem;
  width: 100%;
  z-index: 11;
  word-break: break-all;
}
.layer-notice-banner.hide {
  display: none;
}
.layer-notice-banner .notice-container {
  position: relative;
}
.layer-notice-banner .btn-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 0.9rem;
  height: 0.9rem;
  z-index: 2;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("../images/icon/icon-close-wh-small-18x18.png");
}
.layer-notice-banner .notice-content {
  padding: 0.8rem 1.8rem 0.8rem 0.8rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4rem;
  background-color: #01d8c0;
  border-radius: 0.4rem;
}
.layer-notice-banner .icon-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.layer-notice-banner .icon-megaphone {
  width: 1.4rem;
  height: 1.5rem;
  background-image: url("../images/icon/icon-megaphone-28x30.png");
}
.layer-notice-banner .notice-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1rem;
  color: #fff;
  line-height: 1.5;
}
.layer-notice-banner .notice-title {
  font-size: 0.6rem;
  font-weight: 700;
  color: inherit;
  line-height: inherit;
}
.layer-notice-banner .notice-text {
  font-size: 0.6rem;
  font-weight: 400;
  color: inherit;
  line-height: inherit;
}

@media (max-width: 720px) {
  .layer-notice-banner {
    max-width: calc(100% - 2.4rem);
  }
}
.flex-column-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}

.light-gallery-box {
  gap: 0.4rem;
}

.icon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.layer-popup .icon-kakao {
  width: 2.7rem;
  height: 2.7rem;
  background-image: url("../images/icon/icon-kakao-58x58.png");
}
.layer-popup .icon-facebook {
  width: 2.7rem;
  height: 2.7rem;
  background-image: url("../images/icon/icon-facebook-58x58.png");
}
.layer-popup .icon-x {
  width: 2.7rem;
  height: 2.7rem;
  background-image: url("../images/icon/icon-sns-x-58x58.png");
}
.layer-popup .icon-copy {
  width: 2.7rem;
  height: 2.7rem;
  background-image: url("../images/icon/icon-copy-58x58.png");
}

#footer .icon-facebook {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/icon/icon-facebook-gray-40x40.png");
}
#footer .icon-naver {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/icon/icon-naver-gray-40x40.png");
}
#footer .icon-youtube {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/icon/icon-youtube-gray-40x40.png");
}
#footer .icon-instagram {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/icon/icon-instagram-gray-40x40.png");
}

body {
  /* 프로젝트 마무리후 비밀번호 삽입시 주석 제거 */
}

html,
body {
  height: 100%;
}

.section-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0.8rem;
  max-width: 18rem;
}

@media (max-width: 720px) {
  .section-inner {
    max-width: 100%;
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 12;
}
#header.is-fixed {
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header.is-fixed .section-inner {
  background-color: #fff;
}
#header.is-fixed.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#header.no-transition {
  -webkit-transition: none;
  transition: none;
}
#header.is-popup-open {
  position: fixed;
}
#header.is-popup-open .section-inner {
  background-color: #fff;
}
#header .section-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8rem;
  gap: 0.25rem;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header-left {
  line-height: 0;
}

.header-title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  justify-self: center;
}
.header-title .font-spotlight {
  font-family: "YOnlyYouShine", arial, sans-serif, Arial, dotum, "돋움";
  font-weight: 400;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.4rem;
  line-height: 0;
}

.mobile-navigation-menu {
  width: 1.4rem;
  height: 1.1rem;
  position: relative;
  cursor: pointer;
}
.mobile-navigation-menu .icon {
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #666;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.mobile-navigation-menu .icon:before, .mobile-navigation-menu .icon:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #666;
}
.mobile-navigation-menu .icon:before {
  top: -8px;
}
.mobile-navigation-menu .icon:after {
  top: 8px;
}
.mobile-navigation-menu.active .icon {
  background-color: transparent;
}
.mobile-navigation-menu.active .icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mobile-navigation-menu.active .icon:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  margin: 0 auto;
  min-height: 100dvh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 720px) {
  #content-wrapper {
    max-width: 100%;
  }
}
#content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#footer .section-inner {
  padding-top: 2rem;
  padding-bottom: 5.55rem;
  background-color: #f2f4f6;
}
#footer .btn-box {
  padding-top: 1.2rem;
  line-height: 0;
}

.footer-nav-list {
  line-height: 0;
}

.footer-nav-item {
  line-height: 0;
}
.footer-nav-item + .footer-nav-item {
  padding-top: 0.4rem;
}

.footer-nav-btn {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #4e5968;
}

.footer-info {
  padding-top: 1.2rem;
}

.footer-info-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
  gap: 0.8rem;
}

.footer-info-nav-item {
  line-height: 0;
}

.footer-info-nav-btn {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #8b95a1;
}

.footer-copyright {
  padding-top: 0.2rem;
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #b0b8c1;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  z-index: 11;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.bottom-nav.is-hide {
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  opacity: 0;
}

.bottom-nav-inner {
  margin: 0 auto;
  padding: 0.65rem 0.9rem 0.7rem;
  height: 3.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9rem;
  max-width: 18rem;
  width: 100%;
  border-top: 1px solid #e6e6e9;
  border-radius: 1.2rem 1.2rem 0 0;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.0509803922);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bottom-nav-item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bottom-nav-item.confe-arcade .bottom-nav-icon {
  background-image: url("../images/icon/icon-artifacts-20x20.png");
}
.bottom-nav-item.mini-game .bottom-nav-icon {
  background-image: url("../images/icon/icon-atom-20x20.png");
}
.bottom-nav-item.community .bottom-nav-icon {
  background-image: url("../images/icon/icon-chats-20x20.png");
}
.bottom-nav-item.event .bottom-nav-icon {
  background-image: url("../images/icon/icon-asterix-20x20.png");
}
.bottom-nav-item.mypage .bottom-nav-icon {
  background-image: url("../images/icon/icon-ghost-20x20.png");
}
.bottom-nav-item.active.confe-arcade .bottom-nav-icon {
  background-image: url("../images/icon/icon-artifacts-on-20x20.png");
}
.bottom-nav-item.active.mini-game .bottom-nav-icon {
  background-image: url("../images/icon/icon-atom-on-20x20.png");
}
.bottom-nav-item.active.community .bottom-nav-icon {
  background-image: url("../images/icon/icon-chats-on-20x20.png");
}
.bottom-nav-item.active.event .bottom-nav-icon {
  background-image: url("../images/icon/icon-asterix-on-20x20.png");
}
.bottom-nav-item.active.mypage .bottom-nav-icon {
  background-image: url("../images/icon/icon-ghost-on-20x20.png");
}
.bottom-nav-item.active .bottom-nav-text {
  color: #4e5968;
  font-weight: 700;
}

.bottom-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bottom-nav-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.bottom-nav-text {
  padding-top: 0.2rem;
  font-size: 0.55rem;
  font-weight: 600;
  line-height: 1.4;
  color: #b0b8c1;
  pointer-events: none;
}

@media (max-width: 720px) {
  .bottom-nav-inner {
    max-width: 100%;
  }
}
.section-wrap {
  position: relative;
  padding-top: 4rem;
  padding-inline: 0.8rem;
  padding-bottom: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 33.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

@media (max-width: 720px) {
  .section-wrap {
    min-height: 31.5rem;
  }
}
.bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.section-home-area .bg-gradient {
  height: 21.25rem;
  background-image: url("https://cdn.confe.kr/resources/images/bg-gradient-home.png");
}
.section-community-area .bg-gradient {
  height: 24.1rem;
  background-image: url("../images/bg-gradient-community.png");
}
.section-community-area .bg-gradient.short {
  height: 14.8rem;
  background-image: url("../images/bg-gradient-community-short.png");
}
.section-login-area .bg-gradient, .section-signup-area .bg-gradient, .section-find-account-area .bg-gradient {
  height: 11.4rem;
  background-image: url("../images/bg-gradient-auth.png");
}

.section-header {
  position: relative;
  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;
  word-break: break-all;
}
.section-header .title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.section-header .left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.section-header .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.section-header .sub-title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.section-header .step-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.section-header .step-info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.05rem;
  background-color: #d1d5d4;
}
.section-header .step-info span {
  position: relative;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #acf1eb;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-header .step-info span::after {
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/signup/icon-step-check-28x28.png");
}
.section-header .step-info .check {
  width: 1rem;
  height: 1rem;
}
.section-header .step-info .check::after {
  visibility: visible;
  opacity: 1;
}
.section-login-area .section-header, .section-signup-area .section-header {
  padding-block: 1.55rem;
}

.bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-image: url("https://cdn.confe.kr/resources/images/img-video-poster.png");
  background-position: center;
  background-size: cover;
}
.bg-layer .bg-layer-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 720px) {
  .bg-layer {
    display: none;
  }
}
.section-community-area .post-list-box-wrap {
  padding-top: 2rem;
}
.section-community-area .post-list-box-wrap .post-list-box {
  padding-top: 1.2rem;
}
.post-list-box-wrap .empty-state {
  padding-top: 2rem;
}
.post-list-box-wrap .empty-state-box {
  padding-block: 4rem;
}

.post-list-box .post-item + .post-item {
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px solid #d1d6db;
}
.post-list-box .post-item.free .post-category {
  color: #01d8c0;
  background: rgba(1, 216, 192, 0.1019607843);
}
.post-list-box .post-item.game .post-category {
  padding-inline: 0.275rem;
  color: #ff5c9d;
  background: #fae9f1;
}
.post-list-box .post-item.notice a {
  padding: 0.8rem;
  display: block;
  background-color: #f6fefd;
  border-radius: 0.4rem;
}
.post-list-box .post-item.notice + .post-item {
  margin-top: 0;
  border-top: 0;
}
.post-list-box .post-item.notice + .post-item.notice {
  padding-top: 0.4rem;
}
.post-list-box .post-item.faq .post-category {
  color: #ff5c9d;
  background: rgba(255, 92, 157, 0.2);
}
.post-list-box .post-item.event .post-category {
  color: #ff6f0f;
  background: rgba(255, 111, 15, 0.2);
}
.post-list-box .post-link {
  position: relative;
  display: block;
  word-break: break-all;
}
.post-list-box .post-link.has-thumb {
  padding-right: 3.75rem;
}
.post-list-box .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  gap: 0.4rem;
}
.post-list-box .post-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0.15rem;
  min-width: 1.8rem;
  min-height: 1.05rem;
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.2rem;
  color: #6c83f5;
  background: rgba(108, 131, 245, 0.1019607843);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-list-box .post-time {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #b0b8c1;
}
.post-list-box .post-title {
  padding-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3rem;
  word-break: break-all;
}
.post-list-box .title {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-list-box .post-image {
  margin-top: 0.2rem;
  display: inline-block;
  line-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-list-box .post-image .icon-box {
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/icon/icon-image-16x16.png");
}
.post-list-box .post-author {
  padding-top: 0.1rem;
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.5;
  color: #b0b8c1;
}
.post-list-box .post-author span {
  display: block;
}
.post-list-box .post-stats {
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  word-break: break-all;
}
.post-list-box .post-stats span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
}
.post-list-box .post-stats .count {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8b95a1;
}
.post-list-box .post-stats .icon-box {
  width: 0.9rem;
  height: 0.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-list-box .post-like .icon-box {
  background-image: url("../images/icon/icon-stats-like-18x18.png");
}
.post-list-box .post-like.is-liked {
  color: #01d8c0;
}
.post-list-box .post-like.is-liked .count {
  color: inherit;
}
.post-list-box .post-like.is-liked .icon-box {
  background-image: url("../images/icon/icon-stats-like-fill-18x18.png");
}
.post-list-box .post-view .icon-box {
  background-image: url("../images/icon/icon-stats-eye-18x18.png");
}
.post-list-box .post-comment .icon-box {
  background-image: url("../images/icon/icon-stats-chat-18x18.png");
}
.post-list-box .post-thumb {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1.35rem;
  display: inline-block;
  line-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.post-list-box .post-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-list-box .post-comments {
  padding-top: 0.8rem;
  word-break: break-all;
}
.post-list-box .post-comments .comment-item {
  position: relative;
  padding: 0.8rem;
  padding-left: 1.7rem;
  background-color: #f9fafb;
  border-radius: 0.2rem;
}
.post-list-box .post-comments .comment-item + .comment-item {
  margin-top: 0.4rem;
}
.post-list-box .post-comments .comment-item::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: 0.8rem;
  width: 0.5rem;
  height: 0.75rem;
  background-image: url("../images/icon/icon-comment-arrow-10x15.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.post-list-box .post-comments .comment-text {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: pre-line;
  word-break: break-all;
}
.post-list-box .post-comments .comment-stats {
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  word-break: break-all;
}
.post-list-box .post-comments .comment-stats span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
}
.post-list-box .post-comments .comment-stats .count {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8b95a1;
}
.post-list-box .post-comments .comment-stats .icon-box {
  width: 0.9rem;
  height: 0.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-list-box .post-comments .comment-like .icon-box {
  background-image: url("../images/icon/icon-stats-like-18x18.png");
}
.post-list-box .post-comments .reply-comment .icon-box {
  background-image: url("../images/icon/icon-stats-chat-18x18.png");
}
.post-list-box .post-list-header {
  position: relative;
  padding-right: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  gap: 0.4rem;
}
.post-list-box .post-list-header .number {
  padding-right: 0.1rem;
  color: #01d8c0;
}
.post-list-box .post-list-header .btn {
  position: absolute;
  top: 0;
  right: 0;
}
.post-list-box .empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #8b95a1;
}
.post-list-box .empty-state .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-dots-circle-24x24.png");
}
.post-list-box .empty-state .text {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.post-list-box .empty-state .value {
  color: #0a0a0a;
}
.home-feed-area .post-list-box {
  padding-top: 1.2rem;
}
.community-slider .post-list-box .post-link {
  display: block;
  padding: 0.8rem;
  height: 100%;
  border-radius: 0.4rem;
  background-color: #fff;
}
.community-slider .post-list-box .title {
  max-width: 100%;
  overflow: visible;
  text-overflow: clip;
  white-space: wrap;
}
.section-mypage-area .post-list-box {
  padding-top: 1.6rem;
}
.post-list-box.has-bookmark .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-list-box.has-bookmark .post-link {
  padding-left: 0.6rem;
  margin-left: 0.6rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #e5e8eb;
}
.section-search-area .post-list-box .post-item.notice a {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.section-search-area .post-list-box .post-item.notice + .post-item {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #f2f4f6;
}
.section-search-area .post-list-box .post-item.notice + .post-item.notice {
  padding-top: 1.2rem;
}
.section-search-area .post-list-box .post-item.notice .post-category {
  color: #4e5968;
  background-color: #e5e8eb;
}

.post-view-box .post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-view-box .post-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
}
.post-view-box .post-info {
  position: relative;
  z-index: 1;
  padding-top: 0.6rem;
  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: 0.25rem;
  word-break: break-all;
}
.post-view-box .post-info .icon-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-view-box .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8b95a1;
}
.post-view-box .post-meta > span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
}
.post-view-box .post-meta > span::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.05rem;
  height: 0.4rem;
  background-color: #b0b8c1;
}
.post-view-box .post-meta > span + span {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
}
.post-view-box .post-meta > span + span::before {
  display: block;
}
.post-view-box .post-meta .icon-box {
  width: 0.9rem;
  height: 0.9rem;
}
.post-view-box .post-view .icon-box {
  background-image: url("../images/icon/icon-stats-eye-18x18.png");
}
.post-view-box .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7684;
  word-break: break-all;
}
.post-view-box .post-content {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #000;
}
.post-view-box .content-body {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4e5968;
  word-break: break-all;
}
.post-view-box .content-images {
  padding-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-view-box .content-images img {
  border-radius: 0.6rem;
  overflow: hidden;
}
.post-view-box .content-images img + img {
  margin-top: 0.4rem;
}
.post-view-box .post-footer {
  padding-top: 0.8rem;
}
.section-community-view-area .post-view-box {
  padding-block: 2rem 1.2rem;
}

.post-nav-box:last-child .post-nav {
  padding-bottom: 0;
  margin-bottom: -0.1rem;
}
.post-nav-box .post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 1.5rem;
}
.post-nav-box .post-nav-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.4;
  color: #6b7684;
}
.post-nav-box .post-nav-link::before, .post-nav-box .post-nav-link::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.post-nav-box .post-nav-prev::before {
  background-image: url("../images/icon/icon-arrow-prev-gray-20x20.png");
}
.post-nav-box .post-nav-prev::after {
  display: none;
}
.post-nav-box .post-nav-next::before {
  display: none;
}
.post-nav-box .post-nav-next::after {
  background-image: url("../images/icon/icon-arrow-next-gray-20x20.png");
}

.empty-state-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #8b95a1;
}
.empty-state-box .icon-question {
  width: 5.6rem;
  height: 5.25rem;
  background-image: url("../images/icon/icon-empty-question-112x105.png");
}
.empty-state-box .icon-exclamation {
  width: 5.6rem;
  height: 5.2rem;
  background-image: url("../images/icon/icon-empty-exclamation-112x104.png");
}
.empty-state-box .text {
  padding-top: 1.6rem;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.empty-state-box .value {
  color: #0a0a0a;
}
.empty-state-box .info-text {
  padding-top: 0.2rem;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #8b95a1;
}
.empty-state-box .info-text + .info-text {
  padding-top: 0.4rem;
}
.empty-state-box .btn-wrap {
  padding-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.empty-state-box .btn-wrap .btn {
  padding-inline: 0.5rem;
  min-width: 7.8rem;
  min-height: 2.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #0a0a0a;
  border-radius: 5rem;
  gap: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.empty-state-box .btn-group {
  line-height: 1;
  padding-top: 1.6rem;
}
.empty-state-box .btn-group .btn + .btn {
  margin-top: 0.8rem;
}
.section-search-area .empty-state-box {
  margin-bottom: -1.2rem;
}
.section-mypage-area .empty-state-box {
  padding-block: 3.6rem 1.9rem;
}
.comment-area-box .empty-state-box {
  padding-block: 2rem 1.2rem;
}
.comment-area-box .empty-state-box .text {
  color: #0a0a0a;
}

.game-record-card {
  position: relative;
  padding: 1.725rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.8rem;
  background-color: #f2f4f6;
  word-break: break-all;
}
.game-record-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.9rem;
  height: 4.2rem;
  background-image: url("../images/object/img-object-game-118x84.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.game-record-card span {
  position: relative;
  z-index: 1;
}
.game-record-card + .length-check-cover,
.game-record-card + .content-body {
  margin-top: 1.6rem;
}

.event-result-card {
  position: relative;
  padding: 2rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.8rem;
  background-color: #f2f4f6;
  word-break: break-all;
}
.event-result-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 3.7rem;
  background-image: url("../images/object/img-object-gift-100x74.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.event-result-card span {
  position: relative;
  z-index: 1;
}
.event-result-card + .length-check-cover,
.event-result-card + .content-body {
  margin-top: 1.6rem;
}

.section-community-edit-area .section-header .btn-submit,
.section-community-edit-area .section-header .btn-save {
  padding: 0.25rem;
  min-width: 3.4rem;
  min-height: 1.6rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  border-radius: 5rem;
}
.section-community-edit-area .btn-submit {
  background-color: #01d8c0;
}
.section-community-edit-area .btn-save {
  background-color: #333d4b;
}

.post-editor-box {
  padding-top: 2rem;
}
.post-editor-box .editor-category {
  line-height: 0;
}
.post-editor-box .form-textarea {
  padding: 0;
  border: 0;
  height: auto;
  border-radius: 0;
  overflow: hidden;
}
.post-editor-box .editor-title {
  padding-top: 0.6rem;
}
.post-editor-box .editor-title .form-textarea {
  padding-bottom: 0.8rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #d1d6db;
}
.post-editor-box .editor-title .form-textarea::-webkit-input-placeholder {
  font-weight: 400;
}
.post-editor-box .editor-title .form-textarea::-moz-placeholder {
  font-weight: 400;
}
.post-editor-box .editor-title .form-textarea::-ms-input-placeholder {
  font-weight: 400;
}
.post-editor-box .editor-title .form-textarea::placeholder {
  font-weight: 400;
}
.post-editor-box .editor-content {
  padding-top: 1.6rem;
}
.post-editor-box .length-check-cover .form-textarea {
  min-height: 4.8rem;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4e5968;
}
.post-editor-box .length-check-cover .count {
  margin-top: 0.8rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #b0b8c1;
}
.post-editor-box .length-check-cover .medium.form-textarea {
  min-height: 10rem;
}

.comment-area-box .comment-list {
  padding-block: 1.2rem;
}
.comment-area-box .comment-item {
  padding-top: 0.8rem;
}
.comment-area-box .comment-item + .comment-item {
  border-top: 1px solid #d1d6db;
}
.comment-area-box .comment-item + .comment-item.comment-reply {
  margin-top: 0.8rem;
  padding: 0.8rem;
  background-color: #f2f4f6;
  border-top: 0;
  border-radius: 0.2rem;
}
.comment-area-box .comment-item + .comment-item.comment-reply + .comment-reply {
  margin-top: 0.2rem;
}
.comment-area-box .comment-item + .comment-item:not(.comment-reply) {
  margin-top: 0.8rem;
}
.comment-area-box .comment-item:first-child {
  padding-top: 0;
}
.comment-area-box .comment-header {
  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;
}
.comment-area-box .comment-nickname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7684;
  word-break: break-all;
}
.comment-area-box .author-badge {
  position: relative;
  padding-left: 0.4rem;
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1;
  color: #2cbab6;
}
.comment-area-box .author-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background-color: #8b95a1;
  border-radius: 50%;
}
.comment-area-box .comment-content {
  padding-top: 0.6rem;
}
.comment-area-box .comment-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
}
.comment-area-box .comment-images {
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.comment-area-box .comment-images img {
  border-radius: 0.4rem;
  overflow: hidden;
}
.comment-area-box .comment-images img + img {
  margin-top: 0.4rem;
}
.comment-area-box .comment-footer {
  padding-top: 0.6rem;
  word-break: break-all;
}
.comment-area-box .comment-date {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8b95a1;
}

.comment-write-box {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #e6e6e9;
  border-radius: 0.8rem 0.8rem 0 0;
  -webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.0509803922);
  overflow: hidden;
  background-color: #fff;
  word-break: break-all;
}
.comment-write-box.active {
  padding: 0.8rem 1.2rem;
}
.comment-write-box.active .write-placeholder {
  visibility: hidden;
  opacity: 0;
}
.comment-write-box.active .image-upload-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-write-box.active .btn-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.comment-write-box.reply {
  min-height: 5.3rem;
}
.comment-write-box.reply .write-placeholder {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4rem;
}
.comment-write-box .write-placeholder {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.comment-write-box .write-placeholder .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.comment-write-box .write-placeholder .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-comment-chats-24x24.png");
}
.comment-write-box .write-placeholder .text {
  position: relative;
  padding-left: 0.6rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.comment-write-box .write-placeholder .text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.05rem;
  height: 1.4rem;
  background-color: #d1d6db;
}
.comment-write-box .write-placeholder .write-label {
  margin-left: auto;
  padding: 0.65rem 0.775rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  border-radius: 0.4rem;
  background-color: #01d8c0;
}
.comment-write-box .reply-target {
  padding-right: 1.2rem;
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4e5968;
  overflow: auto;
}
.comment-write-box .reply-target .nickname {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.comment-write-box .btn-reply-cancel {
  position: absolute;
  z-index: 2;
  top: 0.85rem;
  right: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/icon/icon-close-bk-18x18.png");
}
.comment-write-box .write-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.comment-write-box .write-editor .reply-target ~ .length-check-cover {
  padding-top: 0.8rem;
}
.comment-write-box .length-check-cover {
  width: 100%;
}
.comment-write-box .form-textarea {
  padding: 0.8rem;
  width: 100%;
  min-height: 3.9rem;
  height: auto;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.6rem;
  background-color: #f9fafb;
  border: 0;
}
.comment-write-box .btn-submit {
  display: none;
  margin-top: 0.8rem;
  width: 100%;
  min-height: 2.7rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  border-radius: 0.6rem;
  background-color: #01d8c0;
}

@media (min-width: 720px) {
  .comment-write-box {
    max-width: 18rem;
  }
}
.section-home-area .is-hidden {
  display: none;
}

.switch-container-home .switch-button {
  padding: 0.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 3.7rem;
  height: 1.8rem;
  position: relative;
  cursor: pointer;
  background: #f2f4f6;
  border-radius: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.switch-container-home .switch-button::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: calc(50% - 0.2rem);
  height: calc(100% - 0.4rem);
  border-radius: 5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
  background: #fff;
}
.switch-container-home .switch-button > span {
  content: "";
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 2;
}
.switch-container-home .switch-button .switch-off {
  background-image: url("../images/home/icon-switch-feed-on.png");
}
.switch-container-home .switch-button .switch-on {
  background-image: url("../images/home/icon-switch-hybrid.png");
}
.switch-container-home .switch-input:checked + .switch-label .switch-button {
  background: #f2f4f6;
}
.switch-container-home .switch-input:checked + .switch-label .switch-button::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.switch-container-home .switch-input:checked + .switch-label .switch-button .switch-off {
  background-image: url("../images/home/icon-switch-feed.png");
}
.switch-container-home .switch-input:checked + .switch-label .switch-button .switch-on {
  background-image: url("../images/home/icon-switch-hybrid-on.png");
}

.home-banner-area {
  padding-block: 1rem 1.6rem;
}

.home-banner-item {
  /* 게임기 */
  /* 컨트롤러 */
  /* 채팅 */
}
.home-banner-item + .home-banner-item {
  margin-top: 0.6rem;
}
.home-banner-item.arcade .home-banner-link {
  padding-block: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18rem;
  background-image: url("https://cdn.confe.kr/resources/images/home/bg-home-arcade.png");
}
.home-banner-item.arcade .home-banner-link .banner-title {
  padding-top: 0;
  font-size: 1.3rem;
}
.home-banner-item.arcade .home-banner-link .banner-text {
  padding-top: 0.4rem;
  font-size: 0.8rem;
}
.home-banner-item.arcade .home-banner-link .object-image {
  top: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.3rem;
  max-width: 16.4rem;
  height: 12.25rem;
  background-image: url("https://cdn.confe.kr/resources/images/home/object-home-arcade.png");
}
.home-banner-item.game .home-banner-link {
  background-image: url("../images/home/bg-home-game.png");
}
.home-banner-item.game .home-banner-link .object-image {
  max-width: 9.45rem;
  height: 6rem;
  background-image: url("https://cdn.confe.kr/resources/images/home/object-home-game.png");
}
.home-banner-item.community .home-banner-link {
  background-image: url("../images/home/bg-home-community.png");
}
.home-banner-item.community .home-banner-link .object-image {
  max-width: 9.75rem;
  height: 6rem;
  background-image: url("../images/home/object-home-community.png");
}
.home-banner-item .object-image {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.home-banner-item.arcade .object-image {
  -webkit-animation-name: arcadeBounce;
          animation-name: arcadeBounce;
}
.home-banner-item.game .object-image {
  -webkit-animation-name: controllerRotate;
          animation-name: controllerRotate;
}
.home-banner-item.community .object-image {
  -webkit-animation-name: chatPop;
          animation-name: chatPop;
}
@-webkit-keyframes arcadeBounce {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-6px);
            transform: translateX(-50%) translateY(-6px);
  }
}
@keyframes arcadeBounce {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-6px);
            transform: translateX(-50%) translateY(-6px);
  }
}
@-webkit-keyframes controllerRotate {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes controllerRotate {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@-webkit-keyframes chatPop {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@keyframes chatPop {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.home-banner-link {
  position: relative;
  margin-inline: auto;
  padding: 0.95rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 21.5rem;
  width: 100%;
  height: 6rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-banner-link .banner-label {
  padding: 0.2rem 0.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #4e5968;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.5215686275);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2509803922);
}
.home-banner-link .banner-title {
  padding-top: 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.home-banner-link .banner-text {
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.home-banner-link .object-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}

.home-feed-area {
  padding-top: 1.2rem;
}

.home-feed-title {
  padding-bottom: 1.6rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.section-community-area {
  padding-bottom: 2rem;
}

.community-slider-box {
  position: relative;
  z-index: 0;
  padding-top: 2rem;
}

.community-slider-title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.community-slider {
  padding-top: 0.8rem;
  padding-inline: 0.8rem;
  margin-inline: -0.8rem;
}
.community-slider .swiper-slide {
  max-width: 12.7rem;
  height: auto;
}
.community-slider .swiper-slide + .swiper-slide {
  margin-left: 0.4rem;
}

.section-community-view-area {
  padding-bottom: 1.6rem;
}

.section-search-area {
  padding-bottom: 1.2rem;
}

.search-box-area .search-bar-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.search-box-area .search-bar {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-box-area .btn-search {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.search-box-area .form-input {
  padding-inline: 0.75rem 2.7rem;
  font-size: 0.8rem;
  border: 1px solid #d1d6db;
  border-radius: 0.4rem;
  background: #f9fafb;
  font-weight: 700;
}
.search-box-area .form-input::-webkit-input-placeholder {
  color: #0a0a0a;
  font-weight: 400;
}
.search-box-area .form-input::-moz-placeholder {
  color: #0a0a0a;
  font-weight: 400;
}
.search-box-area .form-input::-ms-input-placeholder {
  color: #0a0a0a;
  font-weight: 400;
}
.search-box-area .form-input::placeholder {
  color: #0a0a0a;
  font-weight: 400;
}
.search-box-area .search-recommend {
  margin-top: 0.8rem;
}
.search-box-area .selectric-container {
  display: none;
  width: 27.43%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-box-area .selectric-container .selectric {
  padding-right: 2rem;
  border-color: #e5e8eb;
}
.search-box-area .selectric-container .label {
  font-size: 0.7rem;
  color: #0a0a0a;
  overflow: visible;
}
.search-box-area .btn-search-clear {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.8rem;
  z-index: 2;
}
.search-box-area.has-value .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.search-box-area.has-value .cover-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-box-area.has-value .btn-search {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.search-box-area.has-value .selectric-container,
.search-box-area.has-value .btn-search-clear {
  display: block;
}

@media (min-width: 530px) and (max-width: 720px) {
  .search-box-area + .banner-slider-box {
    padding-top: 4rem;
  }
}
.search-recommend {
  padding: 0.55rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  background-color: #e5e8eb;
  border-radius: 0.4rem;
}

.search-recommend-title {
  padding: 0.2rem 0.6rem;
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #6b7684;
  border: 1px solid #b0b8c1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.search-recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  overflow: auto;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
.search-recommend-list::-webkit-scrollbar {
  display: none;
}

.search-recommend-item {
  line-height: 0;
}
.search-recommend-item button,
.search-recommend-item span {
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #6b7684;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.btn-search .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-search-24x24.png");
}
.search-bar .btn-search .icon-box {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/icon/icon-search-bk-32x32.png");
}

.btn-search-clear {
  display: block;
  line-height: 0;
}
.btn-search-clear .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-close-bk-24x24.png");
}

.search-highlight {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.section-mypage-area .section-header .title {
  font-size: 0.8rem;
}
.section-mypage-area .guide-text-wrap {
  padding-top: 0.4rem;
  text-align: right;
}
.section-mypage-area .guide-text {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7684;
}
.section-mypage-area .reward-notice-banner {
  margin-top: 1.2rem;
}

.mypage-user-box {
  padding: 1.2rem;
  color: #fff;
  background-color: #4e5968;
  border-radius: 1.2rem;
  background-image: url("../images/mypage/bg-user-box.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  word-break: break-all;
}

.mypage-user-info {
  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: 0.4rem;
}
.mypage-user-info .user-name {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.mypage-user-point {
  margin-top: 0.8rem;
  padding: 1.2rem;
  background-color: #333d4b;
  border-radius: 0.6rem;
}
.mypage-user-point .point-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-all;
}
.mypage-user-point .point-info .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-point-24x24.png");
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mypage-user-point .point-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
}
.mypage-user-point .point-value {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #01d8c0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.mypage-user-point .progress-box {
  position: relative;
  margin-top: 0.8rem;
}
.mypage-user-point .progress-box.trust .progress-fill {
  background: -webkit-gradient(linear, left top, right top, from(#fbffbf), to(#a196ff));
  background: linear-gradient(90deg, #fbffbf 0%, #a196ff 100%);
}
.mypage-user-point .progress-bar {
  width: 100%;
  height: 0.7rem;
  border-radius: 5rem;
  overflow: hidden;
  background: #4e5968;
}
.mypage-user-point .progress-target {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.35rem;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
.mypage-user-point .progress-fill {
  display: block;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  background: -webkit-gradient(linear, left top, right top, from(#6c83f5), to(#01d8c0));
  background: linear-gradient(90deg, #6c83f5 0%, #01d8c0 100%);
  border-radius: 5rem;
  -webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);
}
.mypage-user-point .point-guide {
  padding-top: 0.3rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}
.mypage-user-point .point-guide .text strong {
  font-weight: 700;
}
.mypage-user-point .point-guide .text span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mypage-user-activity {
  padding-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
}
.mypage-user-activity .activity-item {
  padding: 0.8rem 0.75rem 0.8rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1rem;
  width: 100%;
  background-color: rgba(107, 118, 132, 0.5019607843);
  border-radius: 0.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 4px);
          flex: 1 1 calc(50% - 4px);
}
.mypage-user-activity .title {
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.4;
}
.mypage-user-activity .count {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #01d8c0;
}

.member-grade-guide {
  padding-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.member-grade-guide .btn-grade-info {
  position: relative;
  padding: 0.2rem 0.4rem 0.2rem 1.35rem;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  border-radius: 5rem;
  background: rgba(10, 10, 10, 0.2);
}
.member-grade-guide .btn-grade-info::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.4rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../images/icon/icon-exclamation-wh-15x15.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mypage-menu-box {
  padding-top: 1.2rem;
}

.mypage-menu-item + .mypage-menu-item {
  padding-top: 0.6rem;
}

.mypage-menu-btn {
  padding: 1rem 1.2rem;
  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;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #f9fafb;
  border-radius: 0.8rem;
}
.mypage-menu-btn .icon-box {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-right-arrow-gray-24x24.png");
}

.reward-notice-banner {
  position: relative;
  padding: 1rem 1.2rem;
  background: linear-gradient(96.61deg, #9cf5d7 29.68%, #01d8c0 99.29%);
  border-radius: 0.8rem;
  isolation: isolate;
}
.reward-notice-banner .user-name {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -1px;
  color: #333d4b;
}
.reward-notice-banner .text {
  padding-top: 0.2rem;
  padding-right: 2.7rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.reward-notice-banner .icon-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.2rem;
  width: 2.65rem;
  height: 2.7rem;
  z-index: -1;
  background-image: url("../images/mypage/icon-point-coin-53x54.png");
}

.game-history-list-box {
  padding-top: 1.6rem;
  word-break: break-all;
}

.game-history-list .accordion-list.active .accordion-header::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.game-history-item + .game-history-item {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #f2f4f6;
}
.game-history-item .game-history-box,
.game-history-item .accordion-header {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.game-history-item .game-category {
  padding: 0.225rem 0.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1;
  color: #6c83f5;
  background: rgba(108, 131, 245, 0.1019607843);
  border-radius: 0.2rem;
}
.game-history-item .game-history-info {
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.game-history-item .game-title {
  font-size: 0.8rem;
  font-weight: 500;
}
.game-history-item .game-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  font-size: 0.7rem;
  font-weight: 400;
  color: #8b95a1;
}
.game-history-item .game-meta span {
  position: relative;
}
.game-history-item .game-meta span::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.05rem;
  height: 0.5rem;
  background-color: #d1d6db;
}
.game-history-item .game-meta span + span {
  padding-left: 0.8rem;
}
.game-history-item .game-meta span + span::before {
  display: block;
}
.game-history-item .game-date {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #b0b8c1;
}
.game-history-item .accordion-header::after {
  top: 0;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-arrow-down-gray-24x24.png");
}
.game-history-item.mini-game .game-category {
  color: #01d8c0;
  background-color: #e6fbf9;
}

.game-history-sub-list {
  margin-top: 0.4rem;
  padding-block: 0.4rem;
  border-radius: 0.4rem;
  background-color: #f9fafb;
}
.game-history-sub-list .game-history-box {
  position: relative;
}
.game-history-sub-list .game-history-box + .game-history-box .game-history-info::before {
  display: block;
}
.game-history-sub-list .game-history-info {
  position: relative;
  padding: 0.4rem 2rem 0.4rem 3.8rem;
}
.game-history-sub-list .game-history-info::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-inline: 3.8rem 1.2rem;
  width: calc(100% - 5rem);
  height: 0.05rem;
  background-color: #f2f4f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.event-history-list-box {
  padding-top: 1.6rem;
  word-break: break-all;
}

.event-history-item + .event-history-item {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #f2f4f6;
}

.event-history-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.event-history-info .event-title {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.event-history-info .event-meta {
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0.6rem;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #8b95a1;
}
.event-history-info .event-meta span {
  position: relative;
}
.event-history-info .event-meta span::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.05rem;
  height: 0.5rem;
  background-color: #d1d6db;
}
.event-history-info .event-meta span + span:not(.event-date) {
  padding-left: 0.6rem;
}
.event-history-info .event-meta span + span:not(.event-date)::before {
  display: block;
}
.event-history-info .event-benefit {
  color: #4e5968;
}
.event-history-info .event-date {
  margin-left: auto;
  font-size: 0.6rem;
  font-weight: 400;
  color: #b0b8c1;
}
.event-history-info .event-date::before {
  display: none;
}

.profile-manage-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.profile-manage-box.step-1 {
  padding-top: 1.6rem;
}
.profile-manage-box.step-1 .input-cover-wrap {
  padding-top: 2.8rem;
}
.profile-manage-box.step-1 .btn-wrap {
  margin-top: auto;
}
.profile-manage-box.step-2 > div {
  padding-block: 1.2rem;
}
.profile-manage-box.step-2 > div + div {
  margin-top: 0.8rem;
}
.profile-manage-box.step-2 > div:last-child {
  padding-bottom: 0;
}
.profile-manage-box.step-2 .input-cover-wrap {
  padding-top: 1.6rem;
}
.profile-manage-box .title {
  padding-block: 0.2rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.profile-manage-box .guide-text-box .guide-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333d4b;
}
.profile-manage-box .btn-wrap {
  padding-top: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 2.8rem;
}

.social-login-status-box {
  padding: 0.8rem;
  background-color: #f9fafb;
  border-radius: 0.4rem;
}
.social-login-status-box .social-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  gap: 0.4rem;
  color: #6b7684;
}
.social-login-status-box .social-status span {
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
}
.social-login-status-box .social-status .icon-box {
  width: 1rem;
  height: 1rem;
  background-image: url("../images/components/icon-checkbox-round-off-20x20.png");
}
.social-login-status-box .social-status.is-checkd .icon-box {
  background-image: url("../images/components/icon-checkbox-round-on-20x20.png");
}
.social-login-status-box .text {
  font-size: 0.8rem;
  font-weight: 700;
}
.social-login-status-box .info,
.social-login-status-box .date {
  font-size: 0.6rem;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  -webkit-transform: translateY(0.025rem);
          transform: translateY(0.025rem);
}
.social-login-wrap .social-login-status-box {
  margin-top: 1.6rem;
}

.social-login-status-item {
  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;
}
.social-login-status-item + .social-login-status-item {
  padding-top: 1.2rem;
}

.point-list-box {
  word-break: break-all;
}
.point-list-box .point-item {
  padding-block: 0.8rem;
  border-bottom: 1px solid #f2f4f6;
}
.point-list-box .point-item:first-child {
  padding-top: 0;
}
.point-list-box .point-item.pending .point-status {
  background-color: #fff;
  border: 1px solid #f0f3fe;
}
.point-list-box .point-item.canceled {
  padding-block: 1.2rem;
}
.point-list-box .point-item.canceled .point-box {
  background-color: #f9fafb;
}
.point-list-box .point-item.canceled .point-status {
  color: #ff5c9d;
  background-color: #ffeff5;
}
.point-list-box .point-item.canceled .point-value {
  color: #ff5c9d;
}
.point-list-box .point-item.used {
  padding-block: 1.2rem;
}
.point-list-box .point-item.used .point-box {
  background-color: #f9fafb;
}
.point-list-box .point-item.used .point-status {
  color: #ff5c9d;
  background-color: #fff;
  border-color: #ffeff5;
}
.point-list-box .point-item.used .point-value {
  color: #ff5c9d;
}
.point-list-box .point-box {
  padding: 0.4rem;
  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: 0.4rem;
  border-radius: 0.2rem;
}
.point-list-box .point-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  word-break: break-all;
}
.point-list-box .point-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  gap: 0.4rem;
}
.point-list-box .point-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0.3rem;
  min-width: 2.6rem;
  min-height: 1.1rem;
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.2rem;
  color: #6c83f5;
  background: #f0f3fe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f0f3fe;
}
.point-list-box .point-time {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #b0b8c1;
}
.point-list-box .point-title {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.point-list-box .point-value {
  white-space: nowrap;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  color: #6c83f5;
}
.section-mypage-area .point-list-box {
  padding-top: 1.6rem;
}

.mypage-user-box .attendance-status {
  padding: 1.2rem;
  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: 0.4rem;
  border-radius: 0.6rem;
  background-color: #333d4b;
}
.mypage-user-box .attendance-status .title {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
}
.mypage-user-box .attendance-status .text {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #01d8c0;
}

.daily-check-calendar {
  margin-inline: -0.8rem;
  padding-top: 1.2rem;
  padding-inline: 0.8rem;
  overflow: hidden;
}
.daily-check-calendar #calendar {
  margin-top: 0.8rem;
  min-height: 13.75rem;
  border-bottom: 1px solid #e5e8eb;
}
.daily-check-calendar .btn-wrap {
  padding-top: 1.2rem;
}

.calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.45rem;
  min-height: 1.3rem;
}
.calendar-header .btn {
  width: 1.3rem;
  height: 1.3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.65rem 0.6rem;
}
.calendar-header .btn-calendar-prev {
  background-image: url("../images/components/icon-calendar-prev-arrow-13x12.png");
}
.calendar-header .calendar-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}
.calendar-header .btn-calendar-next {
  background-image: url("../images/components/icon-calendar-next-arrow-13x12.png");
}

#calendar .fc-scroller-harness {
  overflow: visible;
}
#calendar .fc-scrollgrid,
#calendar .fc-scrollgrid-section th,
#calendar .fc-scrollgrid-section td,
#calendar .fc-day,
#calendar .fc-col-header-cell {
  border: 0;
}
#calendar .fc-daygrid-day-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#calendar .fc-day-today {
  background: none;
}
#calendar .fc-day-today .day-number {
  color: #6c83f5;
}
#calendar .fc-day-today .attendance-day::after {
  -webkit-animation: attended-scale 0.4s both;
          animation: attended-scale 0.4s both;
}
#calendar .fc-col-header-cell-cushion {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.3rem;
  height: 2rem;
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1.2;
  color: #6b7684;
}
#calendar .fc-daygrid-day-number {
  padding: 0.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#calendar .fc-daygrid-day-events {
  display: none;
}
#calendar .fc-day-other .day-icon {
  background-image: none;
}
#calendar .attendance-day {
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
  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;
}
#calendar .attendance-day::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#calendar .attendance-day.is-attended::after {
  background-image: url("../images/mypage/icon-check-stamp-complete.png");
}
#calendar .attendance-day.is-missed::after {
  background-image: url("../images/mypage/icon-check-stamp-default.png");
}
@-webkit-keyframes attended-scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes attended-scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
#calendar .attendance-day-number {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #4e5968;
}
#calendar .attendance-day-message {
  position: absolute;
  bottom: -1.05rem;
  padding: 0.2rem 0.4rem;
  margin-top: 0.3rem;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  background-color: #6c83f5;
  border-radius: 5rem;
  z-index: 1;
}
#calendar .attendance-day-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.25rem;
  width: 0.85rem;
  height: 0.3rem;
  background-image: url("../images/mypage/icon-bubble-arrow-top-10x8.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: 0.5rem 0.4rem;
}

.section-login-area .login-content-box {
  position: relative;
  padding-top: 1.6rem;
}

.login-content-box .btn-wrap {
  position: relative;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.login-content-box .find-account {
  padding-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
.login-content-box .find-account .btn {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #4e5968;
}
.login-content-box .signup-box {
  padding-top: 2.8rem;
  padding-bottom: 2rem;
}
.login-content-box .signup-box:last-child {
  padding-bottom: 0;
}
.login-content-box .social-signup-list {
  padding-top: 1.2rem;
}
.login-content-box .guide-info-box {
  padding-top: 2rem;
}
.login-content-box .guide-info-box .btn {
  margin-top: 1.2rem;
}
.login-content-box .guide-text {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.login-content-box .guide-text + .guide-text {
  padding-top: 0.4rem;
}

.login-keep-wrap {
  padding-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-keep-wrap .selector-cover {
  display: inline-block;
}

.social-signup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.4rem;
}

.social-signup-item {
  position: relative;
  width: calc(50% - 0.2rem);
}
.social-signup-item .btn-social {
  padding: 0.6rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.4;
  gap: 0.4rem;
  border-radius: 0.2rem;
  background-color: #f2f4f6;
}
.social-signup-item .icon-box {
  position: relative;
  margin-right: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
}
.social-signup-item .icon-box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 0.6rem);
  background-color: #d1d6db;
}
.social-signup-item .kakao .icon-box {
  background-image: url("../images/icon/icon-login-kakao-24x24.png");
}
.social-signup-item .naver .icon-box {
  background-image: url("../images/icon/icon-login-naver-24x24.png");
}
.social-signup-item .google .icon-box {
  background-image: url("../images/icon/icon-login-google-24x24.png");
}
.social-signup-item .apple .icon-box {
  background-image: url("../images/icon/icon-login-apple-24x24.png");
}

.section-signup-area .signup-content-box {
  padding-top: 2rem;
}
.section-signup-area .section-header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.section-signup-area .social-provider {
  position: relative;
  padding: 0.15rem 0.4rem 0.1rem 1.2rem;
  min-height: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #6b7684;
  border: 1px solid #6b7684;
  border-radius: 0.2rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-signup-area .social-provider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.65rem;
  height: 0.65rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.section-signup-area .social-provider.kakao::before {
  background-image: url("../images/icon/icon-kakao-13x13.png");
}
.section-signup-area .social-provider.naver::before {
  background-image: url("../images/icon/icon-naver-13x13.png");
}
.section-signup-area .social-provider.google::before {
  background-image: url("../images/icon/icon-google-13x13.png");
}
.section-signup-area .social-provider.apple::before {
  background-image: url("../images/icon/icon-apple-13x13.png");
}
.section-signup-area .signup-guide-box .guide-text {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.section-signup-area .signup-guide-box .guide-text.large {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #333d4b;
}
.section-signup-area .signup-guide-box .info-text {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #333d4b;
}
.section-signup-area .is-hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.section-signup-area .input-cover-wrap .input-cover + .input-cover.is-hidden {
  padding: 0;
}
.section-signup-area .guide-info-box {
  padding-top: 2rem;
}
.section-signup-area .guide-info-box .guide-text {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.section-signup-area .guide-info-box .guide-text + .guide-text {
  padding-top: 0.4rem;
}
.section-signup-area .guide-info-box .btn {
  margin-top: 1.2rem;
}
.section-signup-area .guide-info-box.filled {
  margin-top: 2rem;
  padding: 0.8rem 0.75rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  border-radius: 0.4rem;
  color: #333d4b;
  background-color: #f9fafb;
}
.section-signup-area .guide-info-box.filled p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.section-signup-area .guide-info-box.filled .info-text {
  padding-top: 0.4rem;
  color: #6b7684;
}
.section-signup-area .complete-guide-box {
  padding-top: 0.8rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #333d4b;
}
.section-signup-area .complete-guide-box p {
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.section-signup-area .complete-guide-box .guide-text {
  padding-top: 2rem;
  font-size: 1.2rem;
}
.section-signup-area .complete-guide-box .info-text {
  padding-top: 0.8rem;
  font-size: 1rem;
}

.signup-content-box {
  position: relative;
}
.signup-content-box:not(.connect).step-1 > div {
  padding-block: 1.2rem;
}
.signup-content-box:not(.connect).step-1 > div:first-child {
  padding-top: 0;
}
.signup-content-box:not(.connect).step-1 .signup-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.signup-content-box:not(.connect).step-3 .signup-footer {
  padding-top: 6rem;
}
.signup-content-box.connect.step-1 > div {
  padding-block: 1.2rem;
}
.signup-content-box.connect.step-1 > div:first-child {
  padding-top: 0;
}
.signup-content-box.connect.step-1 .signup-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.signup-content-box.connect.step-3 .signup-footer {
  padding-top: 6rem;
}
.signup-content-box .icon-box {
  width: 6.7rem;
  height: 6.5rem;
  background-image: url("../images/signup/icon-signup-complete-check-134x130.png");
}
.signup-content-box .signup-footer {
  padding-top: 2rem;
}
.signup-content-box .signup-footer.is-hidden {
  padding: 0;
}

.terms-box-wrap > div + div {
  padding-top: 1.2rem;
}
.terms-box-wrap > div + div.form-guide-text {
  padding-top: 0;
}
.terms-box-wrap .selector-cover .selector-text {
  font-weight: 500;
  line-height: 1.5;
}
.terms-box-wrap .selector-cover .selector-text .selector {
  margin-top: 0.05rem;
}
.terms-box-wrap .selector-cover .required {
  color: #2cbab6;
}
.terms-box-wrap .selector-cover .optional {
  color: #8b95a1;
}
.terms-box-wrap .selector-cover.small .selector-text {
  font-size: 0.65rem;
  line-height: 1.2;
}
.terms-box-wrap .selector-cover.small .selector {
  margin-top: 0;
}
.terms-box-wrap .selector-wrapper.indent {
  padding-top: 0.4rem;
  padding-left: 1.4rem;
}

.terms-box .terms-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.4rem;
}
.terms-box .terms-title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.terms-box .terms-content {
  margin-top: 0.8rem;
  padding: 0.8rem;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7684;
  background-color: #f9fafb;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden; /* 뒷면 숨기기 (GPU 가속 도움) */
  backface-visibility: hidden;
}
.terms-box .terms-content p,
.terms-box .terms-content ul,
.terms-box .terms-content li {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.terms-box .terms-content .terms-text {
  padding-top: 0.8rem;
}
.terms-box .terms-content .terms-text.mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
}
.terms-box .terms-content .terms-text.mark span {
  line-height: 1.4;
}
.terms-box .terms-content .data-table {
  padding-top: 0.8rem;
}
.terms-box .terms-content .data-table td {
  padding-inline: 0.5rem;
  vertical-align: top;
}
.terms-box .terms-content .selector-wrapper {
  padding-block: 0.1rem;
}
.terms-box .terms-inner {
  padding-right: 0.6rem;
  height: 8.4rem;
  overflow-y: auto;
}
.terms-box .terms-inner::-webkit-scrollbar {
  width: 3px;
}
.terms-box .terms-inner::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #b0b8c1;
}
.terms-box .terms-inner::-webkit-scrollbar-track {
  border-radius: 100px;
  background: #e5e8eb;
}
.terms-box .terms-item + .terms-item {
  padding-top: 0.8rem;
}
.terms-box .terms-item .item-title {
  font-weight: 700;
}
.terms-box .terms-item .item-text > ul + p {
  padding-top: 0.5rem;
}
.terms-box .terms-item .item-text > p + p {
  padding-top: 0.5rem;
}
.terms-box .selector-wrapper {
  padding-top: 0.8rem;
}
.terms-box.small .terms-inner {
  height: 5.25rem;
}
.terms-box.accordion-list {
  overflow: visible;
}
.terms-box .accordion-header {
  padding: 0 1rem 0 0;
  width: auto;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4e5968;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.terms-box .accordion-header:after {
  width: 0.8rem;
  height: 0.8rem;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/icon/icon-arrow-down-gray-16x16.png");
}

.signup-footer .selector-wrapper {
  gap: 0.8rem;
}
.signup-footer .btn-wrap {
  padding-top: 2rem;
}

.section-find-account-area .find-account-box {
  position: relative;
  padding-top: 2rem;
}
.section-find-account-area .btn-wrap {
  padding-top: 8rem;
}

.section-notice-area .btn-wrap {
  padding-top: 2.8rem;
}

.notice-list-box {
  padding-top: 2rem;
  word-break: break-all;
}
.notice-list-box .notice-item + .notice-item {
  padding-top: 0.4rem;
}
.notice-list-box .notice-link {
  padding: 0.8rem;
  display: block;
  border-radius: 0.4rem;
  background-color: #f9fafb;
}
.notice-list-box .notice-link span {
  display: block;
}
.notice-list-box .notice-title {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.notice-list-box .notice-date {
  padding-top: 0.4rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8b95a1;
}

.notice-view-box {
  padding-top: 2rem;
}
.notice-view-box .notice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.notice-view-box .notice-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}
.notice-view-box .notice-date {
  padding-top: 0.6rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1;
  color: #8b95a1;
}
.notice-view-box .notice-content {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #d1d6db;
}
.notice-view-box .content-body {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4e5968;
  word-break: break-all;
}

.section-faq-area .btn-wrap {
  padding-top: 2.8rem;
}

.faq-list-box {
  padding-top: 1.6rem;
  word-break: break-all;
}
.faq-list-box .faq-item {
  padding-block: 1.2rem;
  border-top: 1px solid #f2f4f6;
}
.faq-list-box .faq-item.accordion-list.active .accordion-header::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-list-box .faq-header {
  padding: 0 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  gap: 0.6rem;
}
.faq-list-box .faq-header .accordion-header {
  padding: 0;
}
.faq-list-box .faq-title {
  font-size: 0.8rem;
  font-weight: 500;
}
.faq-list-box .faq-date {
  font-size: 0.6rem;
  font-weight: 400;
  color: #8b95a1;
}
.faq-list-box .faq-detail {
  margin-top: 1.2rem;
  padding: 0.8rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4e5968;
  background-color: #f2f4f6;
  border-radius: 0.4rem;
}
.faq-list-box .accordion-header::after {
  top: 0;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-arrow-down-bk-24x24.png");
}

.section-ad-inquiry-area .guide-info-box {
  padding-top: 2rem;
}
.section-ad-inquiry-area .guide-text {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.4;
}
.section-ad-inquiry-area .guide-text + .guide-text {
  padding-top: 0.8rem;
}
.section-ad-inquiry-area .object-image {
  margin-top: -0.8rem;
  margin-left: auto;
  margin-bottom: -1.25rem;
  width: 9.95rem;
  height: 6.65rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/object/img-object-chats-199x133.png");
}
.section-ad-inquiry-area .btn-wrap {
  padding-top: 2.8rem;
}

.section-inquiry-area .selectric-small .label {
  height: 2.7rem;
  line-height: 2.7rem;
  font-size: 1rem;
}
.section-inquiry-area .editor-title .form-textarea {
  padding: 0.65rem 0.8rem;
  min-height: 2.7rem;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
.section-inquiry-area .editor-content .form-textarea {
  padding: 0;
  min-height: 4.8rem;
  font-size: 0.75rem;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
}
.section-inquiry-area .editor-content .input-cover {
  padding: 0.8rem;
  border: 1px solid #e5e8eb;
  border-radius: 0.4rem;
}
.section-inquiry-area .length-check-cover .count {
  margin-top: 0.8rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section-inquiry-area .inquiry-content-box .btn-wrap {
  padding-top: 2.7rem;
}

.inquiry-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}
.inquiry-content-box .guide-text-box .guide-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333d4b;
}
.inquiry-content-box .btn-wrap {
  margin-top: auto;
  padding-top: 2.8rem;
}

.inquiry-list-box .inquiry-item + .inquiry-item {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #f2f4f6;
}
.inquiry-list-box .inquiry-item.is-complete .inquiry-status {
  color: #ff5c9d;
  font-weight: 600;
  background: rgba(255, 92, 157, 0.1019607843);
}
.inquiry-list-box .inquiry-header {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  cursor: default;
}
.inquiry-list-box .inquiry-header::after {
  display: none;
}
.inquiry-list-box .inquiry-header.accordion-header {
  cursor: pointer;
}
.inquiry-list-box .inquiry-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inquiry-list-box .inquiry-title {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.inquiry-list-box .inquiry-date {
  width: 100%;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #b0b8c1;
}
.inquiry-list-box .inquiry-status {
  padding: 0.45rem 0.725rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.3;
  color: #6b7684;
  background-color: #f2f4f6;
  border-radius: 0.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.inquiry-list-box .inquiry-detail {
  margin-top: 1.2rem;
  padding: 0.8rem;
  background-color: #f9fafb;
  border-radius: 0.4rem;
}
.inquiry-list-box .inquiry-detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6rem;
  line-height: 1.5;
}
.inquiry-list-box .inquiry-detail .qa-label {
  font-size: 1rem;
  font-weight: 700;
  color: #b0b8c1;
}
.inquiry-list-box .inquiry-detail .qa-content {
  font-size: 0.8rem;
  font-weight: 500;
  color: #8b95a1;
}
.inquiry-list-box .inquiry-question .qa-label {
  color: #b0b8c1;
}
.inquiry-list-box .inquiry-question .qa-content {
  color: #8b95a1;
}
.inquiry-list-box .inquiry-answer {
  padding-top: 1.2rem;
}
.inquiry-list-box .inquiry-answer .qa-label {
  color: #6b7684;
}
.inquiry-list-box .inquiry-answer .qa-content {
  color: #4e5968;
}
.inquiry-list-box .qa-images {
  padding-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.inquiry-list-box .qa-images img {
  border-radius: 0.6rem;
  overflow: hidden;
}
.inquiry-list-box .qa-images img + img {
  margin-top: 0.4rem;
}
.section-mypage-area .inquiry-list-box {
  padding-top: 1.6rem;
}

.section-games-area {
  padding-top: 2.8rem;
  padding-inline: 0;
  padding-bottom: 0;
  min-height: auto;
}
.section-games-area .visual-box {
  position: relative;
  padding-top: 2.4rem;
  min-height: 24rem;
  text-align: center;
  background-image: url("../images/games/bg-arcade-visual.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.section-games-area .visual-box .object-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-games-area .visual-box .object-image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: object-scale 0.35s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: object-scale 0.35s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.section-games-area .visual-box .object-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-animation: object-float 3s ease-in-out infinite;
          animation: object-float 3s ease-in-out infinite;
}
.section-games-area .visual-box .object-01 {
  top: 4.15rem;
  left: 0;
  width: 6.2rem;
  height: 12.85rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.section-games-area .visual-box .object-01::before {
  background-image: url("../images/games/bg-arcade-visual-object-01.png");
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.section-games-area .visual-box .object-02 {
  top: 8.8rem;
  right: 3.3rem;
  width: 4rem;
  height: 4rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.section-games-area .visual-box .object-02::before {
  background-image: url("../images/games/bg-arcade-visual-object-02.png");
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.section-games-area .visual-box .object-03 {
  right: 0;
  bottom: 0;
  width: 8.7rem;
  height: 4.9rem;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.section-games-area .visual-box .object-03::before {
  background-image: url("../images/games/bg-arcade-visual-object-03.png");
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.section-games-area .visual-box .object-04 {
  top: 11.1rem;
  right: 0;
  width: 4.15rem;
  height: 7.9rem;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.section-games-area .visual-box .object-04::before {
  background-image: url("../images/games/bg-arcade-visual-object-04.png");
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.section-games-area .visual-title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #eafcff;
  text-align: center;
  text-shadow: 0px -1px 0 #1ca7cc, -0.5px -0.5px 0 #1ca7cc, 0px -0.5px 0 #1ca7cc, 0.5px -0.5px 0 #1ca7cc, -1px 0px 0 #1ca7cc, -0.5px 0px 0 #1ca7cc, 0.5px 0px 0 #1ca7cc, 1px 0px 0 #1ca7cc, -0.5px 0.5px 0 #1ca7cc, 0px 0.5px 0 #1ca7cc, 0.5px 0.5px 0 #1ca7cc, 0px 1px 0 #1ca7cc;
  font-family: "YFavorite", arial, sans-serif, Arial, dotum, "돋움";
}
.section-games-area .visual-text {
  position: relative;
  padding-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
}
.section-games-area .visual-text .text {
  padding-inline: 0.5rem;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4509803922);
  background-color: rgba(27, 42, 81, 0.3);
}
.section-games-area .visual-text .text + .text {
  padding-inline: 0.25rem;
}
.section-games-area .tab-menu-box {
  padding-inline: 1.6rem;
  background-color: #191f28;
}
.section-games-area .tab-menu-list {
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  overflow: hidden;
}
.section-games-area .tab-menu-item {
  -ms-flex-negative: inherit;
      flex-shrink: inherit;
}
.section-games-area .tab-menu-item.active .tab-menu-btn {
  font-weight: 700;
  color: #fff;
  background-color: transparent;
}
.section-games-area .tab-menu-item.active .tab-menu-btn::before {
  opacity: 1;
}
.section-games-area .tab-menu-btn {
  position: relative;
  padding: 0.9rem 0;
  height: 2.8rem;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.4;
  color: #b0b8c1;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-games-area .tab-menu-btn::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
}
.section-games-area .bg-object {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}
.section-games-area .content-wrap .bg-object {
  top: 0;
  right: 0;
  margin-top: 5.4rem;
  width: 17.85rem;
  height: 24.8rem;
  background-image: url("../images/games/bg-object-content-01.png");
}
.section-games-area .content-wrap .btn-wrap {
  padding-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-games-area .content-wrap .btn-wrap .guide-bubble-box {
  margin-right: auto;
}
.section-games-area .event-info-box > div:not(.bg-object),
.section-games-area .event-info-box > dl:not(.bg-object),
.section-games-area .event-info-box > ul:not(.bg-object) {
  position: relative;
}
.section-games-area .event-info-box .bg-object-01 {
  top: 0;
  right: 0;
  margin-top: 2.9rem;
  width: 14.1rem;
  height: 21.6rem;
  background-image: url("../images/games/bg-object-content-02-01.png");
}
.section-games-area .event-info-box .bg-object-02 {
  top: 0;
  left: 0;
  margin-top: 15.75rem;
  width: 16.15rem;
  height: 21.4rem;
  background-image: url("../images/games/bg-object-content-02-02.png");
}
.section-games-area .event-info-box .bg-object-03 {
  top: 0;
  right: 0;
  margin-top: 25.25rem;
  width: 18rem;
  height: 26rem;
  background-image: url("../images/games/bg-object-content-02-03.png");
}
.section-games-area .content-wrap {
  position: relative;
  padding-block: 2rem 4.2rem;
  padding-inline: 0.8rem;
  background-color: #e6fbf9;
}
.section-games-area .btn-ranking-more {
  padding: 0.2rem 0.4rem;
  margin-top: 0.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #000;
  border-radius: 0.2rem;
}
.section-games-area .btn-ranking-more .icon-box {
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/games/icon-arrow-more-right-bk-16x16.png");
}
.section-games-area .game-start-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.2rem;
  min-height: 6.72rem;
}
.section-games-area .game-start-wrap .guide-bubble-box {
  margin-bottom: 0.7rem;
}
.section-games-area .game-start-box {
  position: relative;
  width: 100%;
}
.section-games-area .game-start-box:not(.is-fixed) + .btn {
  margin-top: 0.4rem;
}
.section-games-area .btn-game-start {
  color: #fff;
  background-color: #01d8c0;
}
.section-games-area .btn-game-start::before {
  -webkit-animation: shine 3.5s infinite;
          animation: shine 3.5s infinite;
}
.section-games-area .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 0.2rem;
}
.section-games-area .content-title .title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}
.section-games-area .event-info-box-wrap {
  position: relative;
  padding-block: 3.2rem;
  padding-inline: 0.8rem;
  background-color: #f9fafb;
}
.section-games-area .stamp-event-box-wrap {
  padding-block: 3.2rem;
  padding-inline: 0.8rem;
}

@media (min-width: 530px) and (max-width: 720px) {
  .section-confe-arcade-area .visual-box {
    background-position: bottom -3rem center;
  }
}
@media (max-width: 720px) {
  .section-games-area .visual-box .object-box {
    min-width: 18rem;
    min-height: 24rem;
    width: 100vw;
    height: 133.3333333333vw;
  }
  .section-games-area .visual-box .object-04 {
    top: 61.6666666667vw;
    width: 23.0555555556vw;
    height: 43.8888888889vw;
  }
  .section-games-area .visual-box .object-03 {
    width: 48.3333333333vw;
    height: 27.2222222222vw;
  }
  .section-games-area .visual-box .object-02 {
    top: 48.8888888889vw;
    right: 18.3333333333vw;
    width: 22.2222222222vw;
    height: 22.2222222222vw;
  }
  .section-games-area .visual-box .object-01 {
    top: 23.0555555556vw;
    width: 34.4444444444vw;
    height: 71.3888888889vw;
  }
}
.section-games-area .tab-menu-box {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-games-area .tab-menu-box.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  max-width: 100%;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.section-games-area .tab-menu-box.is-fixed.is-hide {
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  opacity: 0;
}
.section-games-area .tab-menu-placeholder.is-active {
  height: 2.8rem;
}
.section-games-area .game-start-box {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-games-area .game-start-box.is-fixed {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  z-index: 10;
  margin-bottom: 0.4rem;
  max-width: calc(100% - 1.6rem);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.section-games-area .game-start-box.is-fixed .guide-bubble-box {
  position: absolute;
  top: -2.1rem;
  left: 0;
  pointer-events: none;
  margin-bottom: 0;
}

@media (min-width: 721px) {
  .section-games-area .tab-menu-box.is-fixed {
    max-width: 18rem;
  }
  .section-games-area .game-start-box.is-fixed {
    max-width: 16.4rem;
  }
}
.game-calendar-box {
  position: relative;
  text-align: center;
}
.game-calendar-box .calendar-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.game-calendar-box .calendar-list {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  min-height: 11.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.35rem;
}
.game-calendar-box .calendar-item {
  position: relative;
  min-width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.game-calendar-box .calendar-item .session-label {
  position: relative;
  padding: 0.3rem 1.15rem;
  min-width: 4.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(98.5deg, #646464 6.97%, #37725b 105.78%);
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.game-calendar-box .calendar-item .session-label::before, .game-calendar-box .calendar-item .session-label::after {
  content: "";
  position: absolute;
  top: -0.8rem;
  width: 0.15rem;
  height: 0.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f4ff), to(#aeb5ca));
  background: linear-gradient(180deg, #f0f4ff 0%, #aeb5ca 100%);
  background-size: 0.15rem 1.25rem;
}
.game-calendar-box .calendar-item .session-label::before {
  left: 0.4rem;
}
.game-calendar-box .calendar-item .session-label::after {
  right: 0.4rem;
}
.game-calendar-box .calendar-item .calendar-box {
  position: relative;
  margin-top: 1.7rem;
  padding: 1.75rem 0.75rem 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 4.4rem;
  height: 5.1rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #b0b8c1;
  background-image: url("../images/games/bg-calendar.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.game-calendar-box .calendar-item .status-badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(-19deg);
          transform: translateX(-50%) rotate(-19deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  backdrop-filter: blur(5px);
  border-radius: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.game-calendar-box .calendar-item .status-badge span {
  position: relative;
  z-index: 1;
}
.game-calendar-box .calendar-item.open {
  min-width: 5.7rem;
}
.game-calendar-box .calendar-item.open .session-label {
  min-width: 4.9rem;
  color: #fff;
  background: linear-gradient(98.5deg, #00e4ca 6.97%, #1fc15a 105.78%);
}
.game-calendar-box .calendar-item.open .calendar-box {
  margin-top: 0.4rem;
  padding: 2.15rem 1rem 1.65rem;
  width: 5.7rem;
  height: 6.5rem;
  font-size: 0.8rem;
  color: #333d4b;
  background-image: url("../images/games/bg-calendar-open.png");
}
.game-calendar-box .calendar-item.open .status-badge {
  margin-bottom: -0.8rem;
  width: 3.6rem;
  height: 2rem;
  font-size: 0.7rem;
  color: #333d4b;
  background-image: url("../images/games/bg-badge-open.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  backdrop-filter: initial;
}
.game-calendar-box .calendar-item.closed .status-badge {
  margin-bottom: -0.55rem;
  width: 3rem;
  height: 1.4rem;
  font-size: 0.55rem;
  color: #f2f4f6;
  background: rgba(0, 0, 0, 0.3019607843);
}
.game-calendar-box .calendar-item.coming .calendar-box {
  color: #8b95a1;
}
.game-calendar-box .calendar-item.coming .status-badge {
  margin-bottom: -0.75rem;
  width: 4.9rem;
  height: 1.4rem;
  font-size: 0.55rem;
  color: #2f4fce;
  background: rgba(110, 136, 222, 0.3019607843);
}

.game-ranking-board {
  position: relative;
  margin-top: 1.15rem;
  padding: 1.6rem 1.2rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 0.8rem;
  z-index: 0;
}
.game-ranking-board .ranking-header {
  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;
}
.game-ranking-board .ranking-header .title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.game-ranking-board .ranking-header .session {
  padding: 0.175rem 0.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.6rem;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  border-radius: 0.2rem;
  background-color: #6c83f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.game-ranking-board .ranking-slider {
  padding-top: 1.2rem;
  text-align: center;
}
.game-ranking-board .ranking-slider .swiper-pagination {
  margin-top: 1.2rem;
}
.game-ranking-board .ranking-slider .swiper-pagination-bullet {
  margin-inline: 0.3rem !important;
  background-color: #b0b8c1;
  opacity: 1;
}
.game-ranking-board .ranking-slider .swiper-pagination-bullet-active {
  background-color: #01d8c0;
}
.game-ranking-board .ranking-item {
  padding: 0.4rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  font-weight: 700;
  background-color: #f2f4f6;
  border-radius: 0.4rem;
  word-break: break-all;
}
.game-ranking-board .ranking-item + .ranking-item {
  margin-top: 0.4rem;
}
.game-ranking-board .ranking-item .medal {
  width: 1.5rem;
  height: 1.9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.game-ranking-board .ranking-item .rank,
.game-ranking-board .ranking-item .name {
  min-width: 0;
}
.game-ranking-board .ranking-item .score {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  text-align: right;
}
.game-ranking-board .ranking-item .medal-1 {
  height: 2.15rem;
  background-image: url("../images/games/img-medal-rank-1.png");
}
.game-ranking-board .ranking-item .medal-2 {
  background-image: url("../images/games/img-medal-rank-2.png");
}
.game-ranking-board .ranking-item .medal-3 {
  background-image: url("../images/games/img-medal-rank-3.png");
}
.game-ranking-board .ranking-item .medal-4 {
  background-image: url("../images/games/img-medal-rank-4.png");
}
.game-ranking-board .ranking-item .medal-5 {
  background-image: url("../images/games/img-medal-rank-5.png");
}

.stamp-event-box .discount-rate-box {
  position: relative;
  padding-top: 2rem;
  margin-inline: auto;
  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;
  max-width: 13.6rem;
  width: 100%;
}
.stamp-event-box .discount-rate-box .discount-content {
  top: initial;
  left: 0;
  bottom: 2.89%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 7.15rem;
  height: 5.55rem;
  color: #333d4b;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
  text-align: center;
}
.stamp-event-box .discount-rate-box .percent {
  margin-bottom: 0;
  font-size: 1.1rem;
}
.stamp-event-box .discount-rate-box .unit {
  font-size: 0.8rem;
}
.stamp-event-box .discount-rate-box .text {
  margin-top: 0.1rem;
  padding-top: 0.1rem;
  font-size: 0.65rem;
  color: #4e5968;
  border-top: 1px solid #e5e8eb;
}
.stamp-event-box .info-list-box {
  padding-top: 1.6rem;
}
.stamp-event-box .btn-wrap {
  padding-top: 2rem;
}

.discount-accordion {
  padding-top: 0.8rem;
  text-align: center;
}
.discount-accordion .accordion-list {
  line-height: 0;
}
.discount-accordion .accordion-header {
  padding: 0;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2rem;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1;
  color: #4e5968;
}
.discount-accordion .accordion-header::after {
  display: none;
}
.discount-accordion .icon-box {
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/games/icon-arrow-more-right-gray-16x16.png");
}
.discount-accordion .accordion-body {
  padding-top: 0.8rem;
}

.section-game-play-area {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  min-height: auto;
  -ms-touch-action: none;
      touch-action: none;
  overflow: hidden;
}

.bg-game {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 720px) {
  .section-game-play-area {
    margin-inline: auto;
    max-width: 18rem;
    width: 100%;
  }
}
.game-play-box {
  height: 100vh;
}

.game-result-box {
  position: relative;
  padding: 0.8rem 0.8rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 37.45rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../images/games/bg-arcade-game.jpg");
  background-size: cover;
  overflow: hidden;
}
.game-result-box::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e95b4;
  pointer-events: none;
  z-index: -1;
}
.game-result-box .object-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.game-result-box .object-image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: object-scale 0.35s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: object-scale 0.35s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.game-result-box .object-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-animation: object-float 3s ease-in-out infinite;
          animation: object-float 3s ease-in-out infinite;
}
.game-result-box .object-01 {
  left: 0;
  bottom: 3.05rem;
  width: 7.45rem;
  height: 12.85rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.game-result-box .object-01::before {
  background-image: url("../images/games/bg-arcade-game-object-01.png");
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.game-result-box .object-02 {
  bottom: 9.4rem;
  right: 2.9rem;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.game-result-box .object-02::before {
  background-image: url("../images/games/bg-arcade-game-object-02.png");
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.game-result-box .object-03 {
  right: 0;
  bottom: -2.4rem;
  width: 8.7rem;
  height: 6rem;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.game-result-box .object-03::before {
  background-image: url("../images/games/bg-arcade-game-object-03.png");
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.game-result-box .game-title {
  position: relative;
  margin-top: 0.1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #eafcff;
  font-family: "YFavorite", arial, sans-serif, Arial, dotum, "돋움";
  text-shadow: 0px -1px 0 #1ca7cc, -0.5px -0.5px 0 #1ca7cc, 0px -0.5px 0 #1ca7cc, 0.5px -0.5px 0 #1ca7cc, -1px 0px 0 #1ca7cc, -0.5px 0px 0 #1ca7cc, 0.5px 0px 0 #1ca7cc, 1px 0px 0 #1ca7cc, -0.5px 0.5px 0 #1ca7cc, 0px 0.5px 0 #1ca7cc, 0.5px 0.5px 0 #1ca7cc, 0px 1px 0 #1ca7cc;
}
.game-result-box .game-result-title {
  margin-top: 0.4rem;
  position: relative;
  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;
  min-height: 3.1rem;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
.game-result-box .game-result-title span {
  position: relative;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#13161b), color-stop(58.64%, #526886), color-stop(58.65%, #2a313c), to(#7890b1));
  background: linear-gradient(180deg, #13161b 0%, #526886 58.64%, #2a313c 58.65%, #7890b1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.game-result-box .game-result-title span::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  text-shadow: 0px -5px 0 rgba(255, 255, 255, 0.1019607843), -2px -4.5px 0 rgba(255, 255, 255, 0.1019607843), -1.5px -4.5px 0 rgba(255, 255, 255, 0.1019607843), -1px -4.5px 0 rgba(255, 255, 255, 0.1019607843), -0.5px -4.5px 0 rgba(255, 255, 255, 0.1019607843), 0px -4.5px 0 rgba(255, 255, 255, 0.1019607843), 0.5px -4.5px 0 rgba(255, 255, 255, 0.1019607843), 1px -4.5px 0 rgba(255, 255, 255, 0.1019607843), 1.5px -4.5px 0 rgba(255, 255, 255, 0.1019607843), 2px -4.5px 0 rgba(255, 255, 255, 0.1019607843), -3px -4px 0 rgba(255, 255, 255, 0.1019607843), -2.5px -4px 0 rgba(255, 255, 255, 0.1019607843), 2.5px -4px 0 rgba(255, 255, 255, 0.1019607843), 3px -4px 0 rgba(255, 255, 255, 0.1019607843), -3.5px -3.5px 0 rgba(255, 255, 255, 0.1019607843), -3px -3.5px 0 rgba(255, 255, 255, 0.1019607843), 3px -3.5px 0 rgba(255, 255, 255, 0.1019607843), 3.5px -3.5px 0 rgba(255, 255, 255, 0.1019607843), -4px -3px 0 rgba(255, 255, 255, 0.1019607843), -3.5px -3px 0 rgba(255, 255, 255, 0.1019607843), 3.5px -3px 0 rgba(255, 255, 255, 0.1019607843), 4px -3px 0 rgba(255, 255, 255, 0.1019607843), -4px -2.5px 0 rgba(255, 255, 255, 0.1019607843), 4px -2.5px 0 rgba(255, 255, 255, 0.1019607843), -4.5px -2px 0 rgba(255, 255, 255, 0.1019607843), 4.5px -2px 0 rgba(255, 255, 255, 0.1019607843), -4.5px -1.5px 0 rgba(255, 255, 255, 0.1019607843), 4.5px -1.5px 0 rgba(255, 255, 255, 0.1019607843), -4.5px -1px 0 rgba(255, 255, 255, 0.1019607843), 4.5px -1px 0 rgba(255, 255, 255, 0.1019607843), -4.5px -0.5px 0 rgba(255, 255, 255, 0.1019607843), 4.5px -0.5px 0 rgba(255, 255, 255, 0.1019607843), -5px 0px 0 rgba(255, 255, 255, 0.1019607843), -4.5px 0px 0 rgba(255, 255, 255, 0.1019607843), 4.5px 0px 0 rgba(255, 255, 255, 0.1019607843), 5px 0px 0 rgba(255, 255, 255, 0.1019607843), -4.5px 0.5px 0 rgba(255, 255, 255, 0.1019607843), 4.5px 0.5px 0 rgba(255, 255, 255, 0.1019607843), -4.5px 1px 0 rgba(255, 255, 255, 0.1019607843), 4.5px 1px 0 rgba(255, 255, 255, 0.1019607843), -4.5px 1.5px 0 rgba(255, 255, 255, 0.1019607843), 4.5px 1.5px 0 rgba(255, 255, 255, 0.1019607843), -4.5px 2px 0 rgba(255, 255, 255, 0.1019607843), 4.5px 2px 0 rgba(255, 255, 255, 0.1019607843), -4px 2.5px 0 rgba(255, 255, 255, 0.1019607843), 4px 2.5px 0 rgba(255, 255, 255, 0.1019607843), -4px 3px 0 rgba(255, 255, 255, 0.1019607843), -3.5px 3px 0 rgba(255, 255, 255, 0.1019607843), 3.5px 3px 0 rgba(255, 255, 255, 0.1019607843), 4px 3px 0 rgba(255, 255, 255, 0.1019607843), -3.5px 3.5px 0 rgba(255, 255, 255, 0.1019607843), -3px 3.5px 0 rgba(255, 255, 255, 0.1019607843), 3px 3.5px 0 rgba(255, 255, 255, 0.1019607843), 3.5px 3.5px 0 rgba(255, 255, 255, 0.1019607843), -3px 4px 0 rgba(255, 255, 255, 0.1019607843), -2.5px 4px 0 rgba(255, 255, 255, 0.1019607843), 2.5px 4px 0 rgba(255, 255, 255, 0.1019607843), 3px 4px 0 rgba(255, 255, 255, 0.1019607843), -2px 4.5px 0 rgba(255, 255, 255, 0.1019607843), -1.5px 4.5px 0 rgba(255, 255, 255, 0.1019607843), -1px 4.5px 0 rgba(255, 255, 255, 0.1019607843), -0.5px 4.5px 0 rgba(255, 255, 255, 0.1019607843), 0px 4.5px 0 rgba(255, 255, 255, 0.1019607843), 0.5px 4.5px 0 rgba(255, 255, 255, 0.1019607843), 1px 4.5px 0 rgba(255, 255, 255, 0.1019607843), 1.5px 4.5px 0 rgba(255, 255, 255, 0.1019607843), 2px 4.5px 0 rgba(255, 255, 255, 0.1019607843), 0px 5px 0 rgba(255, 255, 255, 0.1019607843);
  opacity: 0.1;
}
.game-result-box .game-score-box {
  position: relative;
  padding-top: 2.2rem;
}
.game-result-box .score-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.game-result-box .score-item + .score-item {
  padding-top: 0.8rem;
}
.game-result-box .score-item .label {
  padding: 0.275rem 0.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background: rgba(255, 255, 255, 0.6980392157);
  border-radius: 5rem;
}
.game-result-box .score-item .value {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #191f28;
}
.game-result-box .score-item:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.game-result-box .score-item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.game-result-box .score-item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.game-result-box .btn-wrap {
  position: relative;
  margin-top: auto;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}

@media (min-width: 530px) and (max-width: 720px) {
  .game-result-box {
    background-position: bottom -12.5rem center;
  }
  .game-result-box .object-box {
    top: initial;
    bottom: -12.5rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 720px) {
  .section-games-area .game-result-box .object-01 {
    bottom: 30.2777777778vw;
    width: 41.3888888889vw;
    height: 71.3888888889vw;
  }
  .section-games-area .game-result-box .object-02 {
    bottom: 65.5555555556vw;
    right: 16.1111111111vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
  .section-games-area .game-result-box .object-03 {
    bottom: 0;
    width: 48.3333333333vw;
    height: 33.3333333333vw;
  }
}
@media (max-width: 530px) {
  .section-games-area .game-result-box {
    background-position: bottom -2.4rem center;
  }
  .section-games-area .game-result-box::before {
    display: block;
  }
  .section-games-area .game-result-box .object-box {
    top: initial;
    bottom: -2.4rem;
    min-width: 18rem;
    min-height: 39.85rem;
    width: 100vw;
    height: 221.3888888889vw;
  }
}
.stamp-board-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 1.2rem 3.2rem;
  padding-inline: 0.8rem;
  background-color: #f0f4ff;
}
.stamp-board-wrap .section-header {
  padding-block: 0.2rem;
}
.stamp-board-wrap .stamp-guide {
  padding-top: 2rem;
}
.stamp-board-wrap .guide-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333d4b;
}
.stamp-board-wrap .stamp-board {
  position: relative;
  margin-top: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  max-width: 16.4rem;
  width: 100%;
  min-height: 16.9rem;
}
.stamp-board-wrap .stamp-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem 0.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stamp-board-wrap .stamp-list.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.stamp-board-wrap .stamp-item {
  margin: -0.3rem;
}
.stamp-board-wrap .stamp-item.is-complete .stamp-box {
  background-image: url("../images/games/img-stamp-complete.png");
}
.stamp-board-wrap .stamp-item.is-complete .stamp-count .current {
  color: #333d4b;
}
.stamp-board-wrap .stamp-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.8rem;
  height: 5.7rem;
  background-image: url("../images/games/img-stamp-default.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.stamp-board-wrap .stamp-box .stamp-state {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.stamp-board-wrap .stamp-box .stamp-state.focusable:active, .stamp-board-wrap .stamp-box .stamp-state.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.stamp-board-wrap .stamp-count {
  margin-top: -0.4rem;
  margin-right: -0.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #b0b8c1;
}
.stamp-board-wrap .stamp-count .current {
  font-weight: 900;
}
.stamp-board-wrap .board-bg-layer {
  position: absolute;
  padding: 1.6rem 1.1rem 1.525rem 1.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 1rem;
}
.stamp-board-wrap .board-bg-layer::after {
  content: "";
  position: absolute;
  right: 0.25rem;
  bottom: -1.25rem;
  width: 5.45rem;
  height: 6.7rem;
  background-image: url("../images/games/img-stamp-object.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  animation: rotate-ani 2s alternate-reverse infinite;
}
.stamp-board-wrap .board-bg-layer .line {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2rem;
  background-color: rgba(108, 131, 245, 0.1);
}
.stamp-board-wrap .board-bg-layer .line::before {
  display: none;
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 2rem;
  height: 3.9rem;
  background-color: #6c83f5;
  z-index: 0;
  opacity: 0.1;
}
.stamp-board-wrap .board-bg-layer .line:nth-child(2n)::before {
  right: 0;
  left: initial;
}
.stamp-board-wrap .board-bg-layer .line + .line::before {
  display: block;
}
.stamp-board-wrap .board-bg-layer .line:last-child {
  width: 95%;
}
.stamp-board-wrap .btn-wrap {
  padding-top: 2.45rem;
}
.stamp-board-wrap .btn-wrap .btn {
  width: 100%;
}

@media (max-width: 359.5px) {
  .stamp-board-wrap .stamp-list {
    margin-inline: -0.1388888889vw;
  }
}
.section-games-area.mini-game .visual-box {
  padding-top: 2rem;
  background-image: url("../images/games/bg-mini-game-visual.jpg");
}
.section-games-area.mini-game .visual-box .object-01 {
  top: 11rem;
  left: 0;
  width: 6.4rem;
  height: 11.15rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.section-games-area.mini-game .visual-box .object-01::before {
  background-image: url("../images/games/bg-mini-game-visual-object-01.png");
}
.section-games-area.mini-game .visual-box .object-02 {
  top: 7.55rem;
  right: 0;
  width: 6rem;
  height: 7.8rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.section-games-area.mini-game .visual-box .object-02::before {
  background-image: url("../images/games/bg-mini-game-visual-object-02.png");
  -webkit-animation-name: object-scale-loop;
          animation-name: object-scale-loop;
  animation-direction: alternate-reverse;
}
.section-games-area.mini-game .visual-box .object-03 {
  right: 0;
  bottom: 0;
  width: 10.3rem;
  height: 5.9rem;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.section-games-area.mini-game .visual-box .object-03::before {
  background-image: url("../images/games/bg-mini-game-visual-object-03.png");
}
.section-games-area.mini-game .visual-title {
  font-size: 2.8rem;
}
.section-games-area.mini-game .visual-text {
  padding-top: 1.15rem;
}
.section-games-area.mini-game .content-wrap {
  background-color: #f0f4ff;
}
.section-games-area.mini-game .game-result-box {
  background-image: url("../images/games/bg-mini-game.jpg");
}
.section-games-area.mini-game .game-result-box::before {
  background: #00baa4;
}
.section-games-area.mini-game .game-result-box .object-01 {
  left: 0;
  bottom: 5.5rem;
  width: 7.05rem;
  height: 12.85rem;
}
.section-games-area.mini-game .game-result-box .object-01::before {
  background-image: url("../images/games/bg-mini-game-object-01.png");
}
.section-games-area.mini-game .game-result-box .object-02 {
  right: 0;
  bottom: 10.6rem;
  width: 5.3rem;
  height: 7.1rem;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.section-games-area.mini-game .game-result-box .object-02::before {
  background-image: url("../images/games/bg-mini-game-object-02.png");
}
.section-games-area.mini-game .game-result-box .object-03 {
  right: 0;
  bottom: -2.4rem;
  width: 8.7rem;
  height: 6rem;
}
.section-games-area.mini-game .game-result-box .object-03::before {
  background-image: url("../images/games/bg-mini-game-object-03.png");
  -webkit-animation-name: object-float-down;
          animation-name: object-float-down;
}
.section-games-area.mini-game .game-result-box .game-title {
  text-shadow: 0px -1px 0 #008d7b, -0.5px -0.5px 0 #008d7b, 0px -0.5px 0 #008d7b, 0.5px -0.5px 0 #008d7b, -1px 0px 0 #008d7b, -0.5px 0px 0 #008d7b, 0.5px 0px 0 #008d7b, 1px 0px 0 #008d7b, -0.5px 0.5px 0 #008d7b, 0px 0.5px 0 #008d7b, 0.5px 0.5px 0 #008d7b, 0px 1px 0 #008d7b;
}
.section-games-area.mini-game .game-result-box .game-score-box {
  padding-top: 1.2rem;
}
.section-games-area.mini-game .stamp-board-wrap {
  background-color: #f3fff0;
}
.section-games-area.mini-game .stamp-board-wrap .stamp-item.is-complete .stamp-box {
  background-image: url("../images/games/img-stamp-complete-blue.png");
}
.section-games-area.mini-game .board-bg-layer::after {
  background-image: url("../images/games/img-stamp-object-blue.png");
}
.section-games-area.mini-game .board-bg-layer .line {
  background-color: rgba(1, 216, 192, 0.1);
}
.section-games-area.mini-game .board-bg-layer .line::before {
  background-color: #01d8c0;
}

@media (max-width: 720px) {
  .section-games-area.mini-game .visual-box .object-01 {
    top: 61.1111111111vw;
    width: 35.5555555556vw;
    height: 61.9444444444vw;
  }
  .section-games-area.mini-game .visual-box .object-02 {
    top: 41.9444444444vw;
    width: 33.3333333333vw;
    height: 43.3333333333vw;
  }
  .section-games-area.mini-game .visual-box .object-03 {
    width: 57.2222222222vw;
    height: 32.7777777778vw;
  }
  .section-games-area.mini-game .game-result-box .object-01 {
    bottom: 43.8888888889vw;
    width: 39.1666666667vw;
    height: 71.3888888889vw;
  }
  .section-games-area.mini-game .game-result-box .object-02 {
    bottom: 72.2222222222vw;
    width: 29.4444444444vw;
    height: 39.4444444444vw;
  }
  .section-games-area.mini-game .game-result-box .object-03 {
    width: 48.3333333333vw;
    height: 33.3333333333vw;
  }
}
.section-event-area {
  word-break: break-all;
}
.section-event-area .section-header {
  min-height: 1.6rem;
  padding-block: 0.2rem;
}
.section-event-area .section-header .title {
  font-size: 0.8rem;
}
.section-event-area .content-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.section-event-area .benefit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-event-area .benefit-object {
  margin-top: -2.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18rem;
  height: 14.3rem;
  background-image: url("../images/event/roulette/img-benefit-object.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-event-area .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.6rem;
  max-width: 16.8rem;
}
.section-event-area .gift-card {
  position: relative;
  padding: 1.4rem 0.95rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  width: 8.4rem;
  height: 9.5rem;
  font-family: "YOnlyYouShine", arial, sans-serif, Arial, dotum, "돋움";
  background-image: url("../images/event/roulette/img-benefit-box.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-event-area .gift-card .label {
  position: absolute;
  top: -1.1rem;
  right: 0.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -2%;
  text-align: center;
  color: #fff;
  background: radial-gradient(118.98% 118.98% at 25.21% 10.29%, #ff9800 0%, #ff9500 26%, #ff8d03 40%, #ff8008 51%, #ff6d10 61%, #ff5419 69%, #ff4d1c 71%, #ff9800 100%);
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 50%;
  overflow: hidden;
}
.section-event-area .gift-card .title {
  font-size: 0.7rem;
  min-height: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.section-event-area .gift-card img {
  width: 100%;
}
.section-event-area .gift-card .name {
  margin-top: -0.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 1.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.section-event-area .gift-card .name.small {
  font-size: 0.55rem;
}

.event-list-box {
  padding-top: 1.6rem;
}
.event-list-box .event-list {
  margin: 0 auto;
  max-width: 21.5rem;
}
.event-list-box .event-item + .event-item {
  padding-top: 0.8rem;
}
.event-list-box .event-card {
  position: relative;
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.event-count-box {
  position: relative;
  padding: 0.8rem 0.55rem;
  margin-inline: auto;
  max-width: calc(18rem - 1.6rem);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2cbab6), color-stop(50.43%, #145452), to(#2cbab6));
  background: linear-gradient(180deg, #2cbab6 0%, #145452 50.43%, #2cbab6 100%);
  border: 0.25rem solid #00edd3;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event-count-box::before, .event-count-box::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14.7rem;
  height: 0.7rem;
  background-image: url("../images/event/roulette/img-event-count-dot.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.event-count-box::before {
  top: 0.075rem;
}
.event-count-box::after {
  bottom: 0.075rem;
}
.event-count-box .event-count-inner {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.7rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#3b4451), color-stop(47.3%, #4e5968), to(#3b445e));
  background: linear-gradient(180deg, #3b4451 0%, #4e5968 47.3%, #3b445e 100%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5019607843) inset;
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5019607843) inset;
  border-radius: 0.4rem;
}
.event-count-box .count-label {
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #eaffae;
}
.event-count-box .count-value {
  padding-top: 0.3rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.section-event-area.lucky-roulette {
  padding-top: 2.8rem;
  padding-inline: 0;
  padding-bottom: 0;
}
.section-event-area.lucky-roulette .object-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-event-area.lucky-roulette .object-image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: object-scale 0.35s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: object-scale 0.35s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.section-event-area.lucky-roulette .object-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-animation: object-float 3s ease-in-out infinite;
          animation: object-float 3s ease-in-out infinite;
}
.section-event-area.lucky-roulette .object-01 {
  left: 1.25rem;
  bottom: 5.8rem;
  width: 5.9rem;
  height: 5.9rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.section-event-area.lucky-roulette .object-01::before {
  background-image: url("../images/event/roulette/bg-visual-object-01.png");
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.section-event-area.lucky-roulette .object-02 {
  right: 1.15rem;
  bottom: 2.3rem;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.section-event-area.lucky-roulette .object-02::before {
  background-image: url("../images/event/roulette/bg-visual-object-02.png");
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.section-event-area.lucky-roulette .object-03 {
  right: 2.1rem;
  bottom: 10.5rem;
  width: 3.7rem;
  height: 2.2rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.section-event-area.lucky-roulette .object-03::before {
  background-image: url("../images/event/roulette/img-object-text.png");
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.section-event-area.lucky-roulette .visual-box {
  position: relative;
  padding-top: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 22rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/event/roulette/bg-visual.jpg");
  overflow: hidden;
}
.section-event-area.lucky-roulette .visual-title {
  position: relative;
  margin-inline: auto;
  display: block;
  width: 18rem;
}
.section-event-area.lucky-roulette .visual-title img {
  width: 100%;
}
.section-event-area.lucky-roulette .visual-text {
  position: relative;
  margin-top: auto;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.section-event-area.lucky-roulette .content-box {
  padding-block: 1.4rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f4ff;
}
.section-event-area.lucky-roulette .event-info-box {
  padding: 3.2rem 0.6rem;
  background-image: url("../images/event/roulette/bg-event-info-box.jpg");
  background-position: top center;
  background-size: cover;
}

@media (max-width: 720px) {
  .section-event-area.lucky-roulette .object-box {
    top: initial;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    min-width: 18rem;
    min-height: 24rem;
    width: 100vw;
    height: 133.3333333333vw;
  }
  .section-event-area.lucky-roulette .object-01 {
    left: 6.9444444444vw;
    bottom: 32.2222222222vw;
    width: 32.7777777778vw;
    height: 32.7777777778vw;
  }
  .section-event-area.lucky-roulette .object-02 {
    right: 6.3888888889vw;
    bottom: 11.6666666667vw;
    width: 34.7222222222vw;
    height: 34.7222222222vw;
  }
  .section-event-area.lucky-roulette .object-03 {
    right: 11.6666666667vw;
    bottom: 58.3333333333vw;
    width: 20.5555555556vw;
    height: 12.2222222222vw;
  }
}
.lucky-roulette-box {
  position: relative;
  padding-top: 2.7rem;
  width: 100%;
  text-align: center;
  background-image: url("../images/event/roulette/bg-roulette-box.png");
  background-repeat: no-repeat;
  background-position: top 2.7rem center;
  background-size: 100% 100%;
}
.lucky-roulette-box .roulette-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.lucky-roulette-box .roulette-desc {
  padding-top: 0.4rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.lucky-roulette-box .btn-wrap {
  padding-inline: 0.8rem;
}
.lucky-roulette-box .btn-wrap .guide-bubble-box {
  margin-top: 0.65rem;
}
.lucky-roulette-box .btn-roulette-spin::before {
  -webkit-animation: shine 3.5s infinite;
          animation: shine 3.5s infinite;
}
.lucky-roulette-box .btn-roulette-spin.disabled::before {
  -webkit-animation: none;
          animation: none;
}

.roulette-frame-wrap {
  position: relative;
  margin-inline: auto;
  max-width: 18rem;
  /* 핀 */
}
.roulette-frame-wrap .roulette-frame {
  position: relative;
}
.roulette-frame-wrap .roulette-wheel {
  position: absolute;
  top: 15.2%;
  left: 50.2%;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  width: 66.67%;
}
.roulette-frame-wrap .roulette-wheel::before, .roulette-frame-wrap .roulette-wheel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.roulette-frame-wrap .roulette-wheel::before {
  width: 30.8%;
  height: 30.8%;
  background-color: #000;
  opacity: 0.05;
  border-radius: 50%;
}
.roulette-frame-wrap .roulette-wheel::after {
  width: 35%;
  height: 35%;
  background-image: url("../images/event/roulette/img-roulette-object.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.roulette-frame-wrap .roulette-board {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.roulette-frame-wrap .roulette-board.is-idle {
  -webkit-animation: roulette-idle 10s linear infinite;
          animation: roulette-idle 10s linear infinite;
}
.roulette-frame-wrap .roulette-board.is-spinning {
  -webkit-animation: roulette-spin 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: roulette-spin 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.roulette-frame-wrap .roulette-pointer {
  position: absolute;
  top: 6.07%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16.39%;
}
@-webkit-keyframes roulette-idle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes roulette-idle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes roulette-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(var(--rotate-deg));
            transform: rotate(var(--rotate-deg));
  }
}
@keyframes roulette-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(var(--rotate-deg));
            transform: rotate(var(--rotate-deg));
  }
}

.event-result-box {
  padding: 2.4rem 0.8rem 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/event/roulette/bg-event-result.jpg");
}
.event-result-box .gift-card {
  margin-top: 0.3rem;
}
.event-result-box .result-title {
  position: relative;
  margin-inline: -0.8rem;
  display: block;
  width: 18rem;
}
.event-result-box .result-title img {
  width: 100%;
}
.event-result-box .result-title::before {
  content: "";
  position: absolute;
  top: -6%;
  right: 10.83%;
  width: 3.7rem;
  height: 2.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/event/roulette/img-object-text.png");
  -webkit-animation: object-scale 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: object-scale 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.event-result-box .reward-box {
  padding: 1.2rem 0.7rem 0.4rem;
  min-width: 13.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10rem 10rem 0.8rem 0.8rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: fade-in-bottom 0.6s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-bottom 0.6s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.event-result-box .reward-object {
  position: absolute;
  top: 0;
  right: 0.2rem;
  width: 4.35rem;
  height: 4.65rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/event/roulette/img-result-object.png");
  pointer-events: none;
}
.event-result-box .reward-message {
  line-height: 1.4;
  text-align: center;
}
.event-result-box .reward-message .title {
  font-size: 1.1rem;
  font-weight: 700;
}
.event-result-box .reward-message .desc {
  padding-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: #6b7684;
}
.event-result-box .btn-wrap {
  position: relative;
  padding-top: 2rem;
}

.policy-content-box {
  padding-top: 2rem;
  word-break: break-all;
}
.policy-content-box b,
.policy-content-box strong {
  font-weight: 700;
}
.policy-content-box .policy-header {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.4;
  color: #4e5968;
}
.policy-content-box .policy-header.sub {
  padding-bottom: 0.4rem;
  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;
  border-bottom: 1px solid #d1d6db;
}
.policy-content-box .policy-heading {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}
.policy-content-box .policy-date {
  padding-top: 0;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.policy-content-box .policy-content {
  padding-top: 1.2rem;
}
.policy-content-box .policy-section + .policy-section {
  padding-top: 1.2rem;
}
.policy-content-box .policy-title {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
}
.policy-content-box p,
.policy-content-box .policy-text {
  padding-top: 0.4rem;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.4;
  color: #4e5968;
}
.policy-content-box p + .policy-text,
.policy-content-box .policy-text + .policy-text {
  padding-top: 0.8rem;
}
.policy-content-box p.pt0,
.policy-content-box .policy-text.pt0 {
  padding-top: 0;
}
.policy-content-box .policy-list.space {
  padding-top: 0.8rem;
}
.policy-content-box .policy-list.indent li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.policy-content-box .policy-list.dot li {
  gap: 0.3rem;
}
.policy-content-box .policy-list.dot li::before {
  content: "";
  margin-top: 0.35rem;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #4e5968;
  border-radius: 50%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center;
          transform-origin: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.policy-content-box .policy-list li {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.4;
  color: #4e5968;
}
.policy-content-box .policy-list li.indent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.policy-content-box .policy-list + .policy-text {
  padding-top: 0.8rem;
}
.policy-content-box .policy-list + .policy-text.pt0 {
  padding-top: 0;
}
.policy-content-box a {
  color: inherit;
}
.policy-content-box .policy-indent-list.space {
  padding-top: 0.8rem;
}
.policy-content-box .policy-indent-list.indent li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.policy-content-box .policy-indent-list li {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.4;
  color: #4e5968;
}
.policy-content-box .policy-indent-list li p {
  padding-top: 0;
}
.policy-content-box .policy-indent-list li + li {
  padding-top: 0.3rem;
}
.policy-content-box .policy-indent-list .indent {
  padding-top: 0;
  padding-left: 0.6rem;
}
.policy-content-box .policy-indent-list .policy-list.indent {
  padding-left: 0;
}
.policy-content-box .policy-indent-list .mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.policy-content-box .mark-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.policy-content-box .mark-box .mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.policy-content-box .fc-red {
  color: #e0012b;
}