@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);
}
.e-nav {
    z-index: 10;
    width: 100%;
    background: url(/HomePage/images/bg_nav.png);
    background-position-x: 50%;
}
.e-nav--fixed {
    position: fixed !important;
}
.e-nav nav {
    overflow: hidden;
    margin: 0 auto;
    width: 1280px;
    height: 100%;
}
.e-nav nav a {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    color: transparent;
    /*text-indent: -9999px;*/
    display: block;
    width: 426px;
    height: 100%;
    float: left;
    background: url(/HomePage/images/nav.png) no-repeat;
}
.e-nav nav a:hover,
.e-nav nav a.current {
    background-position-y: 100%;
}
.e-nav nav a:last-child {
    background-position-x: 100%;
}
.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);
}
.e-footer,
.e-event2 .my-info .data,
.e-event2 .e-ranking .update-time,
.e-event2 .e-ranking-top li span {
    font-family: "NotoSans Regular", "맑은 고딕", "Malgun Gothic", "돋움", "dotum", "Apple SD Gothic Neo", "Arial", "Tahoma", sans-serif;
}
.e-header {
    position: relative;
}
.e-skip,
.custom-select .select-items label input,
.e-header #fire {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
.e-event1 .e-benefit1 [class*="btn-more"],
.e-event2 .btn-notice {
    background-color: #fff;
    filter: alpha(opacity=1);
}
.e-header .bi a,
.e-header .e-title-des,
.e-header .e-title-period,
.e-header .e-quick .today label,
.e-contents .btn-get,
.e-contents .btn-summit,
.btn-top,
.e-event1 .e-benefit2 .link,
.e-event1 .e-benefit2 .btn-notice,
.e-event1 .e-benefit-bonus .link,
.e-event2 .btn-login,
.e-event2 .e-ranking .before,
.e-event2 .e-ranking .end,
.e-event2 .e-ranking .btn-notice,
.e-event2 .e-ranking-tab .btn-server,
.e-event4 .btn-rank,
.e-event4 .popup-ranking .title,
.e-event4 .popup-ranking .search-area .search-title,
.e-event4 .popup-ranking .search-area .btn-search,
.e-event3 .e-sales3 .link,
[class*="popup-"] .btn-close {
    font-size: 0;
    text-indent: -9999em;
}
html,
body {
    background-color: #000;
    min-width: 1280px;
}
button {
    border: none 0;
    outline: none 0;
    cursor: pointer;
    background-color: transparent;
}
.e-btn {
    display: block;
    font-size: 0;
    text-indent: -9999em;
}
.e-blind,
.e-header .bi a,
.e-event1 .e-cont1-2 .slide-wrap .slide-tab ul li,
.e-event1 .e-cont1-2 .btn-wrap .e-btn,
.e-event2 .e-cont2-3 .btn-wrap .e-btn,
.e-event2 .e-cont2-6 .btn-wrap .e-btn,
.e-event3 .e-cont3-5 .btn-wrap .e-btn,
.e-event3 .package-btn-wrap button,
div[class*="popup-"] .btn-close {
    font-size: 0;
    text-indent: -9999em;
}
.e-container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.custom-select {
    position: relative;
    box-sizing: border-box;
    text-align: left;
}
.custom-select p {
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 48px;
    width: 100%;
    height: 100%;
    letter-spacing: -0.5px;
    line-height: inherit;
    font-size: 16px;
    color: #171522;
}
.custom-select .selected {
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 48px;
    width: 100%;
    height: 100%;
    letter-spacing: -0.5px;
    cursor: pointer;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    background: url("images/ico_arrow.png") calc(100% - 18px) 50% no-repeat;
}
.custom-select .select-items {
    border: 1px solid #517688;
    display: none;
    overflow-y: auto;
    position: absolute;
    left: -1px;
    z-index: 3;
    width: 100%;
    max-height: 150px;
    font-size: inherit;
    background-color: inherit;
    scrollbar-base-color: #beae8d;
    scrollbar-arrow-color: #beae8d;
    scrollbar-shadow-color: #beae8d;
    scrollbar-highlight-color: #000;
}
.custom-select .select-items li {
    height: 48px;
    color: #fff;
}
.custom-select .select-items::-webkit-scrollbar {
    width: 12px;
}
.custom-select .select-items::-webkit-scrollbar-track {
    background: #fff;
}
.custom-select .select-items::-webkit-scrollbar-thumb {
    background: #233741;
}
.custom-select .select-items::-webkit-scrollbar-button:start:decrement {
    width: 0;
    height: 0;
    background: #000;
}
.custom-select .select-items::-webkit-scrollbar-button:end:increment {
    width: 0;
    height: 0;
    background: #000;
}
.custom-select .select-items label {
    display: block;
    box-sizing: border-box;
    position: relative;
    background-color: inherit;
    cursor: pointer;
}
.custom-select .select-items label input:checked + span {
    color: #fff;
    background-color: #233741;
}
.custom-select .select-items label span {
    display: block;
    padding: 15px 0 15px 20px;
    line-height: inherit;
    font-size: inherit;
    border-color: inherit;
}
.custom-select .select-items label span:hover {
    color: #fff;
    background-color: #233741;
}
.opened .select-items {
    display: block;
}
.e-header {
    position: relative;
    width: 100%;
    height: 871px;
    overflow: hidden;
    background: url(/HomePage/images/bgss20.webp) 50% 0 no-repeat;
}
.e-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    opacity: 1;
    -webkit-transition: opacity 1s linear, z-index 0.5s 1s linear;
    transition: opacity 1s linear, z-index 0.5s 1s linear;
}
.e-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/bg_header2.jpg") 50% 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    animation: opacity_header 0.8s 1.8s ease-in, opacity_infinite 5s 2.8s linear infinite;
    opacity: 0;
    animation-fill-mode: forwards;
}
.e-header .bi {
    width: 222px;
    height: 112px;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 999;
}
.e-header .bi a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/HomePage/images/bg_bi20.png) 50% 0 no-repeat;
}
.e-header .badge {
    position: absolute;
    right: 60px;
    top: 14px;
    z-index: 5;
}
.e-header .e-quick {
    opacity: 0;
    -webkit-transition: opacity 0.5s 1.3s ease-out;
    transition: opacity 0.5s 1.3s ease-out;
    position: absolute;
    top: 50px;
    right: 60px;
    z-index: 5;
    overflow: hidden;
}
.e-header .e-quick .e-btn,
.e-header .e-quick .today {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    margin-left: 9px;
    background-image: url(/HomePage/images/bg_quick.png);
    background-repeat: no-repeat;
    background-position-y: 0;
}
.e-header .e-quick .e-btn:hover,
.e-header .e-quick .today:hover {
    background-position-y: 100%;
}
.e-header .e-quick .today {
    position: relative;
    background-position-x: 0;
}
.e-header .e-quick .today label {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: inherit;
}
.e-header .e-quick .today input {
    position: absolute;
    left: -9999px;
}
.e-header .e-quick .today input:checked + label {
    background-position-y: 100%;
}
.e-header .e-quick .btn-red {
    background-position-x: -58px;
}
.e-header .e-quick .btn-blue {
    background-position-x: -115px;
}
.e-header .bg {
    display: block;
    position: absolute;
    background-position: 50% 0;
    background-repeat: no-repeat;
    opacity: 0;
}
.e-header canvas {
    display: block;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 30;
    opacity: 0;
    animation: opacity_header 1s 1s ease-in forwards;
}
.e-header #canvas1 {
    left: 50%;
}
.e-header #canvas2 {
    right: 50%;
}
.loaded .e-header:before {
    opacity: 0;
    z-index: 0;
}
.loaded .e-header .e-title-des:after {
    width: 436px;
    opacity: 0.7;
    display: none;
}
.loaded .e-header .e-quick {
    opacity: 1;
}
.e-nav {
    z-index: 10;
    width: 100%;
    background: url(/HomePage/images/bg_nav.png);
    background-position-x: 50%;
    position: absolute;
    top: 811px;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 95px;
    background-repeat: no-repeat;
}
.e-nav--fixed {
    position: fixed !important;
    top: 0;
}
.e-nav nav {
    overflow: hidden;
    margin: 0 auto;
    width: 1280px;
    height: 100%;
    display: flex;
    text-align: center;
}
.e-nav nav a {
    display: block;
    width: 256px;
    height: 100%;
    font-size: 23px;
    letter-spacing: -0.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #b3cffe;
    font-weight: 600;
    line-height: 28px;
    background: url(/HomePage/images/nav.png) no-repeat;
}
.e-nav nav a:hover,
.e-nav nav a.current {
    color: #fff;
}
.e-nav nav a:hover span,
.e-nav nav a.current span {
    color: #3ff4ff;
}
.e-nav nav a.current {
    background-position-y: 100%;
}
.e-nav nav a:last-child {
    background-position-x: 100%;
}
.e-nav nav a span {
    color: #3b8bfe;
}
.e-nav nav a em {
    font-size: 20px;
    font-weight: 600;
}
.e-nav .navigation {
    font-size: 0;
}
.e-nav .navigation a:nth-child(1) {
    background-position-x: 0;
}
.e-nav .navigation a:nth-child(2) {
    background-position-x: -256px;
}
.e-nav .navigation a:nth-child(3) {
    background-position-x: -512px;
}
.e-nav .navigation a:nth-child(4) {
    background-position-x: -768px;
}
.e-nav .navigation a:nth-child(5) {
    background-position-x: -1024px;
}
.loaded .e-nav {
    opacity: 1;
}
.e-footer {
    width: 100%;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}
.btn-top {
    width: 79px;
    height: 79px;
    position: fixed;
    right: 70px;
    bottom: 70px;
    background: url(/HomePage/images/btn_top.png) 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.btn-top:hover {
    background-position-y: 100%;
}
.btn-top.active {
    opacity: 1;
    z-index: 5;
}
.btn-floating {
    width: 177px;
    height: 246px;
    position: fixed;
    right: 20px;
    bottom: 170px;
    z-index: 16;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.btn-floating button {
    width: 100%;
    height: 50%;
    display: block;
    margin: 0 auto;
    background: url("images/btn_floating.png") 0 0 no-repeat;
}
.btn-floating button + button {
    background-position-y: 100%;
}
.btn-floating button.on {
    background-position-x: 100%;
}
.e-event1 {
    position: relative;
    top: 0;
    left: 0;
}
.e-event1 .e-cont1-1 {
    position: relative;
    width: 100%;
    background: url(/HomePage/images/bg_evt1_1.jpg) 50% 0 no-repeat;
}
.e-event1 .e-cont1-2 {
    position: relative;
    width: 100%;
    background: url(/HomePage/images/bg_evt1_2.jpg) 50% 0 no-repeat;
}
.e-event1 .skill-img-wrap {
    display: flex;
    justify-content: space-between;
}
.e-event1 .skill-img-wrap .img-box {
    margin-top: 50px;
}
.e-event1 .slide-list .skill-img {
    margin-top: 40px;
    border: 2px solid #576592;
}
.e-event1 .e-cont1-1 {
    height: 1309px;
    text-align: center;
}
.e-event1 .e-cont1-1 .btn-youtube {
    position: absolute;
    top: 1095px;
    left: 50%;
    transform: translateX(-50%);
    width: 421px;
    height: 102px;
    background: url("images/btn_youtube.png") no-repeat;
}
.e-event1 .e-cont1-1 .btn-youtube:hover {
    background-position-y: 100%;
}
.e-event1 .e-cont1-2 {
    position: relative;
    height: 1225px;
}
.e-event1 .e-cont1-2 .slide-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.e-event1 .e-cont1-2 .slide-wrap .slide-tab ul {
    display: flex;
    max-width: 930px;
}
.e-event1 .e-cont1-2 .slide-wrap .slide-tab ul li {
    width: 465px;
    height: 74px;
    background: url("images/evt1_tab.png") no-repeat;
    cursor: pointer;
}
.e-event1 .e-cont1-2 .slide-wrap .slide-tab ul li:nth-child(2) {
    background-position-x: 100%;
}
.e-event1 .e-cont1-2 .slide-wrap .slide-tab ul li.current {
    background-position-y: 100%;
}
.e-event1 .e-cont1-2 .btn-wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 980px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
}
.e-event1 .e-cont1-2 .btn-wrap .e-btn {
    width: 349px;
    height: 86px;
}
.e-event1 .e-cont1-2 .btn-wrap .e-btn.red {
    background: url("images/btn_tab1_mu.png") 0 0 no-repeat;
}
.e-event1 .e-cont1-2 .btn-wrap .e-btn.red:hover {
    background-position-y: 100%;
}
.e-event1 .e-cont1-2 .btn-wrap .e-btn.blue {
    background: url(/HomePage/images/btn_tab1_mu_blue.png) 0 0 no-repeat;
}
.e-event1 .e-cont1-2 .btn-wrap .e-btn.blue:hover {
    background-position-y: 100%;
}
.e-event2 .blind {
    display: none;
}
.e-event2 .e-cont2-1 {
    position: relative;
    text-align: center;
    background: url(/HomePage/images/bg_evt2_1.jpg) center no-repeat;
}
.e-event2 .e-cont2-2 {
    position: relative;
    text-align: center;
    background: url(/HomePage/images/bg_evt2_2.jpg) center no-repeat;
}
.e-event2 .e-cont2-3 {
    position: relative;
    text-align: center;
    background: url(/HomePage/images/bg_evt2_3.jpg) center no-repeat;
}
.e-event2 .e-cont2-4 {
    position: relative;
    text-align: center;
    background: url(/HomePage/images/bg_evt2_4.jpg) center no-repeat;
}
.e-event2 .e-cont2-5 {
    position: relative;
    text-align: center;
    background: url(/HomePage/images/bg_evt2_5.jpg) center no-repeat;
}
.e-event2 .e-cont2-6 {
    position: relative;
    text-align: center;
    background: url(/HomePage/images/bg_evt2_6.jpg) center no-repeat;
}
.e-event2 .btn-reward {
    width: 207px;
    height: 59px;
    margin: 0 auto;
    background: url("images/btn_reward.png") no-repeat;
}
.e-event2 .btn-reward:hover {
    background-position-y: 50%;
}
.e-event2 .btn-reward:disabled {
    pointer-events: none;
    cursor: auto;
    background-position-y: 100%;
    opacity: 0.6;
}
.e-event2 .e-cont2-1 {
    height: 4354px;
}
.e-event2 .e-cont2-2 {
    height: 2672px;
}
.e-event2 .e-cont2-2 .playtime-evt {
    width: 1280px;
    height: 100%;
    margin: auto;
}
.e-event2 .e-cont2-2 .playtime-evt .server-reward {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 1080px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.e-event2 .e-cont2-2 .playtime-evt .server-reward .server-list {
    margin-left: 100px;
}
.e-event2 .e-cont2-2 .playtime-evt .server-list,
.e-event2 .e-cont2-2 .playtime-evt .character-list {
    background-color: #2c4450;
    border: 1px solid #517688;
    width: 330px;
    height: 60px;
}
.e-event2 .e-cont2-2 .playtime-evt .reward-list {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 573px;
    width: 1280px;
    left: 50%;
    transform: translateX(-50%);
}
.e-event2 .e-cont2-2 .playtime-evt .reward-list li {
    width: 412px;
    height: 73px;
}
.e-event2 .e-cont2-2 .playtime-evt .character-reward {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 905px;
    top: 1865px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.e-event2 .e-cont2-2 .playtime-evt .character-reward .server-list {
    margin-left: 100px;
}
.e-event2 .e-cont2-2 .playtime-evt .character-reward .reward-list {
    top: 570px;
}
.e-event2 .e-cont2-2 .btn-caution-wrap {
    position: absolute;
    top: 895px;
    left: 50%;
    transform: translateX(-50%);
}
.e-event2 .e-cont2-2 .btn-caution-wrap .btn-caution {
    width: 240px;
    height: 59px;
    background: url("images/btn_caution.png") no-repeat;
}
.e-event2 .e-cont2-2 .btn-caution-wrap .btn-caution:hover {
    background-position-y: 100%;
}
.e-event2 .e-cont2-2 .btn-notice {
    width: 222px;
    height: 48px;
    background: url("images/btn_notice.png") right 0 no-repeat;
    position: absolute;
    bottom: 584px;
    left: 50%;
    margin-left: 0;
    text-indent: -9999px;
    z-index: 6;
}
.e-event2 .e-cont2-2 .btn-notice:hover {
    background-position-y: 100%;
}
.e-event2 .e-cont2-3 {
    height: 1304px;
}
.e-event2 .e-cont2-3 .btn-caution-wrap {
    position: absolute;
    top: 780px;
    left: 50%;
    margin-left: -450px;
}
.e-event2 .e-cont2-3 .btn-caution-wrap .btn-caution {
    width: 240px;
    height: 59px;
    background: url("images/btn_caution.png") no-repeat;
}
.e-event2 .e-cont2-3 .btn-caution-wrap .btn-caution:hover {
    background-position-y: 100%;
}
.e-event2 .e-cont2-3 .btn-wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 1055px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
}
.e-event2 .e-cont2-3 .btn-wrap .e-btn {
    width: 349px;
    height: 86px;
}
.e-event2 .e-cont2-3 .btn-wrap .e-btn.red-shop {
    background: url("images/btn_tab2_shop.png") 0 0 no-repeat;
}
.e-event2 .e-cont2-3 .btn-wrap .e-btn.red-shop:hover {
    background-position-y: 100%;
}
.e-event2 .e-cont2-3 .btn-wrap .e-btn.blue-shop {
    background: url("images/btn_tab2_shop_blue.png") 0 0 no-repeat;
}
.e-event2 .e-cont2-3 .btn-wrap .e-btn.blue-shop:hover {
    background-position-y: 100%;
}
.e-event2 .e-cont2-4 {
    height: 1276px;
}
.e-event2 .e-cont2-5 {
    height: 1595px;
}
.e-event2 .e-cont2-5 .btn-pc-wrap {
    position: absolute;
    top: 600px;
    left: 50%;
    transform: translateX(-50%);
}
.e-event2 .e-cont2-5 .btn-pc-wrap a {
    width: 240px;
    height: 59px;
    background: url("images/btn_pc.png") no-repeat;
}
.e-event2 .e-cont2-5 .btn-pc-wrap a:hover {
    background-position-y: 100%;
}
.e-event2 .e-cont2-6 {
    height: 848px;
}
.e-event2 .e-cont2-6 .btn-wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 525px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
}
.e-event2 .e-cont2-6 .btn-wrap .e-btn {
    width: 349px;
    height: 86px;
}
.e-event2 .e-cont2-6 .btn-wrap .e-btn.red-tip {
    background: url("images/btn_tab2_mu.png") 0 0 no-repeat;
}
.e-event2 .e-cont2-6 .btn-wrap .e-btn.red-tip:hover {
    background-position-y: 100%;
}
.e-event2 .e-cont2-6 .btn-wrap .e-btn.blue-tip {
    background: url("images/btn_tab2_mu_blue.png") 0 0 no-repeat;
}
.e-event2 .e-cont2-6 .btn-wrap .e-btn.blue-tip:hover {
    background-position-y: 100%;
}
.e-event2 .popup-notice {
    width: 740px;
}
.e-event3 .e-cont3-1 {
    position: relative;
    text-align: center;
    background: url(/HomePage/images/bg_evt3_1.jpg) center no-repeat;
}
.e-event3 .e-cont3-2 {
    position: relative;
    text-align: center;
    background: url(/HomePage/images/bg_evt3_2.jpg) center no-repeat;
}
.e-event3 .e-cont3-3 {
    position: relative;
    text-align: center;
    background: url(/HomePage/images/bg_evt3_3.jpg) center no-repeat;
}
.e-event3 .e-cont3-4 {
    position: relative;
    text-align: center;
    background: url(/HomePage/images/bg_evt3_4.jpg) center no-repeat;
}
.e-event3 .e-cont3-5 {
    position: relative;
    text-align: center;
    background: url(/HomePage/images/bg_evt3_5.jpg) center no-repeat;
}
.e-event3 .e-cont3-1 {
    height: 1991;
}
.e-event3 .e-cont3-1 .btn-caution-wrap {
    position: absolute;
    top: 1090px;
    left: 50%;
    transform: translateX(-50%);
}
.e-event3 .e-cont3-1 .btn-caution-wrap .btn-caution {
    width: 240px;
    height: 59px;
    background: url("images/btn_caution.png") no-repeat;
}
.e-event3 .e-cont3-1 .btn-caution-wrap .btn-caution:hover {
    background-position-y: 100%;
}
.e-event3 .e-cont3-1 .btn-reward {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 220px;
    width: 207px;
    height: 59px;
    background: url("images/btn_reward.png") no-repeat;
}
.e-event3 .e-cont3-1 .btn-reward:hover {
    background-position-y: 50%;
}
.e-event3 .e-cont3-1 .btn-reward:disabled {
    pointer-events: none;
    cursor: auto;
    background-position-y: 100%;
    opacity: 0.6;
}
.e-event3 .e-cont3-2 {
    height: 1377px;
}
.e-event3 .e-cont3-3 {
    height: 1883px;
}
.e-event3 .e-cont3-3 .e-wrap {
    display: block;
    position: absolute;
    top: 320px;
    left: 50%;
    transform: translateX(-50%);
}
.e-event3 .e-cont3-3 .gift-reward {
    background-color: #2c4450;
    border: 1px solid #517688;
    width: 330px;
    height: 60px;
}
.e-event3 .e-cont3-3 .select-items span {
    color: #fff;
}
.e-event3 .e-cont3-3 .package-btn-wrap {
    top: 660px;
}
.e-event3 .e-cont3-4 {
    height: 2040px;
}
.e-event3 .e-cont3-5 {
    height: 2379px;
}
.e-event3 .e-cont3-5 .btn-wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
}
.e-event3 .e-cont3-5 .btn-wrap .e-btn {
    width: 349px;
    height: 86px;
}
.e-event3 .e-cont3-5 .btn-wrap .e-btn.red-shop {
    background: url("images/btn_tab2_shop.png") 0 0 no-repeat;
}
.e-event3 .e-cont3-5 .btn-wrap .e-btn.red-shop:hover {
    background-position-y: 100%;
}
.e-event3 .e-cont3-5 .btn-wrap .e-btn.blue-shop {
    background: url("images/btn_tab2_shop_blue.png") 0 0 no-repeat;
}
.e-event3 .e-cont3-5 .btn-wrap .e-btn.blue-shop:hover {
    background-position-y: 100%;
}
.e-event3 .package-btn-wrap {
    width: 1280px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.e-event3 .package-btn-wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.e-event3 .package-btn-wrap ul li {
    width: 625px;
    height: 530px;
    margin-bottom: 29px;
}
.e-event3 .package-btn-wrap button {
    display: block;
    width: 207px;
    height: 59px;
    margin: 435px auto 0;
    background-repeat: no-repeat;
}
.e-event3 .package-btn-wrap button.btn-red {
    background-image: url("images/btn_get_red.png");
}
.e-event3 .package-btn-wrap button.btn-blue {
    background-image: url(/HomePage/images/btn_get_blue.png);
}
.e-event3 .package-btn-wrap button:hover {
    background-position-y: 50%;
}
.e-event3 .package-btn-wrap button[disabled] {
    background-position-y: 100%;
    pointer-events: none;
    cursor: auto;
    opacity: 0.6;
}
.slide-box {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    height: 742px;
    box-sizing: border-box;
}
.slide-list {
    width: 1284px;
    height: 850px;
}
.slide-list li {
    position: absolute;
    display: none;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.slide-list {
    position: absolute;
    overflow: hidden;
    margin: 0 auto;
}
.slide-paging {
    position: absolute;
    bottom: 21px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
.slide-paging ul {
    position: relative;
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
    text-align: center;
}
.slide-paging li {
    display: inline-block;
    width: 58px;
}
.slide-paging a {
    overflow: hidden;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    text-indent: -1000em;
    background: transparent;
}
.slide-paging .on a {
    background-color: transparent;
}
.slide-ctrl button {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 477px;
    width: 127px;
    height: 127px;
    background: transparent;
    text-indent: -1000em;
    cursor: pointer;
}
.slide-ctrl button.prev {
    left: 0;
    background: url(/HomePage/images/btn_prev.png) 0 0 no-repeat;
}
.slide-ctrl button.prev:hover {
    background-position-y: 100%;
}
.slide-ctrl button.next {
    right: 0;
    background: url(/HomePage/images/btn_next.png) no-repeat;
}
.slide-ctrl button.next:hover {
    background-position-y: 100%;
}
div[class*="popup-"] {
    display: none;
    position: fixed;
    left: 50%;
    z-index: 99;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
div[class*="popup-"] .btn-close {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=1);
}
.e-shadow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
}
.popup-notice1 {
    top: 30% !important;
}
.popup-notice2 {
    top: 24% !important;
}
.popup-notice3 {
    top: 25% !important;
}
@media screen and (max-width: 1440px) {
    .btn-top {
        right: 40px;
        margin-right: 0;
    }
}
@keyframes opacity_header {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes opacity_infinite {
    0%,
    100% {
        opacity: 0.98;
    }
    50% {
        opacity: 0.7;
    }
}

.cont1 .youtube-frame .youtube-wrap {
    width: 85%;
    height: 500px;
    margin: 105px auto 0;
    background-color: #000;
}

.event1 .cont1 {
    height: 1146px;
}
.event1 .cont1 {
    position: relative;
    background: url(/HomePage/images/bg_event1_1.jpg) 50% 0 no-repeat;
}