* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div {
  color: #7e7e7e;
}
a:hover {
  text-decoration: unset;
}
.d-flex {
  display: flex;
  width: 100%;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-center {
  justify-content: center;
}
.container.p-relative,
*.p-relative {
  position: relative;
}
blockquote,
body,
button,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  display: inline-block;
  color: unset;
  text-decoration: none;
}
li,
ol,
ul {
  list-style: none;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
div {
  color: #7e7e7e;
}
*.pc-none {
  display: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 768px) {
  *.mobile-none {
    display: none;
  }
  *.pc-none {
    display: block;
  }
}

/* ===reset-style================================================================== */
.container {
  height: unset;
  position: unset;
  background: unset;
}
.row {
  text-align: left;
  width: unset;
  height: unset;
}

.loadendscrollup a {
  display: block;
}
.location_info {
  width: unset;
  margin: unset;
  padding-top: unset;
}
#logosvg {
  z-index: unset;
  position: unset;
  padding-top: 0.5rem;
}
.suppliers_title {
  font-size: unset;
  color: unset;
  font-weight: unset;
  padding: unset;
  box-sizing: unset;
}
.bf_img_effect {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.bf_effect_main {
  height: 100%;
}
.bf_img {
  float: unset;
  height: auto;
}
.newsblock:nth-child(3) {
  margin: unset;
}

/* ========= common =================================================================================== */
.promoLink a:hover {
  display: block;
}
/* --------文字色--------------------------------------------------------------------------------------- */
.font_o {
  color: #e80;
}
.font_white {
  color: white;
}

/* --------title標題樣式--------------------------------------------------------------------------------------- */
.secondary_article span {
  font-weight: 800;
}
.atitle > h6,
.secnde_title {
  position: relative;
}
.atitle > h6::before,
.secnde_title::before {
  content: "";
  width: 10px;
  height: 16px;
  background: #e80;
  position: absolute;
  top: 0.5rem;
  left: -18px;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
}
/* -------------裝飾線------------------------------------------------------------------------------------------- */
div.decoration span {
  display: inline-block;
  width: 100px;
  height: 10px;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
}
/* -------------main_container ---------------------------------------------------------------------------------- */
.home-content {
  /* padding-top: 8rem; */
  padding-bottom: 5rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.main_container {
  padding-top: 8rem;
}
.main_container i {
  /* margin-top: 7% ; */
  margin-bottom: 1rem;
  background: url(../img/top_banner.jpg) center center;
  background-size: cover;
  background-clip: text;
  filter: contrast(0.5) brightness(1.7);
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 4vw;
  letter-spacing: 1rem;
  font-family: "Noto Serif", "Microsoft JhengHei", sans-serif;
  line-height: normal;
  opacity: 0;
}
.main_container i.logoflickerActive {
  animation: logoflicker 2s forwards;
  -webkit-animation: logoflicker 1.3s forwards;
  -moz-animation: logoflicker 1.3s forwards;
  -o-animation: logoflicker 1.3s forwards;
  -ms-animation: logoflicker 1.3s forwards;
}
.newgame_logo {
  padding-top: 7%;
  width: 100%;
}
.logoImgSize img {
  display: block;
  height: 160px;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  /* .main_container i */
  .newgame_logo {
    margin-top: 15%;
  }
  .main_container {
    padding-top: 10rem;
  }
  .main_container i {
    font-size: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .home-content > p {
    width: 100%;
  }
  .main_container i {
    font-size: 10vw;
  }
  /* .main_container i */
  .newgame_logo {
    margin-top: 54%;
  }
  .main_container {
    padding-top: 12rem;
  }
  .logoImgSize img {
    width: 100%;
    height: auto;
  }
}
/* -------------麵包屑導覽頁(Breadcrumbs)---------------------------------------------------------------------------------- */
.location_info > a {
  font-size: 18px;
  position: relative;
}
.location_info > a:last-of-type {
  color: #e80;
}
.location_info > a:last-of-type::before {
  background: #e80;
}
.location_info > a:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #161514;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.location_info > a:hover::before {
  width: 100%;
}
@media (max-width: 768px) {
  .location_info {
    padding: 0 15px;
  }
}
/*---------index與news共用---------------------------------------*/
.letterinfo_block {
  width: calc(100% / 3 - 2rem);
  margin: 1rem;
}
.letterinfo_block a:hover {
  display: block;
}
/* newsblock  */
.bodyinfo {
  height: 170px;
}
.bodyinfo h5 {
  color: #e80 !important;
  font-weight: 700;
  margin: 0.5rem 0;
  font-size: 18px;
  line-height: 25px;
}
.bodyinfo span {
  /* padding-top:.5rem ; */
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5rem;
  color: #04060c;
}

@media screen and (max-width: 768px) {
  .bodyinfo {
    height: auto;
  }
  .bodyinfo span {
    padding-top: 0;
  }

  .letterinfo_block {
    width: 100%;
  }
}
/* --------背景色---------------------------*/
.bg-green1 {
  background: #00c75b;
}
.bg-green2 {
  background: #00c75b;
}
.bg-green3 {
  background: LimeGreen;
}
.bg-green4 {
  background: forestgreen;
}
.bg-blue1 {
  background: deepskyblue;
}
.bg-blue2 {
  background: dodgerblue;
}
.bg-blue3 {
  background: #00adf3;
}
.bg-blue4 {
  background: #00adf3;
}
.bg-blue5 {
  background: #003fd1;
}
.bg-blue6 {
  background: darkturquoise;
}
.bg-blue7 {
  background: lightseagreen;
}
.bg-blue8 {
  background: teal;
}
.bg-blue9 {
  background: DarkCyan;
}
.bg-red1 {
  background: red;
}
.bg-red2 {
  background: OrangeRed;
}
.bg-red3 {
  background: crimson;
}
.bg-yellow1 {
  background: darkorange;
}
.bg-yellow2 {
  background: #f08000;
}
.bg-pink1 {
  background: DeepPink;
}
.bg-purple1 {
  background: #cd33f1;
}
.bg-purple2 {
  background: blueviolet;
}
.bg-purple3 {
  background: #8304d3;
}
/* ========= navbar =================================================================================== */
#topbar {
  position: fixed;
  width: 100%;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
.lange a.font_o {
  color: #e80;
}
.nav_right_info {
  width: 45%;
}
.nav_social_info .fa_icon {
  height: 30px;
  width: 30px;
}
.nav_social_info.d-flex a {
  margin: 0 4px;
}
.nav_social_info.d-flex {
  margin: 0 -4px;
}
.hanburgmenu {
  top: calc(50% + 15px);
  right: 1.5%;
}
.mobileShowEmail {
  height: 0;
}
.mobileShowfunction {
  top: unset;
  bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .mobileShowEmail {
    height: auto;
  }
  .nav_right_info {
    width: 50%;
  }
  .hanburgmenu {
    top: calc(50% - 15px);
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .hanburgmenu {
    top: 30%;
  }
  .nav_right_info {
    width: calc(100% - 1rem);
  }
  .nav_social_info.d-flex .fa_icon {
    width: 30px;
    height: 34px;
  }
}
/*================= news ==============================================================================*/
.newslettertarget p {
  color: #08238d;
  font-size: 1rem;
}
.newslettertarget > div {
  position: relative;
}
.newslettertarget .line {
  width: 90%;
  height: 4px;
  background: #08238d;
  top: calc(50% - 12px);
  left: 3%;
  border-radius: 2px;
}
.cardtype .cardtypelink {
  height: 100%;
}
.letterinfo_block.cardtype {
  border: 3px solid #e80;
  box-shadow: 1px 1px 1px 1px rgba(236, 212, 183, 0.5);
}
.letterinfo_block.cardtype:hover {
  border-color: #08238d;
}
.newsimg img {
  height: 100%;
  object-fit: contain;
}
.cardtype .newsinfo p {
  padding: unset;
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.date {
  font-size: 30px;
  font-style: italic;
  color: #08238d;
}
.whats_news_bg.old_list {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cardtypeblock {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .letter_target_info span {
    display: none;
  }
  .letter_target_info {
    border: 1.5px solid #08238d;
    border-radius: 4px;
    width: calc(50% - 1.5rem);
    padding: 0.5rem;
    margin: 0.5rem;
  }
}
/*================= suppliers =========================================================================*/
.worksblock a:hover {
  display: block;
}
.game_product div {
  color: white;
}
.works_service {
  padding: 3rem;
}
.worksblock a > div {
  height: 200px;
  padding: 3rem;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(238, 136, 0, 0.7);
}
.worksblock a > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  position: absolute;
  background-color: rgba(25, 24, 23, 0.9);
  opacity: 0;
  -webkit-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  pointer-events: none;
}
.worksblock a > div > img {
  border: unset;
}
.worksblock {
  display: block;
  height: auto;
}
.suppliers_title {
  padding: 1rem 0 0 20px;
}
@media screen and (max-width: 768px) {
  .works_service {
    padding: 0rem;
  }
  .worksblock p {
    height: auto;
  }
  .suppliers_title {
    padding: 1rem 0 0 0;
  }
}
/*================= suppliers_works =========================================================================*/
#recommend .worksblock {
  display: inline-block;
}

/*================ gamelist =========================================================================================*/
a.paradise_artice_info {
  display: block;
}
.artice_info div {
  float: right;
  padding-top: 18px;
  color: #e80;
  font-size: 15px;
  font-family: "PT Serif", Lato, Arial, "Microsoft JhengHei", sans-serif;
  letter-spacing: 1.618px;
  line-height: 1.4;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.artice_info div span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 10px;
  border-color: #e80;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.paradise_artice_info:hover .artice_info div {
  font-style: italic;
}
.paradise_artice_info:hover .artice_info div span {
  border-width: 5px 0 0 100px;
}
@media screen and (max-width: 768px) {
}
/* ============= Back to New Game ====================================================================================== */
.base_bgcolor a.artice_load {
  display: block;
  position: relative;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.base_bgcolor a.artice_load:hover {
  border: 1px solid rgba(238, 136, 0, 0);
}
.base_bgcolor a.artice_load::after,
a.artice_load::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  -webkit-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.base_bgcolor a.artice_load::after {
  border-top: 1px solid #e80;
  transform-origin: right;
}
.base_bgcolor a.artice_load::before {
  border-bottom: 1px solid #e80;
  transform-origin: left;
}
.base_bgcolor a.artice_load:hover::after,
a.artice_load:hover::before {
  transform: scaleX(1);
}
