@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;
}

* {
  -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%;
}

::-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;
}

header img, .secbox-title-pc img, .secbox-title-mb img, .main-nav img, .secbox-1 img, .secbox-2 img, .secbox-3 img, .secbox-4 img, .secbox-4 .hint img, .secbox-5 img, .secbox-6 img, .secbox-7 img, .secbox-8 img, .secbox-sendForm img {
  width: 100%;
}

.top-link .top-link-nav, .top-link .top-link-nav a, .secbox-7 .table-th {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-go-form, .secbox-2 .tab-content-area, .secbox-3 .list-pc .card, .secbox-3 .list-mb .card, .secbox-3 .card-front, .secbox-3 .card-back, .secbox-3 .card .card-front, .secbox-3 .card .card-back, .secbox-7 .board-container, .secbox-7 .table-th, .secbox-8 .list-student-card, .secbox-8 .author-school dt {
  -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, .main-nav button, .main-nav button label, .main-nav button:hover img, .main-nav button:hover label {
  -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: 480px) {
  .divine-2-box .divine-left {
    float: left;
  }
}
.divine-2-box .divine-right {
  float: none;
}
@media only screen and (min-width: 480px) {
  .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;
  }
}

@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;
  /* 20230608 start */
  font-family: "Arial", "微軟正黑體", "Noto Sans TC", "FontAwesome";
  /* 20230608 end */
  background-color: #fff;
  margin: 0;
  padding: 0;
  z-index: 0;
}

summary::marker {
  font-size: 0;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.show-pc {
  display: none !important;
}
@media only screen and (min-width: 480px) {
  .show-pc {
    display: block !important;
  }
}

.show-mb {
  display: block !important;
}
@media only screen and (min-width: 480px) {
  .show-mb {
    display: none !important;
  }
}

.color-pink {
  color: #d9534f;
}

.color-orange {
  color: #f3a92e;
}

.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: #d61518;
  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: 480px) {
  .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: #d61518 !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: #d61518;
  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: 480px) {
  .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: #d61518 !important;
  background-color: #fff;
}

.top-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 29px;
  color: #fff;
  font-family: "Noto Sans TC", "微軟正黑體";
  background-color: #d61518;
  z-index: 999;
}
@media only screen and (min-width: 480px) {
  .top-link {
    height: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .top-link {
    height: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .top-link {
    height: 27px;
  }
}
@media only screen and (min-width: 1100px) {
  .top-link {
    height: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .top-link {
    height: 37px;
  }
}
.top-link .top-link-nav {
  margin: 6px auto 0 auto;
  justify-content: center;
}
@media only screen and (min-width: 480px) {
  .top-link .top-link-nav {
    margin: 6px 0 0 0;
    justify-content: flex-end;
  }
}
.top-link .top-link-nav a {
  color: #fff;
  font-size: 100%;
  border-right: #fff 1px solid;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .top-link .top-link-nav a {
    font-size: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .top-link .top-link-nav a {
    font-size: 105%;
    letter-spacing: 1px;
    padding: 2px 10px 0 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .top-link .top-link-nav a {
    font-size: 120%;
  }
}
.top-link .top-link-nav a:hover {
  color: #ffcc00 !important;
}
.top-link .top-link-nav a:last-of-type {
  border-right: none;
}
.top-link .top-link-nav dl {
  display: flex;
}
.top-link .top-link-nav dt, .top-link .top-link-nav dd {
  margin: 0 4px;
}
.top-link .top-link-nav dt {
  display: block;
}
@media only screen and (min-width: 480px) {
  .top-link .top-link-nav dt {
    display: block;
  }
}
.top-link .top-link-nav dd span {
  display: none;
}
@media only screen and (min-width: 480px) {
  .top-link .top-link-nav dd span {
    display: inline;
  }
}

header {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 4px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) {
  header {
    padding: 0;
  }
}
header .vbanner-pc {
  display: none;
}
@media only screen and (min-width: 480px) {
  header .vbanner-pc {
    display: block;
  }
}
header .vbanner-mb {
  display: block;
}
@media only screen and (min-width: 480px) {
  header .vbanner-mb {
    display: none;
  }
}
header .btn-area {
  display: block;
  position: absolute;
  top: 8%;
  left: 4%;
  width: 31%;
  height: 12%;
}
@media only screen and (min-width: 480px) {
  header .btn-area {
    top: 9%;
    left: 3.5%;
    width: 16%;
    height: 13%;
  }
}

.edm-wrapper {
  position: relative;
  width: 96%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .edm-wrapper {
    width: 92%;
  }
}
@media only screen and (min-width: 1024px) {
  .edm-wrapper {
    width: 90%;
  }
}

.golden-button {
  display: inline-block;
  touch-action: manipulation;
  outline: none;
  box-sizing: border-box;
  border: none;
  border-radius: 0.3em;
  min-height: 2.75em;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0.2em 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4), inset 0 -2px 5px 1px #8b4208, inset 0 -1px 1px 3px #fae385;
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: #783205;
  text-shadow: 0 2px 2px #fae385;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
}

.golden-button:focus,
.golden-button:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px #fae385;
  border: 1px solid rgba(165, 93, 7, 0.6);
  color: rgba(120, 50, 5, 0.8);
}

.golden-button:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px #fae385;
}

.secbox-title-pc {
  display: none;
}
@media only screen and (min-width: 480px) {
  .secbox-title-pc {
    display: block;
    width: 90%;
    margin: 30px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-title-pc {
    width: 80%;
    margin: 30px auto 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-title-pc {
    width: 85%;
  }
}

.secbox-title-mb {
  display: block;
  width: 98%;
  margin: 5px auto 30px;
}
@media only screen and (min-width: 480px) {
  .secbox-title-mb {
    display: none;
  }
}

.main-nav {
  background-color: #1d2e31;
  padding: 0 0 50px;
}
@media only screen and (min-width: 480px) {
  .main-nav {
    padding: 0 0 70px;
  }
}
@media only screen and (min-width: 1100px) {
  .main-nav {
    padding: 0 0 100px;
  }
}
.main-nav nav {
  display: flex;
  position: relative;
  justify-content: space-evenly;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (min-width: 480px) {
  .main-nav nav {
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .main-nav nav {
    width: 85%;
  }
}
.main-nav button {
  width: calc((100% - 12%) / 6);
  text-align: center;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
@media only screen and (min-width: 480px) {
  .main-nav button {
    width: calc((100% - 36%) / 6);
  }
}
@media only screen and (min-width: 1100px) {
  .main-nav button {
    width: calc((100% - 27%) / 6);
  }
}
.main-nav button img {
  position: relative;
  filter: drop-shadow(0px 0px 50px #ff3737);
}
.main-nav button label {
  display: block;
  position: relative;
  color: #fff;
  font-size: 120%;
  line-height: 1;
  font-weight: 600;
  margin: 5px auto 0;
  z-index: 2;
}
@media only screen and (min-width: 480px) {
  .main-nav button label {
    font-size: 180%;
    line-height: 1.2;
  }
}
.main-nav button:hover img {
  filter: drop-shadow(0px 0px 50px #f0d728);
}
.main-nav button:hover label {
  color: #ffdd1e;
}
.main-nav .underline {
  position: absolute;
  bottom: -15%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 480px) {
  .main-nav .underline {
    bottom: -25%;
  }
}

.secbox-1 {
  position: relative;
  background: linear-gradient(to bottom, #1d2e31, #71b3ab);
  overflow: hidden;
  z-index: 1;
}
.secbox-1 main {
  position: relative;
  padding: 20px 0 25px;
}
@media only screen and (min-width: 480px) {
  .secbox-1 main {
    padding: 25px 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 main {
    padding: 25px 0 60px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-1 main {
    padding: 30px 0 70px;
  }
}
.secbox-1 .box-list-pc {
  display: none;
}
@media only screen and (min-width: 480px) {
  .secbox-1 .box-list-pc {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.secbox-1 .box-list-pc .box {
  width: calc((100% - 6%) / 2);
  margin-bottom: 20px;
}
.secbox-1 .box-list-mb {
  display: block;
}
@media only screen and (min-width: 480px) {
  .secbox-1 .box-list-mb {
    display: none;
  }
}
.secbox-1 .box {
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.5));
}
.secbox-1 .owl-dots {
  margin-top: 30px !important;
}
.secbox-1 .owl-dot span {
  background: #fff !important;
}
.secbox-1 .owl-dot.active span {
  background: #ffdd1e !important;
}

.secbox-2 {
  position: relative;
  background: linear-gradient(to bottom, #71b3ab, #fff 75%);
  z-index: 1;
}
.secbox-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: url(../images/s2_floor.png) bottom center no-repeat;
  background-size: auto 100%;
}
@media only screen and (min-width: 480px) {
  .secbox-2::before {
    background-size: 100% 100%;
  }
}
.secbox-2 main {
  position: relative;
  padding: 20px 0 40px;
}
@media only screen and (min-width: 480px) {
  .secbox-2 main {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2 main {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2 main {
    padding: 30px 0 100px;
  }
}
.secbox-2 .secbox-title-pc {
  margin: 30px auto 0;
}
.secbox-2 .secbox-title-mb {
  margin: 15px auto 10px;
}
.secbox-2 summary {
  width: 80%;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 480px) {
  .secbox-2 summary {
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2 summary {
    width: 40%;
    margin: 0 auto 30px;
  }
}
.secbox-2 aside {
  font-size: 150%;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 480px) {
  .secbox-2 aside {
    width: 80%;
    font-size: 130%;
    margin: 0 auto 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-2 aside {
    width: 90%;
    font-size: 200%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2 aside {
    font-size: 260%;
    margin: 0 auto 10px;
  }
}
.secbox-2 aside span {
  color: #d7171a;
}
.secbox-2 aside label {
  display: block;
}
@media only screen and (min-width: 480px) {
  .secbox-2 aside label {
    display: inline;
  }
}
.secbox-2 p {
  width: 100%;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 480px) {
  .secbox-2 p {
    width: 80%;
    font-size: 110%;
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2 p {
    width: 57%;
    font-size: 200%;
    margin: 0 auto 30px;
  }
}
.secbox-2 p span {
  color: #d7171a;
}
.secbox-2 p label {
  display: block;
}
@media only screen and (min-width: 480px) {
  .secbox-2 p label {
    display: inline;
  }
}
.secbox-2 nav {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 480px) {
  .secbox-2 nav {
    width: 95%;
    flex-wrap: nowrap;
  }
}
.secbox-2 button {
  width: calc((100% - 2%) / 2);
  background: transparent;
  cursor: pointer;
  border: none;
  outline: none;
}
@media only screen and (min-width: 480px) {
  .secbox-2 button {
    width: calc(100% / 4);
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2 button {
    width: calc((100% - 4%) / 4);
  }
}
.secbox-2 .tab-content-area {
  width: 100%;
  height: 0;
  font-size: 120%;
  line-height: 1.3;
  text-align: center;
  background: url(../images/h_mb.png) top center no-repeat;
  background-size: 100% 100%;
  padding: 25px 65px 30%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .secbox-2 .tab-content-area {
    width: 90%;
    font-size: 140%;
    background: url(../images/h_pc.png) top center no-repeat;
    background-size: 100% 100%;
    padding: 20px 40px 13%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-2 .tab-content-area {
    font-size: 160%;
    padding: 30px 40px 11%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2 .tab-content-area {
    width: 85%;
    font-size: 240%;
    padding: 40px 40px 10%;
  }
}
.secbox-2 .tab-content-area span {
  display: block;
  color: #ff0103;
  font-size: 140%;
  font-weight: 600;
}
.secbox-2 .tab-content-area label {
  display: block;
  margin-top: 8px;
}
@media only screen and (min-width: 480px) {
  .secbox-2 .tab-content-area label {
    margin-top: 20px;
  }
}

.secbox-3 {
  position: relative;
  background: linear-gradient(to right, #d3ebef, #fff, #fff, #d3ebef);
  z-index: 1;
}
.secbox-3 main {
  position: relative;
  padding: 20px 0 25px;
}
@media only screen and (min-width: 480px) {
  .secbox-3 main {
    padding: 25px 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3 main {
    padding: 25px 0 60px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3 main {
    padding: 30px 0 70px;
  }
}
.secbox-3 .secbox-title-pc {
  margin: 30px auto 0;
}
.secbox-3 .secbox-title-mb {
  margin: 15px auto 10px;
}
.secbox-3 aside {
  font-size: 150%;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 480px) {
  .secbox-3 aside {
    width: 80%;
    font-size: 130%;
    margin: 0 auto 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3 aside {
    width: 90%;
    font-size: 200%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3 aside {
    font-size: 260%;
    margin: 0 auto 70px;
  }
}
.secbox-3 aside span {
  color: #d7171a;
}
.secbox-3 aside label {
  display: block;
}
@media only screen and (min-width: 480px) {
  .secbox-3 aside label {
    display: inline;
  }
}
.secbox-3 .list-pc {
  display: none;
}
@media only screen and (min-width: 480px) {
  .secbox-3 .list-pc {
    display: flex;
    position: relative;
    width: 96%;
    min-height: 200px;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: no-wrap;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 .list-pc {
    width: 90%;
    min-height: 255px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3 .list-pc {
    min-height: 330px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3 .list-pc {
    min-height: 430px;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3 .list-pc {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-3 .list-pc {
    min-height: 590px;
  }
}
.secbox-3 .list-pc .card {
  position: relative;
  width: calc((100% - 20px) / 5);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .secbox-3 .list-pc .card {
    width: calc((100% - 18%) / 3);
  }
}
.secbox-3 .list-mb {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 480px) {
  .secbox-3 .list-mb {
    display: none;
  }
}
.secbox-3 .list-mb .card {
  position: relative;
  width: 80%;
  height: 0;
  padding-bottom: 124%;
  margin: 0 auto;
  cursor: pointer;
}
.secbox-3 .card-front {
  z-index: 999;
}
.secbox-3 .card-back {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  z-index: 999;
}
.secbox-3 .card .card-front, .secbox-3 .card .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 20px;
  -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;
}
.secbox-3 .flip .card-front {
  z-index: 999;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.secbox-3 .flip .card-back {
  z-index: 999;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.secbox-3 .owl-dots {
  margin-top: -70px !important;
}
.secbox-3 .owl-dot span {
  background: #799f20 !important;
}
.secbox-3 .owl-dot.active span {
  background: #ffdd1e !important;
}
.secbox-3 .gph-txt {
  position: relative;
  width: 75%;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
  .secbox-3 .gph-txt {
    width: 55%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3 .gph-txt {
    margin: 0 auto 80px;
  }
}
.secbox-3 .btn-area {
  width: 65%;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 480px) {
  .secbox-3 .btn-area {
    width: 32%;
  }
}
.secbox-3 .golden-button {
  color: #401616;
  font-size: 130%;
  font-weight: 700;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .secbox-3 .golden-button {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3 .golden-button {
    font-size: 225%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-3 .golden-button {
    font-size: 265%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-3 .golden-button {
    font-size: 320%;
  }
}

.secbox-4 {
  position: relative;
  background: linear-gradient(to right, #d3ebef, #fff, #fff, #d3ebef);
  z-index: 1;
}
.secbox-4 .edm-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .secbox-4 .edm-wrapper {
    width: 92%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-4 .edm-wrapper {
    width: 90%;
  }
}
.secbox-4 main {
  position: relative;
  padding: 20px 0 25px;
}
@media only screen and (min-width: 480px) {
  .secbox-4 main {
    padding: 25px 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-4 main {
    padding: 25px 0 60px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-4 main {
    padding: 30px 0 70px;
  }
}
.secbox-4 .secbox-title-pc {
  margin: 30px auto 25px;
}
.secbox-4 .secbox-title-mb {
  margin: 15px auto 10px;
}
.secbox-4 summary {
  width: 80%;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 480px) {
  .secbox-4 summary {
    width: 40%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-4 summary {
    width: 35%;
  }
}
.secbox-4 .drag-window {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  overflow-x: auto;
}
@media only screen and (min-width: 480px) {
  .secbox-4 .drag-window {
    margin: 0 auto;
    overflow-x: none;
  }
}
.secbox-4 .hint {
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: baseline;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .secbox-4 .hint {
    display: none;
    margin: 0 auto 20px;
  }
}
.secbox-4 .hint aside {
  width: 15%;
  margin: 0 5px 0 0;
}
.secbox-4 .hint figure {
  color: #ae1d00;
  font-size: 90%;
  line-height: 1.2;
  font-weight: 700;
}
.secbox-4 .gph-compare {
  width: 720px;
  margin: 10px auto;
}
@media only screen and (min-width: 1100px) {
  .secbox-4 .gph-compare {
    width: 100%;
  }
}
.secbox-4 .gph-txt {
  position: relative;
  width: 75%;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
  .secbox-4 .gph-txt {
    width: 70%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-4 .gph-txt {
    margin: 0 auto 80px;
  }
}

.secbox-5 {
  position: relative;
  background: linear-gradient(to right, #d3ebef, #fff, #fff, #d3ebef);
  z-index: 1;
}
.secbox-5 .edm-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .secbox-5 .edm-wrapper {
    width: 92%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .edm-wrapper {
    width: 90%;
  }
}
.secbox-5 main {
  position: relative;
  padding: 20px 0 25px;
}
@media only screen and (min-width: 480px) {
  .secbox-5 main {
    padding: 25px 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 main {
    padding: 25px 0 60px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 main {
    padding: 30px 0 70px;
  }
}
.secbox-5 .secbox-title-pc {
  margin: 30px auto 25px;
}
.secbox-5 .secbox-title-mb {
  margin: 15px auto 10px;
}
.secbox-5 .group-area {
  position: relative;
  z-index: 2;
  margin: 0 auto 130px;
}
@media only screen and (min-width: 480px) {
  .secbox-5 .group-area {
    margin: 0 auto 160px;
  }
}
.secbox-5 .group-area::before {
  content: "";
  position: absolute;
  bottom: -55%;
  left: 0;
  width: 100%;
  height: 70%;
  background: url(../images/s5_bg.png) bottom center no-repeat;
  background-size: auto 100%;
}
@media only screen and (min-width: 480px) {
  .secbox-5 .group-area::before {
    bottom: -70%;
    height: 85%;
    background-size: 100% 100%;
  }
}
.secbox-5 .group-list {
  display: flex;
  width: 90%;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 100px;
}
@media only screen and (min-width: 480px) {
  .secbox-5 .group-list {
    width: 85%;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.secbox-5 .group-item {
  position: relative;
  width: calc(100% / 2);
}
@media only screen and (min-width: 480px) {
  .secbox-5 .group-item {
    width: calc((100% - 10%) / 4);
  }
}
@media only screen and (min-width: 480px) {
  .secbox-5 .group-item:nth-of-type(even) {
    bottom: -50px;
  }
}
.secbox-5 .btn-area {
  position: relative;
  width: 65%;
  margin: 0 auto 40px;
  z-index: 3;
}
@media only screen and (min-width: 480px) {
  .secbox-5 .btn-area {
    width: 32%;
  }
}
.secbox-5 .golden-button {
  color: #401616;
  font-size: 130%;
  font-weight: 700;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .golden-button {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 .golden-button {
    font-size: 225%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-5 .golden-button {
    font-size: 265%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-5 .golden-button {
    font-size: 320%;
  }
}

.secbox-6 {
  position: relative;
  z-index: 1;
}
.secbox-6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/s6_bg.png) top center no-repeat;
  background-size: auto 100%;
}
@media only screen and (min-width: 480px) {
  .secbox-6::before {
    background-size: 100% 100%;
  }
}
.secbox-6 .edm-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .secbox-6 .edm-wrapper {
    width: 92%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-6 .edm-wrapper {
    width: 90%;
  }
}
.secbox-6 main {
  position: relative;
  padding: 20px 0 25px;
}
@media only screen and (min-width: 480px) {
  .secbox-6 main {
    padding: 25px 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-6 main {
    padding: 25px 0 60px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-6 main {
    padding: 30px 0 70px;
  }
}
.secbox-6 .secbox-title-pc {
  margin: 30px auto 25px;
}
.secbox-6 .secbox-title-mb {
  margin: 15px auto 10px;
}
.secbox-6 aside {
  color: #fff003;
  font-size: 170%;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 480px) {
  .secbox-6 aside {
    width: 80%;
    font-size: 170%;
    margin: 0 auto 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-6 aside {
    width: 90%;
    font-size: 240%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-6 aside {
    font-size: 300%;
    margin: 0 auto 70px;
  }
}
.secbox-6 .list-teacher {
  position: relative;
  width: 80%;
  margin: 0 auto 40px;
}
.secbox-6 .list-teacher .item {
  position: relative;
  margin: 0;
}
.secbox-6 .owl-prev, .secbox-6 .owl-next {
  position: absolute;
  top: 35%;
}
.secbox-6 .owl-prev span, .secbox-6 .owl-next span {
  color: #fff;
  font-size: 600%;
}
.secbox-6 .owl-prev {
  left: -15%;
}
@media only screen and (min-width: 480px) {
  .secbox-6 .owl-prev {
    left: -5%;
  }
}
.secbox-6 .owl-next {
  right: -15%;
}
@media only screen and (min-width: 480px) {
  .secbox-6 .owl-next {
    right: -5%;
  }
}
.secbox-6 .owl-dot span {
  background: #fff !important;
}
.secbox-6 .owl-dot.active span {
  background: #ffdd1e !important;
}
.secbox-6 .gph-txt {
  position: relative;
  width: 75%;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
  .secbox-6 .gph-txt {
    width: 55%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-6 .gph-txt {
    margin: 0 auto 80px;
  }
}

.secbox-7 {
  position: relative;
  background: linear-gradient(to right, #d3ebef, #fff, #fff, #d3ebef);
  z-index: 1;
}
.secbox-7 .edm-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .secbox-7 .edm-wrapper {
    width: 92%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-7 .edm-wrapper {
    width: 90%;
  }
}
.secbox-7 main {
  position: relative;
  padding: 20px 0 10px;
}
@media only screen and (min-width: 480px) {
  .secbox-7 main {
    padding: 25px 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-7 main {
    padding: 25px 0 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-7 main {
    padding: 30px 0 40px;
  }
}
.secbox-7 .secbox-title-pc {
  margin: 30px auto 25px;
}
.secbox-7 .secbox-title-mb {
  margin: 15px auto 10px;
}
.secbox-7 p {
  font-size: 110%;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 5px;
}
@media only screen and (min-width: 480px) {
  .secbox-7 p {
    width: 80%;
    font-size: 130%;
    margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-7 p {
    width: 90%;
    font-size: 200%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-7 p {
    font-size: 300%;
  }
}
.secbox-7 p span {
  color: #ff0000;
}
.secbox-7 p label {
  display: block;
}
@media only screen and (min-width: 480px) {
  .secbox-7 p label {
    display: inline;
  }
}
.secbox-7 .board-container {
  position: relative;
  width: 100%;
  min-height: 665px;
  padding: 95px 0 0;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .secbox-7 .board-container {
    width: 90%;
    min-height: 1275px;
    padding: 130px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-7 .board-container {
    width: 98%;
    min-height: 485px;
    padding: 70px 0 0;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-7 .board-container {
    min-height: 655px;
    padding: 110px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-7 .board-container {
    min-height: 765px;
    padding: 140px 0 0;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-7 .board-container {
    min-height: 910px;
  }
}
.secbox-7 .board-container::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/s7_board_mb.png) top center no-repeat;
  background-size: 100% !important;
  z-index: -1;
}
@media only screen and (min-width: 480px) {
  .secbox-7 .board-container::before {
    top: -80px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-7 .board-container::before {
    top: -110px;
    height: 120%;
    background: url(../images/s7_board_pc.png) top center no-repeat;
    background-size: 100% !important;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-7 .board-container::before {
    top: -125px;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-7 .board-container::before {
    top: -145px;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-7 .board-container::before {
    top: -195px;
  }
}
.secbox-7 .board-container .show-pc {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .secbox-7 .board-container .show-pc {
    display: flex !important;
  }
}
.secbox-7 .board-container .show-mb {
  display: flex !important;
}
@media only screen and (min-width: 1024px) {
  .secbox-7 .board-container .show-mb {
    display: none !important;
  }
}
.secbox-7 .table-th {
  width: 60%;
  color: #fff;
  font-size: 90%;
  text-align: center;
  background-color: #656565;
  padding: 8px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .secbox-7 .table-th {
    font-size: 90%;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-7 .table-th {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-7 .table-th {
    font-size: 130%;
    padding: 15px 0;
  }
}
.secbox-7 .table-th.show-pc div:nth-of-type(1) {
  width: 9%;
}
.secbox-7 .table-th.show-pc div:nth-of-type(2) {
  width: 11%;
}
.secbox-7 .table-th.show-pc div:nth-of-type(3) {
  width: 30%;
}
.secbox-7 .table-th.show-pc div:nth-of-type(4) {
  width: 9%;
}
.secbox-7 .table-th.show-pc div:nth-of-type(5) {
  width: 11%;
}
.secbox-7 .table-th.show-pc div:nth-of-type(6) {
  width: 30%;
}
.secbox-7 .table-th.show-mb div:nth-of-type(1) {
  width: 30%;
}
.secbox-7 .table-th.show-mb div:nth-of-type(2) {
  width: 20%;
}
.secbox-7 .table-th.show-mb div:nth-of-type(3) {
  width: 50%;
}
.secbox-7 .table-mask {
  position: relative;
  width: 60%;
  min-height: 465px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 480px) {
  .secbox-7 .table-mask {
    min-height: 875px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-7 .table-mask {
    min-height: 270px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-7 .table-mask {
    min-height: 370px;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-7 .table-mask {
    min-height: 440px;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-7 .table-mask {
    min-height: 530px;
  }
}
.secbox-7 .table-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.secbox-7 .table-container.show-pc td:nth-of-type(1) {
  width: 9%;
}
.secbox-7 .table-container.show-pc td:nth-of-type(2) {
  width: 11%;
}
.secbox-7 .table-container.show-pc td:nth-of-type(3) {
  width: 30%;
}
.secbox-7 .table-container.show-pc td:nth-of-type(4) {
  width: 9%;
}
.secbox-7 .table-container.show-pc td:nth-of-type(5) {
  width: 11%;
}
.secbox-7 .table-container.show-pc td:nth-of-type(6) {
  width: 30%;
}
.secbox-7 .table-container.show-mb td:nth-of-type(1) {
  width: 30%;
}
.secbox-7 .table-container.show-mb td:nth-of-type(2) {
  width: 20%;
}
.secbox-7 .table-container.show-mb td:nth-of-type(3) {
  width: 50%;
}
.secbox-7 table {
  border: none !important;
}
.secbox-7 td {
  color: #fff;
  font-size: 90%;
  text-align: center;
  padding: 8px 0;
  border: none !important;
}
@media only screen and (min-width: 480px) {
  .secbox-7 td {
    font-size: 90%;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-7 td {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-7 td {
    font-size: 110%;
    padding: 10px 8px;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-7 td {
    font-size: 130%;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-7 td {
    font-size: 150%;
  }
}
.secbox-7 td span {
  color: #18212a;
  background-color: #fff003;
  font-weight: 700;
  padding: 5px 10px;
}
.secbox-7 .table-ani-moveUpDown {
  animation: moveUpDown-mb 60s linear infinite normal;
}
@media only screen and (min-width: 1024px) {
  .secbox-7 .table-ani-moveUpDown {
    animation: moveUpDown-pc 50s linear infinite normal;
  }
}
@keyframes moveUpDown-mb {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes moveUpDown-pc {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.secbox-8 {
  position: relative;
  background: linear-gradient(to right, #d3ebef, #fff, #fff, #d3ebef);
  z-index: 1;
}
.secbox-8::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/s8_bg_mb.png) bottom center no-repeat;
  background-size: 100% !important;
}
@media only screen and (min-width: 480px) {
  .secbox-8::before {
    background: url(../images/s8_bg.png) bottom center no-repeat;
  }
}
.secbox-8::after {
  display: none;
}
@media only screen and (min-width: 480px) {
  .secbox-8::after {
    display: block;
    content: "";
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s8_deco.png) top center no-repeat;
    background-size: 100% !important;
    z-index: -1;
  }
}
.secbox-8 .edm-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .secbox-8 .edm-wrapper {
    width: 92%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-8 .edm-wrapper {
    width: 90%;
  }
}
.secbox-8 main {
  position: relative;
  padding: 20px 0 125px;
}
@media only screen and (min-width: 480px) {
  .secbox-8 main {
    padding: 25px 0 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-8 main {
    padding: 25px 0 120px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-8 main {
    padding: 30px 0 170px;
  }
}
.secbox-8 .secbox-title-pc {
  margin: 30px auto 25px;
}
.secbox-8 .secbox-title-mb {
  margin: 15px auto 10px;
}
.secbox-8 .list-student {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 1600px) {
  .secbox-8 .list-student {
    width: 90%;
  }
}
.secbox-8 .list-student-card {
  min-height: 450px;
  background: url(../images/s8_board_mb.png) top center no-repeat;
  background-size: 100% 100%;
  padding: 60px 40px 40px;
}
@media only screen and (min-width: 768px) {
  .secbox-8 .list-student-card {
    min-height: 800px;
    padding: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-8 .list-student-card {
    min-height: 400px;
    background: url(../images/s8_board.png) top center no-repeat;
    background-size: 100% 100%;
    padding: 70px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-8 .list-student-card {
    min-height: 500px;
    padding: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-8 .list-student-card {
    min-height: 550px;
    padding: 95px;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-8 .list-student-card {
    min-height: 650px;
    padding: 110px;
  }
}
.secbox-8 .owl-prev, .secbox-8 .owl-next {
  position: absolute;
  top: 35%;
}
.secbox-8 .owl-prev span, .secbox-8 .owl-next span {
  color: #fff;
  font-size: 600%;
}
.secbox-8 .owl-prev {
  left: -15%;
}
@media only screen and (min-width: 480px) {
  .secbox-8 .owl-prev {
    left: -5%;
  }
}
.secbox-8 .owl-next {
  right: -15%;
}
@media only screen and (min-width: 480px) {
  .secbox-8 .owl-next {
    right: -5%;
  }
}
.secbox-8 .owl-dot span {
  background: #9e9e9e !important;
}
.secbox-8 .owl-dot.active span {
  background: #ffdd1e !important;
}
.secbox-8 .article-title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .secbox-8 .article-title {
    margin-bottom: 10px;
  }
}
.secbox-8 .article-title label {
  color: #023f44;
  font-size: 160%;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 480px) {
  .secbox-8 .article-title label {
    font-size: 220%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-8 .article-title label {
    font-size: 250%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-8 .article-title label {
    font-size: 300%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-8 .article-title label {
    font-size: 330%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-8 .article-title label {
    font-size: 370%;
  }
}
.secbox-8 .article-title span {
  color: #0769ef;
  font-size: 130%;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (min-width: 480px) {
  .secbox-8 .article-title span {
    font-size: 150%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-8 .article-title span {
    font-size: 200%;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-8 .article-title span {
    font-size: 250%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-8 .article-title span {
    font-size: 270%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-8 .article-title span {
    font-size: 300%;
  }
}
.secbox-8 .article-author {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .secbox-8 .article-author {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-8 .article-author {
    margin-bottom: 40px;
  }
}
.secbox-8 .author-name, .secbox-8 .author-school {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.secbox-8 .author-school {
  align-items: flex-start;
}
.secbox-8 .author-name dt {
  color: #47180d;
  font-size: 150%;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (min-width: 480px) {
  .secbox-8 .author-name dt {
    font-size: 250%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-8 .author-name dt {
    font-size: 300%;
  }
}
.secbox-8 .author-name dd {
  color: #47180d;
  font-size: 120%;
  line-height: 1.2;
  margin-left: 15px;
}
@media only screen and (min-width: 480px) {
  .secbox-8 .author-name dd {
    font-size: 190%;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-8 .author-name dd {
    font-size: 220%;
  }
}
.secbox-8 .author-school dt {
  min-width: 17%;
  color: #fff;
  background-color: #008da8;
  font-size: 90%;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  padding: 8px 10px;
  border-radius: 10px;
}
@media only screen and (min-width: 480px) {
  .secbox-8 .author-school dt {
    min-width: 14%;
    font-size: 160%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-8 .author-school dt {
    min-width: 10%;
    font-size: 200%;
  }
}
.secbox-8 .author-school dd {
  color: #008da8;
  font-size: 140%;
  line-height: 1.2;
  font-weight: 600;
  margin-left: 15px;
}
@media only screen and (min-width: 480px) {
  .secbox-8 .author-school dd {
    font-size: 200%;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-8 .author-school dd {
    font-size: 240%;
    margin-left: 30px;
  }
}
.secbox-8 .author-school dd span {
  color: #ff0000;
}
.secbox-8 p {
  font-size: 130%;
  line-height: 1.4;
}
@media only screen and (min-width: 414px) {
  .secbox-8 p {
    font-size: 150%;
  }
}
@media only screen and (min-width: 480px) {
  .secbox-8 p {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-8 p {
    font-size: 180%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-8 p {
    font-size: 200%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-8 p {
    font-size: 220%;
  }
}
.secbox-8 p span {
  color: #ff0000;
}
.secbox-8 .gph-txt {
  position: relative;
  width: 75%;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
  .secbox-8 .gph-txt {
    width: 70%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-8 .gph-txt {
    margin: 0 auto 80px;
  }
}
.secbox-8 .btn-area {
  position: relative;
  width: 55%;
  margin: 0 auto 40px;
  z-index: 3;
}
@media only screen and (min-width: 480px) {
  .secbox-8 .btn-area {
    width: 28%;
  }
}
.secbox-8 .golden-button {
  color: #401616;
  font-size: 130%;
  font-weight: 700;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .secbox-8 .golden-button {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-8 .golden-button {
    font-size: 225%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-8 .golden-button {
    font-size: 265%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-8 .golden-button {
    font-size: 320%;
  }
}

.secbox-sendForm {
  position: relative;
  color: #000;
  background-color: #642c19;
  z-index: 1;
}
.secbox-sendForm::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 85%;
  background: #fff;
}
@media only screen and (min-width: 480px) {
  .secbox-sendForm::before {
    top: 18%;
    height: 80%;
    background: url(../images/ticket.png) top center no-repeat;
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-sendForm::before {
    top: 20%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-sendForm::before {
    top: 22%;
    height: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-sendForm::before {
    top: 24%;
  }
}
@media only screen and (min-width: 1920px) {
  .secbox-sendForm::before {
    top: 25%;
  }
}
.secbox-sendForm main {
  position: relative;
  padding: 20px 0 25px;
}
@media only screen and (min-width: 480px) {
  .secbox-sendForm main {
    padding: 25px 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-sendForm main {
    padding: 25px 0 60px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-sendForm main {
    padding: 30px 0 70px;
  }
}
.secbox-sendForm .secbox-title-pc {
  margin: 30px auto 35px;
}
.secbox-sendForm .secbox-title-mb {
  margin: 15px auto 20px;
}
.secbox-sendForm .secbox-sendForm-area {
  width: 96%;
  border: #00980b 2px solid;
  border-radius: 35px;
  padding: 8px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .secbox-sendForm .secbox-sendForm-area {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-sendForm .secbox-sendForm-area {
    width: 96%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-sendForm .secbox-sendForm-area {
    padding: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .secbox-sendForm .secbox-sendForm-area {
    padding: 20px;
  }
}
.secbox-sendForm hr {
  display: none;
}
.secbox-sendForm .red_word {
  color: #000;
  font-size: 120%;
  line-height: 1.2;
}
.secbox-sendForm .joinForm {
  color: #000;
  font-size: 130%;
  line-height: 1.2;
  background-color: #fff;
  margin: 10px auto !important;
}
.secbox-sendForm .send a {
  position: relative;
  width: 65%;
  color: #fff;
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans TC";
  background: #799f20;
  cursor: pointer;
  padding: 4.5% 10%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .secbox-sendForm .send a {
    width: 30%;
    font-size: 100%;
    padding: 4.5% 10%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-sendForm .send a {
    width: 30%;
    font-size: 120%;
    padding: 1.5% 5%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-sendForm .send a {
    font-size: 140%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-sendForm .send a {
    width: 25%;
    font-size: 160%;
  }
}
.secbox-sendForm .send a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #799f20;
  box-shadow: 0 28px 45px rgba(0, 0, 0, 0.13);
  z-index: -1;
}
.secbox-sendForm .send a:hover {
  background-color: #79ad01;
}
.secbox-sendForm .joinForm-tip {
  color: #000;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .secbox-sendForm .joinForm-tip {
    font-size: 120%;
    letter-spacing: 1px;
  }
}
.secbox-sendForm .joinForm-tip a {
  color: #d61518;
}
.secbox-sendForm #personLawUrl{
  color: #ffc028;
}
