@charset "UTF-8";
/* -----RESET---------------- */
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700|Noto+Sans+TC:300,400,500,700&display=swap");
@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;
  box-sizing: border-box;
  font-family: 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 {
  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 {
  position: relative;
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  color: #000000;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #EDF0F5;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #EDF0F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #126F6E;
}

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

.w1800 {
  width: 98%;
  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;
}

.w1365 {
  max-width: 1365px;
}

.w1400 {
  max-width: 1400px;
}

.w1800 {
  max-width: 1800px;
}

.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%;
}

.col45 {
  width: 45%;
}

.col40 {
  width: 40%;
}

.col30 {
  width: 30%;
}

.col33 {
  width: 33.3333%;
}

.col25 {
  width: 25%;
}

.col20 {
  width: 20%;
}

.col15 {
  width: 15%;
}

.col05 {
  width: 10%;
}

.col05 {
  width: 5%;
}

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

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

.flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

.just_center {
  justify-content: center;
}

.align_center {
  align-items: center;
}

.flex-wrap {
  display: flex;
  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;
}

.mt5 {
  margin-top: 5%;
}

.mb5 {
  margin-bottom: 5%;
}

.mb15 {
  margin-bottom: 15%;
}

th, td {
  border: none;
  border-spacing: 0;
  padding: 5px 0;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 300;
  vertical-align: top;
}

/* -------------RWD--------------- */
@media screen and (max-width: 1024px) {
  .w900,
.w1000,
.w1100,
.w1200,
.w1300,
.w1400 {
    width: 90%;
  }
  .padding-v {
    padding: 30px 0;
  }
}
/* ---------BUTTON-------- */
.btn {
  min-width: 180px;
  padding: 7px 20px;
  margin: 20px auto;
}
.btn.btn-primary {
  border: none;
  background-color: #12807F;
  color: #ffffff;
}
.btn.btn-default {
  background-color: #aaaaaa;
  color: #ffffff;
}

.btn_cyclegreen {
  position: relative;
  background-color: #12807F;
  color: #ffffff;
  border-radius: 22px;
  z-index: 1;
}
.btn_cyclegreen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: 22px;
  background-color: #126F6E;
  transition: all 0.3s;
}
.btn_cyclegreen:hover::before {
  opacity: 1;
  width: 100%;
}

.btn_green {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 185px;
  font-weight: 300;
  letter-spacing: 1.1px;
  font-size: 0.875em;
  padding: 12px 15px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  background-color: #12807F;
  color: #ffffff;
  margin: 2% 0;
  transition: all 0.5s;
  z-index: 1;
}
.btn_green span {
  display: inline-block;
  width: 21px;
  height: 1px;
  background-color: #ffffff;
  vertical-align: super;
  margin-left: 30px;
  transition: 0.5s;
}
.btn_green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #126F6E;
  transition: all 0.3s;
}
.btn_green:hover::before {
  opacity: 1;
  width: 100%;
}
.btn_green:hover span {
  transform: translateX(10px);
}

.btn_grey {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 185px;
  font-weight: 300;
  letter-spacing: 1.1px;
  font-size: 0.875em;
  padding: 12px 15px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  background-color: #747474;
  color: #ffffff;
  margin: 2% 0;
  transition: all 0.5s;
  z-index: 1;
}
.btn_grey span {
  display: inline-block;
  width: 21px;
  height: 1px;
  background-color: #ffffff;
  vertical-align: super;
  margin-left: 30px;
  transition: 0.5s;
}
.btn_grey::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #464646;
  transition: all 0.3s;
}
.btn_grey:hover::before {
  opacity: 1;
  width: 100%;
}
.btn_grey:hover span {
  transform: translateX(10px);
}

/* ----------DATEPICKER---------- */
/* datepicker */
.ui-datepicker {
  min-width: 300px;
  background-color: #f4f4f4;
  color: #000000;
  width: auto;
  padding: 0;
  font-size: 16px;
  letter-spacing: 2px;
  z-index: 900 !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 20 !important;
}

.ui-datepicker .ui-datepicker-header {
  background: #12807F;
  color: #ffffff;
  padding: 10px 0;
  margin: 0 0 10px;
  border: none;
}

.ui-datepicker .ui-datepicker-title select {
  padding: 0 15px;
  color: #126F6E;
  text-align: center;
  border: none;
  border-radius: 0;
  line-height: 1.6;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #ffffff;
  top: 0;
  bottom: 0;
  margin: auto 10px;
  cursor: pointer;
}

.ui-datepicker .ui-state-disabled {
  opacity: 0.5;
}

.ui-datepicker .ui-datepicker-prev {
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #ffffff transparent transparent;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 0;
}

.ui-datepicker table {
  width: 90%;
  margin: 0 auto 10px;
}

.ui-datepicker th {
  padding: 0 0.3em;
}

.ui-datepicker th span {
  width: 100%;
  display: inline-block;
  font-weight: 300;
  padding: 5px 5px;
  font-size: 0.9em;
}

.ui-datepicker td {
  padding: 0.2em;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
  background-color: #ffffff;
  padding: 5px 5px;
}

.ui-datepicker td span {
  color: #c6c6c6;
}

.ui-datepicker .ui-datepicker-current-day a,
.ui-datepicker td a:active {
  background-color: #feafaf;
  color: #ffffff;
}

.ui-datepicker .highlight a {
  background-color: #f3b57d;
  color: #feafaf;
}

.ui-datepicker-calendar .ui-state-hover {
  background-color: #feafaf;
  color: #ffffff;
}

/* datetimepicker */
.ui-timepicker-div {
  font-size: 12px;
  color: #333;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  text-align: center;
  border-bottom: none;
  font-size: 14px;
}

.ui-timepicker-div dl dt {
  padding-left: 20px;
}

.ui-slider-horizontal {
  background-color: #fff;
}

.ui-slider-horizontal .ui-slider-handle {
  background: #126F6E url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  background-color: #126F6E;
  color: #fff;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  background-color: #feafaf;
  color: #fff;
}

/*--------- push_header--------*/
.push_header {
  height: 83px;
}

@media screen and (max-width: 1500px) {
  .push_header {
    height: 63px;
  }
}
/*--------- page ---------- */
.page {
  text-align: center;
  margin: 5% auto;
}
.page ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.page ul a {
  vertical-align: middle;
}
.page ul li {
  font-size: 1.1em;
  margin: 0 10px;
  font-weight: 500;
}
.page ul li:hover {
  color: #126F6E;
  border-bottom: 2px solid #F04F58;
}
.page ul li.active {
  color: #FFC62B;
  border-bottom: 2px solid #F04F58;
}
.page ul li.next {
  color: #F2993E;
  transition: 0.2s;
}
.page ul li.next:hover {
  transform: translateX(5px);
}
.page ul li.next:hover, .page ul li.next.active {
  color: #FFC62B;
  border-bottom: none;
}
.page ul li.pref {
  color: #F2993E;
  transition: 0.2s;
}
.page ul li.pref:hover {
  transform: translateX(-5px);
}
.page ul li.pref:hover, .page ul li.pref.active {
  color: #FFC62B;
  border-bottom: none;
}
.page ul li.next_end {
  color: #F04F58;
  transition: 0.2s;
}
.page ul li.next_end:hover {
  transform: translateX(5px);
}
.page ul li.next_end:hover, .page ul li.next_end.active {
  color: #FFC62B;
  border-bottom: none;
}
.page ul li.pref_start {
  color: #F04F58;
  transition: 0.2s;
}
.page ul li.pref_start:hover {
  transform: translateX(-5px);
}
.page ul li.pref_start:hover, .page ul li.pref_start.active {
  color: #FFC62B;
  border-bottom: none;
}
.page ul li.pref img, .page ul li.pref_start img {
  transform: rotate(180deg);
}
@media screen and (max-width: 340px) {
  .page ul li {
    font-size: 1em;
    margin: 0 9px;
  }
}

.look_file {
  position: relative;
  width: 100%;
  padding-left: 28px;
  color: #126F6E;
}
.look_file::before {
  position: absolute;
  content: url(../img/index/icon-file.svg);
  left: 0;
  top: 3px;
}
.look_file:hover p, .look_file:active p {
  color: #126F6E;
}

.file_link {
  position: relative;
  width: 100%;
  padding-left: 28px;
}
.file_link::before {
  position: absolute;
  content: url(../img/icons/icon-link.svg);
  left: 0;
  top: 7px;
}
.file_link:hover p, .file_link:active p {
  color: #126F6E;
}

/* ----------TABLE--------------- */
table.table {
  margin: 5% auto;
}
table.table thead {
  border-bottom: 2px solid #ddd;
  background-color: #F7F9FC;
}
table.table thead th {
  color: #747474;
}
@media screen and (max-width: 800px) {
  table.table thead {
    display: none;
  }
}
table.table tr {
  width: 100%;
  border-bottom: 1px solid #eee;
}
table.table tr .title a, table.table tr .link a {
  font-weight: normal;
}
table.table tr .title a:hover, table.table tr .title a :active, table.table tr .link a:hover, table.table tr .link a :active {
  color: #12807F;
}
table.table tr .link span {
  display: block;
}
table.table tr .link span.file_look {
  background: url(../img/icons/icon-link.svg) 2px 5px no-repeat;
  background-position: center;
  height: 16px;
  width: 20px;
}
table.table tr .link span.file_download {
  background: url(../img/icons/icon-download.svg) 2px 5px no-repeat;
  background-position: center;
  height: 22px;
  width: 20px;
}
table.table th {
  font-weight: 500;
  padding: 8px 10px;
}
table.table th.title_date, table.table th.line_side {
  position: relative;
}
table.table th.title_date::before, table.table th.line_side::before {
  position: absolute;
  content: "";
  left: 0;
  height: 60%;
  width: 1px;
  background-color: #9B9999;
}
table.table th.title_date::after, table.table th.line_side::after {
  position: absolute;
  content: "";
  right: 0;
  height: 60%;
  width: 1px;
  background-color: #9B9999;
}
table.table th.title_type, table.table th.line_oneside {
  position: relative;
}
table.table th.title_type::after, table.table th.line_oneside::after {
  position: absolute;
  content: "";
  right: 0;
  height: 60%;
  width: 1px;
  background-color: #9B9999;
}
table.table th.area {
  position: relative;
}
table.table th.area::after {
  position: absolute;
  content: "";
  right: 0;
  height: 60%;
  width: 1px;
  background-color: #9B9999;
}
@media screen and (max-width: 900px) {
  table.table th {
    padding: 8px;
  }
}
table.table td {
  padding: 22px 8px;
  text-align: center;
  color: #464646;
}
@media screen and (max-width: 800px) {
  table.table tr {
    display: inline-block;
    padding: 10px 0;
  }
  table.table td {
    display: block;
    width: 100%;
    padding: 3px 0;
    float: left;
    text-align: left;
  }
  table.table td::before {
    content: attr(data-th);
    display: block;
    width: 100px;
    background-color: #12807F;
    color: #fff;
    text-align: center;
    float: left;
  }
  table.table td > a, table.table td > span, table.table td > div, table.table td > small {
    width: calc(100% - 100px) !important;
    float: left;
    padding-left: 10px;
  }
  table.table td > small {
    font-size: 14px;
  }
}
table.table th.title, table.table th.txt-left, table.table td.title, table.table td.txt-left {
  text-align: left;
}

table.table_health td:nth-child(1) {
  width: 55%;
}

table.table_health td:nth-child(2) {
  width: 200px;
  font-size: 14px;
}

table.table_health td:nth-child(3) {
  width: 500px;
  text-align: left;
  font-size: 14px;
}
table.table_health td:nth-child(3) a {
  margin: 3px auto;
  color: #126F6E;
  width: 100%;
}

table.table_job td:nth-child(1) {
  width: 10%;
}

table.table_job td:nth-child(2) {
  width: 55%;
}

table.table_job td:nth-child(3) {
  width: 150px;
  font-size: 14px;
}

table.table_job td:nth-child(4) {
  width: 300px;
  text-align: center;
  font-size: 14px;
}
table.table_job td:nth-child(4) a {
  margin: 3px auto;
  color: #126F6E;
}

table.table_all td:nth-child(1) {
  width: 10%;
}

table.table_all td:nth-child(2) {
  width: 50%;
}

table.table_all td:nth-child(3) {
  width: 150px;
  font-size: 14px;
}

table.table_all td:nth-child(4) {
  width: 400px;
  text-align: left;
  font-size: 14px;
}
table.table_all td:nth-child(4) a {
  width: 100%;
  margin: 3px auto;
  color: #126F6E;
}

table.table_classFind td:nth-child(1) {
  width: 16%;
}

table.table_classFind td:nth-child(2) {
  width: 25%;
}

table.table_classFind td:nth-child(3) {
  width: 22%;
}

table.table_classFind td:nth-child(6) {
  width: 15%;
}

@media screen and (max-width: 800px) {
  table.table_health td:nth-child(1),
table.table_health td:nth-child(2),
table.table_health td:nth-child(3),
table.table_job td:nth-child(1),
table.table_job td:nth-child(2),
table.table_job td:nth-child(3),
table.table_job td:nth-child(4),
table.table_all td:nth-child(1),
table.table_all td:nth-child(2),
table.table_all td:nth-child(3),
table.table_all td:nth-child(4) {
    font-size: 14px;
    width: 100%;
  }
  table.table_classFind td:nth-child(1),
table.table_classFind td:nth-child(2),
table.table_classFind td:nth-child(3),
table.table_classFind td:nth-child(4),
table.table_classFind td:nth-child(5),
table.table_classFind td:nth-child(6) {
    font-size: 14px;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  table.table_classFind td:nth-child(1),
table.table_classFind td:nth-child(2),
table.table_classFind td:nth-child(3),
table.table_classFind td:nth-child(4),
table.table_classFind td:nth-child(5),
table.table_classFind td:nth-child(6) {
    font-size: 13px;
    width: 100%;
  }
}
/* --------line_1-------- */
.line_1 {
  height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#trigger-sidebar {
  width: 125px;
  position: fixed;
  z-index: 19;
  right: 0;
  top: 80%;
  background-color: #126F6E;
  color: #ffffff;
  border-radius: 10px 0px 0px 10px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#trigger-sidebar svg {
  width: 20px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  margin-right: 10px;
  margin-top: -5px;
  transform: rotate(180deg);
}
#trigger-sidebar.active {
  padding-right: 220px;
}
#trigger-sidebar.active svg {
  transform: rotate(0deg);
}
#trigger-sidebar.active span {
  display: none;
}

@media screen and (min-width: 769px) {
  #trigger-sidebar {
    display: none;
  }
}
/* --------sidebar-------- */
#sidebar {
  width: 200px;
  position: fixed;
  z-index: 20;
  right: 0;
  top: 50%;
  background-color: #126F6E;
  color: #ffffff;
  border-radius: 10px 0px 0px 10px;
  padding: 10px;
}
#sidebar h4 {
  font-size: 25px;
  padding: 10px 0;
  border-bottom: 0.8px solid rgba(237, 237, 237, 0.3);
  font-weight: 300;
}
#sidebar h4 small {
  font-size: 16px;
}
#sidebar ul li {
  display: flex;
  border-bottom: 0.8px solid rgba(237, 237, 237, 0.3);
  padding: 10px 0;
}
#sidebar ul li:nth-last-child(1) {
  border-bottom: none;
}
#sidebar ul li a {
  width: 100%;
  padding: 10px 0;
  font-weight: 300;
  line-height: 1.4;
}
#sidebar ul li a.arrow_right {
  display: block;
  background: url(../img/icons/icon-arrow.svg) 130px 20px no-repeat;
  padding-right: 40px;
}
#sidebar ul li a span {
  margin-right: 8px;
  padding: 6px 15px;
  background-size: contain;
}
#sidebar ul li a span.icon-point {
  background: url(../img/icons/icon-point.svg) no-repeat;
  background-position: center;
}
#sidebar ul li a span.icon-seach {
  background: url(../img/icons/icon-seach.svg) no-repeat;
  background-position: center;
}
#sidebar ul li a span.icon_download {
  background: url(../img/icons/icon_download.svg) no-repeat;
  background-position: center;
}
#sidebar ul li a span.icon-payment {
  background: url(../img/icons/icon_payment.svg) no-repeat;
  background-position: center;
}
#sidebar ul li a br {
  display: none;
}
#sidebar ul li:hover {
  background-color: #17444A;
}

@media screen and (max-width: 768px) {
  #sidebar {
    padding: 0px 5px;
    right: -200px;
    transition: all 0.2s ease;
    top: 80%;
  }
  #sidebar h4 {
    display: none;
  }
  #sidebar ul {
    display: flex;
  }
  #sidebar ul li {
    width: 33.3%;
    border-bottom: none;
  }
  #sidebar ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #sidebar ul li a.arrow_right {
    background: unset;
    padding-right: 0px;
  }
  #sidebar ul li a span {
    display: block;
    padding: 16px;
    background-position: center;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  #sidebar ul li a br {
    display: block;
  }
  #sidebar.active {
    right: 0;
  }
}
/* --------class_list-------- */
a.class_list {
  position: relative;
  background-color: #ffffff;
  padding: 20px 0;
  width: 600px;
  margin: 0 0 21px;
}
a.class_list:hover {
  box-shadow: 0px 3px 14px rgba(18, 40, 113, 0.0823529412);
}
a.class_list .class_date {
  text-align: center;
  border-right: 1px solid #EDEDED;
  padding: 15px 25px;
  align-self: center;
}
a.class_list .class_date h5 {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
}
a.class_list .class_info {
  padding: 0 20px;
  width: 75%;
}
a.class_list .class_info .class_title_box {
  display: inline-block;
  width: 100%;
}
a.class_list .class_info .class_title_box .title {
  display: -webkit-inline-box;
  width: 80%;
}
a.class_list .class_info .class_title_box .title.line_1 {
  width: 100%;
}
a.class_list .class_info .class_title_box span {
  display: inline-block;
  background-color: #12807F;
  color: #ffffff;
  padding: 3px 13px;
  font-size: 12px;
  position: relative;
  vertical-align: top;
}

@media screen and (max-width: 620px) {
  a.class_list .class_date {
    width: 100%;
    border-right: unset;
  }
  a.class_list .class_info {
    width: 100%;
  }
  a.class_list .class_info .title.line_1 {
    width: 100%;
    height: unset;
    overflow: unset;
    text-overflow: unset;
    display: block;
  }
}
/* --------Login_box-------- */
.Login_box {
  width: 371px;
  height: 440px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.3);
  padding: 35px;
}
.Login_box .input-text, .Login_box .checkfield {
  margin: 20px auto 18px;
}
.Login_box .submtiButton a {
  margin-left: 9px;
}
.Login_box .submtiButton a:hover {
  color: #17444A;
}
.Login_box .member {
  margin: 4% auto 8%;
}
.Login_box .member h3 {
  margin: 3% auto;
}
.Login_box .member h3 span {
  font-size: 0.5em;
}
.Login_box .member .hello {
  margin-bottom: 6%;
}

/* --------grey-line-------- */
.line {
  width: 100%;
  height: 1px;
  background-color: #EDEDED;
}

/* -------- icon clock-------- */
.clock {
  display: block;
  background: url(../img/icons/clock.svg) 2px 8px no-repeat;
  padding-left: 30px;
}

/* -------- icon map-------- */
.map {
  display: block;
  background: url(../img/icons/map.svg) 2px 8px no-repeat;
  padding-left: 30px;
}

/* -------- icon clock-------- */
.man {
  display: block;
  background: url(../img/icons/man.svg) 2px 8px no-repeat;
  padding-left: 30px;
}

/* -------- icon rank-------- */
.Arank {
  border-radius: 10px;
  padding: 3px 15px;
  background: #F04F58 0% 0% no-repeat padding-box;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.Brank {
  border-radius: 10px;
  padding: 3px 15px;
  background: #F2993E 0% 0% no-repeat padding-box;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

/* -------- ball-------- */
.over_hide {
  position: relative;
  overflow: hidden;
}

span.ball1 {
  position: absolute;
  border-radius: 50%;
  background: transparent linear-gradient(227deg, #E4EFF7 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  transform: matrix(0.95, -0.31, 0.31, 0.95, 0, 0);
  width: 608px;
  height: 608px;
  opacity: 0.53;
  z-index: -1;
  top: 30px;
}
span.ball2 {
  position: absolute;
  border-radius: 50%;
  background: transparent linear-gradient(227deg, #E4EFF7 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  transform: matrix(-0.17, 0.98, -0.98, -0.17, 0, 0);
  width: 588px;
  height: 588px;
  opacity: 0.61;
  z-index: -1;
}
span.ball3 {
  position: absolute;
  border-radius: 50%;
  background: transparent linear-gradient(279deg, #E4EFF7 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  transform: matrix(0.9, -0.44, 0.44, 0.9, 0, 0);
  width: 588px;
  height: 588px;
  opacity: 0.61;
  z-index: -1;
  right: -105px;
  bottom: 0;
}

/* --------twzipcodeMedicals------- */
.info_form select.districtMedical, .info_form select.districtArea, .info_form select.districtJob {
  display: none;
}
.info_form input.zipcodeMedical, .info_form input.zipcodeArea, .info_form input.zipcodeJob {
  display: none;
}

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

/* ---------tab_card-------- */
.tab_card {
  width: 100%;
  margin: -32px auto 0;
  box-shadow: 0px 3px 14px rgba(18, 40, 113, 0.0823529412);
  position: relative;
  padding: 1.2% 4%;
  z-index: 2;
  background-color: #ffffff;
}
.tab_card ul {
  display: flex;
  align-items: center;
}
.tab_card li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 80px 0 0;
  color: #9B9999;
}
.tab_card li:hover, .tab_card li.active {
  color: #12807F;
}
.tab_card li h5 {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 1440px) {
  .tab_card {
    width: 90%;
    overflow: scroll;
  }
  .tab_card::-webkit-scrollbar {
    display: none;
  }
  .tab_card ul {
    width: auto;
    white-space: nowrap;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab_card {
    padding: 12px 13px;
  }
  .tab_card li {
    display: inline-block;
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 414px) {
  .tab_card li {
    display: inline-block;
    margin: 0 45px 0 0;
  }
}
/* ---------tab_subcard-------- */
.tab_subcard {
  width: 100%;
  position: relative;
  padding: 2% 4%;
  z-index: 2;
}
.tab_subcard li {
  display: inline-block;
  margin: 0 80px 0 0;
}
.tab_subcard li:hover, .tab_subcard li.active {
  border-bottom: 2.5px solid #F04F58;
}

.advice_box {
  background-color: #F7F9FC;
  padding: 2.5% 0;
}

/* ---------ANIMATION-------- */
@-webkit-keyframes showContent {
  0% {
    opacity: 0;
    transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes showContent {
  0% {
    opacity: 0;
    transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 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;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    transform: translate(0, 50%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translate(0, 50%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translate(0, -50%);
  }
  100% {
    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------------- */
option {
  font-family: "Noto Sans TC", sans-serif;
}

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

h1 {
  font-size: 3.43em;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  font-size: 3em;
}

h3 {
  position: relative;
  font-size: 2em;
}
h3 span {
  font-size: 0.56em;
}

h3.title {
  padding-bottom: 24px;
  margin: 40px auto;
}

h3.title::before {
  position: absolute;
  content: "";
  display: block;
  width: 47px;
  height: 4px;
  bottom: 0;
  background: transparent linear-gradient(90deg, #F04F58 0%, #FFC790 100%) 0% 0% no-repeat padding-box;
}

h4 {
  font-size: 1.75em;
  line-height: 1;
}

h4.title span {
  display: block;
  width: 47px;
  height: 4px;
  background: transparent linear-gradient(90deg, #F04F58 0%, #FFC790 100%) 0% 0% no-repeat padding-box;
  margin: 15px 0;
}

h5 {
  position: relative;
  font-size: 1.125em;
  line-height: 2;
}

h5.sub_title::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 22px;
  top: 8px;
  left: -13px;
  background-color: #126F6E;
}

h6 {
  font-size: 0.75em;
  line-height: 2;
}

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

p, li {
  font-size: 1em;
  line-height: 2;
}

small {
  font-size: 0.875em;
  letter-spacing: 2px;
  line-height: 2;
}
small.font12 {
  font-size: 12px;
}

b,
strong {
  font-weight: bold;
}

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

/* ------------- color --------------- */
.txt-orange {
  color: #F2993E;
}

.txt-red {
  color: #F04F58;
}

.txt-green {
  color: #12807F;
}

.txt-dkgreen {
  color: #126F6E;
}

.txt-dark-green {
  color: #17444A;
}

.txt-lightgray {
  color: #464646;
}

.txt-darkgray {
  color: #A8A8A8;
}

.txt-txtgray {
  color: #747474;
}

.txt-white {
  color: #ffffff;
}

.bg-red {
  background-color: #F04F58;
}

.bg-orange {
  background-color: #F2993E;
}

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

/* ---------padding-s------------ */
.padding-s,
section .form .padding-s {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dialog_content.job_light_box .padding-s {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dialog_content.job_light_box small {
  padding: 2% 0;
  margin-right: 5px;
  text-align: right;
}
.dialog_content.job_light_box .info_form textarea {
  min-height: 10em;
}

/* ----------LIGHTBOX------------ */
.trigger_lightbox {
  cursor: pointer;
}

#lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  overflow-y: scroll;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(180, 180, 180, 0.5);
  cursor: url(../img/icons/icon-close.png), crosshair;
}

#lightbox .box {
  width: 1200px;
  min-height: 325px;
  max-width: 90%;
  background-color: #ffffff;
  /*border-top: 10px solid #feafaf;*/
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  padding: 70px 5%;
  margin: 225px auto;
  position: relative;
  cursor: default;
}

#lightbox .close_box:not(.btn) {
  background: url(../img/icons/icon-close.png) 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#lightbox h3 {
  margin-bottom: 0;
}

#lightbox li,
#lightbox p {
  line-height: 2;
}

/* ----------RWD----------------- */
@media screen and (max-width: 1024px) {
  /* ----------LIGHTBOX------------ */
  #lightbox .box {
    min-height: 0;
    /*border-bottom: 20px solid #feafaf;*/
    padding: 50px 5%;
    margin: 120px auto;
  }
}
@media screen and (max-width: 480px) {
  /* ----------LIGHTBOX------------ */
  #lightbox .box {
    /*border-bottom: 20px solid #feafaf;*/
    margin: 100px auto;
  }
}
/* ------------- set --------------- */
h3.title_set {
  display: inline-block;
  font-family: "Noto Sans TC", sans-serif;
}
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 {
    font-size: 3em;
    line-height: 1.25;
  }
  h2 {
    font-size: 2.5em;
    line-height: 1;
  }
  h3 {
    font-size: 1.7em;
    line-height: 1.25;
  }
  h4 {
    font-size: 1.5em;
    line-height: 1.25;
  }
  .dialog_content h4 {
    font-size: 1.5em;
    line-height: 1.25;
  }
  h5 {
    font-size: 1.1em;
  }
  h6 {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.2em;
    line-height: 1.25;
  }
  h2 {
    font-size: 2.3em;
    line-height: 1;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
  h4 {
    font-size: 1.3em;
    line-height: 1.25;
  }
  .dialog_content h4 {
    font-size: 1.3em;
    line-height: 1.25;
  }
  h5 {
    font-size: 1.1em;
  }
  .contain_bg h5 {
    font-size: 1em;
  }
  li, p {
    font-size: 0.9em;
  }
  .w800,
.w900,
.w1000,
.w1100,
.w1200,
.w1300,
.w1365,
.w1400 {
    width: 90%;
  }
}
.textarea_expand {
  height: 45px;
}
.textarea_expand.textarea_active {
  min-height: 150px !important;
}

.title {
  font-weight: 500;
}

footer {
  width: 100%;
}
footer .logo {
  width: 250px;
  margin-bottom: 30px;
}
footer .top {
  width: 100%;
  background-color: #17444A;
  border: none;
}
footer .top #footer_content {
  padding: 30px 0;
}
footer .top #footer_content .footer_nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
footer .top #footer_content .footer_nav .list {
  margin-right: 3.5%;
  margin-bottom: 20px;
}
footer .top #footer_content .footer_nav .list .headitem {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
}
footer .top #footer_content .footer_nav .list .item {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  opacity: 0.8;
}
footer .top #footer_content .footer_nav .list .item a {
  margin-bottom: 10px;
}
footer .bottom {
  width: 100%;
  background-color: #11363B;
  border: none;
}
footer .bottom .logo {
  display: none;
}
footer .bottom #all_rights_reserved {
  padding: 20px 0;
  font-size: 12px;
  color: #ffffff;
}
footer .bottom #all_rights_reserved .contact {
  display: flex;
}
footer .bottom #all_rights_reserved .contact .text {
  opacity: 0.8;
  margin-right: 10px;
  letter-spacing: 0.1em;
}
footer .bottom #all_rights_reserved .copyright .text {
  opacity: 0.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .top {
    display: none;
  }
  footer .bottom {
    background-color: #17444A;
  }
  footer .bottom .logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  footer .bottom #all_rights_reserved {
    text-align: center;
    font-size: 14px;
  }
  footer .bottom #all_rights_reserved .contact {
    display: flex;
    flex-direction: column;
  }
  footer .bottom #all_rights_reserved .contact .text {
    opacity: 0.8;
    margin-right: 10px;
  }
  footer .bottom #all_rights_reserved .copyright .text {
    opacity: 0.8;
  }
}

/* ---------FORM-------------------- */
form > .flex-wrap > div {
  margin: 5px 0;
}
form > .flex-wrap > label {
  margin: 5px 0;
}
form > label, form > div {
  margin: 5px 0;
}
form small {
  font-size: 0.8em;
  letter-spacing: 1px;
}
form .mData {
  padding: 0;
  margin: 5px 0;
  color: #17444A;
  border-bottom: 1px solid #EDEDED;
  min-height: 33px;
}

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 #ffffff;
  border-bottom: 1px solid #EDEDED;
  background-color: #F7F9FC;
}
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: #464646;
}

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

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;
}

.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 #9B9999;
}
.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 .col50 {
  padding-right: 25px;
}
.padding-form .col50:nth-child(1), .padding-form .col50:nth-child(2) {
  padding-right: 25px;
}
.padding-form .col50 .col50:nth-child(1) {
  padding-right: 10px;
}
.padding-form .col50 .col50:nth-child(2) {
  padding-right: 0;
}
.padding-form .col50 .col33 {
  padding-right: 10px;
}
.padding-form .col50 .col33:nth-child(3) {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .padding-form .col50 {
    padding-right: 0;
  }
  .padding-form .col50:nth-child(1), .padding-form .col50:nth-child(2) {
    padding-right: 0;
  }
  .padding-form .col50 .col50:nth-child(1) {
    padding-right: 0;
  }
  .padding-form .col50 .col33 {
    padding-right: 0;
  }
}
.padding-form .col25 {
  padding-right: 10px;
}
.padding-form .col20,
.padding-form .col33,
.padding-form .col50,
.padding-form .col66,
.padding-form .col80,
.padding-form .col100 {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-right: -5px;
}
.padding-form .flex-nowrap {
  display: inline-flex;
}

/* ---------info_form-------------------- */
.info_form input[type=text],
.info_form input[type=number],
.info_form input[type=email],
.info_form input[type=password],
.info_form input[type=search],
.info_form input[type=date],
.info_form input[type=url],
.info_form input[type=tel],
.info_form select,
.info_form textarea {
  position: relative;
  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 #ffffff;
  background-color: rgba(25, 125, 124, 0.1607843137);
  line-height: 1.5;
}
.info_form input[type=text]:focus,
.info_form input[type=number]:focus,
.info_form input[type=email]:focus,
.info_form input[type=password]:focus,
.info_form input[type=search]:focus,
.info_form input[type=date]:focus,
.info_form input[type=url]:focus,
.info_form input[type=tel]:focus,
.info_form select:focus,
.info_form textarea:focus {
  border: 1px solid #12807F;
}
.info_form select {
  padding-right: 30px;
  background: url(../img/icon-down.svg) no-repeat right center;
  background-size: 13px;
  background-position-x: 94%;
  background-color: rgba(25, 125, 124, 0.1607843137);
}
.info_form .search_contain {
  align-items: center;
}
.info_form .search_contain input[type=text] {
  width: 120px;
}
.info_form .search_contain .search_box {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.info_form .search_contain .fright {
  position: relative;
}
.info_form .search_contain .fright input[type=search] {
  min-width: 200px;
  padding-right: 150px;
}
.info_form .search_contain .fright input[type=search] + button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 8px;
  margin: 5px 0 6px;
  min-width: 150px;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .info_form .search_contain .fright {
    width: 78%;
  }
  .info_form .search_contain .fright input[type=search] + button {
    min-width: 100px;
  }
}

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

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

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

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

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

/* ----------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 #D6D6D6;
  left: 0;
  top: 0.25em;
}

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

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

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

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

.upload .btn {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  min-width: 0;
  padding: 8px;
  margin: 0;
  margin-right: -7px;
  background: #17444A;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 0.85em;
}

.upload .filename {
  display: inline-block;
  width: calc(100% - 100px);
  padding: 4px 16px;
  background: #F7F9FC;
  color: #A3A3A3;
  overflow: hidden;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  pointer-events: auto;
}

.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;
}

/* ----------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: 0.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: 0.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 .cf {
    margin-right: 0;
  }
  .padding-form .col33,
.padding-form .col50,
.padding-form .col66,
.padding-form .col100 {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 620px) {
  .drop_upload .msg_container {
    height: 150px;
  }
  .drop_upload img {
    width: 40px;
    margin: 20px auto 10px;
  }
}
/* --------------------- header ------------------- */
body.lock {
  overflow: hidden;
}

header {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 997;
  background-color: #ffffff;
  transition: 0.3s;
  border-bottom: 1px solid #EDEDED;
  top: 0;
  left: 0;
}
header .contain {
  display: flex;
  align-items: center;
  padding-right: 115px;
}
header .logo {
  width: 220px;
}
header .main_list {
  z-index: 5;
  position: relative;
  display: flex;
  margin-left: 2%;
}
header .main_list > li {
  margin: 0 23px;
  cursor: default;
  position: relative;
  padding: 25px 0;
}
header .main_list > li::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #12807F;
  transition: 0.3s;
}
header .main_list > li.active::before {
  width: 100%;
}
header .main_list > li.active ul.sub_list {
  display: block;
}
@media screen and (min-width: 1500px) {
  header .main_list > li:hover::before {
    width: 100%;
  }
  header .main_list > li:hover ul.sub_list {
    display: block;
  }
}
header .main_list > li a {
  width: 100%;
}
header .main_list ul.sub_list {
  position: absolute;
  background: #F7F9FC 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.0980392157);
  width: 150px;
  left: -40px;
  top: 83px;
  display: none;
}
header .main_list ul.sub_list > li {
  text-align: center;
  border-bottom: 1px solid #12807F;
  color: #17444A;
  font-weight: 300;
}
header .main_list ul.sub_list > li a {
  padding: 15px 7px;
}
@media screen and (max-width: 1500px) {
  header .main_list ul.sub_list > li a .too_long_break {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  header .main_list ul.sub_list > li:hover {
    background-color: #12807F;
    color: #ffffff;
  }
}
header .main_list ul.sub_list > li.active {
  background-color: #12807F;
  color: #ffffff;
}
header .main_list ul.fix_position {
  left: -24px;
  top: 83px;
}
header .main_list .eng_tab {
  display: none;
}
header .login_box {
  position: absolute;
  right: 60px;
  align-items: center;
}
header .login_box li {
  margin: 0 10px;
}
header .login_box .header_login, header .login_box .header_logout {
  padding: 0 27px 5px;
}
header .login_box .header_login small, header .login_box .header_logout small {
  color: #ffffff;
}
header .login_box .member_apply a {
  color: #12807F;
}
header .login_box .member_apply:hover a {
  color: #17444A;
}
header .hamburger {
  display: none;
}

/* ===================== RWD ===================== */
@media screen and (max-width: 1808px) {
  header .main_list {
    margin-left: 2%;
  }
  header .main_list > li {
    margin: 0px 15px;
  }
}
@media screen and (max-width: 1600px) {
  header .main_list > li {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 1500px) {
  header .contain {
    padding: 0;
    justify-content: space-between;
    width: 90%;
  }
  header ul.main_list {
    display: block;
    position: fixed;
    width: 300px;
    height: calc(100vh - 50px);
    top: 64px;
    right: -300px;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
    overflow: scroll;
    transition: all 0.25s ease;
  }
  header ul.main_list > li.main_tab {
    margin: 0;
    padding: 25px 0;
    background-color: #12807F;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  header ul.main_list > li.main_tab.active {
    background-color: #17444A;
  }
  header ul.main_list > li.main_tab span {
    display: block;
    width: 100%;
    padding: 0 25px;
  }
  header ul.main_list > li.main_tab ul.sub_list {
    position: relative;
    top: unset;
    left: 0;
    width: 100%;
    margin: 25px 0 -25px;
  }
  header ul.main_list > li.main_tab ul.sub_list a {
    padding: 15px 25px;
  }
  header ul.main_list > li.main_tab ul.sub_list li {
    text-align: left;
  }
  header.active ul.main_list {
    right: 0;
  }
  header .hamburger {
    display: inline-block;
    padding: 18px 15px;
    z-index: 16;
  }
  header .hamburger .hamburger-box {
    width: 30px;
  }
  header .hamburger .hamburger-inner,
header .hamburger .hamburger-inner::before,
header .hamburger .hamburger-inner::after {
    background-color: #12807F !important;
    height: 3px !important;
    border: 0;
  }
  header .login_box {
    position: relative;
    right: 0;
  }
  header #black_cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
  }
  header #black_cover.active {
    display: block;
  }
}
@media screen and (max-width: 620px) {
  header ul.main_list {
    height: 85%;
  }
  header .contain .login_box .member_apply {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header .contain .login_box {
    align-items: center;
  }
  header .contain .login_box .header_login,
header .contain .login_box .header_logout {
    padding: 0;
    background-color: unset;
  }
  header .contain .login_box .login small {
    background-image: url(../img/icons/doctor.png);
    background-repeat: no-repeat;
    background-position-y: 3px;
    width: 31px;
    height: 33px;
    display: block;
  }
  header .contain .login_box .login small span {
    display: none;
  }
  header .contain .login_box .logout small {
    background-image: url(../img/icons/member_logout.png);
    background-repeat: no-repeat;
    background-position-y: 3px;
    width: 31px;
    height: 33px;
    display: block;
  }
  header .contain .login_box .logout small span {
    display: none;
  }
  header .contain .eng_tab {
    display: block;
  }
  header .hamburger {
    padding: 18px 4px;
  }
}
@media screen and (max-width: 340px) {
  header .contain {
    width: 99%;
  }
  .hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
  }
}
.sec_kv {
  position: relative;
  z-index: 0;
}
.sec_kv .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec_kv .pic .title_box {
  padding: 6% 0;
}
@media screen and (max-width: 1024px) {
  .sec_kv .pic .title_box {
    padding: 80px 0;
  }
}

.sec_news_contain {
  position: relative;
}
.sec_news_contain .tab_card li {
  margin: 0 57px 0 0;
}
.sec_news_contain .tab_card li span {
  display: block;
}

.sec_title_box {
  position: relative;
  overflow: hidden;
}
.sec_title_box .container {
  margin: 3% auto 6%;
}
.sec_title_box .container .read_order > p {
  margin-right: 15%;
}

.content {
  margin: 3% 0 5% 0;
}
.content .content_title {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.content .title {
  margin-top: 8%;
  margin-bottom: 4%;
}
.content h5 {
  color: #12807F;
}
.content p {
  color: #747474;
}
.content .content_item {
  margin: 4% 0;
  width: 100%;
}
.content .pic {
  margin-top: 2%;
}

.download_page {
  margin: 3% 0 3% 0;
}
.download_page .container {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.download_page .container h5 {
  padding-bottom: 20px;
}
.download_page .container .download {
  padding: 6px 0;
  color: #17444A;
}
.download_page .container a {
  margin-left: 4x;
}
.download_page .container img {
  vertical-align: middle;
  display: inline-block;
  padding-right: 6px;
}

span.ball2 {
  bottom: -12%;
  left: -5%;
}

.info_form {
  margin: 2% 0 5% 0;
}
.info_form .flex_select {
  display: flex !important;
}
.info_form .flex_select .select_class {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .info_form .col50 {
    width: 100%;
  }
}/*# sourceMappingURL=year_class.css.map */