@charset "UTF-8";
body {
  font-size: 1rem;
  line-height: 1.4em;
  letter-spacing: 0.5px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  color: #272727;
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 1320px) {
  .wrap {
    max-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1024px) {
  .wrap {
    max-width: calc(100% - 30px);
  }
}

@media screen and (max-width: 400px) {
  .wrap {
    max-width: calc(100% - 20px);
  }
}

h1, .h1 {
  font-size: 1.85rem;
  font-weight: bold;
  line-height: 1.6em;
  color: #02A189;
}

@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

h2, .h2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #008773;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}

.model-index h2, .model-index .h2 {
  color: #434A5A;
}

@media screen and (max-width: 1000px) {
  .model-index h2, .model-index .h2 {
    text-align: center;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #067B69;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #0E8293;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.6em;
}

h6, .h6 {
  font-size: 1.125rem;
  line-height: 1.6em;
}

small {
  font-size: 0.9rem;
}

p {
  margin-bottom: 1em;
}

span {
  color: #DA3705;
}

a {
  color: #DA3705;
}

a > span {
  color: inherit;
}

a:active {
  color: #d30000;
}

a.external-link::after {
  content: '\f35d';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  margin-left: 5px;
}

@media screen and (min-width: 1025px) {
  a:hover {
    color: #d30000;
  }
  a:focus {
    color: #d30000;
    outline-color: #DA3705;
  }
}

abbr {
  text-decoration: none;
}

input[type='text'],
input[type='file'],
input[type='password'],
input[type='number'],
select {
  display: inline-block;
  line-height: 1em;
  border-radius: 3px;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  background-color: #E6E9ED;
  padding: 7px;
  margin: 1px;
  font-size: 1rem;
}

@media screen and (min-width: 1025px) {
  input[type='text']:focus,
  input[type='file']:focus,
  input[type='password']:focus,
  input[type='number']:focus,
  select:focus {
    outline-color: #DA3705;
  }
}

@media screen and (max-width: 1024px) {
  input[type='text'],
  input[type='file'],
  input[type='password'],
  input[type='number'],
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

textarea {
  display: block;
  line-height: 1.4em;
  border-radius: 3px;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  background-color: #E6E9ED;
  padding: 7px;
  margin: 1px;
  font-size: 1rem;
}

@media screen and (min-width: 1025px) {
  textarea:focus {
    outline-color: #DA3705;
  }
}

@media screen and (max-width: 1024px) {
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
  display: inline-block;
  line-height: 1em;
  border-radius: 5px;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  padding: 7px 15px;
  margin: 1px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  input[type='submit'],
  input[type='reset'],
  input[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

.search-submit-btn {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0px;
  margin: 0px;
  background-color: #DA3705;
  background-image: url("../../images/icon/search_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border: none;
  text-align: center;
  font-size: 0rem;
  text-indent: -9999px;
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .search-submit-btn:hover {
    background-color: #d30000;
  }
  .search-submit-btn:focus {
    background-color: #d30000;
    outline-color: #DA3705;
  }
}

.radio-select {
  display: inline-block;
}

.radio-select > input[type='radio'] {
  opacity: 0;
  width: 0px;
  top: 0px;
}

.radio-select > input[type='radio'] + label {
  display: inline-block;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  line-height: 1em;
  padding: 5px 20px;
  cursor: pointer;
}

.radio-select > input[type='radio']:checked + label,
.radio-select > input[type='radio']:focus + label {
  border-color: #DA3705;
  color: #DA3705;
}

ul.radioGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content ul.radioGroup {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.radio-normal {
  display: inline-block;
}

.radio-normal > input[type='radio'] {
  opacity: 0;
  width: 0px;
  position: absolute;
}

.radio-normal > input[type='radio'] + label {
  cursor: pointer;
}

.radio-normal > input[type='radio'] + label::before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #CCD1D9;
  display: inline-block;
  margin-right: 10px;
}

.radio-normal > input[type='radio']:checked + label::before,
.radio-normal > input[type='radio']:focus + label::before {
  background-color: #FF7247;
}

.checkbox-normal > input[type='checkbox'] {
  opacity: 0;
  width: 0px;
  position: absolute;
}

.checkbox-normal > input[type='checkbox'] + label {
  cursor: pointer;
}

.checkbox-normal > input[type='checkbox'] + label::before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #CCD1D9;
  display: inline-block;
  margin-right: 10px;
}

.checkbox-normal > input[type='checkbox']:checked + label::before,
.checkbox-normal > input[type='checkbox']:focus + label::before {
  background-color: #FF7247;
}

ul.radioTabsGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content ul.radioTabsGroup {
  list-style: none;
  padding-left: 0px;
  margin-top: 1em;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .content ul.radioTabsGroup {
    margin-bottom: 1em;
  }
}

ul.radioTabsGroup > li {
  width: 50%;
}

ul.radioTabsGroup > li:nth-child(odd) .radio-tabs > input[type='radio']:checked + label {
  color: #ffffff;
  background-color: #0c75b8;
  border-color: #0c75b8;
}

@media screen and (min-width: 1025px) {
  ul.radioTabsGroup > li:nth-child(odd) .radio-tabs > input[type='radio'] + label:hover,
  ul.radioTabsGroup > li:nth-child(odd) .radio-tabs > input[type='radio']:focus + label {
    color: #ffffff;
    background-color: #0c75b8;
    border-color: #0c75b8;
  }
}

ul.radioTabsGroup > li:nth-child(even) .radio-tabs > input[type='radio']:checked + label {
  color: #ffffff;
  background-color: #237f8d;
  border-color: #237f8d;
}

@media screen and (min-width: 1025px) {
  ul.radioTabsGroup > li:nth-child(even) .radio-tabs > input[type='radio'] + label:hover,
  ul.radioTabsGroup > li:nth-child(even) .radio-tabs > input[type='radio']:focus + label {
    color: #ffffff;
    background-color: #237f8d;
    border-color: #237f8d;
  }
}

@media screen and (min-width: 768px) {
  ul.radioTabsGroup > li .radio-tabs > input[type='radio'] + label {
    border-radius: 10px 10px 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  ul.radioTabsGroup > li {
    width: 100%;
    margin-bottom: 1em;
  }
  ul.radioTabsGroup > li:last-child {
    margin-bottom: 0px;
  }
  ul.radioTabsGroup > li .radio-tabs > input[type='radio'] + label {
    border-radius: 5px;
  }
}

ul.radioTabsGroup .radio-tabs {
  display: block;
  height: 100%;
}

ul.radioTabsGroup .radio-tabs > input[type='radio'] {
  opacity: 0;
  width: 0px;
  position: absolute;
}

ul.radioTabsGroup .radio-tabs > input[type='radio'] + label {
  padding: 5px 10px;
  display: block;
  height: 100%;
  text-align: center;
  font-weight: bold;
  color: #237f8d;
  background-color: #ffffff;
  cursor: pointer;
  border-width: 1px;
  border-color: #237f8d;
  border-style: solid;
}

@media screen and (min-width: 1025px) {
  ul.radioTabsGroup.is-focus {
    outline: 1px solid #DA3705;
  }
}

@media print {
  ul.radioTabsGroup > li:nth-child(odd) .radio-tabs {
    color: #0c75b8;
  }
  ul.radioTabsGroup > li:nth-child(even) .radio-tabs {
    color: #237f8d;
  }
  ul.radioTabsGroup > li .radio-tabs {
    -webkit-print-color-adjust: exact;
  }
}

.radioTabsContent {
  background-color: #dcf1f4;
  padding: 15px;
  margin-bottom: 1em;
}

.radioTabsContent.color-blue {
  background-color: #d6ebf8;
}

@media screen and (max-width: 400px) {
  .radioTabsContent {
    padding: 10px;
  }
}

.form-group .radioTabsContent .form-copyright p {
  color: #d30000;
}

.side-left {
  float: left;
}

.side-right {
  float: right;
}

/* 按鈕 */
.btn {
  display: inline-block;
  line-height: 1em;
  border-radius: 5px;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  color: #656D78;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 1px;
}

@media screen and (min-width: 1025px) {
  .btn:hover {
    border-color: #d30000;
    background-color: #DA3705;
    color: #ffffff;
  }
  .btn:focus {
    border-color: #d30000;
    background-color: #d30000;
    color: #ffffff;
    outline-color: #DA3705;
  }
}

.btn.btn-primary {
  border-color: #DA3705;
  background-color: #DA3705;
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    border-color: #d30000;
    background-color: #d30000;
    color: #ffffff;
  }
}

.btn.btn-legend {
  border-color: #067B69;
  background-color: #ffffff;
  color: #067B69;
}

@media screen and (min-width: 1025px) {
  .btn.btn-legend:hover, .btn.btn-legend:focus {
    border-color: #067B69;
    background-color: #067B69;
    color: #ffffff;
  }
}

.btn.btn-minor {
  border-color: #0E8293;
  background-color: #0E8293;
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .btn.btn-minor:hover, .btn.btn-minor:focus {
    border-color: #156d79;
    background-color: #156d79;
    color: #ffffff;
  }
}

.btn.btn-youtube {
  border-color: #c4302b;
  background-color: #c4302b;
  padding: 5px 10px;
  margin: 5px;
  color: #ffffff;
  line-height: 30px;
}

.btn.btn-youtube::after {
  content: '';
  width: 78px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../../images/icon/youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 5px;
}

.btn.btn-reload {
  color: #ffffff;
  background-color: #0E8293;
  border-color: #0E8293;
  line-height: 25px;
}

.btn.btn-reload::before {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../../images/icon/reload.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
}

@media screen and (min-width: 1025px) {
  .btn.btn-reload:hover, .btn.btn-reload:focus {
    background-color: #1ba4bf;
    border-color: #1ba4bf;
  }
}

.btn.btn-speaker {
  color: #ffffff;
  background-color: #0E8293;
  border-color: #0E8293;
  line-height: 25px;
}

.btn.btn-speaker::before {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../../images/icon/voice.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
}

@media screen and (min-width: 1025px) {
  .btn.btn-speaker:hover, .btn.btn-speaker:focus {
    background-color: #1ba4bf;
    border-color: #1ba4bf;
  }
}

.btn.external-link::after {
  content: '\f35d';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #DA3705;
  margin-left: 5px;
}

@media screen and (min-width: 1025px) {
  .btn.external-link:hover::after, .btn.external-link:focus::after {
    color: #ffffff;
  }
}

@media print {
  .btn {
    -webkit-print-color-adjust: exact;
  }
  .btn.btn-primary {
    border-color: #DA3705;
    background-color: #ffffff;
    color: #DA3705;
  }
  .btn.btn-legend {
    border-color: #067B69;
    background-color: #ffffff;
    color: #067B69;
  }
  .btn.btn-minor {
    border-color: #0E8293;
    background-color: #ffffff;
    color: #0E8293;
  }
  .btn.btn-youtube {
    border-color: #c4302b;
    background-color: #ffffff;
    color: #c4302b;
  }
  .btn.btn-reload {
    border-color: #0E8293;
    background-color: #ffffff;
    color: #0E8293;
  }
  .btn.btn-speaker {
    border-color: #0E8293;
    background-color: #ffffff;
    color: #0E8293;
  }
}

.addsubmit-btn {
  background-color: #E6E9ED;
  color: #000000;
}

.readmore-blk {
  display: none;
}

/* 表格 */
table {
  margin-bottom: 20px;
}

table tr th, table tr td {
  padding: 10px;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: #CCD1D9;
}

table tr th {
  background-color: #05866F;
  color: #ffffff;
}

/* 暫時的 */
table > tbody > tr > th, table > tbody > tr > td, table[border="0"] > tbody > tr > th, table[border="0"] > tbody > tr > td {
  vertical-align: top;
  border: none;
  padding: 0px;
}

table > tbody > tr > th, table[border="0"] > tbody > tr > th {
  background-color: transparent;
  color: #272727;
}

table > thead > tr > th, table[border="0"] > thead > tr > th {
  background-color: transparent;
  color: #272727;
}

table[border] tr th, table[border] tr td,
.bilingual-table tr th,
.bilingual-table tr td,
.form-table tr th,
.form-table tr td,
.footable tr th,
.footable tr td {
  vertical-align: middle;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCD1D9;
}

table[border] tr th,
.bilingual-table tr th,
.form-table tr th,
.footable tr th {
  background-color: #05866F;
  color: #ffffff;
}

/* Footable */
.footable .footable-row-detail-name {
  font-weight: 500;
  padding-bottom: 10px;
}

.footable .footable-row-detail-value {
  padding-bottom: 10px;
}

/* lightGallery */
body .lg-outer,
body .lg-backdrop {
  z-index: 5000;
}

/* 格狀排版 Grid */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid > li {
  width: 100%;
  padding: 0px 0.5em;
}

.grid.grid-100 > li {
  width: 100%;
}

.grid.grid-50 > li {
  width: 50%;
}

.grid.grid-33 > li {
  width: 33.3%;
}

.grid.grid-25 > li {
  width: 25%;
}

.grid.grid-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.grid.grid-left > li:nth-child(odd) {
  width: 40%;
  padding-left: 0px;
}

.grid.grid-left > li:nth-child(even) {
  width: 60%;
  padding-right: 0px;
}

.grid.grid-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.grid.grid-right > li:nth-child(odd) {
  width: 40%;
  padding-right: 0px;
}

.grid.grid-right > li:nth-child(even) {
  width: 60%;
  padding-left: 0px;
}

@media screen and (max-width: 900px) {
  .grid.grid-left, .grid.grid-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .grid.grid-left > li:nth-child(odd), .grid.grid-right > li:nth-child(odd) {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .grid.grid-left > li:nth-child(even), .grid.grid-right > li:nth-child(even) {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 480px) {
  .grid > li {
    padding: 0px;
  }
  .grid.grid-100 > li {
    width: 100%;
  }
  .grid.grid-50 > li {
    width: 100%;
  }
  .grid.grid-33 > li {
    width: 100%;
  }
  .grid.grid-25 > li {
    width: 100%;
  }
}

/* jQuery UI 的日期選擇器 */
#ui-datepicker-div span {
  color: #272727;
}

#ui-datepicker-div th {
  background-color: #CCD1D9;
}

/* iframe尺寸 */
.iframebox {
  width: 100%;
  height: 0px;
  padding-bottom: 67%;
  position: relative;
}

.iframebox > iframe, .iframebox video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* video尺寸 */
.videoBox {
  width: 100%;
  height: 0px;
  padding-bottom: 56%;
  position: relative;
}

.videoBox > video, .videoBox iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* colorbox */
#colorbox #cboxContent {
  background: none;
}

#colorbox #cboxLoadedContent {
  border: none;
}

#colorbox #cboxClose {
  width: 13px;
  height: 13px;
  background: url("../../images/icon/close.svg") no-repeat center/contain;
  right: 15px;
  top: 15px;
}

#colorbox #cboxLoadedContent {
  border-radius: 20px;
  overflow: hidden !important;
}

@media screen and (max-width: 767px) {
  #colorbox #cboxLoadedContent {
    border-radius: 10px;
  }
}

.lightbox-item {
  padding: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.lightbox-item .lightbox-wrap {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}

.lightbox-item .lightbox-wrap .item-container {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.lightbox-item .lightbox-wrap .item-container .item-header {
  width: 100%;
  text-align: center;
}

.lightbox-item .lightbox-wrap .item-container .item-header .notebook {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
}

.lightbox-item .lightbox-wrap .item-container .item-header .notebook > img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 480px) {
  .lightbox-item .lightbox-wrap .item-container .item-header .notebook {
    width: 60px;
    height: 60px;
  }
}

.lightbox-item .lightbox-wrap .item-container .item-title {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  padding: 10px 0px;
}

.lightbox-item .lightbox-wrap .item-container .row {
  width: 100%;
  text-align: center;
}

.lightbox-item .lightbox-wrap .item-container .row .btn {
  padding: 10px 40px;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .lightbox-item {
    padding: 30px 15px;
  }
}

