@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;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

a:hover {
  text-decoration: none;
}

button {
  outline: 0;
  border: 0;
}

.wrapper {
  /*position:relative;*/
  min-width: 1100px;
  overflow: hidden;
}

.header h1,
.header h2,
.header h3,
.header p,
.section h3 {
  text-indent: -99999px;
}

.goHome,
.share,
.goEvent,
.goHomeClassic,
.goEventClassic {
  text-indent: -9999px;
}

.wrapper a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ir {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
}

.mob .wrapper {
  min-width: auto;
  margin-top: 30px;
}

.mob .inner {
  width: 100%;
}

/* header */
.header {
  position: relative;
  height: 1000px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/bg_header.jpg") no-repeat 50% 0;
}

.header .inner {
  position: relative;
  margin: 0 auto;
}

.header .inner .goHome {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 184px;
  height: 53px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/logo_aionc.png") no-repeat 50% 0;
  background-size: 100%;
  z-index: 10;
  filter: drop-shadow(0 0 20px rgba(204, 56, 7, 0.75));
}

.header .inner a.goHome:hover {
  -webkit-filter: drop-shadow(0 0 20px rgba(204, 56, 7, 0.75));
  filter: drop-shadow(0 0 20px rgba(204, 56, 7, 0.75));
}

.header .inner .share {
  position: absolute;
  top: 28px;
  left: 952px;
  width: 26px;
  height: 25px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/fb.png") no-repeat 50% 0;
  z-index: 10;
}

.header .inner .goEvent {
  position: absolute;
  top: 26px;
  left: 984px;
  width: 100px;
  height: 30px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/more.png") no-repeat 50% 0;
  z-index: 10;
}

.header .inner a:hover,
.section a:hover {
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}

.header2 {
  position: relative;
  height: auto;
  background: none no-repeat 50% 0;
}

.mob .header {
  height: 505px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_header.jpg");
  background-size: cover;
}

.mob .header .inner .goHome {
  top: 10px;
  left: 10px;
  width: 130px;
  height: 40px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/logo_aionc.png");
  background-size: cover;
  filter: drop-shadow(0 0 20px rgba(204, 56, 7, 0.75));
}

.mob .header .inner .share {
  left: auto;
  top: 10px;
  right: 123px;
  width: 31px;
  height: 30px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/fb.png");
  background-size: cover;
}

.mob .header .inner .goEvent {
  left: auto;
  top: 10px;
  right: 10px;
  width: 109px;
  height: 30px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/more.png");
  background-size: cover;
}

.mob .header .inner a,
.mob .section a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  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: 1100px;
  left: 50%;
  margin-left: -550px;
}

.section [class*="item-list"] li {
  position: relative;
  width: 200px;
  height: 30px;
  margin: 55px 11px 0px 10px;
  float: left;
}

.section [class*="item-list"] li:nth-child(5n) {
  margin-right: 0;
}

.section [class*="item-list"] li a {
  position: absolute;
  text-indent: -9999px;
  z-index: 100;
  width: 26px;
  height: 26px;
  background: none;
}

.section [class*="item-list"] li a.btn_info {
  width: 24px;
  height: 24px;
  right: 10px;
  top: 0;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/btn_preview.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: 15;
}

.section [class*="item-list"] li a.btn_more {
  width: 75px;
  height: 23px;
  background: #761a29 no-repeat 50% 50%;
  background-size: cover;
  top: 0;
  left: 50%;
  margin-left: -43px;
  /*margin:0 auto;*/
  border-radius: 11px;
}

.section [class*="item-list"] li a.btn_more:before {
  display: block;
  content: "詳細說明";
  color: #ffe5d8;
  font-size: 14px;
  text-align: center;
  text-indent: 0;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-bottom: 2px;
  /*text-shadow:2px 0 10px rgba(7,19,24,.8);*/
}

.mob .section [class*="item-list"] {
  width: 300px;
  margin-left: -150px;
}

.mob .section [class*="item-list"] li {
  width: 96px;
  height: 50px;
  margin: 65px 4px 36px 0px;
}

.mob .section [class*="item-list"] li:nth-child(3n) {
  margin-right: 0;
}

.mob .section [class*="item-list"] li a.btn_info {
  width: 20px;
  height: 20px;
  top: 0;
  right: 17px;
  background-image: none;
  background-size: cover;
}

.mob .section [class*="item-list"] li a.btn_more {
  width: 50px;
  height: 11px;
  margin-left: -25px;
}

.mob .section [class*="item-list"] li a.btn_more:before {
  font-size: 0.6rem;
  padding-bottom: 2px;
}

/** preview/tooltip/modal/youtube **/
.section [class*="btn-info"] {
  width: 24px;
  height: 28px;
  left: 50%;
  margin-left: -19px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/btn_preview.png") no-repeat 50% 50%;
  background-size: cover;
  text-indent: -9999px;
}

.section [class*="btn-more"] {
  width: 90px;
  height: 22px;
  left: 50%;
  margin-left: -50px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/btn_more.png") no-repeat 50% 50%;
  background-size: cover;
  text-indent: -9999px;
}

.section [class*="btn-more"]:before {
  display: block;
  content: "";
  color: #ffe5d8;
  font-size: 14px;
  text-align: center;
  text-indent: 0;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-bottom: 2px;
}

.mob .section [class*="btn-info"] {
  width: 20px;
  height: 23px;
  margin-left: -10px;
  background-size: contain;
}

.mob .section [class*="btn-more"] {
  width: 60px;
  height: 15px;
  background-size: contain;
  padding: 0;
}

.mob .section [class*="btn-more"]:before {
  font-size: 0.6rem;
  padding-bottom: 2px;
}

#btc .tooltip i {
  font-size: 12px;
  font-style: normal;
}

.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;
}

.popup_content p i {
  font-style: normal;
}

.section .use-mobile,
.mob .section .use-pc {
  display: none;
}

.section .use-pc,
.mob .section .use-mobile {
  display: block;
}

/* section */
#section1 {
  position: relative;
  height: 1180px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/bg_section1.jpg") no-repeat 50% 0;
}

#section2 {
  position: relative;
  height: 1110px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/bg_section2.jpg") no-repeat 50% 0;
}

#section3 {
  position: relative;
  height: 760px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/bg_section3.jpg") no-repeat 50% 0;
}

#section4 {
  position: relative;
  height: 500px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/bg_section4.jpg") no-repeat 50% 0;
}

#section5 {
  position: relative;
  height: 1030px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/bg_section5.jpg") no-repeat 50% 0;
}

#section6 {
  position: relative;
  height: 1110px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/bg_section6.jpg") no-repeat 50% 0;
}

#section7 {
  position: relative;
  height: 810px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/bg_section7.jpg") no-repeat 50% 0;
}

#section8 {
  position: relative;
  height: 1649px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/bg_section8.jpg") no-repeat 50% 0;
}

#section1 a.btn-info1 {
  top: 550px;
  margin-left: 108px;
}

#section1 a.btn-info2 {
  top: 550px;
  margin-left: 460px;
}

#section1 a.btn-info3 {
  top: 920px;
  margin-left: -265px;
}

#section1 a.btn-info4 {
  top: 920px;
  margin-left: 103px;
}

#section1 a.btn-info5 {
  top: 920px;
  margin-left: 459px;
}

#section1 a.btn-more1 {
  top: 705px;
  margin-left: 30px;
}

#section2 a.btn-info1 {
  top: 111px;
  margin-left: -263px;
}

#section2 a.btn-info2 {
  top: 111px;
  margin-left: 109px;
}

#section2 a.btn-info3 {
  top: 478px;
  margin-left: -260px;
}

#section2 a.btn-info4 {
  top: 478px;
  margin-left: 106px;
}

#section2 a.btn-info5 {
  top: 478px;
  margin-left: 474px;
}

#section2 a.btn-info6 {
  top: 848px;
  margin-left: -80px;
}

#section2 a.btn-info7 {
  top: 848px;
  margin-left: 295px;
}

#section3 a.btn-info1 {
  top: 120px;
  margin-left: -33px;
}

#section3 a.btn-info2 {
  top: 120px;
  margin-left: 95px;
}

#section3 a.btn-info3 {
  top: 120px;
  margin-left: 221px;
}

#section3 a.btn-info4 {
  top: 120px;
  margin-left: 350px;
}

#section4 a.btn-info1 {
  top: 234px;
  margin-left: -263px;
}

#section4 a.btn-info2 {
  top: 234px;
  margin-left: 105px;
}

#section4 a.btn-info3 {
  top: 234px;
  margin-left: 468px;
}

#section5 [class*="btn-info"],
#section6 [class*="btn-info"],
#section7 [class*="btn-info"] {
  width: 24px;
  height: 24px;
  background-image: url(//image.tw.ncsoft.com/aion/event/250604_exchange/btn_preview_reward.png);
}

#section5 a.btn-info1 {
  top: 441px;
  margin-left: -463px;
}

#section5 a.btn-info2 {
  top: 601px;
  margin-left: -463px;
}

#section5 a.btn-info3 {
  top: 441px;
  margin-left: -304px;
}

#section5 a.btn-info4 {
  top: 601px;
  margin-left: -304px;
}

#section5 a.btn-info5 {
  top: 441px;
  margin-left: -148px;
}

#section5 a.btn-info6 {
  top: 441px;
  margin-left: 10px;
}

#section5 a.btn-info7 {
  top: 441px;
  margin-left: 165px;
}

#section5 a.btn-info8 {
  top: 441px;
  margin-left: 320px;
}

#section5 a.btn-info9 {
  top: 441px;
  margin-left: 480px;
}

#section5 a.btn-info10 {
  top: 600px;
  margin-left: 480px;
}

#section5 a.btn-info11 {
  top: 736px;
  margin-left: 480px;
}

/* reward */
#section5 .itemDiv {
  width: 1087px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  top: 855px;
  left: 50%;
  transform: translateX(-50%);
}

#section5 .area-reward {
  text-align: center;
}

#section5 .area-reward p {
  text-indent: 0;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 500;
  color: #7ec1ff;
  margin-bottom: 10px;
}

#section5 .area-reward p span {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -3px;
}

#section5 .area-reward p strong {
  font-size: 36px;
  font-weight: 700;
  color: #929292;
  letter-spacing: -3px;
}

#section5 .area-reward p i {
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  color: #7ec1ff;
  letter-spacing: -4.5px;
  position: relative;
  top: -3px;
}

#section5 .area-reward a {
  width: 153px;
  height: 48px;
  font-size: 28px;
  color: #dedeff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 4px;
  font-weight: 500;
  letter-spacing: 0px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  border: none;
  background: url(//image.tw.ncsoft.com/aion/event/250604_exchange/btn-reward.png) no-repeat center;
  background-size: contain;
  text-shadow: 1px 0 #c2b4b4;
  position: static;
  text-indent: initial;
}

#section5 .area-reward a.btn-login {
  background-image: url(//image.tw.ncsoft.com/aion/event/250604_exchange/btn-login.png);
  color: #4c2510;
}

#section5 .area-reward a.btn-reward {
  background-image: url(//image.tw.ncsoft.com/aion/event/250604_exchange/btn-reward.png);
  color: #dedeff;
  text-shadow: -1px 0 rgba(0, 0, 0, 0.21);
}

#section5 .area-reward a.btn-receive {
  background-image: url(//image.tw.ncsoft.com/aion/event/250604_exchange/btn-gray.png);
}

#section5 .area-reward a.btn-uncompleted {
  background-image: url(//image.tw.ncsoft.com/aion/event/250604_exchange/btn-gray.png);
  color: #4c2510;
}

#section5 .area-reward a.btn-end,
#section5 .area-reward a.btn-not {
  background-image: url(//image.tw.ncsoft.com/aion/event/250604_exchange/btn-gray.png);
  letter-spacing: -0.5px;
}

#section5 .area-reward a.btn-not {
  font-size: 20px;
}

.btn-receive,
.btn-uncompleted,
.btn-end,
.btn-not {
  cursor: not-allowed;
}

#section5 .area-reward a[class*="btn"] {
  transition: all 0.1s ease;
}

#section6 a.btn-info1 {
  top: 257px;
  margin-left: -371px;
}

#section6 a.btn-info2 {
  top: 257px;
  margin-left: -182px;
}

#section6 a.btn-info3 {
  top: 257px;
  margin-left: 6px;
}

#section6 a.btn-info4 {
  top: 257px;
  margin-left: 198px;
}

#section6 a.btn-info5 {
  top: 257px;
  margin-left: 387px;
}

#section6 a.btn-info6 {
  top: 438px;
  margin-left: -463px;
}

#section6 a.btn-info7 {
  top: 438px;
  margin-left: -280px;
}

#section6 a.btn-info8 {
  top: 438px;
  margin-left: -93px;
}

#section6 a.btn-info9 {
  top: 438px;
  margin-left: 93px;
}

#section6 a.btn-info10 {
  top: 438px;
  margin-left: 282px;
}

#section6 a.btn-info11 {
  top: 438px;
  margin-left: 468px;
}

#section6 a.btn-info12 {
  top: 900px;
  margin-left: 105px;
}

#section6 a.btn-info13 {
  top: 900px;
  margin-left: 425px;
}

#section7 a.btn-info1 {
  top: 330px;
  margin-left: -225px;
}

#section7 a.btn-info2 {
  top: 680px;
  margin-left: -225px;
}

.mob #section1 {
  height: 990px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section1.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section1-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section2 {
  height: 752px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section2.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section2-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section3 {
  height: 660px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section3.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section3-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section4 {
  height: 440px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section4.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section4-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section5 {
  height: 920px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section5.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section5-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section6 {
  height: 800px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section6.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section6-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section7 {
  height: 570px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section7.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section7-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section8 {
  height: 1580px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section8.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250604_exchange/m/bg_section8-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section1 a.btn-info1 {
  top: 474px;
  margin-left: -42px;
}

.mob #section1 a.btn-info2 {
  top: 474px;
  margin-left: 139px;
}

.mob #section1 a.btn-info3 {
  top: 664px;
  margin-left: -42px;
}

.mob #section1 a.btn-info4 {
  top: 664px;
  margin-left: 139px;
}

.mob #section1 a.btn-info5 {
  top: 855px;
  margin-left: -42px;
}

.mob #section1 a.btn-more1 {
  top: 558px;
  margin-left: -83px;
}

.mob #section2 a.btn-info1 {
  top: -138px;
  margin-left: 139px;
}

.mob #section2 a.btn-info2 {
  top: 50px;
  margin-left: -42px;
}

.mob #section2 a.btn-info3 {
  top: 237px;
  margin-left: -42px;
}

.mob #section2 a.btn-info4 {
  top: 236px;
  margin-left: 138px;
}

.mob #section2 a.btn-info5 {
  top: 426px;
  margin-left: -42px;
}

.mob #section2 a.btn-info6 {
  top: 424px;
  margin-left: 139px;
}

.mob #section2 a.btn-info7 {
  top: 614px;
  margin-left: 50px;
}

.mob #section3 a.btn-info1 {
  top: 58px;
  margin-left: 74px;
}

.mob #section3 a.btn-info2 {
  top: 140px;
  margin-left: -53px;
}

.mob #section3 a.btn-info3 {
  top: 140px;
  margin-left: 10px;
}

.mob #section3 a.btn-info4 {
  top: 140px;
  margin-left: 75px;
}

.mob #section4 a.btn-info1 {
  top: 113px;
  margin-left: -43px;
}

.mob #section4 a.btn-info2 {
  top: 113px;
  margin-left: 140px;
}

.mob #section4 a.btn-info3 {
  top: 296px;
  margin-left: 50px;
}

.mob #section5 .inner {
  padding-top: 3.5rem;
  max-width: 420px;
}

.mob #section5 .txt span {
  margin: 1px 0;
  padding: 0 1px;
}

.mob #section5 .txt span i {
  padding: 0;
}

.mob #section5 .txt span i.letter-big {
  letter-spacing: 0;
}

.mob #section5 a[class*="btn-more"] {
  width: 20px;
  height: 20px;
}

.mob #section5 a[class*="btn-info"],
.mob #section6 a[class*="btn-info"],
.mob #section7 a[class*="btn-info"] {
  z-index: 99;
  width: 20px;
  height: 20px;
}

.mob #section5 a.btn-info1 {
  top: 240px;
  margin-left: -105px;
}

.mob #section5 a.btn-info2 {
  top: 322px;
  margin-left: -105px;
}

.mob #section5 a.btn-info3 {
  top: 240px;
  margin-left: -27px;
}

.mob #section5 a.btn-info4 {
  top: 322px;
  margin-left: -27px;
}

.mob #section5 a.btn-info5 {
  top: 240px;
  margin-left: 53px;
}

.mob #section5 a.btn-info6 {
  top: 240px;
  margin-left: 127px;
}

.mob #section5 a.btn-info7 {
  top: 618px;
  margin-left: -74px;
}

.mob #section5 a.btn-info8 {
  top: 618px;
  margin-left: 5px;
}

.mob #section5 a.btn-info9 {
  top: 618px;
  margin-left: 86px;
}

.mob #section5 a.btn-info10 {
  top: 698px;
  margin-left: 86px;
}

.mob #section5 a.btn-info11 {
  top: 768px;
  margin-left: 86px;
}

.mob #section5 .itemDiv {
  width: 370px;
  top: 445px;
  gap: 318px 2px;
  flex-wrap: wrap;
}

.mob #section5 .area-reward a {
  width: 77px;
  height: 24px;
  font-size: 14px;
  padding-bottom: 0;
}

.mob #section5 .area-reward p {
  font-size: 12px;
  margin-bottom: 6px;
}

.mob #section5 .area-reward p strong {
  font-size: 14px;
  letter-spacing: normal;
}

.mob #section5 .area-reward p i {
  letter-spacing: normal;
  font-size: 12px;
}

.mob #section5 .area-reward p span {
  font-size: 14px;
  letter-spacing: normal;
}

.mob #section5 .area-reward a.btn-not {
  font-size: 10px;
}

.mob #section6 a.btn-info1 {
  top: 157px;
  margin-left: -136px;
}

.mob #section6 a.btn-info2 {
  top: 157px;
  margin-left: -44px;
}

.mob #section6 a.btn-info3 {
  top: 157px;
  margin-left: 52px;
}

.mob #section6 a.btn-info4 {
  top: 157px;
  margin-left: 149px;
}

.mob #section6 a.btn-info5 {
  top: 238px;
  margin-left: -135px;
}

.mob #section6 a.btn-info6 {
  top: 238px;
  margin-left: -39px;
}

.mob #section6 a.btn-info7 {
  top: 238px;
  margin-left: 52px;
}

.mob #section6 a.btn-info8 {
  top: 238px;
  margin-left: 148px;
}

.mob #section6 a.btn-info9 {
  top: 320px;
  margin-left: -133px;
}

.mob #section6 a.btn-info10 {
  top: 320px;
  margin-left: -40px;
}

.mob #section6 a.btn-info11 {
  top: 320px;
  margin-left: 52px;
}

.mob #section6 a.btn-info12 {
  top: 530px;
  margin-left: 128px;
}

.mob #section6 a.btn-info13 {
  top: 695px;
  margin-left: -35px;
}

.mob #section7 a.btn-info1 {
  top: 158px;
  margin-left: -35px;
}

.mob #section7 a.btn-info2 {
  top: 325px;
  margin-left: 125px;
}

/* caution */
.caution {
  position: relative;
  height: 420px;
  margin: 0 auto;
  background-color: #191919;
}

.caution:after {
  content: "";
  display: none;
  pointer-events: none;
  width: 2560px;
  height: 250px;
  background: none no-repeat 50% 0;
  position: absolute;
  top: -195px;
  left: 50%;
  margin-left: -1280px;
}

.caution .inner {
  width: 800px;
  margin: 0 auto;
  padding: 60px 0 100px;
  position: relative;
  z-index: 10;
}

.caution .inner h2 {
  width: 162px;
  height: 29px;
  text-indent: -9999px;
  background: url("//image.tw.ncsoft.com/aion/event/250604_exchange/caution.png") no-repeat 0 0;
  background-size: contain;
  margin-bottom: 20px;
}

.caution .inner ol {
  margin: 0 0 0 20px;
}

.caution .inner ol li {
  padding: 2px 0;
  list-style: decimal;
  color: #a6a6a6;
  text-align: justify;
  /*text-shadow:2px 2px 3px rgba(0,0,0,.4);*/
}

.caution .inner ol li span,
.caution .inner ol li.point,
.caution .inner ol li a {
  color: #ffc000;
}

.caution .inner ol li a {
  text-decoration: underline;
}

.mob .caution {
  height: auto;
  background-size: 1280px 100%;
  /*background-image:none;*/
}

.mob .caution .inner {
  width: 100%;
  max-width: 320px;
  padding: 2rem 0;
  font-size: 0.8rem;
  font-weight: 300;
  box-sizing: border-box;
}

.mob .caution .inner h2 {
  width: 108px;
  height: 20px;
  margin-bottom: 10px;
}

.mob .caution .inner ol {
  margin-left: 13px;
}

@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;
  }
}

@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;
  }
}

/* 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;
}

/* modal */
/*#modal-header,#modal-contents,body #modal-header-image{background:none !important;}
#modal-wrap{box-shadow:none !important;}*/

/* 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 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.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: 1rem;
}

#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;
  }
}