@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap");
html,
body,
.header,
.main {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 19px;
  background-color: #000000;
  font-family: "Noto Sans TC", serif, "Microsoft JhengHei", 微軟正黑體, PMingLiU, 新細明體, sans-serif;
}

a {
  text-decoration: none;
}

.tab_inner {
  display: none;
}

.active {
  display: block;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

body .wrapper {
  width: 100%;
  height: auto;
}
body .wrapper .gotop {
  width: 60px;
  height: 60px;
  background: url(../img/gotop.png) no-repeat center center;
  cursor: pointer;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 99;
}
body .wrapper .hide {
  display: none;
}
body .wrapper .sw_btn_bot, body .wrapper .pad_bot {
  display: none;
}
body .wrapper .sw_ios, body .wrapper .sw_aos {
  filter: brightness(20%);
}
body .wrapper header {
  width: 100%;
}
body .wrapper header .left_item_m {
  display: none;
}
body .wrapper header .topbar {
  width: 100vw;
  height: 70px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  top: 0;
  left: 0;
  z-index: 99;
  backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(107, 99, 61, 0.815);
}
body .wrapper header .topbar .logo {
  width: 169px;
  height: 70px;
  margin: 0.1em 0 0 0.3em;
  position: relative;
  z-index: 2;
}
body .wrapper header .topbar .left_item {
  position: relative;
  z-index: 2;
  display: flex;
  height: 70px;
}
body .wrapper header .topbar .left_item::after {
  content: "";
  position: absolute;
  top: 70px;
  left: -200px;
  width: 200vw;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  transition: height 0.3s ease-in-out;
  pointer-events: none;
}
body .wrapper header .topbar .left_item:hover::after {
  height: 180px;
}
body .wrapper header .topbar .left_item .menu_item {
  width: 100%;
  display: flex;
}
body .wrapper header .topbar .left_item .menu_item ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cecece;
}
body .wrapper header .topbar .left_item .menu_item ul li {
  padding: 0 1em;
  position: relative;
}
body .wrapper header .topbar .left_item .menu_item ul li::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #bea27d;
  transition: width 0.3s ease-in-out;
}
body .wrapper header .topbar .left_item .menu_item ul li:hover::after {
  width: 50%;
  margin: 0 25%;
}
body .wrapper header .topbar .left_item .menu_item ul li a {
  color: #cecece;
}
body .wrapper header .topbar .left_item .menu_item ul li a:hover {
  color: #bea27d;
}
body .wrapper header .topbar .left_item .menu_item ul li .sub_menu {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: transparent;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 10;
  display: none;
  text-align: center;
}
body .wrapper header .topbar .left_item .menu_item ul li .sub_menu li {
  padding: 0;
}
body .wrapper header .topbar .left_item .menu_item ul li .sub_menu li a {
  display: block;
  padding: 7px 15px;
  white-space: nowrap;
  align-items: center;
}
body .wrapper header .topbar .left_item .menu_item ul li .sub_menu li a:hover {
  color: #bea27d;
}
body .wrapper header .topbar .left_item .menu_item ul li .sub_menu li:hover::after {
  display: none;
}
body .wrapper header .topbar .right_social {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 2;
}
body .wrapper header .topbar .right_social ul {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0 0;
}
body .wrapper header .topbar .right_social ul li {
  margin: 0 10px;
}
body .wrapper header .topbar .right_social ul li :hover {
  opacity: 0.8;
}
body .wrapper main {
  width: 100%;
  position: relative;
}
body .wrapper main .content {
  width: 100%;
  height: 100vh;
  position: relative;
}
body .wrapper main .content::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}
body .wrapper main .content .video_ink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  mix-blend-mode: soft-light;
  opacity: 0.5;
  pointer-events: none;
}
body .wrapper main .content .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
body .wrapper main .content .video_m {
  display: none;
}
body .wrapper main .content .contentbox {
  width: 100%;
  position: absolute;
  bottom: 5vh;
  z-index: 1;
}
body .wrapper main .content .contentbox .movie_play {
  width: 90px;
  margin: 0 auto -2em auto;
  cursor: pointer;
  position: relative;
}
body .wrapper main .content .contentbox .movie_play:hover {
  -webkit-filter: brightness(1.3);
}
body .wrapper main .content .contentbox .movie_play .r_line {
  position: absolute;
  width: 90px;
  height: 90px;
  z-index: 1;
  background: url(../img/play_bg.png) no-repeat;
  pointer-events: none;
}
body .wrapper main .content .contentbox .movie_play .r_line:hover {
  animation: loadingRotate 0.5s linear;
}
@keyframes loadingRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}
body .wrapper main .content .contentbox .con_logo {
  width: 701px;
  margin: 0 auto;
  pointer-events: none;
  animation: fadein 1s ease-in-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .wrapper main .content .contentbox .slogan {
  width: 480px;
  margin: 0 auto 15px auto;
  animation: fadein2 1s ease-out;
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body .wrapper main .content .contentbox .store ul {
  width: 32%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
body .wrapper main .content .contentbox .store ul li {
  width: 50%;
  margin: 0 0.5em;
  position: relative;
  filter: brightness(20%);
}
body .wrapper main .content .contentbox .store ul li img {
  width: 100%;
}
body .wrapper main .content .rightbox {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
body .wrapper main .content .rightbox ul li {
  width: 90%;
  margin-bottom: 1em;
}
body .wrapper main .content .rightbox ul li:hover {
  -webkit-filter: brightness(1.3);
}
body .wrapper main .content .rightbox ul li:nth-child(2) {
  filter: brightness(50%);
}
body .wrapper main .content .rightbox ul li:nth-child(3) {
  filter: brightness(50%);
}
body .wrapper #notice {
  width: 100%;
  position: relative;
  background: url(../img/notice_bg.jpg) no-repeat center top;
  background-size: 100%;
}
body .wrapper #notice .noticebox {
  width: 100%;
  background: url(../img/notice_topbarbn.png) no-repeat center top;
  background-size: contain;
  height: auto;
}
body .wrapper #notice .noticebox .notice_title {
  width: 402px;
  margin: 0 auto 5em auto;
  padding-top: 20vh;
}
body .wrapper #notice .noticebox .notice_store {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
body .wrapper #notice .noticebox .notice_store ul {
  display: flex;
  width: 38%;
}
body .wrapper #notice .noticebox .notice_store ul li {
  width: 100%;
  margin: 0 0.5em;
  position: relative;
}
body .wrapper #notice .noticebox .notice_store ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
body .wrapper #notice .noticebox .notice_store ul li.he_apple:hover::after {
  content: "";
  background: url(../img/apple_dl_b.png) no-repeat right top;
  position: absolute;
  background-size: cover;
  z-index: 99;
  width: 69px;
  height: 51px;
  right: 8px;
  top: 1px;
  animation: op 0.3s ease-in-out;
  pointer-events: none;
}
body .wrapper #notice .noticebox .notice_store ul li.he_google:hover::after {
  content: "";
  background: url(../img/google_dl_b.png) no-repeat right top;
  position: absolute;
  background-size: cover;
  z-index: 99;
  width: 69px;
  height: 51px;
  right: 8px;
  top: 1px;
  animation: op 0.3s ease-in-out;
  pointer-events: none;
}
body .wrapper #notice .noticebox .notice_store ul li.he_win:hover::after {
  content: "";
  background: url(../img/windows_dl_b.png) no-repeat right top;
  position: absolute;
  background-size: cover;
  z-index: 99;
  width: 69px;
  height: 51px;
  right: 8px;
  top: 1px;
  animation: op 0.3s ease-in-out;
  pointer-events: none;
}
body .wrapper #notice .noticebox .notice_store ul li img {
  width: 100%;
}
body .wrapper #notice .noticebox .notice-wrap {
  padding: 50px 0 80px 0;
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
body .wrapper #notice .noticebox .notice-wrap .notice_nav {
  width: 100%;
  margin: 0 auto;
}
body .wrapper #notice .noticebox .notice-wrap .notice_nav ul {
  display: flex;
  justify-content: center;
}
body .wrapper #notice .noticebox .notice-wrap .notice_nav ul li {
  width: 100%;
  cursor: pointer;
  text-align: center;
}
body .wrapper #notice .noticebox .notice-wrap .notice_nav ul li.active {
  color: #ffffff;
  border-bottom: 1px solid #fff;
  background: rgba(97, 96, 54, 0.753);
}
body .wrapper #notice .noticebox .notice-wrap .notice-list {
  margin-top: 10px;
}
body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-list_th {
  width: 100%;
  padding: 10px 0;
  background: url(../img/notice_ti_bg.jpg) repeat-x top;
}
body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-list_th span {
  display: inline-block;
  text-align: center;
  color: #cecece;
}
body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-list_th .no {
  width: 65px;
}
body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-list_th .title {
  width: calc(100% - 110px);
}
body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-list_th .date {
  width: 85px;
}
body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-list_td, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-news_td, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-event_td, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-system_td {
  position: relative;
  margin-top: 5px;
}
body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-list_td li, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-news_td li, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-event_td li, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-system_td li {
  position: relative;
  border-bottom: 1px dotted #ae8e4a;
}
body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-list_td li::before, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-news_td li::before, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-event_td li::before, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-system_td li::before {
  width: 0%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: rgba(174, 142, 74, 0.05);
  transition: all 0.3s ease-in;
}
body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-list_td li:hover, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-news_td li:hover, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-event_td li:hover, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-system_td li:hover {
  width: 100%;
  background-color: rgba(174, 142, 74, 0.1);
}
body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-list_td li a, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-news_td li a, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-event_td li a, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-system_td li a {
  padding: 12px 0px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: #545454;
  height: 100%;
  transition: all 0.3s ease-in;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-list_td li a::before, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-news_td li a::before, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-event_td li a::before, body .wrapper #notice .noticebox .notice-wrap .notice-list .notice-system_td li a::before {
  display: inline-block;
  vertical-align: middle;
  padding: 1px 6px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-right: 10px;
}
body .wrapper #notice .noticebox .notice-wrap .notice-pagination {
  position: relative;
  margin: 0px auto;
  padding: 20px 0;
}
body .wrapper #notice .noticebox .notice-wrap .notice-pagination ul {
  text-align: center;
}
body .wrapper #notice .noticebox .notice-wrap .notice-pagination ul li {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  margin: 5px 4px;
  border-radius: 24px;
  text-align: center;
}
body .wrapper #notice .noticebox .notice-wrap .notice-pagination ul li a {
  color: #545454;
  width: 24px;
  height: 24px;
  display: block;
}
body .wrapper #notice .noticebox .notice-wrap .notice-pagination ul li:not(.now):hover {
  font-weight: bold;
  color: #ae8e4a;
}
body .wrapper #notice .noticebox .notice-wrap .notice-pagination ul li.frist, body .wrapper #notice .noticebox .notice-wrap .notice-pagination ul li.last {
  font-size: 12px;
}
body .wrapper #notice .noticebox .notice-wrap .notice-pagination ul li.now a {
  color: #ae8e4a;
}
body .wrapper #notice_view {
  width: 100%;
  position: relative;
  background: url(../img/notice_bg.jpg) no-repeat center top;
  background-size: cover;
}
body .wrapper #notice_view .noticebox {
  width: 100%;
  background: url(../img/notice_topbarbn.png) no-repeat center top;
  background-size: contain;
  height: auto;
}
body .wrapper #notice_view .noticebox .notice_title {
  width: 402px;
  margin: 0 auto 5em auto;
  padding-top: 20vh;
}
body .wrapper #notice_view .noticebox .notice_store {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
body .wrapper #notice_view .noticebox .notice_store ul {
  display: flex;
  width: 38%;
}
body .wrapper #notice_view .noticebox .notice_store ul li {
  width: 100%;
  margin: 0 0.5em;
  position: relative;
}
body .wrapper #notice_view .noticebox .notice_store ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84%;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
body .wrapper #notice_view .noticebox .notice_store ul li img {
  width: 100%;
}
body .wrapper #notice_view .noticebox .notice-wrap {
  padding: 50px 0 80px 0;
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
body .wrapper #notice_view .noticebox .notice-wrap .notice-theme-title {
  font-weight: bold;
  font-size: 21px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
body .wrapper #notice_view .noticebox .notice-wrap .notice-theme-title h1 {
  text-align: center;
}
body .wrapper #notice_view .noticebox .notice-wrap .notice-theme-title .notice_v_date {
  right: 0;
  font-weight: 500;
  top: 0;
  color: #9e9e9e;
  font-size: 12px;
  position: absolute;
  padding: 10px 0;
}
body .wrapper #notice_view .noticebox .notice-wrap .notice-view_content {
  font-size: 15px;
  line-height: 1.67;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.85);
}
body .wrapper #notice_view .noticebox .notice-wrap .notice-view_content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}
body .wrapper #notice_view .noticebox .notice-wrap .notice-view_content h1 {
  font-size: 24px;
  color: #ae8e4a;
  margin-bottom: 10px;
  font-weight: bold;
}
body .wrapper #notice_view .noticebox .notice-wrap .notice-view_content p {
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
body .wrapper #notice_view .noticebox .notice-wrap .notice-page {
  display: flex;
  justify-content: center;
}
body .wrapper #notice_view .noticebox .notice-wrap .notice-page ul.notice-btns {
  text-align: center;
  margin: 30px 0 10px;
}
body .wrapper #notice_view .noticebox .notice-wrap .notice-page ul.notice-btns li {
  display: inline-block;
  background: url(../img/bg_pattern_04.jpg) 50% 50%;
  margin: 0 5px;
  border-radius: 3px;
}
body .wrapper #notice_view .noticebox .notice-wrap .notice-page ul.notice-btns li a {
  color: #fff;
  font-size: 15px;
  padding: 10px 30px;
  display: block;
}
body .wrapper #world {
  width: 100%;
  height: auto;
  position: relative;
}
body .wrapper #world .worldboxall {
  position: relative;
}
body .wrapper #world .worldboxall .world_sw {
  width: 100%;
  position: absolute;
  bottom: 0em;
  z-index: 3;
}
body .wrapper #world .worldboxall .world_sw::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  backdrop-filter: blur(10px);
  -webkit-mask: linear-gradient(90deg, transparent 2%, #000 20%, #000 90%, transparent 98%);
  mask: linear-gradient(90deg, transparent 2%, #000 20%, #000 90%, transparent 98%);
}
body .wrapper #world .worldboxall .world_sw ul {
  display: flex;
  justify-content: center;
  margin-top: -5em;
}
body .wrapper #world .worldboxall .world_sw ul li {
  text-align: center;
  margin: -5em 3em 0 3em;
  color: #cecece;
  filter: brightness(70%);
  cursor: pointer;
  transition: all 0.3s ease;
}
body .wrapper #world .worldboxall .world_sw ul li.active {
  filter: grayscale(0%);
  transform: scale(1.03);
}
body .wrapper #world .worldboxall .world_sw ul li:hover {
  transform: scale(1.1, 1.1);
  filter: brightness(100%);
  transition: all 0.3s ease-in-out;
}
body .wrapper #world .worldboxall .world_sw ul li p {
  text-shadow: 2px 2px 4px #000000;
}
body .wrapper #world .worldboxall .worldbox01 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 0 0 0;
  background: url(../img/world_tab01bg.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
  animation: bggo 5s forwards;
}
@keyframes bggo {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 102%;
  }
}
body .wrapper #world .worldboxall .worldbox01 .world01title {
  width: 469px;
  margin: 0 auto;
  padding-top: 30vh;
  animation: fadein 0.7s ease-in-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .wrapper #world .worldboxall .worldbox01 .world01title p {
  text-align: center;
  color: #cecece;
  margin-top: 1em;
}
body .wrapper #world .worldboxall .worldbox02 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 0 0 0;
  background: url(../img/world_tab02bg.jpg) no-repeat center top;
  background-size: cover;
  animation: bggo 5s forwards;
}
@keyframes bggo {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 102%;
  }
}
body .wrapper #world .worldboxall .worldbox02 .world01title {
  width: 490px;
  margin: 0 auto;
  padding-top: 30vh;
  animation: fadein 0.7s ease-in-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .wrapper #world .worldboxall .worldbox02 .world01title p {
  text-align: center;
  color: #cecece;
  margin-top: 1em;
}
body .wrapper #world .worldboxall .worldbox03 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 0 0 0;
  background: url(../img/world_tab03bg.jpg) no-repeat center top;
  background-size: cover;
  animation: bggo 5s forwards;
}
@keyframes bggo {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 102%;
  }
}
body .wrapper #world .worldboxall .worldbox03 .world01title {
  width: 469px;
  margin: 0 auto;
  padding-top: 30vh;
  animation: fadein 0.7s ease-in-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .wrapper #world .worldboxall .worldbox03 .world01title p {
  text-align: center;
  color: #cecece;
  margin-top: 1em;
}
body .wrapper #world .worldboxall .worldbox04 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 0 0 0;
  background: url(../img/world_tab04bg.jpg) no-repeat center top;
  background-size: cover;
  animation: bggo 5s forwards;
}
@keyframes bggo {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 102%;
  }
}
body .wrapper #world .worldboxall .worldbox04 .world01title {
  width: 469px;
  margin: 0 auto;
  padding-top: 30vh;
  animation: fadein 0.7s ease-in-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .wrapper #world .worldboxall .worldbox04 .world01title p {
  text-align: center;
  color: #cecece;
  margin-top: 1em;
}
body .wrapper #world .worldboxall .worldbox05 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 0 0 0;
  background: url(../img/world_tab05bg.jpg) no-repeat center top;
  background-size: cover;
  animation: bggo 5s forwards;
}
@keyframes bggo {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 102%;
  }
}
body .wrapper #world .worldboxall .worldbox05 .world01title {
  width: 469px;
  margin: 0 auto;
  padding-top: 30vh;
  animation: fadein 0.7s ease-in-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .wrapper #world .worldboxall .worldbox05 .world01title p {
  text-align: center;
  color: #cecece;
  margin-top: 1em;
}
body .wrapper #characters {
  width: 100%;
  height: auto;
  position: relative;
}
body .wrapper #characters .charboxall {
  position: relative;
}
body .wrapper #characters .charboxall .world_sw {
  width: 90%;
  margin: 0 5%;
  position: absolute;
  bottom: 0em;
  z-index: 3;
}
body .wrapper #characters .charboxall .world_sw::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  backdrop-filter: blur(10px);
  -webkit-mask: linear-gradient(90deg, transparent 2%, #000 20%, #000 90%, transparent 98%);
  mask: linear-gradient(90deg, transparent 2%, #000 20%, #000 90%, transparent 98%);
}
body .wrapper #characters .charboxall .world_sw ul {
  display: flex;
  justify-content: center;
  margin-top: -5em;
}
body .wrapper #characters .charboxall .world_sw ul li {
  width: 5%;
  text-align: center;
  margin: -5.8em 2em 0 2em;
  color: #cecece;
  filter: brightness(50%);
  cursor: pointer;
}
body .wrapper #characters .charboxall .world_sw ul li.active {
  filter: grayscale(0%);
  transform: scale(1.03);
}
body .wrapper #characters .charboxall .world_sw ul li:hover {
  transform: scale(1.1, 1.1);
  filter: brightness(100%);
  transition: all 0.3s ease-in-out;
}
body .wrapper #characters .charboxall .world_sw ul li p {
  text-shadow: 2px 2px 4px #000000;
}
body .wrapper #characters .charboxall .world_sw ul li img {
  width: 100%;
}
body .wrapper #characters .charboxall .charbox01 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 0 0 0;
  background: url(../img/char_tab01.jpg) no-repeat center top;
  background-size: cover;
}
body .wrapper #characters .charboxall .charbox01 .charall {
  width: 64%;
  margin: 0 18%;
  display: flex;
  position: absolute;
  padding: 10% 0 0 0;
  bottom: 0;
}
body .wrapper #characters .charboxall .charbox01 .charall .char01 {
  width: 65%;
  padding-top: 5em;
}
body .wrapper #characters .charboxall .charbox01 .charall .char01 img {
  width: 100%;
}
body .wrapper #characters .charboxall .charbox01 .charall .char01title {
  width: 35%;
  padding-top: 37%;
  right: 4em;
  position: absolute;
  animation: fadein 0.7s ease-in-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .wrapper #characters .charboxall .charbox01 .charall .char01title img {
  width: 441px;
}
body .wrapper #characters .charboxall .charbox01 .charall .char01title img.ch01_t {
  width: 150px;
  clear: both;
}
body .wrapper #characters .charboxall .charbox01 .charall .char01title p {
  color: #cecece;
  margin-top: 0.5em;
  text-shadow: 2px 2px 4px #000000;
}
body .wrapper #characters .charboxall .charbox02 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 0 0 0;
  background: url(../img/char_tab02.jpg) no-repeat center top;
  background-size: cover;
}
body .wrapper #characters .charboxall .charbox02 .charall {
  width: 64%;
  margin: 0 18%;
  display: flex;
  position: absolute;
  padding: 10% 0 0 0;
  bottom: 0;
}
body .wrapper #characters .charboxall .charbox02 .charall .char01 {
  width: 65%;
  padding-top: 5em;
}
body .wrapper #characters .charboxall .charbox02 .charall .char01 img {
  width: 100%;
}
body .wrapper #characters .charboxall .charbox02 .charall .char01title {
  width: 35%;
  padding-top: 37%;
  right: 5em;
  position: absolute;
  animation: fadein 0.7s ease-in-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .wrapper #characters .charboxall .charbox02 .charall .char01title img {
  width: 441px;
}
body .wrapper #characters .charboxall .charbox02 .charall .char01title img.ch02_t {
  width: 150px;
  clear: both;
}
body .wrapper #characters .charboxall .charbox02 .charall .char01title p {
  color: #cecece;
  margin-top: 0.5em;
  text-shadow: 2px 2px 4px #000000;
}
body .wrapper #characters .charboxall .charbox03 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 0 0 0;
  background: url(../img/char_tab03.jpg) no-repeat center top;
  background-size: cover;
}
body .wrapper #characters .charboxall .charbox03 .charall {
  width: 64%;
  margin: 0 18%;
  display: flex;
  position: absolute;
  padding: 10% 0 0 0;
  bottom: 0;
}
body .wrapper #characters .charboxall .charbox03 .charall .char01 {
  width: 65%;
  padding-top: 5em;
}
body .wrapper #characters .charboxall .charbox03 .charall .char01 img {
  width: 100%;
}
body .wrapper #characters .charboxall .charbox03 .charall .char01title {
  width: 35%;
  padding-top: 37%;
  right: 7em;
  position: absolute;
  animation: fadein 0.7s ease-in-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .wrapper #characters .charboxall .charbox03 .charall .char01title img {
  width: 441px;
}
body .wrapper #characters .charboxall .charbox03 .charall .char01title img.ch03_t {
  width: 150px;
  clear: both;
}
body .wrapper #characters .charboxall .charbox03 .charall .char01title p {
  color: #cecece;
  margin-top: 0.5em;
  text-shadow: 2px 2px 4px #000000;
}
body .wrapper #characters .charboxall .charbox04 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 0 0 0;
  background: url(../img/char_tab04.jpg) no-repeat center top;
  background-size: cover;
}
body .wrapper #characters .charboxall .charbox04 .charall {
  width: 64%;
  margin: 0 18%;
  display: flex;
  position: absolute;
  padding: 10% 0 0 0;
  bottom: 0;
}
body .wrapper #characters .charboxall .charbox04 .charall .char01 {
  width: 65%;
  padding-top: 5em;
}
body .wrapper #characters .charboxall .charbox04 .charall .char01 img {
  width: 100%;
}
body .wrapper #characters .charboxall .charbox04 .charall .char01title {
  width: 35%;
  padding-top: 37%;
  right: 7em;
  position: absolute;
  animation: fadein 0.7s ease-in-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .wrapper #characters .charboxall .charbox04 .charall .char01title img {
  width: 441px;
}
body .wrapper #characters .charboxall .charbox04 .charall .char01title img.ch04_t {
  width: 150px;
  clear: both;
}
body .wrapper #characters .charboxall .charbox04 .charall .char01title p {
  color: #cecece;
  margin-top: 0.5em;
  text-shadow: 2px 2px 4px #000000;
}
body .wrapper #characters .charboxall .charbox05 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 0 0 0;
  background: url(../img/char_tab05.jpg) no-repeat center top;
  background-size: cover;
}
body .wrapper #characters .charboxall .charbox05 .charall {
  width: 64%;
  margin: 0 18%;
  display: flex;
  position: absolute;
  padding: 10% 0 0 0;
  bottom: 0;
}
body .wrapper #characters .charboxall .charbox05 .charall .char01 {
  width: 65%;
  padding-top: 5em;
}
body .wrapper #characters .charboxall .charbox05 .charall .char01 img {
  width: 100%;
}
body .wrapper #characters .charboxall .charbox05 .charall .char01title {
  width: 35%;
  padding-top: 37%;
  right: 4em;
  position: absolute;
  animation: fadein 0.7s ease-in-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .wrapper #characters .charboxall .charbox05 .charall .char01title img {
  width: 441px;
}
body .wrapper #characters .charboxall .charbox05 .charall .char01title img.ch05_t {
  width: 150px;
  clear: both;
}
body .wrapper #characters .charboxall .charbox05 .charall .char01title p {
  color: #cecece;
  margin-top: 0.5em;
  text-shadow: 2px 2px 4px #000000;
}
body footer {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: url(../img/footer_bg.jpg) no-repeat center top;
  background-size: contain;
  position: relative;
  clear: both;
}
body footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/f_leftg.png) no-repeat left center;
  background-size: 8%;
  pointer-events: none;
}
body footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/f_rightg.png) no-repeat right center;
  background-size: 8%;
  pointer-events: none;
}
body footer .footerbox {
  display: flex;
  justify-content: center;
  color: #cecece;
  align-items: center;
}
body footer .footerbox .vngcom {
  display: flex;
  margin: 0 1em;
}
body footer .footerbox .vngcom .com_logo {
  margin-right: 0.5em;
}
body footer .footerbox .vngcom .comcr {
  font-size: 12px;
}
body footer .footerbox .gnicr {
  margin: 0 1em;
  font-size: 12px;
}
body footer .footerbox .age {
  display: flex;
  margin: 0 1em;
}
body footer .footerbox .age img {
  width: 45px;
  height: 45px;
}
body footer .footerbox .age p {
  font-size: 8px;
}
body footer a.pr {
  display: flex;
  justify-content: center;
  color: #cecece;
  margin-top: 1.3em;
}
body footer a.pr :hover {
  color: #b1b1b1;
}

@media (min-width: 1301px) and (max-width: 1500px) {
  body .wrapper main .content .contentbox .con_logo {
    width: 35%;
  }
  body .wrapper main .content .contentbox .slogan {
    width: 23%;
  }
  body .wrapper main .content .contentbox .con_logo img, body .wrapper main .content .contentbox .slogan img {
    width: 100%;
  }
  body .wrapper main .content .rightbox {
    width: 200px;
  }
  body .wrapper main .content .rightbox ul li {
    width: 100%;
  }
  body .wrapper main .content .rightbox ul li img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .world_sw ul li {
    margin: -4.8em 2em 0 2em;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall {
    width: 60%;
    margin: 0 20%;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01 {
    width: 67%;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title {
    padding-top: 43vh;
    right: 3em;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title img.ch01_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall {
    width: 60%;
    margin: 0 20%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01 {
    width: 67%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title {
    padding-top: 43vh;
    right: 3em;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title img.ch02_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall {
    width: 60%;
    margin: 0 20%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01 {
    width: 67%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title {
    padding-top: 43vh;
    right: 4em;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title img.ch03_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall {
    width: 60%;
    margin: 0 12% 0 28%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01 {
    width: 67%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title {
    padding-top: 43vh;
    right: 5em;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title img.ch04_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall {
    width: 60%;
    margin: 0 20%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01 {
    width: 67%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title {
    padding-top: 43vh;
    right: 3em;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title img.ch05_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title img {
    width: 100%;
  }
  body .wrapper footer {
    padding: 10vh 0;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  body .wrapper main .content .contentbox .con_logo {
    width: 35%;
  }
  body .wrapper main .content .contentbox .slogan {
    width: 23%;
  }
  body .wrapper main .content .contentbox .con_logo img, body .wrapper main .content .contentbox .slogan img {
    width: 100%;
  }
  body .wrapper main .content .rightbox {
    width: 200px;
  }
  body .wrapper main .content .rightbox ul li {
    width: 100%;
  }
  body .wrapper main .content .rightbox ul li img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .world_sw ul li {
    margin: -4.8em 2em 0 2em;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall {
    width: 60%;
    margin: 0 20%;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01 {
    width: 62%;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title {
    padding-top: 43vh;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title img.ch01_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall {
    width: 60%;
    margin: 0 20%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01 {
    width: 62%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title {
    padding-top: 43vh;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title img.ch02_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall {
    width: 60%;
    margin: 0 20%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01 {
    width: 62%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title {
    padding-top: 43vh;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title img.ch01_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall {
    width: 60%;
    margin: 0 12% 0 28%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01 {
    width: 62%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title {
    padding-top: 43vh;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title img.ch01_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall {
    width: 60%;
    margin: 0 20%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01 {
    width: 62%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title {
    padding-top: 43vh;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title img.ch01_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title img {
    width: 100%;
  }
  body .wrapper footer {
    padding: 10vh 0;
  }
}
.hide {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body .wrapper .gotop {
    bottom: 12%;
  }
  body .wrapper .sw_btn_bot {
    display: none;
  }
  body .wrapper .pad_bot {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99;
  }
  body .wrapper .pad_bot ul {
    display: flex;
  }
  body .wrapper .pad_bot ul li:nth-child(odd) {
    filter: brightness(20%);
  }
  body .wrapper .pad_bot ul li img {
    width: 100%;
  }
  body .wrapper header .topbar .left_item, body .wrapper header .topbar .right_social {
    display: none;
  }
  body .wrapper header .topbar .left_item_m {
    width: 100%;
    height: 70px;
    display: block;
    position: fixed;
    z-index: 2;
  }
  body .wrapper header .topbar .left_item_m .ham {
    width: 40px;
    height: 31px;
    z-index: 1;
    background: url(../img/ham.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 4%;
    margin-top: 2.1vh;
  }
  body .wrapper header .topbar .left_item_m .menu_item {
    width: 100vw;
    height: 100vh;
    margin-top: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
  }
  body .wrapper header .topbar .left_item_m .menu_item .menu_close {
    position: absolute;
    right: 4%;
    top: 2%;
  }
  body .wrapper header .topbar .left_item_m .menu_item .ar::before {
    content: "";
    position: absolute;
    width: 61px;
    height: 60px;
    z-index: 1;
    background: url(../img/ar.png) no-repeat;
    background-size: 23%;
    margin: 0.3em 0 0 -1.2em;
    pointer-events: none;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.tab-title {
    padding: 2vh 0 0 1em;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.tab-title li {
    padding: 0.5em 0 0 2em;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.tab-title li a {
    color: #ffffff;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.tab-title li.not_left {
    padding: 0.5em 0 0 1em;
    position: relative;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.tab-title li.not_left::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    width: 5px;
    height: 5px;
    background: #92856c;
    transform: rotate(45deg);
    top: 56%;
    left: 0%;
    pointer-events: none;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.social_mob {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vh 0 0 0;
    position: relative;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.social_mob::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
    -webkit-mask: linear-gradient(90deg, transparent 2%, #000 20%, #000 90%, transparent 98%);
    mask: linear-gradient(90deg, transparent 2%, #000 20%, #000 90%, transparent 98%);
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.social_mob li {
    width: 5%;
    margin: 2vh 1em 0 1em;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.social_mob li img {
    width: 100%;
  }
  body .wrapper header .topbar .logo {
    width: 24%;
    margin: 0 auto;
    z-index: 99;
  }
  body .wrapper header .topbar .logo img {
    width: 100%;
  }
  body .wrapper main .content .contentbox {
    bottom: 11%;
    width: 70%;
    margin: 0 15%;
  }
  body .wrapper main .content .contentbox .store ul {
    width: 70%;
  }
  body .wrapper main .content .contentbox .store ul li.he_win {
    display: none;
  }
  body .wrapper main .content .contentbox .con_logo {
    width: 100%;
  }
  body .wrapper main .content .contentbox .con_logo img, body .wrapper main .content .contentbox .slogan img {
    width: 100%;
  }
  body .wrapper main .content .contentbox .slogan {
    width: 70%;
  }
  body .wrapper main .content .contentbox .movie_play {
    margin: 0 auto 1vh auto;
  }
  body .wrapper main .content .rightbox {
    display: none;
  }
  body .wrapper main #notice {
    background-size: cover;
  }
  body .wrapper main #notice .noticebox {
    background-size: 200%;
  }
  body .wrapper main #notice .noticebox .notice_title {
    width: 36%;
    margin: 0 auto 3vh auto;
  }
  body .wrapper main #notice .noticebox .notice_title img {
    width: 100%;
  }
  body .wrapper main #notice .noticebox .notice_store ul {
    width: 50%;
  }
  body .wrapper main #notice .noticebox .notice_store ul li.he_win {
    display: none;
  }
  body .wrapper main #notice .noticebox .notice-wrap {
    width: 94%;
    margin: 0 3%;
    max-width: 94%;
    padding: 2vh 0 10vh 0;
  }
  body .wrapper main #notice_view {
    background-size: cover;
  }
  body .wrapper main #notice_view .noticebox {
    background-size: 200%;
  }
  body .wrapper main #notice_view .noticebox .notice_title {
    width: 36%;
    margin: 0 auto 3vh auto;
  }
  body .wrapper main #notice_view .noticebox .notice_title img {
    width: 100%;
  }
  body .wrapper main #notice_view .noticebox .notice_store ul {
    width: 50%;
  }
  body .wrapper main #notice_view .noticebox .notice_store ul li.he_win {
    display: none;
  }
  body .wrapper main #notice_view .noticebox .notice-wrap {
    width: 94%;
    margin: 0 3%;
    max-width: 94%;
    padding: 2vh 0 10vh 0;
  }
  body .wrapper main #world .worldboxall .world_sw::before {
    height: 17vh;
  }
  body .wrapper main #world .worldboxall .world_sw ul li {
    margin: 0 1em 12vh 1em;
  }
  body .wrapper main #world .worldboxall .worldbox01, body .wrapper main #world .worldboxall .worldbox02, body .wrapper main #world .worldboxall .worldbox03, body .wrapper main #world .worldboxall .worldbox04, body .wrapper main #world .worldboxall .worldbox05 {
    animation: bggo 3s forwards;
  }
  @keyframes bggo {
    0% {
      background-size: 270%;
    }
    100% {
      background-size: 280%;
    }
  }
  body .wrapper main #world .worldboxall .worldbox01 .world01title, body .wrapper main #world .worldboxall .worldbox02 .world01title, body .wrapper main #world .worldboxall .worldbox03 .world01title, body .wrapper main #world .worldboxall .worldbox04 .world01title, body .wrapper main #world .worldboxall .worldbox05 .world01title {
    width: 62%;
    padding-top: 40vh;
  }
  body .wrapper main #world .worldboxall .worldbox01 .world01title img, body .wrapper main #world .worldboxall .worldbox02 .world01title img, body .wrapper main #world .worldboxall .worldbox03 .world01title img, body .wrapper main #world .worldboxall .worldbox04 .world01title img, body .wrapper main #world .worldboxall .worldbox05 .world01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .world_sw ul {
    width: 80%;
    margin: 0 auto;
  }
  body .wrapper main #characters .charboxall .world_sw ul li {
    width: auto;
    margin: 0 1em 6vh 1em;
  }
  body .wrapper main #characters .charboxall .world_sw ul li img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox01 {
    height: auto;
    padding-top: 7vh;
    display: inline-block;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall {
    width: 99%;
    margin: 0 0 0 1%;
    display: block;
    bottom: unset;
    position: relative;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01 {
    width: 82%;
    margin: 0 9%;
    float: none;
    padding: 0 0 7vh 0;
    order: 2;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title {
    width: 48%;
    float: none;
    margin: 0 0 0 5em;
    bottom: 21vh;
    right: unset;
    padding-top: 0;
    order: 1;
    position: absolute;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title p {
    font-size: 13px;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title img.ch01_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox02 {
    height: auto;
    padding-top: 7vh;
    display: inline-block;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall {
    width: 99%;
    margin: 0 0 0 1%;
    display: block;
    bottom: unset;
    position: relative;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01 {
    width: 82%;
    margin: 0 9%;
    float: none;
    padding: 0 0 7vh 0;
    order: 2;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title {
    width: 48%;
    float: none;
    margin: 0 0 0 5em;
    bottom: 21vh;
    right: unset;
    padding-top: 0;
    order: 1;
    position: absolute;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title p {
    font-size: 13px;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title img.ch02_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox03 {
    height: auto;
    padding-top: 7vh;
    display: inline-block;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall {
    width: 99%;
    margin: 0 0 0 1%;
    display: block;
    bottom: unset;
    position: relative;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01 {
    width: 82%;
    margin: 0 9%;
    float: none;
    padding: 0 0 7vh 0;
    order: 2;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title {
    width: 48%;
    float: none;
    margin: 0 0 0 5em;
    bottom: 21vh;
    right: unset;
    padding-top: 0;
    order: 1;
    position: absolute;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title p {
    font-size: 13px;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title img.ch03_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox04 {
    height: auto;
    padding-top: 7vh;
    display: inline-block;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall {
    width: 99%;
    margin: 0 0 0 1%;
    display: block;
    bottom: unset;
    position: relative;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01 {
    width: 82%;
    margin: 0 9%;
    float: none;
    padding: 0 0 7vh 0;
    order: 2;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title {
    width: 48%;
    float: none;
    margin: 0 0 0 5em;
    bottom: 21vh;
    right: unset;
    padding-top: 0;
    order: 1;
    position: absolute;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title p {
    font-size: 13px;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title img.ch04_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox05 {
    height: auto;
    padding-top: 7vh;
    display: inline-block;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall {
    width: 99%;
    margin: 0 0 0 1%;
    display: block;
    bottom: unset;
    position: relative;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01 {
    width: 82%;
    margin: 0 9%;
    float: none;
    padding: 0 0 7vh 0;
    order: 2;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title {
    width: 48%;
    float: none;
    margin: 0 0 0 5em;
    bottom: 21vh;
    right: unset;
    padding-top: 0;
    order: 1;
    position: absolute;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title p {
    font-size: 13px;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title img.ch05_t {
    width: 40%;
  }
  body .wrapper footer {
    padding: 7vh 0 14% 0;
    background-size: 170%;
    clear: both;
  }
  body .wrapper footer::before, body .wrapper footer::after {
    background-size: 20%;
  }
  body .wrapper footer a.pr {
    color: #e6e6e6;
    margin-top: 0.5em;
    font-size: 13px;
  }
  body .wrapper footer .footerbox {
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  body .wrapper footer .footerbox .vngcom {
    margin-bottom: 1em;
    display: block;
    text-align: center;
  }
  body .wrapper footer .footerbox .vngcom .com_logo {
    width: 100%;
    margin: 0 0 0.2em 0;
  }
  body .wrapper footer .footerbox .vngcom .com_logo img {
    width: 100%;
  }
  body .wrapper footer .footerbox .gnicr {
    margin-bottom: 1.2em;
    text-align: center;
  }
}
@media (max-width: 767px) {
  body .wrapper {
    position: relative;
  }
  body .wrapper .sw_btn_bot {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99;
  }
  body .wrapper .sw_btn_bot .swiper-container {
    width: 100%;
  }
  body .wrapper .sw_btn_bot .swiper-container img {
    width: 38%;
    margin: 0 31%;
  }
  body .wrapper .sw_btn_bot .swiper-slide {
    width: auto;
  }
  body .wrapper .sw_btn_bot .swon {
    width: 30px;
    margin: 0 4%;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 3vh;
    z-index: 9;
    background: url(../img/ar.png) no-repeat;
    background-size: 73%;
    cursor: pointer;
  }
  @keyframes ar_right {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(8px);
    }
    100% {
      transform: translateX(0);
    }
  }
  body .wrapper .sw_btn_bot .swon img {
    width: 100%;
  }
  body .wrapper .sw_btn_bot img {
    width: 100%;
  }
  body .wrapper .sw_btn_bot.hide {
    display: none;
  }
  body .wrapper .pad_bot {
    display: none;
  }
  body .wrapper header .topbar {
    height: 70px;
  }
  body .wrapper header .topbar .left_item {
    display: none;
  }
  body .wrapper header .topbar .right_social {
    display: none;
  }
  body .wrapper header .topbar .left_item_m {
    width: 100%;
    height: 70px;
    display: block;
    position: fixed;
    z-index: 2;
  }
  body .wrapper header .topbar .left_item_m .ham {
    width: 40px;
    height: 31px;
    z-index: 1;
    background: url(../img/ham.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 4%;
    margin-top: 2.1vh;
  }
  body .wrapper header .topbar .left_item_m .menu_item {
    width: 100vw;
    height: 100vh;
    margin-top: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
  }
  body .wrapper header .topbar .left_item_m .menu_item .menu_close {
    position: absolute;
    right: 4%;
    top: 2%;
  }
  body .wrapper header .topbar .left_item_m .menu_item .ar::before {
    content: "";
    position: absolute;
    width: 61px;
    height: 60px;
    z-index: 1;
    background: url(../img/ar.png) no-repeat;
    background-size: 23%;
    margin: 0.4em 0 0 -1.2em;
    pointer-events: none;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.tab-title {
    padding: 2vh 0 0 1em;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.tab-title li {
    padding: 0.5em 0 0 2em;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.tab-title li a {
    color: #ffffff;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.tab-title li.not_left {
    padding: 0.5em 0 0 1em;
    position: relative;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.tab-title li.not_left::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    width: 5px;
    height: 5px;
    background: #92856c;
    transform: rotate(45deg);
    top: 56%;
    left: 0%;
    pointer-events: none;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.social_mob {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vh 0 0 0;
    position: relative;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.social_mob::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
    -webkit-mask: linear-gradient(90deg, transparent 2%, #000 20%, #000 90%, transparent 98%);
    mask: linear-gradient(90deg, transparent 2%, #000 20%, #000 90%, transparent 98%);
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.social_mob li {
    width: 7%;
    margin: 1vh 0.5em 0 0.5em;
  }
  body .wrapper header .topbar .left_item_m .menu_item ul.social_mob li img {
    width: 100%;
  }
  body .wrapper header .topbar .logo {
    width: 40%;
    margin: 0 auto;
    z-index: 99;
  }
  body .wrapper header .topbar .logo img {
    width: 100%;
  }
  body .wrapper .gotop {
    bottom: 40%;
  }
  body .wrapper main .content::after {
    display: none;
  }
  body .wrapper main .content .video, body .wrapper main .content .video_ink {
    display: none;
  }
  body .wrapper main .content .video_m {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
  }
  body .wrapper main .content .contentbox {
    top: 33vh;
    bottom: auto;
  }
  body .wrapper main .content .contentbox .con_logo {
    width: 96%;
  }
  body .wrapper main .content .contentbox .con_logo img, body .wrapper main .content .contentbox .slogan img {
    width: 100%;
  }
  body .wrapper main .content .contentbox .slogan {
    width: 76%;
  }
  body .wrapper main .content .contentbox .store {
    display: none;
  }
  body .wrapper main .content .contentbox .movie_play {
    margin: 0 auto 0.4vh auto;
  }
  body .wrapper main .content .rightbox {
    display: none;
  }
  body .wrapper main #notice {
    background-size: cover;
  }
  body .wrapper main #notice .noticebox {
    background: url(../img/notice_topbarbn.png) no-repeat 62% top;
    background-size: 300%;
  }
  body .wrapper main #notice .noticebox .notice_title {
    width: 44%;
    padding-top: 15vh;
    margin-bottom: 2em;
  }
  body .wrapper main #notice .noticebox .notice_title img {
    width: 100%;
  }
  body .wrapper main #notice .noticebox .notice_store ul {
    width: 80%;
  }
  body .wrapper main #notice .noticebox .notice_store ul li.he_win {
    display: none;
  }
  body .wrapper main #notice .noticebox .notice-wrap {
    width: 94%;
    max-width: 94%;
    padding: 3vh 0 5vh 0;
  }
  body .wrapper main #notice .noticebox .notice-wrap .notice-list {
    margin-top: 1vh;
  }
  body .wrapper main #notice .noticebox .notice-wrap .notice-list .notice-list_th .title {
    width: calc(100% - 155px);
  }
  body .wrapper main #notice .noticebox .notice-wrap ul.notice-list_td li a {
    width: calc(100% - 155px);
    white-space: nowrap; /* 強制不換行 */
    overflow: hidden; /* 隱藏超出部分 */
    text-overflow: ellipsis; /* 顯示省略號 */
  }
  body .wrapper main #notice .noticebox .notice-wrap ul.notice-list_td li .date {
    text-align: right;
  }
  body .wrapper main #notice_view {
    background-size: cover;
  }
  body .wrapper main #notice_view .noticebox {
    background: url(../img/notice_topbarbn.png) no-repeat 62% top;
    background-size: 300%;
  }
  body .wrapper main #notice_view .noticebox .notice_title {
    width: 44%;
    padding-top: 15vh;
    margin-bottom: 2em;
  }
  body .wrapper main #notice_view .noticebox .notice_title img {
    width: 100%;
  }
  body .wrapper main #notice_view .noticebox .notice_store ul {
    width: 80%;
  }
  body .wrapper main #notice_view .noticebox .notice_store ul li.he_win {
    display: none;
  }
  body .wrapper main #notice_view .noticebox .notice-wrap {
    padding: 20px 15px 40px 15px;
  }
  body .wrapper main #notice_view .noticebox .notice-wrap .notice-view_content {
    padding: 20px;
  }
  body .wrapper main #world .worldboxall .world_sw::before {
    height: 19vh;
  }
  body .wrapper main #world .worldboxall .world_sw ul {
    margin-top: -13vh;
  }
  body .wrapper main #world .worldboxall .world_sw ul li {
    width: 20%;
    margin: -5em 1em 0 1em;
  }
  body .wrapper main #world .worldboxall .world_sw ul li img {
    width: 80%;
  }
  body .wrapper main #world .worldboxall .worldbox05 {
    background-position: 70% 0;
  }
  body .wrapper main #world .worldboxall .worldbox01, body .wrapper main #world .worldboxall .worldbox02, body .wrapper main #world .worldboxall .worldbox03, body .wrapper main #world .worldboxall .worldbox04, body .wrapper main #world .worldboxall .worldbox05 {
    animation: bggo 3s forwards;
  }
  @keyframes bggo {
    0% {
      background-size: 500%;
    }
    100% {
      background-size: 510%;
    }
  }
  body .wrapper main #world .worldboxall .worldbox01 .world01title, body .wrapper main #world .worldboxall .worldbox02 .world01title, body .wrapper main #world .worldboxall .worldbox03 .world01title, body .wrapper main #world .worldboxall .worldbox04 .world01title, body .wrapper main #world .worldboxall .worldbox05 .world01title {
    width: 80%;
    padding-top: 41vh;
  }
  body .wrapper main #world .worldboxall .worldbox01 .world01title img, body .wrapper main #world .worldboxall .worldbox02 .world01title img, body .wrapper main #world .worldboxall .worldbox03 .world01title img, body .wrapper main #world .worldboxall .worldbox04 .world01title img, body .wrapper main #world .worldboxall .worldbox05 .world01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .world_sw::before {
    height: 10vh;
  }
  body .wrapper main #characters .charboxall .world_sw ul {
    margin-top: -1vh;
  }
  body .wrapper main #characters .charboxall .world_sw ul li {
    width: auto;
    margin: 0 0.5em 4.8vh 0.5em;
  }
  body .wrapper main #characters .charboxall .world_sw ul li img {
    width: 80%;
  }
  body .wrapper main #characters .charboxall .charbox01 {
    height: auto;
    padding-top: 10vh;
    display: inline-block;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall {
    width: 99%;
    margin: 0 0 0 1%;
    display: block;
    bottom: unset;
    position: relative;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01 {
    width: 100%;
    float: none;
    padding: 0 0 20vh 0;
    order: 2;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title {
    width: 80%;
    float: none;
    margin: 0 0 0 1em;
    bottom: 18vh;
    padding-top: 0;
    order: 1;
    position: absolute;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title p {
    font-size: 13px;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox01 .charall .char01title img.ch01_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox02 {
    height: auto;
    padding-top: 10vh;
    display: inline-block;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall {
    width: 99%;
    margin: 0 0 0 1%;
    display: block;
    bottom: unset;
    position: relative;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01 {
    width: 100%;
    float: none;
    padding: 0 0 20vh 0;
    order: 2;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title {
    width: 80%;
    float: none;
    margin: 0 0 0 1em;
    bottom: 18vh;
    right: 4em;
    padding-top: 0;
    order: 1;
    position: absolute;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title p {
    font-size: 13px;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox02 .charall .char01title img.ch02_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox03 {
    height: auto;
    padding-top: 10vh;
    display: inline-block;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall {
    width: 99%;
    margin: 0 0 0 1%;
    display: block;
    bottom: unset;
    position: relative;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01 {
    width: 100%;
    float: none;
    padding: 0 0 20vh 0;
    order: 2;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title {
    width: 80%;
    float: none;
    margin: 0 0 0 1em;
    bottom: 18vh;
    right: 4em;
    padding-top: 0;
    order: 1;
    position: absolute;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title p {
    font-size: 13px;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox03 .charall .char01title img.ch03_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox04 {
    height: auto;
    padding-top: 10vh;
    display: inline-block;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall {
    width: 99%;
    margin: 0 0 0 1%;
    display: block;
    bottom: unset;
    position: relative;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01 {
    width: 100%;
    float: none;
    padding: 0 0 20vh 0;
    order: 2;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title {
    width: 80%;
    float: none;
    margin: 0 0 0 1em;
    bottom: 18vh;
    right: 4em;
    padding-top: 0;
    order: 1;
    position: absolute;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title p {
    font-size: 13px;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox04 .charall .char01title img.ch04_t {
    width: 40%;
  }
  body .wrapper main #characters .charboxall .charbox05 {
    height: auto;
    padding-top: 10vh;
    display: inline-block;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall {
    width: 99%;
    margin: 0 0 0 1%;
    display: block;
    bottom: unset;
    position: relative;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01 {
    width: 100%;
    float: none;
    padding: 0 0 20vh 0;
    order: 2;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01 img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title {
    width: 80%;
    float: none;
    margin: 0 0 0 1em;
    bottom: 18vh;
    right: 4em;
    padding-top: 0;
    order: 1;
    position: absolute;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title p {
    font-size: 13px;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title img {
    width: 100%;
  }
  body .wrapper main #characters .charboxall .charbox05 .charall .char01title img.ch05_t {
    width: 40%;
  }
  body .wrapper footer {
    padding: 7vh 0 35% 0;
    background-size: 270%;
    clear: both;
  }
  body .wrapper footer::before, body .wrapper footer::after {
    background-size: 26%;
  }
  body .wrapper footer a.pr {
    color: #e6e6e6;
    margin-top: 1.3vh;
    font-size: 13px;
  }
  body .wrapper footer .footerbox {
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  body .wrapper footer .footerbox .vngcom {
    margin-bottom: 1em;
    display: block;
    text-align: center;
  }
  body .wrapper footer .footerbox .vngcom .com_logo {
    width: 100%;
    margin: 0 0 0.2em 0;
  }
  body .wrapper footer .footerbox .vngcom .com_logo img {
    width: 100%;
  }
  body .wrapper footer .footerbox .gnicr {
    margin-bottom: 1.2em;
    text-align: center;
  }
  body .wrapper footer .footerbox .age p {
    font-size: 7px;
  }
  body .wrapper footer .footerbox .age img {
    width: 9%;
    height: 9%;
  }
}/*# sourceMappingURL=common.css.map */