@charset "utf-8";
/*
  danny 201811
  1. $Reset
  2. $font
  3. $body,html
  4. $共用
  5. $Mobile
  6. $Pad
  7. $橫的版型
  8. $Pc
  9. $1025~1279
*/

/* $Reset
--------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:400}ol,ul{list-style:none}q:before,q:after{content:''}abbr,acronym{border:0}a{background:transparent;text-decoration:none;color:inherit;cursor:pointer;line-height:1em;display:inline-block}a:active{outline:0}input,textarea,button,select,option{border:0;margin:0;outline:none;padding:0;font-size:1.6rem;font-family:'Noto Sans TC','Open Sans','Arial','Microsoft JhengHei','Apple LiGothic Medium',sans-serif;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}select::-ms-expand{display:none}input::-moz-placeholder,textarea::-moz-placeholder{color:#ccc}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#ccc}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#ccc}



/* $font
--------------------------------------------------------------------------------------*/
/* @import url(//fonts.googleapis.com/earlyaccess/notosanstc.css); */

/* cwTeXYen (Chinese Traditional) http://www.google.com/fonts/earlyaccess */
@font-face {
  font-family: 'cwTeXHei';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
}

/* @import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css); */
/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
 }
@font-face {
font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');
 }


:before ,:after{ font-family:'Font Awesome 5 Free','Linearicons-Free',"微軟正黑體";}


/* $body,html
--------------------------------------------------------------------------------------*/
html,body{ width: 100%; height: 100%; font-family:"微軟正黑體","新細明體","蘋果儷黑體", Arial, Helvetica, sans-serif;}
*{ box-sizing: border-box;}

/* $共用
--------------------------------------------------------------------------------------*/
/*----清除浮動技巧----*/
.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
/*----清除浮動技巧----*/

/* IMAGE REPLACE */
.imageReplace{ text-indent: 100%; white-space: nowrap; overflow: hidden;}

/* float */
.floatL{ float: left;}
.floatR{ float: right;}

/* button reset */
button{ font-family:"微軟正黑體","新細明體","蘋果儷黑體", Arial, Helvetica, sans-serif; border: none; }

/* input reset */
input{ font-family:"微軟正黑體","新細明體","蘋果儷黑體", Arial, Helvetica, sans-serif; border: none; }

/* select reset */
select{ font-family:"微軟正黑體","新細明體","蘋果儷黑體", Arial, Helvetica, sans-serif; }

/* loading */
.loading{ width:100vw; height:100%; min-height:100vh; position:fixed; left:0; top:0; background-color:rgba(0,0,0,0.9); z-index:100; display:flex; justify-content:center; align-items:center;}
.loading-circle circle{-webkit-animation:c1_2 9s linear infinite,c1_3 4.5s infinite; -moz-animation:c1_2 9s linear infinite,c1_3 4.5s infinite; animation:c1_2 9s linear infinite,c1_3 4.5s infinite; }
.loading.fade{ opacity:0; z-index:-1; pointer-events:none; }
/*loading 控制粗細*/
@-webkit-keyframes c1_2{0%{stroke-width:0; } 10%{stroke-width:8; } 75%{stroke-width:8; } 90%{stroke-width:0; } 100%{stroke-width:0; } }
/*loading 動態*/
@-webkit-keyframes c1_3{
0%{stroke-dasharray:104,156; stroke-dashoffset:-52; } 16%{stroke-dasharray:1,156; stroke-dashoffset:-52; }
16.01%{stroke-dasharray:1,156; stroke-dashoffset:-208; } 33%{stroke-dasharray:104,52; stroke-dashoffset:-104; }
33.01%{stroke-dasharray:104,52; stroke-dashoffset:-104; } 49%{stroke-dasharray:1,156; stroke-dashoffset:-104; } 
49.01%{stroke-dasharray:1,156; stroke-dashoffset:52; } 66%{stroke-dasharray:104,52; stroke-dashoffset:156; }
66.01%{stroke-dasharray:104,52; stroke-dashoffset:156; } 82%{stroke-dasharray:1,156; stroke-dashoffset:156; }
82.01%{stroke-dasharray:1,156; stroke-dashoffset:156; } 99.99%{stroke-dasharray:104,52; stroke-dashoffset:256; }
}
/* end loading */
/* loading2 */
.loading2 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  z-index: 99999;
  color: #fff;
  display: flex;
}
.loading2:after {
  content: '';
  background: trasparent;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  opacity: 1;
  box-shadow: rgba(255, 255, 255, 1) -4px -5px 3px -3px;
  animation: rotate 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}
.loading2 > p {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8em;
  animation: twinkle 1.5s infinite linear;
}

.mask {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  position: absolute;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

/* $Mobile
--------------------------------------------------------------------------------------*/
html,body{ width: 100%; font-size: 16px; -webkit-text-size-adjust:none; }
/* section img{ width: 100%;} */

.wrap{
  max-width: 500px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}

.bg{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-2{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-2.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-3{
  display: inline-block;
  width: 100%;
  min-height: 100%;
  background-image: url('../images/bg-2.png');
  background-repeat: repeat-y;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-4{
  display: inline-block;
  width: 100%;
  min-height: 100vh;
  background-image: url('../images/bg-ghost.jpg');
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  background-size: contain;
 background-color: #ffe698;
}

.container{
  padding: 0 24px;
}
.box:first-child{
  padding-top: 16px;
}
.box{
  padding-bottom: 16px;
}

.center_block{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* coming soon */
.soon{
  border: 3px solid #ff84ee;
  padding: .4em;
  font-size: 2.4em;
  margin-bottom: .2em;
}

/* font */
h1,h2,h3,h4,p,a,li{color: #4b5059; }
.t-pink{color: #ff6eea;}
.t-green{color: #90d832;}
.t-blue{color: #28bdf2;}
.t-darkblue{color: #0b3f8c;}

/* menu */
.navToggle {
  z-index: 9;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.navToggle .icon {
  -webkit-transition: all 0.4s ease-out;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 2px;
  background-color: #28bdf2;
}
.navToggle .icon:before, .navToggle .icon:after {
  -webkit-transition: all 0.25s ease-out;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #28bdf2;
  content: '';
}
.navToggle .icon:before {
  top: -10px;
  left: 0;
}
.navToggle .icon:after {
  top: 10px;
  left: 0;
}
.navToggle:hover .icon {
  background-color: #28bdf2;
}
.navToggle:hover .icon:before {
  top: -10px;
  background-color: #28bdf2;
}
.navToggle:hover .icon:after {
  top: 10px;
  background-color: #28bdf2;
}
.navToggle.open .icon {
  -webkit-transition: all 0.4s ease-out;
  background-color: transparent;
  -webkit-transform: rotate(180deg);
}
.navToggle.open .icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
}
.navToggle.open .icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
}

#menu {
  z-index: 1;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 0px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s;
  background-color: rgba(255,255,255);
}
#menu ul{
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  margin-top: 4em;
}
#menu ul li a{
  color: #28bdf2;
  font-size: 20px;
  font-weight: bold;
}
#menu li:first-child {
  margin-top: 0;
}
#menu li {
  margin: 0 32px;
  padding: 16px 0;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  border-bottom: 3px dotted #c7c7c7;
}
#menu li:hover {
  text-decoration: underline;
}
#menu li:last-child{
  border-bottom: none;
}
#menu.active {
  height: 100vh;
}
/* end menu */

.title{
  display: inline-block;
  width: 100%;
  padding-top: 48%;
  margin-top: 2em;
  background-image: url('../images/title.gif');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.title-2{
  display: inline-block;
  width: 100%;
  padding-top: 36%;
  margin-top: 3em;
  background-image: url('../images/title-2.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
.title-3{
  display: inline-block;
  width: 100%;
  padding-top: 36%;
  margin-top: 3em;
  background-image: url('../images/title-3.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
.intro-title{
  display: inline-block;
  width: 100%;
  padding-top: 44%;
  margin-top: 3em;
  background-image: url('../images/intro-title-ghost.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.banner{
  width: 100%;
  margin-bottom: 5%;
}
.banner img{
  width: 100%;
}

/*---------*\
   intro 頁
\*---------*/
/* 表格 */
.time-content{ width: 100%; font-weight:bold;margin: 1em 0; background-color: #ceebfb;}
.time-box{width: 100%; text-align:center;}
.time-box tbody tr,.time-box tbody tr td,.time-box tbody tr th{ }
.time-box tbody tr th{ color: #fff; padding: 8px 0; font-size: 1.2em; }
.time-box tbody tr td{padding: 16px 0; line-height: 1.5em; background-color: #fff;}
.th-1{background-color: #0b3f8c; width: 145px; }
.th-2{background-color: #c30d23; }

.app{
  margin: 2em 0;
}
.appstore{
  display: inline-block;
  width: 100%;
  padding-top: 20%;
  margin: 1em 0;
  background-image: url('../images/appstore-ghost.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
.googleplay{
  display: inline-block;
  width: 100%;
  padding-top: 20%;
  margin: 1em 0;
  background-image: url('../images/googleplay-ghost.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
.step_block{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.step_box{
  width: calc(100%/2);
  padding: .4em;
  box-sizing: border-box;
}
.step_box p{
  margin: 2em 0 .4em 0;
}
.step_box img{
  width: 100%;
}

/* rule_title */
.rule_title{
  color: #ff6eea;
  text-align: center;
  margin-top: -16px;
}
.rule_box{
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .2); 
  padding: 0 1em;
  margin: 1em 0;
  line-height: 1.5em;
}
.rule_box h3{
  color: #28bdf2;
  padding-bottom: .2em;
}

.rule_box ul{
  margin-left: 1.4em;
}

.rule li{
  list-style-type: disc;
  text-indent: 0em;
}

.notice li{
  list-style-type: decimal;
}
/*---------*\
 end intro頁
\*---------*/