@charset "UTF-8";
@font-face {
  font-family: "GMarketSans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    local("Gmarket Sans Light"),
    url("../webfont/GmarketSansTTFLight.ttf") format("truetype"),
    url("../webfont/GmarketSansLight.otf") format("opentype");
}
@font-face {
  font-family: "GMarketSans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    local("Gmarket Sans Medium"),
    url("../webfont/GmarketSansTTFMedium.ttf") format("truetype"),
    url("../webfont/GmarketSansMedium.otf") format("opentype");
}
@font-face {
  font-family: "GMarketSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("Gmarket Sans Bold"),
    url("../webfont/GmarketSansTTFBold.ttf") format("truetype"),
    url("../webfont/GmarketSansBold.otf") format("opentype");
}
@font-face {
  font-family: "ONE Mobile POP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfont/ONE Mobile POP OTF.woff2") format("woff2");
}
@font-face {
  font-family: "SB 어그로 B";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../webfont/SB 어그로 B.woff2") format("woff2");
}
@font-face {
  font-family: "SB 어그로 L";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../webfont/SB 어그로 L.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 400;
  src: url("../webfont/NotoSans-Regular.eot");
  src: url("../webfont/NotoSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 500;
  src: url("../webfont/NotoSans-Medium.eot");
  src: url("../webfont/NotoSans-Medium.woff") format("woff");
}
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  font-family:
    "GMarketSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "굴림",
    "Gulim", sans-serif;
}

input,
textarea,
button {
  font-family:
    "GMarketSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "굴림",
    "Gulim", sans-serif;
}

html,
body {
  margin: 0;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: inherit;
}
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

input {
  outline: none;
  padding: 0;
}

input::-ms-clear {
  display: none;
}

li {
  list-style-type: none;
  list-style: none;
}

table,
thead,
tbody,
tr,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
html {
  min-width: 1280px;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  /* 2560px 초과 화면: 양 옆 여백을 bg.png 가장자리 색에 맞춘 세로 그라데이션으로 채움.
     루트 배경은 화면(캔버스) 전체를 칠하므로 여백까지 적용됨.
     이미지와 동일하게 위 기준 5854px(원본 높이) 스케일로 정렬, 그 아래는 네이비 유지. */
  background:
    linear-gradient(
        to bottom,
        #2467c3 0%,
        #2467c3 6%,
        #2d72c7 11%,
        #3784cd 15%,
        #4190d1 18%,
        #4ea5d8 24%,
        #ffffff 27%,
        #ffffff 35%,
        #0084f3 40%,
        #009cf3 45%,
        #009cf3 75%,
        #0075bf 80%,
        #ffa808 85%,
        #ffc32e 88%,
        #ffd142 90%,
        #ffd142 92%,
        #009cf3 94%,
        #009cf3 96%,
        #2467c3 98%,
        #2467c3 100%
      )
      center top / 100vw 5854px no-repeat,
    linear-gradient(
        to bottom,
        #18162c 0%,
        #222342 18%,
        #222342 75%,
        #131224 100%
      )
      center top / 100vw 100% no-repeat;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 1280px;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  color: rgb(255, 255, 255);
  background: linear-gradient(
    to bottom,
    #18162c 0%,
    #222342 18%,
    #222342 75%,
    #131224 100%
  );
}
@media screen and (min-width: 1280px) {
  body {
    overflow-x: hidden;
  }
}
body .capsule-event-main-frame {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 1280px;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  background-image: url(../images_pc/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame .sr-only,
body .capsule-event-main-frame figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  pointer-events: none;
}
body .capsule-event-main-frame header {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 10;
  min-width: 1280px;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
}
body .capsule-event-main-frame header a {
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
body .capsule-event-main-frame header a:hover {
  opacity: 0.8;
}
body .capsule-event-main-frame header > a {
  width: 165px;
  height: 39px;
  margin-top: 26px;
  margin-left: 21px;
  background-image: url(../images_pc/bi.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame header > div {
  display: flex;
  margin-top: 36px;
}
body .capsule-event-main-frame header > div a {
  margin-right: 21px;
}
body .capsule-event-main-frame header > div a figure {
  width: 48px;
  height: 52px;
}
body .capsule-event-main-frame header > div a:first-child figure {
  background-image: url(../images_pc/home-Icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame header > div a:last-child figure {
  background-image: url(../images_pc/event-Icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame .float-area {
  position: absolute;
  right: 22px;
  z-index: 3;
}
body .capsule-event-main-frame .float-area > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  width: 133px;
  height: 133px;
  margin-bottom: 24px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "ONE Mobile POP";
}
body .capsule-event-main-frame .float-area > a > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url(../images_pc/floating-banner.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame .bg-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
@media screen and (max-width: 1374px) {
  body .capsule-event-main-frame .bg-area {
    overflow-x: hidden;
  }
}
body .capsule-event-main-frame .bg-area > div {
  position: absolute;
}
body .capsule-event-main-frame .bg-area > div small {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: red;
}
body .capsule-event-main-frame .bg-area > div small:before,
body .capsule-event-main-frame .bg-area > div small:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  box-shadow:
    0 0 4px #bad8ec,
    0 0 12px #bad8ec,
    0 0 16px #bad8ec,
    inset 0 0 2px #bad8ec;
}
body .capsule-event-main-frame .bg-area > div small::before {
  background: linear-gradient(
    to left,
    transparent 10%,
    #bad8ec 50%,
    transparent 90%
  );
}
body .capsule-event-main-frame .bg-area > div small:after {
  background: linear-gradient(
    to bottom,
    transparent 10%,
    #bad8ec 50%,
    transparent 90%
  );
}
body .capsule-event-main-frame .bg-area > div.bg-light1 {
  width: 1653px;
  height: 633px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(1)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(2)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(6)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(8)::before {
  width: 70px;
  height: 2px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(1):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(2):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(6):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(8):after {
  width: 2px;
  height: 70px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(3)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(4)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(5)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(7)::before {
  width: 45px;
  height: 2px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(3):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(4):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(5):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light1
  small:nth-child(7):after {
  width: 2px;
  height: 45px;
}
body .capsule-event-main-frame .bg-area > div.bg-light1 small:nth-child(1) {
  top: 46px;
  left: 500px;
}
body .capsule-event-main-frame .bg-area > div.bg-light1 small:nth-child(2) {
  top: 113px;
  right: 268px;
}
body .capsule-event-main-frame .bg-area > div.bg-light1 small:nth-child(3) {
  top: 276px;
  left: 33px;
}
body .capsule-event-main-frame .bg-area > div.bg-light1 small:nth-child(4) {
  top: 239px;
  left: 541px;
}
body .capsule-event-main-frame .bg-area > div.bg-light1 small:nth-child(5) {
  top: 244px;
  right: 33px;
}
body .capsule-event-main-frame .bg-area > div.bg-light1 small:nth-child(6) {
  bottom: 45px;
  left: 410px;
}
body .capsule-event-main-frame .bg-area > div.bg-light1 small:nth-child(7) {
  bottom: 122px;
  right: 252px;
}
body .capsule-event-main-frame .bg-area > div.bg-light1 small:nth-child(8) {
  bottom: 73px;
  right: 180px;
}
body .capsule-event-main-frame .bg-area > div.bg-light2 {
  left: -100px;
  top: 995px;
  width: 1937px;
  height: 2358px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(1)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(6)::before {
  width: 45px;
  height: 2px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(1):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(6):after {
  width: 2px;
  height: 45px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(2)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(3)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(5)::before {
  width: 70px;
  height: 2px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(2):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(3):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(5):after {
  width: 2px;
  height: 70px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(4)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(7)::before {
  width: 22px;
  height: 2px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(4):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light2
  small:nth-child(7):after {
  width: 2px;
  height: 22px;
}
body .capsule-event-main-frame .bg-area > div.bg-light2 small:nth-child(1) {
  top: 41px;
  left: 33px;
}
body .capsule-event-main-frame .bg-area > div.bg-light2 small:nth-child(2) {
  top: 855px;
  left: 240px;
}
body .capsule-event-main-frame .bg-area > div.bg-light2 small:nth-child(3) {
  top: 902px;
  right: 92px;
}
body .capsule-event-main-frame .bg-area > div.bg-light2 small:nth-child(4) {
  top: 948px;
  right: 138px;
}
body .capsule-event-main-frame .bg-area > div.bg-light2 small:nth-child(5) {
  top: 948px;
  right: 45px;
}
body .capsule-event-main-frame .bg-area > div.bg-light2 small:nth-child(6) {
  bottom: 66px;
  left: 319px;
}
body .capsule-event-main-frame .bg-area > div.bg-light2 small:nth-child(7) {
  bottom: 20px;
  left: 272px;
}
body .capsule-event-main-frame .bg-area > div.bg-light3 {
  left: -80px;
  top: 1085px;
  width: 1820px;
  height: 3775px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(1)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(3)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(4)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(6)::before {
  width: 70px;
  height: 2px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(1):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(3):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(4):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(6):after {
  width: 2px;
  height: 70px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(2)::before {
  width: 22px;
  height: 2px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(2):after {
  width: 2px;
  height: 22px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(5)::before,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(7)::before {
  width: 45px;
  height: 2px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(5):after,
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light3
  small:nth-child(7):after {
  width: 2px;
  height: 45px;
}
body .capsule-event-main-frame .bg-area > div.bg-light3 small:nth-child(1) {
  top: 46px;
  right: 46px;
}
body .capsule-event-main-frame .bg-area > div.bg-light3 small:nth-child(2) {
  top: 1535px;
  left: 22px;
}
body .capsule-event-main-frame .bg-area > div.bg-light3 small:nth-child(3) {
  top: 1602px;
  left: 94px;
}
body .capsule-event-main-frame .bg-area > div.bg-light3 small:nth-child(4) {
  bottom: 902px;
  left: 151px;
}
body .capsule-event-main-frame .bg-area > div.bg-light3 small:nth-child(5) {
  bottom: 461px;
  left: 340px;
}
body .capsule-event-main-frame .bg-area > div.bg-light3 small:nth-child(6) {
  bottom: 722px;
  right: 131px;
}
body .capsule-event-main-frame .bg-area > div.bg-light3 small:nth-child(7) {
  bottom: 33px;
  right: 92px;
}
body .capsule-event-main-frame .bg-area > div.bg-light4 {
  right: 0;
  top: 3379px;
  width: 296px;
  height: 444px;
}
body .capsule-event-main-frame .bg-area > div.bg-light4 small:nth-child(1) {
  top: 46px;
  left: 46px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light4
  small:nth-child(1)::before {
  width: 70px;
  height: 2px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light4
  small:nth-child(1):after {
  width: 2px;
  height: 70px;
}
body .capsule-event-main-frame .bg-area > div.bg-light4 small:nth-child(2) {
  bottom: 32px;
  right: 32px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light4
  small:nth-child(2)::before {
  width: 45px;
  height: 2px;
}
body
  .capsule-event-main-frame
  .bg-area
  > div.bg-light4
  small:nth-child(2):after {
  width: 2px;
  height: 45px;
}
body .capsule-event-main-frame .contents-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1374px) {
  body .capsule-event-main-frame .contents-frame {
    overflow: hidden;
  }
}
body .capsule-event-main-frame .contents-frame .title-area {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding-top: 203px;
}
body .capsule-event-main-frame .contents-frame .title-area .deco-capsule1,
body .capsule-event-main-frame .contents-frame .title-area .deco-capsule2 {
  position: absolute;
  z-index: 1;
  opacity: 0;
  will-change: transform;
}
body .capsule-event-main-frame .contents-frame .title-area .deco-capsule1 {
  top: 176px;
  left: 60px;
  width: 373px;
  height: 372px;
  background-image: url(../images_pc/deco-capsule1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame .contents-frame .title-area .deco-capsule2 {
  top: 538px;
  right: 60px;
  width: 396px;
  height: 398px;
  background-image: url(../images_pc/deco-capsule2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame .contents-frame .title-area .content-frame {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .capsule-event-main-frame .contents-frame .title-area .content-frame h2 {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 50px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  text-shadow: 0px 6px rgb(0, 0, 0);
  font-family: "SB 어그로 B";
}
body
  .capsule-event-main-frame
  .contents-frame
  .title-area
  .content-frame
  h2
  span {
  display: inline-block;
}
body
  .capsule-event-main-frame
  .contents-frame
  .title-area
  .content-frame
  h2
  span.big {
  color: #ffd200;
  font-size: 62px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "SB 어그로 B";
  transform-origin: bottom;
}
body
  .capsule-event-main-frame
  .contents-frame
  .title-area
  .content-frame
  h2
  span.small {
  transform: translateX(-120px);
}
body .capsule-event-main-frame .contents-frame .title-area .content-frame h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body
  .capsule-event-main-frame
  .contents-frame
  .title-area
  .content-frame
  h1
  figure:first-child {
  width: 473px;
  height: 116px;
  margin-top: 24px;
  background-image: url(../images_pc/title1.png);
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: bottom;
}
body
  .capsule-event-main-frame
  .contents-frame
  .title-area
  .content-frame
  h1
  figure:last-child {
  width: 656px;
  height: 175px;
  margin-top: 6px;
  background-image: url(../images_pc/title2.png);
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: top;
}
body .capsule-event-main-frame .contents-frame .title-area .content-frame h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 856px;
  height: 80px;
  margin-top: 50px;
  padding-top: 3px;
  color: rgb(255, 255, 255);
  font-size: 27px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "GMarketSans";
  background-image: url(../images_pc/title3-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: top;
}
body .capsule-event-main-frame .contents-frame .content-area.a {
  position: relative;
  margin-top: 125px;
}
body .capsule-event-main-frame .contents-frame .content-area.a .bg-capsule1,
body .capsule-event-main-frame .contents-frame .content-area.a .bg-capsule2 {
  position: absolute;
  z-index: 1;
}
body .capsule-event-main-frame .contents-frame .content-area.a .bg-capsule1 {
  top: 240px;
  left: -389px;
  width: 317px;
  height: 336px;
  background-image: url(../images_pc/bg-capsule1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame .contents-frame .content-area.a .bg-capsule2 {
  top: 640px;
  right: -329px;
  width: 329px;
  height: 329px;
  background-image: url(../images_pc/bg-capsule2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame .contents-frame .content-area.a .content-frame {
  position: relative;
  z-index: 2;
  width: 1275px;
  height: 1758px;
  background-image: url(../images_pc/content-a-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box {
  width: 1000px;
  height: 706px;
  padding: 32px 47px;
  margin-top: -3px;
  margin-right: -9px;
  overflow: hidden;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  perspective: 900px;
  transform-style: preserve-3d;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div {
  position: absolute;
  width: 280px;
  height: 280px;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.5);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, filter;
  border-radius: 100%;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-capsule1 {
  top: 29px;
  left: 170px;
  width: 260px;
  height: 260px;
  background-image: url(../images_pc/content-a-1-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105%;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-capsule2 {
  top: 29px;
  right: 205px;
  width: 260px;
  height: 260px;
  background-image: url(../images_pc/content-a-1-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105%;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-capsule3 {
  top: 182px;
  left: 32px;
  width: 270px;
  height: 270px;
  background-image: url(../images_pc/content-a-1-3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105%;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-capsule4 {
  top: 181px;
  left: 286px;
  width: 270px;
  height: 270px;
  background-image: url(../images_pc/content-a-1-4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105%;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-capsule5 {
  top: 164px;
  right: 87px;
  width: 270px;
  height: 270px;
  background-image: url(../images_pc/content-a-1-5.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105%;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-capsule6 {
  bottom: -11px;
  left: -7px;
  background-image: url(../images_pc/content-a-1-6.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-capsule7 {
  bottom: -10px;
  left: 171px;
  background-image: url(../images_pc/content-a-1-7.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-capsule8 {
  bottom: -10px;
  right: 202px;
  background-image: url(../images_pc/content-a-1-8.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-capsule9 {
  bottom: -11px;
  right: -47px;
  background-image: url(../images_pc/content-a-1-9.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule1,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule2,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule3,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule4,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule5,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule6,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule7,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule8,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule9,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule10 {
  z-index: -1;
  width: 260px;
  height: 260px;
  background-size: 105%;
  filter: blur(2px) brightness(0.9) contrast(1.2) !important;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule3,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule4,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule5,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule6,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule7,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule8,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule9,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule10 {
  filter: blur(2px) brightness(0.8) !important;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule1 {
  top: 84px;
  left: 82px;
  background-image: url(../images_pc/content-a-1-9.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule2 {
  top: 107px;
  right: 140px;
  background-image: url(../images_pc/content-a-1-6.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule3 {
  top: 262px;
  left: 4px;
  background-image: url(../images_pc/content-a-1-8.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule4 {
  top: 241px;
  left: 205px;
  background-image: url(../images_pc/content-a-1-1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule5 {
  top: 158px;
  right: 177px;
  background-image: url(../images_pc/content-a-1-2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule6 {
  top: 278px;
  right: 22px;
  background-image: url(../images_pc/content-a-1-4.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule7 {
  top: 318px;
  right: 165px;
  background-image: url(../images_pc/content-a-1-3.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule8 {
  top: 417px;
  left: 59px;
  background-image: url(../images_pc/content-a-1-4.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule9 {
  top: 415px;
  right: 320px;
  background-image: url(../images_pc/content-a-1-7.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .glass-box
  > div
  > div.inner-back-capsule10 {
  top: 458px;
  right: 86px;
  background-image: url(../images_pc/content-a-1-1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .history-button-area {
  margin-top: 64px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .history-button-area
  button {
  position: relative;
  width: 335px;
  height: 43px;
  background-image: url(../images_pc/content-a-2-1.png);
  background-position: center 100%;
  background-repeat: no-repeat;
  transition: background-position 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: pointer;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .history-button-area
  button
  figure {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  width: 100%;
  height: 86px;
  background-image: url(../images_pc/content-a-2-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  transition:
    bottom 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .history-button-area
  button:hover {
  opacity: 0.85;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .history-button-area
  button:active {
  background-position: center 97%;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .history-button-area
  button:active
  figure {
  bottom: 0;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .count-area {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  padding-left: 13px;
  padding-right: 13px;
  margin-top: 18px;
  margin-right: -14px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .count-area
  > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 319px;
  height: 138px;
  padding: 15px 17px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .count-area
  > div
  p {
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "ONE Mobile POP";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .count-area
  > div
  span {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "GMarketSans";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .count-area
  > div
  span
  span {
  color: rgb(255, 255, 255);
  font-size: 33px;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .count-area
  > div:first-child
  span {
  color: #ffdf06;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area {
  display: flex;
  justify-content: space-between;
  width: 1225px;
  height: 197px;
  padding: 24px 59px 19px;
  margin-top: 38px;
  margin-right: -10px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .left-capsule-area,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .right-capsule-area {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 252px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .left-capsule-area
  > div,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .right-capsule-area
  > div {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .left-capsule-area
  > small,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .right-capsule-area
  > small {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25%;
  width: 341px;
  height: 88px;
  background-image: url(../images_pc/content-a-4-3.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .left-capsule-area {
  bottom: 4px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .left-capsule-area
  > div {
  left: 0;
  width: 252px;
  height: 257px;
  background-image: url(../images_pc/content-a-4-1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .button-area
  button {
  position: relative;
  bottom: -41px;
  width: 250px;
  height: 96px;
  background-image: url(../images_pc/content-a-3-1.png);
  background-position: center 100%;
  background-repeat: no-repeat;
  transition: background-position 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: pointer;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .button-area
  button
  figure {
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% - 2px));
  bottom: 56px;
  width: 232px;
  height: 130px;
  border-radius: 38%;
  background-image: url(../images_pc/content-a-3-2.png);
  background-position: center top;
  background-repeat: no-repeat;
  transition: bottom 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .button-area
  button:hover
  figure {
  bottom: 50px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .button-area
  button:active
  figure {
  bottom: 35px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .right-capsule-area {
  bottom: 5px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .action-button-area
  .right-capsule-area
  > div {
  right: 0;
  width: 252px;
  height: 258px;
  background-image: url(../images_pc/content-a-4-2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area {
  display: flex;
  justify-content: flex-end;
  width: 451px;
  height: 87px;
  padding-right: 27px;
  margin-top: 14px;
  margin-right: -12px;
  background-image: url(../images_pc/content-a-4-4.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button {
  position: relative;
  width: 100%;
  text-align: right;
  cursor: pointer;
  transition: text-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button
  p {
  margin-top: 6px;
  color: rgb(255, 255, 255);
  font-size: 34px;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "GMarketSans";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button
  figure {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 52.5px;
  z-index: 2;
  width: 26px;
  height: 19px;
  opacity: 0;
  background-image: url(../images_pc/content-a-5-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button.active
  figure {
  opacity: 1;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button::before,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button:before {
  left: 45px;
  width: 42px;
  height: 41px;
  border-radius: 5px;
  background-image: url(../images_pc/content-a-5-1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button::after {
  left: 49px;
  width: 33px;
  height: 31px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button:hover {
  text-shadow:
    0 0 5px #5c70bb,
    0 0 10px #5c70bb,
    0 0 15px #5c70bb;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button:hover
  figure:before,
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button:hover
  figure:after {
  box-shadow:
    0 0 5px #5c70bb,
    0 0 10px #5c70bb,
    0 0 15px #5c70bb;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button:hover:before {
  box-shadow:
    0 0 5px #5c70bb,
    0 0 10px #5c70bb,
    0 0 15px #5c70bb;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .options-area
  button:hover:after {
  box-shadow:
    inset 0 0 5px #5c70bb,
    inset 0 0 10px #5c70bb,
    inset 0 0 15px #5c70bb;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .bottom-area {
  position: relative;
  width: 1049px;
  padding: 21px 41px 0;
  margin-top: 24px;
  margin-right: -14px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .bottom-area
  .randomCapsule {
  position: absolute;
  right: -55px;
  bottom: -155px;
  width: 307px;
  height: 295px;
  background-image: url(../images_pc/content-a-6.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .bottom-area
  h2 {
  margin-bottom: 22px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "ONE Mobile POP";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .bottom-area
  p {
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "GMarketSans";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.a
  .content-frame
  .bottom-area
  p.sub
  b {
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "GMarketSans";
}
body .capsule-event-main-frame .contents-frame .content-area.b {
  position: relative;
}
body .capsule-event-main-frame .contents-frame .content-area.b .bg-capsule3,
body .capsule-event-main-frame .contents-frame .content-area.b .deco-capsule3 {
  position: absolute;
  opacity: 0;
}
body .capsule-event-main-frame .contents-frame .content-area.b .bg-capsule3 {
  bottom: 55px;
  left: -484px;
  width: 382px;
  height: 360px;
  background-image: url(../images_pc/bg-capsule3.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame .contents-frame .content-area.b .deco-capsule3 {
  bottom: -140px;
  right: -300px;
  width: 372px;
  height: 373px;
  background-image: url(../images_pc/deco-capsule3.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame .contents-frame .content-area.b .content-frame {
  width: 1188px;
  height: 1158px;
  margin-top: 44px;
  background-image: url(../images_pc/content-b-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .title {
  margin-top: 216px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .title
  h2 {
  padding: 29px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 29px;
  padding-right: 29px;
  margin-top: 36px;
  margin-right: -6px;
  margin-bottom: 30px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: calc(50% - 10px);
  padding: 35px 81px 24px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div:last-child {
  transform: translateY(-3px);
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div
  > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 215px;
  height: 100%;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div
  > div
  p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 116px;
  margin-top: 44px;
  text-align: center;
  color: #253d85;
  font-size: 19px;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "GMarketSans";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div
  > div
  > div {
  width: 185px;
  height: 100%;
  margin: 0 auto 15px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div
  > div
  > div.item1 {
  transform: translate(0, 5px);
  background-image: url(../images_pc/content-b-1-1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div
  > div
  > div.item2 {
  background-image: url(../images_pc/content-b-1-2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div
  > div
  > div.item3 {
  background-image: url(../images_pc/content-b-1-3.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div
  > div
  > div.item4 {
  transform: translate(0, 4px);
  background-image: url(../images_pc/content-b-1-4.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div
  > div
  > div.item5 {
  transform: translate(8px, -14px);
  background-image: url(../images_pc/content-b-1-5.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div
  > div
  > div.item6 {
  transform: translate(0, -8px);
  background-image: url(../images_pc/content-b-1-6.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div
  > div
  > div.item7 {
  transform: translate(0, -8px);
  background-image: url(../images_pc/content-b-1-7.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.b
  .content-frame
  .board
  > div
  > div
  > div.item8 {
  background-image: url(../images_pc/content-b-1-8.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame .contents-frame .content-area.c {
  position: relative;
}
body .capsule-event-main-frame .contents-frame .content-area.c .bg-capsule4 {
  position: absolute;
  right: -255px;
  bottom: -160px;
  z-index: 1;
  width: 338px;
  height: 316px;
  background-image: url(../images_pc/bg-capsule4.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame .contents-frame .content-area.c .content-frame {
  position: relative;
  z-index: 2;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .title {
  margin-top: 75px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .title
  h2 {
  min-height: 55px;
  padding: 0;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .title
  h3 {
  margin-top: 45px;
  opacity: 0;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .point-area {
  margin-top: 86px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .point-area
  > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 688px;
  height: 197px;
  background-image: url(../images_pc/content-c-bg1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .point-area
  > div
  p {
  margin-top: 15px;
  color: rgb(255, 255, 255);
  font-size: 43px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "SB 어그로 B";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .point-area
  > div
  span {
  margin-top: 10px;
  color: #ffe067;
  font-size: 43px;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "GMarketSans";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .point-area
  p {
  margin-top: 22px;
  text-align: center;
  color: #d3d3d3;
  font-size: 30px;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "GMarketSans";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 49px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  > button {
  transition: filter 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: pointer;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  > button
  figure {
  width: 374px;
  height: 74px;
  background-image: url(../images_pc/content-c-1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  > button:hover {
  filter: brightness(0.9);
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts {
  display: flex;
  justify-content: space-between;
  width: 1207px;
  height: 405px;
  margin-top: 67px;
  background-image: url(../images_pc/content-c-bg2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 222px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div
  > span {
  margin-top: 28px;
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "SB 어그로 B";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div
  small {
  margin-top: 161px;
  transform: translateX(48px);
  color: #1e3a72;
  font-size: 16px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "SB 어그로 B";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div
  small
  small {
  font-size: 24px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div
  small.twoDigit {
  margin-top: 164px;
  transform: translateX(46px);
  font-size: 14px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div
  small.twoDigit
  small {
  font-size: 20px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div
  button {
  margin-top: 82px;
  pointer-events: none;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div
  button
  figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 64px;
  background-image: url(../images_pc/content-c-2-2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div
  button
  figure
  span {
  color: #253c6b;
  font-size: 23px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "SB 어그로 B";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div
  button
  figure
  span.completed {
  display: none;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div.completed
  > span {
  text-shadow:
    0 0 5px #5c70bb,
    0 0 10px #5c70bb,
    0 0 15px #5c70bb;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div.completed
  button {
  height: 59px;
  margin-top: 88px;
  border-radius: 16px;
  overflow: hidden;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div.completed
  button
  figure
  span.completed {
  display: inline;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div.completed
  button
  figure
  span.receiving {
  display: none;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div.receiving
  > span {
  text-shadow:
    0 0 5px #5c70bb,
    0 0 10px #5c70bb,
    0 0 15px #5c70bb;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div.receiving
  button {
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  pointer-events: auto;
  transition:
    margin-top 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    height 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: pointer;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div.receiving
  button
  figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 64px;
  background-image: url(../images_pc/content-c-2-1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div.receiving
  button
  figure
  span {
  color: #552510;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div.receiving
  button:hover {
  margin-top: 84px;
  height: 62px;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area.c
  .content-frame
  .gift-area
  .gifts
  > div.receiving
  button:active {
  margin-top: 88px;
  height: 59px;
}
body .capsule-event-main-frame .contents-frame .content-area .content-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area
  .content-frame
  .title {
  text-align: center;
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area
  .content-frame
  .title
  h2 {
  padding-top: 52px;
  padding-bottom: 52px;
  text-shadow:
    0 0 5px #5c70bb,
    0 0 10px #5c70bb,
    0 0 15px #5c70bb;
  color: rgb(255, 255, 255);
  font-size: 46px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 5px;
  font-family: "SB 어그로 B";
}
body
  .capsule-event-main-frame
  .contents-frame
  .content-area
  .content-frame
  .title
  h3 {
  text-shadow:
    0 0 5px #5c70bb,
    0 0 10px #5c70bb,
    0 0 15px #5c70bb;
  color: rgb(255, 255, 255);
  font-size: 35px;
  font-weight: 300;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "SB 어그로 L";
}
body .capsule-event-main-frame footer {
  min-width: 1280px;
  width: 100%;
  max-width: 2560px;
  margin-top: 195px;
  padding-top: 34px;
  background-color: #0f2542;
}
body .capsule-event-main-frame footer div {
  display: flex;
  flex-direction: column;
}
body .capsule-event-main-frame footer div:first-child {
  width: 1280px;
  margin: 0 auto;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: inherit;
  font-family: "GMarketSans";
  padding-bottom: 21px;
}
body .capsule-event-main-frame footer div:first-child figure {
  width: 209px;
  height: 27px;
  margin-bottom: 30px;
  background-image: url(../images_pc/bottom-cautions-title.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .capsule-event-main-frame footer div:last-child {
  padding: 33px;
  margin-top: 18px;
  text-align: center;
  background-color: #080a0b;
  color: #d4d4d4;
  font-size: 20px;
  font-weight: 300;
  line-height: inherit;
  letter-spacing: inherit;
}
body .dimmed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
body .dimmed.active {
  pointer-events: auto;
  opacity: 1;
}
body .modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 30;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  pointer-events: none;
}
body .modal .sr-only,
body .modal figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  pointer-events: none;
}
body .modal.login,
body .modal.given,
body .modal.givenConfirm,
body .modal.compensation,
body .modal.history {
  opacity: 1;
  pointer-events: auto;
}
body .modal .modal-header,
body .modal .modal-body {
  display: none;
  width: 100%;
  text-align: center;
}
body .modal .modal-header > p,
body .modal .modal-body > p {
  display: none;
  color: #303030;
  font-size: 35px;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "NotoSansKR";
}
body .modal .modal-header h3,
body .modal .modal-body h3 {
  display: none;
  margin-top: 6px;
  margin-bottom: 36px;
  color: #252525;
  font-size: 50px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "SB 어그로 B";
}
body .modal .modal-header > div table,
body .modal .modal-body > div table {
  width: 100%;
}
body .modal .modal-header button {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 10px;
  cursor: pointer;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
body .modal .modal-header button:before,
body .modal .modal-header button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 4px;
  height: 40px;
  background-color: #0283dd;
}
body .modal .modal-header button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body .modal .modal-header button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body .modal .modal-header button:hover {
  opacity: 0.5;
}
body .modal .modal-body {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .modal .modal-body > button {
  display: none;
}
body .modal .modal-body.login-body,
body .modal .modal-body.given-body,
body .modal .modal-body.givenConfirm-body,
body .modal .modal-body.compensation-body,
body .modal .modal-body.history-body {
  display: none;
}
body .modal .modal-body.compensation-body,
body .modal .modal-body.history-body {
  height: calc(100% - 60px);
}
body .modal .modal-body.compensation-body > div.compensation-content,
body .modal .modal-body.compensation-body > div.history-content,
body .modal .modal-body.history-body > div.compensation-content,
body .modal .modal-body.history-body > div.history-content {
  display: none;
  width: 100%;
  border-top: 3px #333333 solid;
}
body .modal .modal-body.compensation-body > div.compensation-content tr,
body .modal .modal-body.compensation-body > div.history-content tr,
body .modal .modal-body.history-body > div.compensation-content tr,
body .modal .modal-body.history-body > div.history-content tr {
  border-bottom: 1px #333333 solid;
}
body .modal .modal-body.compensation-body > div.compensation-content tr th,
body .modal .modal-body.compensation-body > div.compensation-content tr td,
body .modal .modal-body.compensation-body > div.history-content tr th,
body .modal .modal-body.compensation-body > div.history-content tr td,
body .modal .modal-body.history-body > div.compensation-content tr th,
body .modal .modal-body.history-body > div.compensation-content tr td,
body .modal .modal-body.history-body > div.history-content tr th,
body .modal .modal-body.history-body > div.history-content tr td {
  width: 50%;
  padding: 10px 16px;
  font-family: "NotoSansKR";
}
body
  .modal
  .modal-body.compensation-body
  > div.compensation-content
  tr
  th:not(:last-child),
body
  .modal
  .modal-body.compensation-body
  > div.compensation-content
  tr
  td:not(:last-child),
body
  .modal
  .modal-body.compensation-body
  > div.history-content
  tr
  th:not(:last-child),
body
  .modal
  .modal-body.compensation-body
  > div.history-content
  tr
  td:not(:last-child),
body
  .modal
  .modal-body.history-body
  > div.compensation-content
  tr
  th:not(:last-child),
body
  .modal
  .modal-body.history-body
  > div.compensation-content
  tr
  td:not(:last-child),
body
  .modal
  .modal-body.history-body
  > div.history-content
  tr
  th:not(:last-child),
body
  .modal
  .modal-body.history-body
  > div.history-content
  tr
  td:not(:last-child) {
  border-right: #333333 1px solid;
}
body .modal .pagination {
  display: none;
  margin-top: 59px;
  margin-bottom: 30px;
}
body .modal .pagination button {
  width: 20px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "NotoSansKR";
  cursor: pointer;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
body .modal .pagination button.active {
  font-weight: 700;
}
body .modal .pagination button.prev,
body .modal .pagination button.next {
  position: relative;
}
body .modal .pagination button.prev:before,
body .modal .pagination button.next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1px;
  border: #333333 7px solid;
}
body .modal .pagination button.prev:before {
  transform: translate(calc(-50% - 3px), -50%);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
body .modal .pagination button.next:before {
  transform: translate(calc(-50% + 3px), -50%);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
body .modal .pagination button:hover {
  opacity: 0.6;
}
body .modal.login,
body .modal.given,
body .modal.givenConfirm {
  width: 831px;
  height: 461px;
}
body .modal.login .button-frame,
body .modal.given .button-frame,
body .modal.givenConfirm .button-frame {
  display: flex;
  justify-content: space-between;
}
body .modal.login .modal-close,
body .modal.login .modal-confirm,
body .modal.given .modal-close,
body .modal.given .modal-confirm,
body .modal.givenConfirm .modal-close,
body .modal.givenConfirm .modal-confirm {
  display: block;
  cursor: pointer;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
body .modal.login .modal-close figure,
body .modal.login .modal-confirm figure,
body .modal.given .modal-close figure,
body .modal.given .modal-confirm figure,
body .modal.givenConfirm .modal-close figure,
body .modal.givenConfirm .modal-confirm figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 309px;
  height: 98px;
  margin-top: 64px;
}
body .modal.login .modal-close figure span,
body .modal.login .modal-confirm figure span,
body .modal.given .modal-close figure span,
body .modal.given .modal-confirm figure span,
body .modal.givenConfirm .modal-close figure span,
body .modal.givenConfirm .modal-confirm figure span {
  color: rgb(255, 255, 255);
  font-size: 41px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: "SB 어그로 B";
}
body .modal.login .modal-close:hover,
body .modal.login .modal-confirm:hover,
body .modal.given .modal-close:hover,
body .modal.given .modal-confirm:hover,
body .modal.givenConfirm .modal-close:hover,
body .modal.givenConfirm .modal-confirm:hover {
  opacity: 0.9;
}
body .modal.login .modal-close.cancel figure,
body .modal.login .modal-confirm.cancel figure,
body .modal.given .modal-close.cancel figure,
body .modal.given .modal-confirm.cancel figure,
body .modal.givenConfirm .modal-close.cancel figure,
body .modal.givenConfirm .modal-confirm.cancel figure {
  margin-left: 34px;
  background-image: url(../images_pc/modal-button2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .modal.login .modal-close figure,
body .modal.login .modal-confirm figure,
body .modal.given .modal-close figure,
body .modal.given .modal-confirm figure,
body .modal.givenConfirm .modal-close figure,
body .modal.givenConfirm .modal-confirm figure {
  background-image: url(../images_pc/modal-button.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body .modal.login > .login-body {
  display: flex;
}
body .modal.login > .login-body p.login-content {
  display: block;
}
body .modal.givenConfirm > .givenConfirm-body {
  display: flex;
}
body .modal.givenConfirm > .givenConfirm-body p.givenConfirm-content {
  display: block;
}
body .modal.given > .given-body {
  display: flex;
}
body .modal.given > .given-body p.given-content {
  display: block;
}
body .modal.compensation,
body .modal.history {
  width: 996px;
  padding: 33px 31px 63px 31px;
  justify-content: flex-start;
}
body .modal.compensation .modal-header,
body .modal.history .modal-header {
  display: flex;
  justify-content: flex-end;
}
body .modal.compensation > div.compensation-body,
body .modal.compensation > div.history-body,
body .modal.history > div.compensation-body,
body .modal.history > div.history-body {
  display: flex;
}
body .modal.compensation {
  /* height: 906px; */
  height: 886px;
}
body .modal.compensation h3.compensation-header {
  display: block;
}
body .modal.compensation > div.compensation-body {
  border-bottom: 3px #333333 solid;
}
body .modal.compensation > div.compensation-body table {
  text-align: left;
}
body .modal.compensation > div.compensation-body table tr th,
body .modal.compensation > div.compensation-body table tr td {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
}
body .modal.compensation > div.compensation-body > div.compensation-content {
  display: block;
  overflow: auto;
}
body .modal.history h3.history-header {
  display: block;
}
body .modal.history > div.history-body table {
  text-align: center;
}
body .modal.history > div.history-body table tr th {
  background-color: #e3e4e5;
  color: #333333;
  font-size: 23px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
body .modal.history > div.history-body table tr td {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
}
body .modal.history > div.history-body > div.history-content {
  display: block;
  overflow: auto;
}
body .modal.history > div.history-body .pagination {
  display: flex;
}
body
  .modal.compensation
  > div.compensation-body
  > div.compensation-content::-webkit-scrollbar,
body
  .modal.history
  > div.history-body
  > div.history-content::-webkit-scrollbar {
  width: 10px;
}
body
  .modal.compensation
  > div.compensation-body
  > div.compensation-content::-webkit-scrollbar-thumb,
body
  .modal.history
  > div.history-body
  > div.history-content::-webkit-scrollbar-thumb {
  background: #0283dd;
}
body
  .modal.compensation
  > div.compensation-body
  > div.compensation-content::-webkit-scrollbar-button,
body
  .modal.history
  > div.history-body
  > div.history-content::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

body .random-box-caution {
  color: #333;
  font-size: 21px;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  letter-spacing: -0.63px;
}

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