@charset "UTF-8";
* {
  font-family: "微軟正黑體", sans-serif;
  box-sizing: border-box !important;
  /* font-awesome icon */
  /* type */
  /* 跳到主要內容區塊 */
}
* .container {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 40px 0 40px 0;
}
@media (max-width: 1024px) {
  * .container {
    padding: 40px;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  * .container {
    padding: 32px;
    padding-bottom: 0;
  }
}
@media (max-width: 568px) {
  * .container {
    padding: 24px;
  }
}
* h1 {
  font-size: 1.75rem;
  color: #004098;
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
* h2 {
  font-size: 1.5rem;
  color: #004098;
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
* h3 {
  font-size: 1.375rem;
  color: #004098;
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
* h4 {
  font-size: 1.25rem;
  color: #004098;
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
* h5 {
  font-size: 1.125rem;
  color: black;
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
* p {
  font-size: 1rem;
  color: #595757;
  padding: 0;
  margin: 0;
  line-height: 2;
  font-weight: 500;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
}
* a {
  text-decoration: none !important;
  list-style: none !important;
  color: #008CD6;
  font-weight: bold;
}
* .notice {
  color: #da382d;
}
* i {
  margin-right: 8px;
}
* .i-icon-size {
  width: 18px !important;
  height: 18px !important;
  margin-right: 8px !important;
  -o-object-position: center;
     object-position: center;
  vertical-align: middle !important;
  text-align: center;
  color: #000;
}
* :focus {
  outline: #008CD6 dotted 3px !important;
}
* .clearfix {
  clear: both;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  font-weight: bold;
}
* a {
  text-decoration: none;
  list-style: none;
}
* ::-moz-selection {
  background-color: #008CD6;
  color: white;
}
* ::selection {
  background-color: #008CD6;
  color: white;
}
* hr {
  border-top: 1px solid #a7e5ff;
  margin: 0;
  margin: auto;
}
* input[type=button],
* select {
  -webkit-appearance: none; /* Safari & Chrome */
  -moz-appearance: none; /* FireFox */
  appearance: none;
}
* input {
  display: inline-block;
  width: initial;
  height: 40px;
  border-radius: 8px;
  border: solid 1px #cccccc;
  background-color: white;
  color: #595757;
  padding: 0 16px;
  font-size: 1rem;
  line-height: 1.5;
}
* input[type=submit], * input[type=reset] {
  display: inline-block;
  width: initial;
  padding: 0 24px;
  height: 40px;
  background-color: #008CD6;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 40px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}
* input[type=submit]:hover, * input[type=reset]:hover {
  background-color: black;
}
@media (max-width: 568px) {
  * input[type=submit], * input[type=reset] {
    width: 100%;
  }
}
* input[type=button] {
  display: inline-block;
  width: initial;
  padding: 0 24px;
  height: 40px;
  background-color: #008CD6;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 40px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}
* input[type=button]:hover {
  background-color: black;
}
@media (max-width: 568px) {
  * input[type=button] {
    width: 100%;
  }
}
* input[disabled] {
  background-color: #a7e5ff;
}
* input[disabled]:hover {
  background-color: #a7e5ff;
}
* input[type=file] {
  border: none;
  padding: 0;
}
* input[type=checkbox], * input[type=radio] {
  width: 20px;
  height: 20px;
  line-height: 2;
  margin-right: 8px;
  margin-bottom: 0;
  display: inline;
}
@media (max-width: 568px) {
  * input[type=checkbox], * input[type=radio] {
    width: 25px;
    height: 25px;
  }
}
* ::-moz-placeholder {
  color: #595757;
  font-size: 1rem;
}
* ::placeholder {
  color: #595757;
  font-size: 1rem;
}
* label {
  margin-bottom: 12px;
  font-size: 1.125rem;
  font-weight: bold;
}
* input,
* select,
* textarea {
  width: 100%;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #595757;
  border-radius: 5px;
  border: solid 1px #cccccc;
}
* select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  background: url("../img/chevron-down-solid.svg") no-repeat scroll transparent;
  background-position: 97% center;
  background-color: white;
  color: #595757;
  padding: 0 16px;
}
* select::-ms-expand {
  display: none;
}
* select option {
  color: #595757;
}
* .radio-gp {
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: inline-block;
  padding-left: 40px;
  padding-right: 20px;
  margin-top: 12px;
}
* .radio-gp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
* .radio-gp input[type=radio] {
  margin-right: 36px;
}
* .radio-gp input[type=radio]:disabled ~ span {
  background-color: #e5f1f9;
}
* .radio-gp input:checked ~ .checkmark {
  background-color: #008CD6;
}
* .radio-gp input:checked ~ .checkmark:after {
  display: block;
}
* .radio-gp .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 50%;
  margin-right: 36px;
}
* .radio-gp .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: white;
}
* .radio-gp .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
* .checkbox-gp {
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: inline-block;
  padding-left: 40px;
  padding-right: 20px;
  margin-top: 12px;
}
* .checkbox-gp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
* .checkbox-gp input[type=checkbox] {
  margin-right: 36px;
}
* .checkbox-gp input[type=checkbox]:disabled ~ span {
  background-color: #e5f1f9;
}
* .checkbox-gp input:checked ~ .checkmark {
  background-color: #008CD6;
}
* .checkbox-gp input:checked ~ .checkmark:after {
  display: block;
}
* .checkbox-gp .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 10%;
  margin-right: 36px;
}
* .checkbox-gp .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 13%;
  left: 35%;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
* .switch-gp {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  padding-left: 70px;
}
* .switch-gp input {
  opacity: 0;
  width: 0;
  height: 0;
}
* .switch-gp input:checked + .slider {
  background-color: #008CD6;
}
* .switch-gp input:checked + .slider:before {
  transform: translateX(24px);
}
* .switch-gp input[type=checkbox] {
  margin-right: 36px;
}
* .switch-gp input[type=checkbox]:disabled ~ span {
  background-color: #e5f1f9;
}
* .switch-gp .slider {
  width: 50px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
  transition: 0.4s;
  border-radius: 50px;
}
* .switch-gp .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
* .states {
  text-align: center;
  color: white;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 1rem;
  margin: 0;
}
* .state-green {
  background-color: #88bc3b;
}
* .state-blue {
  background-color: #0290cc;
}
* .state-gray {
  background-color: #797979;
}
* .state-red {
  background-color: #da382d;
}
* .state-orange {
  background-color: #f2aa1f;
}
* button {
  display: inline-block;
  width: initial;
  padding: 0 24px;
  height: 40px;
  background-color: #008CD6;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 40px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}
* button:hover {
  background-color: black;
}
@media (max-width: 568px) {
  * button {
    width: 100%;
  }
}
* button[disabled] {
  background-color: #a7e5ff;
}
* button[disabled]:hover {
  background-color: #a7e5ff;
}
* button .fas {
  margin-right: 20px;
}
* .bg-green {
  background-color: #90c541;
}
* .btn-outline {
  padding: 4px 16px;
  background-color: transparent;
  border: solid 1px #008CD6;
  font-size: 1.25rem;
  color: #008CD6;
  font-weight: bold;
  border-radius: 8px;
}
@media (max-width: 568px) {
  * .btn-outline {
    margin-bottom: 12px;
  }
}
* .btn-outline:hover {
  background-color: black;
  box-shadow: black 0 0 0 1px;
  color: white;
  transition-duration: 0.5s;
}
* .btn-outline:hover a {
  color: white !important;
}
* .btn-outline[disabled] {
  background-color: #a7e5ff;
}
* .btn-outline[disabled]:hover {
  background-color: #a7e5ff;
}
* .btn-outline .fas {
  margin-right: 20px;
}
* .outline-BK {
  border: solid 1px black;
  color: black;
}
* .for_accessibility .go-main {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1000;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 1536px) {
  * .for_accessibility .go-main {
    left: 21%;
  }
}
@media (max-width: 1024px) {
  * .for_accessibility .go-main {
    left: 5%;
  }
}
* .for_accessibility .go-main:focus {
  width: auto;
  height: auto;
  padding: 6px;
  background-color: #000;
}
* .for_accessibility div {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: transparent;
  opacity: 0.1;
}
@media (max-width: 568px) {
  * .swiper-container .swiper-button-next,
  * .swiper-container .swiper-button-prev {
    display: none;
  }
}
* .swiper-container .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
* .swiper-container .swiper-slide:hover .info {
  bottom: 0;
}
* .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 568px) {
  * .swiper-container .swiper-slide img {
    height: unset;
    aspect-ratio: 16/9;
  }
}
* .swiper-container .swiper-slide .info {
  position: absolute;
  bottom: -100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  width: 100%;
  padding: 8px 16px;
  font-size: 1rem;
  transition: 0.5s;
}
* .modal-template {
  padding: 0;
}
* .modal-template .modal-dialog {
  max-width: 650px;
}
* .modal-template .modal-dialog .modal-content {
  border-radius: 15px;
}
* .modal-template .modal-dialog .modal-content .modal-header {
  width: 100%;
  border-bottom: none;
  padding: 0;
  margin: 36px 0;
}
@media (max-width: 320px) {
  * .modal-template .modal-dialog .modal-content .modal-header {
    margin-top: 20px;
  }
}
* .modal-template .modal-dialog .modal-content .modal-header .modal-title {
  width: 100%;
  text-align: center;
}
* .modal-template .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 16px;
  right: 16px;
}
* .modal-template .modal-dialog .modal-content .modal-header .close:hover {
  background-color: unset;
}
* .modal-template .modal-dialog .modal-content .modal-body {
  width: 100%;
  margin: auto;
  padding: 0 56px;
}
@media (max-width: 568px) {
  * .modal-template .modal-dialog .modal-content .modal-body {
    padding: 0 32px;
  }
}
@media (max-width: 320px) {
  * .modal-template .modal-dialog .modal-content .modal-body {
    padding: 0 32px;
  }
}
* .modal-template .modal-dialog .modal-content .modal-body img {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}
* .modal-template .modal-dialog .modal-content .modal-body .form-gp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  * .modal-template .modal-dialog .modal-content .modal-body .form-gp {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}
* .modal-template .modal-dialog .modal-content .modal-body .form-gp label {
  width: 40%;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: black;
  margin: 0;
}
@media (max-width: 568px) {
  * .modal-template .modal-dialog .modal-content .modal-body .form-gp label {
    width: 100%;
  }
}
* .modal-template .modal-dialog .modal-content .modal-body .form-gp input,
* .modal-template .modal-dialog .modal-content .modal-body .form-gp select {
  width: 60%;
}
@media (max-width: 568px) {
  * .modal-template .modal-dialog .modal-content .modal-body .form-gp input,
  * .modal-template .modal-dialog .modal-content .modal-body .form-gp select {
    width: 100%;
  }
}
* .modal-template .modal-dialog .modal-content .modal-body .form-gp .text {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
}
* .modal-template .modal-dialog .modal-content .modal-body .form-gp .text p {
  padding-top: 0;
  text-align: right;
  font-weight: normal;
}
* .modal-template .modal-dialog .modal-content .modal-body .code-gp {
  width: 100%;
  padding: 0;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  * .modal-template .modal-dialog .modal-content .modal-body .code-gp {
    justify-content: start;
  }
}
* .modal-template .modal-dialog .modal-content .modal-body .code-gp label {
  width: 40%;
  text-align: left;
}
@media (max-width: 568px) {
  * .modal-template .modal-dialog .modal-content .modal-body .code-gp label {
    width: 30%;
  }
}
* .modal-template .modal-dialog .modal-content .modal-body .code-gp .text-gp {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 568px) {
  * .modal-template .modal-dialog .modal-content .modal-body .code-gp .text-gp {
    width: 100%;
    justify-content: start;
    flex-wrap: wrap;
  }
}
* .modal-template .modal-dialog .modal-content .modal-body .code-gp .text-gp .code {
  width: 60%;
  margin-right: 10px;
}
@media (max-width: 568px) {
  * .modal-template .modal-dialog .modal-content .modal-body .code-gp .text-gp .code {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
@media (max-width: 320px) {
  * .modal-template .modal-dialog .modal-content .modal-body .code-gp .text-gp .code {
    margin-right: 0;
  }
}
* .modal-template .modal-dialog .modal-content .modal-body .code-gp .text-gp .RP {
  height: 25px;
  margin: 0;
  margin-right: 10px;
}
@media (max-width: 1366px) {
  * .modal-template .modal-dialog .modal-content .modal-body .code-gp .text-gp .RP {
    width: auto;
    max-height: unset;
    height: 30px;
  }
}
@media (max-width: 568px) {
  * .modal-template .modal-dialog .modal-content .modal-body .code-gp .text-gp .RP {
    height: 35px;
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  * .modal-template .modal-dialog .modal-content .modal-body .code-gp .text-gp .RP {
    height: 30px;
  }
}
* .modal-template .modal-dialog .modal-content .modal-body .code-gp .text-gp .reform {
  height: 20px;
  width: 20px;
  margin: 0;
}
* .modal-template .modal-dialog .modal-content .modal-body h6 {
  margin-bottom: 4px;
}
* .modal-template .modal-dialog .modal-content .modal-body p {
  margin-bottom: 20px;
}
* .modal-template .modal-dialog .modal-content .modal-body p.notice {
  text-align: right;
}
* .modal-template .modal-dialog .modal-content .modal-footer {
  border-top: none;
  margin-bottom: 48px;
  padding: 0;
  padding: 0 56px;
}
@media (max-width: 568px) {
  * .modal-template .modal-dialog .modal-content .modal-footer {
    padding: 0 32px;
    display: flex;
    flex-direction: column;
  }
  * .modal-template .modal-dialog .modal-content .modal-footer button {
    width: 100%;
    margin: 0;
  }
  * .modal-template .modal-dialog .modal-content .modal-footer button:not(:first-child) {
    margin-top: 20px;
  }
}
* .bgimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100vh;
  -o-object-position: center center;
     object-position: center center;
}
* .pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 36px;
  white-space: nowrap;
  flex-direction: row;
}
@media (max-width: 568px) {
  * .pagination {
    justify-content: center;
    text-align: left;
    white-space: unset;
  }
}
* .pagination ul {
  margin: 0;
  padding: 0;
}
* .pagination ul li {
  display: inline;
  text-decoration: none;
  padding: 0;
}
* .pagination ul li a {
  display: inline;
  padding: 5px 12px;
  border: solid 1px #a7e5ff;
  margin: -2px;
  font-size: 1rem;
  line-height: 3rem;
  color: #008CD6;
}
@media (max-width: 375px) {
  * .pagination ul li a {
    width: 100%;
    padding: 5px 15px;
  }
}
@media (max-width: 320px) {
  * .pagination ul li a {
    width: 100%;
    padding: 5px 10px;
  }
}
* .pagination ul li a:hover {
  background-color: #a7e5ff;
}
* .pagination ul li .active {
  background-color: #008CD6;
  color: white;
}
* .pagination ul li .fas {
  font-size: 1rem;
  color: #008CD6;
}

body.modal-open {
  padding-right: 0px !important;
  padding-left: 0px !important;
  overflow-y: auto;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
@media (max-width: 375px) {
  html {
    font-size: 0.875rem;
  }
}

body {
  width: 100%;
  font-size: 1rem;
  margin: 0 !important;
  padding: 0 !important;
  background-color: white !important;
  /* Loaders */
}
body .navbar {
  padding: 0;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  width: 100%;
  line-height: 60px;
  background-color: white;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
body .navbar .mainMenu {
  width: inherit;
}
body .navbar .mainMenu .pc {
  width: inherit;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  body .navbar .mainMenu .pc {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  body .navbar .mainMenu .pc {
    display: none;
  }
}
body .navbar .mainMenu .pc .container {
  padding: 0;
  margin: 0;
  width: 1140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .navbar .mainMenu .pc .container .navbar-L {
  width: 25%;
}
body .navbar .mainMenu .pc .container .navbar-L a {
  display: inline-block;
}
body .navbar .mainMenu .pc .container .navbar-L a img {
  width: auto;
  max-height: 35px;
  margin-top: -2px;
  -o-object-fit: contain;
     object-fit: contain;
  line-height: inherit;
  vertical-align: middle;
}
body .navbar .mainMenu .pc .container .navbar-L h4 {
  font-size: 1.25rem;
  color: white;
  margin: 0;
  padding: 0;
}
body .navbar .mainMenu .pc .container .navbar-R {
  width: 75%;
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: inherit;
}
body .navbar .mainMenu .pc .container .navbar-R .nav-function {
  position: relative;
}
body .navbar .mainMenu .pc .container .navbar-R .nav-function a {
  display: block;
}
body .navbar .mainMenu .pc .container .navbar-R .nav-function a:last-child h4 {
  padding-right: 0;
}
body .navbar .mainMenu .pc .container .navbar-R .nav-function a h4 {
  font-size: 1.25rem;
  color: #004098;
  padding: 0 16px;
  line-height: inherit;
}
body .navbar .mainMenu .pc .container .navbar-R .nav-function a h4:hover {
  color: #008CD6;
}
body .navbar .mainMenu .pc .container .navbar-R .nav-function:hover .nav-list {
  display: block;
  transition-duration: 0.5s;
}
body .navbar .mainMenu .pc .container .navbar-R .nav-function .nav-list {
  display: none;
  text-align: center;
  position: absolute;
  z-index: 998;
  top: 60px;
  left: calc(50% - 90px);
  padding-bottom: 6px;
  width: 180px;
  border-radius: 0 0 8px 8px;
  background-color: #004098;
}
body .navbar .mainMenu .pc .container .navbar-R .nav-function .nav-list a {
  display: block;
}
body .navbar .mainMenu .pc .container .navbar-R .nav-function .nav-list a h4 {
  color: white;
  padding: 0;
  line-height: initial;
  padding: 12px 0;
}
body .navbar .mainMenu .pc .container .navbar-R .nav-function .nav-list a h4:hover {
  color: #a7e5ff;
}
body .navbar .mainMenu .mobile {
  display: none;
  width: inherit;
}
@media (max-width: 768px) {
  body .navbar .mainMenu .mobile {
    display: flex;
    align-items: center;
    position: relative;
  }
}
body .navbar .mainMenu .mobile .menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  line-height: inherit;
}
body .navbar .mainMenu .mobile .menu .fas.fa-bars {
  font-size: 30px;
  padding: 0 20px;
  color: #004098;
  line-height: inherit;
}
body .navbar .mainMenu .mobile .menu ul {
  display: inline-block;
  width: 100vw;
  height: 100vh;
  background-color: #004098;
  font-size: 1.25rem;
  position: absolute;
  top: 60px;
  left: -110vw;
  margin: 0;
  text-align: center;
  transition-duration: 0.7s;
}
body .navbar .mainMenu .mobile .menu ul .nav-item.dropdown .dropdown-menu {
  background-color: #008CD6;
  text-align: center;
}
body .navbar .mainMenu .mobile .menu ul .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 15px 0;
}
body .navbar .mainMenu .mobile .menu ul .nav-item.dropdown .dropdown-menu h4 {
  color: white;
}
body .navbar .mainMenu .mobile .menu ul .nav-item.dropdown .nav-link.dropdown-toggle {
  padding: 5px 0;
}
body .navbar .mainMenu .mobile .menu a {
  color: white;
}
body .navbar .mainMenu .mobile .menu .active-ul {
  display: inline-block;
  color: #008CD6;
  transition-duration: 0.7s;
  top: 60px;
  left: 0;
}
body .navbar .mainMenu .mobile .menu .active-ul li {
  color: #008CD6;
}
body .navbar .mainMenu .mobile .logo {
  width: 100%;
  text-align: center;
}
body .navbar .mainMenu .mobile .logo a {
  display: inline-block;
  padding: 0 16px;
}
body .navbar .mainMenu .mobile .logo a img {
  width: auto;
  height: 32px;
  margin-top: -3px;
  line-height: inherit;
  vertical-align: middle;
}
body .footer {
  width: 100%;
  background-color: #004098;
}
body .footer .container {
  padding: 24px 0;
}
@media (max-width: 1024px) {
  body .footer .container {
    padding: 32px;
  }
}
@media (max-width: 568px) {
  body .footer .container {
    padding: 24px;
  }
}
body .footer .container h4 {
  color: white;
  margin-bottom: 8px;
}
body .footer .container p,
body .footer .container a {
  color: white;
  letter-spacing: 1px;
  line-height: 2;
  font-weight: normal;
}
body .footer .container a:hover {
  color: #a7e5ff;
}
body .footer .container i {
  width: 18px;
  height: 18px;
  text-align: center;
  margin-right: 12px;
  color: white;
  line-height: 2;
}
body .footer .container .contact .text-gp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: justify;
}
body .footer .container .copyright {
  width: 100%;
  color: white;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 568px) {
  body .footer .container .copyright {
    text-align: left;
  }
}
body .back-top {
  width: 45px;
  height: 45px;
  z-index: 999;
  position: fixed;
  right: 40px;
  bottom: 30px;
  background-color: rgba(0, 140, 214, 0.8);
  border-radius: 50%;
  font-size: 1.25rem;
  color: white;
  line-height: 42px;
  text-align: center;
}
@media (max-width: 1024px) {
  body .back-top {
    right: 25px;
    bottom: 25px;
  }
}
body .searchbar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  body .searchbar {
    justify-content: flex-start;
    margin-top: 12px;
  }
}
body .searchbar input[type=search] {
  position: relative;
  width: 180px;
  padding: 0px 5px;
  margin-bottom: 0;
  border: none;
  border-radius: 0px;
  border-bottom: solid 1px #cccccc;
  background: url("/img/search-solid.png") no-repeat 95% center;
  font-size: 1rem;
}
@media (max-width: 568px) {
  body .searchbar input[type=search] {
    width: 100%;
    padding: 5px 10px;
  }
}
body .searchbar input[type=search]:focus {
  background-color: #e5f1f9;
  border: none;
  transition: 0.3s;
  outline: none;
}
@media (max-width: 568px) {
  body .searchbar input[type=search]:focus {
    width: 100%;
  }
}
body .collapse-gp {
  padding: 0;
}
body .collapse-gp .collapsible {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  padding: 12px 16px;
  border: none;
  background-color: #e5f1f9;
  text-align: left;
  outline: none;
  font-size: 1.125rem;
  color: black;
}
@media (max-width: 320px) {
  body .collapse-gp .collapsible {
    font-size: #595757;
  }
}
body .collapse-gp .collapsible::after {
  content: "+";
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
body .collapse-gp .active:after {
  content: "−";
}
body .collapse-gp .content {
  padding: 0 16px;
  margin-bottom: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media (max-width: 320px) {
  body .collapse-gp .content {
    margin-bottom: 20px;
  }
}
body .collapse-gp .content p {
  text-align: justify;
  font-size: #595757;
  color: #595757;
  margin-top: 12px;
}
@media (max-width: 320px) {
  body .collapse-gp .content p {
    font-size: 1rem;
  }
}
body .collapse-gp .content ul,
body .collapse-gp .content li {
  list-style: none;
  font-size: #595757;
  color: #595757;
}
@media (max-width: 320px) {
  body .collapse-gp .content ul,
  body .collapse-gp .content li {
    font-size: 1rem;
  }
}
body table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
}
body table th,
body table td {
  border: 1px solid #a7e5ff;
  padding: 8px 8px;
  text-align: center;
}
body table tr:nth-child(even) {
  background-color: rgba(167, 229, 255, 0.1);
}
body table tr th {
  background-color: rgba(167, 229, 255, 0.5);
  text-align: center;
}
@media (max-width: 568px) {
  body table tr th:nth-child(1) {
    width: 25%;
  }
}
body table tr td {
  color: #595757;
}
@media (max-width: 568px) {
  body table tr td {
    flex-wrap: wrap;
    text-align: left;
  }
}
body table tr .btn {
  margin: 0 4px;
}
@media (max-width: 768px) {
  body table tr .btn {
    margin: 4px 12px;
  }
}
@media (max-width: 568px) {
  body table tr .btn {
    margin: 12px 12px 12px 0 !important;
  }
}
body table tr .btn-primary {
  background-color: #008CD6;
}
@media (max-width: 568px) {
  body .mb-separate thead {
    display: none;
  }
}
@media (max-width: 568px) {
  body .mb-separate tr {
    display: block;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 568px) {
  body .mb-separate tr:nth-child(even) {
    background-color: transparent;
  }
}
body .mb-separate tr th {
  background-color: rgba(167, 229, 255, 0.5);
  text-align: center;
}
@media (max-width: 568px) {
  body .mb-separate tr td {
    display: block;
    flex-wrap: wrap;
    text-align: left;
    line-height: 1.75;
  }
  body .mb-separate tr td::before {
    width: 100%;
    display: block;
    content: attr(data-title);
    font-weight: bold;
    font-size: 1rem;
    text-align: left;
    color: black;
    margin-bottom: 4px;
  }
  body .mb-separate tr td:nth-child(odd) {
    background-color: rgba(167, 229, 255, 0.1);
  }
}
body .searchbar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  body .searchbar {
    justify-content: flex-start;
    margin-top: 12px;
  }
}
body .searchbar input[type=search] {
  position: relative;
  width: 180px;
  padding: 0px 5px;
  margin-bottom: 0;
  border: none;
  border-radius: 0px;
  border-bottom: solid 1px #cccccc;
  background: url("/img/search-solid.png") no-repeat 95% center;
  font-size: 1rem;
}
@media (max-width: 568px) {
  body .searchbar input[type=search] {
    width: 100%;
    padding: 5px 10px;
  }
}
body .searchbar input[type=search]:focus {
  background-color: #e5f1f9;
  border: none;
  transition: 0.3s;
  outline: none;
}
@media (max-width: 568px) {
  body .searchbar input[type=search]:focus {
    width: 100%;
  }
}
body .breadcrumb {
  width: 100%;
  background-color: white;
  padding: 8px 0;
  margin: 0;
  position: absolute;
  top: 120px;
}
@media (max-width: 1024px) {
  body .breadcrumb {
    top: 90px;
    left: 32px;
  }
}
@media (max-width: 568px) {
  body .breadcrumb {
    top: 0px;
    left: 0;
    background-color: #e5f1f9;
    border-radius: 0;
  }
}
body .breadcrumb .container {
  padding: 0;
}
@media (max-width: 568px) {
  body .breadcrumb .container {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
body .breadcrumb .container ul {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}
body .breadcrumb .container ul a {
  color: #595757;
}
body .breadcrumb .container ul a:hover .fas, body .breadcrumb .container ul a:hover p {
  color: #008CD6;
}
body .breadcrumb .container ul li {
  color: #595757;
  line-height: 1.5rem;
  display: inline;
  list-style: none;
  margin-right: 5px;
}
body .breadcrumb .container ul .fas {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #595757;
}
body .breadcrumb .container ul span {
  color: black;
}
body .info-gp {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
body .info-gp img:not(.check) {
  width: 50%;
}
body .info-gp .text-gp {
  padding: 0 120px;
}
body .info-gp .text-gp h5 {
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
body .info-gp .text-gp p {
  line-height: 1.5;
  margin-bottom: 6px;
}
body .info-gp .check {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}
@media (max-width: 568px) {
  body {
    border-radius: unset;
  }
}
body form {
  border-radius: 20px;
  margin: auto;
}
@media (max-width: 568px) {
  body form {
    border-radius: 0;
    padding: 0;
    max-width: unset;
    width: 100%;
    background-color: transparent;
  }
}
body form .notice {
  padding-left: 4px;
}
body form .form-gp {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 12px;
  text-align: justify;
}
body form .form-gp:nth-last-of-type(1) {
  margin-bottom: 0;
}
body form .form-gp h3 {
  margin-bottom: 12px;
  text-align: left;
  width: 100%;
}
body form .form-gp p {
  width: 100%;
  font-size: 1rem;
  padding-top: 8px;
  line-height: 1.5;
}
body form .form-gp a {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
  display: inline-block;
}
body form .form-gp .address {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body form .form-gp .address select {
  width: 32%;
  margin-bottom: 12px;
}
@media (max-width: 568px) {
  body form .form-gp .address select {
    width: 100%;
  }
}
body form .form-gp .date-gp,
body form .form-gp .time-gp {
  width: 100%;
  position: relative;
}
body form .form-gp .range {
  margin-bottom: 12px;
}
body form .form-gp .label-withButton {
  display: flex;
  align-items: start;
}
@media (max-width: 568px) {
  body form .form-gp .label-withButton {
    width: 100%;
  }
}
body form .form-gp .label-withButton label {
  width: initial;
}
body form .form-gp .label-withButton button {
  font-size: 1rem;
  padding: 2px 8px;
  margin-left: 12px;
  margin-bottom: 8px;
}
@media (max-width: 568px) {
  body form .form-gp .label-withButton button {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}
body form .form-gp input[type=button], body form .form-gp input[type=submit] {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 12px;
}
body form .choice .item {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media (max-width: 568px) {
  body form .choice .item {
    width: 100%;
  }
  body form .choice .item:not(:nth-last-child(1)) {
    margin-bottom: 16px;
  }
}
body form .choice .item span {
  margin-right: 4px;
}
body form .choice h5 {
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}
body form .choice label {
  width: initial;
  font-size: 1rem;
  color: #595757;
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 20px;
}
body form .choice a {
  font-size: 1rem;
}
body form .datetime {
  justify-content: space-between;
}
body form .datetime .item {
  width: 49%;
}
@media (max-width: 568px) {
  body form .datetime .item {
    width: 100%;
  }
  body form .datetime .item:not(:last-child) {
    margin-bottom: 12px;
  }
}
body form .code-gp {
  width: 100%;
  padding: 0;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  body form .code-gp {
    justify-content: start;
  }
}
body form .code-gp label {
  width: 25%;
  text-align: left;
}
@media (max-width: 568px) {
  body form .code-gp label {
    width: 100%;
  }
}
body form .code-gp .text-gp {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 568px) {
  body form .code-gp .text-gp {
    justify-content: space-between;
  }
}
body form .code-gp .text-gp .code {
  width: 40%;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 568px) {
  body form .code-gp .text-gp .code {
    width: 50%;
    justify-content: space-between;
  }
}
@media (max-width: 320px) {
  body form .code-gp .text-gp .code {
    margin-right: 0;
  }
}
body form .code-gp .text-gp .RP {
  height: 25px;
  margin: 0;
  margin-right: 10px;
}
@media (max-width: 1366px) {
  body form .code-gp .text-gp .RP {
    width: auto;
    max-height: unset;
    height: 30px;
  }
}
@media (max-width: 568px) {
  body form .code-gp .text-gp .RP {
    width: 30%;
    height: unset;
  }
}
@media (max-width: 320px) {
  body form .code-gp .text-gp .RP {
    margin-left: 12px;
  }
}
body form .code-gp .text-gp .reform {
  height: 20px;
  width: 20px;
  margin: 0;
}
body form .btn {
  width: 100%;
}
@media (max-width: 568px) {
  body form .btn {
    padding: 0;
  }
}
body form .form-gp-headshot {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 568px) {
  body form .form-gp-headshot {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
body form .form-gp-headshot .input-gp {
  width: calc(100% - 170px);
  margin-right: 20px;
}
@media (max-width: 568px) {
  body form .form-gp-headshot .input-gp {
    width: 100%;
  }
}
body form .form-gp-headshot .headshot-gp {
  text-align: right;
  width: 140px;
}
@media (max-width: 568px) {
  body form .form-gp-headshot .headshot-gp {
    text-align: center;
    width: 100%;
    padding: 0 32px;
    margin-bottom: 12px;
  }
}
body form .form-gp-headshot .headshot-gp img.headshot {
  margin-top: 27px;
  margin-bottom: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 140px;
  border-radius: 8px;
}
@media (max-width: 568px) {
  body form .form-gp-headshot .headshot-gp img.headshot {
    width: 160px;
    margin-top: 0;
  }
}
@media (max-width: 320px) {
  body form .form-gp-headshot .headshot-gp img.headshot {
    width: 130px;
  }
}
body form .form-gp-headshot .headshot-gp .btn {
  width: 140px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 568px) {
  body form .form-gp-headshot .headshot-gp .btn {
    margin: auto;
    width: 160px;
  }
}
@media (max-width: 320px) {
  body form .form-gp-headshot .headshot-gp .btn {
    width: 130px;
  }
}
body form .form-gp-headshot .headshot-gp .btn .more {
  padding: 2px 0;
  width: 46%;
  text-align: center;
}
body form ul {
  padding: 0;
}
body form ul li {
  line-height: 2;
  color: #595757;
  list-style: decimal;
  list-style-position: inside;
}
body .loader {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1000;
}
body .line-spin-fade-loader {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .line-spin-fade-loader > div {
  background-color: #fff;
}
body .loader-inner {
  margin: 30px;
}
body main {
  padding-top: 92px;
}
@media (max-width: 1024px) {
  body main {
    padding-top: 60px;
    padding-bottom: 16px;
  }
}
body main .content-banner {
  max-width: 1140px;
  margin: auto;
  display: block !important;
  background-color: white !important;
  color: #595757 !important;
  padding: 0;
}
@media (max-width: 1024px) {
  body main .content-banner {
    border-radius: 0;
  }
}
body main .content-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 1024px) {
  body main .content-banner img {
    border-radius: 0;
  }
}
@media (max-width: 568px) {
  body main .content-banner img {
    -o-object-position: 5% 50%;
       object-position: 5% 50%;
  }
}
body main .content-imgSummary .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
}
body main .content-imgSummary .block:last-child {
  margin-bottom: 0;
}
@media (max-width: 568px) {
  body main .content-imgSummary .block {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  body main .content-imgSummary .block:nth-child(even) {
    flex-direction: column-reverse;
  }
}
body main .content-imgSummary .block .picture {
  width: 47%;
}
@media (max-width: 768px) {
  body main .content-imgSummary .block .picture {
    width: 50%;
  }
}
@media (max-width: 568px) {
  body main .content-imgSummary .block .picture {
    width: 100%;
  }
}
body main .content-imgSummary .block .text-gp {
  width: 47%;
  padding: 0 24px;
}
@media (max-width: 768px) {
  body main .content-imgSummary .block .text-gp {
    width: 50%;
  }
}
@media (max-width: 568px) {
  body main .content-imgSummary .block .text-gp {
    width: 100%;
    padding: 0;
    padding-top: 24px;
  }
}
body main .content-imgSummary .block .text-gp h2 {
  margin-bottom: 8px;
}
body main .content-imgSummary .block .text-gp p {
  margin-bottom: 16px;
}
body main .content-imgSummary .block .text-gp .button {
  text-align: right;
}
body main .content-imgSummary .block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .content-info {
  padding-bottom: 0;
}
body main .content-info .info-gp {
  display: block;
  margin-bottom: 20px;
}
body main .content-info .info-gp .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
body main .content-info .info-gp .title a {
  padding: 5px 16px;
  background-color: #008CD6;
  border-radius: 4px;
  font-size: 1.125rem;
  color: white;
  font-weight: bold;
}
body main .content-info .info-gp .title a:hover {
  background-color: #004098;
  transition-duration: 0.5s;
}
body main .content-icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 568px) {
  body main .content-icon {
    flex-direction: column;
  }
}
body main .content-icon .icon-gp {
  width: 48%;
  display: flex;
  margin: 20px 0;
}
@media (max-width: 568px) {
  body main .content-icon .icon-gp {
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }
}
body main .content-icon .icon-gp img {
  width: 20%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 16px;
}
@media (max-width: 568px) {
  body main .content-icon .icon-gp img {
    width: 50%;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }
}
body main .content-icon .icon-gp .text-gp {
  width: 80%;
}
@media (max-width: 568px) {
  body main .content-icon .icon-gp .text-gp {
    width: 100%;
  }
}
body main .content-icon .icon-gp .text-gp h3 {
  margin-bottom: 4px;
}
@media (max-width: 568px) {
  body main .content-FQA .container {
    width: 100%;
    margin: 0;
  }
  body main .content-FQA .container h1 {
    text-align: center;
  }
}
@media (max-width: 568px) and (max-width: 568px) {
  body main .content-FQA .container h1 {
    margin: 0;
    margin-bottom: 20px;
  }
}
body main .content-FQA .container span {
  color: #008CD6;
}
body main .content-form .title {
  display: block;
  margin-bottom: 36px;
}
@media (max-width: 568px) {
  body main .content-form .title {
    margin-bottom: 20px;
  }
}
body main .content-form .title h2 {
  width: 100%;
}
body main .content-form form .form-gp label {
  width: 20%;
}
@media (max-width: 568px) {
  body main .content-form form .form-gp label {
    width: 100%;
  }
}
body main .content-form form .form-gp input,
body main .content-form form .form-gp select,
body main .content-form form .form-gp textarea {
  width: 80%;
  text-align: left;
}
@media (max-width: 568px) {
  body main .content-form form .form-gp input,
  body main .content-form form .form-gp select,
  body main .content-form form .form-gp textarea {
    width: 100%;
  }
}
body main .content-form form .form-gp input[type=button], body main .content-form form .form-gp input[type=reset],
body main .content-form form .form-gp select[type=button],
body main .content-form form .form-gp select[type=reset],
body main .content-form form .form-gp textarea[type=button],
body main .content-form form .form-gp textarea[type=reset] {
  width: initial;
  margin: 0 12px;
  margin-top: 20px;
}
@media (max-width: 568px) {
  body main .content-form form .form-gp input[type=button], body main .content-form form .form-gp input[type=reset],
  body main .content-form form .form-gp select[type=button],
  body main .content-form form .form-gp select[type=reset],
  body main .content-form form .form-gp textarea[type=button],
  body main .content-form form .form-gp textarea[type=reset] {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 20px;
  }
}
body main .content-form form .code-gp {
  display: flex;
}
body main .content-form form .code-gp label {
  width: 20%;
}
@media (max-width: 568px) {
  body main .content-form form .code-gp label {
    width: 100%;
  }
}
body main .content-form form .code-gp .text-gp {
  width: 80%;
}
@media (max-width: 568px) {
  body main .content-form form .code-gp .text-gp {
    width: 100%;
  }
}
body main .content-form-success {
  padding-top: 60px;
}
body main .content-form-success .container {
  padding: 32px;
  height: calc(100vh - 375px);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1536px) {
  body main .content-form-success .container {
    height: calc(100vh - 371px);
  }
}
@media (max-width: 568px) {
  body main .content-form-success .container {
    padding: 24px;
    height: 53vh;
  }
}
body main .content-form-success .container h2 {
  margin-bottom: 4px;
}
body main .content-form-success .container p {
  text-align: center;
}
body main .content-form-success .container img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
body main .content-form-success .container .btn {
  margin: 20px 0;
}/*# sourceMappingURL=style.css.map */