@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.com/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, 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;
}

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;
}

@font-face {
  font-family: 'FontAwesome';
/*   src: url("../fonts/fontawesome-webfont.eot"); */
/*   src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg"); */
  font-weight: normal;
  font-style: normal;
}
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%;
}

::-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;
}

.top-link .top-link-nav, .top-link .top-link-nav a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-course, header {
  -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-course, .btn-course:hover, .secbox-a .display-nav a, .secbox-b .display-nav a, .secbox-7new .btn-understand {
  -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;
}

/*20210803 修改start*/
.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: #ea5f2b;
  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: 50px;
    height: 50px;
    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: #ea5f2b  !important;
  background-color: #ffffff;
}

.btn-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.btn-top.cd-fade-out {
  opacity: 1;
}

.btn-course {
  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: #ea5f2b;
  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;
}
@media only screen and (min-width: 481px) {
  .btn-course {
    bottom: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 95%;
    padding: 8px 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-course {
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    font-size: 110%;
    padding: 12px 0 20px 0;
  }
}
.btn-course:hover {
  color: #ea5f2b !important;
  background-color: #FFF;
}

.top-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  color: #fff;
  background-color: #ea5f2b;
  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 {
  margin: 6px 0 0 0;
  justify-content: center;
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav {
    justify-content: flex-end;
  }
}
.top-link .top-link-nav a {
  color: #fff;
  font-size: 90%;
  padding: 0 8px;
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
}
.top-link .top-link-nav a:hover {
  color: #ea5f2b !important;
}
.top-link .top-link-nav a:first-of-type {
  border-right: #fff 1px solid;
}
.top-link .top-link-nav a:nth-of-type(2) {
  border-right: #fff 1px solid;
}
.top-link .top-link-nav dt, .top-link .top-link-nav dd {
  margin: 0 4px;
}

/*20210803 修改END*/
header {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 103.5%;
  background: url(../images/banner_phone.png) no-repeat top center;
  background-size: 100%;
  margin: 0px auto;
}
@media only screen and (min-width: 481px) {
  header {
    height: 0;
    padding-bottom: 55%;
    background: url(../images/banner.png) no-repeat top center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  header {
    height: 777px;
    background: url(../images/banner.png) no-repeat top center;
    padding: 0;
  }
}

.edm-wrapper-header {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 103.5%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper-header {
    width: 100%;
    height: 0;
    padding-bottom: 58%;
  }
}
@media only screen and (min-width: 1200px) {
  .edm-wrapper-header {
    width: 1100px;
    height: 700px;
    padding: 0;
  }
}

.edm-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .edm-wrapper {
    width: 1100px;
  }
}

.edm-wrapper-default {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .edm-wrapper-default {
    width: 1100px;
  }
}

/*20210803 修改START*/
.btn-logo-1 {
  display: block;
  position: absolute;
  top: 12%;
  left: 18%;
  width: 30%;
  height: 8%;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .btn-logo-1 {
    top: 9%;
    left: 7%;
    width: 15%;
    height: 6.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-logo-1 {
    top: 10%;
    left: -7%;
    width: 19%;
    height: 8%;
  }
}

.btn-logo-3 {
  display: block;
  position: absolute;
  top: 12%;
  left: 54.5%;
  width: 20%;
  height: 8.5%;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .btn-logo-3 {
    top: 9%;
    left: 24.5%;
    width: 11%;
    height: 5.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-logo-3 {
    top: 10%;
    left: 16%;
    width: 16%;
    height: 8%;
  }
}

.titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  width: 85%;
}
@media only screen and (min-width: 481px) {
  .titlebox {
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .titlebox {
    display: flex;
    width: 50%;
  }
}
.titlebox .tt-icon {
  margin: 0 20px 0 0;
  width: 20%;
}
@media only screen and (min-width: 481px) {
  .titlebox .tt-icon {
    width: 15%;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 481px) {
  .titlebox .tt-icon {
    width: 12%;
  }
}
.titlebox .tt-icon img {
  width: 100%;
}
.titlebox .text-tt {
  color: #2a1b01;
  font-size: 145%;
  font-weight: 800;
  text-align: left;
  line-height: 1.8rem;
}
@media only screen and (min-width: 481px) {
  .titlebox .text-tt {
    font-size: 160%;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .titlebox .text-tt {
    font-size: 200%;
    line-height: 2.4rem;
  }
}
.titlebox mark {
  color: #411306;
  background-color: #ffdd00;
}

.subtitle {
  color: #cb2d08;
  font-size: 120%;
  font-weight: bolder;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  line-height: 1.5;
}
@media only screen and (min-width: 481px) {
  .subtitle {
    font-size: 140%;
  }
}
@media only screen and (min-width: 768px) {
  .subtitle {
    width: 100%;
    font-size: 170%;
  }
}
@media only screen and (min-width: 1200px) {
  .subtitle {
    font-size: 180%;
  }
}
.subtitle span {
  display: block;
}
@media only screen and (min-width: 481px) {
  .subtitle span {
    display: inline;
  }
}

.subtitle2 {
  color: #1e38aa;
  font-size: 140%;
  font-weight: bolder;
  text-align: center;
  margin: 0 auto;
  width: 85%;
  line-height: 1.5;
}
@media only screen and (min-width: 481px) {
  .subtitle2 {
    font-size: 150%;
  }
}
@media only screen and (min-width: 768px) {
  .subtitle2 {
    width: 100%;
    font-size: 170%;
  }
}
@media only screen and (min-width: 1200px) {
  .subtitle2 {
    font-size: 180%;
  }
}
.subtitle2 span {
  display: block;
}
@media only screen and (min-width: 481px) {
  .subtitle2 span {
    display: inline;
  }
}

/*20210803 修改END*/
/*20210803修改 start*/
.secbox-a {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .secbox-a {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-a {
    padding: 60px 0 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-a {
    padding: 65px 0 60px 0;
  }
}
.secbox-a .display-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 75%;
  margin: 30px auto 10px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-a .display-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 68%;
    margin: 30px auto 10px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-a .display-nav {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin: 30px auto 10px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-a .display-nav {
    justify-content: space-around;
    align-items: center;
    width: 60%;
    margin: 30px auto 10px auto;
  }
}
.secbox-a .display-nav a {
  background-color: #348a81;
  color: #ffffff;
  font-weight: bold;
  border-radius: 15px;
  font-size: 120%;
  padding: 10px 15px;
  margin: 5px 10px;
}
@media only screen and (min-width: 768px) {
  .secbox-a .display-nav a {
    font-size: 125%;
    padding: 10px 15px;
    margin: 5px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-a .display-nav a {
    border-radius: 20px;
    font-size: 160%;
    padding: 10px 25px;
    margin: 5px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-a .display-nav a {
    font-size: 160%;
    padding: 10px 25px;
    margin: 5px 15px;
  }
}
.secbox-a .display-nav a:hover, .secbox-a .display-nav a:active, .secbox-a .display-nav a.curr {
  background-color: #ec6941;
  color: #311607;
}
.secbox-a .show-area {
  position: relative;
  padding: 5px 5px;
  margin: 10px auto;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .secbox-a .show-area {
    padding: 10px 10px;
    margin: 20px auto;
    width: 70%;
  }
}
.secbox-a .show-area .info-1 {
  display: block;
}
.secbox-a .show-area .info-2, .secbox-a .show-area .info-3, .secbox-a .show-area .info-4, .secbox-a .show-area .info-5, .secbox-a .show-area .info-6, .secbox-a .show-area .info-7, .secbox-a .show-area .info-8, .secbox-a .show-area .info-9, .secbox-a .show-area .info-10 {
  display: none;
}
.secbox-a .show-area .btn-next {
  position: absolute;
  color: #ef5514;
  z-index: 10;
  font-size: 300%;
  top: 40%;
  right: -25px;
}
@media only screen and (min-width: 481px) {
  .secbox-a .show-area .btn-next {
    font-size: 450%;
    top: 40%;
    right: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-a .show-area .btn-next {
    font-size: 600%;
    top: 40%;
    right: -50px;
  }
}
.secbox-a .show-area .btn-next:hover {
  color: #6a270a;
}
.secbox-a .show-area .btn-pre {
  position: absolute;
  color: #ef5514;
  z-index: 10;
  font-size: 300%;
  top: 40%;
  left: -25px;
}
@media only screen and (min-width: 481px) {
  .secbox-a .show-area .btn-pre {
    font-size: 450%;
    top: 40%;
    left: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-a .show-area .btn-pre {
    font-size: 600%;
    top: 40%;
    left: -50px;
  }
}
.secbox-a .show-area .btn-pre:hover {
  color: #6a270a;
}
.secbox-a .show-area .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.secbox-a .show-area .video-container iframe,
.secbox-a .show-area .video-container object,
.secbox-a .show-area .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.secbox-b {
  background-color: #fefabc;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .secbox-b {
    padding: 30px 0 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-b {
    padding: 60px 0 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-b {
    padding: 65px 0 5px 0;
  }
}
.secbox-b .display-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 30px auto 10px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-b .display-nav {
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 30px auto 10px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-b .display-nav {
    width: 70%;
    margin: 30px auto 10px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-b .display-nav {
    width: 70%;
    margin: 30px auto 10px auto;
  }
}
.secbox-b .display-nav a {
  background-color: #348a81;
  color: #ffffff;
  font-weight: 300;
  border-radius: 15px;
  font-size: 110%;
  padding: 10px 8px;
  margin: 5px 8px;
  text-align: center;
  width: 35%;
}
@media only screen and (min-width: 481px) {
  .secbox-b .display-nav a {
    width: 30%;
    font-weight: bold;
    font-size: 125%;
    padding: 10px 15px;
    margin: 5px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-b .display-nav a {
    border-radius: 20px;
    font-size: 160%;
    padding: 10px 25px;
    margin: 5px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-b .display-nav a {
    width: 20%;
    font-size: 160%;
    padding: 10px 25px;
    margin: 5px 15px;
  }
}
.secbox-b .display-nav a:hover, .secbox-b .display-nav a:active, .secbox-b .display-nav a.curr {
  background-color: #ec6941;
  color: #311607;
}
.secbox-b .show-area {
  position: relative;
  padding: 5px 5px;
  margin: 20px auto;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .secbox-b .show-area {
    padding: 10px 10px;
    margin: 20px auto;
    width: 70%;
  }
}
.secbox-b .show-area .info-1 {
  display: block;
}
.secbox-b .show-area .info-2, .secbox-b .show-area .info-3, .secbox-b .show-area .info-4, .secbox-b .show-area .info-5, .secbox-b .show-area .info-6 {
  display: none;
}
.secbox-b .show-area .btn-next {
  position: absolute;
  color: #ef5514;
  z-index: 10;
  font-size: 300%;
  top: 40%;
  right: -25px;
}
@media only screen and (min-width: 481px) {
  .secbox-b .show-area .btn-next {
    font-size: 450%;
    top: 40%;
    right: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-b .show-area .btn-next {
    font-size: 600%;
    top: 40%;
    right: -50px;
  }
}
.secbox-b .show-area .btn-next:hover {
  color: #6a270a;
}
.secbox-b .show-area .btn-pre {
  position: absolute;
  color: #ef5514;
  z-index: 10;
  font-size: 300%;
  top: 40%;
  left: -25px;
}
@media only screen and (min-width: 481px) {
  .secbox-b .show-area .btn-pre {
    font-size: 450%;
    top: 40%;
    left: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-b .show-area .btn-pre {
    font-size: 600%;
    top: 40%;
    left: -50px;
  }
}
.secbox-b .show-area .btn-pre:hover {
  color: #6a270a;
}
.secbox-b .show-area .whitebox {
  display: block;
  margin: 0 auto 60px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-b .show-area .whitebox {
    display: flex;
    width: 90%;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-b .show-area .whitebox {
    display: flex;
    width: 90%;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-b .show-area .whitebox {
    width: 100%;
    margin: 0 auto;
  }
}
.secbox-b .show-area .whitebox .cont {
  width: 90%;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-b .show-area .whitebox .cont {
    width: 50%;
    margin: 0 10px 10px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-b .show-area .whitebox .cont {
    margin: 0 auto 100px auto;
  }
}
.secbox-b .show-area .whitebox .cont aside {
  width: 65%;
  margin: 10px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-b .show-area .whitebox .cont aside {
    width: 65%;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-b .show-area .whitebox .cont aside {
    width: 50%;
    margin: 30px 0;
  }
}
.secbox-b .show-area .whitebox .cont aside img {
  width: 100%;
}
.secbox-b .show-area .whitebox .cont figcaption {
  font-size: 110%;
  margin: 20px auto;
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) {
  .secbox-b .show-area .whitebox .cont figcaption {
    font-size: 130%;
    line-height: 1.5rem;
  }
}
.secbox-b .show-area .whitebox .cont .stt {
  color: #2552ad;
  font-weight: bold;
  font-size: 120%;
}
.secbox-b .show-area .whitebox .cont span {
  color: #e96332;
}
.secbox-b .show-area .whitebox summary {
  width: 80%;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-b .show-area .whitebox summary {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-b .show-area .whitebox summary {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-b .show-area .whitebox summary {
    width: 40%;
  }
}
.secbox-b .show-area .whitebox summary img {
  width: 100%;
}

/*20210803修改 END*/
/*20210803修改START*/
.secbox-c {
  background-color: #f5f5f5;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .secbox-c {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-c {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-c {
    padding: 50px 0;
  }
}
.secbox-c .show-area {
  position: relative;
  display: block;
  padding: 5px 5px;
  margin: 20px auto;
  width: 90%;
}
@media only screen and (min-width: 481px) {
  .secbox-c .show-area {
    padding: 5px 10px;
    margin: 10px auto;
    width: 100%;
  }
}
.secbox-c .show-area .hearttext {
  display: block;
  margin: 30px auto;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .secbox-c .show-area .hearttext {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-c .show-area .hearttext {
    align-items: stretch;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-c .show-area .hearttext {
    align-items: flex-start;
    justify-content: space-around;
  }
}
.secbox-c .show-area .hearttext .article {
  color: #471a07;
  text-align: left;
  width: 95%;
  margin: 5% auto 10% auto;
}
@media only screen and (min-width: 481px) {
  .secbox-c .show-area .hearttext .article {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-c .show-area .hearttext .article {
    width: 42%;
  }
}
.secbox-c .show-area .hearttext .article .slo {
  color: #be1e2d;
  font-size: 150%;
  font-weight: bolder;
  text-align: left;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .secbox-c .show-area .hearttext .article .slo {
    font-size: 160%;
  }
}
.secbox-c .show-area .hearttext .article figure {
  font-size: 140%;
  font-weight: bold;
  color: #348a81;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .secbox-c .show-area .hearttext .article figure {
    font-size: 145%;
    margin: 0 0 20px 0;
  }
}
.secbox-c .show-area .hearttext .article figure i {
  margin: 0 10px 0 0;
}
.secbox-c .show-area .hearttext .article figcaption {
  font-size: 115%;
  line-height: 1.5;
}
@media only screen and (min-width: 481px) {
  .secbox-c .show-area .hearttext .article figcaption {
    font-size: 110%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-c .show-area .hearttext .article figcaption {
    font-size: 120%;
    line-height: 1.5;
  }
}
.secbox-c .show-area .hearttext .article figcaption span {
  color: #ef5514;
}
.secbox-c .show-area .hearttext .boy {
  display: none;
}
@media only screen and (min-width: 481px) {
  .secbox-c .show-area .hearttext .boy {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-c .show-area .hearttext .boy {
    display: block;
    width: 27%;
    margin: 40% 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-c .show-area .hearttext .boy {
    margin: 25% 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-c .show-area .hearttext .boy {
    margin: 0;
    width: 15%;
  }
}
.secbox-c .show-area .hearttext .boy img {
  width: 100%;
}

/*secbox-C*/
/*20210803修改END*/
/*20210803修改START*/
.secbox-address {
  background-color: #fefabc;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .secbox-address {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-address {
    padding: 60px 0 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-address {
    padding: 65px 0 60px 0;
  }
}
.secbox-address img {
  width: 100%;
}
.secbox-address main {
  position: relative;
  width: 90%;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-address main {
    width: 92%;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-address main {
    width: 100%;
  }
}
.secbox-address figcaption {
  position: relative;
  border: #ff6000 2px solid;
  padding: 25px 25px;
  margin: 20px auto 60px auto;
  color: #642100;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  line-height: 2.0rem;
  width: 75%;
}
@media only screen and (min-width: 481px) {
  .secbox-address figcaption {
    font-size: 140%;
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-address figcaption {
    width: 45%;
    font-size: 150%;
  }
}
.secbox-address figcaption lable {
  display: block;
}
@media only screen and (min-width: 481px) {
  .secbox-address figcaption lable {
    display: inline;
    margin: 0 0 0 10px;
  }
}
.secbox-address figcaption::after {
  content: '';
  position: absolute;
  z-index: 5;
  border-top: #ff6000 5px solid;
  border-left: #ff6000 5px solid;
  top: -2px;
  left: -2px;
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 481px) {
  .secbox-address figcaption::after {
    border-top: #ff6000 6px solid;
    border-left: #ff6000 6px solid;
    top: -3px;
    left: -3px;
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-address figcaption::after {
    border-top: #ff6000 6px solid;
    border-left: #ff6000 6px solid;
    top: -3px;
    left: -3px;
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-address figcaption::after {
    border-top: #ff6000 7px solid;
    border-left: #ff6000 7px solid;
    top: -3px;
    left: -3px;
    height: 30px;
    width: 40px;
  }
}
.secbox-address figcaption::before {
  content: '';
  position: absolute;
  z-index: 5;
  border-bottom: #ff6000 5px solid;
  border-right: #ff6000 5px solid;
  bottom: -2px;
  right: -2px;
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 481px) {
  .secbox-address figcaption::before {
    border-bottom: #ff6000 6px solid;
    border-right: #ff6000 6px solid;
    bottom: -3px;
    right: -3px;
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-address figcaption::before {
    border-bottom: #ff6000 6px solid;
    border-right: #ff6000 6px solid;
    bottom: -3px;
    right: -3px;
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-address figcaption::before {
    border-bottom: #ff6000 7px solid;
    border-right: #ff6000 7px solid;
    bottom: -3px;
    right: -3px;
    height: 30px;
    width: 40px;
  }
}
.secbox-address figcaption i {
  margin: 0 10px 0 0;
}
.secbox-address figcaption span {
  font-size: 120%;
  display: block;
}
.secbox-address .textred {
  width: 85%;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.3;
  color: #ce0000;
  text-align: center;
  margin: 20px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-address .textred {
    width: 70%;
    font-size: 165%;
    line-height: 1.4;
    margin: 20px auto 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-address .textred {
    width: 68%;
    font-size: 190%;
    line-height: 1.5;
    margin: 20px auto 0 auto;
  }
}
.secbox-address .textred span {
  display: block;
}
@media only screen and (min-width: 481px) {
  .secbox-address .textred span {
    display: inline;
  }
}

/*20210803修改END*/
/*20210803修改START*/
.secbox-7new {
  background: url(../images/sec07bg-nmb.jpg) top center no-repeat;
  margin: 0 auto;
  padding: 25px 0 0 0;
  overflow: hidden;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .secbox-7new {
    background: url(../images/sec07bg-n.jpg) top center no-repeat;
    height: 959px;
    background-size: cover;
  }
}
.secbox-7new .addcont {
  position: relative;
  z-index: 1;
  background-color: #fff7d6;
  border-radius: 25px;
  width: 90%;
  margin: 5px auto;
  padding: 20px 10px;
}
@media only screen and (min-width: 1200px) {
  .secbox-7new .addcont {
    width: 80%;
    margin: 30px auto;
    padding: 30px 20px;
  }
}
.secbox-7new .ttss {
  margin: 30px auto 20px auto;
  width: 98%;
}
@media only screen and (min-width: 481px) {
  .secbox-7new .ttss {
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-7new .ttss {
    margin: 40px auto 20px auto;
    width: 55%;
  }
}
.secbox-7new .ttss img {
  width: 100%;
}
.secbox-7new .in2 {
  margin: 20px auto 5px auto;
  display: none;
}
@media only screen and (min-width: 481px) {
  .secbox-7new .in2 {
    display: block;
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-7new .in2 {
    width: 65%;
  }
}
.secbox-7new .in2 img {
  width: 100%;
}
.secbox-7new .in2m {
  margin: 20px auto 5px auto;
  width: 99%;
  display: block;
}
@media only screen and (min-width: 481px) {
  .secbox-7new .in2m {
    display: none;
  }
}
.secbox-7new .in2m img {
  width: 100%;
}
.secbox-7new .adtext {
  color: #000000;
  font-weight: bold;
  font-size: 140%;
  margin: 0 auto 50px auto;
  line-height: 1.4;
  text-align: center;
  width: 97%;
}
@media only screen and (min-width: 1200px) {
  .secbox-7new .adtext {
    margin: 0 auto 60px auto;
    line-height: 1.8;
    font-size: 175%;
    width: 80%;
    letter-spacing: 1.5px;
  }
}
.secbox-7new .adtext span {
  display: block;
}
@media only screen and (min-width: 481px) {
  .secbox-7new .adtext span {
    display: inline;
  }
}
.secbox-7new .adtext .big {
  font-size: 150%;
  color: #ff1111;
}
.secbox-7new .adtext .sscolor {
  color: #ff1111;
}
.secbox-7new .picboy {
  position: absolute;
  z-index: 10;
  width: 35%;
  left: -9%;
  bottom: 2%;
}
@media only screen and (min-width: 481px) {
  .secbox-7new .picboy {
    width: 20%;
    left: -5%;
    bottom: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-7new .picboy {
    width: 28%;
    left: -15%;
    bottom: 3%;
  }
}
.secbox-7new .picboy img {
  width: 100%;
}
.secbox-7new .picgirl {
  position: absolute;
  z-index: 10;
  width: 25%;
  right: -6%;
  bottom: 3%;
}
@media only screen and (min-width: 481px) {
  .secbox-7new .picgirl {
    width: 15%;
    right: -5%;
    bottom: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-7new .picgirl {
    width: 22%;
    right: -9%;
    bottom: 3%;
  }
}
.secbox-7new .picgirl img {
  width: 100%;
}
.secbox-7new .btn-understand {
  display: block;
  background-color: #348a81;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 55%;
  padding: 5px 5px;
  font-size: 140%;
  line-height: 1.8rem;
  margin: 10px auto 30px auto;
  border-bottom: #25635c 10px solid;
}
@media only screen and (min-width: 1200px) {
  .secbox-7new .btn-understand {
    padding: 20px 10px;
    width: 30%;
    font-size: 180%;
    line-height: 2.0rem;
    margin: 20px auto;
  }
}
.secbox-7new .btn-understand:hover {
  background-color: #ef5514;
  border-bottom: #5f2b08 10px solid;
}
.secbox-7new .btn-understand .context {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secbox-7new .btn-understand i {
  font-size: 180%;
  color: #fff;
  margin: 0 0 0 10px;
}

/*20210803修改END*/
/*20190920修改START*/
.secbox-7 {
  background: url(../images/sec07bgss.jpg) top center no-repeat;
  margin: 0 auto;
  padding: 25px 0 0 0;
  overflow: hidden;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .secbox-7 {
    background: url(../images/sec07bg.jpg) top center no-repeat;
    height: 1169px;
    background-size: cover;
  }
}
.secbox-7 img {
  width: 100%;
}
.secbox-7 .littlecc {
  background-color: #ffe4ca;
}
.secbox-7 .cont table {
  width: 90%;
  margin: 20px auto;
  border: #ed7320 4px solid;
}
@media only screen and (min-width: 481px) {
  .secbox-7 .cont table {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-7 .cont table {
    width: 70%;
  }
}
.secbox-7 .cont table th {
  color: #fff;
  font-size: 90%;
  text-align: center;
  background-color: #ed7320;
  border: #ed7320 1px solid;
}
@media only screen and (min-width: 1200px) {
  .secbox-7 .cont table th {
    font-size: 120%;
  }
}
.secbox-7 .cont table td {
  text-align: center;
  font-size: 90%;
  line-height: 1.2;
  background-color: #fff;
  border: #ed7320 1px solid;
}
@media only screen and (min-width: 1200px) {
  .secbox-7 .cont table td {
    font-size: 120%;
    line-height: 1.4;
  }
}
.secbox-7 .pstext {
  width: 70%;
  font-size: 90%;
  line-height: 1.7rem;
  margin: 5px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-7 .pstext {
    width: 90%;
    font-size: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-7 .pstext {
    width: 70%;
    font-size: 100%;
  }
}
.secbox-7 .pstext span {
  color: #d6031b;
  font-weight: bold;
  font-size: 120%;
}
.secbox-7 .textyellow {
  width: 85%;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.8rem;
  color: #ffdd00;
  text-shadow: 1px 1px 0.5px #333;
  text-align: center;
  margin: 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-7 .textyellow {
    width: 80%;
    font-size: 140%;
    margin: 40px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-7 .textyellow {
    width: 70%;
    font-size: 185%;
    line-height: 2.1rem;
    letter-spacing: 2px;
    margin: 60px auto 0 auto;
  }
}

/*20210803修改 START*/
.secbox-sendForm {
  position: relative;
  overflow: hidden;
  background-color: #fefabc;
}
.secbox-sendForm section {
  width: 100%;
  margin: 0 auto 80px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-sendForm section {
    width: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  .secbox-sendForm section {
    width: 100%;
  }
}
.secbox-sendForm section table {
  font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
  background-color: #fff;
  margin: 15px auto;
}
.secbox-sendForm .joinForm {
  background-color: #fff;
}

/*20210803修改 end*/
