@charset "UTF-8";
.e-shadow {
    display: none;
    overflow: hidden;
    z-index: 90;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
html,
body {
    background-color: #000;
    min-width: 1280px;
}
button {
    padding: 0;
    border: none 0;
    outline: none 0;
    cursor: pointer;
}
button:disabled {
    pointer-events: none;
}
.e-container {
    position: relative;
    overflow: hidden;
    min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto;
}
.e-contents {
    overflow: hidden;
}
.e-event {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}
.e-event .img-content {
    margin-left: -320px;
}
.e-wrap {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}
.e-footer p {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
}
.dimmed {
    opacity: 1;
    overflow: hidden;
    z-index: 90;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.ie-lower {
    padding: 240px 0;
    min-height: 400px;
    background: url('../../images/bg_dimmed.png') repeat;
    text-align: center;
}
.ie-lower .inner {
    position: relative;
    margin: 0 auto;
    padding: 40px 30px 30px;
    width: 720px;
    background-color: #fff;
}
.ie-lower h2 {
    line-height: 1.6;
    color: #1a1a1a;
    font-size: 24px;
}
.ie-lower p {
    line-height: 1.6;
    color: #6f6f6f;
    font-size: 20px;
}
.ie-lower .browser-list {
    overflow: hidden;
    width: 380px;
    margin: 50px auto 0;
}
.ie-lower .browser-list li {
    font-size: 15px;
    color: #6f6f6f;
    float: left;
    width: 50%;
    padding-top: 132px;
    text-align: center;
    background: url('../../images/ico_chrome.svg') no-repeat 50% 0 / auto 120px;
}
.ie-lower .browser-list li + li {
    background: url('../../images/ico_edge.svg') no-repeat 50% 0 / auto 120px;
}
.ie-lower .browser-list a {
    display: block;
    margin: 35px auto 10px;
    width: 160px;
    height: 50px;
    font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", "Tahoma", "Arial", "sans-serif";
    font-weight: bold;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #303030;
    background-color: #f0f0f0;
}
.ie-lower .browser-list a:hover {
    color: #fff;
    background-color: #303030;
}
.ie-lower--layer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
.ie-lower-close {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 99999;
    width: 35px;
    height: 35px;
    background: url('../../images/btn_close.png') no-repeat 50%;
}
.ie-lower.dark {
    background: #000;
}
.ie-lower.dark .inner {
    background-color: #000;
}
.ie-lower.dark h2,
.ie-lower.dark p {
    color: #e8d3c0;
}
.ie-lower.dark .browser-list li {
    padding-top: 116px;
    color: #909090;
}
.ie-lower.dark .browser-list a {
    color: #303030;
    background-color: #e8d3c0;
}
.ie-lower.dark .browser-list a:hover {
    color: #fff;
    background-color: #303030;
}
.ie-lower.dark .ie-lower-close {
    background-image: url('../../images//ban_popup_close.gif');
    background-position-x: -1px;
}
@font-face {
    font-family: "YeogiOttaeJalnan";
    src: url("../fonts/JalnanOTF00.woff") format("woff");
    font-weight: normal;
    font-display: swap;
}
.pager {
    clear: both;
    position: relative;
    height: 24px;
    text-align: center;
    font-size: 0;
    z-index: 1;
    *z-index: 3;
}
.pager.even.last_child {
    border-bottom: 0;
}
.pager a {
    display: inline-block;
    height: 24px;
    margin: 0 6px;
    color: #66697a;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: -0.1em;
    *display: inline;
    *zoom: 1;
}
.pager a:hover {
    text-decoration: none;
}
.pager a.first:hover,
.pager a.previous:hover,
.pager a.next:hover,
.pager a.last:hover {
    padding: 0;
}
.pager .first,
.pager .previous,
.pager .next,
.pager .last {
    display: inline-block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    text-indent: -10000px;
    border: 0;
}
.pager .previous {
    margin: 0;
    background: transparent url("images/btn_paging_prev.png") 50% 50% no-repeat;
}
.pager .next {
    background: transparent url("images/btn_paging_next.png") 50% 50% no-repeat;
}
.pager .current {
    display: inline-block;
    height: 24px;
    margin: 0 10px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    color: #0f3ea4;
    letter-spacing: -0.1em;
}
.pager .disabled {
    display: none;
}
.pager span,
.pager a,
.pager a:hover {
    display: inline-block;
    vertical-align: top;
}
* + html .pager {
    margin-top: 0;
}
.custom-select {
    position: relative;
    box-sizing: border-box;
    width: 154px;
    height: 46px;
}
.custom-select .selected {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 100%;
    letter-spacing: -0.5px;
    cursor: pointer;
    line-height: calc(46px - 1px);
    font-size: 16px;
    color: #040d23;
    border: 1px solid #c2cae7;
    border-radius: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(images/ico_select.png);
    background-position: 100% 0;
}
.custom-select .selected.active {
    color: #0449ba;
}
.opened .selected {
    background-position: 100% 100%;
}
.custom-select .select-items {
    display: none;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    padding: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    border: 1px solid #c2cae7;
    border-radius: 0;
    background-color: #fff;
}
.custom-select .select-items > div,
.custom-select .select-items > ul {
    overflow-y: auto;
    max-height: 120px;
    scrollbar-base-color: #c2cae7;
    scrollbar-arrow-color: #c2cae7;
    scrollbar-shadow-color: #c2cae7;
    scrollbar-highlight-color: #fff;
}
.custom-select .select-items > div::-webkit-scrollbar,
.custom-select .select-items > ul::-webkit-scrollbar {
    width: 6px;
}
.custom-select .select-items > div::-webkit-scrollbar-track,
.custom-select .select-items > ul::-webkit-scrollbar-track {
    background: #fff;
}
.custom-select .select-items > div::-webkit-scrollbar-thumb,
.custom-select .select-items > ul::-webkit-scrollbar-thumb {
    background: #c2cae7;
}
.custom-select .select-items > div::-webkit-scrollbar-button:start:decrement,
.custom-select .select-items > ul::-webkit-scrollbar-button:start:decrement {
    width: 0;
    height: 0;
    background: #fff;
}
.custom-select .select-items > div::-webkit-scrollbar-button:end:increment,
.custom-select .select-items > ul::-webkit-scrollbar-button:end:increment {
    width: 0;
    height: 0;
    background: #fff;
}
.custom-select .select-items label {
    display: block;
    box-sizing: border-box;
    position: relative;
}
.custom-select .select-items label input {
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
}
.custom-select .select-items label input:checked + span,
.custom-select .select-items label input:checked ~ span {
    color: #0449ba;
}
.custom-select .select-items label input:disabled + span,
.custom-select .select-items label input:disabled ~ span {
    cursor: default;
    pointer-events: none;
}
.custom-select .select-items span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #040d23;
    cursor: pointer;
}
.custom-select .select-items span:hover {
    color: #fff;
    background-color: #121322;
}
.opened .select-items {
    display: block;
}
.custom-input {
    position: relative;
    box-sizing: border-box;
    width: 154px;
    height: 46px;
}
.custom-input input[type="text"] {
    display: block;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    border: 1px solid #c2cae7;
    background-color: #fff;
    color: #040d23;
}
.custom-input input[type="text"]::placeholder {
    color: inherit;
}
.custom-select {
    position: relative;
    box-sizing: border-box;
    width: 154px;
    height: 46px;
}
.custom-select .selected {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 100%;
    letter-spacing: -0.5px;
    cursor: pointer;
    line-height: calc(46px - 1px);
    font-size: 16px;
    color: #040d23;
    border-radius: 0;
    background-color: #dadee5;
    background-repeat: no-repeat;
    background-image: url("images/ico_select.png");
    background-position: 100% 0;
}
.custom-select .selected.active {
    color: #0449ba;
}
.opened .selected {
    background-position: 100% 0;
}
.custom-select .select-items {
    display: none;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    padding: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    border: 1px solid #c2cae7;
    border-radius: 0;
    background-color: #fff;
}
.custom-select .select-items > div,
.custom-select .select-items > ul {
    overflow-y: auto;
    max-height: 120px;
    scrollbar-base-color: #c2cae7;
    scrollbar-arrow-color: #c2cae7;
    scrollbar-shadow-color: #c2cae7;
    scrollbar-highlight-color: #fff;
}
.custom-select .select-items > div::-webkit-scrollbar,
.custom-select .select-items > ul::-webkit-scrollbar {
    width: 6px;
}
.custom-select .select-items > div::-webkit-scrollbar-track,
.custom-select .select-items > ul::-webkit-scrollbar-track {
    background: #fff;
}
.custom-select .select-items > div::-webkit-scrollbar-thumb,
.custom-select .select-items > ul::-webkit-scrollbar-thumb {
    background: #c2cae7;
}
.custom-select .select-items > div::-webkit-scrollbar-button:start:decrement,
.custom-select .select-items > ul::-webkit-scrollbar-button:start:decrement {
    width: 0;
    height: 0;
    background: #fff;
}
.custom-select .select-items > div::-webkit-scrollbar-button:end:increment,
.custom-select .select-items > ul::-webkit-scrollbar-button:end:increment {
    width: 0;
    height: 0;
    background: #fff;
}
.custom-select .select-items label {
    display: block;
    box-sizing: border-box;
    position: relative;
}
.custom-select .select-items label input {
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
}
.custom-select .select-items label input:checked + span,
.custom-select .select-items label input:checked ~ span {
    color: #0449ba;
}
.custom-select .select-items label input:disabled + span,
.custom-select .select-items label input:disabled ~ span {
    cursor: default;
    pointer-events: none;
}
.custom-select .select-items span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #040d23;
    cursor: pointer;
}
.custom-select .select-items span:hover {
    color: #fff;
    background-color: #121322;
}
.opened .select-items {
    display: block;
}
.custom-input {
    position: relative;
    box-sizing: border-box;
    width: 154px;
    height: 46px;
}
.custom-input input[type="text"] {
    display: block;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    border: 1px solid #c2cae7;
    background-color: #fff;
    color: #040d23;
}
.custom-input input[type="text"]::placeholder {
    color: inherit;
}
.e-skip {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
.loaded .e-header .bg-cloud,
.loaded .e-header .bg-book,
.loaded .e-header .bg-char,
.loaded .e-header .bg-in {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0) skew(0, 0) rotate(0);
    transform: scale(1) translate(0, 0) skew(0, 0) rotate(0);
}
.yellow {
    color: #ffc46c !important;
}
.red {
    color: #e50009 !important;
}
.blue {
    color: #0449ba !important;
}
.light-blue {
    color: #04baed;
}
.mark {
    font-weight: 600;
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: #000;
}
button {
    border: 0;
    cursor: pointer;
}
.e-blind,
.e-header .title,
.bi a {
    font-size: 0;
    text-indent: -9999em;
}
.e-shadow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
}
.ellipsis1,
.e-header .period p,
.e-contents .period span,
.e-contents .txt span,
.e-contents .title-box .event-tit,
.e-contents .title-box .tit,
.e-contents .notice-list li,
.e-contents .attention .attention-title,
.e-contents #event1 .art1 .art1-box .box-title,
.e-contents #event1 .art1 .art1-box .box-text,
.e-contents #event1 .art1 .art1-box .box-bottom .tit span,
.e-contents #event1 .art1 .art1-box .gift-list .list-title,
.e-contents #event1 .art1 .art1-box .attention ul li,
.e-contents #event1 .art2 .art2-box .attention ul li,
.e-contents #event1 .art2 .special-gift .item-title span,
.e-contents #event1 .art2 .special-gift .item-list ul li,
.e-contents #event2 .event1 .change-event .right p,
.e-contents #event2 .event2 .safety-wrap .safety-box .safety-tit,
.e-contents #event2 .event2 .safety-wrap .safety-box .safety-txt,
.e-contents #event2 .event3 .upgrade-wrap .upgrade-box .upgrade-tit,
.e-contents #event2 .special-event .title-box .sub-txt,
.e-contents #event2 .special-event .title-box .tit-txt,
.e-contents #event2 .new-event .title-box .sub-txt,
.e-contents #event2 .new-event .ranking-table-wrap .ranking-bot .rank-box .tit,
.e-contents #ranking .ranking-box .mypoint,
.e-contents #ranking .ranking-box .mypoint strong,
.e-contents #ranking .ranking-box .ranker-list li .nick,
.e-contents #ranking .ranking-box .ranker-list li .score em,
.e-contents #sales .item-list p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.ellipsis2,
.e-contents .period2 span,
.e-contents .txt2 span,
.e-contents .title-box .tit2,
.e-contents #event1 .art1 .art1-box .gift-list .list-text,
.e-contents #event2 .event2 .safety-wrap .safety-box .safety-txt em,
.e-contents #sales .capsule-wrap .package-box p {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.ellipsis3,
.e-contents #event1 .art2 .text,
.e-contents #event2 .event3 .upgrade-wrap .upgrade-box .upgrade-txt {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.ellipsis4 {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.e-container * {
    box-sizing: border-box;
}
.e-header {
    position: relative;
    width: 100%;
    height: 819px;
    min-width: 1280px;
    max-width: 1920px;
    margin: auto;
    background: url("../../images/bg_header.jpg") center 0 no-repeat;
}
.e-header::before {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/char.png") center no-repeat;
    z-index: 5;
    animation: opacity_bg 1s 0.2s linear forwards;
}
.e-header .e-main {
    display: block;
    width: 1199px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0;
    animation: opacity_bg 1s 0.3s linear forwards;
}
.e-header .title {
    position: absolute;
    top: 158px;
    left: 50%;
    transform: translateX(-50%);
    width: 943px;
    height: 405px;
    background: url("../../images/img_title.png") center no-repeat;
}
.e-header .period {
    position: absolute;
    top: 608px;
    left: 50%;
    transform: translateX(-50%);
}
.e-header .period p {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    letter-spacing: -0.5px;
}
.e-header .period p span {
    display: block;
    font-size: 22px;
    color: #ffeb06;
    font-weight: 700;
    margin-right: 10px;
}
.e-header #fire,
.e-header #snow {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
}
.e-header #canvas {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 50%;
    width: 100%;
    display: block;
    transform: translateX(-50%);
    pointer-events: none;
}
.e-header .cover {
    position: absolute;
    z-index: 15;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: opacity 1.7s linear;
    transition: opacity 1.7s linear;
}
.loaded .e-header .bi,
.loaded .e-header .e-quick,
.loaded .e-header #canvas {
    opacity: 1;
}
.loaded .e-header .cover {
    opacity: 0;
    z-index: 0;
}
.bi {
    width: 561px;
    height: 261px;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 5;
}
.bi a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/templates/Web/DivinityMU/TaroMU/2024/images/badge/taromu.png?v=1) 50% 0 no-repeat;
    background-size: 500px;
}
.e-quick {
    overflow: hidden;
    position: absolute;
    z-index: 5;
    font-size: 0;
    top: 50px;
    right: 45px;
}
.e-quick a,
.e-quick #closeToday,
.e-quick input[type="checkbox"] + label,
.e-quick input[type="checkbox"] + span {
    display: inline-block;
    overflow: hidden;
    background-image: url("../../images/img_util.png");
    background-repeat: no-repeat;
}
.e-quick #closeToday,
.e-quick input[type="checkbox"] + label,
.e-quick input[type="checkbox"] + span {
    background: url("../../images/check.png") no-repeat;
}
.e-quick a {
    width: 48px;
    height: 48px;
}
.e-quick a:hover {
    background-position-y: 100%;
}
.e-quick input[type="checkbox"] + label,
.e-quick input[type="checkbox"] + span {
    display: block;
    cursor: pointer;
    position: relative;
    width: auto;
    height: 48px;
}
.e-quick input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}
.e-quick input[type="checkbox"]:checked + label,
.e-quick input[type="checkbox"]:checked + span {
    background-position-y: 100%;
}
.e-quick #closeToday {
    padding-right: 20px;
}
.e-quick .btn-home {
    margin-right: 7px;
    background-position: -220px 0;
}
.e-quick .btn-down {
    background-position: 100% 0;
}
.e-quick input[type="checkbox"] + span {
    font-size: 14px;
    line-height: 47px;
    color: #fff;
    padding-left: 24px;
}
.floating-nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 67px;
    background: url("../../images/bg_nav.png") 0 0 repeat-x;
    box-shadow: 0 0 15px #000;
}
.floating-nav.active {
    position: fixed;
    top: 0;
    left: 0;
}
.floating-nav ul {
    width: 1063px;
    height: 100%;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.floating-nav li {
    position: relative;
    display: inline-block;
    width: 33.33%;
    height: 100%;
    background: url("../../images/img_nav.png") 0 0 no-repeat;
}
.floating-nav li:hover {
    background-position-y: 100%;
}
.floating-nav li.current {
    background-position-y: 100%;
}
.floating-nav li:nth-child(2) {
    background-position-x: 50%;
}
.floating-nav li:nth-child(2).current:hover::before {
    background-position-x: 50%;
}
.floating-nav li:nth-child(3) {
    background-position-x: 100%;
}
.floating-nav li:nth-child(3).current:hover::before {
    background-position-x: 100%;
}
.floating-nav a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
}
@keyframes opacityani {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes opacity_bg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.e-contents {
    min-width: 1280px;
    max-width: 1920px;
    margin: auto;
}
.e-contents .section {
    position: relative;
}
.e-contents .btn-shop {
    display: block;
    position: absolute;
    bottom: 184px;
    left: 50%;
    transform: translateX(-50%);
    width: 214px;
    height: 58px;
    background-image: url("../../images/btn_shop.png");
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: -9999em;
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
}
.e-contents .btn-shop:hover {
    background-position: 0 100%;
}
.e-contents .e-btns {
    position: absolute;
    left: 0;
    bottom: -134px;
    width: 100%;
    text-align: center;
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
}
.e-contents .e-btns button {
    width: 215px;
    height: 58px;
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    font-size: 19px;
    background: transparent;
    background-image: url("../../images/btn_ranking.png");
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: -9999em;
}
.e-contents .e-btns button.btn-notice {
    background-position-x: 100%;
}
.e-contents .e-btns button:hover {
    background-position-y: 100%;
}
.btn-top {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: 10;
    position: absolute;
    right: 40px;
    bottom: 68px;
    width: 83px;
    height: 83px;
    background: url(images/btn_top.png) no-repeat;
    cursor: pointer;
}
.btn-top.active {
    position: fixed;
    opacity: 1;
}
.btn-top:hover {
    background-position-y: 100%;
}
footer {
    height: 68px;
    background-color: #000;
}
footer p {
    text-align: center;
    line-height: 68px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}
.pager .first,
.pager .previous,
.pager .next,
.pager .last {
    width: 30px;
    height: 24px;
    background: url("../../images/pager.png") -10px 0 no-repeat;
}
.pager .previous {
    background-position-x: -42px;
}
.pager .next {
    background-position-x: -87px;
}
.pager .last {
    background-position-x: -120px;
}
.pager .current {
    text-decoration: underline;
    letter-spacing: 0;
    margin: 0 6px;
}
.pager a {
    letter-spacing: 0;
}
.clearfix {
    content: "";
    overflow: hidden;
    display: table;
    clear: both;
}
.e-contents {
    width: 100%;
}
.e-contents .section {
    position: relative;
    background: center 0 no-repeat;
    text-align: center;
}
.e-contents .period,
.e-contents .txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 1280px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    padding: 0 13px;
    background-color: #b51e21;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
}
.e-contents .period::before,
.e-contents .period::after,
.e-contents .txt::before,
.e-contents .txt::after {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 35px;
    top: 0;
    background-repeat: no-repeat;
}
.e-contents .period::before,
.e-contents .txt::before {
    left: -24px;
    background-image: url("../../images/period_bg_left.png");
}
.e-contents .period::after,
.e-contents .txt::after {
    right: -24px;
    background-image: url("../../images/period_bg_right.png");
}
.e-contents .period span,
.e-contents .txt span {
    display: block;
    max-width: 1280px;
}
.e-contents .period2,
.e-contents .txt2 {
    height: 60px;
    line-height: 24px;
    padding: 5px 13px 0;
}
.e-contents .period2::before,
.e-contents .period2::after,
.e-contents .txt2::before,
.e-contents .txt2::after {
    width: 58px;
    height: 60px;
}
.e-contents .period2::before,
.e-contents .txt2::before {
    left: -56px;
    background-image: url("../../images/period_bg_left2.png");
}
.e-contents .period2::after,
.e-contents .txt2::after {
    right: -56px;
    background-image: url("../../images/period_bg_right2.png");
}
.e-contents .period2 span,
.e-contents .txt2 span {
    height: 50px;
}
.e-contents .title-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.e-contents .title-box .event-tit {
    width: auto;
    margin: auto;
    font-size: 28px;
    font-weight: 700;
    color: #ffc46c;
    position: relative;
    display: inline-block;
    overflow: visible;
}
.e-contents .title-box .event-tit::before,
.e-contents .title-box .event-tit::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 123px;
    height: 13px;
}
.e-contents .title-box .event-tit::before {
    left: -130px;
    background-image: url("../../images/deco_line.png");
    background-repeat: no-repeat;
}
.e-contents .title-box .event-tit::after {
    right: -130px;
    background-image: url("../../images/deco_line.png");
    transform: translateY(-50%) scaleX(-1);
}
.e-contents .title-box .tit {
    font-family: "YeogiOttaeJalnan", "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", "Tahoma", "Arial", "sans-serif";
    height: 110px;
    font-size: 80px;
    font-weight: 700;
    color: #fff;
}
.e-contents .title-box .tit2 {
    height: 180px;
    line-height: 84px;
}
.e-contents .notice-list {
    position: absolute;
    text-align: left;
    width: 1065px;
    left: 50%;
    transform: translateX(-50%);
}
.e-contents .notice-list li {
    position: relative;
    color: #9bc9ff;
    line-height: 24px;
    padding-left: 20px;
}
.e-contents .notice-list li::before {
    content: "";
    position: absolute;
    left: 0;
}
.e-contents .attention {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}
.e-contents .attention .attention-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-left: 30px;
}
.e-contents .attention .attention-title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
}
.e-contents .attention ul li {
    position: relative;
    padding-left: 10px;
}
.e-contents .attention ul li::before {
    content: "";
    position: absolute;
    left: 0;
}
.e-contents .dimmed {
    display: none;
    position: absolute;
    width: 100%;
    height: 708px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background-color: rgba(5, 21, 40, 0.9);
}
.e-contents .dimmed p {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
    z-index: 10;
    text-shadow: 0 0 30px #000;
}
.e-contents .dimmed.open {
    display: block;
}
.e-contents .blur {
    filter: blur(5px);
    cursor: auto;
    pointer-events: none;
}
.e-contents .ranking-dim {
    position: relative;
    width: 1300px;
    height: 483px;
    left: 50%;
    top: 72px;
    transform: translateX(-50%);
    background-position: 50% -2892px;
    background-repeat: no-repeat;
    background-image: url("../../images/img_event2_2.jpg");
    filter: blur(5px);
}
.e-contents .ranking-dim::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 21, 40, 0.9);
    pointer-events: none;
}
.e-contents #event1 {
    margin-top: 50px;
}
.e-contents #event1 .art1 {
    background: url("../../images/img_event1_1.jpg") center no-repeat;
}
.e-contents #event1 .art2 {
    background: url("../../images/img_event1_2.jpg") center no-repeat;
}
.e-contents #event1 .art1 {
    height: 3764px;
}
.e-contents #event1 .art1 .title-box {
    top: 87px;
}
.e-contents #event1 .art1 .title-box .event-tit {
    width: auto;
}
.e-contents #event1 .art1 .title-box .period {
    margin: 0;
}
.e-contents #event1 .art1 .title-box .txt {
    top: 300px;
    height: auto;
    line-height: 26px;
    margin: 0;
    background-color: transparent;
}
.e-contents #event1 .art1 .title-box .txt::before,
.e-contents #event1 .art1 .title-box .txt::after {
    display: none;
}
.e-contents #event1 .art1 .text {
    position: relative;
    top: 80px;
    color: #093e9d;
    font-size: 18px;
}
.e-contents #event1 .art1 .art1-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1063px;
    height: 762px;
}
.e-contents #event1 .art1 .art1-box .box-title {
    height: 110px;
    line-height: 120px;
    color: #0f3ea4;
    font-size: 34px;
    font-weight: 700;
    padding: 0 20px;
}
.e-contents #event1 .art1 .art1-box .box-text {
    color: #000;
    font-size: 20px;
    line-height: 27px;
    padding: 0 20px;
}
.e-contents #event1 .art1 .art1-box .box-bottom {
    margin-top: 473px;
    padding-top: 36px;
}
.e-contents #event1 .art1 .art1-box .box-bottom .tit {
    position: relative;
    display: inline-block;
}
.e-contents #event1 .art1 .art1-box .box-bottom .tit::before,
.e-contents #event1 .art1 .art1-box .box-bottom .tit::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 17px;
    background-image: url("../../images/deco_item.png");
    background-repeat: no-repeat;
}
.e-contents #event1 .art1 .art1-box .box-bottom .tit::before {
    left: -20px;
}
.e-contents #event1 .art1 .art1-box .box-bottom .tit::after {
    right: -20px;
}
.e-contents #event1 .art1 .art1-box .box-bottom .tit span {
    margin: 0 auto;
    padding: 0 5px;
    color: #0f3ea4;
    font-size: 25px;
    font-weight: 700;
}
.e-contents #event1 .art1 .art1-box .box-bottom ul {
    margin-top: 18px;
}
.e-contents #event1 .art1 .art1-box .box-bottom ul li {
    color: #050505;
    font-size: 18px;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
}
.e-contents #event1 .art1 .art1-box .gift-box {
    position: absolute;
    top: 232px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
}
.e-contents #event1 .art1 .art1-box .gift-box .gift-title {
    width: 704px;
    height: 78px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 600;
}
.e-contents #event1 .art1 .art1-box .gift-box .gift-title sub {
    font-size: 18px;
    vertical-align: baseline;
}
.e-contents #event1 .art1 .art1-box .gift-box .gift-wrap {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    gap: 89px;
    width: 733px;
    left: 52%;
    top: 174px;
    transform: translateX(-50%);
}
.e-contents #event1 .art1 .art1-box .gift-box .gift-wrap p {
    color: #fff;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.e-contents #event1 .art1 .art1-box .gift-box .gift-wrap p.tit {
    font-size: 24px;
    font-weight: 700;
    color: #1792a9;
    text-shadow: 0 -1.5px 0 #0c4d59;
}
.e-contents #event1 .art1 .art1-box .gift-box .gift-wrap p:nth-child(2) {
    padding: 60px 0 8px;
}
.e-contents #event1 .art1 .art1-box .gift-box .gift-wrap p b {
    font-size: 20px;
}
.e-contents #event1 .art1 .art1-box .gift-box .gift-wrap sub {
    font-size: 16px;
    vertical-align: baseline;
}
.e-contents #event1 .art1 .art1-box .gift-box .gift-wrap > div {
    width: 190px;
}
.e-contents #event1 .art1 .art1-box .gift-list {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 800px;
    top: 725px;
    left: 50%;
    transform: translateX(-50%);
}
.e-contents #event1 .art1 .art1-box .gift-list > * {
    padding: 0 20px;
}
.e-contents #event1 .art1 .art1-box .gift-list .list-title {
    color: #fff;
    font-size: 24px;
    height: 56px;
    line-height: 52px;
    font-weight: 700;
}
.e-contents #event1 .art1 .art1-box .gift-list .list-text {
    color: #000;
    font-size: 18px;
    margin: 20px auto;
}
.e-contents #event1 .art1 .art1-box .gift-list .left-list {
    width: 276px;
}
.e-contents #event1 .art1 .art1-box .gift-list .left-list ul li {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 62px;
    width: 80%;
    border-bottom: 1px solid #96dff4;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.e-contents #event1 .art1 .art1-box .gift-list .left-list ul li:last-child {
    border-bottom: 0;
}
.e-contents #event1 .art1 .art1-box .gift-list .right-list {
    width: 503px;
}
.e-contents #event1 .art1 .art1-box .gift-list .right-list table {
    max-width: 452px;
    width: 452px;
    margin: 0 auto;
}
.e-contents #event1 .art1 .art1-box .gift-list .right-list table thead th {
    height: 33px;
    background-color: #0e2e73;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.e-contents #event1 .art1 .art1-box .gift-list .right-list table tr {
    color: #0e2e73;
}
.e-contents #event1 .art1 .art1-box .gift-list .right-list table tr:nth-child(odd) {
    background-color: transparent;
}
.e-contents #event1 .art1 .art1-box .gift-list .right-list table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.08);
}
.e-contents #event1 .art1 .art1-box .gift-list .right-list table td {
    height: 30px;
    font-weight: 500;
}
.e-contents #event1 .art1 .art1-box .gift-list .right-list table td:nth-child(odd) {
    border-right: 1px solid #ededed;
}
.e-contents #event1 .art1 .art1-box .attention {
    top: 1210px;
    width: 75%;
    text-align: left;
}
.e-contents #event1 .art1 .art1-box .attention .attention-title {
    color: #04bbef;
    text-transform: uppercase;
    font-weight: 700;
}
.e-contents #event1 .art1 .art1-box .attention .attention-title::before {
    background: url("../../images/ico_caution.png") no-repeat;
}
.e-contents #event1 .art1 .art1-box .attention ul li {
    color: #000;
    font-size: 18px;
    line-height: 26px;
}
.e-contents #event1 .art1 .art1-box.box1 {
    top: 488px;
}
.e-contents #event1 .art1 .art1-box.box2 {
    top: 1337px;
}
.e-contents #event1 .art1 .art1-box.box2 .box-title {
    height: 124px;
    line-height: 136px;
}
.e-contents #event1 .art1 .art1-box.box2 .box-bottom {
    padding-top: 32px;
}
.e-contents #event1 .art1 .art1-box.box3 {
    top: 2199px;
    height: 1462px;
}
.e-contents #event1 .art1 .art1-box.box3 .box-title {
    height: 110px;
    line-height: 136px;
}
.e-contents #event1 .art2 {
    position: relative;
    height: 2442px;
}
.e-contents #event1 .art2 > .title-box {
    top: 214px;
}
.e-contents #event1 .art2 > .title-box .event-tit {
    width: auto;
}
.e-contents #event1 .art2 > .title-box .txt {
    position: absolute;
    top: 240px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    margin-top: 0;
}
.e-contents #event1 .art2 > .title-box .txt::before,
.e-contents #event1 .art2 > .title-box .txt::after {
    display: none;
}
.e-contents #event1 .art2 .text {
    position: relative;
    top: 100px;
    max-width: 1050px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
}
.e-contents #event1 .art2 .art2-box {
    position: absolute;
    width: 100%;
    max-width: 1280px;
    top: 574px;
    left: 50%;
    transform: translateX(-50%);
}
.e-contents #event1 .art2 .art2-box .box-table {
    position: relative;
}
.e-contents #event1 .art2 .art2-box .box-table table {
    width: 1063px;
    margin: 0 auto 20px;
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap {
    height: 230px;
    text-overflow: ellipsis;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap::-webkit-scrollbar {
    width: 7px;
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #fff;
    border-radius: 10px;
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(238, 238, 238, 0.3);
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap p {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap-img {
    max-width: 255px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap-medium {
    height: 260px;
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap-long {
    height: 308px;
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap.items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap.items ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px;
    gap: 4px;
    width: 50%;
    text-align: left;
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap.items ul li {
    position: relative;
    padding-left: 10px;
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap.items ul li::before {
    content: "";
    position: absolute;
    left: 0;
}
.e-contents #event1 .art2 .art2-box .box-table table .td-wrap.items ul li > em {
    color: #ffde00;
}
.e-contents #event1 .art2 .art2-box .box-table table th {
    height: 76px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.e-contents #event1 .art2 .art2-box .box-table table th:last-child {
    border-right: 0;
}
.e-contents #event1 .art2 .art2-box .box-table table td {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.e-contents #event1 .art2 .art2-box .box-table table td:last-child {
    border-right: 0;
    font-weight: normal;
    line-height: 24px;
}
.e-contents #event1 .art2 .art2-box .box-table table td.level {
    font-size: 24px;
    font-weight: 600;
}
.e-contents #event1 .art2 .art2-box .box-table table td img {
    display: block;
    margin: 0 auto;
}
.e-contents #event1 .art2 .art2-box .notice-list li {
    color: #9c9c9c;
}
.e-contents #event1 .art2 .art2-box .attention {
    top: 560px;
    width: 1065px;
    text-align: left;
}
.e-contents #event1 .art2 .art2-box .attention .attention-title {
    color: #fff;
}
.e-contents #event1 .art2 .art2-box .attention .attention-title::before {
    background: url("../../images/ico_caution2.png") no-repeat;
}
.e-contents #event1 .art2 .art2-box .attention ul li {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.e-contents #event1 .art2 .special-gift {
    top: 1600px;
    width: 100%;
    max-width: 1280px;
}
.e-contents #event1 .art2 .special-gift .item-box {
    position: absolute;
    top: 202px;
    left: 50%;
    transform: translateX(-50%);
    width: 1065px;
    height: 270px;
}
.e-contents #event1 .art2 .special-gift .item-title {
    display: inline-block;
    position: relative;
    height: 76px;
    line-height: 76px;
}
.e-contents #event1 .art2 .special-gift .item-title span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.e-contents #event1 .art2 .special-gift .item-list {
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
    height: 197px;
}
.e-contents #event1 .art2 .special-gift .item-list ul {
    margin-top: 20px;
}
.e-contents #event1 .art2 .special-gift .item-list ul li {
    max-width: 390px;
    text-align: left;
    color: #fff;
    padding: 0 20px;
    line-height: 35px;
}
.e-contents #event1 .art2 .special-gift .item-list ul li::before {
    content: "";
    padding-right: 10px;
}
.e-contents #event1 .art2 .special-gift .item-list ul li span.yellow {
    color: #fff !important;
}
.e-contents #event1 .art2 .special-gift .notice-list {
    top: 488px;
}
.e-contents #event2 {
    margin-top: 65px;
}
.e-contents #event2 .art1 {
    position: relative;
    background: url("../../images/img_event2_1.jpg") center no-repeat;
}
.e-contents #event2 .art2 {
    position: relative;
    background: url("../../images/img_event2_2.jpg") center no-repeat;
}
.e-contents #event2 .art1 {
    height: 3253px;
}
.e-contents #event2 .art2 {
    height: 3734px;
}
.e-contents #event2 .event1 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    height: 1272px;
}
.e-contents #event2 .event1 .title-box {
    top: 110px;
}
.e-contents #event2 .event1 .event-txt {
    width: 100%;
    position: absolute;
    top: 420px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}
.e-contents #event2 .event1 .event-txt .notice {
    margin-top: 12px;
    color: #fff000;
}
.e-contents #event2 .event1 .change-event {
    position: absolute;
    top: 590px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 600px;
    height: 495px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.e-contents #event2 .event1 .change-event .change-box {
    height: 510px;
    text-align: center;
}
.e-contents #event2 .event1 .change-event .change-box ul li {
    font-size: 16px;
    color: #c0c2ff;
    margin-top: 12px;
    position: relative;
}
.e-contents #event2 .event1 .change-event .center {
    align-self: flex-end;
    width: 128px;
    height: 95px;
    margin: 0;
    margin-left: 118px;
    margin-bottom: 76px;
    padding: 0;
}
.e-contents #event2 .event1 .change-event .center p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.e-contents #event2 .event1 .change-event .center p.yellow {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff046 !important;
}
.e-contents #event2 .event1 .change-event .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.e-contents #event2 .event1 .change-event .right p {
    color: #8186ff;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.e-contents #event2 .event1 .change-event .right ul {
    text-align: left;
    padding-left: 15px;
    overflow: hidden;
    margin-bottom: 52px;
}
.e-contents #event2 .event1 .change-event .right ul li::before {
    position: absolute;
    left: -15px;
}
.e-contents #event2 .event1 .change-event .right ul li:nth-child(1)::before {
    content: "1.";
}
.e-contents #event2 .event1 .change-event .right ul li:nth-child(2)::before {
    content: "2.";
}
.e-contents #event2 .event1 .change-event .right ul li:nth-child(3)::before {
    content: "3.";
}
.e-contents #event2 .event1 .change-event .right ul li:nth-child(4)::before {
    content: "4.";
}
.e-contents #event2 .event2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    height: 945px;
}
.e-contents #event2 .event2 .safety-wrap {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 1064px;
    height: 456px;
}
.e-contents #event2 .event2 .safety-wrap .safety-box {
    width: 50%;
    height: 456px;
}
.e-contents #event2 .event2 .safety-wrap .safety-box .safety-tit {
    font-size: 34px;
    line-height: 45px;
    color: #0f3ea4;
    height: 50px;
    font-weight: 700;
    margin: 58px 0 240px;
}
.e-contents #event2 .event2 .safety-wrap .safety-box .safety-txt {
    font-size: 20px;
    color: #333;
    height: 111px;
    padding-top: 30px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 70px;
}
.e-contents #event2 .event2 .safety-wrap .safety-box .safety-txt em {
    display: block;
    height: 42px;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
}
.e-contents #event2 .event2 .notice-list {
    top: 826px;
}
.e-contents #event2 .event3 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 921px;
}
.e-contents #event2 .event3 .title-box {
    top: 50px;
}
.e-contents #event2 .event3 .title-box .txt {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}
.e-contents #event2 .event3 .title-box .normal-txt {
    position: absolute;
    top: 280px;
    width: 100%;
    font-size: 18px;
    color: #fff;
}
.e-contents #event2 .event3 .upgrade-wrap {
    position: absolute;
    top: 408px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 1063px;
    height: 455px;
}
.e-contents #event2 .event3 .upgrade-wrap .upgrade-box {
    display: block;
    float: left;
    width: 50%;
    height: 455px;
    margin: 0 auto;
}
.e-contents #event2 .event3 .upgrade-wrap .upgrade-box .upgrade-tit {
    font-size: 34px;
    line-height: 45px;
    color: #0f3ea4;
    height: 50px;
    margin: 50px 0 235px;
    font-weight: 700;
    padding: 0 70px;
}
.e-contents #event2 .event3 .upgrade-wrap .upgrade-box .upgrade-txt {
    font-size: 20px;
    color: #333;
    height: 118px;
    line-height: 28px;
    font-weight: 500;
    padding: 0 70px;
}
.e-contents #event2 .event3 .upgrade-wrap .upgrade-box .upgrade-txt em {
    font-weight: 500;
}
.e-contents #event2 .special-event {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    height: 1276px;
}
.e-contents #event2 .special-event .title-box {
    top: 192px;
}
.e-contents #event2 .special-event .title-box .sub-txt {
    margin: 40px 0 5px;
    font-size: 30px;
    font-weight: 600;
    color: #a5d6ff;
}
.e-contents #event2 .special-event .title-box .tit-txt {
    height: 50px;
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
}
.e-contents #event2 .special-event .title-box .txt em {
    color: #ffe514;
}
.e-contents #event2 .special-event .notice-list {
    top: 1080px;
    width: auto;
    max-width: 1065px;
}
.e-contents #event2 .special-event .notice-list li {
    font-size: 18px;
    color: #a3a8b5;
}
.e-contents #event2 .new-event {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    height: 2345px;
}
.e-contents #event2 .new-event .title-box .sub-txt {
    margin: 20px 0 5px;
    font-size: 26px;
    font-weight: 600;
    color: #a5d6ff;
    overflow: visible;
}
.e-contents #event2 .new-event .title-box .txt {
    position: absolute;
    top: 350px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
}
.e-contents #event2 .new-event .title-box .txt::before,
.e-contents #event2 .new-event .title-box .txt::after {
    display: none;
}
.e-contents #event2 .new-event .howto-box {
    position: absolute;
    top: 386px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.e-contents #event2 .new-event .howto-box .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: 26px auto 18px;
    line-height: 35px;
    font-size: 25px;
    font-weight: 700;
    color: #fbf4ea;
}
.e-contents #event2 .new-event .howto-box .tit .dot {
    display: inline-block;
    background-color: #fbf4ea;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: 5px;
    margin-right: 8px;
}
.e-contents #event2 .new-event .howto-box ul li {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
}
.e-contents #event2 .new-event .howto-box ul li .yellow {
    color: #ffc46c !important;
    font-size: 16px;
}
.e-contents #event2 .new-event .ranking-table-wrap {
    display: block;
    position: absolute;
    width: 1070px;
    height: 880px;
    top: 640px;
    left: 50%;
    transform: translateX(-50%);
}
.e-contents #event2 .new-event .ranking-table-wrap .ranking-top {
    display: flex;
    justify-content: space-between;
    width: 1070px;
    height: 356px;
}
.e-contents #event2 .new-event .ranking-table-wrap .ranking-top .rank-box {
    width: 533px;
}
.e-contents #event2 .new-event .ranking-table-wrap .ranking-top .rank-box p {
    margin-top: 24px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 6px #fff;
    padding: 0 195px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.e-contents #event2 .new-event .ranking-table-wrap .ranking-top .rank-box .item-txt {
    margin-top: 156px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    padding: 0 10px;
    font-weight: normal;
    text-shadow: unset;
}
.e-contents #event2 .new-event .ranking-table-wrap .ranking-bot {
    position: absolute;
    top: 493px;
    display: flex;
    justify-content: space-between;
    width: 1070px;
    height: 280px;
}
.e-contents #event2 .new-event .ranking-table-wrap .ranking-bot .rank-box {
    width: 353px;
    height: 280px;
}
.e-contents #event2 .new-event .ranking-table-wrap .ranking-bot .rank-box .tit {
    font-size: 26px;
    color: #fff;
    height: 58px;
    margin-top: 12px;
    line-height: 47px;
    font-weight: 700;
    text-shadow: 1px 1px 8px #fff;
}
.e-contents #event2 .new-event .ranking-table-wrap .ranking-bot .rank-box ul {
    margin-top: 148px;
}
.e-contents #event2 .new-event .ranking-table-wrap .ranking-bot .rank-box ul li {
    font-size: 15px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.e-contents #event2 .new-event .ranking-table-wrap .ranking-bot .notice-list {
    top: 295px;
}
.e-contents #event2 .new-event .ranking-table-wrap .notice-list {
    top: 366px;
}
.e-contents #event2 .new-event .ranking-table-wrap .notice-list li {
    color: #a3aab6;
}
.e-contents #event3 {
    margin-top: 65px;
}
.e-contents #event3 .art1 {
    position: relative;
    background: url("../../images/img_event3_1.jpg") center no-repeat;
}
.e-contents #event3 .art2 {
    position: relative;
    background: url("../../images/img_event3_2.jpg") center no-repeat;
}
.e-contents #event3 .art1 {
    height: 2152px;
}
.e-contents #event3 .art2 {
    height: 2592px;
}
.e-contents #event3 .event1 {
    position: relative;
}
.e-contents #event3 .event1 .title-box {
    top: 193px;
}
.e-contents #event3 .event1 .price-wrap {
    position: absolute;
    text-align: left;
    top: 757px;
    width: 1063px;
    height: 180px;
    left: 50%;
    transform: translateX(-50%);
}
.e-contents #event3 .event1 .price-wrap ul {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 14px;
}
.e-contents #event3 .event1 .price-wrap ul li {
    padding: 16px;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}
.e-contents #event3 .event1 .price-wrap ul li .price-title {
    font-size: 25px;
    font-weight: 700;
    color: #04baed;
}
.e-contents #event3 .event1 .price-wrap ul li .price-sub {
    font-size: 14px;
    color: #9c9c9c;
}
.e-contents #event3 .event1 .price-wrap ul li .price {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-top: 28px;
}
.e-contents #event3 .event1 .price-wrap .notice {
    position: relative;
    color: #9bc9ff;
    line-height: 24px;
    padding-left: 20px;
    margin-top: 16px;
}
.e-contents #event3 .event1 .price-wrap .notice::before {
    content: "";
    position: absolute;
    left: 0;
}
.e-contents #event3 .event1 .seed-wrap {
    position: absolute;
    top: 1038px;
    left: 50%;
    transform: translateX(-50%);
}
.e-contents #event3 .event1 .seed-wrap .seed-title {
    font-size: 40px;
    font-weight: 700;
    color: #04baed;
    margin-bottom: 12px;
}
.e-contents #event3 .event1 .seed-wrap ul {
    width: 704px;
    height: 204px;
    display: flex;
    gap: 14px;
    margin-top: 83px;
}
.e-contents #event3 .event1 .seed-wrap ul li {
    width: 50%;
    padding: 24px 0;
    color: #04baed;
    font-size: 24px;
    font-weight: 700;
}
.e-contents #event3 .event2 {
    position: relative;
}
.e-contents #event3 .event2 .title-box {
    top: 1600px;
}
.e-contents #event3 .event2 .price-wrap {
    position: absolute;
    text-align: left;
    top: 1859px;
    width: 1063px;
    height: 434px;
    left: 50%;
    transform: translateX(-50%);
}
.e-contents #event3 .event2 .price-wrap ul {
    height: 100%;
    display: flex;
    gap: 68px;
}
.e-contents #event3 .event2 .price-wrap ul li {
    width: 50%;
    padding: 36px 44px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.e-contents #event3 .event2 .price-wrap ul li .price-title {
    font-size: 25px;
    font-weight: 700;
    color: #04baed;
    text-align: center;
}
.e-contents #event3 .event2 .price-wrap ul li .price-info {
    width: 100%;
    height: 220px;
    margin-bottom: 16px;
    font-size: 18px;
    padding: 12px 4px;
    line-height: 24px;
    box-sizing: border-box;
}
.e-contents #event3 .event2 .price-wrap ul li .price {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.e-contents #ranking {
    position: absolute;
    top: 2821px;
    left: 50%;
    transform: translateX(-50%);
}
.e-contents #ranking .myranking {
    position: absolute;
    left: 5px;
    top: 41px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.e-contents #ranking .ranking-box {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    width: 1070px;
    height: 552px;
    transform: translateX(-50%);
}
.e-contents #ranking .ranking-box .tit {
    position: absolute;
    top: 21px;
    left: 77px;
    font-size: 0;
}
.e-contents #ranking .ranking-box .mypoint {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 211px;
    top: 30px;
    width: 188px;
    height: 40px;
    font-size: 18px;
    color: #b5e1ff;
    line-height: 39px;
    text-align: center;
    background-color: #00112f;
}
.e-contents #ranking .ranking-box .mypoint strong {
    display: block;
    max-width: 100px;
    padding-right: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.e-contents #ranking .ranking-box .update {
    position: absolute;
    top: 53px;
    right: 0;
    color: #dbeafd8f;
    font-size: 16px;
    text-align: left;
}
.e-contents #ranking .ranking-box .ranker-list {
    position: absolute;
    top: 82px;
    left: 0;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 51px;
}
.e-contents #ranking .ranking-box .ranker-list li {
    position: absolute;
    width: 163px;
    height: 241px;
    padding-top: 148px;
    text-align: center;
}
.e-contents #ranking .ranking-box .ranker-list li + li {
    margin-left: 17px;
}
.e-contents #ranking .ranking-box .ranker-list li:nth-child(1) {
    left: 53px;
}
.e-contents #ranking .ranking-box .ranker-list li:nth-child(2) {
    left: 237px;
}
.e-contents #ranking .ranking-box .ranker-list li:nth-child(3) {
    left: 436px;
}
.e-contents #ranking .ranking-box .ranker-list li:nth-child(4) {
    left: 637px;
}
.e-contents #ranking .ranking-box .ranker-list li:nth-child(5) {
    left: 837px;
}
.e-contents #ranking .ranking-box .ranker-list li:nth-child(6) {
    top: 230px;
    left: 37px;
}
.e-contents #ranking .ranking-box .ranker-list li:nth-child(7) {
    top: 230px;
    left: 237px;
}
.e-contents #ranking .ranking-box .ranker-list li:nth-child(8) {
    top: 230px;
    left: 436px;
}
.e-contents #ranking .ranking-box .ranker-list li:nth-child(9) {
    top: 230px;
    left: 637px;
}
.e-contents #ranking .ranking-box .ranker-list li:nth-child(10) {
    top: 230px;
    left: 837px;
}
.e-contents #ranking .ranking-box .ranker-list li span {
    display: block;
}
.e-contents #ranking .ranking-box .ranker-list li .nick {
    font-size: 20px;
    color: #b5e1ff;
    line-height: 28px;
}
.e-contents #ranking .ranking-box .ranker-list li .score {
    margin: 4px 0 0;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.e-contents #ranking .ranking-box .ranker-list li .score em {
    display: block;
    width: 111px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.e-contents #sales {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1035px;
}
.e-contents #sales .title-box {
    top: 120px;
}
.e-contents #sales .capsule-wrap {
    position: absolute;
    top: 714px;
    left: -14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1063px;
}
.e-contents #sales .capsule-wrap .package-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 345px;
    height: 206px;
}
.e-contents #sales .capsule-wrap .package-box .title {
    line-height: 28px;
    font-size: 25px;
    color: #242424;
    font-weight: 700;
}
.e-contents #sales .capsule-wrap .package-box .txt1 {
    font-size: 14px;
    color: #9c9c9c;
    margin-top: 2px;
}
.e-contents #sales .capsule-wrap .package-box .txt2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    color: #242424;
    font-weight: 500;
    line-height: 22px;
}
.e-contents #sales .capsule-wrap .package-box .txt {
    font-size: 18px;
    color: #2961c3;
    padding-top: 80px;
}
.e-contents #sales .capsule-wrap .package-box .coin {
    font-size: 36px;
    color: #b51e21;
    font-weight: 800;
    letter-spacing: -0.8px;
}
.e-contents #sales .capsule-wrap .package-box.package4,
.e-contents #sales .capsule-wrap .package-box.package5 {
    width: 527px;
    height: 251px;
    margin-top: 13px;
}
.e-contents #sales .capsule-wrap .package-box.package4 .title,
.e-contents #sales .capsule-wrap .package-box.package5 .title {
    height: 34px;
}
.e-contents #sales .capsule-wrap .package-box.package4 .txt2,
.e-contents #sales .capsule-wrap .package-box.package5 .txt2 {
    padding: 42px 0;
}
.e-contents #sales .capsule-wrap .package-box.package5 .title {
    height: 60px;
}
.e-contents #sales .item1 {
    position: absolute;
    left: 309px;
    top: 1256px;
    width: 685px;
    height: 84px;
    text-align: left;
}
.e-contents #sales .item1 p {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.e-contents #sales .item1 span {
    color: #ffc46c;
}
.e-contents #sales .notice-list li {
    top: 1376px;
    left: 79px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.e-contents #sales .notice-list li span {
    color: #ffc46c;
}
.e-contents #sales .item-list {
    position: absolute;
    top: 1578px;
    left: 50%;
    transform: translateX(-50%);
    width: 855px;
    height: 265px;
}
.e-contents #sales .item-list p {
    width: 100%;
    height: 60px;
    font-size: 25px;
    color: #fff;
    font-weight: 800;
}
.e-contents #sales .item-list .item-list-wrap {
    display: flex;
}
.e-contents #sales .item-list .item-list-wrap .item-list1 {
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
}
.e-contents #sales .item-list .item-list-wrap .item-list1 ul li {
    position: relative;
    text-align: left;
    margin-bottom: 14px;
    padding-left: 15px;
    line-height: 24px;
}
.e-contents #sales .item-list .item-list-wrap .item-list1 ul li::before {
    content: "";
    position: absolute;
    left: 0;
}
.e-contents #sales .item-list .box1 {
    width: 300px;
    height: 234px;
}
.e-contents #sales .item-list .box2 {
    width: 270px;
}
.e-contents #sales .item-list .box3 {
    width: 285px;
}
.pop-ranking {
    display: none;
    position: absolute;
    z-index: 91;
    top: 50%;
    left: 50%;
    width: 740px;
    min-height: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    height: 100%;
    min-height: 600px;
    max-height: 800px;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50% !important;
    box-sizing: border-box;
    background: #f3f7ff;
    overflow-y: auto;
}
.pop-ranking [class*="close"] {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    position: absolute;
    left: calc(100% - 70px - 35px);
    top: 0;
    margin: 35px 35px 0 0;
    width: 70px;
    height: 70px;
    background: url(images/btn_close.png) no-repeat center;
}
.pop-ranking [class*="-close"] {
    width: 45px;
    height: 45px;
    margin: 0;
    left: auto;
    right: 23px;
    top: 17px;
    background: url("../../images/close.png") no-repeat;
}
.pop-ranking .pop-title {
    padding: 25px 0;
    font-size: 24px;
    font-weight: 700;
    color: #0f3ea4;
}
.pop-ranking .pager {
    left: 0;
    width: 100%;
    z-index: 5;
}
.pop-ranking thead th {
    font-size: 20px;
    font-weight: 500;
    color: #0f3ea4;
    padding: 20px 0;
    text-align: center;
    border: 2px solid #adadad;
    border-right: 0;
    border-left: 0;
}
.pop-ranking .ranking-table {
    margin: 0 auto;
    width: 660px;
}
.pop-ranking .ranking-table table {
    margin-bottom: 28px;
    width: 100%;
    text-align: center;
}
.pop-ranking .ranking-table table.my-table {
    height: 40px;
}
.pop-ranking .ranking-table table.my-table td {
    color: #040d23;
    border-bottom: 1px solid #cdd9ed;
    font-weight: 500;
}
.pop-ranking .ranking-table table.my-table td.no-result {
    color: #040d23;
    text-indent: 0;
}
.pop-ranking .ranking-table table td {
    height: 40px;
    color: #040d23;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #cdd9ed;
}
.pop-ranking .ranking-table table td:last-child {
    text-indent: -1.2em;
}
.pop-ranking .custom-select {
    float: left;
    margin-right: 6px;
}
.pop-ranking .custom-select .selected {
    background-image: url("../../images/ico_arrow.png");
    color: #1f2021;
    background-position: 94% 50%;
    font-weight: 500;
}
.pop-ranking .custom-select .select-items {
    top: 39px;
}
.pop-ranking .custom-select .select-items span:hover {
    color: #fff !important;
}
.pop-ranking .search-area {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #0f3ea4;
    margin: 25px 0;
}
.pop-ranking .search-area .search-tit {
    margin-right: 62px;
}
.pop-ranking .search-area .label {
    float: left;
    display: block;
    box-sizing: border-box;
    margin-right: 6px;
    width: 200px;
    height: 46px;
    padding: 0 12px;
    background: #dadee5;
    line-height: 46px;
    cursor: text;
    text-align: left;
}
.pop-ranking .search-area input {
    display: block;
    width: 100%;
    height: 100%;
    color: #040d23;
    font-size: 16px;
    background: transparent;
}
.pop-ranking .search-area .btn-search {
    width: 88px;
    height: 46px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #0f3ea4;
}
.pop-ranking .search-area + .ranking-table {
    top: 770px;
    left: 40px;
}
.pop-notice {
    display: none;
    position: absolute;
    z-index: 91;
    top: 50%;
    left: 50%;
    width: 740px;
    min-height: 515px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: url("../../images/pop_notice.jpg") no-repeat;
    position: fixed !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}
.pop-notice [class*="close"] {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    position: absolute;
    left: calc(100% - 70px - 10px);
    top: 0;
    margin: 10px 10px 0 0;
    width: 70px;
    height: 70px;
    background: url("../../images/close.png") no-repeat center;
}
.pop-notice .textbox {
    padding: 88px 39px 43px;
}
.pop-notice .textbox ul li {
    color: #040d23;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    padding-left: 20px;
}
.pop-notice .textbox ul li::before {
    content: "";
    position: absolute;
    left: 0;
}
.pop-notice .textbox ul li span {
    position: relative;
    display: block;
    padding: 5px 4px;
    color: #7b7b7b;
    line-height: 21px;
    padding-left: 15px;
}
.pop-notice .textbox ul li span::before {
    content: "-";
    position: absolute;
    left: 0;
}

.section {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .4s ease, transform .4s ease;
}

.section.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}