body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}

td, div, p, li, dt, dd, input, select, button, textarea, h1, h2, h3, h4, h5 {
  font-family: "Noto", Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 400;
  color: #000;
}

html * {
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-word-break: keep-all;
}

.artist * {
  font-family: "Hco Ringside Regular", sans-serif;
  font-style: normal;
}

header, footer, section, article, nav, aside {
  display: block;
}

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  color: #171717;
}

b, strong, .fb {
  font-weight: 700;
}

em, th {
  font-style: normal;
}

input, button {
  overflow: visible;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  appearance: none;
  background: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.pointColorA {
  color: #ff5000;
}

.ja {
  word-break: break-all;
}

.textMotion > span {
  overflow: hidden;
  display: inline-block;
}
.textMotion > span span {
  display: inline-block;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.textMotion > span.motion0 span {
  transform: translateX(100%);
}
.textMotion > span.motion1 span {
  transform: translateX(-100%);
}
.textMotion > span.motion2 span {
  transform: translateY(100%);
}
.textMotion > span.motion3 span {
  transform: translateY(-100%);
}
.textMotion > span.show.motion0 span {
  animation-name: textMotion0;
}
.textMotion > span.show.motion1 span {
  animation-name: textMotion1;
}
.textMotion > span.show.motion2 span {
  animation-name: textMotion2;
}
.textMotion > span.show.motion3 span {
  animation-name: textMotion3;
}

.focus {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.focus.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.icoMore {
  position: relative;
  padding-right: 37px;
}
.icoMore:before, .icoMore:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 2px;
  margin-top: -5px;
  background: #fff;
  transition: all 0.2s;
}
.icoMore:before {
  right: 2px;
  transform: rotate(45deg);
  transform-origin: 0;
}
.icoMore:after {
  transform: rotate(-45deg);
  transform-origin: 100%;
}
.icoMore.on:before, .icoMore.on :before {
  margin-top: 0;
  transform: rotate(-45deg);
}
.icoMore.on:after, .icoMore.on :after {
  margin-top: 0;
  transform: rotate(45deg);
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  1% {
    visibility: visible;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes textMotion0 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes textMotion1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes textMotion2 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes textMotion3 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes showY {
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes arrow {
  20% {
    opacity: 1;
  }
  40% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(10px);
  }
  70% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.isPc {
  display: block;
}

img.isPc {
  display: inline;
}

.isMobile, img.isMobile {
  display: none;
}

@media all and (max-width: 1199px) {
  .isPc, img.isPc {
    display: none;
  }
  .isMobile {
    display: block;
  }
  img.isMobile {
    display: inline;
  }
}
:root {
  --primary:#10182F;
}

.policies .con * {
  word-break: keep-all;
}
.policies .con h2 {
  margin-bottom: 36px;
  font-size: 32px;
  font-weight: bold;
}
.policies .con section {
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 24px;
}
.policies .con section h3 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
}
.policies .con section ul {
  list-style-type: disc;
  padding-inline-start: 40px;
}
.policies .con section li {
  list-style-type: disc;
}
.policies .con section a {
  color: #7449f5;
  text-decoration: none;
}
.policies section > ul > li > ul {
  list-style: circle;
  margin-left: 0;
  padding-left: 1em;
  box-sizing: border-box;
}
.policies section > ul > li > ul > li {
  padding: 0;
  line-height: 1.5;
}
.policies section > ol {
  list-style: none;
  margin-left: 0;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.policies section > ol > li {
  position: relative;
  counter-increment: list1;
  line-height: 1.5;
}
.policies section > ol > li::before {
  content: counter(list1) " ";
  position: absolute;
  left: -2em;
  top: 4px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 12px;
}
.policies section > ol > li:first-child {
  counter-reset: list1;
}
.policies section > ol > li > ul {
  list-style: disc;
  margin-left: 0;
  padding-left: 1em;
  box-sizing: border-box;
}
.policies section > ol > li > ul > li {
  padding: 0;
  line-height: 1.5;
}
.policies section > ol > li > ol {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
.policies section > ol > li > ol > li {
  position: relative;
  counter-increment: list2;
  line-height: 1.5;
}
.policies section > ol > li > ol > li::before {
  content: counter(list2) ".";
  position: absolute;
  left: -1em;
}
.policies section > ol.type-k {
  list-style: hangul;
  margin-left: 0;
  box-sizing: border-box;
}
.policies section > ol.type-k > li {
  position: relative;
  counter-increment: list-k;
}
.policies section > ol.type-k > li::before {
  content: "";
  border: 0;
}
.policies section > ol.type-k > li:first-child {
  counter-reset: list-k;
}
.policies table {
  border: 1px solid #adadad;
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
  margin: 20px 0;
  margin-bottom: 1em;
}
.policies table caption {
  text-align: left;
  margin-bottom: 1em;
}
.policies table tr > th {
  border: 1px solid #adadad;
  background-color: #fafafa;
  padding: 10px;
  text-align: left;
}
.policies table tr > td {
  border: 1px solid #adadad;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .policies .con {
    padding: 0 16px;
  }
  .policies .con h2 {
    margin-bottom: 36px;
    font-size: 28px;
  }
  .policies .con section {
    font-size: 15px;
    line-height: 22.5px;
  }
  .policies .con section h3 {
    font-size: 18px;
  }
  .policies section > ol > li::before {
    font-size: 10px;
  }
  .policies table tr > th {
    word-wrap: break-word;
    word-break: break-all;
  }
  .policies table tr > td {
    word-wrap: normal;
    word-break: break-all;
  }
}

.floating-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 34px 40px;
  background-color: #fff;
  z-index: 25;
}
.floating-cookie.closed {
  transform: translateY(100%);
  transition: transform 0.3s;
}
.floating-cookie .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
}
.floating-cookie .text {
  flex: 1 1 1%;
  width: 1%;
  color: var(--primary);
  font-size: 14px;
  font-family: "NotoSansCJKkr-R", sans-serif;
  line-height: 1.5714285714;
}
.floating-cookie .text a {
  text-decoration: underline;
}
.floating-cookie .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.floating-cookie .btn-link {
  display: inline-block;
  line-height: 2.1428571429;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  margin-right: 72px;
  font-size: 14px;
  font-family: "NotoSansCJKkr-R", sans-serif;
}
.floating-cookie .btn {
  display: inline-block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  color: #000;
  font-weight: 600;
  background-color: #fff;
  border-radius: 45px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #000;
}
.floating-cookie .btn.btn-primary {
  color: #fff;
  background-color: #000;
}
.floating-cookie .btn + .btn {
  margin-left: 18px;
}

.pop-cookie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 80;
  padding: 0 45px;
}
.pop-cookie.opened {
  display: flex;
}
.pop-cookie.closed {
  display: none;
}
.pop-cookie .pop-wrap {
  position: relative;
  width: 100%;
  max-width: 860px;
  background-color: #fff;
  padding: 60px 20px 100px 30px;
  height: 100%;
  max-height: calc(100dvh - 150px);
  font-size: 14px;
  line-height: 1.7142857143;
  color: #000000;
}
.pop-cookie .pop-title-1 {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.pop-cookie .link {
  font-weight: 700;
  color: #525252;
  text-decoration: underline;
  display: inline-block;
}
.pop-cookie .text-link {
  font-weight: 600;
  text-decoration: underline;
}
.pop-cookie .pop-body {
  max-height: 100%;
  overflow-y: auto;
}
.pop-cookie .pop-body .mCSB_container {
  margin-right: 20px;
}
.pop-cookie .pop-body .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #6e7191;
}
.pop-cookie .pop-body .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.pop-cookie .pop-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 28px;
  gap: 0 16px;
}
.pop-cookie .pop-footer [class*=btn] {
  color: #ffffff;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286;
  border-radius: 30px;
  background-color: #000;
}
.pop-cookie .pop-footer .btn-primary {
  background-color: var(--primary);
}
.pop-cookie .pop-footer .btn-secondary {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}
.pop-cookie .cookie-check-list {
  margin-top: 40px;
}
.pop-cookie .btn-switch {
  position: absolute;
  top: 25px;
  right: 25px;
}

.cookie-check-list {
  border: 1px solid #6e7191;
  border-radius: 10px;
}
.cookie-check-list .item {
  position: relative;
  padding: 25px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.cookie-check-list .item + .item {
  border-top: 1px solid #6e7191;
}
.cookie-check-list .cookie-check-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.25;
}

.btn-switch {
  position: relative;
}
.btn-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.btn-switch .btn-switch-toggle {
  position: relative;
  display: block;
  width: 36px;
  height: 20px;
  border-radius: 12px;
  border: 1px solid #617275;
  background-color: #e7eaeb;
  cursor: pointer;
}
.btn-switch .btn-switch-toggle::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: 2px;
  box-sizing: border-box;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.25);
  border: 1px solid #617275;
  background: #9eAcae url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L1 9M1 1L9 9' stroke='%23E7EAEB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/8px no-repeat;
  user-select: none;
}
.btn-switch input:checked ~ .btn-switch-toggle {
  border-color: #8d4ffc;
  background-color: #8d4ffc;
}
.btn-switch input:checked ~ .btn-switch-toggle::before {
  background: #fff;
  border-color: #fff;
  left: 16px;
}

.btn-set-cookie {
  display: inline-block;
  padding: 6px 12px;
  vertical-align: middle;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 12px;
}

@media all and (max-width: 1440px) {
  .floating-cookie .btn-link {
    margin-right: 40px;
  }
  .floating-cookie .btn {
    width: 120px;
  }
  .floating-cookie .btn + .btn {
    margin-left: 10px;
  }
}
@media all and (max-width: 1199px) {
  .table-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .table-wrap table {
    width: 800px;
  }
}
@media all and (max-width: 768px) {
  .pop-cookie .pop-wrap {
    padding: 11.1111vw 5.55556vw;
    font-size: 2.77778vw;
  }
  .pop-cookie .pop-title-1 {
    font-size: 5vw;
    margin-bottom: 4.166667vw;
  }
  .pop-cookie .pop-body .mCSB_container {
    margin-right: 0;
  }
  .pop-cookie .pop-footer {
    padding: 2.2222vw 5.55556vw;
    height: 11.11111vw;
    gap: 0 2.77778vw;
  }
  .pop-cookie .pop-footer [class*=btn] {
    padding: 0.69444vw 5.55556vw;
    width: 100%;
    font-size: 2.5vw;
    font-weight: 500;
  }
  .cookie-check-list .item {
    font-size: 2.77778vw;
    padding: 6.94444vw;
  }
  .cookie-check-list .cookie-check-title {
    font-size: 3.88889vw;
    margin-bottom: 4.166667vw;
  }
  .floating-cookie {
    padding: 30px 36px;
  }
  .floating-cookie .wrap {
    display: block;
    text-align: center;
  }
  .floating-cookie .text {
    width: 100%;
    font-size: 3.3333vw;
  }
  .floating-cookie .btn-group {
    display: block;
    margin-top: 13.88889vw;
  }
  .floating-cookie .btn-link {
    font-size: 3.3333vw;
    line-height: 1.5;
    margin-right: 0;
  }
  .floating-cookie .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    margin-top: 6.66667vw;
  }
  .floating-cookie .btn {
    flex: 1 1 1%;
    width: 1%;
    height: 10.55556vw;
    line-height: 10.55556vw;
    font-size: 3.88889vw;
  }
  .floating-cookie .btn + .btn {
    margin-left: 0;
  }
}

/*# sourceMappingURL=common.css.map */
