/*======================================
//--//-->   STYLES GENERALES 總風格/基礎設定
======================================*/

body {
  font-family: "Arial","Poppins","微軟正黑體","/5FAE/8F6F/96C5/9ED1", sans-serif;
  color: #555555;
}
h1,h2,h3,h4,h5,h6 {color: #000000;}
b{font-weight: 600;}
strong{font-weight: 800;}

a {
  cursor: pointer;		
  color: #000000;
  transition: all 1s ease;
  -webkit-transition:all 1s ease-in-out;
  -moz-transition:all 1s ease-in-out;
  -o-transition:all 1s ease-in-out;
  -ms-transition:all 1s ease-in-out;
}

a:hover {
  color: #03a9f4;/*#e49057*/
  text-decoration: none;
  transition: all .5s ease;
  -webkit-transition:all .5s ease-in-out;
  -moz-transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  -ms-transition:all .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;
}


/** 主標下的英文 **/
.color-text-a {
	  color: #555555;
    word-break: break-all;
    word-wrap: break-word;
}


/*------/ 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; 
  background-position: center center;
  width:100%;
}


/*======================================
//--//-->   Pagination-a 分頁-a
======================================*/

.pagination-a .pagination .page-link {
  margin: 3rem .2rem  1rem .2rem;
  border-color: transparent;
  padding: .5rem .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: .4rem .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: .4rem .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: 5rem;
}
.section-t4 {
  padding-top: 4rem;
}
.section-t3 {
  padding-top: 3rem;
}
.section-b2 {
  padding-bottom: 2rem;
}

/*FAQ */
.faq-single{
  margin-top: 10px;
}


/*======================================
//--//-->   Title
======================================*/

/* Game & News Single 內部小副標*/
.title-wrap {
  padding-bottom:2rem;
}
.title-wrap .title-box h2 {
  font-size:25px;
  font-weight: 600;
  border-left:8px solid #03a9f4;
  padding-left:10px;
}
	
/* 單一遊戲-遊戲名稱 */
.title-a {
  font-size:25px;
  font-weight: 600;
  border-left:8px solid #03a9f4;
  padding-left:10px;
}
	
/* 更多(more)...(精選.遊戲.優惠) */
.title-link {
  padding-top: .5rem;
}
.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: 1.8rem;
  margin-bottom: .5rem;
  position: relative;
  margin-top:3rem;
}
	
/* 法規-段落標題 */
.title-box-d .title-d {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 1rem 5px 1rem 5px;
}

.title-box-d .title-d:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #03a9f4;
  bottom: 20px;
  left: 0;
}
@media (max-width:991px){
  .title-box-d{
    margin-top: 1.5rem;
    padding-bottom:1.6rem;
  }
  .title-box-d .title-d{
    font-size: 1.2rem;
    margin: 1rem 5px .5rem 5px;
  }
  .title-box-d .title-d:after {
    height: 3px;
  }
}


/*------/ 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: 18px;
}
.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: .7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #03a9f4;
  opacity: .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 .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.030em;
  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 .2s ease-out 0.3s, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
  transition: transform .2s ease-out, opacity .2s ease-out 0.3s, -webkit-transform .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 .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 .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .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: 60px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: .3s;
}
.box-collapse-wrap {
  opacity: 0;
  position: unset;
  left: 0;
  top: 6.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow-x: unset;
  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: 10%;
  padding-right: 10%;
}
.navbar-nav-language .nav-link{
  padding-left:1rem;/*2rem*/
  padding-right:1rem;/*2rem*/
  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: .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: .4;
}
.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 2rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}
.right-boxed {
  right: 46.5%;/*4.2857rem*/
}



/*==================================================
//--//--//--//-->   首頁 banner
====================================================*/

.intro {
   /* by edenlin*/ 
  position: relative;
  color: #ffffff;
}
.intro .owl-theme .owl-dots {
  position: absolute;
  bottom:calc(12%);
  right: 50px;
}
.intro .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot span:focus-visible{
  border:2px solid #03a9f4;
}

.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;
  /* by edenlin */
}
	@media (max-width:1680px){
	  .intro .owl-theme .owl-dots {
	    bottom:calc(10%);}
	}
	@media (max-width:1440px){
	  .intro .owl-theme .owl-dots {
	    bottom:calc(13%);}
	}
	@media (max-width:1280px){
	  .intro .owl-theme .owl-dots {
	    bottom:calc(12%);}
	}
	@media (max-width:1136px){
	  .intro .owl-theme .owl-dots {
	    bottom:calc(10%);}
	}
	@media (max-width:991px){
	  .intro .owl-theme .owl-dots {
	    right:150px !important;}
	  }
	@media (max-width:900px){
	  .intro .owl-theme .owl-dots {
	    bottom:calc(15%);}
	}
	@media (max-width:854px){
	  .intro .owl-theme .owl-dots {
	    right:90px !important;
	    bottom:calc(12%);}
	}
	@media (max-width:780px){
	  .intro .owl-theme .owl-dots {
	    bottom:calc(10%);}
	}
		
.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.030em;
}
.intro .spacial {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  color: #ffffff;
}
.intro .intro-title-top {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  margin-bottom: 1rem;
  font-size: .9rem;
  color: #ffffff;
  letter-spacing: .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;
}



/*------/ Intro Single 標題介紹 /------*/

.intro-single {
  padding:10rem 0 3.5rem;
}
	@media (max-width:1200px){
	  .intro-single {padding: 10rem 0 3rem;}
	}/**/
		
.intro-single .title-single-box {
  padding: .5rem 0 .5rem 1.5rem;
  border-left: 3px solid #03a9f4;
}
.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}
.intro-single .breadcrumb-box {
  padding: 1rem 0 0 .5rem;
}
.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}


/**------- CSS補充-首頁 -------**/
.index a .card-footer-c{ 
  padding-top:10px;
  font-size:20px;
}
.index :hover{
  font-weight: bold;
} 



/*======================================
//--//-->   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;
}
.card-box-d {
  margin-bottom:3.5rem
}
.card-box-b .img-box-b{
  text-align:center;
}
.card-box-b .img-a,
.card-box-b .img-b {
  transition: .8s all ease-in-out;
  margin:0 auto; 
  width:80%; height:auto; 
  border-radius:25px;
  /* by edenlin */
}
.card-box-b .img-b {
  border-radius:25px;
  /* by edenlin */
}

/* 精選優惠 覆蓋層 */
.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;
}
.card-header-c {
  padding:1rem 5px 1rem 5px;
}
.card-body-c {
  padding: .5rem .5rem 0 .5rem;
}
.card-footer-c {
  margin: 7px auto;
  text-align:center;
  /*font-weight: 600;*/
}
.single-game{
  margin:auto;
  font-size:25px !important;
}
	
	@media (max-width:990px){
    /* icon */
    .single-img{
      margin:auto;
      flex:0 0 40% !important;
      max-width:30% !important;
    }
    
    /* 遊戲名稱 區塊*/	
    .single-game .title-box .title-a{
      text-align:center !important;
      border-left:none !important;
      margin-bottom:10px;
    }
        
    /* 遊戲名稱區塊 */	
    .single-game{
      flex:0 0 100% !important;
      max-width:100% !important;;
      margin-bottom:20px;
    }	
    
    /* 遊戲下載區塊 */	
    .game-download {
      flex:0 0 50% !important;
      max-width:100% !important;;
      margin:0 auto;
    }	
	}



/*======================================
//--//-->   儲值商城 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:20px;
  margin-bottom:10px;
  border-left:8px solid #03a9f4;
  padding-left:7px;
  font-size:18px;
  font-weight:400;
  text-align:left;
}
.sale-coin {
  color:rgb(228, 88, 21);
  /*font-weight:600;*/
  display:block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sale-coin span{
  /*font-weight:600;*/
  font-size: 15.5px;
  line-height: 26px;
}

.sale-coin-hover span{
  color:#FFF;
  font-size:15.5px;
  line-height: 26px;
}
.card-header-d .card-title-d .sale-title-hover{
  font-size:20px;
  color:#FFF;
  border-left:#FFF solid 5px;
  margin-top:20px;
  padding-left:8px;
  text-align:left;
}
	@media (max-width:991px){
    .card-header-d .card-title-d .sale-title-hover{
      font-size:16px;
      margin-top:30px;
    }
    .sale-coin span{
      font-size: 14px;
    }
    
    .sale-coin-hover span{
      font-size:14px;
    }
        
	}



/*======================================
//--//-->   精選SALE - CARD-D 
            Hover
======================================*/
.card-box-d .title-d {
  transition: .3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.card-box-d .card-overlay-hover {
  transition: all .2s ease-in-out;
  padding: 15px 40px 15px 35px;
  color: #fff;
}
.card-box-d .info-sale {
  opacity: 0;
  transition: .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部分共用 */.grid-option .custom-select {
  border-radius:0 ;
  border:1px solid #CCC;
  float: right;  
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 200px;
}

/*FAQ 選單*/.property-grid .grid-option {
  text-align: right;
}

/*FAQ*/.property-grid .grid-option .custom-select {
  margin-right: .5rem;
}

.faq-search{
  display: inline;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

/*FAQ 搜尋*/.faq-search input{
  border-radius:0 ;
  border:1px solid #CCC;
  display:inline-block;
  padding:.375rem 1.75rem .375rem .75rem;	
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 100%;
  max-width: 240px;

}


/*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,
.faq-search:focus-visible {
  border-color: #03a9f4 !important;
  box-shadow: none;
}
.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: 1rem;
  line-height: 2;
  text-align:justify;
  word-wrap: break-word;
}
.post-content img{
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 1.5rem;
}
.post-content h5{
  font-size: 23px;
  line-height:38px;
}
.post-content ul{
  font-size: 16px;
  line-height:35px;
  margin:1rem auto;
}
.post-content ul li h5{
  font-size: 16px;
}
.post-content .post-intro {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}
.post-content p {
  font-weight: 500;
}
@media (max-width:991px){
  .post-content{
    font-size: .9rem;
  }
  .post-content ul{
    font-size: .9rem;
    line-height:26px;
    margin:1rem auto;
  }
  .post-content ul li h6{
    font-size: .9rem;
  }
}


/*NEW 社群分享*/
.post-footer {
  padding: 1.5rem 0 1.5rem;
}

.list-inline-item a img{
	width:30px;
  }
  
/*單一遊戲 遊戲分級事項*/
.grade-note p{
  font-size: 14px !important;
  text-align: justify;
}



/*------/  清單樣式  /------*/
.user-list-a,.user-list-b,.user-list-c{
  line-height:32px;
}
.user-list-a{
  list-style-type:square;
}
.user-list-b{
  list-style-type: decimal-leading-zero;
}
.user-list-c{
  list-style-type:decimal;
}
.user-list-d{
  list-style-type:disc;
}	
.user-list-e{
  list-style-type:lower-roman;
}	
.user-list-f{
  list-style:cjk-ideographic;
}



/*======================================
//--//-->   News最新公告 列表
======================================*/

/* NEWS 列表 */
.list-comments{
  padding-left:0;
}
.list-comments li{
  margin:5px 0 2rem 0;
  padding:25px 25px 5px 25px;
  border:1px solid #CCC;
  list-style-type:none;
}
.list-comments li:hover{
  box-shadow:3px 3px 10px #caccd4;
  transition: background .2s linear;
  border:2px solid #caccd4;
}

/**News-遊戲icon**/
.list-comments .announcement-icon {
  display: table-cell;
  vertical-align: top;
}
.list-comments .announcement-icon img {
  width:50px;
  height:50px;
  border-radius:10px;
}
	
/**News-遊戲名**/
.list-comments .announcement-game {
  font-size: 1.3rem;
  display:table-cell;
  vertical-align:middle;
  padding-left:15px;
}
.list-comments .announcement-game h4{
  font-size:1rem;
}
	
/**News-日期**/
.box-comments .list-comments span {
  display: block;
  color: #2B2A2A;
  font-style: italic;
  font-size:14px;
}
	
/**News-標題**/
.list-comments .announcement-details {
  display: table-cell;
  vertical-align: top;
  text-align:justify;
  width:100%;
}
.list-comments .announcement-title {
  padding-top:1.2rem ;
  font-size:1.4rem;
}
	
/**News-連結**/
.box-comments .list-comments a {
  color: #000000;
}
.box-comments .list-comments a:hover{
  color:#03a9f4;
}

	
	
/*======================================
//--//-->   News最新公告 內文
======================================*/
	
/*News-內文標題*/	
.news-img-box span h4{
  line-height:35px;
  text-align: center;
}
	
/*內文-特別字設定*/
.news_focus{
  color:rgb(3, 144, 244);
  font-weight:600;
}
.news_paragraph{
  color:rgb(233, 71, 41);
}
	
/*News 日期.分享連結*/
.post-share{
  display: inline-block;
}
.post-share .socials {
  display: inline-block;
}
.post-share .socials li {
  margin-left: .6rem;
}



/*======================================
//--//-->   會員登入 Login
======================================*/

.title-d{
  margin:1rem 5px 2rem 5px;
  font-size:18px;
  }

  .title-style{
    width:20px;
    height:20px;
    background-color:#03a9f4;
    color:#03a9f4;
    margin:1rem 5px;
    }



.login-note{
  margin-top: 10px;
}

.login-note span{
  color:#f18e31;
}

.login-note span:hover{
  color:#03a9f4;
}



/*======================================
//--//-->  遊戲專區/優惠 (多圖像排列)
======================================*/

/**------- 遊戲專區/儲值前遊戲選單 (多圖像排列)-------**/
.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;
}
	@media (min-width:991px){
    .index-game-area{
      padding-left:30px;
      padding-right:30px;
      margin-bottom:3.5rem;
    }
	}
	@media (max-width:990px){
    .breadcrumb-box{
      display:none !important;
    }
	}

  
/*======================================
//--//--> FAQ / 常見問題 外框
======================================*/

/* FAQ 常見問題 外框 */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  background-color: #f1f1f1;
  margin-top: 15px;
}

.tab button {
  background-color:#bcbdbd;
  color:#FFF;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 50%;
	border-bottom:2.5px solid #bcbdbd;
}

  .tab button:hover {
    background-color: #b1afaf;
    border-bottom: 2.5px solid #949393;
    color:#FFF;
    transition:all 0.1s ease-in-out;
    /*transform .2s ease-out, opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;*/
  }

  .tab button.active {
    background-color: #676767;
    border-bottom: 2.5px solid #000;
    color:#FFF;
  }

  .tabcontent.sdk {
    border:0px;  
  }

.tabcontent {
  display: block;
  padding: 1.5rem 5rem;
  border: 1px solid #ccc;
  border-top: none;
  text-align: justify;
  font-size: 16px;
}




@media (max-width:991px){
  .tabcontent {
    padding: 1.5rem 1.5rem;
  }
}

.tabcontent h5{
line-height: 28px;
font-size: 16px;
padding-left: 15px;
padding-right: 15px;
margin-top: 20px;
}

.tabcontent h6{
  line-height: 28px;
  font-size: 16px;
  padding-left: 0px;
  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;
}
.list-faq li:hover{
  box-shadow:3px 3px 10px #caccd4;
  transition: background .2s linear;
  border:1.5px solid #caccd4;
}

	
/**FAQ-遊戲名**/
.list-faq .announcement-game {
  display:table-cell;
  vertical-align:middle;
  font-size:1rem;
  margin:0;
  padding: 15px;
}

.list-faq span.fa{
  float: right;
  margin:-32px 10px ;
}
	
/**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;
}

.faq-img{
  text-align: center !important;
  max-width: 80%;
  margin: 0 auto;
}


/*FAQ 日期.分享連結*/
.faq-share{
  display: inline-block;
}
.faq-share .socials {
  display: inline-block;
}
.faq-share .socials li {
  margin-left: .6rem;
}


/*======================================
//--//--> FAQ / 問題回報.查詢回報進度(再次回報)
======================================*/

/**------- 問題回報 -------**/
.panel-default{
  margin-top:1.5rem;
}
.panel-heading{
  background:#fff;
  border:1px solid #ddd;
}
.panel-title {
  background:#f5f5f5;
  color:#333;
  padding:1rem 1rem;
  font-size:18px;
  margin-bottom:0;
  border-bottom:1px solid #ddd;
}
.panel-body {
  padding:.5rem 1.5rem;
  border:1px solid #ddd;
  text-align:justify;
}
.panel-body img{
  width:88% !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;
}
.upload-group{margin-bottom:1rem ;}


/* 上傳按鈕 */
.btn-upload-browse{
  margin-top:30px !important;
  background:#f18e31 !important;
}


/* 更換上傳 */
#span_file{
  cursor: pointer; 
  background:#f18e31 !important;
  color:#FFF;
  border:none;
  width:35%;
  font-size:16px !important;
  border-radius:5px;
  padding:10px 15px;
  float:left;
  text-align:center;
}	

.btn-upload-browse:hover,
#span_file:hover{
  background:#03a9f4 !important;
}
.files .form-group .fileupload-add {
  border:none;
  margin-left:-30px;
  }	
.upload-group .fileupload-add{
  border:none;
  margin-left:-20px;
 }	
		
/*上傳完條列*/
ul.filelist{
  margin-left: -2.5rem;
}

.blockquote-footer{
  background: #f3f3f3;
  padding:10px 20px !important;
  margin-top:10px !important;
  font-size: 15px;
}

/*上傳條列 取消*/
.upload-dtail-x{
  display:flex !important;
  float:right;
  padding:5px 20px 5px 20px;
  font-size: 16px !important;
}
			
/*上傳注意事項*/
.upload-note{
  margin-top:2rem;
  margin-bottom:1.5rem;
  text-align:justify;
}
.upload-note h5{
  line-height:28px;
  font-size:15px;
}


/* BTS-手機號碼 */
.inphone label{
	width:100%;
	display:block;
	}
.inphone select,.inphone input{
	display:inline-block;}
	
.inphone select{
	width:34.333333%;
	margin-right:13px;
	}
.inphone input{
	width:62.333333%;
	}
	
	@media (max-width:991px){
	.inphone select{
		width:34%;}
		
	.inphone input{
		width:61.333333%;}
	}
	@media (max-width:767px){
	.inphone input{
		width:60%;}
	}

		
/*韓版FAQ-文字/法規連結*/	
.fqa-1-link{
  color:#F63;
  border-bottom:2px solid #F63;
}
.fqa-1-link:hover{
  border-bottom:2px solid #03a9f4;
}

/* 底部 按鈕 */
.customer-btn{
  display:flex;
  margin:.5rem auto;
  text-align:center;
  justify-content: space-evenly;
}



/*======================================
//--//--> FAQ / 查尋回報進度 列表
======================================*/
		
/*問答主標*/
.panel-in-a{
  display:inline-block;
  margin-right:5px;
  padding:.3rem 0rem;/*.5rem 1rem*/
}
				
/*未回覆區塊*/
.panel-in-b{
  padding: .5rem 0rem;/*.8rem 1rem 0rem 0rem*/
  text-align:right;
  color:#999;
  font-size:1.2rem;
}

/*問題編號*/
.panel-num{
  display:inline-block;
  padding:.5rem 1.9rem .5rem 0rem;/*.5rem 1.9rem*/
  float: left;
  text-align: left;
  font-size:1rem;
  color:#999;
	}	
.panel-num-in{
  display:inline-block;
  padding:.5rem 1rem;
  float: left;
  text-align: left;
  font-size:1rem;
  color:#999;
	}	
		
/*已回覆區塊*/
.panel-in-c{
  padding:.8rem 0rem;/*.8rem 1rem 0rem 0rem*/
  text-align:right;
  color:#ef8315;
  font-size:1.2rem;
}	
		
/*回覆區塊-刪除按鈕*/	
button.btn-trash{
  color:#fff;
  border:none;
  background:#869da7;
  padding:.5rem 1rem;
  margin-left:2rem;
  border-radius:5px;
  cursor:pointer;
}
		
/**客服回覆對話表格**/	
.panel-body table{
  width:100%;
  margin-bottom:2rem;
}
.panel-body th{
  padding-top:1.5rem;
}
.panel-body td{
  padding-top:1rem;
  padding-bottom:1rem;
  border-bottom:1px solid #ddd;
}
		
/*二次以上上傳*/	
.panel-body blockquote{
  font-size:15px;
}

/*上傳區塊*/
div.btn-upload{
  margin-top:-20px;
  display:flex;
}

.interval{
  margin:1rem 0 3.5rem 0;
}
.file-rar{
  margin:.5rem 0 1rem 0;
}

	@media (max-width:991px){
	.panel-title,
	.panel-in-a,
	.panel-num,
	.panel-num-in,
	.panel-in-b,
	.panel-in-c {
	  font-size:17px;}
	}
	@media (max-width:767px){
    .panel-title,
    .panel-in-a,
    .panel-num,
    .panel-num-in,
    .panel-in-b,
    .panel-in-c {
      font-size:16px;}
      .panel-title{
        padding: .7rem .7rem;

      }  
    }
  

/*======================================
//--//-->   FORM INPUT 表格 輸入
======================================*/

.form-a label {
  color: #000000;
  position: relative;
}
.form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}
.form-a .form-control {
  border-radius: 0;
  font-size: 16px;
  font-weight: 300;
}
.form-a .form-control.form-control-a {
  height: 3.5rem;
}
.form-a .form-control:focus {
  box-shadow: none;
  border-color: #03a9f4;
}
.form-control-lg{
	font-size:16px;
	}



/*======================================
//--//-->   法規 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: 20px;
}
.eula-privacy-single th{
  background-color: #f3f3f3;
  font-weight: 600;
}

.eula-privacy-single a{
  color:#f2943b;
  border-bottom: .5px solid #f2943b;
  text-decoration: none;
}
.eula-privacy-single a:hover{
  color:#03a9f4;
  text-decoration: none;
  border-bottom: .5px solid #03a9f4;
  transition:all .1s ease;
  -webkit-transition:all .1s ease-in-out;
}


/*** 遊戲管理規則_群M ***/
.manag_rules_tb tr.tb_hd td{
  text-align: center;}

.manag_rules_tb td{
  line-height: 1.8;}

.manag_rules_tb td.num{
  width: 70px;
  text-align: center;}





/*日版 資金法 上方頁籤*/

.capitalization-game{
  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 .1s ease;
  -webkit-transition:all .1s ease-in-out;
}
.eula-privacy-single .list-item a:hover{
  color:#03a9f4;
  text-decoration: none;
  transition:all .1s ease;
  -webkit-transition:all .1s ease-in-out;
}



/*======================================
//--//-->   BUTTON
======================================*/

.btn {
  transition: .5s ease;
}
.btn.btn-a,
.btn.btn-related,
.btn.btn-back,
.btn.btn-b,
.btn.btn-d {
  border-radius:5px;
  letter-spacing: .05rem;
}
.btn.btn-a,
.btn.btn-related{
  background-color: #8d8d8d;
  color: #ffffff;
  font-size:15.5px;
  margin:4px 10px;
  width:100%;
  padding: 1rem .5rem;
  white-space: initial;
}

.btn.btn-back{
  background-color: #8d8d8d;
  color: #ffffff;
  font-size:16.5px;
  margin:4px 10px;
  width:100%;
  padding: 5px .5rem;
  white-space: initial;
}

.btn.btn-a span.fa{
  margin-right:4px;
}

.btn-related img{
	width:20px;
	}

	
/***登入、確認、問題、查詢回報***/
.btn.btn-ture,.btn.btn-faq-r,.btn.btn-faq-l {
  color: #ffffff;
  font-size:17.5px;
  width:100%;
}

.btn.btn-ture {
  background-color: #f18e31;
  margin:4px 10px;
  padding: 1rem .8rem ;
  font-size: 15.5px !important;
}

.btn.btn-question {
  color: #03a9f4;
  font-size:15px;
  /*width:100%;*/
  background-color: #ffffff;
  margin:4px 10px 20px 10px;
  padding: 2rem .8rem ;
}


.btn.btn-return {
  color: #03a9f4;
  font-size:15px;
  /*width:100%;*/
  background-color: #ffffff;
  margin:4px 10px 20px 10px;
  padding: 2rem .8rem ;
  float: left;
}


.btn.btn-question:hover,.btn.btn-return:hover {
  color: #e49057;
}

.btn.btn-question span,
.btn.btn-return span {
 font-size: 7rem;
}

/* 日版問題回報-上方 按鈕*/
.customer-btn-jp .btn-question span{
  font-size: 5rem;
  height: 100%;
  max-height: 85px;
}


.btn.btn-a-c {
  background-color: #607d8b;
  color: #ffffff;
  font-size:16px;
  margin-bottom:10px;
  width:100%;
  min-width:120px;
  padding:.5rem;
}
.btn.btn-news-back,.btn.btn-faq-back {
  background-color: #4a94b5;
  color: #ffffff;
  font-size:15.5px;
  margin:4px 10px;/*1rem*/
  width:100%;
  padding: 1rem .8rem;/*1rem 1rem;*/
}
.btn.btn-faq-back {
  background-color:#8d8d8d !important;
  font-size: 15.5px !important;
}

.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;
}

/**cookies-colse**/
.btn.btn-b-n {
  background-color:rgba(3,169,244,0) ;
  color: #666666;
  border-radius:5px;
  font-size:18px;
  margin:-5px 0 0 10px;
}
	
.btn.btn-b-n:hover{
  background-color:#03a9f4;
  color: #ffffff !important;
}
.btn.btn-b-n:hover .fa-colse-x{
  color: #ffffff !important;
}

/**FAQ ---> 常見問題、聯繫客服**/
.btn-faq-top{
  color: #ffffff;
  font-size:16.5px;
  margin:4px 10px;
  width:100%;
  padding: 1rem .8rem ;
  background:#869da7 !important;
}
.btn-faq-top:hover{
  background:#e49057 !important;
}
	
.btn.btn-search{
  background-color:#0087c1;
  color:#FFF;
  /*margin-right:.5rem;*/
  width:38px;
  margin-top: 15px;
  float: right;
}
.btn.btn-search:hover {
  background-color:#e49057;
}
.btn.btn-d {
  background-color: #e9e9e9;
  color: #5a7684;
  font-size:18px;
  margin-bottom:2rem;
  width:100%;
  height:100%;
  max-height:55px;
  padding: .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;
}
.col-related{
  display:inline-block;
}
.btn.btn-related{
  margin:.5rem 0px;
  min-width:150px;
}


/*======================================
//--//-->   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: 15px;
}

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:not(:last-child) {
  margin-right:0;
} 

footer span {
  color:#acacac;
} 

	/* 特例 中國地區 */
	footer .list-inline-item span{
		display: none;
	}



/*======================================
//--//-->  懸浮功能
======================================*/

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #8d8d8db0;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
.back-to-top:hover {
  background: #03a9f4;
  }


/* PC版 右側 快速商城 button */
.pc-right-btn {
  position: fixed;
  padding:5px 5px;
  background: #f2943b;
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  border-radius: 5%;
  right: 15px;
  top:30%;
  transition: background 0.5s;
  z-index: 99;
}
.pc-right-btn:hover{
  background:#f4c191;
  color:#fff;
}
.pc-right-btn i {
  padding: 10px 0;
  color: #fff;
}
	
/* 手機版 底部 快速商城 button */
.shopping-car{
  display:none;
}

/* Cookies */
.cookies {
  position:fixed;
  display:block;
  background:#fff;
  border:2px solid #03a9f4;
  color:#666;
  width:60%;
  height:90px;
	  text-align: left;
	  line-height:25px;
	  font-size: 15.5px;
	  border-radius:10px;
	  padding:1rem 1rem; 
	  bottom: 5rem;
	  transition: background 0.5s;
	  z-index: 11;
	  right:20%;
	  left:20%;
	}
	.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:10px 10px;
		margin-top:-15px;
			}	

	@media (max-width:1300px) {
		.cookies {
		  height:90px;
		  text-align: justify;
		  padding:.5rem 1rem; 
		}
		}
	@media (max-width:991px) {
		.cookies {
		  height:110px;
	      font-size:14.5px;
			}
		}


  
@media (min-width: 576px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }

  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .link-a {
    font-size: .9rem;
  }

  .link-a span {
    font-size: 1.5rem;
  }

  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }

  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #03a9f4;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }

  .box-collapse {
    width:23%;
	max-width:200px;
  }

  .intro .owl-theme .owl-dots {
    right: 200px;
  }

  .intro .intro-body {
    padding-left: 2rem;
  }

  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .intro .intro-title {
    font-size: 4rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
    font-size: 1.5rem;
  }

  .intro-single .title-single-box .title-single {
    font-size: 1.8rem;
  }

  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
    margin-bottom: 2.5rem;
  }

  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .card-box-b .price-a {
    font-size: .9rem;
  }
  
  .title-c {
    font-size: 1.8rem;
  }

  .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }

  .card-box-d .title-d {
    font-size: 1.1rem;
    margin: .5rem 0;
  }

  .card-box-d .content-d {
    font-size: .8rem;
    margin: .5rem 0;
  }

  .card-box-d .card-body-d p {
    margin-bottom: 8px;
    font-size: .8rem;
  }

}


  /*======================================
  //--//-->   For-SDK專用 (JP)
  ======================================*/

  section.side-menu {
    background:#0d99d9; 
    text-align: center;
    padding:.5rem 0 .2rem 0;
    font-size: 15px;
  }
  section.side-menu .list-inline-item:not(:last-child) {
    margin-right:0;
  } 
  section.side-menu li.list-inline-item{
    color:#fff;/*#acacac;*/
    } 
  section.side-menu li.list-inline-item a{
    color:#fff;/*#acacac;*/
  } 
  section.side-menu span {
    color:#fff;/*#acacac;*/
  } 
  /*SDK專用-撐高*/
  .sdk-height{
    padding-top:8.5rem;
    background:#ffffff;
  }

  /*SDK專用-主標*/
  section.sdk-title{
    padding: 1.3rem 0 0px 0 !important;
  }
  section.sdk-title .title-single-box{
    border: none;
    padding: .5rem 0 .5rem 0rem;
    margin-bottom: 0;
  }
  section.sdk-title .title-single-box .title-single{
    font-size: 1.3rem;
  }
  section.sdk-title .color-text-a,
  section.sdk-title .col-lg-4{
  display: none;
  }

  /*SDK專用-主標*/
  section.sdk-content .title-box-d{
    margin-top: .5rem;
  }
  section.sdk-content .title-box-d .title-d{
    margin: .5rem 5px .5rem 5px;
  }


  /*SDK專用-側邊選單*/
  section.side-menu ul.list-inline{
    margin-bottom: .2rem;
    text-align: right;
  }
  section.side-menu button.btn{
    padding: .375rem .75rem .1rem .75rem !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;
  }
  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
  ======================================*/



@media (min-width: 992px) {

  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 1rem;
  }

  .card-overlay-a-content {
    bottom: 0px;
  }

  .card-header-a .card-title-a {
    font-size: 2rem;
  }

  .card-info .card-info-title {
    font-size: 1rem;
  }

  .card-info li span {
    font-size: 1rem;
  }

  .card-header-b {
    bottom: 20px;
  }

  .card-header-b .title-2 {
    font-size: 1.6rem;
  }

  .card-header-b .date-b {
    font-size: 1rem;
  }

  .title-c {
    font-size: 2.5rem;
  }

  .card-box-d .card-overlay-hover {
    padding: 5px 20px 5px 20px;
  }

  .card-box-d .title-d {
    font-size: 1rem;
    margin: 1rem 0;
  }

  .card-box-d .card-body-d p {
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .sinse-box {
    padding: 3rem 4.5rem;
  }

  .sinse-box .sinse-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }

  .card-box-d .title-d {
    font-size: 2rem;
    margin: 1rem 0;
  }
  
}

@media (max-width: 1200px) {
  .custom-select{
    width: 48%;
    max-width:none;
  }
  .faq-search {
    padding-left: 0;
    padding-right: 0;
  }  
  .faq-search input{
    padding:.375rem .75rem .375rem .75rem;
    width: 92%;
    max-width:none;
  }  
}



@media (max-width: 991px) {
	.section-t8 { padding-top:3rem;}
	
  .property-contact {
    margin-top:.5rem;
  }
  .row {
    flex-wrap:none;  
  }
  .index-game-area{
	  margin-bottom:20px;
	  }
  .custom-select{
    font-size: 15px;
    width:49%;/*180px*/
    max-width: none;
  }
  .col-md-4.faq-search {
    /*padding-left: 10px;*/
    padding-right: 10px;
  }

  .faq-search input{
    font-size: 15px;
    width: 90%;
    max-width: none;/*180px*/
  }  

  }



/************************************************************************************************************************************************************************************************************************************
  --------->>>style-S
*************************************************************************************************************************************************************************************************************************************/
@media (max-width: 767px) {


	/* 主標 breadcrumb d-flex */
	.d-flex{
		text-align:center;
		}
/*======================================
//--//-->   Space Padding 空間邊距
======================================*/
.section-t8 {
  padding-top:1.2rem;
}
.section-t4 {
  padding-top: 2rem;
}
.section-md-t3 {
    padding-top: 3rem;
  }
  .faq-single{
    margin: 0;

  }

/*======================================
//--//-->   Title
======================================*/
.title-wrap {
  padding-bottom:1rem;
  padding-top:1rem;
  font-size:15px;
}
.title-wrap .title-box h2  {
  font-size:22px;
  margin-top:.5rem;
}
.title-a {
  font-size:20px;
}
.title-box-d {
  padding-bottom: 1rem;
  margin-top: .5rem;
}
.title-box-d .title-d {
  font-size: 17px;
  line-height:28px;
  margin:0rem 5px .5rem 5px;
}


/*------/ 輪播 Owl carousel /------*/

.owl-theme .owl-dots {
  margin-top:-15px;
}


/*======================================
//--//-->   右側語系 BOX COLAPSE
======================================*/

.box-collapse .title-box-d {
  left: 35px;
}
.navbar-nav-language{
  padding-left:0;
}


/*==================================================
//--//-->   首頁 banner
====================================================*/
	
.intro .owl-theme .owl-dots {
  position: absolute;
  bottom:calc(25% - 45px);
  right: 50px;
}


/*------/ Intro Single 標題介紹 /------*/

	.intro-single {
		padding: 7rem 0 0rem ;
	  }
	
	.intro-single .title-single-box {
	  padding: .5rem 0 0rem 1rem;
	  margin-bottom:1rem;
	  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;
	}
	
	.title-link{
		padding-top:.5rem;
		}
	.title-link span{
		font-size:17px;
		}
	
	/**------- CSS補充 首頁 -------**/
	.index{
		border:1px solid #cccccc;
		padding:30px 30px 10px 30px;/**/
		margin:0 1rem 1.5rem 1rem;
		width:43.333333%;
		}
	.index :hover{
		font-weight: bold;
		} 
	.index .card-box-b{
		margin-bottom:0.5rem
		}
	.index a .card-footer-c{ 
		font-size:18px; 
		padding-top:0px;
		margin-bottom:2rem;
		}
	
		.index-game-area{
			padding-left:10px;
			padding-right:10px;
			border:0.5px solid #bbb;
			margin:0 1rem 1.5rem 1rem;
			width:43.333333%
			}
		.index-game-area .area-box{
			margin-bottom:.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:70%;
			max-width:150px;
			} 	

      
/*======================================
//--//-->   法規 eula-privacy-single
======================================*/
  .eula-privacy-single th,
  .eula-privacy-single td{
    display: block;
    }
  
  .manag_rules_tb td{
      display: table-cell;
      padding: 5px;
      line-height: 1.8;
    }
  .manag_rules_tb td.num{
    text-align: center;
  }
    
/*======================================
//--//-->   CARD GENERAL
======================================*/

.card-box-b {
  margin-bottom: 1.8rem;
}
.card-box-d {
  margin-bottom:2rem
}


/*======================================
//--//-->   PROPERTY - CARD-A
======================================

/*------/ FAQ 下拉式表單 /-----*/

.custom-select{
  font-size:14px;
}	
.faq-search{
  padding:.475rem 1.75rem .475rem .75rem;	
  margin-bottom: 1rem;
  font-size:14px;
  width:85%; 
  float:left
}
.faq-search,.property-grid .grid-option .custom-select{
  width:100%;
}
.grid-option .fa-search{
  float:left !important;
  margin:0.5rem;
}



/*======================================
//--//-->   多個頁面框架
======================================*/

/*------/ News Single /------*/
.post-content {
  font-size: 14px;
  line-height: 28px;
  word-wrap: break-word;
}
	.post-content h2{
		font-size:22px;
		margin-top: 1rem;
		}
	
	.post-content p {
	  margin-top: .5rem;
	  margin-bottom: .5rem;
	  line-height:28px;
	}
	
	.post-content h5{
			font-size:16px !important;
			}
			
	.post-content ul{
			font-size:14px !important;
			line-height:32px;
			margin:1rem auto;
		}
	
	.post-footer {
		padding:0.5rem 0 0rem;
	}


/*------ 清單樣式 ------*/
	.user-list-b,
	.user-list-c,
	.user-list-d{
	line-height:28px;
		}



/*======================================
//--//-->   News最新公告 列表
======================================*/

/* NEWS 列表 */
	.list-comments li{
		 margin:5px 0 1rem 0;
		 padding:15px 15px 0px 15px;
		}

	/**News-遊戲icon**/
	.list-comments .announcement-icon {
		  display: inline-block;
		  text-align:center;
		}
		
	.list-comments .announcement-icon img {
		  max-width:40px;
		  height:100%;
		  margin:0 0 1rem 0;
		}
	
	/**News-遊戲名**/
	.list-comments .announcement-game {
		  display:inline-block;
		  vertical-align:top;
		  padding-left:10px;
		}
		
	.list-comments .announcement-game h4{
		font-size:14px;
		text-align:center;
				}
	
	/**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最新公告 內文
======================================*/
	/*內文整體區塊*/
	.news-single{
		margin-top:20px;
		}
	
	/*News-內文標題*/	
	.news-img-box span h4{
		font-size:20px;
		line-height:30px;
		text-align: justify;
		}
		
	p.news_focus{
		margin-top:.8rem;
		margin-bottom:0;
		font-size:16px;
		}
	p.news_paragraph{
		margin-top:0;
    }
    
	

/*======================================
//--//-->   單一遊戲- CARD-C
======================================*/

/* 上方區塊 */
	.card-box-c {
	  margin-bottom:0rem;
	}

	.card-header-c img{
		max-width:150px !important;
		margin:auto; 
		}

	.single-game{
		margin-bottom:5px;
    }	
    
	.single-img{
		margin:50px auto 0 auto;
		flex:0 0 60% !important;
		max-width:100% !important;
		}
	.game-download {
		flex:0 0 100% !important;
		}	

	
	.card-body-c div{
		display: contents;
		width:100%;
		}
	
	.card-footer-c {
	  font-size:18px;
	}



/*======================================
//--//-->  精選 
======================================*/

.sale-title{
	margin-top:15px;
	font-size:16px;
	}
.sale-coin {
	font-size:15px;
	}



/*======================================
//--//--> FAQ 
======================================*/
.tabcontent{
  padding:.5rem 1.5rem;
}

.faq-box-title span h4{
  font-size: 18px;
}
.customer-btn{
 width: 95%;
 margin: auto;
}

/*======================================
//--//--> FAQ / 回報問題
======================================*/

/**------- 回報問題 -------**/
	.panel-default{
		margin-top:1rem;
		}
	.panel-title {
		font-size:15px;
		}
		
	.panel-body {
		padding:1rem 1rem;
		font-size:14px;
		}

  
    
/*======================================
//--//--> FAQ / 查尋回報進度
======================================*/
	/*問答主標*/
	.panel-in-a,.panel-num,.panel-num-in{
		font-size:16px !important;
		}
	/*未回覆*/
	.panel-in-b{
		font-size:16px;
		}
	/*已回覆*/
	.panel-in-c{
		font-size:16px;
		}	
		
	/**客服回覆對話表格**/	
	.panel-body th{
		padding-top:1rem;
		display:block;
		}
	.panel-body td{
		display:block;
		}
    
	/*二次以上上傳*/	
	.panel-body blockquote{
		font-size:15px;
		}
	.panel-body	.upload-note h5{
		font-size:14px;
		}
				
	.btn-upload{
		margin-top:0px;
		margin-bottom:10px;
		}
		
		button.btn-trash{
		border:none;
		padding:.5rem 1rem;
		margin-left:2rem;
		border-radius:5px;
		cursor:pointer;
		color:#fff;
		}

	.interval{
		margin:.5rem 0 1.5rem 0;
		}

	.file-rar{
		margin:.5rem 0 1rem 0;
		font-size:12px;
		}

	.btn-trash .fa-trash{
			font-size:18.5px;}



/**--- 查詢回報 (二次回報) ---**/
	#span_file{
		font-size:15px;
		padding:10px 15px;
		width:50%;
		max-width:138px;
		}	
		
	/* 上傳區塊 */
	.upload-group{
    margin-top:1rem;
    margin-bottom: 1rem;
    }
  .upload-group .form-control.form-control-a{
      border: none;
  }
      /*上傳完條列*/
	.upload-dtail{
		font-size:13px;
		text-align:left !important;/*center*/
		padding:10px 15px;/*5px 10px*/
		margin-top:15px;
		display: block !important;
		}
	/*上傳條列 取消*/
	.upload-dtail-x{
		display:contents !important;
		}
	/*上傳注意事項*/
	.upload-note{
		margin-top:1rem;
		}
	.upload-note h5{
		font-size:14px;
		line-height:20px;
		}
	/* cookies & 上傳用 */	
	.fa-colse-x{
		float:right;
		}
		
	



/*======================================
//--//-->   FORM INPUT 表格 輸入
======================================*/

.property-contact {
	margin-top:1rem}

.form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 2.5rem;
}

.form-control-lg{
  font-size: 14px;
	}
.form-a .form-control {
  border-radius: 0;
  font-size: 14px;
  font-weight: 300;
}
.form-a .form-control.form-control-a {
  height: 2.5rem;
}



/*======================================
//--//-->   BUTTON
======================================*/

.btn.btn-a,
.btn.btn-related,
.btn.btn-back{
  font-size:14px;
  width:45.333333%;
  margin:5px 5px 5px 12px;
  padding: 1rem .5rem;
}

.btn.btn-faq-r {
  font-size:14px;
  width:47.333333%;
  float: right;
  padding: 2rem .5rem;
}

.btn.btn-faq-l {
  font-size:14px;
  width:47.333333%;
  float: left;
  padding: 2rem .5rem;
}

.btn.btn-question {
  font-size:14px;
  margin:0px 10px 0px 10px;
  padding: .5rem .8rem ;
}


.btn.btn-return {
  color: #03a9f4;
  margin:0px 10px 0px 10px;
  padding: .5rem .8rem ;
  float: left;
}

.btn.btn-question span, .btn.btn-return span{
  font-size:3.5rem !important;
}

.btn.btn-a-c {
  margin-bottom:3px;
}

.btn.btn-news-back {
  font-size:14px;
  margin:1rem 5px;
}


.btn.btn-search{
	padding:2px 5px;
	margin-right:0rem;
	}

.btn.btn-b-n {
  border-radius:5px;
  font-size:20px;
}

.btn.btn-faq-top {
  font-size:14px;
  margin:5px;
  width:47%;
  padding: 1rem 1rem;
}

.property-contact h5{
    font-size:14px;
	line-height:28px;
  }

  .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
	}

.customer-btn{
  margin:0px auto !important;
  }
.customer-btn-jp .btn-question span{
  max-height: 75px;
}

.col-related{
	display:contents;
	}
	
/* Back to top button */
	.back-to-top {
	  width: 30px;
	  height: 30px;
	  bottom:30%;
	}
	.back-to-top i{
	  padding-top:6px;	
    }
    
.back-to-top:hover {
  background: #03a9f4;
}
	

/* shopping car 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-right-btn {display:none;}


/* Cookies */
	.cookies {
	  width:90%;
	  height:140px;
	  right:10%;
	  left:7%;
	  font-size: 13px;
	  padding:.3rem .5rem; 
	}
	.cookies-colse{
	  padding:8px 0px 15px 8px;
	  margin-top:-10px;
     }	
     
/*======================================
//--//-->   FOOTER
======================================*/

footer .copyright{
  font-size:14px;
}
.nav-footer{
	font-size:14px;}
}
	
@media (max-width:500px){
	#carousel_l{
		display:none;
		}
	#carousel_s{
		display:inline-block;
	}
}



@media (max-width: 480px) {
  /*SDK MAIL FAQ 上方按鈕*/
  .customer-btn{
    /*display: block;*/
    width: 60%;
    margin: auto;
   }
   .customer-btn .btn-question span{
    height:initial ;
    max-height: none;
   }
   .btn.btn-question,
   .btn.btn-return {
    font-size:14px;
   }

  .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;
  }
}




/************************************************************************************************************************************************************************************************************************************
  --------->>>style-orientation:landscape
*************************************************************************************************************************************************************************************************************************************/

@media screen and (orientation:landscape) and (max-width: 760px) {
  /*SDK MAIL FAQ 上方按鈕*/
  .customer-btn{
    /*display: block;*/
    display: flex;
    width: 60%;
    margin: auto;
   }
   .customer-btn .btn-question span{
    height:initial ;
    max-height: none;
   }
   .btn.btn-question {
    font-size:14px;
   }
  .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;
  }
}










/*****************************************************************************************************************************************************
  --------->>>根據螢幕DPI不同的樣式
*****************************************************************************************************************************************************/

@media (min-resolution: 300dpi) {
	/* 高DPI螢幕 */
	body {
	  font-size: 14px;/*16px*/
	}
	section.sdk-title {
	  padding: 1rem 0 0px 0;/*1.5rem 0 0px 0*/
	}
	section.sdk-title .title-single-box {
	  padding: .5rem 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: .9rem;/*1.2rem*/
	  margin: 1rem 5px .8rem 0px;
	}
	section.sdk-content .post-content p{
	  font-size: 14px;/*16px*/
  }
  section.sdk-content .post-content h6{
    margin-bottom: 0;
  }
  section.sdk-content .post-content ul{
    line-height: 32px;
    margin: .5rem auto;
  }
}
  

@media (min-resolution: 96dpi) {
	/* 低DPI螢幕 
	body {
	  font-size: 14px;
  }
  section.sdk-title .title-single-box{
	  margin-bottom: 0rem;
	}

	section.sdk-title .title-single-box .title-single{
	  font-size:1rem;
	}
	section.sdk-content .title-box-d{
	  padding-bottom: 1.3rem;
	  margin-top: 1rem;
	}
	section.sdk-content .title-box-d h3.title-d{
	  font-size: 1rem;
	  margin: 0rem 5px .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: .5rem auto;
  }*/
}


