/* Globel */
* {
  text-decoration: none;
  list-style: none;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Noto Sans TC", Microsoft JhengHei, Impact;
}

body {
  overflow-x: hidden;
  width: 100%;
  min-width: 1920px;
  background: #fff;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

section {
  display: block;
}

button {
  border: none;
  background: transparent;
  padding: 0;
}

/* wrap */
.wrap {
  background: url("../img/main_bg.png") no-repeat center;
  height: 5680px;
  min-width: 1920px;
}

/* Mask */
.mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(191 216 242 / 60%);
  z-index: 50;
  position: fixed;
  display: none;
}

/* Popup */
.pop_notice {
  width: 900px;
  height: 550px;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  background: #212121;
  color: #fff;
  border-radius: 20px;
}
.pop_content {
  width: 100%;
  height: 100%;
  position: relative;
}
.content_wrap {
  margin: 0 auto;
  margin-top: 90px;
  width: 820px;
  height: 350px;
  font-size: 18px;
  line-height: 2;
  overflow-y: auto;
  overflow-x: hidden;
}
.content_wrap h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  position: absolute;
  top: -6%;
}
.content_wrap ul {
  padding-left: 24px;
}
.content_wrap li {
  list-style: decimal;
  list-style-type: decimal;
}
.notice_title {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pop_login,
.pop_reward,
.pop_perfect,
.pop_msg {
  width: 600px;
  height: 300px;
  background: #212121;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  border-radius: 20px;
}
.pop_reward p,
.pop_perfect p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: 45px;
  margin-bottom: 0;
}
.pop_login p,
.pop_msg p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin: 80px 0;
}
.pop_perfect label {
  color: #fff;
}

.pop_msg p {
  margin-bottom: 80px;
}
.btn_wrap {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}

.pop .btn_wrap img,
.confirm_wrap img {
  width: 200px;
  height: auto;
}

.confirm_wrap {
  display: flex;
  justify-content: center;
}
.confirm_btn,
.confirm_select_btn,
.confirm_login_btn,
.confirm_msg_btn,
.cancel_btn {
  background: none;
  border: none;
  cursor: pointer;
}
.confirm_btn:hover,
.confirm_select_btn:hover,
.confirm_login_btn:hover,
.confirm_msg_btn:hover,
.cancel_btn:hover {
  filter: brightness(0.8);
}

/* 獎勵跳窗 */
.reward_icon, 
.form_check {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.form_check label {
  color: #fff;
  height: 20px;
  padding-left: 5px;
  cursor: pointer;
}
.form_check input[type="radio"] {
  width: 15px;
  height: 15px;
  appearance: none;
  -webkit-appearance: none;
  border: 3px solid #fff;
  background-color: #fff;
  cursor: pointer;
}
.form_check input[type="radio"]:checked {
  background-color: rgba(240, 105, 47, 1);
}
.form_check input[type="radio"]:checked + label {
  color: rgba(240, 105, 47, 1);
}

.reward_icon img {
  width: 45px;
  height: 45px;
}

.knight,
.princess {
  display: flex;
  align-items: center;
}
.princess {
  margin-left: 30px;
}


/* ScrollTop */
.top {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 150px;
  right: 30px;
  cursor: pointer;
  z-index: 10;
}

/* FB fans */
.fb_fans {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.fb_fans a {
  cursor: pointer;
}


/* Header */
.header {
  width: 100%;
  max-width: 1920px;
  height: 700px;
  margin: 0 auto;
  position: relative;
}
.header .nav {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.header .nav .bar_right {
  display: flex;
  justify-content:flex-end;
  align-items: center;
  width: 45%;
}
.header .nav .bar_right a {
  width: 150px;
  height: 80px;
}
.header .nav .bar_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 55%;
}

.top_up {
  background: url("../img/Header/top_up.png") center;
}
.top_up:hover {
  background: url("../img/Header/top_up_hover.png") center;
}
.download {
  background: url("../img/Header/download.png") center;
}
.download:hover {
  background: url("../img/Header/download_hover.png") center;
}
.login {
  background: url("../img/Header/login.png") center;
}
.login:hover {
  background: url("../img/Header/login_hover.png") center;
  cursor: pointer;
}

/* 登入後 */
.login_info {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}
.login_info span {
  padding: 0 10px;
}
.logout {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212121;
}
.logout:hover {
  background: rgba(181, 179, 179, 0.5);
  color: rgba(255, 255, 255, 1);
}

.anniversary_bg {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 264px;
  z-index: 2;
  padding-left: 20px;
}


/* Section按鈕 */
.section_bar {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 708px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.sec1_btn,
.sec2_btn,
.sec3_btn,
.sec4_btn {
  width: 336px;
  height: 115px;
}

.sec1_btn {
  background-image: url("../img/main/attendance.png");
}
.sec1_btn:hover {
  background-image: url("../img/main/attendance_hover.png");
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sec2_btn {
  background-image: url("../img/main/bonus.png");
}
.sec2_btn:hover {
  background-image: url("../img/main/bonus_hover.png");
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sec3_btn {
  background-image: url("../img/main/sale_event.png");
}
.sec3_btn:hover {
  background-image: url("../img/main/sale_event_hover.png");
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sec4_btn {
  background-image: url("../img/main/boss.png");
}
.sec4_btn:hover {
  background-image: url("../img/main/boss_hover.png");
  transition: 0.3s;
  -webkit-transition: 0.3s;
}


/* Main */
#main {
  height: 4615px;
  position: relative;
  margin-top: 350px;
}

.section {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.sec1_text,
.sec2_text,
.sec3_text,
.sec4_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  color: #212121;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
}

.sec1_text {
  margin-top: 15px;
}

/* 週年點點名 */
#sec1 {
  height: 900px;
}

#sec1 .char {
  position: absolute;
  margin: 15px 0 0 15px;
}

.sec1_content {
  position: absolute;
  left: 32%;
  top: 16%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

/* 簽到 */
.attendance_wrap {
  position: relative;
  top: 48%;
  height: 500px;
  z-index: 3;
}
.attendance_container1 {
  position: absolute;
  top: 8px;
  left: 15%;
  z-index: 2;
  display: flex;
}
.attendance_container2 {
  position: absolute;
  top: 235px;
  left: 15%;
  z-index: 2;
  display: flex;
}

/* 未簽到 */
.attendance_content {
  margin: 0 8px;
  background: url("../img/sec01_attendance/Frame41.png") no-repeat;
  width: 205px;
  height: 206px;
}

/* 尚未開放 */
.attendance_btn,
.full_attendance_btn {
  background: url("../img/sec01_attendance/not_open_2.png") no-repeat;
  width: 127px;
  height: 42px;
}

/* 可領取 */
.attendance_btn.available,
.full_attendance_btn.available {
  width: 127px;
  height: 42px;
  cursor: pointer;
  background: url("../img/sec01_attendance/sign_in.png") no-repeat;
}
.attendance_btn.available:hover,
.full_attendance_btn.available:hover {
  background: url("../img/sec01_attendance/sign_in_hover.png") no-repeat;
}

/* 已簽到 & 已過期 & 補簽到 */
.attendance_content.gray {
  background: url("../img/sec01_attendance/received_bg.png") no-repeat;
  width: 205px;
  height: 206px;
  color: #fff;
}

.attendance_btn.received,
.full_attendance_btn.received {
  background: url("../img/sec01_attendance/received.png") no-repeat;
  width: 120px;
  height: 42px;
}

.attendance_btn.expired,
.full_attendance_btn.expired {
  background: url("../img/sec01_attendance/expired.png") no-repeat;
  width: 120px;
  height: 42px;
}

.attendance_btn.resigning {
  background: url("../img/sec01_attendance/re_signing.png") no-repeat;
  width: 120px;
  height: 42px;
  cursor: pointer;
}

.attendance_btn.resigning:hover {
  background: url("../img/sec01_attendance/re_signing_hover.png") no-repeat;
  width: 120px;
  height: 42px;
  cursor: pointer;
}


.attendance_content img {
  width: 200px;
  height: 200px;
}

.content_info {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 4px;
}
.content_info img {
  width: 60px;
  height: 60px;
}
.attendance_date {
  font-size: 20px;
}
.item_info {
  font-size: 16px;
}

.full_attendance_container {
  position: absolute;
  right: 15%;
}

.full_attendance_content {
  background: url("../img/sec01_attendance/full_attendance_bg_1.png") no-repeat;
  margin-bottom: 14px;
  width: 228px;
  height: 350px;
}
.full_attendance_info {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  width: 220px;
  height: 245px;
  padding-left: 4px;
  top: 27%;
}
.full_attendance_info .item_info {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_wrap {
  display: flex;
  justify-content: space-evenly;
  width: 180px;
}

.notice_btn {
  background-image: url("../img/sec01_attendance/notice.png");
  width: 225px;
  height: 77px;
  cursor: pointer;
  position: absolute;
  right: 15.15%;
  bottom: 12%;
}

.notice_btn:hover {
  background-image: url("../img/sec01_attendance/notice_hover.png");
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.re_signing {
  position: absolute;
  bottom: 0;
  left: 44%;
  background-image: url("../img/sec01_attendance/re_signing_count1.png");
  width: 220px;
  height: 35px;
}
.re_signing.used {
  position: absolute;
  bottom: 0;
  left: 44%;
  background-image: url("../img/sec01_attendance/re_signing_count0.png");
  width: 220px;
  height: 35px;
}



/* 慶典加倍樂 */
#sec2 {
  height: 1000px;
  margin-top: 190px;
}

.sec2_content {
  position: absolute;
  left: 16.5%;
  top: 9%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 1300px;
}

#sec2 .char {
  position: absolute;
  margin: 15px 0 0 15px;
  right: 2%;
  top: -34%;
}

/* 經驗 */
.exp_container {
  background: url("../img/sec02_bonus/exp_blank.png") no-repeat;
  width: 1000px;
  height: 450px;
  margin-right: 50px;
}

.counter {
  font-family: 'ZaoZiGongFangXingYan', sans-serif;
  font-size: 190px;
  text-align: center;
  position: absolute;
  top: 64%;
  left: 27%;
  color: rgba(240, 105, 47, 1);
}


/* 瘋狂特賣會 */
#sec3 {
  height: 1000px;
  margin-top: 180px;
}

.sec3_content {
  position: absolute;
  left: 16.5%;
  top: 9%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 1300px;
}

.sec3_text {
  color: #fff;
}

.event_content {
  background: url("../img/sec03_sale_event/event_table_bg.png") no-repeat;
  width: 1340px;
  height: 800px;
  margin-top: 70px;
}

.event_table {
  position: absolute;
  bottom: 9.5%;
  left: 7%;
}


/* BOSS狂歡樂 */
#sec4 {
  height: 1025px;
  margin-top: 320px;
}

.sec4_title {
  padding-right: 10px;
}

.sec4_content {
  position: absolute;
  left: 27%;
  top: 10%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 900px;
  z-index: 3;
}

.sec4_text {
  color: #fff;
  margin-top: 70px;
}

.char_container {
  position: absolute;
  top: 3%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#sec4 .sec4_char1 img {
  width: 790px;
  height: auto;
}

#sec4 .sec4_char2 {
  margin: 6% 2% 0 0;
}




/* Footer */
footer {
  position: relative;
  background-size: contain;
  background: #fff;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 0;
  background-color: rgba(255, 255, 255, 1);
  margin-top: auto;
}
.footerbox {
  max-width: 1920px;
  height: 120px;
  font-size: 14px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #212121;
}
.footerbox_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
a.logo_digeam {
  background: url("../img/footer/digeam_logo.png") no-repeat center;
  width: 288px;
  height: 69px;
}
a.logo_rw {
  background: url("../img/footer/wemademax_LOGO.png") no-repeat center;
  width: 260px;
  height: 120px;
}
.spec {
  line-height: 20px;
  margin: 0 20px 0 10px;
}
.spec a {
  color: #f4a744;
  text-decoration: underline;
  display: inline-block;
}
.spec a:nth-child(odd) {
  margin-left: 7px;
}
.spec a:hover {
  color: #d8933a;
}
.classlavel {
  margin: 0 10px;
  display: flex;
  justify-content: center;
}
.classlavel img {
  width: 74px;
  height: 74px;
}
.classlavel ul {
  padding-left: 10px;
}
.classlavel li {
  line-height: 1.2rem;
}
.classlavel li:nth-child(4) {
  color: #f4a744;
}


/*---- Scrollbar ----*/
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-thumb {
  background: #fcfaf0;
}

::-webkit-scrollbar-track {
  background: #b9762b;
}

.disableScroll {
  overflow: hidden;
}



/* 字體 */
@font-face {
  font-family: 'ZaoZiGongFangXingYan';
  src: url('../fonts/ZaoZiGongFangXingYan-2.ttf') format('truetype');
}

@font-face {
  font-family: 'MicrosoftJhengHei';
  src: url('../fonts/MicrosoftJhengHei.ttf') format('truetype');
}

