/*======================================
//--//-->   STYLES GENERALES 總風格
======================================*/

/* 現在 */

body {
  font-family: 'Arial', 'Poppins', '微軟正黑體', '/5FAE/8F6F/96C5/9ED1', sans-serif;
  color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}
h6 {
  font-size: 0.8rem;
}
b {
  font-weight: 600;
}
strong {
  font-weight: 800;
}

a {
  cursor: pointer;
  color: #000000;
  transition: all 0.5s ease;
}

a:hover {
  color: #03a9f4;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

/** 天標Nav --- logo **/
.uj-logo {
  color: #000000;
  font-weight: 600;
  max-width: 130px;
}
.uj-logo img {
  max-width: 130px;
}

/** 天標Nav --- logo **/
.ujj-logo {
  color: #000000;
  font-weight: 600;
  max-width: 180px;
}
.ujj-logo img {
  max-width: 180px;
}

@media (max-width: 370px) {
  /** 天標Nav --- logo **/
  .ujj-logo img {
    max-width: 170px;
  }
}

/** 登入註解 **/
.login-note {
  margin-top: 10px;
}

.login-note span {
  color: #f18e31;
}

.login-note span:hover {
  color: #03a9f4;
}

/** 主標下的英文 **/
.color-text-a {
  color: #555555;
  word-break: break-all;
  word-wrap: break-word;
}

/* -浮動x關閉按鈕- */
.btn_bar {
  width: 0%;
  height: 32px;
  float: left;
}
.btn_close {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.btn_close a {
  width: 100%;
  height: 100%;
  background: url(../img/btn_close.png) no-repeat;
  display: block;
}
.btn_close a:hover {
  background-position: 0 bottom;
}

/*------/ Nav Pills  /------*/

.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #03a9f4;
  z-index: 2;
}

/*------/ 大Banner Bg Image  /------*/

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto; /*cover*/ /*contain*/
  background-position: center center;
  width: 100%;
}

/*======================================
//--//-->   Pagination-a 分頁-a
======================================*/

.pagination-a .pagination .page-link {
  margin: 2rem 0.2rem;
  border-color: transparent;
  padding: 0.5rem 0.8rem;
  color: #000000;
}

.pagination-a .pagination .page-link:hover,
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
  background-color: #03a9f4;
  color: #fff;
}

.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
  padding: 0.4rem 0.9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
  padding: 0.4rem 0.9rem;
  color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
  background-color: #03a9f4;
  color: #fff;
}

.a {
  color: #03a9f4;
  font-size: 1.3rem;
}

/*======================================
//--//-->   Space Padding 空間邊距
======================================*/

.section-t8 {
  padding-top: 1.8rem;
}

.section-t4 {
  padding-top: 2rem;
}

.section-t3 {
  padding-top: 3rem;
}

.section-b2 {
  padding-bottom: 2rem;
}

.faq-single {
  margin-top: 10px;
}

/*======================================
//--//-->   Title
======================================*/

/* Game & News Single 內部小副標*/
.title-wrap {
  /* padding-bottom:1rem;*/
  padding-top: 1rem;
}
.title-wrap .title-box h2 {
  font-size: 18px;
  font-weight: 600;
  border-left: 8px solid #03a9f4;
  padding-left: 10px;
}

/* 單一遊戲-遊戲名稱 */
.title-a {
  font-size: 18px;
  font-weight: 600;
  border-left: 8px solid #03a9f4;
  padding-left: 10px;
}

/* 更多(more)...(精選.遊戲.優惠) */
.title-link {
  font-size: 1rem;
  padding-top: 0;
}
.title-link a {
  color: #666;
}
.title-link a:hover {
  color: #03a9f4;
  font-weight: 600;
}
.title-link span {
  font-size: 17px;
  padding-left: 4px;
  vertical-align: middle;
}

/* 撐高右側語系BOX */
.title-box-d {
  padding-bottom: 0.5rem;
  position: relative;
  margin-top: 2rem; /*3rem*/
}

/* 法規-段落標題 */
.title-box-d .title-d {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0.5rem 5px 0.8rem 5px;
}

.title-box-d .title-d:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #03a9f4;
  bottom: 15px;
  left: 0;
}

/*------/ Overlay /------*/

.overlay-a {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   輪播 Owl carousel
======================================*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: -15px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #03a9f4;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #03a9f4;
  width: 35px;
}

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: 0.7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #03a9f4;
  opacity: 0.9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/*======================================
//--//-->   天標NAVBAR
======================================*/

.navbar-default {
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default .nav-search {
  color: #000000;
  font-size: 1.5rem;
}

.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 5px solid #03a9f4;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-left: 0;
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 1.1rem;
  color: #000000;
  letter-spacing: 0.03em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background-color: #03a9f4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: opacity 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
  background-color: #03a9f4;
}

.navbar-default.navbar-trans .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: #000000;
}

.navbar-default.navbar-reduce {
  transition: all 0.5s ease-in-out;
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar-default.navbar-reduce .nav-link {
  color: #000000;
}

.navbar-default.navbar-reduce .nav-link:before {
  background-color: #03a9f4;
}

.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #000000;
}

.navbar-default.navbar-reduce .navbar-brand {
  color: #000000;
}

.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #03a9f4;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: translate3d(0px, -40px, 0px);
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #03a9f4;
  transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #03a9f4;
}

.navbar-default .dropdown:hover .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   右側語系 BOX COLAPSE
======================================*/

.box-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 200px;
  z-index: 1040;
  background-color: #ffffff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.6s ease;
}

.box-collapse .title-box-d {
  top: 30px;
  left: 35px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.3s;
}

.box-collapse-wrap {
  opacity: 0;
  position: unset; /*absolute*/
  left: 0;
  top: 6.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow-x: unset; /*hidden*/
  overflow-y: auto;
  margin: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  transition: opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
}

.navbar-nav-language {
  padding-left: 0;
  padding-right: 10%;
}

.navbar-nav-language .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 0.1s ease-in-out;
  text-align: center;
  font-size: 14px;
}
.navbar-nav-language .nav-link:hover {
  border-bottom: #03a9f4 2px solid;
}

.box-collapse-open .click-closed {
  visibility: visible;
}

.box-collapse-open .box-collapse {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  opacity: 1;
}

.box-collapse-open .box-collapse .title-box-d {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.box-collapse-open .box-collapse-wrap {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.box-collapse-closed .box-collapse {
  opacity: 0.7;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1035;
  background-color: #000000;
  opacity: 0.4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 1.5rem; /*2rem*/
  font-size: 3.5rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-boxed {
  right: 46.5%;
}

/*==================================================
//--//--//--//-->   首頁 banner
====================================================*/

.intro {
  position: relative;
  color: #ffffff;
}

.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: calc(25% - 45px);
  right: 50px;
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #03a9f4;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #03a9f4;
}

.intro .intro-item {
  padding-top: 4.5rem;
}

.intro .carousel-item-a {
  position: relative;
  height: auto;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
  background-position: top;
  background-origin: content-box;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 1rem;
}

.intro .intro-body .price-a {
  color: #ffffff;
  padding: 1rem 1.5rem;
  border: 2px solid #03a9f4;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.intro .spacial {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  color: #ffffff;
}

.intro .intro-title-top {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.intro .intro-title {
  transition-duration: 9s !important;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.8rem;
  text-transform: uppercase;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}

@media (max-width: 500px) {
  #carousel_l {
    display: none;
  }
  #carousel_s {
    display: inline-block;
  }
}

/*------/ Intro Single 標題介紹 /------*/

.intro-single {
  padding: 7rem 0 0rem;
}

.intro-single .title-single-box {
  padding: 0.2rem 0 0.2rem 1rem;
  margin-bottom: 0rem;
  border-left: 3px solid #03a9f4;
}

.title-single-box .color-text-a {
  font-size: 15.5px;
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 0.5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

/**------- CSS補充-首頁 -------**/

.index {
  margin: 1.5rem 0 1.5rem 0;
  width: 50%;
}
.index :hover {
  font-weight: bold;
}
.index .card-box-b {
  margin-bottom: 0.5rem;
}
.index a .card-footer-c {
  font-size: 14px;
  padding-top: 0px;
  /* margin-bottom: 2rem; */
}

.index-game-area {
  /* padding-left: 20px;
  padding-right: 20px;
  border: 0.5px solid #bbb;
  margin: 0 3rem 1rem 3rem; */
  width: 50%;
}
.index-game-area:hover {
  box-shadow: 3px 3px 10px #aaa;
}

.index-game-area .area-box {
  margin-bottom: 0.5rem;
}
.index-game-area .card-footer-c {
  margin-bottom: 1.7rem;
}
.index-game-area .area-box .img-box-b {
  margin-top: 2rem;
}
.index-game-area .area-box .img-b {
  width: 75%; /*70%*/
}

#game_list {
  margin-left: 0px;
  margin-right: 0px;
}

/*======================================
//--//-->   CARD GENERAL 
            (遊戲專區b.精選優惠c.單一遊戲d)
======================================*/

.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: justify;
  margin-bottom: 1.8rem;
}
.card-box-d {
  margin-bottom: 1.5rem;
}

.card-box-b .img-box-b {
  text-align: center;
}
.card-box-b .img-a,
.card-box-b .img-b {
  transition: 0.8s all ease-in-out;
  margin: 0 auto;
  width: 80%;
  height: auto;
  border-radius: 25px;
}
.card-box-b .img-b {
  border-radius: 25px;
}

/* 精選優惠 覆蓋層 */
.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*======================================
//--//-->   單一遊戲- CARD-C
======================================*/

/* 上方區塊 */
.card-box-c {
  position: relative;
  margin-bottom: 0rem;
}

.card-header-c {
  padding: 1rem 5px 1rem 5px;
}

.card-body-c {
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.card-footer-c {
  font-size: 16px; /*18px*/
  text-align: center;
}

/* 遊戲名稱 */
.single-game .title-box .title-a {
  text-align: center !important;
  border-left: none !important;
  margin-bottom: 20px;
}

/* 遊戲名稱 區塊 */
.single-game {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-bottom: 5px;
}

/* icon */
.single-img {
  margin: auto;
  flex: 0 0 60% !important;
  max-width: 100% !important;
}

/* 遊戲下載區塊 */
.game-download {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
}

.card-box-ico {
  border: 1px solid #03a9f4;
}

.card-box-ico span {
  font-size: 4rem;
  color: #000000;
}

.title-c {
  font-size: 2.5rem;
  font-weight: 600;
  margin-left: -40px;
}

/*======================================
//--//-->   儲值商城 SALE - CARD-D 
            Hover前
======================================*/

/*Sale--Hover前*/
.card-box-in {
  border: 1px solid #bbb;
}
.card-box-in p {
  display: inline-block;
}
.card-img {
  width: 100%;
  opacity: 0;
  padding: 20px 50px 50px 50px;
}
.card-img:hover {
  opacity: 1;
}
.sale-title {
  margin-top: 15px;
  margin-bottom: 10px;
  border-left: 8px solid #03a9f4;
  padding-left: 7px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.sale-coin span {
  color: rgb(228, 88, 21);
  /*font-weight:600;*/
  font-size: 14px;
  line-height: 22px;
  display: block;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.sale-coin-hover span {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.card-header-d .card-title-d .sale-title-hover {
  font-size: 16px;
  color: #fff;
  border-left: #fff solid 5px;
  margin-top: 20px;
  padding-left: 8px;
  text-align: left;
}

/*======================================
//--//-->   精選SALE - CARD-D 
            Hover
======================================*/

.card-box-d .title-d {
  transition: 0.3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 0.8rem 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.card-box-d .card-overlay-hover {
  transition: all 0.2s ease-in-out;
  padding: 10px 20px 10px 20px;
  color: #fff;
}

.card-box-d .content-d {
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.card-box-d .info-sale {
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.card-box-d:hover .card-overlay-hover {
  background-color: rgb(249, 134, 69);
  opacity: 1;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-sale,
.card-box-d:hover .card-footer-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

/*======================================
//--//-->   下拉式選單
            (FAQ / 精選專區)
======================================*/

/*FAQ*/
.property-grid .grid-option .custom-select,
/* 精選 */.grid-option .custom-select {
  text-align: right;
  border-radius: 0;
  border: 1px solid #8c8b8b;
  float: right;
  width: 100%;
  font-size: 14px;
}

.custom-select {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*FAQ 搜尋*/
.faq-search {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

/*FAQ 搜尋*/
.faq-search input {
  border-radius: 0;
  border: 1px solid #ced4da;
  display: inline-block;
  padding: 0.475rem 0.75rem;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  width: 80%;
}

/*FAQ*/
.property-grid .grid-option .custom-select:hover,
/*FAQ*/.property-grid .grid-option .custom-select:active,
/*FAQ*/.property-grid .grid-option .custom-select:focus,
/*FAQ 搜尋*/.faq-search:hover,.faq-search:active,.faq-search:focus,
.property-grid .grid-option .custom-select option,.faq-search option {
  border-color: #313131;
}

/*FAQ 回報表單's note*/
span.uj-remind {
  font-size: 14px;
  color: #999;
  margin-left: 15px;
}

/*======================================
//--//-->   多個頁面框架
======================================*/

/*------/ Game.News.FAQ Single /------*/

.post-content {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  word-wrap: break-word;
  margin-top: 1rem;
}

.post-content img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 1rem;
}

.post-content h2 {
  font-size: 22px;
  margin-top: 1rem;
}

.post-content h5 {
  font-size: 16px !important;
  line-height: 28px;
}

.post-content ul {
  font-size: 14px !important;
  line-height: 24px;
  margin: 1rem auto;
}

.post-content p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 24px;
  font-weight: 500;
}

.post-content .post-intro {
  font-size: 1.7rem;
  /*font-weight: 300;*/
  margin-bottom: 2rem;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}

/*NEW 社群分享*/
.post-footer {
  padding: 0.5rem 0 0.5rem 0;
}

.list-inline-item a img {
  width: 30px;
}

/*單一遊戲 遊戲分級事項*/
.grade-note p {
  font-size: 13px !important;
  text-align: justify;
}

/*------/  清單樣式  /------*/

.user-list-a {
  line-height: 32px;
  list-style-type: square;
}
.user-list-b {
  line-height: 28px;
  list-style-type: decimal-leading-zero;
}
.user-list-c {
  line-height: 28px;
  list-style-type: decimal;
}
.user-list-d {
  list-style-type: disc;
  line-height: 28px;
}
.user-list-e {
  list-style-type: lower-roman;
}
.user-list-f {
  list-style: cjk-ideographic;
}

.user-list-b li h5,
.user-list-c li h5,
.user-list-d li h5 {
  line-height: 22px;
  font-size: 14px !important;
}

/*======================================
//--//-->   News最新公告 列表
======================================*/

/* NEWS 列表 */
.list-comments {
  padding-left: 0;
}
.list-comments li {
  margin: 5px 0 1rem 0;
  padding: 15px 15px 0px 15px;
  border: 1px solid #ccc;
  list-style-type: none;
}
.list-comments li:hover {
  box-shadow: 3px 3px 10px #caccd4;
  transition: background 0.2s linear;
  border: 2px solid #ccc;
}

/**News-遊戲icon**/
.list-comments .announcement-icon {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.list-comments .announcement-icon img {
  width: 50px;
  max-width: 40px;
  height: 100%;
  margin: 0 0 1rem 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/**News-遊戲名**/
.list-comments .announcement-game {
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.list-comments .announcement-game h4 {
  font-size: 14px;
  text-align: center;
}

/**News-日期**/
.box-comments .list-comments span {
  display: block;
  color: #2b2a2a;
  font-style: italic;
  font-size: 14px;
}

/**News-標題**/
.list-comments .announcement-details {
  display: table-cell;
  width: 100%;
  padding-left: 0;
  vertical-align: top;
  text-align: justify;
}

.list-comments .announcement-title {
  padding-top: 0.3rem;
  font-size: 15px;
}

/**News-連結**/
.box-comments .list-comments a {
  color: #000000;
}
.box-comments .list-comments a:hover {
  color: #f18e31;
}

/*======================================
//--//-->   News最新公告 內文
======================================*/

/*內文整體區塊*/
.news-single {
  margin-top: 20px;
}

/*News-內文標題*/
.news-img-box span h4 {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}

/*內文-特別字設定*/
p.news_focus {
  color: rgb(3, 144, 244);
  font-weight: 600;
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 16px;
}
p.news_paragraph {
  margin-top: 0;
  color: rgb(233, 71, 41);
}

/**/

/*News 日期.分享連結*/
.post-share {
  display: inline-block;
}
.post-share .socials {
  display: inline-block;
  margin-bottom: 0;
}
.post-share .socials li {
  margin-left: 0.6rem;
}

/* NEWS 底部 HR  */
hr.interval {
  margin: 1rem 0 1.5rem 0;
}

/*======================================
//--//-->  遊戲專區/優惠 (多圖像排列)
======================================*/

/**--- 遊戲專區/儲值前遊戲選單 (多圖像排列) ---**/
.section-area,
.section-sale_1 {
  margin-bottom: 6.5rem;
  padding-top: 1rem;
}
.section-area .container .next-area,
.section-sale_1 .container .next-area {
  margin-top: 3.5rem;
}
.breadcrumb-box {
  display: none !important;
}

/*======================================
//--//--> FAQ / 常見問題
======================================*/

/* FAQ 常見問題 外框 */
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
  margin-top: 13px;
}

.tab button {
  background-color: #bcbdbd;
  color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 10px;
  transition: 0.3s;
  font-size: 15px;
  width: 50%;
  border-bottom: 2.5px solid #bcbdbd;
}

.tab button:hover {
  background-color: #b1afaf;
  border-bottom: 2.5px solid #949393;
  transition: all 0.1s ease-in-out;
}

.tab button.active {
  background-color: #676767;
  border-bottom: 2.5px solid #000;
}

.tabcontent.sdk {
  border: 0px;
}

.tabcontent {
  display: block;
  padding: 6px 0px; /* 6px 12px*/
  border: 1px solid #ccc;
  border-top: none;
  text-align: justify;
  font-size: 14px;
}

.tabcontent h5 {
  line-height: 26px;
  font-size: 14px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

/*======================
//--//-->  FAQ 列表
======================*/

/* FAQ 列表 */
.list-faq {
  padding-left: 0;
}
.list-faq li {
  margin: 5px 0 1.5rem 0;
  /*padding:13px;*/
  border: 1px solid #ddd;
  list-style-type: none;
  background: #f3f3f3;
  font-size: 14px !important;
}
.list-faq li:hover {
  box-shadow: 3px 3px 10px #caccd4;
  transition: background 0.2s linear;
  border: 1.5px solid #caccd4;
}

/**FAQ-遊戲名**/
.list-faq .announcement-game {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 15px;
}

.list-faq span.fa {
  float: right;
  margin: -32px 10px; /*-20px 0px */
}

/**FAQ-連結**/
.box-comments .list-faq a {
  color: #000000;
}
.box-comments .list-faq a:hover {
  color: #03a9f4;
  -webkit-transition: all 0s linear;
}

/*======================================
//--//-->  FAQ 內容
======================================*/

/*FAQ-內文標題*/
.faq-box-title span h4 {
  line-height: 35px;
  text-align: center;
  color: #f18e31;
  margin-top: 15px;
  font-size: 18px;
}

.faq-img {
  text-align: center !important;
  max-width: 100%;
  margin: 0 auto;
}
.customer-btn {
  text-align: center;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

/*======================================
//--//--> FAQ / 問題回報.查詢回報進度(再次回報)
======================================*/

/**------- 問題回報 -------**/
.panel-default {
  margin-top: 1rem;
}
.panel-heading {
  background: #fff;
  border: 1px solid #ddd;
}
.panel-title {
  background: #f5f5f5;
  color: #333;
  padding: 0.5rem 0.8rem;
  font-size: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  /*height:70px;*/
}

.panel-body {
  padding: 1rem 1rem;
  border: 1px solid #ddd;
  text-align: justify;
  font-size: 14px;
}
.panel-body img {
  width: 100% !important;
  max-width: 920px;
  margin: 10px;
}

/*上傳區塊*/
.post-content .blockquote {
  padding: 1rem 3rem 1.7rem 3rem;
  border-left: 3px solid #03a9f4;
  color: #000000;
}

.post-content .blockquote footer {
  text-align: left;
  padding: 0;
}

/*======================================
//--//--> FAQ / 查尋回報進度
======================================*/

/*問答主標*/
.panel-in-a {
  display: inline-block;
  margin-right: 5px;
  padding: 0.5rem 0rem;
  font-size: 14px;
}
/*未回覆*/
.panel-in-b {
  padding: 0.5rem 0; /*0.8rem 0.5rem 0rem 0.8rem*/
  text-align: right;
  color: #999;
  font-size: 14px;
}
/*問題編號*/
.panel-num {
  display: inline-block;
  padding: 0.5rem 0rem;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #999;
}
.panel-num-in {
  display: inline-block;
  padding: 0.5rem 0rem;
  margin-left: -0.8rem;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #999;
}
/*已回覆*/
.panel-in-c {
  padding: 0.5rem 0; /*.8rem .5rem 0rem 0.8rem*/
  text-align: right;
  color: #ef8315;
  font-size: 14px;
}

/**客服回覆對話表格**/
.panel-body table {
  width: 100%;
  margin-bottom: 2rem;
  word-break: break-word;
  word-wrap: break-word;
}
.panel-body th {
  padding-top: 1rem;
  display: block;
}
.panel-body td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  display: block;
}

/*二次以上上傳*/
.panel-body blockquote {
  font-size: 15px;
  padding: 0px;
}
.btn-upload {
  margin-top: 0px;
  margin-bottom: 10px;
  display: flex;
}

button.btn-trash {
  color: #fff;
  border: none;
  background: #869da7;
  padding: 0.5rem 1rem;
  margin-left: 2rem;
  border-radius: 5px;
  cursor: pointer;
}

.file-rar {
  margin: 0.5rem 0 1rem 0;
  font-size: 12px;
}

.btn-trash .fa-trash {
  font-size: 18.5px;
}

/* 更換上傳 */
#span_file {
  cursor: pointer;
  background: #f18e31 !important;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 5px;
  float: left;
  font-size: 14px !important;
  width: 100%;
  max-width: 200px;
  text-align: center;
}

#span_file:hover {
  background: #03a9f4 !important;
}
.files .form-group .fileupload-add {
  border: none;
  margin-left: -30px;
}

/*上傳完條列*/
.filelist {
  margin-left: -2.5rem;
}

.upload-dtail {
  background: #f3f3f3;
  font-size: 12px !important;
  text-align: left !important;
  padding: 8px 10px;
  margin-top: 15px;
  display: block !important;
}

/*上傳條列 取消*/
.upload-dtail-x {
  display: contents !important;
  float: right;
  padding: 0 20px;
  font-size: 16px !important;
}

/*上傳注意事項*/
.upload-note {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.upload-note h5 {
  line-height: 20px;
  font-size: 14px;
  padding-right: 0px;
  padding-left: 0px;
}

/* 上傳區塊 */
.upload-group {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.upload-group .fileupload-add {
  border: none;
}

/* cookies & 上傳用 */
.fa-colse-x {
  float: right;
}

/** BTS-手機號碼 **/
.inphone label {
  display: block;
}
.inphone select,
.inphone input {
  display: inline-block;
}
.inphone select {
  width: 45%;
}
.inphone input {
  width: 50%;
  /*margin-left:10px;*/
}

/**韓版-FAQ-文字/法規連結**/
.fqa-1-link {
  color: #f63;
  border-bottom: 2px solid #f63;
}
.fqa-1-link:hover {
  border-bottom: 2px solid #03a9f4;
}

/*======================================
//--//-->   FORM INPUT 表格 輸入
======================================*/

.property-contact {
  margin-top: 1rem;
}

.form-a label {
  color: #000000;
  position: relative;
}

.form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 2.5rem;
}

.form-control-lg {
  font-size: 14px;
  padding: 0.5rem;
}

.form-a .form-control {
  border-radius: 0;
  font-size: 14px;
  font-weight: 300;
}

.form-a .form-control.form-control-a {
  height: 2.5rem;
}

.form-a .form-control:focus {
  box-shadow: none;
  border-color: #03a9f4;
}

/*intl-tel-input 插件*/
/*去除藍框*/
.iti button:focus,
.iti input:focus {
  box-shadow: none;
  border-color: #03a9f4;
  outline: none;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly]))
  .iti__selected-country:has(+ .iti__dropdown-content:hover)
  .iti__selected-country-primary {
  background-color: transparent !important;
}

/*隱藏：flag調整*/
#inphone .iti {
  width: 100%;
}
#inphone .iti__tel-input {
  width: 100%;
  /* padding-left: 4rem !important; */
}
.inphone .iti__search-input {
  width: 100%;
}
.iti__selected-country {
  flex-direction: row-reverse;
}
.iti__selected-country::before {
  content: '';
  border-right: 1px solid #ced4da;
  width: 3px;
  height: 60%;
}

.iti__ax,
.iti__flag {
  display: none;
}
.iti__selected-country-primary {
  padding-left: 0px;
}
.iti__selected-dial-code {
  padding-left: 6px;
}
.inphone .iti__search-input {
  padding: 7px;
}
.notice {
  margin-top: 15px;
}

#error-msg {
  color: rgb(250, 80, 80);
}

#valid-msg {
  color: #00c900;
}

input.error {
  border: 1px solid #ff7c7c;
}

.hide {
  display: none;
}

/*** 法規(共用) scrollbar ***/
.sdk_scroll::-webkit-scrollbar {
  display: block !important;
  width: 7px !important;
  background: #bababe5b !important;
}
.sdk_scroll::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #03a8f486 !important;
}

.sdk_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #03a8f486 !important;
}
/*** 法規(共用) scrollbar end ***/



/*======================================
//--//-->   法規 eula-privacy-single
======================================*/

.eula-privacy-single table,
.eula-privacy-single th,
.eula-privacy-single td {
  border: 1px solid #ccc;
  padding: 10px;
}
.eula-privacy-single table {
  width: 100%;
  margin-top: 8px;
}
.eula-privacy-single th {
  background-color: #f3f3f3;
  font-weight: 600;
}
.eula-privacy-single th,
.eula-privacy-single td {
  display: block;
}

.eula-privacy-single a {
  color: #03a9f4;
  border-bottom: 0.5px solid #03a9f4;
  text-decoration: none;
}

/*** 遊戲管理規則_群M ***/
.manag_rules_tb tr.tb_hd td {
  text-align: center;
}

.manag_rules_tb td {
  display: table-cell;
  padding: 5px;
  line-height: 1.6;
}

.manag_rules_tb td.num {
  text-align: center;
}

/*日版 資金法 上方頁籤*/

.capitalization-game {
  text-align: left;
  margin-bottom: 10px;
}
.eula-privacy-single .list-item {
  display: inline-block;
  text-align: left;
}
.eula-privacy-single .list-item .active {
  color: #03a9f4;
}
.eula-privacy-single span.grid {
  font-size: 14px;
  color: #aaa;
}
.eula-privacy-single .list-item a {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  border-bottom: none;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease-in-out;
}
.eula-privacy-single .list-item a:hover {
  color: #03a9f4;
  text-decoration: none;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease-in-out;
}

/*======================================
//--//-->   BUTTON
======================================*/

.btn {
  transition: 0.5s ease;
}

.btn.btn-a,
.btn-ture,
.btn.btn-related,
.btn.btn-b,
.btn.btn-d {
  border-radius: 5px;
  letter-spacing: 0.05rem;
}

.btn.btn-a,
.btn.btn-related {
  background-color: #8d8d8d;
  color: #ffffff;
  font-size: 15px;
  margin: 5px;
  padding: 1rem 0.5rem;
  width: 100%;
}
.btn.btn-related img {
  width: 20px;
}

.btn.btn-back {
  background-color: #8d8d8d;
  color: #ffffff;
  font-size: 15px;
  margin: 5px;
  padding: 1rem;
  width: 45.333333%;
}
@media (max-width: 468px) {
  .btn.btn-back {
    height: 100%;
    max-height: 56px;
    white-space: initial;
  }
}

.btn.btn-a span.fa {
  margin-right: 4px;
}

/***登入、確認、問題、查詢回報***/

.btn.btn-ture,
.btn.btn-faq-r,
.btn.btn-faq-l {
  color: #ffffff;
  font-size: 14px;
  width: 45.333333%;
  white-space: inherit;
}

.btn.btn-ture {
  background-color: #f18e31;
  margin: 5px;
  padding: 1rem 1rem;
}

.btn.btn-question {
  color: #03a9f4;
  font-size: 12.5px;
  /*width:100%;*/
  background-color: #ffffff;
  margin: 4px auto;
  /*margin-bottom:20px;*/
  padding: 0rem 0rem 1rem 0rem;
  /*float: left;*/
}
.btn.btn-return {
  color: #03a9f4;
  font-size: 12.5px;
  /*width:100%;*/
  background-color: #ffffff;
  margin: 4px auto;
  margin-bottom: 20px;
  padding: 0rem 0rem 0rem 0rem;
  /*float: right;*/
}

/*SDK MAIL FAQ 上方按鈕*/
.customer-btn {
  /*display: block;*/
  display: flex;
  width: 80%;
  margin: auto;
  padding: 0;
}
.customer-btn .btn-question span {
  height: initial;
  max-height: none;
}
.btn.btn-question,
.btn.btn-return {
  font-size: 12.5px;
  margin: 0px 5px;
  padding: 0rem;
}
.faq-single .container {
  max-width: none;
}
/*END SDK MAIL FAQ 上方按鈕*/

.col-md-4.custom-select {
  width: 100%;
  margin-bottom: 10px;
  max-width: none;
}
.col-md-4.faq-search {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.faq-search input {
  max-width: none;
  width: 90%;
  margin: 0;
}
.btn.btn-search {
  margin: 0;
}

.btn.btn-question span,
.btn.btn-return span {
  font-size: 3.5rem;
}

.btn.btn-question span.bg-warning,
.btn.btn-return span.bg-warning {
  background: #f18e31 !important;
  color: white;
  font-size: 0.6rem !important;
}

@media (max-width: 330px) {
  .customer-btn {
    display: block;
  }
  .customer-btn-jp .btn {
    font-size: 11px;
  }
}

.btn.btn-a-c {
  background-color: #607d8b;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 3px;
  width: 100%;
  min-width: 120px;
  padding: 0.5rem;
}

.btn.btn-news-back,
.btn.btn-faq-back {
  background-color: #4a94b5;
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  width: 45.333333%;
  padding: 1rem 1rem;
  white-space: inherit;
}

.btn.btn-faq-back {
  background-color: #8d8d8d !important;
}

@media (max-width: 380px) {
  .btn.btn-news-back,
  .btn.btn-faq-back {
    margin: 0.5rem 5px;
  }
}

.btn.btn-search {
  background-color: #0087c1;
  color: #fff;
  /*padding:2.5px;*/
  float: right;
  /*margin-right:0rem;*/
  margin-top: 10px;
  width: 38px;
}
.btn.btn-search:hover {
  background-color: #e49057;
}

.btn.btn-a-c:hover,
.btn.btn-news-back:hover,
.btn.btn-faq-back:hover,
.btn.btn-a:hover,
.btn.btn-related:hover {
  background-color: #e49057;
  color: #ffffff;
}

.btn.btn-ture:hover,
.btn.btn-back:hover,
.btn.btn-faq-r:hover,
.btn.btn-faq-l:hover {
  background-color: #f4c191;
  color: #ffffff;
}

.btn.btn-b {
  padding: 1rem 3rem;
  background-color: #03a9f4;
  color: #000000;
}

.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-b-n {
  background-color: rgba(3, 169, 244, 0);
  color: #666666;
  border-radius: 5px;
  font-size: 22px;
  padding: 0 10px;
}

.btn.btn-b-n:hover {
  background-color: #03a9f4 !important;
  color: #ffffff;
}

.btn.btn-b-n:hover .fa-colse-x {
  background-color: #03a9f4 !important;
  color: #ffffff !important;
}

.btn.btn-d {
  background-color: #e9e9e9;
  color: #5a7684;
  font-size: 18px;
  margin-bottom: 2rem;
  width: 100%;
  height: 100%;
  max-height: 55px;
  padding: 0.5rem 1rem;
  font-weight: 600;
}

.btn.btn-d:hover {
  background-color: #f18e31;
  color: #ffffff;
}

.btn.btn-d img {
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 40px;
}

.property-contact h5 {
  font-size: 14px;
  line-height: 28px;
}

/*======================================
//--//-->   FOOTER
======================================*/

.section-footer {
  padding-top: 60px;
  margin-top: 60px;
  background: #f3f3f3;
}

.section-footer ul {
  line-height: 2;
}

footer {
  background: #f3f3f3;
  text-align: center;
  padding: 20px 0 10px 0;
  margin-top: 50px;
  font-size: 14px !important;
}

footer .copyright,
footer .copyright-kor {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

footer .copyright p,
footer .copyright-kor p {
  color: #555555;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 26px;
}

footer .copyright-kor p {
  display: inline-block;
  float: left;
  text-align: left;
}

footer .list-inline-item {
  line-height: 30px;
}

footer .list-inline-item:not(:last-child) {
  margin-right: 0;
}

footer span {
  color: #acacac;
}

/* 特例 中國地區 */
footer .list-inline-item span {
  display: none;
}

@media (max-width: 389px) {
  footer .list-inline-item span {
    display: inline;
  }
}

/*======================================
//--//-->   For-SDK專用 (JP)
======================================*/

section.side-menu {
  background: #0d99d9;
  text-align: center;
  padding: 0.4rem 0 0.2rem 0;
  font-size: 14px;
}
section.side-menu .list-inline-item:not(:last-child) {
  margin-right: 0;
}
section.side-menu li.list-inline-item {
  line-height: 28px;
  color: #fff;
}
section.side-menu li.list-inline-item a {
  color: #fff;
}
section.side-menu span {
  color: #fff;
}
/*SDK專用-撐高*/
.sdk-height {
  padding-top: 7rem;
  background: #ffffff;
}
/*SDK專用-主標*/
section.sdk-title {
  padding: 1rem 0 0px 0 !important;
}
section.sdk-title .title-single-box {
  border: none;
  padding: 0.2rem 0 0.2rem 0rem;
}
section.sdk-title .color-text-a,
section.sdk-title .col-lg-4 {
  display: none;
}

section.sdk-content .title-box-d {
  margin-top: 1rem;
}

/*SDK專用-側邊選單*/
section.side-menu ul.list-inline {
  margin-bottom: 0.2rem;
  text-align: right;
}

section.side-menu button.btn {
  padding: 0.5rem 3rem 0.2rem 3rem !important;
}
section.side-menu button.btn.btn-b-n {
  background: rgb(245 249 251 / 21%);
  margin: 0 0;
}

section.side-menu .box-collapse {
  width: 100%;
  max-width: 300px;
}
section.side-menu .box-collapse .col-md-12 {
  margin-top: 15%;
}
section.side-menu .box-collapse .ion-ios-close {
  color: #999;
}
section.side-menu .box-collapse {
  padding: 0 10px;
  margin-bottom: 0;
  padding-bottom: 150px;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}
::-webkit-scrollbar {
  display: none !important;
}

section.side-menu .box-collapse ul li a {
  padding: 1rem;
  transition: all 0.1s ease-in-out;
  text-align: center;
  font-size: 14px;
}
section.side-menu .box-collapse ul li a:hover {
  border-bottom: #03a9f4 2px solid;
  text-decoration: none;
}
/*======================================
//--//-->   For-SDK專用 (JP) END
======================================*/

/*======================================
//--//-->  懸浮功能
======================================*/

/* Back to top */
.back-to-top {
  position: fixed;
  display: none;
  background: #8d8d8db0;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 30%;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  padding-top: 6px;
  color: #fff;
}

.back-to-top:hover {
  background: #03a9f4;
}

/* 手機版 底部 快速商城 button */
.shopping-car {
  position: fixed;
  background: #f18e31;
  color: #fff;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 8px;
  right: 0;
  bottom: 0;
  transition: background 0.5s;
  z-index: 99;
  padding: 13px;
  box-shadow: 0px 3px 5px #2a2a2a80;
}
.shopping-car:hover {
  background: #03a9f4;
  color: #fff;
}

/* PC版 右側 快速商城 button */
.pc-right-btn {
  display: none;
}

/* Cookies */
.cookies {
  position: fixed;
  display: block;
  background: rgb(255, 255, 255, 0.9);
  border: 0px solid #03a9f4;
  box-shadow: 0px 0px 7px #777777;
  color: #666;
  width: 90%;
  height: auto;
  right: 10%;
  left: 7%;
  text-align: justify;
  line-height: 25px;
  font-size: 13px;
  border-radius: 10px;
  padding: 0.3rem 0.5rem;
  transition: background 0.5s;
  z-index: 11;
  bottom: 0;
  backdrop-filter: blur(4px);
}
.cookies a {
  color: #f18e31;
  border-bottom: 1px solid #f18e31;
  font-weight: 600;
}
.cookies a:hover,
.cookies a:active {
  color: #03a9f4;
  border-bottom: 1px solid #03a9f4;
}
.cookies-colse {
  display: flex !important;
  float: right;
  padding: 8px 0px 15px 8px;
}

.btn-faq-top {
  color: #ffffff;
  font-size: 15px;
  margin: 5px;
  width: 45.333333%;
  padding: 1rem 1rem;
  background: #869da7 !important;
}
.btn-faq-top:hover {
  background: #e49057 !important;
}

@media (max-width: 767px) {
  .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }
  .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
}

.form-group {
  font-size: 14px;
}

.col-related {
  display: flex;
}

/*****************************************************************************************************************************************************
  --------->>>根據螢幕DPI不同的樣式
*****************************************************************************************************************************************************/

@media (min-resolution: 300dpi) {
  /* 高DPI螢幕 */
  body {
    font-size: 15px; /*16px*/
  }
  section.sdk-title {
    padding: 1rem 0 0px 0; /*1.5rem 0 0px 0*/
  }
  section.sdk-title .title-single-box {
    padding: 0.5rem 0 0.5rem 0rem;
  }
  section.sdk-title .title-single-box .title-single {
    font-size: 1.1rem; /*1.5rem*/
    margin-bottom: 0;
  }
  section.sdk-content .title-box-d {
    padding-bottom: 1.5rem;
    margin-top: 0rem; /*2rem*/
  }
  section.sdk-content .title-box-d h3.title-d {
    font-size: 0.9rem; /*1.2rem*/
    margin: 1rem 5px 0.8rem 0px;
  }
  section.sdk-content .post-content p {
    font-size: 15px; /*16px*/
  }
  section.sdk-content .post-content h6 {
    margin-bottom: 0;
  }
  section.sdk-content .post-content ul {
    line-height: 32px;
    margin: 0.5rem auto;
  }
}

@media (min-resolution: 96dpi) {
  /* 低DPI螢幕 */
  body {
    font-size: 14px;
  }
  section.sdk-title .title-single-box .title-single {
    font-size: 1.3rem;
  }
  section.sdk-content .title-box-d {
    padding-bottom: 1.3rem;
  }
  section.sdk-content .title-box-d h3.title-d {
    font-size: 1.1rem;
    margin: 1rem 5px 0.5rem 0px;
  }
  section.sdk-content .post-content,
  section.sdk-content h6,
  section.sdk-content ul li {
    font-size: 14px;
  }
  section.sdk-content .post-content ul {
    line-height: 32px;
    margin: 0.5rem auto;
  }
}
