@charset "UTF-8";
/* ================================ */
/* 請改scss並編譯成css，不要直接改css */
/* ================================ */
@font-face {
  font-family: MyCustomFont;
  src: local("Microsoft JhengHei");
}

/* 英文數字專用 */
@font-face {
  font-family: MyCustomFont;
  /* 同樣的 font-family */
  unicode-range: U+00-7F, U+00C0- U+00FF, U+2150- U+2169;
  /* ASCII,羅馬數字*/
  src: local(Verdana), local(Geneva), local(Arial), local(Helvetica);
}

/* 日文假名專用 */
@font-face {
  font-family: MyCustomFont;
  /* 同樣的 font-family */
  unicode-range: U+3040-30FF;
  /* Hiragana, Katakana */
  src: local("MS PGothic"), local(Meiryo);
  /* Windows Vista+ */
}

body {
  margin: 0;
  padding: 0;
  font-family: MyCustomFont, sans-serif;
  font-size: 100%;
  color: #333;
  -webkit-text-size-adjust: none;
}

/*=======================↓reset↓=======================*/
a {
  outline: none;
}

img {
  border: 0;
}

/*=======================↑reset↑=======================*/
#wrap {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
}

#wrap #language {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #434343;
  padding: 0 119px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap #language a {
  position: relative;
  text-align: right;
  display: block;
  color: #ffffff;
}

#wrap #language a img {
  position: relative;
  width: auto;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#wrap #header {
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  padding: 10px 119px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap #header::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fbfbfb;
  border-bottom: 2px solid #e5e5e5;
  display: block;
}

#wrap #header .header-logo {
  position: relative;
  width: 100%;
}

#wrap #header .header-logo p {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #004282;
  margin: 0;
}

#wrap #header .header-logo .link_logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#wrap #header .header-logo .link_logo img {
  width: 87px;
  height: auto;
}

#wrap #header .header-btn {
  position: relative;
  width: 100%;
  margin: 10px 0;
  z-index: 1;
}

#wrap #header .header-btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrap #header .header-btn a {
  text-decoration: none;
}

#wrap #header .header-btn .menu {
  position: relative;
}

#wrap #header .header-btn .menu .level1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#wrap #header .header-btn .menu .level1:not(:last-child) {
  margin-right: 1em;
}

#wrap #header .header-btn .menu .level1 > a {
  position: relative;
  border: 2px solid #15b2c2;
  border-radius: 10px;
  color: #15b2c2;
  font-size: 18px;
  padding: 12px 24px;
  text-align: center;
  display: inline-block;
}

#wrap #header .header-btn .menu .level1 ul {
  position: absolute;
  width: 250px;
  display: none;
  padding-top: 20px;
}

#wrap #header .header-btn .menu .level1 ul li {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px 24px;
}

#wrap #header .header-btn .menu .level1 ul li a {
  position: relative;
  display: block;
  color: #ffffff;
}

#wrap #content {
  position: relative;
  width: 100%;
  min-height: 50vh;
  padding: 10px 119px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 橘字摺合版
        .accordion {
            position: relative;
            counter-reset: section;
            .accBox {
                position: relative;
                &:not(:last-child){
                    padding-bottom: 1em;
                }                
                .accToggler {
                    position: relative;
                    color: #e36426;
                    text-decoration: underline;
                    font-weight: bold;
                    font-size: 18px;
                    cursor: pointer;
                    &::before{
                        position: relative;
                        counter-increment: section;
                        content:counter(section) ". ";
                    }
                }
                .accContent {
                    position: relative;
                }
            }
        }
        */
}

#wrap #content p + ul, #wrap #content p + table, #wrap #content p.content-subtitle + p.content-text {
  margin-top: -1em;
}

#wrap #content ul + p.content-subtitle {
  margin-top: 2em;
}

#wrap #content hr {
  border: none;
  border-bottom: 1px dashed #ccc;
}

#wrap #content .breadcrumbs {
  position: relative;
  font-size: 15px;
  color: #999999;
}

#wrap #content .breadcrumbs img {
  vertical-align: text-bottom;
}

#wrap #content .breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

#wrap #content .content-title {
  position: relative;
  font-size: 26px;
  border-bottom: 2px solid #00a3d1;
  padding-bottom: 0.2em;
}

#wrap #content .content-title::before {
  position: relative;
  content: url(../images/sign2.png);
  padding-right: 0.3em;
  display: inline-block;
  vertical-align: middle;
}

#wrap #content .content-subtitle {
  position: relative;
  font-size: 22px;
  color: #fc5d01;
  /*&::before {
                position: relative;
                content: url(../images/sign3.png);
                padding-right: 0.3em;
                display: inline-block;
                vertical-align: middle;
            }*/
}

#wrap #content .content-text {
  position: relative;
  line-height: 1.8em;
}

#wrap #content .content-text video {
  position: relative;
  width: Min(100%, 450px);
  height: auto;
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

#wrap #content .content-text.forTable {
  font-weight: bold;
}

#wrap #content .content-text a {
  word-break: break-all;
}

#wrap #content .content-list {
  position: relative;
}

#wrap #content .content-list li {
  position: relative;
  line-height: 1.8em;
}

#wrap #content .content-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

#wrap #content .content-list .content-list {
  margin: 0.5em 0 1em 0;
}

#wrap #content .content-list .content-list li {
  list-style: circle;
}

#wrap #content .content-list.not {
  list-style-type: none;
}

#wrap #content .table-blue {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#wrap #content .table-blue td, #wrap #content .table-blue th {
  padding: 10px;
  border: 1px solid #2c98c3;
  vertical-align: middle;
}

#wrap #content .table-blue th {
  position: relative;
  background-color: #2caadc;
  color: #ffffff;
  font-weight: normal;
}

#wrap #content .table-blue th.titleTh {
  border: none;
  color: #333;
  background-color: initial;
}

#wrap #content .table-blue th.subTh {
  background-color: #258cb5;
}

#wrap #content .accordion {
  position: relative;
}

#wrap #content .accordion .accBox {
  position: relative;
}

#wrap #content .accordion .accBox:not(:last-child) {
  padding-bottom: 1em;
}

#wrap #content .accordion .accBox .accToggler {
  position: relative;
  color: #ffffff;
  background-color: #15b2c2;
  font-size: 18px;
  cursor: pointer;
  padding: 0.5em 1em;
}

#wrap #content .accordion .accBox .accToggler::after {
  position: absolute;
  content: "\271A";
  display: block;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wrap #content .accordion .accBox .accToggler.act::after {
  content: "\25AC";
}

#wrap #content .accordion .accBox .accContent {
  position: relative;
  border: 1px solid #15b2c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

#wrap #content .accordion .accBox .accContent .content-subtitle {
  font-size: 16px;
  background-color: #cccccc;
  padding: 0.5em;
  margin: 1em 0;
  line-height: 1.8em;
  color: #333;
}

#wrap.pc {
  width: 1280px;
}

#wrap.pc #header .header-btn .menu .link_backhome {
  display: none;
}

#wrap.pc #header .header-btn .menu .level1 ul li:hover {
  background-color: #15b2c2;
}

#wrap.pc #header .header-btn .menu .level1:hover > a {
  color: #0ba3b3;
  background-color: #d8f0f2;
}

#wrap.pc #header .header-btn .menu .level1:hover ul {
  display: block;
}

#wrap.pc #header .header-btn .menu .level1.act > a {
  background-color: #15b2c2;
  color: #ffffff;
}

#wrap.pc #content .table-blue.phone {
  display: none;
}

#wrap.phone {
  width: 100%;
}

#wrap.phone #language {
  display: none;
}

#wrap.phone #header {
  position: fixed;
  padding: 10px 20px;
  z-index: 1;
}

#wrap.phone #header .header-logo p span {
  font-size: 12px;
  font-weight: normal;
}

#wrap.phone #header .header-logo .link_logo {
  margin-right: 0;
}

#wrap.phone #header .header-logo .link_logo img {
  width: 60px;
}

#wrap.phone #header .header-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #f3f3f3;
  margin: 0;
  display: none;
}

#wrap.phone #header .header-btn::before {
  position: relative;
  content: "Menu";
  width: 100%;
  height: 62px;
  display: block;
  font-size: 24px;
  line-height: 62px;
  color: #ffffff;
  background-color: #15b2c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 34px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#wrap.phone #header .header-btn .menu {
  padding: 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap.phone #header .header-btn .menu .level1 {
  display: block;
  border-bottom: 1px solid #cccccc;
}

#wrap.phone #header .header-btn .menu .level1:not(:last-child) {
  margin-right: 0;
}

#wrap.phone #header .header-btn .menu .level1 > a {
  width: 100%;
  border: none;
  border-radius: 0;
  color: #8d8d8d;
  padding: 12px 14px;
  text-align: left;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap.phone #header .header-btn .menu .level1 ul {
  position: relative;
  padding: 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap.phone #header .header-btn .menu .level1 ul li {
  background-color: transparent;
  padding: 12px 14px;
}

#wrap.phone #header .header-btn .menu .level1 ul li a {
  color: #999999;
}

#wrap.phone #header .header-btn .menu .level1 ul li:not(:first-child) {
  border-top: 1px dashed #cccccc;
}

#wrap.phone #header .header-btn .menu .level1.more > a::after {
  position: absolute;
  content: "\276F";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  color: #8d8d8d;
}

#wrap.phone #header .header-btn .menu .level1.act > a::after {
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#wrap.phone #header .header-btn .menu .level1.act ul {
  border-top: 1px solid #cccccc;
  display: block;
}

#wrap.phone #header .btnMenuOpen, #wrap.phone #header .btnMenuClose {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 32px;
  height: 32px;
}

#wrap.phone #header .btnMenuOpen {
  top: 14px;
  height: 4px;
  margin: 13px 0;
  background-color: #15b2c2;
}

#wrap.phone #header .btnMenuOpen::before, #wrap.phone #header .btnMenuOpen::after {
  position: absolute;
  left: 0;
  content: ' ';
  height: 100%;
  width: 100%;
  background-color: #15b2c2;
}

#wrap.phone #header .btnMenuOpen::before {
  top: -12px;
}

#wrap.phone #header .btnMenuOpen::after {
  bottom: -12px;
}

#wrap.phone #header .btnMenuClose::before, #wrap.phone #header .btnMenuClose::after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 3px;
  background-color: #ffffff;
}

#wrap.phone #header .btnMenuClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#wrap.phone #header .btnMenuClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#wrap.phone #content {
  margin-top: 31px;
  padding: 20px;
}

#wrap.phone #content .breadcrumbs {
  display: none;
}

#wrap.phone #content .content-title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 0.5em;
  color: #2caadc;
}

#wrap.phone #content .content-title::before {
  display: none;
}

#wrap.phone #content .content-subtitle {
  font-size: 20px;
}

#wrap.phone #content .content-subtitle::before {
  background-size: 80%;
}

#wrap.phone #content .table-blue td, #wrap.phone #content .table-blue th {
  padding: 5px;
}

#wrap.phone #content .table-blue.pc {
  display: none;
}

#wrap.phone #content .table-blue.phone + .table-blue.phone {
  margin-top: 1em;
}

/* 20250310 Ellis交辦新增連結 */

.resource-links{
    margin-top:20px;
}

.resource-links a{
    display:inline-block;
    margin-right:30px;
    font-weight:inherit;
    color:#14A8D3;
    text-decoration:none;
}

/* 前面的藍色圓點 */
.resource-links a::before{
    content:"•";
    color:#14A8D3;
    font-size:32px;
    margin-right:10px;
    position:relative;
    top:4px;
}

/* 第一個連結後面 */
.resource-links a.icon-pen::after{
    content:" ✒️";
}

/* 第二個連結後面 */
.resource-links a.icon-book::after{
    content:" 📖";
}

.resource-links a:hover{
    text-decoration:underline;
}