@charset "UTF-8";
/* 20220721 start */
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
/* 20220721 end */
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;
}

.secbox-3 section {
  display: block;
}
@media only screen and (min-width: 481px) {
  .secbox-3 section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}

/* 20220721 start */
.secbox-2 .school, .secbox-4 .list, .secbox-5 dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
/* 20220721 end */

.btn-top, .btn-top:active, .btn-top:focus, .btn-go,.btn-home, header, .secbox-1 .list li, .secbox-1 .front, .secbox-1 .back, .secbox-1 .card .front, .secbox-1 .card .back, .secbox-4 .list li, .secbox-4 .front, .secbox-4 .back, .secbox-4 .card .front, .secbox-4 .card .back {
  -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,.btn-home, .btn-home:hover {
  -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;
}


/* 20200923 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: #d61518;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
  -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;
}
@media only screen and (min-width: 481px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 65px;
    right: 15px;
    width: 55px;
    height: 55px;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 90px;
    right: 25px;
    width: 60px;
    height: 60px;
    padding: 25px 0;
  }
}

.btn-top:hover {
  color: #d61518 !important;
  background-color:#fff;
  -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;
}

.btn-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
	-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;
}
.btn-top.cd-fade-out {
  opacity: 1;
  -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;
}

.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;
  box-sizing: border-box;
  -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;
}
@media only screen and (min-width: 481px) {
  .btn-go-form {
    bottom: 10px;
    right: 15px;
    width: 55px;
    height: 55px;
    font-size: 95%;
    padding: 8px 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-go-form {
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    font-size: 110%;
    padding:12px 0 20px 0;
  }
}

.btn-go-form:hover {
  color: #d61518 !important;
  background-color:#fff;
  -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;
}

/* 置頂連結 */
.top-link {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	color: #fff;
	background-color: #d61518;
	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-nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 8px;
}
@media only screen and (min-width: 481px) {
  .top-link-nav {
    margin: 0;
    justify-content: flex-end;
  }
}

.top-link-nav a {
  display: flex;
  color: #fff;
  font-size: 85%;
  padding: 0 10px;
  border-right: #fff 1px solid;
}
@media only screen and (min-width: 481px) {
  .top-link-nav a {
    font-size: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .top-link-nav a {
    font-size: 100%;
  }
}

.top-link-nav a:hover {
  color: #000 !important;
}
.top-link-nav a:last-of-type {
  border-right: none;
}
.top-link-nav a dt, dd {
  margin: 0 4px;
}
/* 20200923 end */




header {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 110.5%;
  background: url(../images/banner_phone.png) no-repeat top center;
  background-size: cover;
  margin: 0px auto;
}
@media only screen and (min-width: 481px) {
  header {
    height: 0;
    padding-bottom: 39.5%;
    background: url(../images/banner.png) no-repeat top center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1100px) {
  header {
	position: relative;
	margin: 0px auto;
	width: 100%;
	padding-bottom: 39.5%;
    background: url(../images/banner.png) no-repeat top center;
	background-size: cover;
  }
}

.edm-wrapper-header {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper-header {
    height: 0;
    padding-bottom: 59.5%;
  }
}
/*20190408 修改start*/
@media only screen and (min-width: 1100px) {
  .edm-wrapper-header {
    width: 100%;
    height: 724px;
    padding: 0;
  }
}
/*20190408 修改end*/
.edm-wrapper-header img {
  width: 100%;
}

.edm-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper {
    width: 1100px;
  }
}

.btn-logo-daso {
  display: block;
    position: absolute;
    top: 7.5%;
    left: 14%;
    width: 38%;
    height: 15%;
    opacity: 1;
}
@media only screen and (min-width: 481px) {
  .btn-logo-daso {
    top: 4.5%;
    left: 19.5%;
    width: 14%;
    height: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .btn-logo-daso {
    top: 4.5%;
    left: 19.5%;
    width: 14%;
    height: 10%;
  }
}
/*20190408 修改start*/
@media only screen and (min-width: 1100px) {
  .btn-logo-daso {
    top: 4.5%;
    left: 3.5%;
    width: 14%;
    height: 16%;    
  }
}
/*20190408 修改end*/
.btn-logo-daso img {
  width: 100%;
}

.btn-logo-byone {
  display: block;
  position: absolute;
  top: 8.5%;
  left: 40%;
  width: 30%;
  height: 10%;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .btn-logo-byone {
    top: 4.5%;
    left: 19%;
    width: 14%;
    height: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .btn-logo-byone {
    top: 4.5%;
    left: 19%;
    width: 14%;
    height: 10%;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-logo-byone {
    top: 4.5%;
    left: 19%;
    width: 14%;
    height: 10%;
  }
}
.btn-logo-byone img {
  width: 100%;
}

.secbox-1 {
  position: relative;
}
.secbox-1 img {
  width: 100%;
}
.secbox-1 main {
  padding: 25px 0;
}


.title-style {
  /* 20220721 start */
  position: relative;
  display: block;
  width: 75%;
  color: rgb(1,81,118);
  font-weight: bolder;
  font-size: 150%;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 20px auto;
  /* 20220721 end */
}
@media only screen and (min-width: 481px) {
  .title-style {
    width: 80%;
    font-size: 150%;
    margin: 40px auto 30px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .title-style {
    font-size: 250%;
    width: 96%;
    margin: 45px auto 40px auto;
    line-height: 1.3;
  }
}

.title-style label {
  /* 20220721 start */
  /* 20220728 start */
  display: block;
  /* 20220728 end */
  /* 20220721 end */
}
@media only screen and (min-width: 481px) {
  .title-style label {
    /* 20220721 start */
  /* 20220728 start */
    display: inline;
    /* 20220728 end */
    /* 20220721 end */
  }
}

.title-style i {
  margin: 0 10px 0 0;
}
.title-style img{
		width:13%;
	}
@media only screen and (min-width: 481px) {
	.title-style img{
		width:9%;
	}
  .secbox-1 main {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
	.title-style img{
		width:9%;
	}
  .secbox-1 main {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
	.title-style img{
		width:9%;
	}
  .secbox-1 main {
    padding: 60px 0;
  }
}
.secbox-1 .title {
  position: relative;
  width: 90%;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .title {
    width: 85%;
    margin: 0 auto 15px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .title {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .title {
    width: 773px;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-1 .title {
    width: 773px;
    margin: 0 auto 30px auto;
  }
}
.secbox-1 .title aside {
  width: 95px;
  margin: 0 auto 0 0;
}
.secbox-1 .title .title-txt {
  font-size: 145%;
  line-height: 1.1;
  font-family: "Century Gothic", "Arial", "微軟正黑體";
}
@media only screen and (min-width: 481px) {
  .secbox-1 .title .title-txt {
    font-size: 190%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .title .title-txt {
    font-size: 226%;
  }
}
.secbox-1 .title label {
  font-size: 70%;
}
.secbox-1 .title span:nth-of-type(1) {
  color: #569300;
}
.secbox-1 .title span:nth-of-type(2) {
  color: #bf0000;
}

.secbox-1 p {
  /* 20220721 start */
  width: 90%;
  font-size: 105%;
  line-height: 1.6;
  font-family: "Century Gothic", "微軟正黑體";
  margin: 0 auto 25px auto;
  /* 20220721 end */
}
@media only screen and (min-width: 481px) {
  .secbox-1 p {
    width: 85%;
    font-size: 100%;
    line-height: 1.6;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 p {
    width: 90%;
    font-size: 110%;
    line-height: 1.6;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 p {
    width: 88%;
    font-size: 160%;
    line-height: 1.6;
  }
}

.secbox-1 p span {
  color: #da0000;
}

.secbox-1 .gph1, .secbox-1 .gph2 {
	display:none;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .gph1 , .secbox-1 .gph2 {
	  display:block;
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .gph1 , .secbox-1 .gph2 {
	  display:block;
    width: 90%;
  }
}


.secbox-1 .gph1-1, .secbox-1 .gph2-1 {
  /* 20220721 start */
	display: block;
  width: 90%;
  margin: 0 auto 30px auto;
  /* 20220721 end */
}
@media only screen and (min-width: 481px) {
  .secbox-1 .gph1-1 , .secbox-1 .gph2-1 {
	  display:none;
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .gph1-1 , .secbox-1 .gph2-1 {
	  display:none;
    width: 73%;
  }
}

.secbox-2 {
	  position: relative;
	  background: url(../images/s2bg-1.png) no-repeat top center;
}
  
.s2btn {
  /* 20220721 start */
  width: 9em;
  color:#fff;
  font-size: 130%;
  text-align: center;
  border: #fff 1px solid;
  margin: 130px auto 60px auto;
  padding: 15px 10px;
  cursor: pointer;
  /* 20220721 end */
}
.s2btn:hover{
  border: #ffff00 1px solid;
  color:#ffff00;
}
@media only screen and (min-width: 481px) {
	.secbox-2 {
	  position: relative;
	  background: url(../images/s2bg-1.png) no-repeat top center;
	}
	.s2btn{
		margin:240px auto 60px auto;
		border: #fff 1px solid;
		width: 9em;
		color:#fff;
		padding:10px 10px;
		font-size:130%;
		text-align: center;
		cursor:pointer;
	}
}
@media only screen and (min-width: 768px) {
	.secbox-2 {
	  position: relative;
	  background: url(../images/s2bg.png) no-repeat top center;
	}
	.s2btn{
		margin:240px auto 60px auto;
		border: #fff 1px solid;
		width: 9em;
		color:#fff;
		padding:1% 3%;
		font-size:150%;
		text-align: center;
		cursor:pointer;
	}
}
@media only screen and (min-width: 1024px) {
	.secbox-2 {
	  position: relative;
	  background: url(../images/s2bg.png) no-repeat top center;
	}
	.s2btn{
		margin:170px auto 60px auto;
		border: #fff 1px solid;
		width: 9em;
		color:#fff;
		padding:1% 3%;
		font-size:150%;
		text-align: center;
		cursor:pointer;
	}
}
.secbox-2 main {
  padding: 25px 0;
}
@media only screen and (min-width: 481px) {
  .secbox-2 main {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2 main {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-2 main {
    padding: 60px 0;
  }
}
.secbox-2 .title {
  position: relative;
  width: 90%;
  margin: 0 auto 25px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-2 .title {
    width: 85%;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2 .title {
    width: 90%;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-2 .title {
    width: 773px;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2 .title {
    width: 773px;
    margin: 0 auto 50px auto;
  }
}
.secbox-2 .title aside {
  width: 95px;
  margin: 0 auto 0 0;
}
.secbox-2 .title .title-txt {
  font-size: 145%;
  line-height: 1.1;
  font-family: "Century Gothic", "Arial", "微軟正黑體";
}
@media only screen and (min-width: 481px) {
  .secbox-2 .title .title-txt {
    font-size: 190%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2 .title .title-txt {
    font-size: 226%;
  }
}
.secbox-2 .title span {
  color: #569300;
}


.secbox-2 p {
  /* 20220721 start */
  width: 90%;
  font-size: 105%;
  line-height: 1.6;
  font-family: "Century Gothic", "微軟正黑體";
  margin: 0 auto 25px auto;
  /* 20220721 end */
}
@media only screen and (min-width: 481px) {
  .secbox-2 p {
    width: 85%;
    font-size: 100%;
    line-height: 1.6;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2 p {
    width: 90%;
    font-size: 110%;
    line-height: 1.6;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-2 p {
    width: 88%;
    font-size: 155%;
    line-height: 1.5;
  }
}

.secbox-2 p span {
  color: #da0000;
}

.secbox-1 .list {
  /* 20220721 start */
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  /* 20220721 end */
}
@media only screen and (min-width: 481px) {
  .secbox-1 .list {
    /* 20220721 start:刪除清空 */
    /* 20220721 end */
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .list {
    /* 20220721 start */
    width: 96%;
    /* 20220721 end */
  }
}

.secbox-1 .list li {
  /* 20220721 start */
  position: relative;
  width: 70%;
  height: 0;
  padding: 0 0 78% 0;
  margin: 0 auto;
  -webkit-perspective: 300px;
  perspective: 300px;
  cursor: pointer;
  /* 20220721 end */
}
@media only screen and (min-width: 481px) {
  .secbox-1 .list li {
    /* 20220721 start */
    width: 100%;
    height: 0;
    padding: 0 0 120% 0;
    /* 20220721 end */
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .list li {
    /* 20220721 start:刪除清空 */
    /* 20220721 end */
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .list li {
    /* 20220721 start */
    width: 90%;
    height: 0;
    padding: 0 0 115% 0;
    /* 20220721 end */
  }
}

.secbox-1 .list li figure {
  /* 20220721 start */
  width: 60%;
  margin: 0 auto;
  /* 20220721 end */
}
@media only screen and (min-width: 481px) {
  .secbox-1 .list li figure {
    /* 20220721 start */
    width: 55%;
    /* 20220721 end */
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .list li figure {
    /* 20220721 start */
    width: 60%;
    /* 20220721 end */
  }
}

.secbox-1 .list li figcaption {
  color: #303e3e;
  font-size: 150%;
  font-weight: bold;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .list li figcaption {
    font-size: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .list li figcaption {
    font-size: 160%;
    margin: 0 auto 10px auto;
  }
}
.secbox-1 .list li aside {
  display: block;
  font-size: 130%;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .list li aside {
    font-size: 80%;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .list li aside {
    font-size: 130%;
    margin: 0 auto 20px auto;
  }
}
.secbox-1 .list li a {
  display: block;
  width: 35%;
  color: #fff;
  font-size: 55%;
  background-color: #bda16a;
  padding: 4px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .list li a {
    width: 45%;
    font-size: 45%;
    padding: 0.5px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .list li a {
    width: 24%;
    font-size: 55%;
    padding: 2px 0;
  }
}

.secbox-1 .front {
  min-height: 115px;
  text-align: center;
  background: rgb(253,169,8);
  border-radius:999em;
  z-index: 900;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .front {
    /* 20220721 start */
    font-size: 140%;
    line-height: 1.4rem;
    padding: 0;
    /* 20220721 end */
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .front {
    min-height: 170px;
    font-size: 140%;
    line-height: 1.4rem;
    padding: 0;
  }
}

/*20190408 修改start*/
.secbox-1 .back {
  /* 20220721 start */
  min-height: 230px;
  color: #fff;
  font-size: 130%;
  line-height: 1.4;
  background-color: #e2d1af;
  text-align: center;
  padding: 20% 20px 0 20px !important;
  background: rgb(253,169,8);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  z-index: 900;
  /* 20220721 end */
}
/*20190408 修改end*/
@media only screen and (min-width: 481px) {
  .secbox-1 .back {
    /* 20220721 start */
    min-height: 147px;
    font-size: 85%;
    line-height: 1.4;
    padding: 18% 11px 0 11px !important;
    /* 20220721 end */
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .back {
    /* 20220721 start */
    min-height: 170px;
    font-size: 90%;
    line-height: 1.4;
    padding: 22% 15px !important;
    /* 20220721 end */
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .back {
    /* 20220721 start */
    min-height: 210px;
    font-size: 110%;
    line-height: 1.4;
    padding: 22% 15px !important;
    /* 20220721 end */
  }
}
@media only screen and (min-width: 1366px) {
  .secbox-1 .back {
    /* 20220721 start */
    min-height: 223px;
    /* 20220721 end */
  }
}

.secbox-1 .back span {
  width:100%;
  text-align:center;
}
.secbox-1 .back::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 16px;
}
.secbox-1 .back::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 16px;
}
.secbox-1 .card .front, .secbox-1 .card .back {
  /* 20220721 start */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 1s, 1s;
  -moz-transition-duration: 1s, 1s;
  -ms-transition-duration: 1s, 1s;
  -o-transition-duration: 1s, 1s;
  transition-duration: 1s, 1s;
  /* 20220721 end */
}
@media only screen and (min-width: 481px) {
  .secbox-1 .card .front, .secbox-1 .card .back {
    /* 20220721 start */
    padding: 20% 0;
    /* 20220721 end */
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .card .front, .secbox-1.card .back {
    /* 20220721 start */
    padding: 15% 0;
    /* 20220721 end */
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 .card .front, .secbox-1.card .back {
    /* 20220721 start */
    padding: 18% 0;
    /* 20220721 end */
  }
}

.secbox-1 .flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.secbox-1 .flip .back {
  border-radius: 999em;
  z-index: 1000;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}


/*20190408 修改start*/
.card span {
  /* 20220721 start */
  position: absolute;
  bottom: 3%;
  font-weight: bold;
  left: 33%;
  color: #000;
  font-size: 140%;
  /* 20220721 end */
}
/*20190408 修改end*/
@media only screen and (min-width:481px) {
  .card span {
    /* 20220721 start */
    bottom: 0;
    left: 27%;
    font-size: 120%;
    /* 20220721 end */
  }
}
@media only screen and (min-width: 768px) {
  .card span {
    /* 20220721 start */
    left: 28%;
    font-size: 120%;
    /* 20220721 end */
  }
}
@media only screen and (min-width: 1024px) {
  .card span {
    /* 20220721 start */
    bottom: 3%;
    left: 29%;
    font-size: 180%;
    /* 20220721 end */
  }
}

.secbox-2 .title-sup {
  font-size: 145%;
  line-height: 1.1;
  font-family: "FontAwesome", "Century Gothic", "Arial", "微軟正黑體";
  text-align: center;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-2 .title-sup {
    font-size: 190%;
    line-height: 1.2;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2 .title-sup {
    font-size: 220%;
    line-height: 1.2;
    margin: 0 auto 35px auto;
  }
}
.secbox-2 .title-sup span {
  color: #cb8700;
}
.secbox-2 .school {
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 481px) {
  .secbox-2 .school {
    justify-content: space-around;
    flex-wrap: no-wrap;
  }
}
.secbox-2 .school figure {
  width: calc((100% - 50px) / 3);
  text-align: center;
  border: #f1a718 1px solid;
  border-radius: 99px;
  margin: 0 0 10px 10px;
}
@media only screen and (min-width: 481px) {
  .secbox-2 .school figure {
    width: calc((100% - 80px) / 5);
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2 .school figure {
    width: calc((100% - 130px) / 5);
  }
}
.secbox-2 .school figure:nth-of-type(1) {
  background-color: #f8f2d2;
}
.secbox-2 .school figure:nth-of-type(2) {
  background-color: #f3e9b2;
}
.secbox-2 .school figure:nth-of-type(3) {
  background-color: #f6e0b6;
}
.secbox-2 .school figure:nth-of-type(4) {
  background-color: #f2d7a4;
}
.secbox-2 .school figure:nth-of-type(5) {
  background-color: #f3d08b;
}
.secbox-2 .school figcaption {
  font-size: 120%;
  line-height: 1;
  font-family: "FontAwesome", "Century Gothic", "Arial", "cwTeXYen", "微軟正黑體";
  border: #fff 5px solid;
  border-radius: 99px;
  padding: 34% 0;
}
@media only screen and (min-width: 481px) {
  .secbox-2 .school figcaption {
    font-size: 130%;
    line-height: 1;
    border: #fff 5px solid;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2 .school figcaption {
    font-size: 200%;
    line-height: 1.2;
    border: #fff 10px solid;
  }
}
.s2stararea{
	position:static;
	width:100%;
	height:700px;
	background: url("../images/s2bg.png") no-repeat top center;
}
.s2stararea .title-style{
 padding-top: 6%;
}
.secbox-3 {
  position: relative;
}
.secbox-3 img {
}
.secbox-3 main {
  padding: 25px 0;
}
@media only screen and (min-width: 481px) {
  .secbox-3 main {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 main {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3 main {
    padding: 60px 0;
  }
}
.secbox-3 .title {
  position: relative;
  width: 90%;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3 .title {
    width: 85%;
    margin: 0 auto 15px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 .title {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3 .title {
    width: 773px;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3 .title {
    width: 773px;
    margin: 0 auto 30px auto;
  }
}
.secbox-3 .title aside {
  width: 95px;
  margin: 0 auto 0 0;
}
.secbox-3 .title .title-txt {
  font-size: 145%;
  line-height: 1.1;
  font-family: "Century Gothic", "Arial", "微軟正黑體";
}
@media only screen and (min-width: 481px) {
  .secbox-3 .title .title-txt {
    font-size: 190%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 .title .title-txt {
    font-size: 226%;
  }
}
.secbox-3 .title span {
  color: #bf0000;
}
.secbox-3 p {
  width: 90%;
  font-size: 90%;
  line-height: 1.6;
  font-family: "Century Gothic", "微軟正黑體";
  margin: 0 auto 25px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3 p {
    width: 85%;
    font-size: 100%;
    line-height: 1.6;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 p {
    width: 90%;
    font-size: 110%;
    line-height: 1.6;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3 p {
    width: 773px;
    font-size: 120%;
    line-height: 1.6;
  }
}
.secbox-3 p span {
  color: #da0000;
}
.secbox-3 section {
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3 section {
    width: 90%;
    justify-content: space-around;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 section {
    width: 80%;
  }
}
.secbox-3 section dl {
  width: 90%;
  margin: 0 auto 40px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3 section dl {
    width: calc((100% - 30px) / 2);
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 section dl {
    width: calc((100% - 55px) / 2);
  }
}
.secbox-3 section dt {
  margin: 0 auto 14px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3 section dt {
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 section dt {
    margin: 0 auto 24px auto;
  }
}
.secbox-3 section dd {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3 section dd {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 section dd {
    width: 90%;
  }
}
.secbox-3 section figure {
  font-size: 120%;
}
@media only screen and (min-width: 481px) {
  .secbox-3 section figure {
    font-size: 105%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 section figure {
    font-size: 133%;
  }
}
.secbox-3 section figure span {
  color: #bf0000;
}
.secbox-3 section figcaption {
  padding: 0 0 12px 0;
  margin: 0 auto 12px auto;
  border-bottom: #000 1px solid;
}
.secbox-3 summary {
  color: #2b2b2b;
  font-size: 93%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3 summary {
    font-size: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 summary {
    font-size: 93%;
  }
}

.secbox-3-extra {
  position: relative;
  background-color: #f3e9b2;
}
.secbox-3-extra img {
  width: 100%;
}
.secbox-3-extra main {
  padding: 25px 0;
}
@media only screen and (min-width: 481px) {
  .secbox-3-extra main {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-extra main {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-extra main {
    padding: 60px 0;
  }
}
.secbox-3-extra .title {
  position: relative;
  width: 90%;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3-extra .title {
    width: 85%;
    margin: 0 auto 15px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-extra .title {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-extra .title {
    width: 773px;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3-extra .title {
    width: 773px;
    margin: 0 auto 30px auto;
  }
}
.secbox-3-extra .title .title-txt {
  font-size: 145%;
  line-height: 1.1;
  text-align: center;
  font-family: "Century Gothic", "Arial", "微軟正黑體";
}
@media only screen and (min-width: 481px) {
  .secbox-3-extra .title .title-txt {
    font-size: 190%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-extra .title .title-txt {
    font-size: 226%;
  }
}
.secbox-3-extra .title span {
  color: #bf0000;
}
.secbox-3-extra figcaption {
  color: #865200;
  font-size: 90%;
  line-height: 1.6;
  text-align: center;
  font-family: "Century Gothic", "微軟正黑體";
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3-extra figcaption {
    font-size: 100%;
    line-height: 1.6;
    margin: 0 auto 15px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-extra figcaption {
    font-size: 110%;
    line-height: 1.6;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3-extra figcaption {
    font-size: 120%;
    line-height: 1.6;
  }
}
.secbox-3-extra figure {
  width: 81%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3-extra figure {
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-extra figure {
    margin: 0 auto 50px auto;
  }
}
.secbox-3-extra section {
  background-color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 481px) {
  .secbox-3-extra section {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-extra section {
    padding: 60px;
  }
}
.secbox-3-extra .title-sup {
  font-size: 145%;
  line-height: 1.1;
  font-family: "FontAwesome", "Century Gothic", "Arial", "微軟正黑體";
  text-align: center;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3-extra .title-sup {
    font-size: 190%;
    line-height: 1.2;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3-extra .title-sup {
    font-size: 220%;
    line-height: 1.2;
    margin: 0 auto 35px auto;
  }
}
.secbox-3-extra .title-sup span {
  color: #bf0000;
}
.secbox-3-extra .step-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .secbox-3-extra .step-pc {
    display: block;
  }
}
.secbox-3-extra .step-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .secbox-3-extra .step-mobile {
    display: none;
  }
}

.secbox-4 {
  position: relative;
  /* flip */
}
.secbox-4 img {
  width: 100%;
}
.secbox-4 main {
  padding: 25px 0;
}
@media only screen and (min-width: 481px) {
  .secbox-4 main {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 main {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-4 main {
    padding: 60px 0;
  }
}
.secbox-4 .title {
  position: relative;
  width: 90%;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .title {
    width: 85%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 .title {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-4 .title {
    width: 773px;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-4 .title {
    width: 773px;
    margin: 0 auto 30px auto;
  }
}
.secbox-4 .title aside {
  width: 95px;
  margin: 0 auto 0 0;
}
.secbox-4 .title .title-txt {
  font-size: 145%;
  line-height: 1.1;
  font-family: "Century Gothic", "Arial", "微軟正黑體";
}
@media only screen and (min-width: 481px) {
  .secbox-4 .title .title-txt {
    font-size: 190%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 .title .title-txt {
    font-size: 226%;
  }
}
.secbox-4 .title span {
  color: #bf0000;
}
.secbox-4 p {
  width: 90%;
  font-size: 90%;
  line-height: 1.6;
  font-family: "Century Gothic", "微軟正黑體";
  margin: 0 auto 25px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-4 p {
    width: 85%;
    font-size: 100%;
    line-height: 1.6;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 p {
    width: 90%;
    font-size: 110%;
    line-height: 1.6;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-4 p {
    width: 773px;
    font-size: 120%;
    line-height: 1.6;
  }
}
.secbox-4 p span {
  color: #da0000;
}
.secbox-4 .list {
  position: relative;
  width: 90%;
  min-height: 580px;
  list-style: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .list {
    width: 95%;
    min-height: 515px;
    justify-content: space-around;
    flex-wrap: no-wrap;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 .list {
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
  }
}
.secbox-4 .list li {
  position: relative;
  width: calc((100% - 20px) / 2);
  cursor: pointer;
  margin: 0 5px;
  padding: 5% 0;
  -webkit-perspective: 300px;
  perspective: 300px;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .list li {
    width: calc((100% - 30px) / 3);
    padding: 5% 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 .list li {
    width: calc((100% - 60px) / 6);
    min-height: 300px;
  }
}
.secbox-4 .list li figure {
  width: 40%;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .list li figure {
    width: 40%;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 .list li figure {
    width: 35%;
    margin: 0 auto 20px auto;
  }
}
.secbox-4 .list li figcaption {
  color: #303e3e;
  font-size: 110%;
  letter-spacing: -0.5px;
  font-weight: bold;
  margin: 0 auto 5px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .list li figcaption {
    font-size: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 .list li figcaption {
    font-size: 110%;
    margin: 0 auto 10px auto;
  }
}
.secbox-4 .list li aside {
  display: block;
  font-size: 110%;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .list li aside {
    font-size: 80%;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 .list li aside {
    font-size: 130%;
    margin: 0 auto 20px auto;
  }
}
.secbox-4 .list li a {
  display: block;
  width: 35%;
  color: #fff;
  font-size: 55%;
  background-color: #bda16a;
  padding: 4px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .list li a {
    width: 45%;
    font-size: 45%;
    padding: 0.5px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 .list li a {
    width: 34%;
    font-size: 55%;
    padding: 2px 0;
  }
}
.secbox-4 .front {
  min-height: 180px;
  text-align: center;
  border: #f0a410 1px solid;
  z-index: 900;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .front {
    min-height: 240px;
    font-size: 140%;
    line-height: 1.4rem;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 .front {
    min-height: 280px;
    font-size: 140%;
    line-height: 1.4rem;
    padding: 0;
  }
}
.secbox-4 .back {
  min-height: 180px;
  color: #392600;
  font-size: 95%;
  line-height: 1.2;
  background-color: #e2d1af;
  text-align: left;
  padding: 30% 5px 0 5px !important;
  border: #f0a410 1px solid;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  z-index: 900;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .back {
    min-height: 240px;
    font-size: 130%;
    line-height: 1.4;
    padding: 35% 5px 0 5px !important;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 .back {
    min-height: 300px;
    font-size: 140%;
    line-height: 1.6;
    padding: 30% 20px 0 20px !important;
  }
}
.secbox-4 .back span {
  color: #bf0000;
}
.secbox-4 .back::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 16px;
  background: url(../images/sec_2_card_top.png) top center no-repeat;
}
.secbox-4 .back::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 16px;
  background: url(../images/sec_2_card_bottom.png) top center no-repeat;
}
.secbox-4 .card .front, .secbox-4 .card .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15% 0 0 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 1s, 1s;
  -moz-transition-duration: 1s, 1s;
  -ms-transition-duration: 1s, 1s;
  -o-transition-duration: 1s, 1s;
  transition-duration: 1s, 1s;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .card .front, .secbox-4 .card .back {
    padding: 20% 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 .card .front, .secbox-4 .card .back {
    padding: 30% 0 0 0;
  }
}
.secbox-4 .flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.secbox-4 .flip .back {
  z-index: 1000;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.secbox-5 {
  position: relative;
}
.secbox-5 img {
}
.secbox-5 main {
  padding: 25px 0;
}
@media only screen and (min-width: 481px) {
  .secbox-5 main {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 main {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 main {
    padding: 60px 0;
  }
}
.secbox-5 .title {
  position: relative;
  width: 90%;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-5 .title {
    width: 85%;
    margin: 0 auto 15px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 .title {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .title {
    width: 773px;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 .title {
    width: 773px;
    margin: 0 auto 30px auto;
  }
}
.secbox-5 .title aside {
  width: 95px;
  margin: 0 auto 0 0;
}
.secbox-5 .title .title-txt {
  font-size: 145%;
  line-height: 1.1;
  font-family: "Century Gothic", "Arial", "微軟正黑體";
}
@media only screen and (min-width: 481px) {
  .secbox-5 .title .title-txt {
    font-size: 190%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 .title .title-txt {
    font-size: 216%;
  }
}
.secbox-5 .title span {
  color: #bf0000;
}

/* 20220728 start */
.s5img {
  position: relative;
  left: 4%;
  width: 95%;
  margin-top: -10%;
  
}
/* 20220728 end */

.secbox-5 p {
  width: 90%;
  font-size: 90%;
  line-height: 1.6;
  font-family: "Century Gothic", "微軟正黑體";
  margin: 0 auto 25px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-5 p {
    width: 85%;
    font-size: 100%;
    line-height: 1.6;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 p {
    width: 90%;
    font-size: 110%;
    line-height: 1.6;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 p {
    width: 773px;
    font-size: 120%;
    line-height: 1.6;
  }
}
.secbox-5 p span {
  color: #da0000;
}


.big img {
	position: absolute;
  right: 0;
  bottom: 0;
  padding: 1%;
}
.secbox-5 .big {
	position:relative;
  width: 96%;
  justify-content: space-between;
  margin: 0 auto 26px auto;
  border:rgb(27,140,136) 2px solid;
  padding: 10px 5px;
  background-color: #fff;
}


.secbox-5 dt {
  position: relative;
  width: 28%;
  font-size: 156%;
  letter-spacing: 1px;
  text-align: center;
  padding: 35% 0 0 0;
  color:rgb(1,81,116);
}


.htname{
  font-size: 180%;
  padding: 5px 0;
  margin: 5px auto;
  color:#005176;
  padding:5px 0;
  width: 95%;
}
@media only screen and (min-width: 481px) {
  .htname{
      font-size: 200%;
      padding: 5px 0;
      margin: 5px auto;
      color:#005176;
      padding:5px 0;
      width: 93%;
  }
}
@media only screen and (min-width: 768px) {
    .htname{
      font-size: 200%;
      padding: 5px 0;
      margin: 5px auto;
      color:#005176;
      padding:5px 0;
      width: 85%;
    }
}
@media only screen and (min-width: 1024px) {
    .htname{
      font-size: 220%;
      padding: 5px 0;
      margin: 5px auto;
      color:#005176;
      padding:5px 0;
      width: 95%;
    }
}
	.school{
		color: #353535;
    font-size: 60%;
	}


.secbox-5 dd {
  width: 70%;
}
@media only screen and (min-width: 481px) {
  .secbox-5 dd {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 dd {
    width: 70%;
  }
}


/* 20220721 start */
.student-photo {
  position: relative;
  width: 40%;
  margin: 42% auto 20px auto;
}
@media only screen and (min-width: 480px) {
  .student-photo {
    position: absolute;
    top: 115px;
    right: 2.5%;
    width: 15%;
    margin: 0;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) {
  .student-photo {
    width: 12%;
  }
}
@media only screen and (min-width: 1024px) {
  .student-photo {
    width: 10%;
  }
}
.student-photo img {
  width: 100%;
}

/* 20220728 start */
button.btn-more-student {
  position: absolute;
  bottom: 5%;
  right: 3.5%;
  color: #0058a7;
  font-size: 150%;
  text-decoration: underline;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
@media only screen and (min-width: 480px) {
  button.btn-more-student {
    bottom: 8%;
  }
}

.gph {
  position: absolute;
  bottom: 2%;
  left: 3.5%;
  width: 18%;
}
@media only screen and (min-width: 480px) {
  .gph {
    left: 2.5%;
    width: 7%;
  }
}
.gph img {
  width: 100%;
}
/* 20220728 end */

.hide {
  display: none;
}
.show {
  display: block;
}
.full-active {
  display: block !important;
  height: auto !important;
}
/* 20220721 end */



/*20230608 start*/
.sobig{
  color: #e31f1f;
  font-size: 120%;
  font-weight: bolder;
}

.secbox-5 figcaption {
	color:rgb(235,97,0);
  border-top: #dcdcdc 1px solid;
  margin: 5px auto 5px auto;
  padding:10px 0;
  width: 95%;
}
.secbox-5 figcaption span{
	color:#fff;
	background:rgb(235,97,0);
	padding: 5px 5px;
  text-align: center;
}
.secbox-5 figcaption {
  font-size: 120%;
   
  line-height: 1.6;
  
  margin: 0 9px 20px 14px;
}
@media only screen and (min-width: 481px) {
  .secbox-5 figcaption {
    
    width: 80%;
    font-size: 120%;
    line-height: 1.6;
    
    margin: 0 auto 15px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 figcaption {
     width: 85%;
    font-size: 106%;
    line-height: 1.6;
   
    margin: 7px auto 0 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 figcaption {
    width: 80%;
    font-size: 150%; 
    line-height: 1.6;
    margin: 7px auto 0 27px;
  }
}

 .secbox-5 figure {
  font-size: 110%;
  padding: 1% 4% 1% 4%;
	display: -webkit-box;
  height: 5em;
  line-height: 1.8em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
  margin: 0 auto 60px auto;
	text-overflow: ellipsis;
  overflow : hidden;
  
}
@media only screen and (min-width: 481px) {
  .secbox-5 figure {
    height: 4.5em;
    font-size: 110%;
    line-height: 1.8;
	  padding: 1% 3% 1% 3%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 figure {
    font-size: 120%;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 figure {   
    font-size: 150%;
  }
}
/*20230608 end */


.secbox-5 figure span {
  color: #bf0000;
}
.secbox-5 .num-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  color: #fff;
  font-size: 75%;
  line-height: 1.2;
  background-color: #bf0000;
  padding: 8px 0;
}
@media only screen and (min-width: 481px) {
  .secbox-5 .num-1 {
    width: auto;
    font-size: 55%;
    line-height: 1.2;
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 .num-1 {
    font-size: 55%;
    line-height: 1.2;
    padding: 8px 20px;
  }
}
.secbox-5 .num-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  color: #fff;
  font-size: 75%;
  line-height: 1.2;
  background-color: #f3b43a;
  padding: 8px 0;
}
@media only screen and (min-width: 481px) {
  .secbox-5 .num-2 {
    width: auto;
    font-size: 55%;
    line-height: 1.2;
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 .num-2 {
    font-size: 55%;
    line-height: 1.2;
    padding: 8px 20px;
  }
}

.secbox-6 {
  position: relative;
  background-size: cover;
  transform: translateZ(0);
  will-change: transform;
  overflow: hidden;
  background-color: #1c8c88;
}
@media only screen and (min-width: 481px) {
  .secbox-6 {
    background-size: cover;
    transform: translateZ(0);
    will-change: transform;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-6 {
    background-size: cover;
  }
}
.secbox-6 img {
  width: 100%;
}
.secbox-6 aside {
  color: #000000;
  font-size: 110%;
  line-height: 1.3;
  letter-spacing: 2px;
  text-align: center;
  background: rgba(255, 208, 83, 0.95);
  margin: 0 auto 30px auto;
  padding: 10px 0;
}
@media only screen and (min-width: 481px) {
  .secbox-6 aside {
    font-size: 120%;
    line-height: 1.3;
    letter-spacing: 2px;
    margin: 0 auto 50px auto;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-6 aside {
    font-size: 186%;
    line-height: 1.4;
    letter-spacing: 5px;
    margin: 0 auto 90px auto;
    padding: 40px 0;
  }
}
.secbox-6 aside span:nth-of-type(1) {
  color: #ff0000;
}
.secbox-6 aside span:nth-of-type(2) {
  color: #8e0000;
}
.secbox-6 .divine-hLine {
  width: 75%;
  height: 1px;
  background-color: #0058a7;
  margin: 0 auto 25px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-6 .divine-hLine {
    width: 50%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-6 .divine-hLine {
    margin: 0 auto 60px auto;
  }
}
.secbox-6 main {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .secbox-6 main {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-6 main {
    width: 96%;
    margin: 0 auto;
  }
}
.secbox-6 section {
  color: #fff;
  margin: 0 auto 60px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-6 section {
    margin: 0 auto 80px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-6 section {
    margin: 0 auto 120px auto;
  }
}
.secbox-6 section hr {
  display: none;
}
.secbox-6 section table {
  color: #000;
  background: rgba(255, 255, 255, 0.95);
  margin: 15px auto;
}
.secbox-6 section a {
  color: #ffc221;
}
.secbox-6 section .send a {
  color: #fff;
}

.main{
  background: url(../images/bg.jpg) repeat-y top center;
  background-size: 100%;
}


.sub{
  font-weight: bold;
  display: block;
  font-size: 120%;
  color: #005176;
}