@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

* {
    -webkit-text-size-adjust: none
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background: #ffffff;
    position: initial
}

body.mob {
    background-size: 1280px 100%;
}

h1,
h2,
h3,
h4,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:hover {
    text-decoration: none;
}

button {
    outline: none;
    border: 0;
}

.wrapper {
    position: relative;
    min-width: 1100px;
    overflow: hidden;
}

.header h1,
.header h2,
.header h3,
.header p,
.section-inner,
.section h3 {
    text-indent: -99999px;
}

.goHome,
.share,
.goEvent {
    text-indent: -9999px;
}

.ir {
    margin: 0;
    padding: 0;
}

.inner {
    position: relative;
    margin: 0 auto;
    width: 1100px;
}

.inner a {
    text-indent: -9999px;
}

.mob .wrapper {
    min-width: auto;
    margin-top: 30px;
}

.mob .inner {
    width: 100%;
}

/* header */
.header {
    position: relative;
    height: 900px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/bg_header.jpg") no-repeat 50% 0;
}

.header .inner {
    position: relative;
    margin: 0 auto;
}

.header .inner .goHome {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 150px;
    height: 60px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/logo_aion.png") no-repeat 50% 50%;
    z-index: 100;
}

.header .inner .share {
    position: absolute;
    top: 31px;
    left: 958px;
    width: 26px;
    height: 25px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/fb.png") no-repeat 50% 50%;
    z-index: 100;
}

.header .inner .goEvent {
    position: absolute;
    top: 30px;
    left: 990px;
    width: 100px;
    height: 30px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/more.png") no-repeat 50% 50%;
    z-index: 100;
}

.header .inner a,
.section a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header .inner a:hover,
.section a:hover {
    -webkit-filter: contrast(130%);
    filter: contrast(130%);
}

.header2 {
    position: relative;
    height: auto;
    background: none no-repeat 50% 0;
}

.mob .header {
    height: 450px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_header.jpg");
    background-size: cover;
}

.mob .header .inner .goHome {
    top: 8px;
    left: 10px;
    width: 85px;
    height: 30px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/logo_aion.png");
    background-size: cover;
    /*filter:drop-shadow(0px 0px 3px rgba(0,0,0,.7))*/
}

.mob .header .inner .share {
    left: auto;
    top: 8px;
    right: 123px;
    width: 31px;
    height: 30px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/fb.png");
    background-size: cover;
}

.mob .header .inner .goEvent {
    left: auto;
    top: 8px;
    right: 10px;
    width: 109px;
    height: 30px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/more.png");
    background-size: cover;
}

.mob .header .inner a,
.mob .section a {
    transition: none;
}

.mob .header2 {
    height: auto;
    background-image: none;
    background-size: cover;
}

/* item list */
.section [class*="btn"] {
    position: absolute;
    display: block;
    width: 77px;
    height: 28px;
}

.section [class*="item-list"] {
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    width: 959px;
    left: 50%;
    margin-left: -478px
}

.section [class*="item-list"] li {
    position: relative;
    width: 186px;
    height: 30px;
    margin: 134px 7px 77px 0px;
    float: left;
}

.section [class*="item-list"] li a {
    position: absolute;
    text-indent: -9999px;
    z-index: 10;
    width: 20px;
    height: 20px;
    background: none;
}

.section [class*="item-list"] li a.btn_info {
    width: 41px;
    height: 41px;
    top: 0px;
    right: 2px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/btn_preview.webp") no-repeat 50% 50%;
    background-size: cover;
    z-index: 15;
}

.section [class*="item-list"] li a.btn_more {
    width: 104px;
    height: 40px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/btn_detail.webp") no-repeat 50% 50%;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*border:1px solid #aaaaaa;*/
    border-radius: 10px;
    padding: 0;
    background-size: cover;
    box-sizing: border-box;
}

.section [class*="item-list"] li a.btn_more:before {
    display: block;
    content: '詳細說明';
    color: #d04131;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-indent: 0;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding-bottom: 2px;
    /*text-shadow:1px 0 rgba(133,41,9,.75);*/
}

.mob .section [class*="item-list"] {
    width: 300px;
    margin-left: -148px;
}

.mob .section [class*="item-list"] li {
    width: 91px;
    height: 40px;
    margin: 105px 6px 5px 3px;
}

/*.mob .section [class*="item-list"] li:nth-child(3n){margin-right:0px;}*/
.mob .section [class*="item-list"] li a.btn_info {
    width: 20px;
    height: 20px;
    top: 0;
    right: 2px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/btn_preview.webp");
    background-size: cover;
}

.mob .section [class*="item-list"] li a.btn_more {
    width: 52px;
    height: 20px;
    padding: 0;
}

.mob .section [class*="item-list"] li a.btn_more:before {
    font-size: 0.6rem;
    letter-spacing: -0.5px;
    padding-bottom: 1px;
}

/** preview/tooltip/modal/youtube **/
.section [class*="btn-info"] {
    width: 24px;
    height: 28px;
    left: 50%;
    margin-left: -22px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/btn_preview.png") no-repeat 50% 50%;
    background-size: contain;
    z-index: 99;
}

.section [class*="btn-more"] {
    width: 84px;
    height: 24px;
    left: 50%;
    margin-left: -46px;
    background: url(//image.tw.ncsoft.com/aion/event/250611_treasure/btn_detail1.png) top center no-repeat;
    background-size: contain;
    padding: 0;
    box-sizing: border-box;
    z-index: 99;
}

.section [class*="btn-more"]:before {
    display: block;
    /* content: '詳細說明'; */
    color: #ffe5d8;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-indent: 0;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    /*text-shadow:1px 0 rgba(133,41,9,.75);*/
}

.mob .section [class*="btn-info"] {
    width: 22px;
    height: 22px;
    margin-left: -10px;
}

.mob .section [class*="btn-more"] {
    width: 46px;
    height: 13px;
    margin-left: -26px;
    padding: 0;
}

.mob .section [class*="btn-more"]:before {
    font-size: 0.6rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
    padding-bottom: 0px;
}

.popup_content {
    width: 300px;
    padding: 1rem 0.5rem;
    background: #282a37;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.popup_content h3 {
    margin: 0 20px;
    padding: 16px 0 9px;
    font-size: 16px;
    color: #e6c31f;
    border-bottom: 1px solid #3e414f;
    font-weight: 700;
}

.popup_content p {
    margin: 0;
    padding: 10px 20px 20px;
    font-size: 14px;
    color: #dddddd;
    text-align: justify;
}

.popup_content p i {
    font-style: normal;
}

.popup_content img {
    width: 100%;
}

body #modal-header,
body #modal-text {
    background: #282a37;
}

body #modal-text {
    text-align: justify;
}

#btc .tooltip i,
#modal-text i {
    font-style: normal;
}

#btc .tooltip i.small,
#modal-text i.small,
.popup_content p i.small {
    color: #aaaaaa;
    font-size: 13px;
}

.section .use-mobile,
.mob .section .use-pc {
    display: none;
}

.section .use-pc,
.mob .section .use-mobile {
    display: block;
}

/* section */
#section1 {
    position: relative;
    height: 1200px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/bg_section1.jpg") no-repeat 50% 0;
}

#section2 {
    position: relative;
    height: 1120px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/bg_section2.jpg") repeat 50% 0;
}

#section3 {
    position: relative;
    height: 1195px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/bg_section3.jpg") repeat 50% 0;
}

#section4 {
    position: relative;
    height: 1025px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/bg_section4.jpg") no-repeat 50% 0;
}

#section5 {
    position: relative;
    height: 1100px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/bg_section5.jpg") no-repeat 50% 0;
}

#section6 {
    position: relative;
    height: 460px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/bg_section6.jpg") no-repeat 50% 0;
}

#section7 {
    position: relative;
    height: 958px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/bg_section7.jpg") no-repeat 50% 0;
}

#section8 {
    position: relative;
    height: 1446px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/bg_section8.jpg") no-repeat 50% 0;
}

#section1 a.btn-info1 {
    top: 566px;
    margin-left: 455px;
}

#section1 a.btn-info2 {
    top: 940px;
    margin-left: -253px;
}

#section1 a.btn-info3 {
    top: 940px;
    margin-left: 102px;
}

#section1 a.btn-info4 {
    top: 940px;
    margin-left: 455px;
}

#section2 a.btn-info1 {
    top: 116px;
    margin-left: -253px;
}

#section2 a.btn-info2 {
    top: 116px;
    margin-left: 102px;
}

#section2 a.btn-info3 {
    top: 116px;
    margin-left: 454px;
}

#section2 a.btn-info4 {
    top: 490px;
    margin-left: -257px;
}

#section2 a.btn-info5 {
    top: 490px;
    margin-left: 98px;
}

#section2 a.btn-info6 {
    top: 490px;
    margin-left: 453px;
}

#section2 a.btn-info7 {
    top: 864px;
    margin-left: -258px;
}

#section2 a.btn-info8 {
    top: 864px;
    margin-left: 98px;
}

#section2 a.btn-info9 {
    top: 864px;
    margin-left: 454px;
}

#section2 a.btn-more1 {
    top: 621px;
    margin-left: 396px;
}

#section2 a.btn-more2 {
    top: 995px;
    margin-left: -321px;
}

#section3 a.btn-info1 {
    top: 120px;
    margin-left: -256px;
}

#section3 a.btn-info2 {
    top: 120px;
    margin-left: 101px;
}

#section3 a.btn-info3 {
    top: 120px;
    margin-left: 456px;
}

#section3 a.btn-info4 {
    top: 495px;
    margin-left: -258px;
}

#section3 a.btn-info5 {
    top: 495px;
    margin-left: 99px;
}

#section3 a.btn-info6 {
    top: 495px;
    margin-left: 456px;
}

#section3 a.btn-info7 {
    top: 870px;
    margin-left: -232px;
}

#section3 a.btn-info8 {
    top: 870px;
    margin-left: -88px;
}

#section3 a.btn-info9 {
    top: 870px;
    margin-left: 230px;
}

#section3 a.btn-info10 {
    top: 870px;
    margin-left: 330px;
}

#section3 a.btn-info11 {
    top: 870px;
    margin-left: 428px;
}

#section3 a.btn-more1 {
    top: 268px;
    margin-left: -323px;
}

#section3 a.btn-more2 {
    top: 268px;
    margin-left: 37px;
}

#section3 a.btn-more3 {
    top: 268px;
    margin-left: 389px;
}

#section3 a.btn-more4 {
    top: 640px;
    margin-left: -322px;
}

#section3 a.btn-more5 {
    top: 623px;
    margin-left: 38px;
}

#section5 a[class*="btn-info"] {
    width: 24px;
    height: 24px;
    background-image: url(//image.tw.ncsoft.com/aion/event/250611_treasure/btn_preview2.png);
}

#section5 a.btn-info1 {
    top: 373px;
    margin-left: -462px;
}

#section5 a.btn-info2 {
    top: 373px;
    margin-left: -304px;
}

#section5 a.btn-info3 {
    top: 505px;
    margin-left: -304px;
}

#section5 a.btn-info4 {
    top: 371px;
    margin-left: -148px;
}

#section5 a.btn-info5 {
    top: 504px;
    margin-left: -148px;
}

#section5 a.btn-info6 {
    top: 633px;
    margin-left: -148px;
}

#section5 a.btn-info7 {
    top: 769px;
    margin-left: -148px;
}

#section5 a.btn-info8 {
    top: 370px;
    margin-left: 10px;
}

#section5 a.btn-info9 {
    top: 504px;
    margin-left: 10px;
}

#section5 a.btn-info10 {
    top: 633px;
    margin-left: 10px;
}

#section5 a.btn-info11 {
    top: 370px;
    margin-left: 166px;
}

#section5 a.btn-info12 {
    top: 504px;
    margin-left: 166px;
}

#section5 a.btn-info13 {
    top: 633px;
    margin-left: 166px;
}

#section5 a.btn-info14 {
    top: 370px;
    margin-left: 322px;
}

#section5 a.btn-info15 {
    top: 504px;
    margin-left: 322px;
}

#section5 a.btn-info16 {
    top: 633px;
    margin-left: 322px;
}

#section5 a.btn-info17 {
    top: 370px;
    margin-left: 480px;
}

#section5 a.btn-info18 {
    top: 504px;
    margin-left: 480px;
}

#section5 a.btn-info19 {
    top: 633px;
    margin-left: 480px;
}

#section5 a.btn-more1 {
    top: 1214px;
    margin-left: 359px;
}

#section6 a[class*="btn-more"],
#section7 a[class*="btn-more"] {
    background: none;
    background-color: rgba(0, 0, 0, 0.7);
    height: 35px;
}

#section6 a[class*="btn-more"]::before,
#section7 a[class*="btn-more"]::before {
    content: '詳細說明';
    color: #ffffff;
    font-size: 16px;
}

#section6 a.btn-more1 {
    width: 287px;
    border-radius: 0 0 6px 6px;
    top: 332px;
    margin-left: -145px;
}

#section7 a.btn-more1 {
    width: 906px;
    top: 426px;
    margin-left: -453px;
}

#section7 a.btn-more2 {
    width: 294px;
    top: 746px;
    margin-left: -478px;
}

.mob #section1 {
    height: 1000px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section1.jpg"), url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section1-bk.jpg");
    background-size: 375px 100%, 1280px 100%;
    background-repeat: no-repeat, repeat-x;
}

.mob #section2 {
    height: 945px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section2.jpg"), url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section2-bk.jpg");
    background-size: 375px 100%, 1280px 100%;
    background-repeat: no-repeat, repeat-x;
}

.mob #section3 {
    height: 767px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section3.jpg"), url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section3-bk.jpg");
    background-size: 375px 100%, 1280px 100%;
    background-repeat: no-repeat, repeat-x;
}

.mob #section4 {
    height: 488px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section4.jpg"), url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section4-bk.jpg");
    background-size: 375px 100%, 1280px 100%;
    background-repeat: no-repeat, repeat-x;
}

.mob #section5 {
    height: 930px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section5.jpg"), url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section5-bk.jpg");
    background-size: 375px 100%, 1280px 100%;
    background-repeat: no-repeat, repeat-x;
}

.mob #section6 {
    height: 420px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section6.jpg"), url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section6-bk.jpg");
    background-size: 375px 100%, 1280px 100%;
    background-repeat: no-repeat, repeat-x;
}

.mob #section7 {
    height: 620px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section7.jpg"), url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section7-bk.jpg");
    background-size: 375px 100%, 1280px 100%;
    background-repeat: no-repeat, repeat-x;
}

.mob #section8 {
    height: 1230px;
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section8.jpg"), url("//image.tw.ncsoft.com/aion/event/250611_treasure/m/bg_section8-bk.jpg");
    background-size: 375px 100%, 1280px 100%;
    background-repeat: no-repeat, repeat-x;
}

.mob #section1 a.btn-info1 {
    top: 484px;
    margin-left: 134px;
}

.mob #section1 a.btn-info2 {
    top: 673px;
    margin-left: -45px;
}

.mob #section1 a.btn-info3 {
    top: 673px;
    margin-left: 138px;
}

.mob #section1 a.btn-info4 {
    top: 863px;
    margin-left: -43px;
}

.mob #section2 a.btn-info1 {
    top: -137px;
    margin-left: 137px;
}

.mob #section2 a.btn-info2 {
    top: 52px;
    margin-left: -42px;
}

.mob #section2 a.btn-info3 {
    top: 52px;
    margin-left: 136px;
}

.mob #section2 a.btn-info4 {
    top: 240px;
    margin-left: -43px;
}

.mob #section2 a.btn-info5 {
    top: 240px;
    margin-left: 135px;
}

.mob #section2 a.btn-info6 {
    top: 430px;
    margin-left: -42px;
}

.mob #section2 a.btn-info7 {
    top: 430px;
    margin-left: 135px;
}

.mob #section2 a.btn-info8 {
    top: 619px;
    margin-left: -43px;
}

.mob #section2 a.btn-info9 {
    top: 619px;
    margin-left: 135px;
}

.mob #section2 a.btn-more1 {
    top: 501px;
    margin-left: -73px;
}

.mob #section2 a.btn-more2 {
    top: 500px;
    margin-left: 106px;
}

.mob #section3 a.btn-info1 {
    top: -137px;
    margin-left: -43px;
}

.mob #section3 a.btn-info2 {
    top: -137px;
    margin-left: 134px;
}

.mob #section3 a.btn-info3 {
    top: 52px;
    margin-left: -43px;
}

.mob #section3 a.btn-info4 {
    top: 52px;
    margin-left: 134px;
}

.mob #section3 a.btn-info5 {
    top: 241px;
    margin-left: -43px;
}

.mob #section3 a.btn-info6 {
    top: 241px;
    margin-left: 135px;
}

.mob #section3 a.btn-info7 {
    top: 432px;
    margin-left: 8px;
}

.mob #section3 a.btn-info8 {
    top: 432px;
    margin-left: 83px;
}

.mob #section3 a.btn-info9 {
    top: 621px;
    margin-left: -16px;
}

.mob #section3 a.btn-info10 {
    top: 621px;
    margin-left: 32px;
}

.mob #section3 a.btn-info11 {
    top: 621px;
    margin-left: 83px;
}

.mob #section3 a.btn-more1 {
    top: -56px;
    margin-left: -74px;
}

.mob #section3 a.btn-more2 {
    top: -56px;
    margin-left: 104px;
}

.mob #section3 a.btn-more3 {
    top: 133px;
    margin-left: -74px;
}

.mob #section3 a.btn-more4 {
    top: 133px;
    margin-left: 104px;
}

.mob #section3 a.btn-more5 {
    top: 313px;
    margin-left: -73px;
}

.mob #section5 a[class*="btn-info"] {
    width: 15px;
    height: 15px;
}

.mob #section5 a.btn-info1 {
    top: 172px;
    margin-left: -116px;
}

.mob #section5 a.btn-info2 {
    top: 172px;
    margin-left: -37px;
}

.mob #section5 a.btn-info3 {
    top: 237px;
    margin-left: -37px;
}

.mob #section5 a.btn-info4 {
    top: 172px;
    margin-left: 41px;
}

.mob #section5 a.btn-info5 {
    top: 237px;
    margin-left: 41px;
}

.mob #section5 a.btn-info6 {
    top: 302px;
    margin-left: 41px;
}

.mob #section5 a.btn-info7 {
    top: 372px;
    margin-left: 41px;
}

.mob #section5 a.btn-info8 {
    top: 172px;
    margin-left: 120px;
}

.mob #section5 a.btn-info9 {
    top: 237px;
    margin-left: 120px;
}

.mob #section5 a.btn-info10 {
    top: 302px;
    margin-left: 120px;
}

.mob #section5 a.btn-info11 {
    top: 569px;
    margin-left: -76px;
}

.mob #section5 a.btn-info12 {
    top: 636px;
    margin-left: -76px;
}

.mob #section5 a.btn-info13 {
    top: 702px;
    margin-left: -76px;
}

.mob #section5 a.btn-info14 {
    top: 569px;
    margin-left: 2px;
}

.mob #section5 a.btn-info15 {
    top: 636px;
    margin-left: 2px;
}

.mob #section5 a.btn-info16 {
    top: 702px;
    margin-left: 2px;
}

.mob #section5 a.btn-info17 {
    top: 569px;
    margin-left: 80px;
}

.mob #section5 a.btn-info18 {
    top: 636px;
    margin-left: 80px;
}

.mob #section5 a.btn-info19 {
    top: 702px;
    margin-left: 80px;
}

.mob #section6 a[class*="btn-more"] {
    height: 22px;
}

.mob #section6 a[class*="btn-more"]::before,
.mob #section7 a[class*="btn-more"]::before {
    font-size: 12px;
}

.mob #section6 a.btn-more1 {
    width: 144px;
    top: 164px;
    margin-left: 17px;
}

.mob #section7 a.btn-more1 {
    width: 357px;
    top: 206px;
    margin-left: -178px;
    height: 26px;
}

.mob #section7 a.btn-more2 {
    width: 155px;
    top: 373px;
    margin-left: -160px;
    height: 23px;
}

/* reward */
#section5 .itemDiv {
    width: 1097px;
    display: flex;
    gap: 4px;
    position: absolute;
    top: 867px;
    left: 50%;
    transform: translateX(-50%);
}

#section5 .area-reward {
    position: relative;
    width: 153px;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}

#section5 .area-reward p {
    font-size: 16px;
    color: #7ec1ff;
    text-align: center;
    text-indent: 0;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.25rem 0;
    letter-spacing: -1px;
}

#section5 .area-reward p span {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
}

#section5 .area-reward p strong {
    font-size: 34px;
    font-weight: 700;
    color: #929292;
}

#section5 .area-reward p i {
    font-size: 40px;
    font-style: normal;
    font-family: serif;
    font-weight: 700;
    color: #7ec1ff;
}

#section5 .area-reward a {
    width: 153px;
    height: 48px;
    margin: 0 auto;
    font-size: 28px;
    color: #4c2510;
    text-indent: 0;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    user-select: none;
    box-sizing: border-box;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/btn_reward.png") no-repeat 50% 0;
    background-size: contain;
    padding: 0;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border:2px solid #ffffff;border-radius:20px;text-shadow:1px 0 4px rgba(40,4,0,.5);*/
}

#section5 .area-reward a.btn-login {
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/btn_login.png");
}

#section5 .area-reward a.btn-reward {
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/btn_reward.png");
    color: #dedeff;
}

#section5 .area-reward a.btn-receive {
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/btn_gray.png");
}

#section5 .area-reward a.btn-uncompleted {
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/btn_gray.png");
    font-size: 20px;
}

#section5 .area-reward a.btn-end,
#section5 .area-reward a.btn-not {
    background-image: url("//image.tw.ncsoft.com/aion/event/250611_treasure/btn_gray.png");
    font-size: 20px;
}

.btn-receive,
.btn-uncompleted,
.btn-end,
.btn-not {
    cursor: not-allowed;
}

#section5 .area-reward a[class*="btn"] {
    -webkit-transition: all .1s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.mob #section5 .itemDiv {
    width: 320px;
    gap: 365px 2px;
    top: 424px;
    justify-content: center;
    flex-wrap: wrap;
}

.mob #section5 .area-reward {
    width: 77px;
    margin: 0;
}

.mob #section5 .area-reward a {
    width: 77px;
    height: 24px;
    font-size: 12px;
}

.mob #section5 .area-reward p {
    font-size: 12px;
    padding: 0;
}

.mob #section5 .area-reward p strong,
.mob #section5 .area-reward p span {
    font-size: 14px;
}

.mob #section5 .area-reward p i {
    font-size: 16px;
}

/* caution */
.caution {
    position: relative;
    margin: 0 auto;
    background: #000 no-repeat 0 0;
}

.caution .inner {
    width: 900px;
    margin: 0 auto;
    padding: 80px 0 100px 0;
}

.caution .inner h2 {
    width: 161px;
    height: 29px;
    text-indent: -9999px;
    margin-bottom: 20px;
    background: url("//image.tw.ncsoft.com/aion/event/250611_treasure/caution.png") no-repeat 0 0;
    background-size: contain;
    /*color:#dbf4ff;font-size:30px;*/
}

.caution .inner ol {
    margin: 0 0 0 -20px;
    text-align: justify;
}

.caution .inner ol li {
    padding: 2px 0;
    color: #a6a6a6;
    line-height: 1.4;
    font-weight: 400;
}

.caution .inner ol li span,
.caution .inner ol li.point,
.caution .inner ol li a {
    color: #78d1ff;
}

.mob .caution {
    height: auto;
    /*background-image:none;*/
    background-size: 1280px 100%;
    background-color: #191412;
}

.mob .caution .inner {
    width: 100%;
    padding: 30px 0 40px 0;
    font-size: 0.75rem;
    /*font-weight:300;*/
    box-sizing: border-box;
    max-width: 300px;
}

.mob .caution .inner h2 {
    width: 100px;
    height: 18px;
    margin-bottom: 13px;
}

.mob .caution .inner ol {
    letter-spacing: -0.5px;
}

.mob .caution .inner ol li {
    line-height: 1.2;
}

@media screen and (max-width:640px) {
    .mob .bottom-footer .bottom-footer__inner .bottom-footer__rating {
        width: 300px;
    }
}

@media screen and (max-width:360px) {
    .mob .bottom-footer .bottom-footer__inner .bottom-footer__rating {
        width: 270px;
    }
}

/* top */
.goTop {
    position: fixed;
    bottom: 20px;
    background: url("//image.tw.ncsoft.com/aion/layout/btn-top.png") no-repeat 50% 0;
    left: auto;
    display: none;
    width: 40px;
    height: 40px;
    right: 20px;
    text-indent: -9999em;
    z-index: 100;
    background-size: cover;
}

@media screen and (max-width:1099px) {
    body {
        width: max-content;
        width: -webkit-max-content;
        width: -moz-max-content;
        max-width: 1100px;
    }

    body.mob {
        width: auto;
        max-width: none;
    }
}

/* modal */
body #modal-wrap {
    box-shadow: none;
}

body #modal-contents {
    background: none;
}

/* animation */
@-webkit-keyframes fade {

    45%,
    55% {
        opacity: 1;
    }
}

@keyframes fade {

    45%,
    55% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeMove {

    0%,
    100% {
        transform: translateY(0);
    }

    45%,
    55% {
        opacity: 1;
        transform: translateY(-5px);
    }
}

@keyframes fadeMove {

    0%,
    100% {
        transform: translateY(0);
    }

    45%,
    55% {
        opacity: 1;
        transform: translateY(-5px);
    }
}

/* ColcoBox */
#colorbox,
#cboxOverlay,
#cboxWrapper {
    max-width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10002;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

#colorbox {
    outline: 0;
}

#colorbox #cboxWrapper {
    max-width: none;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

#colorbox #cboxWrapper #cboxMiddleLeft,
#colorbox #cboxWrapper #cboxBottomLeft {
    clear: left;
}

#colorbox #cboxWrapper #cboxContent {
    position: relative;
    overflow: visible;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

#colorbox #cboxWrapper #cboxContent #cboxTitle {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem
}

#colorbox #cboxWrapper #cboxContent #cboxCurrent {
    top: -22px;
    right: 205px;
    position: absolute;
    text-indent: -9999px;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadingOverlay,
#colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#colorbox #cboxWrapper #cboxContent #cboxPrevious,
#colorbox #cboxWrapper #cboxContent #cboxNext,
#colorbox #cboxWrapper #cboxContent #cboxClose,
#colorbox #cboxWrapper #cboxContent #cboxSlideshow {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    position: absolute;
    top: -20px;
    background: none;
}

#colorbox #cboxWrapper #cboxContent #cboxPrevious:active,
#colorbox #cboxWrapper #cboxContent #cboxNext:active,
#colorbox #cboxWrapper #cboxContent #cboxClose:active,
#colorbox #cboxWrapper #cboxContent #cboxSlideshow:active {
    outline: 0;
}

#colorbox #cboxWrapper #cboxContent .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

#colorbox #cboxWrapper #cboxContent .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    background: #000000;
}

#colorbox #cboxWrapper #cboxContent #cboxError {
    padding: 50px;
    border: 1px solid #cccccc;
}

#colorbox #cboxWrapper #cboxContent #cboxClose {
    top: -36px;
    right: -36px;
    position: absolute;
    width: 36px;
    height: 36px;
    background: url("//image.tw.ncsoft.com/aion/common/ui/close.png") center center no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: block;
}

.mob #colorbox #cboxWrapper #cboxContent #cboxClose {
    top: -18px;
    right: -18px;
    width: 18px;
    height: 18px;
}

/* GNG mobile */
.mob #nctGnb .ncGnb div.wrap {
    width: 100%;
    min-width: inherit;
    height: auto;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.mob #nctGnb .ncGnb div.wrap .gnbLeft {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.mob #nctGnb .ncGnb div.wrap .gnbLeft .btnList,
.mob #nctGnb .ncGnb div.wrap .gnbLeft .btnList.on {
    border: none;
    padding: 10px 45px 0 24px;
    left: 0;
}

.mob #nctGnb .ncGnb div.wrap .gnbMenu {
    position: static;
}

.mob #nctGnb .ncGnb div.wrap .gnbMenu .menu {
    min-width: 100%;
    height: 30px;
    border-top: 1px solid transparent;
    box-sizing: content-box;
}

.mob:has(#nctGnb .gnbMenu > div.myInfo) .wrapper {
    margin-top: 72px;
}

.mob #nctGnb .ncGnb div.wrap .gnbMenu:has(> div.myInfo) .menu {
    border-top: 1px solid #eeeeee;
}

.mob #nctGnb .ncGnb div.wrap .gnbMenu .menu ul {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.mob #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li {
    height: 30px;
    /*width: 25%;*/
    text-align: center;
    border-left: 1px solid #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0%;
}

/*.mob #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li + li a {
  border-left: 1px solid #ececec;
}*/
.mob #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li a {
    height: 30px;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
}

.mob #nctGnb .gnb-games {
    border-top: 1px solid #eeeeee;
    padding: 10px;
    box-sizing: border-box;
}

.mob #nctGnb .gnb-games div.list-container {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
}

.mob #nctGnb .gnb-games div.list-container div.pc,
.mob #nctGnb .gnb-games div.list-container div.mobile {
    float: none;
    padding: 0;
}

.mob #nctGnb .gnb-games div.list-container div.pc .title,
.mob #nctGnb .gnb-games div.list-container div.mobile .title {
    padding-left: 10px;
}

.mob #nctGnb .gnb-games div.list-container div.mobile {
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    padding-top: 15px;
}

.mob #nctGnb .gnb-games div.list-container div.pc ul,
.mob #nctGnb .gnb-games div.list-container div.mobile ul,
.mob #nctGnb .gnb-games div.list-container div.mobile ul {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.mob #nctGnb .gnb-games div.list-container div.pc ul:after,
.mob #nctGnb .gnb-games div.list-container div.mobile ul:after,
.mob #nctGnb .gnb-games div.list-container div.mobile ul:after {
    display: none;
}

.mob #nctGnb .gnb-games div.list-container div.pc ul li:first-child,
.mob #nctGnb .gnb-games div.list-container div.mobile ul li:first-child,
.mob #nctGnb .gnb-games div.list-container div.mobile ul li:first-child {
    margin-left: 0;
}

body.mob #nctFooter {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-right: 10px;
    padding-left: 10px;
    height: auto;
}

body.mob #nctFooter .ncFooter {
    min-width: 100%;
    text-align: center;
}

body.mob #nctFooter .ncFooter .footerMenu {
    position: static;
    top: auto;
    left: auto;
}

#nctGnb .gnbMenu .myInfo .myMenu {
    box-sizing: content-box;
}

@media screen and (max-width: 1099px) {
    body {
        width: max-content;
        width: -webkit-max-content;
        width: -moz-max-content;
        max-width: 1100px;
    }

    body.mob {
        width: auto;
        min-width: auto;
        max-width: none;
    }
}