﻿@charset "UTF-8";
html {
  font-size: 16px;
  font-family: Helvetica,微軟正黑體,Microsoft JhengHei,Heiti TC,黑體,Arial,sans-serif; }

body {
  font-size: 16px;
  line-height: 1.5;
  color: #4d4d4d;
  font-family: Helvetica,微軟正黑體,Microsoft JhengHei,Heiti TC,黑體,Arial,sans-serif; }

@media (min-width: 1680px) {
  .container {
    width: 1620px; } }

.form-wrapper {
  line-height: 1.5;
  background-color: #ffffff; }
  .form-wrapper .form-wrapper-heading {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #005F99; }
  .form-wrapper .form-wrapper-header {
    padding: 20px 20px;
    background-color: #f2f2f2; }
    @media (max-width: 767px) {
      .form-wrapper .form-wrapper-header {
        padding: 20px 14px; } }
    .form-wrapper .form-wrapper-header .timeline-container {
      margin-top: 10px; }
  .form-wrapper .form-wrapper-body {
    padding: 50px 0px; }
    @media (max-width: 767px) {
      .form-wrapper .form-wrapper-body {
        padding: 30px 0px; } }
    .form-wrapper .form-wrapper-body .form-body-title {
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 1.5;
      font-weight: bold;
      text-align: center; }
    .form-wrapper .form-wrapper-body .otp {
      margin: 0 auto; }

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 90px;
  background-color: #ffffff; }
  .site-wrapper .site-header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1030;
    background-color: #ffffff;
    border-bottom: 2px solid #edc879; }
    .site-wrapper .site-header .site-header-container {
      display: flex;
      align-items: center;
      padding: 20px 0px; }
      .site-wrapper .site-header .site-header-container .site-header-link {
        flex-grow: 1;
        align-items: center;
        margin-top: 10px;
        text-align: right;
        font-weight: bold;
        cursor: pointer;
        font-size: 18px; }
        @media (max-width: 767px) {
          .site-wrapper .site-header .site-header-container .site-header-link {
            margin-top: 0px; } }
        .site-wrapper .site-header .site-header-container .site-header-link a {
          color: #4d4d4d;
          text-decoration: none; }
          .site-wrapper .site-header .site-header-container .site-header-link a:hover, .site-wrapper .site-header .site-header-container .site-header-link a:focus {
            color: #005F99;
            text-decoration: none; }
          .site-wrapper .site-header .site-header-container .site-header-link a:focus {
            outline: none;
            outline-offset: 0px; }
        .site-wrapper .site-header .site-header-container .site-header-link .site-header-link-icon {
          width: 40px;
          height: 35px;
          position: relative;
          display: inline-block; }
          .site-wrapper .site-header .site-header-container .site-header-link .site-header-link-icon img {
            width: 40px;
            height: 35px; }
        .site-wrapper .site-header .site-header-container .site-header-link .site-header-link-icon-hover {
          position: absolute;          
          z-index: 2;
          visibility: hidden; }
        .site-wrapper .site-header .site-header-container .site-header-link:hover .site-header-link-icon-hover {
          visibility: visible; }
        .site-wrapper .site-header .site-header-container .site-header-link:hover .site-header-link-text {
          color: #005F99; }
    .site-wrapper .site-header .site-header-logo {
      overflow: hidden; }
        .site-wrapper .site-header .site-header-logo img {
            height: 60px !important;
        }
      @media (max-width: 767px) {
        .site-wrapper .site-header .site-header-logo {
          width: 60px; } }
  .site-wrapper .site-content {
    flex-grow: 1; }
.site-wrapper .site-footer {
    background-image: linear-gradient(90deg, #00b3fe, #039);
}
    .site-wrapper .site-footer .site-footer-container {
      font-size: 14px;
      padding: 10px 0px; }
    .site-wrapper .site-footer .footer-content-link {
      display: flex; }
      .site-wrapper .site-footer .footer-content-link .area-logo {
        flex-grow: 1;
        margin-top: 4px; }
        .site-wrapper .site-footer .footer-content-link .area-logo img{
            display: none;
        }
        .site-wrapper .site-footer .footer-content-link .area-link {
        text-align: right; }
        .site-wrapper .site-footer .footer-content-link .area-link a {
          white-space: nowrap;
          padding: 0px 10px;
          color: #ffffff;
          cursor: pointer;
          border-right: 1px solid #ffffff; }
          .site-wrapper .site-footer .footer-content-link .area-link a:last-child {
            padding-right: 0px;
            border-right: 0px; }
        .site-wrapper .site-footer .footer-content-link .area-link .area-link-line {
          margin-bottom: 5px; }
          .site-wrapper .site-footer .footer-content-link .area-link .area-link-line:last-child {
            margin-bottom: 0px; }
      @media (max-width: 767px) {
        .site-wrapper .site-footer .footer-content-link {
          display: flex;
          flex-direction: column;
          text-align: center; }
          .site-wrapper .site-footer .footer-content-link .area-logo {
            margin-top: 0px;
            margin-bottom: 5px; }
          .site-wrapper .site-footer .footer-content-link .area-link {
            text-align: center; } }
    .site-wrapper .site-footer .footer-content-note {
        display: flex;
        flex-direction: column;
        text-align: right;
        color: #ffffff;
        margin-top: 5px;
        gap: 5px;
    }

      @media (max-width: 991px) {
        .site-wrapper .site-footer .footer-content-note .area-browser-support {
          display: none; } }
      @media (max-width: 767px) {
        .site-wrapper .site-footer .footer-content-note .area-copyright {
          text-align: center; } }

#site-header-id {
  transition: all .3s ease-in-out,border-bottom .2s linear; }

@media (max-width: 767px) {
  .container {
    width: calc(100% - 14px);
    padding-right: 7px;
    padding-left: 7px; } }

body {
  color: #000000; }

.text-note {
  font-weight: bold;
  color: #c28a07;
  margin-top: 5px; }
  .text-note::before {
    display: inline-block;
    margin-right: 5px;
    content: "\2605"; }

.site-footer {
  z-index: 2; }

.board-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .board-title {
      font-size: 34px; } }

.btn-panel {
  text-align: center; }

.board-btn {
  cursor: pointer;
  text-align: center;
  padding: 13px 25px;
  min-width: 182px;
  font-size: 16px;
  color: #ffffff;
  background-color: #005F99;
  border-radius: 5px;
  display: inline-block; }
  .board-btn:focus, .board-btn.focus, .board-btn:hover {
    color: #ffffff;
    background-color: #039; }
  @media (max-width: 767px) {
    .board-btn {
      width: 100%;
      padding: 18px 25px; } }

.site-header {
  border-bottom: 2px solid #edc879; }

.board {
  width: 100%;
  font-size: 18px; }
  .board .board-container {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: row; }
    @media (max-width: 1199px) {
      .board .board-container {
        width: 100%; } }
    @media (max-width: 991px) {
      .board .board-container {
        width: 100%;
        flex-direction: column; } }
    @media (max-width: 767px) {
      .board .board-container {
        width: 100%; } }
    @media (max-width: 767px) {
      .board .board-container {
        flex-direction: column; } }
  .board a:hover, .board a:focus {
    text-decoration: none; }

.board-apply {
  padding: 70px 10px 30px 10px;
  background: #ffffff; }
  @media (max-width: 1679px) {
    .board-apply {
      padding: 50px 10px 30px 10px; } }
  @media (max-width: 991px) {
    .board-apply {
      padding: 50px 0px 30px 0px; } }
  @media (max-width: 767px) {
    .board-apply {
      padding: 30px 0px 30px 0px; } }
  .board-apply .board-main {
    width: 63%;
    min-width: 63%;
    overflow: hidden;
    text-align: center; }
    .board-apply .board-main img {
      width: 103%;
      margin-left: -10px; }
    @media (max-width: 1199px) {
      .board-apply .board-main img {
        width: 115%;
        margin-left: 0px; } }
    @media (max-width: 991px) {
      .board-apply .board-main {
        width: 100%; }
        .board-apply .board-main img {
          width: 120%;
          margin-left: 0px; } }
  .board-apply .board-sub {
    z-index: 1;
    flex-grow: 1;
    padding-right: 30px;
    margin-left: -20px; }
    @media (max-width: 991px) {
      .board-apply .board-sub {
        margin-top: 20px;
        margin-left: 0px;
        padding: 0px 20px; } }
  .board-apply .board-card {
    border: 2px solid #000000;
    padding: 20px 30px;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .board-apply .board-card {
        padding: 20px 14px; } }
  .board-apply .board-card-title {
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 1279px) {
      .board-apply .board-card-title {
        font-size: 20px;
        margin-bottom: 10px; } }
  .board-apply .board-card-item {
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 12px;
    align-items: center;
    font-size: 16px; }
    @media (max-width: 1279px) {
      .board-apply .board-card-item {
        margin-bottom: 10px; } }
    .board-apply .board-card-item .item-text {
      flex-grow: 1;
      margin-top: 5px; }
  .board-apply .board-card-item-note {
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px; }

.board-check {
  padding: 70px 10px 0px 10px;
  display: flex;
  flex-direction: row;
  background-color: #f6f7f8; }
  @media (max-width: 1679px) {
    .board-check {
      padding: 50px 20px 0px 20px; } }
  @media (max-width: 991px) {
    .board-check {
      padding: 50px 20px 0px 20px;
      flex-direction: column; } }
  @media (max-width: 767px) {
    .board-check {
      padding: 30px 20px 0px 20px; } }
  .board-check .board-main {
    padding-top: 50px;
    text-align: left;
    flex-grow: 1; }
    @media (max-width: 991px) {
      .board-check .board-main {
        padding-top: 0px; } }
  .board-check .board-sub {
    overflow: hidden;
    width: 40%;
    text-align: center;
    margin-bottom: -50px; }
    @media (max-width: 991px) {
      .board-check .board-sub {
        width: 100%; } }
    .board-check .board-sub img {
      width: 100%; }
      @media (max-width: 991px) {
        .board-check .board-sub img {
          margin-top: 30px;
          width: 80%; } }
      @media (max-width: 767px) {
        .board-check .board-sub img {
          margin-top: 30px;
          width: 80%; } }
  .board-check .board-btn {
    margin-top: 20px; }
