@charset "UTF-8";
/* -----RESET---------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap&subset=chinese-traditional");
* {
  margin: 0;
  padding: 0;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  word-break: break-all;
  word-break: break-word;
}

ul,
li {
  list-style: none;
  font-size: inherit;
}

img {
  display: block;
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

input {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea,
keygen,
select,
a,
a:active,
a:hover,
a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type="search"],
input[type="search"]:hover,
input[type="search"]:focus,
input[type="search"]:active {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font: inherit;
}

option {
  background-color: transparent;
}

table {
  width: 100%;
  border-collapse: collapse;
}

body {
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
}

@media screen and (max-width: 1280px) {
  body {
    display: block;
  }
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

/* ---------BLOCK------------ */
.w800,
.w900,
.w1000,
.w1100,
.w1200,
.w1300,
.w1400 {
  width: 80%;
  margin: 0 auto;
}

.w800 {
  max-width: 800px;
}

.w900 {
  max-width: 900px;
}

.w1000 {
  max-width: 1000px;
}

.w1100 {
  max-width: 1100px;
}

.w1200 {
  max-width: 1200px;
}

.w1300 {
  max-width: 1300px;
}

.w1400 {
  max-width: 1400px;
}

.col100 {
  width: 100%;
}

.col95 {
  width: 95%;
}

.col90 {
  width: 90%;
}

.col85 {
  width: 85%;
}

.col80 {
  width: 80%;
}

.col75 {
  width: 75%;
}

.col70 {
  width: 70%;
}

.col66 {
  width: 66.6666%;
}

.col60 {
  width: 60%;
}

.col55 {
  width: 55%;
}

.col50 {
  width: 50%;
}

.col50:nth-child(odd) {
  margin-left: 0px;
}

.col45 {
  width: 45%;
}

.col40 {
  width: 40%;
}

.col30 {
  width: 30%;
}

.col33 {
  width: 33.3333%;
}

.col25 {
  width: 25%;
}

.col20 {
  width: 20%;
}

.col15 {
  width: 15%;
}

.col05 {
  width: 05%;
}

.ib-middle {
  display: inline-block;
  vertical-align: middle;
}

.ib-top {
  display: inline-block;
  vertical-align: top;
}

.flex-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.fleft {
  display: block;
  float: left;
  margin-left: 0;
}

.fright {
  display: block;
  float: right;
  margin-left: 0;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin: 20px 0;
}

hr.no-top {
  margin-top: 0;
}

hr.no-bottom {
  margin-bottom: 0;
}

hr.no {
  margin: 0;
}

.padding-v {
  padding: 50px 0;
}

.padding-25 {
  padding: 25px 0;
}

/* -------------RWD--------------- */
@media screen and (max-width: 1024px) {
  .w900,
  .w1000,
  .w1100,
  .w1200,
  .w1300,
  .w1400 {
    width: 90%;
  }
  .padding-v {
    padding: 30px 0;
  }
}

.pictureBox, .newsContainer {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: light;
}

.pictureBox::-webkit-scrollbar, .newsContainer::-webkit-scrollbar {
  width: 2px;
}

.pictureBox::-webkit-scrollbar-thumb, .newsContainer::-webkit-scrollbar-thumb {
  background-color: #767676;
}

.pictureBox::-webkit-scrollbar-track, .newsContainer::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

header #header_content {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  scrollbar-color: light;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

header #header_content::-webkit-scrollbar {
  width: 2px;
}

header #header_content::-webkit-scrollbar-thumb {
  background-color: transparent;
}

header #header_content::-webkit-scrollbar-track {
  background-color: transparent;
}

.slidebox .swiper-container .swiper-wrapper .swiper-slide .sildeimg, .pictureBox .item .picture, .pageBtnList .leftBtn,
.pageBtnList .rightBtn, .newsContainer .newsBox .imgfield .newsImg, .searchform .searchlist button, .nodata::before, .nav_mobile {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*-- 無障礙 --*/
*:focus {
  border: 4px solid #00b7ff !important;
  opacity: 1 !important;
  border-radius: 5px !important;
}
.tabstart {
  position: fixed;
  top: -100px;
  left: -100px;
}

a[accesskey] {
  position: absolute;
  opacity: 0;
}

.handicap-free {
  position: absolute;
  top: 10px;
  left: 330px;
  z-index: 10;
}

.handicap-free > a {
  color: #288468;
  font-weight: 500;
  font-size: 1.1em;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 1280px) {
  .handicap-free {
    top: 130px;
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .handicap-free {
    top: 100px;
  }
  .handicap-free > a {
    top: 2px;
  }
}

@media screen and (max-width: 425px) {
  .handicap-free {
    top: 90px;
    left: 15px;
    font-size: 0.9em;
  }
}

/* ---------BUTTON-------- */
.btn_green,
.btn_white_green,
.btn_orange,
.btn_white_orange,
.btn_white,
.btn_black_white,
.btn_lightgreen,
.btn_white_lightgreen {
  min-width: 150px;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.btn_green.inputbtn,
.btn_white_green.inputbtn,
.btn_orange.inputbtn,
.btn_white_orange.inputbtn,
.btn_white.inputbtn,
.btn_black_white.inputbtn,
.btn_lightgreen.inputbtn,
.btn_white_lightgreen.inputbtn {
  padding: 5px;
  min-width: 100px;
}

.btn_green.nohover,
.btn_white_green.nohover,
.btn_orange.nohover,
.btn_white_orange.nohover,
.btn_white.nohover,
.btn_black_white.nohover,
.btn_lightgreen.nohover,
.btn_white_lightgreen.nohover {
  cursor: default;
}

.btn_green.nohover:hover,
.btn_white_green.nohover:hover,
.btn_orange.nohover:hover,
.btn_white_orange.nohover:hover,
.btn_white.nohover:hover,
.btn_black_white.nohover:hover,
.btn_lightgreen.nohover:hover,
.btn_white_lightgreen.nohover:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.btn_lightgreen {
  background-color: #04890f;
  color: #ffffff;
}

.btn_white_lightgreen {
  border: 1px solid #04890f;
  background-color: #ffffff;
  color: #04890f;
}

.btn_green {
  background-color: #04890f;
  color: #ffffff;
}

.btn_white_green {
  border: 1px solid #04890f;
  background-color: #ffffff;
  color: #04890f;
}

.btn_orange {
  background-color: #ad6200;
  color: #ffffff;
}

.btn_white_orange {
  border: 1px solid #f4ae00;
  background-color: #ffffff;
  color: #f4ae00;
}

.btn_white {
  background-color: #f5f5f5;
  color: #4c4c4c;
}

.btn_black_white {
  border: 1px solid #f5f5f5;
  background-color: #4c4c4c;
  color: #f5f5f5;
}

/* ---------No Data-------- */
.nodata::before {
  content: "目前尚未有任何的資料!!!";
}

/* ---------ANIMATION-------- */
@-webkit-keyframes showContent {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes showContent {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadinBlock {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadinBlock {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* ---------TEXT------------- */
body {
  position: relative;
  font-size: 1em;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
  color: #4d4f5c;
}

option {
  font-family: "Noto Sans TC", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
b,
small {
  font: inherit;
  color: inherit;
}

h1,
.h1 {
  font-size: 1.57em;
  line-height: 1.7;
}

h2,
.h2 {
  font-size: 1.57em;
  line-height: 1.7;
}

h3,
.h3 {
  font-size: 1.25em;
  line-height: 1.7;
}

h4,
.h4 {
  font-size: 1.14em;
  line-height: 1.7;
}

h5,
.h5 {
  font-size: 0.9rem;
}

a {
  font-size: 1em;
  display: inline-block;
  text-decoration: none;
}

p,
.p {
  font-size: 1em;
  line-height: 1.9;
}

small {
  font-size: 0.9em;
}

b,
strong {
  font-weight: bold;
}

.noto {
  font-family: "Noto Sans", sans-serif;
}

/* ------------- color --------------- */
.txt-white {
  color: #ffffff;
}

.txt-normal {
  color: #4d4f5c;
}

.txt-light {
  color: #ecf5f5;
}

.txt-grey {
  color: #767676;
}

.txt-dark-grey {
  color: #4c4c4c;
}

.txt-light-grey {
  color: #f5f5f5;
}

.txt-blue {
  color: #0089c8;
}

.txt-red {
  color: #da251c;
}

.txt-green {
  color: #04890f;
}

.txt-orange {
  color: #f4ae00;
}

.txt-red-orange {
  color: #ed615a;
}

/* ------------- align --------------- */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

/* ------------- style --------------- */
.txt-bold {
  font-weight: bold;
}

.txt-super-bold {
  font-weight: 800;
}

.txt-italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.noscript {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: red;
  color: white;
  z-index: 10;
  text-align: center;
}

/* ------------- set --------------- */
h3.title_set,
.h3.title_set {
  display: inline-block;
  font-family: "Noto Sans TC", sans-serif;
}

h3.title_set span,
.h3.title_set span {
  margin-left: 10px;
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "微軟正黑體", "Microsoft JhengHe";
}

/* -------------RWD--------------- */
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 1.3em;
    line-height: 1.25;
  }
  h2,
  .h2 {
    font-size: 1.3em;
    line-height: 1.25;
  }
  h3,
  .h3 {
    font-size: 1.1em;
  }
  h4,
  .h4 {
    font-size: 1em;
  }
}

.btn_green,
.btn_white_green,
.btn_orange,
.btn_white_orange,
.btn_white,
.btn_black_white,
.btn_lightgreen,
.btn_white_lightgreen, .filebox .file, .pictureBox .item, .capsulebox .capsule {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 1023px) {
  .btn_green:hover,
  .btn_white_green:hover,
  .btn_orange:hover,
  .btn_white_orange:hover,
  .btn_white:hover,
  .btn_black_white:hover,
  .btn_lightgreen:hover,
  .btn_white_lightgreen:hover, .filebox .file:hover, .pictureBox .item:hover, .capsulebox .capsule:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

header #header_content .fontSizeControl .sizebox {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 1023px) {
  header #header_content .fontSizeControl .sizebox:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.textarea_expand {
  height: 45px;
}

.textarea_expand.textarea_active {
  min-height: 150px !important;
}

.title {
  font-weight: 500;
}

.remind {
  font-weight: 300;
  color: #767676;
}

.videoBearBox {
  width: 450px;
  height: 300px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
}

.videoBearBox .bear {
  width: 45%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.videoBearBox .box {
  width: 100%;
  height: 120px;
  position: absolute;
  left: 100px;
  bottom: 0;
  z-index: 0;
  background-color: #ecf5f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

.videoBearBox .box p {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .videoBearBox {
    width: 300px;
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .videoBearBox {
    width: 240px;
    height: 160px;
  }
}

@media screen and (max-width: 380px) {
  .videoBearBox {
    width: 100%;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .videoBearBox .bear {
    display: none;
  }
  .videoBearBox .box {
    position: static;
  }
}

.filebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.filebox.flex_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.filebox .none {
  display: none;
}

.filebox .file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 8px;
}

.filebox .file .icon_cross,
.filebox .file .icon_file,
.filebox .file .icon_plan,
.filebox .file .icon_manual,
.filebox .file .icon_ppt,
.filebox .file .icon_pdf,
.filebox .file .icon_cloud {
  width: 20px;
  height: 27px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon/file.svg");
  margin-right: 5px;
}

.filebox .file .icon_cross {
  background-image: url("../img/icon/icon-filedelete.svg");
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.filebox .file .icon_plan {
  width: 25px;
  height: 25px;
  background-image: url("../img/icon/iocn-plan.svg");
}

.filebox .file .icon_manual {
  background-image: url("../img/icon/icon-manual.svg");
}

.filebox .file .icon_ppt {
  background-image: url("../img/icon/iocn-ppt.svg");
}

.filebox .file .icon_pdf {
  background-image: url("../img/icon/icon-pdf.svg");
}

.filebox .file .icon_cloud {
  background-image: url("../img/knowledge/icon-download.svg");
}

.filebox.download .file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: #ecf5f5;
  border-radius: 10px;
  padding: 8px 24px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px !important;
  background-color: #ecf5f5;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.swiper-pagination-bullet-active {
  width: 20px !important;
  background-color: #ecf5f5 !important;
  opacity: 1 !important;
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: opacity 0.3s ease !important;
  -o-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5 !important;
}

.slidebox {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 80%;
  position: relative;
}

.slidebox .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.slidebox .swiper-container .swiper-wrapper .swiper-slide .textbox {
  margin-top: 15px;
}

.slidebox .swiper-container .swiper-wrapper .swiper-slide .sildeimg {
  width: 100%;
  padding-bottom: 55%;
}

.slidebox .swiper-container .swiper-wrapper .swiper-slide .text {
  text-align: center;
  margin-top: 15px;
}

.slidebox .swiper-button-next,
.slidebox .swiper-button-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  top: 53%;
}

.slidebox .swiper-button-next {
  background-image: url("../img/icon/next.png");
  right: -30px;
  left: auto;
}

.slidebox .swiper-button-prev {
  background-image: url("../img/icon/perv.png");
  left: -30px;
  right: auto;
}

.slidebox.titleup .swiper-button-prev,
.slidebox.titleup .swiper-button-next {
  top: 43%;
}

@media screen and (max-width: 480px) {
  .slidebox .swiper-button-next,
  .slidebox .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .slidebox .swiper-button-next {
    right: -30px;
  }
  .slidebox .swiper-button-prev {
    left: -30px;
  }
}

.uploadbox {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.uploadbox .title {
  margin-bottom: 10px;
}

.uploadbox .remind {
  margin-bottom: 10px;
}

.uploadbox .uploadbtn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.502);
  cursor: pointer;
  margin-bottom: 10px;
}

.uploadbox .uploadbtn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon/uploadcloud.png");
  margin-right: 5px;
}

.uploadbox .inputfileBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.uploadbox .inputfileBox .filebox {
  margin-right: 10px;
}

.uploadbox .inputfileBox .filebox p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 100px;
  max-width: 200px;
  word-wrap: none;
}

.pictureBox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-height: 1000px;
}

@media screen and (max-width: 768px) {
  .pictureBox {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.pictureBox .item {
  width: 30%;
  margin: 0 1.5%;
  margin-bottom: 40px;
}

.pictureBox .item img {
  margin-bottom: 5px;
}

.pictureBox .item .video {
  height: 180px;
}

.pictureBox .item .picture {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 60%;
}

.pictureBox .item .picture.long {
  padding-bottom: 130%;
}

@media screen and (max-width: 768px) {
  .pictureBox .item {
    width: 48%;
    margin: 0% 1%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .pictureBox .item {
    width: 100%;
  }
}

.pageBtnList {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pageBtnList .pageNumbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pageBtnList .leftBtn,
.pageBtnList .rightBtn {
  width: 23px;
  height: 23px;
  margin: 0 10px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
}

.pageBtnList .leftBtn {
  background-image: url("../img/icon/pagebtn_prev.svg");
}

.pageBtnList .rightBtn {
  background-image: url("../img/icon/pagebtn_next.svg");
}

.pageBtnList .pageNum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  color: #04890f;
  margin: 0 5px;
  cursor: pointer;
}

.pageBtnList .pageNum.active {
  color: #ffffff;
  border-radius: 15px;
  background-color: #04890f;
}

.taiwanbox {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}

.taiwanbox .taiwan-bottom,
.taiwanbox .taiwan-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.taiwanbox .taiwan-bottom {
  -webkit-transform: translateX(-2%);
      -ms-transform: translateX(-2%);
          transform: translateX(-2%);
}

.taiwanbox .taiwan-top {
  z-index: 1;
}

.taiwanbox .taiwan-top .city {
  cursor: pointer;
}

.taiwanbox .taiwan-top .city:hover .citybg {
  fill: #f4ae00;
}

.taiwanbox .taiwan-top .city:focus {
  border: 0;
}

.taiwanbox .taiwan-top .city:focus .citybg {
  fill: #f4ae00;
}

.capsulebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.capsulebox .capsule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23.5%;
  margin-right: 2%;
}

.capsulebox .capsule:nth-child(4n) {
  margin-right: 0;
}

.capsulebox .capsule .num,
.capsulebox .capsule .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin-bottom: 20px;
}

.capsulebox .capsule .num {
  width: 30%;
  /*background-color: #f4ae00;*/
  background-color: #966E08;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #ffffff;
}

.capsulebox .capsule .content {
  width: 70%;
  background-color: #ecf5f5;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.font-12 {
  font-size: 12px;
}

@media screen and (max-width: 1550px) {
  .capsulebox .capsule {
    width: 32%;
  }
  .capsulebox .capsule:nth-child(n) {
    margin-right: 2%;
  }
  .capsulebox .capsule:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .capsulebox .capsule {
    width: 49%;
  }
  .capsulebox .capsule:nth-child(n) {
    margin-right: 2%;
  }
  .capsulebox .capsule:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 550px) {
  .capsulebox .capsule {
    width: 100%;
  }
  .capsulebox .capsule:nth-child(n) {
    margin-right: 0%;
  }
}

.outlinkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.outlinkbox .outlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
}

.outlinkbox .outlink:nth-child(n) {
  margin-right: 2%;
}

.outlinkbox .outlink:nth-child(3n) {
  margin-right: 0;
}

.outlinkbox .outlink .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #f4ae00;
  position: relative;
  cursor: pointer;
}

.outlinkbox .outlink .content::before {
  content: "";
  width: 25px;
  height: 25px;
  margin: 0 8px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/reference/icon-link.svg");
}

.outlinkbox .outlink .content::after {
  content: "";
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon/next_black.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.outlinkbox .outlink .content:hover {
  background-color: #f4ae00;
  color: #ffffff;
}

.outlinkbox .outlink .content:hover::after {
  background-image: url("../img/icon/next_white.svg");
}

@media screen and (max-width: 1023px) {
  .outlinkbox .outlink {
    width: 49%;
  }
  .outlinkbox .outlink:nth-child(n) {
    margin-right: 2%;
  }
  .outlinkbox .outlink:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .outlinkbox .outlink {
    width: 100%;
  }
  .outlinkbox .outlink:nth-child(n) {
    margin-right: 0%;
  }
}

.newsContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 600px;
  max-height: 800px;
  padding-right: 20px;
}

.newsContainer .newsBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

.newsContainer .newsBox:hover {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0.8;
}

.newsContainer .newsBox .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  word-wrap: none;
}

.newsContainer .newsBox .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 100px;
  max-width: 100%;
  word-wrap: none;
}

.newsContainer .newsBox .imgfield {
  width: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsContainer .newsBox .imgfield .newsImg {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 5px;
}

.newsContainer .newsBox .textfield {
  width: 89%;
  margin-left: 1%;
  padding-top: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.newsContainer .newsBox .textfield::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.063);
  left: 0;
  bottom: -10px;
}

.newsContainer .newsBox .textfield li:nth-child(1) {
  width: 20%;
  text-align: center;
}

.newsContainer .newsBox .textfield li:nth-child(2) {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .newsContainer .newsBox .imgfield {
    width: 25%;
    margin-right: 2%;
    padding: 1.5%;
  }
  .newsContainer .newsBox .textfield {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
  }
  .newsContainer .newsBox .textfield li:nth-child(1), .newsContainer .newsBox .textfield li:nth-child(2), .newsContainer .newsBox .textfield li:nth-child(3) {
    width: 100%;
    text-align: start;
  }
  .newsContainer .newsBox .textfield li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .newsContainer .newsBox .textfield li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .newsContainer .newsBox .textfield li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 480px) {
  .newsContainer .newsBox .imgfield {
    display: none;
  }
  .newsContainer .newsBox .textfield {
    width: 100%;
  }
}

.newsContainer.noimg .newsBox .textfield {
  width: 100%;
  margin-left: 0%;
  padding: 1% 0;
}

.newsContainer.noimg .newsBox .textfield li:nth-child(1) {
  width: 100%;
  text-align: left;
}

.newsContainer.noimg .newsBox .textfield li:nth-child(2) {
  width: 0;
}

@media screen and (max-width: 768px) {
  .newsContainer.noimg .newsBox .textfield {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .newsContainer.noimg .newsBox .textfield {
    width: 100%;
  }
}

.contentpage .contentbox {
  padding: 60px 80px;
}

.contentpage .contentbox .titlefield {
  margin-bottom: 40px;
}

.contentpage .contentbox .titlefield .datebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1%;
}

.contentpage .contentbox .titlefield .datebox .declare {
  /*color: #f4ae00;*/
  color: #946C00;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.contentpage .contentbox .titlefield .datebox .date {
  padding-left: 10px;
}

.contentpage .contentbox .titlefield .title {
  color: #04890f;
}

.contentpage .contentbox .BackEditArea {
  width: 100%;
  margin-bottom: 30px;
}

.contentpage .contentbox .BackEditArea a {
  color: #31b2c5;
}

.contentpage .contentbox .filebox {
  margin-bottom: 40px;
}

.contentpage .contentbox .backbtnbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 1280px) {
  .contentpage .contentbox {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 768px) {
  .contentpage .contentbox {
    padding: 30px;
  }
  .contentpage .contentbox .titlefield {
    margin-bottom: 30px;
  }
  .contentpage .contentbox .BackEditArea {
    margin-bottom: 40px;
  }
}

.searchform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
}

.searchform .searchlist {
  width: 200px;
  min-width: 100px;
  margin-left: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.188);
  border-radius: 5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .searchform .searchlist {
    border: 1px solid #767676;
  }
}

.searchform .searchlist input {
  background-color: #ffffff;
  border: 0;
}

.searchform .searchlist button {
  width: 40px;
  height: 40px;
  background-size: 50%;
  background-image: url("../img/icon/search.svg");
}

.searchform .submitbtn {
  padding: 0 20px;
  height: auto;
  margin-left: 10px;
  background-color: #04890f;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.searchform .submitbtn:hover {
  opacity: 0.5;
}

.BackEditArea * {
  font-family: "Noto Sans TC", sans-serif !important;
  font-size: 1em !important;
}

.nodata {
  margin: 0 auto;
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}

.nodata * {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.nodata::before {
  content: "";
  width: 100px;
  height: 150px;
  background-image: url("../img/icon/icon-nodone.svg");
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.nodata::after {
  content: attr(data-nodata);
  font-size: 1.5em;
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.nodata.noheight {
  height: auto;
}

.readall::before {
  content: "[閱讀全文...]";
  color: #0089c8;
}

.bodycontainer {
  width: calc(100% - 260px);
  background-position: 100% calc(100% - 120px);
  background-size: 30%;
  background-repeat: no-repeat;
  background-image: url("../img/index/footer-bg.svg");
  position: relative;
  z-index: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bodycontainer img {
    max-height: 600px;
  }
  .bodycontainer .swiper-wrapper {
    height: auto !important;
  }
}

.bodycontainer::before, .bodycontainer::after {
  content: "";
  position: absolute;
  width: 20%;
  padding-bottom: 10%;
  background-size: 100%;
  background-position: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/index/bg_cloud.svg");
  z-index: -1;
}

.bodycontainer::before {
  top: 30%;
  right: 0;
}

.bodycontainer::after {
  top: 55%;
  left: 0;
}

@media screen and (max-width: 1280px) {
  .bodycontainer {
    width: 100%;
    background: none;
  }
  .bodycontainer::before, .bodycontainer::after {
    display: none;
  }
}

.bodycontainer .tabButtonfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  position: relative;
}

.bodycontainer .tabButtonfield .tabButton {
  width: 100%;
  height: auto;
  background-color: #767676;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  cursor: pointer;
  padding: 10px;
  text-align: center;
}

.bodycontainer .tabButtonfield .tabButton h4,
.bodycontainer .tabButtonfield .tabButton .h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 100px;
  max-width: 200px;
  word-wrap: none;
}

.bodycontainer .tabButtonfield .tabButton.active {
  background-color: #04890f;
}

.bodycontainer .tabButtonfield .swiper-button-next,
.bodycontainer .tabButtonfield .swiper-button-prev {
  display: none;
}

.bodycontainer .tabButtonfield .swiper-button-next {
  background-image: url("../img/icon/next.png");
  right: 15px;
}

.bodycontainer .tabButtonfield .swiper-button-prev {
  background-image: url("../img/icon/perv.png");
  left: 15px;
}

@media screen and (max-width: 1023px) {
  .bodycontainer .tabButtonfield .swiper-container {
    width: 80%;
  }
  .bodycontainer .tabButtonfield .swiper-button-next,
  .bodycontainer .tabButtonfield .swiper-button-prev {
    position: absolute;
    display: block;
    margin: 0;
    top: 50%;
    width: 45px;
    height: 45px;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .bodycontainer .tabButtonfield .swiper-button-next,
  .bodycontainer .tabButtonfield .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .bodycontainer .tabButtonfield .swiper-button-next {
    right: 0px;
  }
  .bodycontainer .tabButtonfield .swiper-button-prev {
    left: 0px;
  }
}

@media screen and (max-width: 400px) {
  .bodycontainer .tabButtonfield .swiper-button-next,
  .bodycontainer .tabButtonfield .swiper-button-prev {
    width: 33px;
    height: 33px;
  }
}

.bodycontainer .contentfield {
  width: 85%;
  margin-left: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.bodycontainer .contentfield .headfield {
  padding-bottom: 60px;
}

.bodycontainer .contentfield .headfield .logotitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: unset;
  line-height: unset;
}

.bodycontainer .contentfield .headfield .logotitle > img {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}

.bodycontainer .contentfield .headfield .logotitle h3,
.bodycontainer .contentfield .headfield .logotitle .h3 {
  font-family: "微軟正黑體", "Microsoft JhengHe";
  font-weight: 600;
  letter-spacing: 2px;
}

.bodycontainer .contentfield .headfield .tabbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.bodycontainer .contentfield .headfield .tabbox .tabitem {
  padding: 8px 50px;
  background-color: #767676;
  color: #ffffff;
  margin: 0 5px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
}

.bodycontainer .contentfield .headfield .tabbox .tabitem.active {
  background-color: #028191;
}

@media screen and (max-width: 768px) {
  .bodycontainer .contentfield .headfield .tabbox .tabitem {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 480px) {
  .bodycontainer .contentfield .headfield .tabbox .tabitem {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 380px) {
  .bodycontainer .contentfield .headfield .tabbox .tabitem {
    padding: 10px;
  }
}

.bodycontainer .contentfield .bodyfield {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
}

.bodycontainer .contentfield .bodyfield .contentbox {
  padding: 60px 80px;
}

.bodycontainer .contentfield .bodyfield .contentbox .imgfield_article {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.bodycontainer .contentfield .bodyfield .contentbox .imgfield_article img {
  width: 100%;
}

.bodycontainer .contentfield .bodyfield .contentbox .textfield_article {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.bodycontainer .contentfield .bodyfield .contentbox .textfield_article .title {
  text-align: center;
  color: #04890f;
  margin-bottom: 40px;
}

.bodycontainer .contentfield .bodyfield .contentbox .textfield_article .text {
  text-align: left;
  margin-bottom: 30px;
}

.bodycontainer .contentfield .bodyfield .contentbox .textfield_article .text.left {
  text-align: left;
}

.bodycontainer .contentfield .bodyfield .contentbox .textfield_article .text.main {
  margin-bottom: 40px;
}

.bodycontainer .contentfield .bodyfield .contentbox .textfield_article .text.main p {
  font-size: 1.1em;
}

.bodycontainer .contentfield .bodyfield .contentbox .textfield_article .text.sub {
  margin-bottom: 30px;
}

.bodycontainer .contentfield .bodyfield .contentbox .textfield_article .text.sub .title {
  text-align: left;
  margin-bottom: 20px;
}

.bodycontainer .contentfield .bodyfield .contentbox .textfield_article .text.sub p {
  text-align: start;
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  .bodycontainer .contentfield .bodyfield .contentbox .imgfield_article {
    margin-bottom: 40px;
  }
  .bodycontainer .contentfield .bodyfield .contentbox .textfield_article {
    width: 100%;
  }
  .bodycontainer .contentfield .bodyfield .contentbox .textfield_article .title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .bodycontainer .contentfield {
    width: 100%;
    margin-left: 0%;
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .bodycontainer .contentfield {
    padding: 80px 0;
  }
  .bodycontainer .contentfield .bodyfield .contentbox {
    padding: 50px;
  }
}

@media screen and (max-width: 480px) {
  .bodycontainer .contentfield {
    padding: 60px 0;
  }
  .bodycontainer .contentfield .bodyfield .contentbox {
    padding: 30px;
  }
}

footer {
  width: 100%;
  padding-top: 30px;
  background-color: #288468;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  border: 0;
  margin: 0;
}

footer .footer_nav {
  text-align: left;
  position: relative;
  margin: 0 auto;
}

footer .footer_nav .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .footer_nav .item .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer_nav .item .left .text {
  color: #ffffff;
}

footer .footer_nav .item .left .text .texthead {
  color: #ffffff;
}

footer .footer_nav .item p {
  color: #ffffff;
}

footer #all_rights_reserved {
  padding: 10px 0;
  color: #ffffff;
  position: relative;
  text-align: center;
}

footer #all_rights_reserved .align_r {
  position: absolute;
  right: 0;
}

footer #all_rights_reserved a {
  color: #ffffff;
}

@media screen and (max-width: 1366px) {
  footer .footer_nav .item {
    width: 100%;
    margin-right: 0;
  }
  footer .footer_nav .item h6 {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  }
  footer .footer_nav .item a {
    margin-right: 15px;
    display: inline-block;
  }
  footer .footer_nav .item a.certification_logo {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  footer .footer_nav .item {
    width: 95%;
  }
  footer .footer_data {
    width: 100%;
    text-align: center;
    left: 0;
  }
  footer .footer_data .first,
  footer .footer_data .sec {
    display: inline-block;
    margin-bottom: 0;
  }
  footer .footer_data .first {
    margin-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer_data {
    width: 100%;
    text-align: center;
    left: 0;
  }
  footer .footer_data .first,
  footer .footer_data .sec {
    display: block;
  }
  footer .footer_data .first {
    margin-right: 0;
    margin-bottom: 30px;
  }
  footer .footer_nav {
    text-align: center;
  }
  footer .footer_nav .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  footer .footer_nav .item .left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer_nav .item .right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  footer .footer_nav .item p {
    margin-bottom: 25px;
  }
  footer #all_rights_reserved {
    text-align: center;
  }
  footer #all_rights_reserved small {
    display: block;
    padding: 5px 0;
  }
  footer #all_rights_reserved .align_r {
    position: relative;
    right: 0;
  }
}

#scrollUp {
  float: left;
  position: fixed;
  right: 25px;
  bottom: 60px;
  z-index: 17;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#scrollUp > a {
  width: 100%;
  height: 100%;
  color: #04890f;
  font-size: 0.1rem;
  line-height: 50px;
  text-align: center;
  text-indent: -999999px;
}

#scrollUp.hd-show {
  opacity: 1;
  background-color: #288468;
}

#scrollUp svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  fill: #ffffff;
  -webkit-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}

@media screen and (max-width: 480px) {
  #scrollUp {
    bottom: 140px;
  }
}

/* ---------FORM-------------------- */
label {
  display: block;
  font-weight: 400;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=date],
input[type=url],
input[type=tel],
select,
textarea {
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 15px;
  margin: 5px 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid #ecf5f5;
  background-color: #f5f5f5;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border: 1px solid #0089c8;
}

textarea {
  resize: vertical;
  min-height: 45px;
}

select {
  padding-right: 30px;
  background-size: 13px;
  background-position-x: 94%;
}

input:-moz-read-only,
select.readonly:-moz-read-only {
  background: #f5f5f5;
}

input:read-only,
select.readonly:read-only {
  background: #f5f5f5;
}

input[type="date" i]::-webkit-inner-spin-button,
input[type="datetime" i]::-webkit-inner-spin-button,
input[type="datetime-local" i]::-webkit-inner-spin-button,
input[type="month" i]::-webkit-inner-spin-button,
input[type="time" i]::-webkit-inner-spin-button,
input[type="week" i]::-webkit-inner-spin-button {
  height: 1em;
}

input::-webkit-datetime-edit-fields-wrapper,
input::-webkit-datetime-edit-ampm-field,
input::-webkit-datetime-edit-day-field,
input::-webkit-datetime-edit-hour-field,
input::-webkit-datetime-edit-millisecond-field,
input::-webkit-datetime-edit-minute-field,
input::-webkit-datetime-edit-month-field,
input::-webkit-datetime-edit-second-field,
input::-webkit-datetime-edit-week-field,
input::-webkit-datetime-edit-year-field {
  padding: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
}

.form-light input[type=text],
.form-light input[type=email],
.form-light input[type=password],
.form-light input[type=search],
.form-light input[type=date],
.form-light input[type=tel],
.form-light select,
.form-light textarea {
  background-color: #ffffff;
  border: 1px solid #767676;
}

.form-light input[type=text]:focus,
.form-light input[type=email]:focus,
.form-light input[type=password]:focus,
.form-light input[type=search]:focus,
.form-light input[type=date]:focus,
.form-light input[type=tel]:focus,
.form-light select:focus,
.form-light textarea:focus {
  background: #eeeeee;
}

.padding-form .cf {
  margin-right: -20px;
}

.padding-form .col33,
.padding-form .col50,
.padding-form .col66,
.padding-form .col100 {
  float: left;
  padding-right: 20px;
  margin-left: 0;
}

/* ----------placeholder------------ */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-weight: 300;
  color: #cccccc;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-weight: 300;
  color: #cccccc;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: 300;
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 300;
  color: #cccccc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 300;
  color: #cccccc;
}

/* ----------INPUT[select]---------- */
/* ----------INPUT[search]---------- */
.search {
  position: relative;
}

input[type=search] {
  padding-right: 30px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration,
::-webkit-search-cancel-button {
  display: none;
}

/* ----------INPUT[radio+checkbox]-- */
input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
}

input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  position: relative;
  display: block;
  line-height: 24px;
  margin-right: 17px;
  cursor: pointer;
  letter-spacing: 0;
}

input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  display: inline-block;
  padding: 0 5px 0 22px;
}

input[type=radio]:not(old) + label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #ecf5f5;
  left: 0;
  top: .25em;
}

input[type=radio]:not(old):checked + label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0089c8;
  border-radius: 100%;
  left: 3px;
  top: .425em;
}

input[type=checkbox]:not(old) + label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #ecf5f5;
  left: 0;
  top: .25em;
}

input[type=checkbox]:not(old):checked + label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0089c8;
  left: 3px;
  top: .45em;
}

/* ----------INPUT[upload]---------- */
.upload {
  display: block;
  position: relative;
  margin: 5px 0 30px;
}

.upload .btn {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  min-width: 0;
  padding: 7px 8px;
  margin: 0;
  margin-right: -7px;
  background: #001e00;
  color: #fafafa;
  border: 1px solid #001e00;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.upload .btn-basic {
  background: #0089c8;
  color: #ffffff;
  border: none;
  margin: 10px;
}

.upload input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}

.upload .filename {
  width: calc(100% - 110px);
  padding: 5px 8px 5px 15px;
  background: #ffffff;
  color: #A3A3A3;
  border: 1px solid #cccccc;
  overflow: hidden;
  font-size: 1.25rem;
  letter-spacing: 2px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  pointer-events: auto;
}

/* ----------INPUT[drop upload]----- */
.drop_upload {
  width: 100%;
  height: 300px;
  background-color: #eee;
  position: relative;
}

.drop_upload .upload_preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .5;
}

.drop_upload .msg_container {
  height: 230px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.drop_upload .msg_container p {
  opacity: .5;
}

.drop_upload img {
  margin: 40px auto 20px;
}

@media screen and (max-width: 1440px) {
  select {
    padding: 9px 15px;
  }
}

@media screen and (max-width: 768px) {
  .padding-form .col33,
  .padding-form .col66 {
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .padding-form .cf {
    margin-right: 0;
  }
  .padding-form .col33,
  .padding-form .col50,
  .padding-form .col66,
  .padding-form .col100 {
    width: 100%;
    padding-right: 0;
  }
  .drop_upload .msg_container {
    height: 150px;
  }
  .drop_upload img {
    width: 40px;
    margin: 20px auto 10px;
  }
}

/* --------------------- header ------------------- */
header {
  height: 100vh;
  width: 330px;
  position: fixed;
  left: 0;
  z-index: 10;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url("../img/header_icon/menu_whole.png");
}

header #header_content {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding: 25px 0 25px 35px;
  overflow-x: hidden;
  overflow-y: scroll;
}

header #header_content .nav_set .main_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header #header_content .nav_set .main_list li, header #header_content .nav_set .main_list .icon, header #header_content .nav_set .main_list .h4 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header #header_content .nav_set .main_list .main_select {
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

header #header_content .nav_set .main_list .main_select:hover {
  background-color: #ecf5f5;
}

header #header_content .nav_set .main_list .main_select a.active .h4 {
  color: #288468;
  font-weight: 500;
}

header #header_content .nav_set .main_list .main_select.IsLogout {
  display: none;
}

header #header_content .nav_set .main_list .main_select .icon {
  margin-right: 5px;
  width: 28px;
}

header #header_content .nav_set .main_list .main_select .icon img {
  margin: 0 auto;
}

header #header_content .nav_set .main_list .main_select .h4 .arrow {
  background-image: url(../img/header_icon/next.svg);
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 12px;
  margin-bottom: 4px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

header #header_content .nav_set .main_list .main_select .sub_list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

header #header_content .nav_set .main_list .main_select .sub_list a {
  width: 100%;
  padding: 10px;
  padding-left: 40px;
  border-radius: 5px;
  white-space: nowrap;
}

header #header_content .nav_set .main_list .main_select .sub_list a:hover {
  background-color: rgba(0, 0, 0, 0.063);
}

header #header_content .nav_set .main_list .main_select .sub_list a.active {
  color: #288468;
  font-weight: 500;
}

header #header_content .nav_set .main_list .main_select.active .h4 .arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

header #header_content .nav_set .main_list .main_select.active .sub_list {
  max-height: none;
}

header #header_content .features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 30px;
}

header #header_content .features li {
  position: relative;
}

header #header_content .features li img {
  width: 80%;
  position: relative;
  z-index: 2;
}

header #header_content .features li p {
  position: absolute;
  background-color: white;
  top: -70px;
  left: 0px;
  width: 260px;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.125);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.125);
  z-index: 1;
}

header #header_content .fontSizeControl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  padding-left: 20px;
}

header #header_content .fontSizeControl .title {
  margin-right: 10px;
}

header #header_content .fontSizeControl .sizebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  border-radius: 5px;
  background-color: #f5f5f5;
  cursor: pointer;
}

header #header_content .fontSizeControl .sizebox.active {
  background-color: #288468;
  color: #ffffff;
}

@media screen and (max-width: 1280px) {
  header #header_content .fontSizeControl {
    padding-bottom: 35px;
  }
  header #header_content .nav_set .sub_list {
    left: calc(-100% - 10px);
  }
}

@media screen and (max-width: 1280px) {
  header {
    top: 0;
    left: auto;
    right: 0;
    width: 0vw;
    -webkit-transition: width 0.5s ease,
 opacity 0.5s ease;
    -o-transition: width 0.5s ease,
 opacity 0.5s ease;
    transition: width 0.5s ease,
 opacity 0.5s ease;
    background-image: none;
    background-color: #ffffff;
    opacity: 0;
  }
  header .logo_set {
    height: 60px;
  }
  header .logo_set a {
    display: none;
  }
  header.navMobile_active {
    width: 40vw;
    opacity: 1;
  }
}

@media screen and (max-width: 1023px) {
  header.navMobile_active {
    width: 45vw;
  }
}

@media screen and (max-width: 768px) {
  header.navMobile_active {
    width: 50vw;
  }
}

@media screen and (max-width: 680px) {
  header.navMobile_active {
    width: 60vw;
  }
}

@media screen and (max-width: 580px) {
  header.navMobile_active {
    width: 70vw;
  }
}

@media screen and (max-width: 480px) {
  header.navMobile_active {
    width: 100vw;
  }
}

.nav_mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100px;
  background-position: bottom;
  background-image: url("../img/index/kv/m/nav.png");
}

.nav_mobile .logo_set {
  position: absolute;
  left: 30px;
  top: 20px;
}

.nav_mobile::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background-color: #ffffff;
}

.nav_mobile #hambuger {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}

.nav_mobile #hambuger input[type=radio]:not(old) + label,
.nav_mobile #hambuger input[type=checkbox]:not(old) + label {
  margin-right: 0;
}

.nav_mobile #hambuger .menu-icon {
  cursor: pointer;
  padding: 35px 25px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}

.nav_mobile #hambuger .menu-icon:before, .nav_mobile #hambuger .menu-icon:after {
  opacity: 0;
}

.nav_mobile #hambuger .menu-icon .navicon {
  background: #288468;
  display: block;
  height: 3px;
  position: relative;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out;
  width: 30px;
}

.nav_mobile #hambuger .menu-icon .navicon:before, .nav_mobile #hambuger .menu-icon .navicon:after {
  background: #288468;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
}

.nav_mobile #hambuger .menu-icon .navicon:before {
  top: 10px;
}

.nav_mobile #hambuger .menu-icon .navicon:after {
  top: -10px;
}

.nav_mobile #hambuger .menu-btn {
  display: none;
}

.nav_mobile #hambuger .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.nav_mobile #hambuger .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.nav_mobile #hambuger .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav_mobile #hambuger .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_mobile #hambuger .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.nav_mobile #hambuger .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media screen and (max-width: 1280px) {
  .nav_mobile #hambuger .menu-icon {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .nav_mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .nav_mobile {
    height: 80px;
  }
  .nav_mobile .logo_set {
    left: 25px;
    top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .nav_mobile .logo_set {
    top: 15px;
    width: 180px;
  }
}

#nav_blackfield {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.314);
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#nav_gap {
  height: 100vh;
  width: 260px;
}

@media screen and (max-width: 1280px) {
  #nav_gap {
    width: 100%;
    height: 60px;
  }
}

/* ===================== RWD ===================== */
/* --------------------- lightbox ------------------- */
.lightBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
  display: none;
}

.lightBox .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.lightBox .box {
  position: relative;
  width: 90%;
  max-width: 800px;
  background-color: #f5f5f5;
  border-radius: 12px;
  margin: 20vh auto;
  position: relative;
  cursor: default;
  padding: 30px 30px 50px;
}

.lightBox .box img.closeBox {
  position: absolute;
  width: 18px;
  top: -33px;
  right: 0px;
  cursor: pointer;
}

.lightBox .box .point {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
}

.lightBox .box .point .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightBox .box .point .title .class_name {
  width: 75%;
  padding-bottom: 10px;
}

.lightBox .box .point .title .name {
  border-left: 1px #767676 solid;
  padding-left: 10px;
}

.lightBox .box .point .line {
  width: 100%;
  height: 1px;
  background-color: #767676;
  margin: 0px 0 15px;
}

.lightBox .box .point .degree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.lightBox .box .point .degree > li {
  width: 50%;
}

.lightBox .box .point .degree > li:nth-child(even) {
  padding-left: 25px;
}

.lightBox .box .point .degree > li .points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightBox .box .point .degree > li .points li {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.059);
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 10px;
  margin: 7px 13px 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lightBox .box .point .degree > li .points li {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

.lightBox .box .point .degree > li .points li small {
  white-space: nowrap;
}

.lightBox .box .point .degree > li .points li.active {
  background-color: #f4ae00;
  color: #ffffff;
}

.lightBox .box .point .comment_box textarea {
  resize: none;
}

.lightBox .box .score_sheet {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  margin: 20px 0;
}

.lightBox .box .score_sheet .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightBox .box .score_sheet .title .student {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lightBox .box .score_sheet .title .student figure {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100px;
  background-color: #767676;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.lightBox .box .score_sheet .line {
  width: 100%;
  height: 1px;
  background-color: #767676;
  margin: 0px 0 15px;
}

.lightBox .box .score_sheet .degree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.lightBox .box .score_sheet .degree > li {
  width: 50%;
}

.lightBox .box .score_sheet .degree > li:nth-child(even) {
  padding-left: 25px;
}

.lightBox .box .score_sheet .degree > li .points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightBox .box .score_sheet .degree > li .points li {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.059);
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 10px;
  margin: 7px 13px 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lightBox .box .score_sheet .degree > li .points li {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.lightBox .box .score_sheet .degree > li .points li small {
  white-space: nowrap;
}

.lightBox .box .score_sheet .degree > li .points li.active {
  background-color: #f4ae00;
  color: #ffffff;
}

.lightBox .box .score_sheet .comment_box textarea {
  resize: none;
}

.lightBox .box .score_sheet .score_keep {
  text-align: end;
}

.lightBox .box .score_sheet .score_keep .btn-square {
  width: 100px;
  padding: 5px 0px;
}

@media screen and (max-width: 1023px) {
  .lightBox .box {
    max-width: 540px;
  }
  .lightBox .box .point .degree > li {
    width: 100%;
  }
  .lightBox .box .point .degree > li:nth-child(even) {
    padding-left: 0;
  }
  .lightBox .box .point .degree > li .points {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .lightBox .box .score_sheet .degree > li {
    width: 100%;
  }
  .lightBox .box .score_sheet .degree > li:nth-child(even) {
    padding-left: 0;
  }
  .lightBox .box .score_sheet .degree > li .points {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media screen and (max-width: 480px) {
  .lightBox .box .point .degree > li {
    width: 100%;
  }
  .lightBox .box .point .degree > li:nth-child(even) {
    padding-left: 0;
  }
  .lightBox .box .point .degree > li .points {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .lightBox .box .point .degree > li .points li {
    margin: 7px 33px 20px 0;
  }
  .lightBox .box .score_sheet .degree > li {
    width: 100%;
  }
  .lightBox .box .score_sheet .degree > li:nth-child(even) {
    padding-left: 0;
  }
  .lightBox .box .score_sheet .degree > li .points {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .lightBox .box .score_sheet .degree > li .points li {
    margin: 7px 33px 20px 0;
  }
}

@media screen and (max-width: 425px) {
  .lightBox .box .point .degree > li .points li {
    margin: 7px 10% 20px 0;
  }
  .lightBox .box .score_sheet .degree > li .points li {
    margin: 7px 10% 20px 0;
  }
}

@media screen and (max-width: 320px) {
  .lightBox .box .point .degree > li .points li {
    margin: 7px 8% 20px 0;
  }
  .lightBox .box .score_sheet .degree > li .points li {
    margin: 7px 8% 20px 0;
  }
  .lightBox .box .score_sheet .score_keep .btn-square {
    width: 80px;
  }
}

.lightboxBlack {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.125);
  z-index: 30;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lightboxBlack {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

.lightboxBlack.active {
  display: block;
}

.lightboxBlack .lightboxModel {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1000px;
  padding: 40px;
  padding-top: 50px;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 21;
}

.lightboxBlack .lightboxModel.active {
  display: block;
}

.lightboxBlack .lightboxModel.decorate {
  position: relative;
}

.lightboxBlack .lightboxModel.decorate::before, .lightboxBlack .lightboxModel.decorate::after {
  content: "";
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.lightboxBlack .lightboxModel.decorate::before {
  width: 160px;
  height: 160px;
  background-image: url("../img/educateCenter/lightbox-tree.svg");
  bottom: 0;
  left: -60px;
}

.lightboxBlack .lightboxModel.decorate::after {
  width: 120px;
  height: 120px;
  background-image: url("../img/educateCenter/lightbox-flower.svg");
  bottom: 0;
  right: -15px;
}

@media screen and (max-width: 768px) {
  .lightboxBlack .lightboxModel.decorate::before {
    width: 120px;
    height: 120px;
    left: -40px;
  }
  .lightboxBlack .lightboxModel.decorate::after {
    width: 100px;
    height: 100px;
    right: -5px;
  }
}

@media screen and (max-width: 480px) {
  .lightboxBlack .lightboxModel.decorate::before {
    width: 100px;
    height: 100px;
    left: -30px;
  }
  .lightboxBlack .lightboxModel.decorate::after {
    width: 80px;
    height: 80px;
    right: -5px;
  }
}

.lightboxBlack .lightboxModel .headTitle {
  color: #04890f;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.lightboxBlack .lightboxModel .closebtn {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon/icon-esc.svg");
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .lightboxBlack .lightboxModel {
    width: 800px;
  }
}

@media screen and (max-width: 1023px) {
  .lightboxBlack .lightboxModel {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .lightboxBlack .lightboxModel {
    padding: 40px;
  }
}

@media screen and (max-width: 480px) {
  .lightboxBlack .lightboxModel {
    padding: 40px 20px;
  }
  .lightboxBlack .lightboxModel .closebtn {
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px;
  }
}

#educateCenter_purpose .bodyfield .contentbox {
  padding: 10%;
}

#educateCenter_activity .bodyfield .contentbox {
  display: none;
}

#educateCenter_activity .bodyfield .contentbox.active {
  display: block;
}

#educateCenter_activity .bodyfield .contentbox .textfield_article {
  max-width: 1000px;
}

.lightboxBlack .lightboxModel .headTitle {
  margin-bottom: 20px;
}

.lightboxBlack .lightboxModel .tagbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}

.lightboxBlack .lightboxModel .tagbox .tag {
  padding: 5px 15px;
  background-color: #028191;
  color: #ffffff;
  border-radius: 20px;
  margin: 5px;
}

@media screen and (max-width: 480px) {
  .lightboxBlack .lightboxModel .tagbox .tag {
    padding: 0 5px;
    border-radius: 10px;
  }
}

#city_lightbox {
  text-align: center;
}

#educateCenter_achieve .capsulebox {
  display: none;
}

#educateCenter_achieve .contentbox .textfield_article {
  position: relative;
}

#educateCenter_achieve .contentbox .textfield_article .boat {
  width: 240px;
  position: absolute;
  bottom: 0;
  right: -18%;
}

@media screen and (max-width: 1600px) {
  #educateCenter_achieve .contentbox .textfield_article .boat {
    right: -10%;
    width: 200px;
  }
}

@media screen and (max-width: 1280px) {
  #educateCenter_achieve .contentbox .textfield_article .boat {
    right: -18%;
    width: 240px;
  }
}

@media screen and (max-width: 1150px) {
  #educateCenter_achieve .contentbox .textfield_article .boat {
    right: -10%;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  #educateCenter_achieve .contentbox .textfield_article .boat {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #educateCenter_achieve .capsulebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #educateCenter_achieve .taiwanbox {
    display: none;
  }
}
/*# sourceMappingURL=educateCenter.css.map */