@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexming.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexkai.css");
@import url("https://fonts.googleapis.wcom/earlyaccess/cwtexfangsong.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strikdl, dt, dd, ol, ul, li,
fieldsee, strong, sub, sup, tt, var,
b, u, i, center,
t, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
}

a {
  text-decoration: none;
  outline: none;
}

input, select {
  vertical-align: middle;
}

/*img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
}*/

b {
  font-weight: bold;
}

html, body {
  width: 100%;
  height: 100%;
}

.red{
  color: #d60000;
  font-weight: 700;
}
.red1{
  color: #e11616;
  font-weight: 700;
}

.red2{
  color: #ffd200;
  font-weight: 700;  
}

/* 20210517 start */
.yellow {
  color: #ffd200;
  font-weight: 700;  
}
/* 20210517 end */


::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.secbox-1 main {
  display: block;
}
@media only screen and (min-width: 768px) {
  .secbox-1 main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}

.top-link .top-link-nav, .top-link .top-link-nav a, .secbox-1 dl, .secbox-2 .e-sub-title, .secbox-2 .pageBTN, .secbox-3 .e-sub-title, .secbox-3 .btn, .secbox-4 .e-sub-title, .secbox-4 main, .secbox-4 dt, .secbox-4 .btn, .secbox-5 dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-go-form, .secbox-1 .m-left, .secbox-1 .m-right, .secbox-3 .advantage dd, .secbox-3 .btn, .secbox-4 dt, .secbox-4 .btn, .secbox-5 main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover, .btn-top.cd-is-visible, .btn-top.cd-fade-out, .btn-go-form, .btn-go-form:hover, .secbox-3 .btn, .secbox-4 .btn {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.clrBoth {
  clear: both;
}

.divine-2-box {
  position: relative;
}
.divine-2-box .divine-left {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-left {
    float: left;
  }
}
.divine-2-box .divine-right {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-right {
    float: right;
  }
}

.show-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .show-pc {
    display: block;
  }
}

.show-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

.has-animation {
  position: relative;
}
.has-animation p, .has-animation h2 {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in h2 {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:after {
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes movingSec1Gph {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-0.25%);
  }
  50% {
    transform: translateY(-0.5%);
  }
  80% {
    transform: translateY(-0.25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  position: relative;
  font-size: 15px;
  font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
  margin: 0;
  padding: 0;
}

summary::marker {
  font-size: 0;
}

.btn-top, .btn-top:active, .btn-top:focus {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  color: #fff !important;
  text-align: center;
  background-color: #e9631f;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
}
@media only screen and (min-width: 481px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 65px;
    right: 15px;
    width: 55px;
    height: 55px;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 90px;
    right: 25px;
    width: 60px;
    height: 60px;
    padding: 25px 0;
  }
}
.btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover {
  color: #e9631f !important;
  background-color: #fff;
}

.btn-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.btn-top.cd-fade-out {
  opacity: 1;
}

.btn-go-form {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-family: "Noto Sans TC", "微軟正黑體";
  color: #fff !important;
  background-color: #e9631f;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 7px 0 15px 0;
  z-index: 15;
  text-decoration: none;
}
@media only screen and (min-width: 481px) {
  .btn-go-form {
    bottom: 10px;
    right: 15px;
    width: 55px;
    height: 55px;
    font-size: 95%;
    padding: 8px 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-go-form {
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    font-size: 110%;
    padding: 12px 0 20px 0;
  }
}
.btn-go-form:hover {
  color: #e9631f !important;
  background-color: #fff;
}

.top-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  color: #fff;
  background-color: #e9631f;
  z-index: 999;
}
@media only screen and (min-width: 481px) {
  .top-link {
    height: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .top-link {
    height: 30px;
  }
}
.top-link .top-link-nav {
  justify-content: center;
  margin: 0 auto;
  padding-top: 8px;
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav {
    margin: 0;
    justify-content: flex-end;
  }
}
.top-link .top-link-nav a {
  color: #fff;
  font-size: 85%;
  padding: 0 10px;
  border-right: #fff 1px solid;
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav a {
    font-size: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
}
.top-link .top-link-nav a:hover {
  color: #000 !important;
}
.top-link .top-link-nav a:last-of-type {
  border-right: none;
}
.top-link .top-link-nav dt, .top-link .top-link-nav dd {
  margin: 0 4px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.pc-mode {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc-mode {
    display: block;
  }
}

.mb-mode {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mb-mode {
    display: none;
  }
}

header {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 102%;
  background: url(../images/banner_phone.jpg) no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  header {
    height: 0;
    padding-bottom: 55%;
    background: url(../images/banner.jpg) no-repeat top center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1100px) {
  header {
    height: 770px;
    padding: 0;
  }
}

/*20200907 start*/
header .s1croll{
  position: absolute;
  margin: 3% auto;
  width: 8%;
  top: 80%;
  left: 45%;
  z-index: 5;
  cursor:pointer;
 }
 @media only screen and (min-width: 481px) {
header .s1croll{
  margin: 1% auto ;
  width: 5%;
  top: 80%;
  left: 48%
 }
}
@media only screen and (min-width: 1100px) {
header .s1croll{
  margin: 1% auto ;
  width: 5%;
  top: 85%;
  left: 50%
 }
}
header img{
  width: 100%;
}

/*20200907 end*/

.edm-wrapper-header {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 102%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper-header {
    height: 0;
    padding-bottom: 55%;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-header {
    width: 1130px;
    height: 728px;
    padding: 0;
  }
}
.edm-wrapper-header img {
  width: 100%;
}

.edm-wrapper {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .edm-wrapper {
    width: 86%;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper {
    width: 1130px;
  }
}

.edm-wrapper-wide {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .edm-wrapper-wide {
    width: 86%;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-wide {
    width: 1130px;
  }
}

.btn-logo {
  display: block;
  position: absolute;
  top: 71px;
  right: 13px;
  width: 40%;
  height: 12%;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .btn-logo {
    top: 67px;
    right: 40px;
    width: 24%;
    height: 12%;
  }
}
@media only screen and (min-width: 768px) {
  .btn-logo {
    top: 81px;
    right: 49px;
    width: 24%;
    height: 12%;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-logo {
    top: 108px;
    right: 66px;
    width: 24%;
    height: 12%;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-logo {
    top: 144px;
    right: -8px;
    width: 27%;
    height: 11%;
  }
}
@media only screen and (min-width: 1920px) {
  .btn-logo {
    top: 149px;
    right: -32px;
    width: 27%;
    height: 11%;
  }
}
.btn-logo img {
  width: 100%;
}

.secbox-1 {
  display: block;
  width: 100%;
  background-color: #ffff;
  padding-right: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .secbox-1 {
    background: url(../images/robbotbg2.png) center top no-repeat;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 {
    background: url(../images/robbotbg3.png) center top no-repeat;
    padding: 65px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-1 {
    background: url(../images/robbotbg1.png) center top no-repeat;
    padding: 65px 0;
  }
}

.secbox-1 img {
  width: 100%;
}
.secbox-1 .e-title {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #103065;
  font-size: 130%;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 20px auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .e-title {
    width: 85%;
    font-size: 170%;
    margin: 15px auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .e-title {
    font-size: 200%;
    margin: 15px auto 30px 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .e-title {
    width:75%;
    font-size: 250%;
    margin: 18px 50px 60px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-1 .e-title {
    font-size: 270%;
    margin: 0 auto 20px auto;
  }
}

 .secbox-1  .e-title dt {
width: 10%;
 }
  @media only screen and (min-width: 481px) {
.secbox-1  .e-title dt {
width: 15%;
 }
}
 @media only screen and (min-width: 768px) {
.secbox-1 .e-title dt {
width: 20%;
 }
}
 @media only screen and (min-width: 1024px) {
.secbox-1  .e-title dt {
width: 18%;
 }
}
@media only screen and (min-width: 1100px) {
.secbox-1 .e-title dt {
width: 15%;
 }
}

.secbox-1 .e-title dt img{
width: 100%;
}

.secbox-1 .e-title .colortitle{
  display: block;
  width: 80%;
}

.secbox-1 main {
  display: block;
  width: 95%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .secbox-1 main {
    width: 100%;
    margin: 0 auto 60px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 main {
    width: 95%;
  }
}

 .secbox-1 main .o1t1 {
  width: 95%;
  margin: 0 auto;
  color: #000000;
  font-size: 130%;
  line-height: 1.4em;
  padding-bottom: 10px;
  padding-top: 0;
 }
 @media only screen and (min-width: 768px) {
  .secbox-1 main .o1t1{
  width: 75%;
  font-size: 180%;
  padding-bottom: 20px;
  padding-top: 10px;
 }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 main .o1t1{
  width: 80%;
  font-size: 160%;
 }
}

.raitable2 table{
  border: #343434 1px solid;
  background-color: #947e88;
}

.raitable2 td{
  font-size: 16px ;
  border: #343434 1px solid;
}
@media only screen and (min-width:481px) {
  .raitable2 td{
   font-size: 20px ;
  }
}
@media only screen and (min-width:768px) {
  .raitable2 td{
    font-size: 27px ;
  }
}

.styletbB{
   color: #ffff;
   background-color: #1f6aa4;
   padding: 20px 10px;
   text-align: center;
}
.styletbC{
   color: #3e3e3e;
   background-color: #ffff;
   padding: 20px 5px;
   text-align: center;
}

/* 20200910 start */
.secbox-1 .n1n1p {
    display: none;
}
@media only screen and (min-width: 768px) {
  .secbox-1 .n1n1p {
    display: block;
    width: 100%;
    padding-bottom: 55%;
    background: url(../images/number.png) top center no-repeat;
    background-size: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-1 .n1n1p {
    width: 105%;
    padding-bottom: 60%;
  }
}
/* 20200910 end */

.secbox-1 .s1croll{
  margin: 3% auto;
  width: 8%;
 }
@media only screen and (min-width: 1100px) {
.secbox-1 .s1croll{
  margin: 1% auto ;
  width: 5%;
 }
}
.s1croll img{
  width: 100%;
}


.secbox-2 {
  display: block;
  width: 100%;
  background: url(../images/bg.png) center top no-repeat;
  background-color: #ffff;
  padding:30px 0;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .secbox-2 {
    background: url(../images/box2bgt.png) center top no-repeat;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-2 {
    background: url(../images/box2bgp.png) center top no-repeat;
    padding: 65px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2 {
    background: url(../images/box2bgb.png) center top no-repeat;
    padding: 65px 0;
  }
}

.secbox-2 img {
  width: 100%;
}

.secbox-2 .e-title {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #103065;
  font-size: 130%;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  margin: 0 auto ;
}
@media only screen and (min-width: 481px) {
  .secbox-2 .e-title {
    width: 85%;
    line-height:2.2em;
    font-size:170%;
    margin: 15px auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2 .e-title {
    font-size: 200%;
    line-height: 1.2em;
    margin: 15px auto 30px 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-2 .e-title {
    width:80%;
    font-size: 250%;
    margin: 18px 50px 60px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2 .e-title {
    line-height: 2.8em;
    font-size: 270%;
    margin: 0 auto 20px auto;
  }
}

 .secbox-2  .e-title dt {
width: 10%;
 }
  @media only screen and (min-width: 481px) {
.secbox-2  .e-title dt {
width: 15%;
 }
}
 @media only screen and (min-width: 768px) {
.secbox-2 .e-title dt {
width: 20%;
 }
}
 @media only screen and (min-width: 1024px) {
.secbox-2  .e-title dt {
width: 18%;
 }
}
@media only screen and (min-width: 1100px) {
.secbox-2 .e-title dt {
width: 15%;
 }
}

.secbox-2 .e-title  dt .colortitle{
  display: block;
  width: 80%;
}

.secbox-2 main {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .secbox-2 main {
    width: 95%;
  }
}

.secbox-2 main .o1t1{
  width: 90%;
  margin: 10px auto 0 auto;
  color: #000000;
  font-size: 130%;
  line-height: 1.4em;
 }
 @media only screen and (min-width: 481px) {
.secbox-2 main .o1t1{
  width: 90%;
  margin: 30px auto 0 auto;
  color: #000000;
  font-size: 160%;
  line-height: 1.4em;
 }
}
 @media only screen and (min-width: 768px) {
.secbox-2 main .o1t1{
  width: 75%;
  color: #000000;
  font-size: 160%;
  line-height: 1.4em;
 }
}
 @media only screen and (min-width: 1024px) {
.secbox-2 main .o1t1{
  width: 90%;
  color: #000000;
  font-size: 160%;
  line-height: 1.4em;
 }
}

.secbox-2 img{
  width: 100%;
}
.secbox-2 .Allbtn{
cursor: pointer;
width:80%;
margin: 0 auto;
transition:.1s;
 }
@media only screen and (min-width: 768px) {
.secbox-2 .Allbtn{
width:70%;
 }
}
@media only screen and (min-width: 1024px) {
.secbox-2 .Allbtn{
width:40%;
 }
}

.secbox-2 .Allbtn:hover{
transform:scale(1.05);
}

.secbox-2 .Allbtn img{
  width: 100%;
}

.secbox-2 .s1croll{
  margin: 3% auto 0 auto;
  width: 8%;
 }
@media only screen and (min-width: 1100px) {
.secbox-2 .s1croll{
  margin: 5% auto 0 auto ;
  padding-bottom: 15px;
  width: 5%;
 }
}
.s1croll img{
  width: 100%;
}


.secbox-3 {
  display: block;
  width: 100%;
  padding:1px 0;
  background-color: #318bd0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .secbox-3 {
  display: block;
  width: 100%;
  padding: 40px 0;
  background: url(../images/bgbluet.png) center top no-repeat;
  background-size: cover;
  padding: 20px 0;
  background-color: #318bd0;
  margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3 {
  display: block;
  width: 100%;
  padding: 40px 0;
  background: url(../images/bgbluep.png) center top no-repeat;
  background-size: cover;
  padding: 20px 0;
  background-color: #318bd0;
  margin: 0 auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3 {
  display: block;
  width: 100%;
  padding: 40px 0;
  background: url(../images/bgbluep.png) center top no-repeat;
  background-size: cover;
  padding: 20px 0;
  background-color: #318bd0;
  margin: 0 auto;
  }
}

.secbox-3 img {
  width: 100%;
}

.secbox-3 .e-title {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #ffff;
  font-size: 130%;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding-top: 30px;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3 .e-title {
    width: 85%;
    font-size: 170%;
     padding-top: 50px;
    margin:0 auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 .e-title {
    font-size: 200%;
    padding-top: 20px;
    margin: 0 auto 30px 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3 .e-title {
    width:75%;
    font-size: 250%;
    padding-top: 50px;
    margin: 0 50px 60px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3 .e-title {
    font-size: 270%;
    padding-top: 50px;
    margin: 50px auto 20px auto;
  }
}

 .secbox-3  .e-title dt {
width: 10%;
 }
  @media only screen and (min-width: 481px) {
.secbox-3  .e-title dt {
width: 15%;
 }
}
 @media only screen and (min-width: 768px) {
.secbox-3 .e-title dt {
width: 20%;
 }
}
 @media only screen and (min-width: 1024px) {
.secbox-3 .e-title dt {
width: 18%;
 }
}
@media only screen and (min-width: 1100px) {
.secbox-3 .e-title dt {
width: 15%;
 }
}

.secbox-3 .e-title dt .colortitle{
  display: block;
  width: 80%;
}

/* 20210517 start */
.colortitle-sub {
  display: inline;
  font-size: 80%;
}
/* 20210517 end */


.secbox-3 main {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .secbox-3 main {
    width: 95%;
  }
}

.secbox-3 main .o1t1{
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 20px auto;
  color: #ffff;
  font-size: 130%;
  line-height: 1.4em;
 }
@media only screen and (min-width: 481px) {
.secbox-3 main .o1t1{
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 50px auto;
  color: #ffff;
  font-size: 160%;
  line-height: 1.4em;
 }
}

.secbox-3 main .lightpicc{
  width: 10%;
 }
 @media only screen and (min-width: 768px) {
.secbox-3 main .lightpicc{
  width:8%;
 }
}
@media only screen and (min-width: 1024px) {
.secbox-3 main .lightpicc{
  width: 4%;
 }
}

.secbox-3 main .lightpicc img
{
  width: 100%;
}

.secbox-3 main .threepo{
display: block;
width: 100%;
margin: 20px auto;
 }
@media only screen and (min-width: 481px) {
.secbox-3 main .threepo{
display: block;
width: 100%;
margin: 50px auto;
 }
}

.secbox-3 main .threepo .tip{
  display: flex;
  justify-content:center;
  width: 95%;
  margin: 0 auto;
  color: #ffff;
  font-size: 24px;
 }
@media only screen and (min-width: 1024px) {
.secbox-3 main .threepo .tip{
  width: 95%;
 }
}

.secbox-3 main .pttictext{
  width: 90%;
  line-height: 1.5em;
  font-size: 20px;
 }
@media only screen and (min-width: 768px) {
.secbox-3 main .pttictext{
  width: 90%;
  line-height: 1.5em;
  font-size: 28px;
 }
}
.secbox-3 main .pttic{
width: 10%;
padding-right: 10px;
 }
@media only screen and (min-width: 768px) {
.secbox-3 main .pttic{
width: 7%;
padding-right: 10px;
 }
}

.secbox-3 main .pttic img{
  width: 100%;
}

.secbox-3 main .colorball{
  display: none;
 }
@media only screen and (min-width: 768px) {
.secbox-3 main .colorball{
  width: 90%;
  margin: 2% auto 5% auto;
 }
}
@media only screen and (min-width: 1024px) {
.secbox-3 main .colorball{
  width: 60%;
  margin: 2% auto 5% auto;
 }
}

.secbox-3 main .colorballmb{
display: block;
width: 95%;
margin: 2% auto 5% auto;
 }
@media only screen and (min-width: 768px) {
.secbox-3 main .colorball{
  display: none;
 }
}

.secbox-3 .Allbtn{
cursor: pointer;
width:80%;
margin: 0 auto;
transition:.1s;
 }
@media only screen and (min-width:768px) {
.secbox-3 .Allbtn{
width:70%;
 }
}
@media only screen and (min-width: 1024px) {
.secbox-3 .Allbtn{
width:40%;
 }
}

.secbox-3 .Allbtn:hover{
transform:scale(1.05);
}

.secbox-3 .Allbtn img{
  width: 100%;
}

.secbox-3 .s1croll{
  margin: 0 auto;
  width: 8%;
 }
@media only screen and (min-width: 1100px) {
.secbox-3 .s1croll{
  margin: 0 auto ;
  width: 5%;
  padding-bottom: 55px;
 }
}
.s1croll img{
  width: 100%;
}



.secbox-4 {
  display: block;
  width: 100%;
  background: url(../images/bg3.png) center top no-repeat;
  /* 20210517 start */
  background-color: #00284b;
  /* 20210517 end */
  padding: 15px 0;
  margin: 0 auto;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .secbox-4 {
    background: url(../images/bg2t.png) center top no-repeat;
    /* 20210517 start */
    background-color: #00284b;
    /* 20210517 end */
    padding: 40px 0;
    background-size: cover;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-4 {
    background: url(../images/bg2p.png) center top no-repeat;
    /* 20210517 start */
    background-color: #00284b;
    /* 20210517 end */
    padding: 65px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-4 {
    background: url(../images/bg2.png) center top no-repeat;
    /* 20210517 start */
    background-color: #00284b;
    /* 20210517 end */
    padding: 65px 0;
  }
}

.secbox-4 img
{
  width: 100%;
}

.secbox-4 .e-title {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #ffff;
  font-size: 130%;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 20px auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .e-title {
    width: 85%;
    font-size: 170%;
    margin: 15px auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 .e-title {
    font-size: 200%;
    margin: 15px auto 30px 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-4 .e-title {
    width:75%;
    font-size: 250%;
    margin: 18px 50px 60px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-4 .e-title {
    font-size: 270%;
    margin: 50px auto 20px auto;
  }
}

 .secbox-4  .e-title dt {
width: 10%;
 }
  @media only screen and (min-width: 481px) {
.secbox-4  .e-title dt {
width: 15%;
 }
}
 @media only screen and (min-width: 768px) {
.secbox-4 .e-title dt {
width: 20%;
 }
}
 @media only screen and (min-width: 1024px) {
.secbox-4 .e-title dt {
width: 18%;
 }
}
@media only screen and (min-width: 1100px) {
.secbox-4 .e-title dt {
width: 15%;
 }
}

.secbox-4 .e-title  dt .colortitle{
  display: block;
  width: 80%;
}

.secbox-4 main {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .secbox-4 main {
    width: 95%;
  }
}

.secbox-4 main .o1t1{
  display: block;
  width: 95%;
  margin: 20px auto;
  color: #ffff;
  font-size: 130%;
  line-height: 1.4em;
 }
 @media only screen and (min-width: 768px) {
.secbox-4 main .o1t1{
  width: 95%;
  margin: 30px auto;
  font-size: 140%;
 }
}
@media only screen and (min-width: 768px) {
.secbox-4 main .o1t1{
  width: 80%;
  margin: 50px auto;
  font-size: 170%;
 }
}
@media only screen and (min-width: 1024px) {
.secbox-4 main .o1t1{
  width: 90%;
  margin: 50px auto;
  font-size: 150%;
 }
}

.secbox-4 main .o11t2{
text-align:left;
display: block;
margin: 5px auto;
color: #fffc00;
font-size: 120%;
line-height: 1.8em;
 }
@media only screen and (min-width:768px) {
.secbox-4 main .o11t2{
text-align: center;
font-size: 150%;
 }
}

.secbox-4 main .o11t2 .bigt{
font-size: 130%;
font-weight: 700;
 }
@media only screen and (min-width:768px) {
.secbox-4 main .o11t2 .bigt{
font-size: 160%;
font-weight: 700;
 }
}

.colortable-pc {
  display: none;
}
@media only screen and (min-width:768px) {
  .colortable-pc {
    display: table;
  }  
}

.colortable-mb {
  display: table;
  width: 95%;
  margin:0 auto;
}
@media only screen and (min-width:768px) {
  .colortable-mb {
    display: none;
  }  
}

.secbox-4 main.colortable{
   box-sizing: border-box;
   -moz-box-sizing:content-box; 
   -webkit-box-sizing:content-box; 
  display: block;
  border: #ff0000 1px solid;
  width: 98%;
}
@media only screen and (min-width: 768px) {
.secbox-4 main.colortable{
  width: 70%;
 }
}
@media only screen and (min-width: 1024px) {
.secbox-4 main.colortable{
  width: 80%;
 }
}

.secbox-4 main.colortable table{
  border: #343434 1px solid;
  background-color: #947e88;
 }

.secbox-4 main.colortable td{
    font-size: 15px !important;
    line-height: 2em;
  }
 }
@media only screen and (min-width:768px) {
 .secbox-4 main .colortable td{
    font-size: 22px !important;
    line-height: 1.3em;
  }
}

.styletb02 img{
width: 30%;
 }
@media only screen and (min-width:768px) {
.styletb02 img{
width: 40%;
 }
}
@media only screen and (min-width:1100px) {
.styletb02 img{
width: 22%;
 }
}

.styletb00{
  color: #ffff;
  background-color: #0091ff;
  padding: 15px 8px;
  font-weight: bold;
  text-align: center;
  font-size: 98% !important;
  line-height: 1.5em;
}
@media only screen and (min-width:768px) {
.styletb00{
  text-align: center;
  font-size: 22px !important;
 }
}

.styletb01{
   color: #1e1e1e;
   background-color: #ffff;
   padding: 10px;
   text-align: center;
   font-size: 98% !important;
   line-height: 1.5em;
 }
@media only screen and (min-width:768px) {
.styletb01{
   font-size: 22px !important;
 }
}

.styletb02{
   color: #ffff;
   background-color: #66a9dc;
   text-align: center;
   font-size: 98% !important;
   line-height: 1.5em;
 }
@media only screen and (min-width:768px) {
.styletb02{
   font-size: 22px !important;
 }
}

.secbox-4 .s1croll{
  margin: 3% auto;
  width: 8%;
 }
@media only screen and (min-width: 1100px) {
.secbox-4 .s1croll{
  margin: 0 auto ;
  width: 5%;
  padding-top: 30px;
  padding-bottom: 15px;
 }
}


.secbox-5 {
  display: block;
  width: 100%;
  background-color: #ffff;
  padding: 5px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .secbox-5 {
    background: url(../images/robbotbg2.png) center top no-repeat;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 {
    background: url(../images/robbotbg3.png) center top no-repeat;
    padding: 65px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 {
    background: url(../images/robbotbg1.png) center top no-repeat;
    padding: 65px 0;
  }
}

.secbox-5 img {
  width: 100%;
}

.secbox-5 .e-title {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #103066;
  font-size: 130%;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 20px auto 5px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-5 .e-title {
    width: 85%;
    font-size: 170%;
    margin: 15px auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 .e-title {
    font-size: 200%;
    margin: 15px auto 30px 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .e-title {
    width:75%;
    font-size: 250%;
    margin: 18px 50px 60px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 .e-title {
    font-size: 270%;
    margin: 50px auto 20px auto;
  }
}


 .secbox-5  .e-title dt {
width: 10%;
 }
  @media only screen and (min-width: 481px) {
.secbox-5  .e-title dt {
width: 15%;
 }
}
 @media only screen and (min-width: 768px) {
.secbox-5 .e-title dt {
width: 20%;
 }
}
 @media only screen and (min-width: 1024px) {
.secbox-5 .e-title dt {
width: 18%;
 }
}
@media only screen and (min-width: 1100px) {
.secbox-5 .e-title dt {
width: 15%;
 }
}

.secbox-5 .e-title  dt .colortitle{
  display: block;
  width: 80%;
}

.secbox-5 main {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .secbox-5 main {
    width: 95%;
  }
}

.secbox-5 main .o1t1{
  display: block;
  width: 88%;
  margin: 20px auto;
  color: #000000;
  font-size: 130%;
  line-height: 1.5em;
 }
 @media only screen and (min-width: 481px) {
.secbox-5 main .o1t1{
  width: 88%;
  font-size: 140%;
 }
}


.secbox-5 main .colorpicball{
  display: none;
 }
@media only screen and (min-width: 768px) {
.secbox-5 main .colorpicball{
  display: block;
  width: 100%;
  margin: 2% auto 5% auto;
 }
}
@media only screen and (min-width: 1100px) {
.secbox-5 main .colorpicball{
  width: 90%;
  margin: 2% auto 5% auto;
 }
}


.secbox-5 main .colorpicballmb{
display: block;
width: 100%;
margin: 0 auto;
 }
@media only screen and (min-width: 768px) {
.secbox-5 main .colorpicballmb{
  display: none;
 }
}

.secbox-5 main .tip2{
  margin:3% auto;
  text-align: left;
  font-size: 15px;
  color: #000000;
  line-height: 1.5em;
 }  
@media only screen and (min-width: 481px) {
.secbox-5 main .tip2{
  margin:3% auto;
  text-align: center;
  font-size: 20px;

 }  
}

.secbox-5 .Allbtn{
cursor: pointer;
width:80%;
margin: 0 auto;
transition:.1s;
}
@media only screen and (min-width: 768px) {
.secbox-5 .Allbtn{
width:70%;
 }
}
@media only screen and (min-width: 1024px) {
.secbox-5 .Allbtn{
width:40%;
 }
}

.secbox-5 .Allbtn:hover{
transform:scale(1.05);
}

.secbox-5 .Allbtn img{
  width: 100%;
}

.secbox-5 .s1croll{
  margin: 0 auto;
  width: 8%;
 }
@media only screen and (min-width: 1100px) {
.secbox-5 .s1croll{
  margin: 0 auto ;
  width: 5%;
  padding-bottom: 55px;
 }
}
.s1croll img{
  width: 100%;
}


.secbox-sendForm {
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #0c5687;
  padding: 45px 0;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 1100px) {
  .secbox-sendForm {
    padding: 65px 0;
  }
}
.secbox-sendForm section {
  margin: 0 auto 40px auto;
}
.secbox-sendForm aside {
  font-size: 150%;
}
.secbox-sendForm .red_word, .secbox-sendForm a {
  color: #ffd200 !important;
}
.secbox-sendForm table {
  font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
  color: #000;
  background-color: #fff;
  margin: 15px auto;
}

/* 20200910 start */
.list {
  display: block;
  position: relative;
  width: 85%;
  list-style: none;
  padding: 0;
  margin: 0 auto 30px auto;
  overflow: hidden;  
}
@media only screen and (min-width: 481px) {
  .list {
    display: flex;
    width: 95%;
    justify-content: space-around;
    flex-wrap: no-wrap;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .list {
    width: 100%;
  }
}

.list li {
  position: relative;
  width: 95%;
  min-height: 300px;
  cursor: pointer;
  margin: 0 auto 20% auto;
  -webkit-perspective: 300px;
  perspective: 300px;
  box-sizing: border-box;
}
@media only screen and (min-width: 481px) {
  .list li {
    width: calc((100% - 20px) / 3);
    min-height: 300px;
    margin: 0 2px;
  }
}
@media only screen and (min-width: 768px) {
  .list li {
    min-height: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .list li {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1100px) {
  .list li {
    min-height: 480px;
  }
}

.front {
    padding: 0;
    z-index: 900;
}

.back {
    padding: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    box-sizing: border-box;
    z-index: 900;
}
.back span { color: #bf0000;}

.card .front, .card .back {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;	    
  -webkit-transition-duration: 1s, 1s;
  -moz-transition-duration: 1s, 1s;
  -ms-transition-duration: 1s, 1s;
  -o-transition-duration: 1s, 1s;
  transition-duration: 1s, 1s;
  box-sizing: border-box;
}
@media only screen and (min-width: 481px) {
  .card .front, .card .back {
    top: 50px;
    left: 0;
  }
}

/* flip */
.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); 
}

.flip .back {
    z-index: 1000;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}



/* 20220609 start */
.img-1{
  display: block;
  margin-bottom: 8%;
}
.img-1-sm{
  display: none;
}
@media only screen and (max-width: 481px) {
  .img-1{
    display: none;
  }
  .img-1-sm{
    display: block;
    padding: 0 5%;
  }
}
.text-red{
  color: red;
}
.text-yellow{
  color: yellow;
}
.text-center{
  text-align: center;
}
/* 20220609 end */
/* 20220614 start */
.text-shadow{
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
/* 20220614 end */


/* 20230607 start */
.d-flex,.d-flex li{
  display: flex;
  justify-content: center;
  align-items: center;
}
.styletb02 .d-flex img{
  width: 60%;
  display: inline-block;
}

/* 20230607 end */