@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: #1c1715;
}

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: 880px;
  background: url("//image.tw.ncsoft.com/aion/event/250702_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/250702_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/250702_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/250702_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: 430px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250702_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/250702_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/250702_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/250702_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/250702_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: 20px;
  height: 22px;
  left: 50%;
  margin-left: -19px;
  background: url("//image.tw.ncsoft.com/aion/event/250702_exchange/btn_preview.png") no-repeat 50% 50%;
  background-size: cover;
  text-indent: -9999px;
  z-index: 99;
}

.section [class*="btn-more"] {
  width: 73px;
  height: 23px;
  left: 50%;
  margin-left: -50px;
  background: url("//image.tw.ncsoft.com/aion/event/250702_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: 16px;
  height: 18px;
  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: 1240px;
  background: url("//image.tw.ncsoft.com/aion/event/250702_exchange/bg_section1.jpg") no-repeat 50% 0;
}

#section2 {
  position: relative;
  height: 290px;
  background: url("//image.tw.ncsoft.com/aion/event/250702_exchange/bg_section2.jpg") no-repeat 50% 0;
}

#section3 {
  position: relative;
  height: 1390px;
  background: url("//image.tw.ncsoft.com/aion/event/250702_exchange/bg_section3.jpg") no-repeat 50% 0;
}

#section4 {
  position: relative;
  height: 1360px;
  background: url("//image.tw.ncsoft.com/aion/event/250702_exchange/bg_section4.jpg") no-repeat 50% 0;
}

#section5 {
  position: relative;
  height: 760px;
  background: url("//image.tw.ncsoft.com/aion/event/250702_exchange/bg_section5.jpg") no-repeat 50% 0;
}

#section6 {
  position: relative;
  height: 1280px;
  background: url("//image.tw.ncsoft.com/aion/event/250702_exchange/bg_section6.jpg") no-repeat 50% 0;
}

#section1 a.btn-info1 {
  top: 432px;
  margin-left: 74px;
}

#section1 a.btn-info2 {
  top: 432px;
  margin-left: 265px;
}

#section1 a.btn-info3 {
  top: 432px;
  margin-left: 375px;
}

#section1 a.btn-info4 {
  top: 710px;
  margin-left: -230px;
}

#section1 a.btn-info5 {
  top: 710px;
  margin-left: 70px;
}

#section1 a.btn-info6 {
  top: 710px;
  margin-left: 380px;
}

#section3 a.btn-info1 {
  top: 189px;
  margin-left: -290px;
}

#section3 a.btn-info2 {
  top: 186px;
  margin-left: 118px;
}

#section3 a.btn-info3 {
  top: 188px;
  margin-left: 324px;
}

#section3 a.btn-info4 {
  top: 840px;
  margin-left: -290px;
}

#section3 a.btn-info5 {
  top: 840px;
  margin-left: 118px;
}

#section3 a.btn-info6 {
  top: 1045px;
  margin-left: 118px;
}

#section3 a.btn-info7 {
  top: 840px;
  margin-left: 325px;
}

#section3 a.btn-info8 {
  top: 1045px;
  margin-left: 325px;
}

#section3 a.btn-more1 {
  top: 290px;
  margin-left: -345px;
}

#section4 a.btn-info1 {
  top: 611px;
  margin-left: -268px;
}

#section4 a.btn-info2 {
  top: 611px;
  margin-left: -125px;
}

#section4 a.btn-info3 {
  top: 611px;
  margin-left: 17px;
}

#section4 a.btn-info4 {
  top: 613px;
  margin-left: 158px;
}

#section4 a.btn-info5 {
  top: 612px;
  margin-left: 300px;
}

#section4 a.btn-info6 {
  top: 806px;
  margin-left: -332px;
}

#section4 a.btn-info7 {
  top: 806px;
  margin-left: -192px;
}

#section4 a.btn-info8 {
  top: 806px;
  margin-left: -52px;
}

#section4 a.btn-info9 {
  top: 806px;
  margin-left: 87px;
}

#section4 a.btn-info10 {
  top: 806px;
  margin-left: 225px;
}

#section4 a.btn-info11 {
  top: 806px;
  margin-left: 364px;
}

#section4 a.btn-info12 {
  top: 1249px;
  margin-left: 258px;
}

#section5 a.btn-info1 {
  top: 350px;
  margin-left: 79px;
}

#section5 a.btn-info2 {
  top: 637px;
  margin-left: -175px;
}

#section5 a.btn-info3 {
  top: 617px;
  margin-left: 297px;
}

/* reward */
#section3 .itemDiv {
  width: 865px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 545px 29px;
  position: absolute;
  top: 518px;
  left: 50%;
  transform: translateX(-50.6%);
}

#section3 .area-reward {
  text-align: center;
  width: 176px;
}

#section3 .area-reward p {
  text-indent: 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 500;
  color: #ffe083;
  margin-bottom: 10px;
}

#section3 .area-reward p span {
  font-size: 18px;
  font-weight: 500;
  color: #e0e0dd;
}

#section3 .area-reward p strong {
  font-size: 18px;
  font-weight: 700;
  color: #ffe083;
}

#section3 .area-reward p i {
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  color: #e0e0dd;
  position: relative;
  top: -3px;
}

#section3 .area-reward a {
  width: 150px;
  height: 49px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 4px;
  letter-spacing: 0px;
  user-select: none;
  border: none;
  background: url(//image.tw.ncsoft.com/aion/event/250702_exchange/btn-reward.png) no-repeat center;
  background-size: contain;
  text-shadow: 1px 0 #ffffff;
  position: static;
  text-indent: initial;
  margin: auto;

}

#section3 .area-reward a.btn-login {
  background-image: url(//image.tw.ncsoft.com/aion/event/250702_exchange/btn-login.png);
}

#section3 .area-reward a.btn-reward {
  background-image: url(//image.tw.ncsoft.com/aion/event/250702_exchange/btn-reward.png);
  text-shadow: -1px 0 rgba(0, 0, 0, 0.21);
}

#section3 .area-reward a.btn-receive {
  background-image: url(//image.tw.ncsoft.com/aion/event/250702_exchange/btn-gray.png);
}

#section3 .area-reward a.btn-uncompleted {
  background-image: url(//image.tw.ncsoft.com/aion/event/250702_exchange/btn-gray.png);
}

#section3 .area-reward a.btn-end,
#section3 .area-reward a.btn-not {
  background-image: url(//image.tw.ncsoft.com/aion/event/250702_exchange/btn-gray.png);
  letter-spacing: -0.5px;
}

#section3 .area-reward a.btn-not {
  font-size: 20px;
}

.btn-receive,
.btn-uncompleted,
.btn-end,
.btn-not {
  cursor: not-allowed;
}

#section3 .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;
}

.mob #section1 {
  height: 1080px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250702_exchange/m/bg_section1.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250702_exchange/m/bg_section1-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section2 {
  height: 140px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250702_exchange/m/bg_section2.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250702_exchange/m/bg_section2-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section3 {
  height: 1030px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250702_exchange/m/bg_section3.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250702_exchange/m/bg_section3-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section4 {
  height: 800px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250702_exchange/m/bg_section4.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250702_exchange/m/bg_section4-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section5 {
  height: 385px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250702_exchange/m/bg_section5.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250702_exchange/m/bg_section5-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section6 {
  height: 1205px;
  background-image: url("//image.tw.ncsoft.com/aion/event/250702_exchange/m/bg_section6.jpg"),
    url("//image.tw.ncsoft.com/aion/event/250702_exchange/m/bg_section6-bk.jpg");
  background-size: 375px 100%, 1280px 100%;
}

.mob #section1 a.btn-info1 {
  top: 369px;
  margin-left: -38px;
}

.mob #section1 a.btn-info2 {
  top: 369px;
  margin-left: 60px;
}

.mob #section1 a.btn-info3 {
  top: 369px;
  margin-left: 115px;
}

.mob #section1 a.btn-info4 {
  top: 509px;
  margin-left: -38px;
}

.mob #section1 a.btn-info5 {
  top: 509px;
  margin-left: 114px;
}

.mob #section1 a.btn-info6 {
  top: 655px;
  margin-left: 38px;
}

.mob #section3 a.btn-info1 {
  top: 89px;
  margin-left: -94px;
}

.mob #section3 a.btn-info2 {
  top: 89px;
  margin-left: 110px;
}

.mob #section3 a.btn-info3 {
  top: 415px;
  margin-left: -94px;
}

.mob #section3 a.btn-info4 {
  top: 415px;
  margin-left: 8px;
}

.mob #section3 a.btn-info5 {
  top: 741px;
  margin-left: -42px;
}

.mob #section3 a.btn-info6 {
  top: 843px;
  margin-left: -42px;
}

.mob #section3 a.btn-info7 {
  top: 741px;
  margin-left: 61px;
}

.mob #section3 a.btn-info8 {
  top: 843px;
  margin-left: 61px;
}

.mob #section3 a.btn-more1 {
  top: 143px;
  margin-left: -134px;
}

.mob #section4 a.btn-info1 {
  top: 324px;
  margin-left: -136px;
}

.mob #section4 a.btn-info2 {
  top: 324px;
  margin-left: -63px;
}

.mob #section4 a.btn-info3 {
  top: 324px;
  margin-left: 7px;
}

.mob #section4 a.btn-info4 {
  top: 324px;
  margin-left: 77px;
}

.mob #section4 a.btn-info5 {
  top: 324px;
  margin-left: 147px;
}

.mob #section4 a.btn-info6 {
  top: 421px;
  margin-left: -136px;
}

.mob #section4 a.btn-info7 {
  top: 421px;
  margin-left: -64px;
}

.mob #section4 a.btn-info8 {
  top: 421px;
  margin-left: 6px;
}

.mob #section4 a.btn-info9 {
  top: 421px;
  margin-left: 76px;
}

.mob #section4 a.btn-info10 {
  top: 423px;
  margin-left: 148px;
}

.mob #section4 a.btn-info11 {
  top: 497px;
  margin-left: -134px;
}

.mob #section4 a.btn-info12 {
  top: 707px;
  margin-left: 137px;
}

.mob #section5 a.btn-info1 {
  top: 166px;
  margin-left: 39px;
}

.mob #section5 a.btn-info2 {
  top: 310px;
  margin-left: -88px;
}

.mob #section5 a.btn-info3 {
  top: 299px;
  margin-left: 147px;
}

/* mob reward */
.mob #section3 .itemDiv {
  width: 350px;
  top: 246px;
  gap: 258px 14.3px;
  flex-wrap: wrap;
}

.mob #section3 .area-reward {
  width: 88px;
}

.mob #section3 .area-reward a {
  width: 85px;
  height: 28px;
  font-size: 12px;
}

.mob #section3 .area-reward p {
  font-size: 12px;
  margin-bottom: 6px;
}

.mob #section3 .area-reward p strong {
  font-size: 14px;
  letter-spacing: normal;
}

.mob #section3 .area-reward p i {
  letter-spacing: normal;
  font-size: 12px;
}

.mob #section3 .area-reward p span {
  font-size: 14px;
  letter-spacing: normal;
}

.mob #section3 .area-reward a.btn-not {
  font-size: 12px;
}

/* caution */
.caution {
  position: relative;
  height: 488px;
  background: url(//image.tw.ncsoft.com/aion/event/250702_exchange/bg_caution.jpg) no-repeat top center;
  margin: 0 auto;
}

.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/250702_exchange/caution.png") no-repeat 0 0;
  background-size: contain; */
  margin-bottom: 20px;
  color: #ac987c;
}

.caution .inner ol {
  margin: 0 0 0 20px;
}

.caution .inner ol li {
  padding: 2px 0;
  list-style: decimal;
  color: #a6a6a6;
  text-align: justify;
  color: #ac987c;
  /*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: #c98525;
}

.caution .inner ol li a {
  text-decoration: underline;
}

.mob .caution {
  height: auto;
  background-image: none;
  background-color: #1c1715;
}

.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;
}

/* mobile nctFooter */
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;
  }
}