@charset "UTF-8";
@font-face {
  font-family: MyCustomFont;
  src: local("Microsoft JhengHei"), local("SimHei");
}
/* 英文數字專用 */
@font-face {
  font-family: MyCustomFont; /* 同樣的 font-family */
  unicode-range: U+00-7F, U+00C0-U+00FF, U+2150-U+2169;  /* ASCII,羅馬數字*/
  src: local(Verdana), local(Geneva), local(Arial), local(Helvetica);
}
/* 日文假名專用 */
@font-face {
  font-family: MyCustomFont;            /* 同樣的 font-family */
  unicode-range: U+3040-30FF;           /* Hiragana, Katakana */
  src: local("MS PGothic"), /* OS X */ local(Meiryo);                   /* Windows Vista+ */
}
body{
  font-family: MyCustomFont, sans-serif;
  font-size: 100%;
  color: #3e3a39;
  -webkit-text-size-adjust: none;
}

#wrap {
	position: relative;
  overflow-x: hidden; 
}
.lock{
  height: 100vh;
  overflow-y: hidden;
}
/* ------- */
/* Loading */
/* ------- */
#loading {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
  background-color: #fff;
}
#loading:after {
  position: absolute;
  content: "";
  border: 10px solid #f3f3f3; /* Light grey */
  border-top: 10px solid #ffa44b; /* Blue */
  border-radius: 50%;
  width: 72px;
  height: 72px;
  animation: spin 1s linear infinite;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  box-sizing: border-box;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*====================================*/
/*====================================*/
.bg {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
.shadow {
  box-shadow: -5px 5px 10px rgba(0,0,0,0.3);
}
.pc{
  display: none;
}
/* ------ */
/* header */
/* ------ */
.header {
  position: relative;
}
/* ---- */
/* main */
/* ---- */
.main{
  position: relative;
}
.main-uplayer{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
/*---------*/
.content1-title {
  position: absolute;
  width: 56.5%;
  height: auto;
  top: 12%;
  right: 3%;
  z-index: 2;
}
/*---------*/
.content2 {
  background: #ffa44b url(../images/index_02.png) no-repeat center bottom;
  background-size: 100% auto;
}
.content2:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/index_02_up.png) no-repeat right top;
}
.content2-title {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 12px 0 20px;
  color: #003a81;
  text-align: center;
  font-weight: bold;
}
.content2-title strong{
  color: #d60000;
}
.content2-photoText ul {
  position: relative;
  padding: 0 20px;  
}
.content2-photoText ul li {
  position: relative;
  background-color: #fff;
  padding: 25px;
  margin-bottom: 20px;
}
.content2-photoText-leftDiv {
  position: relative;
  width: 100%;
  font-size: 0.75em;
  line-height: 1.5em;
}
.content2-photoText-leftDiv p{
  text-align: center;
}
.content2-photoText-rightDiv {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 25px 0 25px;
  font-size: 0.875em;
  line-height: 1.5em;
  box-sizing: border-box;
}
.content2-photoText-rightDiv p{
  position: relative;
  font-size: 1em;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}
.content2-photoText-leftDiv img{
  position: relative;
  width: 100px;
  padding-bottom: 10px;
  height: auto;
  display: block;
  margin: 0 auto;
}
/*---------*/
.content2-onlyText ul {
  position: relative;
  padding: 0 20px 30px;
  margin-bottom: -1px;
}
.content2-onlyText ul li {
  position: relative;
  background: #f2f2f2 url(../images/content2-onlyText_bg.png) no-repeat left bottom;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.content2-onlyText ul li p:nth-child(1){
  font-size: 0.875em;
  line-height: 1.5em;
  padding-bottom: 15px;
  font-style: italic;
}
.content2-onlyText ul li p:nth-child(2){
  font-size: 0.75em;
  line-height: 1.5em;
  text-align: right;
}
/*---------*/
.content3 {
  background-color: #fff;
}
.content3-title {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 10px 0 15px;
  color: #0160b8;
  text-align: center;
  font-weight: bold;
}
.content3 .content3-text {
  text-align: center;
  font-size: 0.875em;
  line-height: 1.5em;
  padding-bottom: 15px;
}
.content3 .bg{
  padding-bottom: 33px;
}
/*---------*/
.content4-title {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 10px 0 15px;
  color: #003a81;
  text-align: center;
  font-weight: bold;
}
.content4-text {
  text-align: center;
  color: #fff;  
}
.content4-text:nth-child(2){
  line-height: 1.5em;
  font-size: 1em;
}
.content4-text:nth-child(3){
  margin-top: 0.5em;
  font-size: 0.75em;
  line-height: 1.4em;
}
.content4-video {
  position: relative;
  width: 93%;
  background-color: #fff;
  margin: 5% auto 0;
  padding: 10px;
  box-sizing: border-box;
}

.content4-video img,
.content4-video video{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.content4-video a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
}
.content4-video a:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: url(../images/content4-video_btn.svg) no-repeat center;
  background-size: 64px auto;
}
/*---------*/
.content5-title {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 30px 0 20px;
  color: #0160b8;
  text-align: center;
  font-weight: bold;
}
.content5-title strong{
  color: #e13601;
}
.content5-foldBox{
  position: relative;
  width: 100%;
}
.content5-fold{
  position: relative;
  width: 100%;
}
.content5-foldTitle {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
.content5-foldTitle img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.content5-foldText{
  position: relative;
  width: 100%;
}
.content5-foldText img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.content5-foldText p {
  position: relative;
  font-size: 0.75em;
  line-height: 1.65em;
  padding: 1em 25px;
}
.content5-text{
  position: relative;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
.content5-text p {
  position: relative;
  font-size: 0.75em;
  line-height: 1.65em;
  color: #e13601;
  padding: 1em 0;
}
.content5-text p:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #ffc57a;
  background: -moz-linear-gradient(left,  #ffffff 0%, #ffc57a 20%, #ffc57a 20%, #ffc57a 80%, #ffffff 100%);
  background: -webkit-linear-gradient(left,  #ffffff 0%,#ffc57a 20%,#ffc57a 20%,#ffc57a 80%,#ffffff 100%);
  background: linear-gradient(to right,  #ffffff 0%,#ffc57a 20%,#ffc57a 20%,#ffc57a 80%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );

}
.content5-text strong{
  font-weight: bold;
}
/*---------*/
.content6 {
  background: #ffa44b;
  background: -moz-linear-gradient(top,  #ffd37d 0%, #ffa44b 50%);
  background: -webkit-linear-gradient(top,  #ffd37d 0%,#ffa44b 50%);
  background: linear-gradient(to bottom,  #ffd37d 0%,#ffa44b 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd37d', endColorstr='#ffa44b',GradientType=0 );
}
.content6:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: 0;
  background: url(../images/index_06_up.png) no-repeat center top;
  background-size: 100% auto;
}
.content6:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  left: 0;
  background: url(../images/index_06_down.png) no-repeat center bottom;
  background-size: 100% auto;
}
.content6 .main-uplayer{
  position: relative;
  padding: 0 3.5% 50px;
  box-sizing: border-box;
}
.content6-title {
  font-size: 1.25em;
  font-weight: bold;
  color: #003a81;
  padding: 9.6% 0 4.8%;
}
.content6-subtitle {
  color: #d60000;
  font-size: 1em;
  padding-bottom: 3.8%;
}
.content6-subtitle:nth-child(5){
  padding-top: 5%;
  padding-bottom: 0%;
  text-align: center;
}
.content6-text {
  font-size: 0.75em;
  line-height: 1.5em;
  padding-right: 43%;
}
.content6-text strong{
  font-weight: bold;
}
/*---------*/
.content7-title {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 15px 0;
  color: #0160b8;
  text-align: center;
  font-weight: bold;
}
.content7-title strong{
  color: #e13601;
}
/*---------*/
.content8 {
  background-color: #ffa44b;
}
.content8-title {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  color: #003a81;
  padding: 30px 0 20px;
}
.content8-foldBox{
  position: relative;
  width: 100%;
}
.content8-fold{
  position: relative;
  width: 100%;
}
.content8-foldTitle {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
.content8-foldTitle img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.content8-foldText{
  position: relative;
  width: 100%;
}
.content8-foldText p {
  position: relative;
  font-size: 0.75em;
  line-height: 1.65em;
  padding: 0 40px 20px;
}
.content8 strong{
  color: #fff;
}
/*---------*/
.content9 {
  background-color: #ffe6ab;
}
.content9 .main-uplayer{
  position: relative;
}
.content9-title {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 35px 0 20px 50px;
  color: #e13601;
  font-weight: bold;
}
.content9-title strong{
  color: #0160b8;
}
.content9-form{
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  background: url(../images/index_09.png) no-repeat 9% top;
}
.content9 form {
  position: relative;
  width: 100%;
  padding: 0 9% 0 38%;
  box-sizing: border-box;
  display: inline-block;
}
.content9 label,
.content9 input,
.content9 select {
  font-family: 'Noto Sans TC', MyCustomFont, sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #3e3a39;
  display: block;
  width: 100%;
  border: 0;
}
.content9 select {
  margin-bottom: 2.5%;
}
.content9 input {  
  border-radius: 3px;
  margin-bottom: 2.5%;
  padding: 0 0.5em;
  box-sizing: border-box;
}
.content9 button{
  position: relative;
  font-family: 'Noto Sans TC', MyCustomFont, sans-serif;
  border: 0;
  font-size: 0.875em;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #0b79e0;
  color: #FFF;
  padding: 0;
  box-shadow: 0px 2px rgba(0,0,0,0.3);
  float: right;
  margin: 5% 8% 0 0;
}

/* ---- */
/* 橫式 */
/* ---- */
@media (max-width: 1023px) {
  body.landscape{
    font-size: 120%;
  }
  .content2-photoText-rightDiv p{
    margin-top: 10px;
  }
}
/* --------------------------------- */
/* 注意max跟min的用法及css生效堆疊順序 */
/* --------------------------------- */
/* ---- */
/* 小版 */
/* ---- */
@media (max-width: 400px) {
  /* ---- */
  /* main */
  /* ---- */
  .content2-photoText ul li {
    padding: 10px;
  }
  .content2-photoText-rightDiv {
    padding: 0 10px 0 10px;
  }
  .content2-onlyText ul li {
    padding: 15px 10px;
  }
}
@media (max-width: 365px) {
  body{
    font-size: 90%;
  }
  /* ---- */
  /* main */
  /* ---- */
  .content9-form{
    background-size: 28%;
  }
}
@media (min-width: 768px) {
  body{
    font-size: 120%;
  }
  /* ---- */
  /* main */
  /* ---- */
  .content2-photoText-leftDiv {
    width: 100%;
  }
  .content2-photoText-leftDiv p{
    text-align: center;
  }
  .content2-photoText-rightDiv {
    padding: 0 25px 0 25px;
  }
}
/* ---- */
/* 大版 */
/* ---- */
@media (min-width: 1024px) {
  body{
    font-size: 100%;
  }
  .mobile {
    display: none;
  }
  .pc{
    display: block;
  }
  /* ---- */
  /* main */
  /* ---- */
  /*---------*/
  .content1-title {
    width: 32.2%;
    top: 19%;
    right: 14%;
  }
  /*---------*/
  .content2 {
    background: #ffa44b;
    background: -webkit-linear-gradient(#ffa44b 1%, #ffd37d 70%);
    background: -o-linear-gradient(#ffa44b 1%, #ffd37d 70%);
    background: linear-gradient(#ffa44b 1%, #ffd37d 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa44b', endColorstr='#ffd37d',GradientType=0 );
  }
  .content2:before{
    background: url(../images/pc/index_02.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  .content2-title {
    font-size: 3em;
    padding: 20px 0 40px;
  }
  .content2-photoText {
    position: relative;
  }
  .content2-photoText ul {
    position: relative;
    padding: 0 0 50px;
    margin: 0 auto;
    width: fit-content;
  }
  .content2-photoText ul li {
    padding: 40px 30px;
    margin-bottom: 0;
    width: 480px;
    min-height: 536px;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
  }
  .content2-photoText ul li:nth-child(1){
    margin-right: 30px;
  }
  .content2-photoText-leftDiv {
    font-size: 1.25em;
    width: 100%;
    /*height: 170px;*/
    margin-bottom: 20px;
  }
  .content2-photoText-leftDiv img{
    width: 170px;
    margin: 0 auto;
    display: block;
    /*float: left;*/
  }
  .content2-photoText-leftDiv p{
    position: relative;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    text-align: center;
  }
  .content2-photoText-rightDiv {
    position: relative;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.625em;
  }
  .content2-photoText-rightDiv p{
    top: 0%;
    transform: translateY(0%);
  }  
  /*---------*/
  .content2-onlyText{
    position: relative;
    padding-bottom: 165px;
  }
  .content2-onlyText ul {
    padding: 0;
    margin: 0 auto;
    width: fit-content;
  }
  .content2-onlyText ul li {
    padding: 20px;
    height: 190px;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0;
  }
  .content2-onlyText ul li:not(:first-child){
    margin-left: 15px;
  }
  .content2-onlyText ul li:nth-child(1){
    width: 245px;
  }
  .content2-onlyText ul li:nth-child(2),
  .content2-onlyText ul li:nth-child(3){
    width: 360px;
  }
  .content2-onlyText ul li p:nth-child(1){
    font-size: 1.25em;
    min-height: 4.5em;
  }
  .content2-onlyText ul li p:nth-child(2){
    font-size: 1.125em;
  }
  /*---------*/
  .content3{
    margin-top: -1px;
  }
  .content3-title {
    font-size: 3em;
  }
  .content3 .content3-text {
    font-size: 2em;
  }
  /*---------*/
  .content4-title {
    font-size: 3em;
    padding: 50px 0 15px;
  }
  .content4-text {
    font-size: 2em;
  }
  .content4-text:nth-child(2){
    font-size: 2em;
  }
  .content4-text:nth-child(3){
    font-size: 1.25em;
  }
  .content4-video {
    width: 73%;
    margin: 2% auto 0;
  }
  .content4-video a:after{
    background-size: 178px auto;
  }
  /*---------*/  
  .content5-title {
    font-size: 3em;
  }
  .content5-foldText p {
    font-size: 1.625em;
  }
  .content5-text p {
    font-size: 1.25em;
  }
  .content5-foldBox{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 60px;    
  }
  .content5-fold {
    display: inline-block;
  }
  .content5-foldText img {
    width: 60%;
  }
  .content5-fold:nth-child(odd) .content5-foldText img{
    float: right;
  }
  .content5-fold:nth-child(even) .content5-foldText img{
    float: left;
  }
  .content5-text{
    max-width: 960px;
    margin: 0 auto;
  }
  /*---------*/
  .content6:before{
    background: url(../images/pc/index_06_up.png) no-repeat center top;
    background-size: 100% auto;
  }
  .content6:after{
    background: url(../images/pc/index_06_down.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  .content6 .main-uplayer{
    padding: 0 0 60px;
    width: 960px;
    margin: 0 auto;
  }
  .content6-title {
    font-size: 3em;
  }
  .content6-subtitle {
    font-size: 2em;
  }
  .content6-text {
    font-size: 1.25em;
    padding-right: 45%;
  }
  /*---------*/
  .content7-title {
    font-size: 3em;
  }
  /*---------*/
  .content8-title {
    font-size: 3em;
    padding: 60px 0 30px;
  }
  .content8-foldBox{
    max-width: 870px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .content8-foldText p {
    font-size: 1.625em;
  }
   /*---------*/
  .content9 {
    background-color: #fff;
    padding: 80px 0 85px;
  }
  .content9 .main-uplayer{
    width: 962px;
    height: 744px;
    margin: 0 auto;
    background: url(../images/pc/index_09.png) no-repeat center;
    background-size: contain;
  }
  .content9-title {
    font-size: 3em;
    line-height: 1.3em;
    padding: 98px 0 20px 309px;
  }
  .content9-form{
    background: initial;
  }
  .content9 form {
    padding: 0 0 0 309px;
  }
  .content9 label,
  .content9 input,
  .content9 select {
    font-size: 1.625em;
    display: inline-block;
  }
  .content9 label{
    position: relative;
    width: 210px;
  }
  .content9 select,
  .content9 input {
    width: 350px;
    margin-bottom: 3.5%;
  }
  .content9 button{
    font-size: 2.25em;
    width: 129px;
    height: 129px;
    border-radius: 65px;
    margin: 5% 8% 0 0;
  }
}
/* ------ */
/* 最大版 */
/* ------ */
@media (min-width: 1366px) {
  #wrap {
    width: 1366px;       
    margin: 0 auto;
  }
}
