@charset "UTF-8";
/*----------reset css-----------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

iframe {
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  padding: 0;
  margin: 0;
}

textarea {
  resize: none;
}

/*元素垂直置中*/
/*會由後台上稿的圖片*/
/*-------------------unrest css-----------------*/
.unreset {
  font-size: 16px;
  line-height: 1.6;
}
.unreset li {
  display: list-item;
}
.unreset head {
  display: none;
}
.unreset col {
  display: table-column;
}
.unreset colgroup {
  display: table-column-group;
}
.unreset td, .unreset th {
  display: table-cell;
}
.unreset caption {
  display: table-caption;
  text-align: center;
}
.unreset th {
  font-weight: bold;
  text-align: center;
}
.unreset body {
  margin: 8px;
}
.unreset address, .unreset blockquote, .unreset dd, .unreset div, .unreset dl, .unreset dt, .unreset fieldset, .unreset form, .unreset frame, .unreset frameset, .unreset h1, .unreset h2, .unreset h3, .unreset h4, .unreset h5, .unreset h6, .unreset noframes, .unreset ol, .unreset p, .unreset ul, .unreset center, .unreset dir, .unreset hr, .unreset menu, .unreset pre {
  display: block;
}
.unreset h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.unreset h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.unreset h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.unreset h4, .unreset p, .unreset blockquote, .unreset ul, .unreset fieldset, .unreset form, .unreset ol, .unreset dl, .unreset dir, .unreset menu {
  margin: 0;
}
.unreset h5 {
  font-size: .83em;
  margin: 1.5em 0;
}
.unreset h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
.unreset h1, .unreset h2, .unreset h3, .unreset h4, .unreset h5, .unreset h6, .unreset b, .unreset strong {
  font-weight: bolder;
}
.unreset blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.unreset i, .unreset cite, .unreset em, .unreset var, .unreset address {
  font-style: italic;
}
.unreset pre, .unreset tt, .unreset code, .unreset kbd, .unreset samp {
  font-family: monospace;
}
.unreset pre {
  white-space: pre;
}
.unreset button, .unreset textarea, .unreset input, .unreset select {
  display: inline-block;
}
.unreset big {
  font-size: 1.17em;
}
.unreset small, .unreset .unreset sub, .unreset .unreset sup {
  font-size: 0.83em;
}
.unreset sub {
  vertical-align: sub;
}
.unreset sup {
  vertical-align: super;
}
.unreset s, .unreset strike, .unreset del {
  text-decoration: line-through;
}
.unreset hr {
  border: 1px inset;
}
.unreset ol, .unreset ul, .unreset dir, .unreset menu, .unreset dd {
  margin-left: 40px;
}
.unreset ol, .unreset ol li {
  list-style-type: decimal;
}
.unreset ol ul, .unreset ul ol, .unreset ul ul, .unreset ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.unreset ul, .unreset ul li {
  list-style-type: disc;
}
.unreset .contractliststyle {
  font-size: 18px;
}
.unreset .contractliststyle ul li {
  list-style-type: inherit;
}
.unreset .contractliststyle p {
  margin-top: 10px;
}
.unreset .contractliststyle ol, .unreset .contractliststyle ul, .unreset .contractliststyle dir, .unreset .contractliststyle menu, .unreset .contractliststyle dd {
  margin-left: 32px;
}
.unreset .contractliststyle ul > li {
  margin-bottom: 30px;
}
.unreset .contractliststyle li {
  margin-bottom: 10px;
}
.unreset .contractliststyle ol {
  list-style-type: none;
  counter-reset: item;
}
.unreset .contractliststyle ol li {
  counter-increment: item;
}
.unreset .contractliststyle ol li::before {
  content: "(" counter(item,cjk-ideographic) ") ";
  position: absolute;
  left: -32px;
}
.unreset .contractliststyle ol ol li::before {
  display: none;
}
.unreset .contractliststyle ol ul, .unreset .contractliststyle ul ol, .unreset .contractliststyle ul ul, .unreset .contractliststyle ol ol {
  margin-top: 10px;
  margin-bottom: 0;
}
.unreset .contractliststyle ul {
  list-style-type: cjk-ideographic;
}
.unreset .contractliststyle ol ol {
  list-style-type: decimal;
}
.unreset u, .unreset ins {
  text-decoration: underline;
}
.unreset br:before {
  content: "\A";
  white-space: pre-line;
}
.unreset center {
  text-align: center;
}
.unreset:link, .unreset:visited {
  text-decoration: underline;
}
.unreset:focus {
  outline: thin dotted invert;
}
.unreset img {
  max-width: 100%;
  height: initial !important;
}
.unreset iframe {
  max-width: 100%;
}
.unreset .embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.unreset .embeddedContent iframe, .unreset .embeddedContent object, .unreset .embeddedContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.unreset a {
  color: #0066ff;
}

.redcolor {
  color: var(--main_color);
}

.normalP {
  letter-spacing: 0em;
  line-height: calc(30/17);
  font-size: 17px;
}

.displaynone {
  display: none;
}

.displayinlineblock {
  display: inline-block;
}

.displayflex {
  display: flex;
}

.inlineblockmarr5 {
  display: inline-block;
  margin-right: 5px;
}

.marginright10 {
  margin-right: 10px;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.margintop30 {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .mobiledisplaybr br {
    display: none;
  }
}

.btnset {
  gap: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.btnset.style2 {
  justify-content: flex-start;
  gap: 16px;
}

@media (max-width: 1200px) {
  .btnset {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .btnset {
    margin-top: 10px;
  }
}
.btnstyle {
  border-radius: 0px;
  font-size: 17px;
  line-height: 1;
  padding: 14px 45px 14px 30px;
  border: none;
  background: var(--main_color3);
  color: #222;
  display: inline-block;
  box-shadow: var(--box-shadow);
  font-weight: var(--Light);
  text-transform: uppercase;
  overflow: hidden;
}
.btnstyle.style2 {
  background-color: initial;
  border: 1px solid #666;
  padding: 14px 30px 14px 30px;
}
.btnstyle.style2:after {
  display: none;
}
.btnstyle.w200 {
  min-width: 200px;
}
.btnstyle.smallbtn {
  font-size: 15px;
  padding: 14px 32px 11px 20px;
}
.btnstyle .fa-arrow-right {
  font-size: 12px;
  margin-left: 3px;
}
.btnstyle:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 15px;
  height: 100%;
  top: 0;
  background-color: var(--main_color4);
}
.btnstyle img.icon {
  margin-right: 10px;
  height: 20px;
  vertical-align: sub;
  display: inline;
}
.btnstyle.bigbtn {
  font-size: 20px;
  margin-top: 15px;
}
.btnstyle.bigbtn .en {
  font-size: 18px;
  font-weight: var(--Light);
}
.btnstyle.w100 {
  width: 100%;
}
.btnstyle.active {
  color: #fff;
  background-color: var(--main_color);
  opacity: 0.9;
}
.btnstyle:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main_color);
  transform: translateX(-100%);
  transition: all .3s;
  z-index: 0;
}
.btnstyle .t {
  text-align: center;
  line-height: 1;
}
.btnstyle:hover:before {
  transform: translateX(0);
}
.btnstyle:hover .t {
  color: #fff;
}
.btnstyle:hover img.icon {
  filter: var(--filter-white);
}
.btnstyle.clear {
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
}

.btnstyle2 {
  font-size: 18px;
  line-height: 1;
  border: 1px solid #666;
  padding: 14px 30px 14px 30px;
  color: #222;
  display: inline-block;
  box-shadow: var(--box-shadow);
  font-weight: var(--Light);
  text-transform: uppercase;
  overflow: hidden;
}
.btnstyle2 .fa-arrow-left {
  font-size: 12px;
  margin-right: 3px;
  vertical-align: middle;
}
.btnstyle2:hover {
  background-color: var(--main_color2);
  color: #fff;
}

.radiusbtn {
  padding: 8px 30px;
  background: #333333;
  border-radius: 22.5px;
  color: #fff;
}
.radiusbtn:hover {
  background-color: var(--main_color);
}

.iconcirclebtnsets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.iconcirclebtn {
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #666666;
  color: #666666;
}
.iconcirclebtn.editor {
  border: 1px solid #cc3333;
  color: #cc3333;
}
.iconcirclebtn.link {
  border: 1px solid #3399ff;
  color: #3399ff;
}

@media (max-width: 640px) {
  .btnstyle {
    font-size: 15px;
    padding: 15px 20px;
  }

  .btnstyle.w200 {
    min-width: initial;
  }
}
.btnstyle_circle {
  background-color: #f74848;
  border-radius: 50%;
  border: 4px solid #cc2929;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  height: 80px;
  width: 80px;
  line-height: 72px;
  text-align: center;
  display: block;
}
.btnstyle_circle:hover {
  transform: scale(1.05);
}

.morebtn {
  color: var(--main_color);
  font-size: 16px;
  font-weight: bold;
  padding: 8px 30px;
  border-radius: 20px;
  border: 1px solid var(--main_color);
  margin-top: 20px;
  display: inline-block;
  background-color: #fff;
}
.morebtn:hover {
  background: var(--main_color);
  color: #fff;
}

.flexcenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexaligncenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flexbetween {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btncenter {
  text-align: center;
  margin: 20px 0px;
}

.linkstyle {
  text-decoration: underline;
  color: var(--main_color);
}

.hoverunderline:hover {
  text-decoration: underline;
}

.backpre {
  text-align: center;
}

.vefify {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.inputstyle {
  background-color: #fff;
  padding: 9px 10px;
  width: 100%;
  height: 52px;
  font-size: 17px;
  border: 1px solid #e3e3e3;
}
.inputstyle[disabled="disabled"] {
  color: #222;
}
.inputstyle[type="date"] {
  padding: 7px 10px;
}
.inputstyleselect {
  padding: 9px 10px;
}
.inputstyle::placeholder {
  color: #585455;
  font-weight: var(--Light);
}
.inputstyle.w75 {
  width: 75px;
}
.inputstyle.w80 {
  width: 80px;
}
.inputstyle.w100 {
  width: 100px;
}
.inputstyle.w130 {
  width: 130px;
}
@media (max-width: 767px) {
  .inputstyle.w130 {
    width: 100%;
  }
}
.inputstyle.w145 {
  width: 145px;
}
.inputstyle.w150 {
  width: 150px;
}
.inputstyle.w180 {
  width: 180px;
}
.inputstyle.w200 {
  width: 200px;
}
.inputstyle.w310 {
  width: 310px;
}
@media (max-width: 767px) {
  .inputstyle.w310 {
    width: 100%;
  }
}
.inputstyle.textareastyle {
  height: 200px;
}

.inputbotline {
  border: none;
  border-bottom: 1px solid var(--main_color);
  padding: 5px;
  color: var(--main_color);
}
.inputbotline:focus {
  outline: none;
}

@media (max-width: 480px) {
  .inputstyle {
    font-size: 16px;
  }
}
.twzipcodeinput {
  margin-right: 5px;
}

.radio_sets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 5px 0 5px 0;
}
.radio_sets .one_radio {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.radio_sets .one_radio input {
  width: 25px;
  height: 25px;
}

.labelblock {
  display: inline-block;
  padding: 3px 25px 3px 0px;
}
.labelblock label {
  cursor: pointer;
}

.radiobox {
  margin-right: 10px;
}

.radiostyle {
  margin-right: 3px;
  width: 20px;
  height: 20px;
}

.radiobtnset .radiobtn {
  cursor: pointer;
}
.radiobtnset .radiobtn input[type=radio], .radiobtnset .radiobtn input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0;
}
.radiobtnset .radiobtn .t {
  cursor: pointer;
  padding: 3px 15px;
  line-height: 1;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #166083;
  text-align: center;
  display: inline-block;
}
.radiobtnset .radiobtn .t:hover {
  color: #fff;
  background-color: #166083;
  border: 1px solid #166083;
}
.radiobtnset .radiobtn input[type=radio]:checked + .t, .radiobtnset .radiobtn input[type=checkbox]:checked + .t {
  background-color: #166083;
  border: 1px solid #166083;
  color: #fff;
}

input.checkstyle[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

input.checkstyle[type=checkbox] + .checkboxbefore {
  cursor: pointer;
  display: inline-block;
}

input.checkstyle[type=checkbox] + .checkboxbefore:before {
  height: 20px;
  width: 20px;
  content: " ";
  display: inline-block;
  vertical-align: text-bottom;
  transition: 0.3s;
  background: url(../images/checkbox.png) no-repeat;
  background-size: contain;
}

input.checkstyle[type=checkbox]:checked + .checkboxbefore:before {
  background: url(../images/checkbox_checked.png) no-repeat;
  height: 20px;
  width: 20px;
  background-size: contain;
}

.upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  color: var(--main_color);
  /* 文字紅色，跟你圖示類似 */
  transition: background-color 0.2s;
}

.upload-btn:hover {
  background-color: #f9f9f9;
}

.upload-btn img {
  width: 16px;
  /* 可依需要調整 */
}

.upload-btn input.file-input {
  display: none;
  /* 隱藏原生 input */
}

.unreset .listystyle {
  margin-left: 0;
}

.listystyle {
  padding-left: 20px;
}
.listystyle li {
  margin-bottom: 10px;
}

.enlist {
  padding-left: 30px;
}
.enlist li {
  list-style: upper-roman;
}
.enlist li::marker {
  color: #ca000a;
}

.page_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0 40px 0;
}
.page_box .page_num {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #333333;
  margin-bottom: 10px;
  border-radius: 50px;
}
.page_box .page_num.active, .page_box .page_num:hover {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
}
.page_box a.page_arrow {
  padding: 0 10px;
  display: inline-block;
  color: #222222;
}
.page_box a.page_arrow:hover {
  background-color: initial;
  color: var(--main_color2);
  border: none;
}
.page_box .page_dot {
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 0 3px;
}
.page_box .page_select {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}
.page_box .page_select .num_input {
  border: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  width: 45px;
  height: 30px;
  padding: 3px 0px;
  margin: 0 5px;
  text-align: center;
  border-radius: 4px;
}
.page_box .page_select .paget {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: var(--Light);
}

table.formtable tbody tr th, table.formtable tbody tr td {
  padding: 8px 8px;
  border: 2px solid #fff;
  background: #e5e9ff;
  font-size: 15px;
  text-align: center;
}
table.formtable tbody tr td.graybg {
  background: #eeeeee;
  border-bottom: 1px solid #fff;
}

.EN table.formtable tbody tr th, table.formtable tbody tr td {
  font-size: 13px;
}

@media (max-width: 768px) {
  table.formtable tbody tr th, table.formtable tbody tr td {
    padding: 8px 10px;
  }
}
.table_overflow {
  width: 100%;
  overflow: auto;
}

.botbordertable {
  overflow: auto;
  width: 100%;
  margin-top: 40px;
}
.botbordertable table {
  width: 100%;
}
.botbordertable table tbody tr th, .botbordertable table tbody tr td {
  text-align: left;
  line-height: 1.2;
}
.botbordertable table tbody tr th .senfont, .botbordertable table tbody tr td .senfont {
  font-size: 13px;
  font-weight: var(--Light);
}
.botbordertable table tbody tr th {
  padding: 10px 15px;
  font-weight: var(--Light);
  border-bottom: 2px solid #000000;
  font-weight: var(--Medium);
  font-size: 17px;
}
.botbordertable table tbody tr td {
  font-size: 16px;
  padding: 20px 15px;
  border-bottom: 1px solid #cccccc;
}

ul.iconlist li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 3px;
}
ul.iconlist li.normalweight {
  font-weight: normal;
}
ul.iconlist li .icon {
  flex-shrink: 0;
}
ul.iconlist li .txt {
  flex: 1;
  padding-left: 5px;
}

ol.ollist {
  padding-left: 22px;
}

.flexlist {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 34px;
  margin-bottom: 20px;
}
.flexlist.bot0 {
  margin-bottom: 0;
}
.flexlist li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.flexlist li .txt {
  font-weight: var(--Light);
}

.titlelist {
  gap: 5px;
  font-size: 16px;
}
.titlelist li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.titlelist li .txt {
  font-weight: var(--Medium);
}

.empty-row {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  max-width: 640px;
}
.empty-row .img-box {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.empty-row .img-box img {
  display: block;
  width: 100%;
}
.empty-row .content {
  margin-top: 40px;
  text-align: center;
}
.empty-row .content .title {
  color: #222;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
.empty-row .content .des {
  color: #999;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  margin-top: 20px;
}
.empty-row .btn-row {
  margin-top: 40px;
}
.empty-row .btn-row .link {
  background: #aaa;
  color: #fff;
  display: block;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
  text-align: center;
  text-decoration: inherit;
  transition: all .4s;
  width: 120px;
}
.empty-row .btn-row .link:hover {
  background: #777;
}

@media (max-width: 640px) {
  .empty-row .content {
    margin-top: 30px;
  }
  .empty-row .content .title {
    font-size: 26px;
  }
  .empty-row .content .des {
    font-size: 16px;
    margin-top: 15px;
  }
  .empty-row .btn-row {
    margin-top: 30px;
  }
}
.error-row {
  background: url(../images/error-background.svg) no-repeat;
  background-position: center top;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}
.error-row .img-box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.error-row .img-box img {
  display: block;
  width: 100%;
}
.error-row .img-box .error-code {
  color: #555;
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-57%);
}
.error-row .content {
  margin-top: 50px;
  text-align: center;
}
.error-row .content .title {
  color: #444;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.error-row .content .des {
  margin-top: 25px;
}
.error-row .content .des p {
  color: #555;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.error-row .content .des p:not(:last-child) {
  margin-bottom: 5px;
}
.error-row .btn-row {
  margin-top: 80px;
}
.error-row .btn-row .link {
  border-radius: 30px;
  background: #666666;
  color: #fff;
  display: block;
  font-size: 24px;
  padding: 15px 13px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: inherit;
  text-transform: uppercase;
  transition: all .4s;
  width: 240px;
}
.error-row .btn-row .link:hover {
  background: #333;
}

@media (max-width: 1440px) {
  .error-row .img-box {
    max-width: 540px;
  }
  .error-row .img-box .error-code {
    font-size: 100px;
  }
  .error-row .btn-row {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .error-row .img-box {
    max-width: 440px;
  }
  .error-row .img-box .error-code {
    font-size: 70px;
    top: 45%;
  }
  .error-row .btn-row {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .error-row .img-box .error-code {
    font-size: 50px;
    top: 45%;
  }
  .error-row .content {
    margin-top: 30px;
  }
  .error-row .content .title {
    font-size: 26px;
  }
  .error-row .content .des {
    margin-top: 15px;
  }
  .error-row .content .des p {
    font-size: 16px;
  }
  .error-row .btn-row {
    margin-top: 30px;
  }
  .error-row .btn-row .link {
    font-size: 17px;
    max-width: 170px;
  }
}
.sharebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  font-weight: var(--Light);
}
.sharebox .share_t {
  color: #666666;
}
.sharebox .sharelinks {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sharebox .sharelinks img {
  height: 22px;
  max-width: 22px;
}

.sitemap-row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  gap: 25px;
}

.sitemap-row a {
  text-decoration: inherit;
}

.sitemap-row .map-item {
  border-right: 1px solid #fff;
  box-sizing: border-box;
  margin-bottom: 30px;
  width: calc((100% - 25px*3) / 4);
}

.sitemap-row .map-item .title-link {
  background: #eeeeee;
  color: #15263b;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  padding: 17px 25px 15px;
  text-align: center;
  border-radius: 2px;
}

.sitemap-row .map-item .title-link:hover {
  font-weight: bold;
}

.sitemap-row .map-list {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 20px;
}

.sitemap-row .map-list li {
  list-style: none;
}

.sitemap-row .map-list > li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}

.sitemap-row .map-list .second-link {
  color: #262626;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.sitemap-row .map-list .second-link:hover {
  font-weight: bold;
  position: relative;
}

.sitemap-row .third-list {
  padding-left: 17px;
  margin-top: 10px;
}

.sitemap-row .third-list > li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sitemap-row .third-list .third-link {
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}

.sitemap-row .third-list .third-link:before {
  color: #aaa;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: -15px;
}

.sitemap-row .third-list .third-link:hover {
  font-weight: bold;
}

.sitemap-row .third-list .third-link:hover:before {
  color: #333;
}

.sitemap-row .four-list {
  padding-left: 17px;
  margin-top: 10px;
}

.sitemap-row .four-list > li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sitemap-row .four-list .four-link {
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}

.sitemap-row .four-list .four-link:before {
  color: #aaa;
  content: "-";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: -15px;
}

.sitemap-row .four-list .four-link:hover {
  font-weight: bold;
}

.sitemap-row .four-list .four-link:hover:before {
  color: #333;
}

@media (max-width: 1024px) {
  .sitemap-row .map-item {
    width: 25%;
  }
}
@media (max-width: 960px) {
  .sitemap-row .map-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .sitemap-row .map-item {
    width: 50%;
  }

  .sitemap-row .map-item .title-link {
    padding: 15px;
    padding-bottom: 12px;
  }

  .sitemap-row .map-list {
    padding-left: 15px;
    padding-right: 10px;
  }

  .sitemap-row .map-list > li {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sitemap-row .map-list .second-link:hover:before {
    left: -20px;
  }

  .sitemap-row .third-list {
    margin-top: 5px;
  }

  .sitemap-row .map-list .second-link:before {
    left: -14px;
  }
}
/*# sourceMappingURL=sitemap.css.map */
/*-------------------basic scss---------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

html {
  position: relative;
  font-size: 100%;
}

html * {
  transition: 0.3s;
  position: relative;
}

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;
    /* Firefox 48 – 96 */
    print-color-adjust: exact !important;
    /* Firefox 97+, Safari 15.4+ */
  }

  table {
    page-break-inside: auto;
  }

  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  .page {
    page-break-inside: avoid;
    /* 若順著向下排列時會切開此元素，則直接換頁 */
  }
}
a {
  text-decoration: none;
  color: inherit;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:active, a:focus {
  text-decoration: none;
}

h1, h2, h3 {
  font-size: inherit;
  font-weight: inherit;
}

table {
  table-layout: fixed;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

/* ie */
input:-moz-placeholder {
  color: #999;
}

::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
  height: 5px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #222;
  border-radius: 4px;
}

/*反白文字*/
::selection {
  background: yellow;
  color: #000;
}

::-moz-selection {
  background: yellow;
  color: #000;
}

.inlineblock {
  display: inline-block;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clearfloat {
  clear: both;
  height: 0;
  line-height: 0px;
}

.video-container {
  position: relative;
  padding-bottom: 53.8%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.oembed-provider-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 30px; */
  height: 0;
  overflow: hidden;
}

.oembed-provider-youtube iframe, .oembed-provider-youtube object, .oembed-provider-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.googlemap-container {
  position: relative;
  padding-bottom: 25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.googlemap-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vermid {
  vertical-align: middle;
}

.vertop {
  vertical-align: top;
}

.txtleft {
  text-align: left;
}

.txtrigh {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

.textunderline {
  text-decoration: underline;
}

/*變數*/
:root {
  --Thin: 100;
  --ExtraLight: 200;
  --Light: 300;
  --Regular: 400;
  --Medium: 500;
  --SemiBold: 600;
  --Bold: 700;
  --ExtraBold: 800;
  --Black: 900;
  --shadow: 3px 3px 21px 0px rgba(0, 0, 0, 0.1);
  --main_color: #005470;
  --main_color2: #01758e;
  --main_color3: #faee00;
  --main_color4: #e8e043;
  --main_color5: #deedf0;
  --filter-white: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  --filter-maincolor: brightness(0) saturate(100%) invert(21%) sepia(18%) saturate(6881%) hue-rotate(170deg) brightness(96%) contrast(101%);
  --filter-maincolor2: brightness(0) saturate(100%) invert(28%) sepia(96%) saturate(966%) hue-rotate(157deg) brightness(95%) contrast(99%);
  --box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  --border: 1px solid #eaeaea;
}

body {
  color: #222222;
  font-size: 16px;
  font-family: "Urbanist", Arial, Microsoft JhengHei, sans-serif,  PMingLiU, "FontAwesome";
  font-weight: var(--Regular);
  line-height: 1.5;
  width: 100%;
  min-width: 360px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  letter-spacing: 0;
  min-height: 100vh;
}

html[lang="en"] body * {
  letter-spacing: 0 !important;
}

@media (max-width: 320px) {
  body {
    overflow-x: auto;
  }
}
main {
  background: url(../images/mainbg.jpg) repeat;
}

.wrapper {
  padding: 0 40px;
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 960px) {
  .wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .wrapper {
    padding: 0 20px;
  }
}
/*header*/
header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
header .logo_minornav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}
header .logo_minornav .logobox a {
  display: block;
}
header .logo_minornav .logobox a img {
  width: 160px;
}

.emailalert a {
  display: inline-block;
  color: var(--main_color);
  border: 1px solid var(--main_color);
  padding: 4px 20px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: var(--Medium);
}
.emailalert a img {
  margin-right: 10px;
  width: 20px;
  filter: var(--filter-maincolor);
}

/*選單*/
.mainmenubox {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.mainmenubox .mainmenu > ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
}
.mainmenubox .mainmenu > ul > li {
  list-style: none;
  color: #333;
}
.mainmenubox .mainmenu > ul > li:last-child > a {
  padding-right: 0;
}
@media (min-width: 961px) {
  .mainmenubox .mainmenu > ul > li:hover ul.secnav {
    display: block;
  }
}
.mainmenubox .mainmenu > ul > li.active > a, .mainmenubox .mainmenu > ul > li:hover > a {
  color: var(--main_color2);
}
.mainmenubox .mainmenu > ul > li.active > a {
  font-weight: var(--SemiBold);
}
.mainmenubox .mainmenu > ul > li > a {
  padding: 15px 25px 12px 25px;
  display: block;
}

ul.secnav {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 15px;
  border-radius: 0 0 5px 5px;
  font-weight: var(--Regular);
  width: 165px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
}
ul.secnav li {
  line-height: 1.4;
}
ul.secnav a:hover {
  color: var(--main_color);
}
ul.secnav > li {
  list-style: none;
  font-size: 17px;
  padding: 8px;
}
ul.secnav > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

ul.thridnav {
  padding-left: 15px;
  margin-top: 10px;
}
ul.thridnav > li {
  list-style: none;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
ul.thridnav > li:before {
  display: block;
  position: absolute;
  content: "\f105";
  font-size: 12px;
  top: 4px;
  left: -15px;
}

.showMenu {
  display: none;
  cursor: pointer;
}
@media (max-width: 960px) {
  .showMenu {
    display: block;
  }
}

.hamburger .line {
  width: 35px;
  height: 3px;
  background-color: #222;
  display: block;
  margin: 10px auto;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.hamburger.style1 {
  transition: all 0.3s ease-in-out;
}
.hamburger.style1.is-active {
  animation: smallbig 0.6s forwards;
}
.hamburger.style1.is-active .line {
  transition-delay: 0.2s;
}
.hamburger.style1.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.style1.is-active .line:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}
.hamburger.style1.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}
@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
@media (min-width: 961px) {
  .mobileshow {
    display: none;
  }
}
@media (max-width: 960px) {
  header .logo_minornav {
    width: 100%;
  }

  header .logo_minornav .logobox a img {
    width: 100px;
  }

  .mobileshow {
    display: block;
  }

  header {
    position: sticky;
    top: 0;
    z-index: 99999;
    background-color: #fff;
  }

  .mainmenubox {
    display: none;
    position: absolute;
    z-index: 9999;
    height: calc(100vh - 74px);
    overflow: auto;
    transition: 0s;
    font-size: 17px;
    background: #edeae7;
    top: 74px;
    width: 100%;
    left: 0;
  }
  .mainmenubox .emailalert {
    padding: 20px 20px 0 20px;
  }
  .mainmenubox .emailalert a {
    background-color: #fff;
  }
  .mainmenubox * {
    transition: 0s;
  }

  .mainmenubox .mainmenu {
    min-height: 100%;
    background: #edeae7;
  }

  .logobox {
    width: initial;
  }

  .mainmenubox .mainmenu > ul > li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .mainmenubox .mainmenu > ul > li > a {
    padding: 15px 25px 12px 25px;
    color: #000000;
    font-size: 18px;
  }

  ul.secnav {
    display: none;
    position: relative;
    width: 100%;
    padding: 10px 20px;
  }
}
/*footer*/
footer {
  background-color: var(--main_color);
}

.footerbot {
  padding: 30px 0 40px 0;
  color: #fff;
  font-size: 16px;
}
.footerbot .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  align-items: end;
  justify-content: space-between;
}
.footerbot .leftbox {
  max-width: 50%;
}
.footerbot .leftbox .footertitle {
  font-weight: var(--Bold);
}
.footerbot .leftbox .footertitle .t1 {
  font-size: 20px;
}
.footerbot .leftbox .footertitle .t2 {
  font-size: 17px;
}
.footerbot .leftbox .fottercontact {
  margin-top: 10px;
}
.footerbot .leftbox .fottercontact .one {
  font-size: 16px;
}
.footerbot .leftbox .fottercontact .one .t1 {
  margin-right: 5px;
  font-weight: var(--Bold);
  display: inline;
}
.footerbot .leftbox .fottercontact .one .t2 {
  font-weight: var(--Light);
  display: inline;
}
.footerbot .rightbox {
  text-align: right;
}
.footerbot .rightbox .copyright {
  font-size: 15px;
  margin-bottom: 5px;
}
.footerbot .rightbox .designiware {
  font-size: 13px;
  opacity: 0.6;
  font-weight: var(--Light);
}

.socialicons {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 12px;
  margin-bottom: 15px;
}
.socialicons a {
  display: inline-block;
}
.socialicons a img {
  width: 36px;
}

@media (max-width: 1200px) {
  .footerbot .rightbox {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footerbot .leftbox {
    max-width: 100%;
  }

  .footerbot .leftbox .fottercontact .one .t2 {
    flex: initial;
  }
}
/*首頁banner*/
.ibanner_bg {
  width: 100%;
  overflow: hidden;
}
.ibanner_bg .ibanner_slick {
  width: 100%;
}
.ibanner_bg .ibanner_slick .onesetin {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ibanner_bg .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.ibanner_bg .slick-dots {
  bottom: 25px;
}

.ibanner_content {
  text-align: center;
  padding: 100px 80px;
}
.ibanner_content .txt1 {
  font-size: 60px;
  font-weight: var(--ExtraBold);
  line-height: 1;
  color: var(--main_color);
  margin-bottom: 15px;
}
.ibanner_content .txt2 {
  font-size: 22px;
  color: var(--main_color);
  padding-bottom: 20px;
}

@media (max-width: 1480px) {
  .ibanner_content .txt1 {
    font-size: 44px;
  }

  .ibanner_content .txt2 {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .ibanner_content {
    padding: 60px 40px;
  }

  .ibanner_content .txt1 {
    font-size: 40px;
  }

  .ibanner_content .txt2 {
    font-size: 18px;
  }

  .ibanner .slick-prev {
    left: 15px;
  }

  .ibanner .slick-next {
    right: 15px;
  }
}
.twocolumn {
  padding: 65px 0;
}
.twocolumn .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.twocolumn .leftcolumn {
  flex: 1;
}
.twocolumn .rightcolumn {
  width: 25%;
}
.twocolumn .rightcolumn .sidehead {
  font-weight: var(--Bold);
  color: #fff;
  font-size: 24px;
  background-color: var(--main_color2);
  padding: 18px 30px;
  line-height: 1;
  text-transform: uppercase;
}
.twocolumn .rightcolumn .sidebody {
  background-color: #fff;
  padding: 0px 30px 60px 30px;
}
.twocolumn .rightcolumn .sidebody .iissueslist .oneset {
  display: block;
  padding: 15px 0 12px 0;
  border-bottom: 1px solid #e9e9e9;
}
.twocolumn .rightcolumn .sidebody .iissueslist .oneset:hover .title {
  text-decoration: underline;
}
.twocolumn .rightcolumn .sidebody .iissueslist .oneset:last-child {
  border-bottom: none;
}
.twocolumn .rightcolumn .sidebody .iissueslist .oneset .title {
  font-size: 22px;
  font-weight: bold;
  color: var(--main_color2);
  line-height: 1.2;
}
.twocolumn .rightcolumn .sidebody .iissueslist .oneset .title.style2 {
  font-size: 19px;
}
.twocolumn .rightcolumn .sidebody .iissueslist .oneset .date {
  font-size: 17px;
  color: #999;
}

@media (max-width: 960px) {
  .twocolumn .wrapper {
    display: block;
  }

  .twocolumn .leftcolumn {
    width: 100%;
  }

  .twocolumn .rightcolumn {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .twocolumn {
    padding: 40px 0;
  }
}
.maintitle {
  font-size: 36px;
  font-weight: var(--Bold);
  color: var(--main_color2);
  text-transform: uppercase;
  padding: 0 0 0 25px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.maintitle.small {
  font-size: 30px;
  padding: 0 0 0 20px;
}
.maintitle.small:before {
  width: 8px;
  height: 22px;
}
.maintitle.texttransformnone {
  text-transform: none;
}
.maintitle:before {
  content: "";
  position: absolute;
  background-color: var(--main_color2);
  width: 9px;
  height: 25px;
  display: block;
  left: 0;
  top: 5px;
}

.subtitle {
  font-size: 30px;
  font-weight: var(--Bold);
  margin-bottom: 10px;
  color: var(--main_color2);
}

.titletabs {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  padding-bottom: 20px;
}
.titletabs.style2 {
  padding-bottom: 10px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
  font-weight: var(--Medium);
}
.tabs.style2 {
  padding-top: 20px;
}
.tabs .one {
  display: block;
  padding: 6px 25px;
  border-radius: 18px;
  background: var(--main_color5);
  color: #666666;
  font-size: 16px;
  font-weight: var(--Medium);
  border: none;
}
.tabs .one.active, .tabs .one:hover {
  color: #fff;
  background-color: var(--main_color2);
}
.tabs select:focus {
  outline: none;
}
.tabs select option:disabled {
  color: #ccc;
}

@media (max-width: 480px) {
  .maintitle {
    font-size: 30px;
    padding: 0 0 0 20px;
  }

  .maintitle:before {
    width: 9px;
    height: 22px;
    top: 4px;
  }

  .subtitle {
    font-size: 20px;
  }

  .tabs .one {
    padding: 6px 15px;
    font-size: 15px;
  }

  .maintitle.small {
    font-size: 22px;
    padding: 0px 0 0 17px;
  }

  .maintitle.small:before {
    width: 7px;
    height: 16px;
    top: 3px;
  }

  .titletabs {
    padding-bottom: 10px;
  }
}
.iabout_two {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.iabout_two .bookcover {
  flex: 1;
}
.iabout_two .bookcover:after {
  content: "";
  position: absolute;
  background: url(../images/book_shadow.png) no-repeat;
  width: 100%;
  background-size: 100%;
  height: 17px;
  bottom: -17px;
  left: 50%;
  transform: translate(-50%, 0);
}
.iabout_two .bookcover img {
  width: 100%;
}
.iabout_two .aboutcontent {
  width: 52%;
}

@media (max-width: 640px) {
  .iabout_two .aboutcontent {
    width: 70%;
  }

  .iabout_two {
    gap: 20px;
  }
}
@media (max-width: 430px) {
  .iabout_two .aboutcontent {
    width: 100%;
  }

  .iabout_two .bookcover {
    flex: initial;
    width: 100%;
  }
}
.iarticle {
  margin-top: 70px;
}

.publishdate {
  font-size: 20px;
  font-weight: var(--Light);
  padding-left: 28px;
}

.articlelist.pagein {
  padding-bottom: 40px;
}
.articlelist.pagein .oneset {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 30px;
}
.articlelist.pagein .oneset:last-child {
  border: 1px solid #ccc;
}
.articlelist.related {
  padding-bottom: 50px;
}
.articlelist.related .oneset {
  padding: 20px 0;
  margin-top: 0;
}
.articlelist.related .oneset .author {
  margin-bottom: 0;
}
.articlelist .oneset {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-top: 20px;
}
.articlelist .oneset.style2 {
  padding-bottom: 10px;
  margin-top: 0px;
}
.articlelist .oneset:last-child {
  border-bottom: none;
}
.articlelist .oneset .classifi {
  font-size: 15px;
  font-weight: var(--Light);
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.articlelist .oneset .classifi .one:not(:last-child):after {
  content: "|";
  font-size: 14px;
  font-weight: var(--Thin);
  display: inline-block;
  padding: 0 10px;
}
.articlelist .oneset .articletitle {
  font-size: 22px;
  color: var(--main_color2);
  font-weight: var(--Bold);
  margin-bottom: 0px;
  display: block;
  line-height: 1.4;
}
.articlelist .oneset .articletitle.big {
  font-size: 26px;
}
.articlelist .oneset .articletitle.big:hover {
  text-decoration: initial;
}
.articlelist .oneset .articletitle:hover {
  text-decoration: underline;
}
.articlelist .oneset .author {
  font-size: 15px;
  margin-bottom: 10px;
}
.articlelist .oneset .publishpagedoi {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin-bottom: 7px;
  font-size: 15px;
}
.articlelist .oneset .download {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: var(--main_color2);
  font-weight: var(--Bold);
  padding-top: 5px;
}
.articlelist .oneset .download .one:hover {
  text-decoration: underline;
}
.articlelist .oneset .download .one:not(:last-child):after {
  content: "|";
  font-weight: var(--Thin);
  display: inline-block;
  padding: 0 10px;
  color: #222;
}

@media (max-width: 640px) {
  .articlelist.pagein .oneset {
    padding: 20px;
  }

  .articlelist .oneset .articletitle {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .articlelist .oneset .articletitle.big {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .articlelist.related .oneset {
    padding: 15px 0;
  }
}
.tabcon {
  display: none;
}
.tabcon.active {
  display: block;
}

section.ilink {
  margin-top: 60px;
  padding-bottom: 50px;
}

.ilinklist {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 40px;
}
.ilinklist .oneset {
  width: calc((100% - 25px*3) / 4);
}
.ilinklist .oneset .icon {
  margin-bottom: 8px;
}
.ilinklist .oneset .icon img {
  height: 50px;
}
.ilinklist .oneset .linkclass {
  font-size: 18px;
  font-weight: var(--Light);
  text-transform: uppercase;
}
.ilinklist .oneset .links {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.ilinklist .oneset .links .one {
  display: block;
  width: 100%;
  background-color: white;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: var(--Medium);
  border: 1px solid #eaeaea;
  color: var(--main_color2);
}
.ilinklist .oneset .links .one:hover {
  background-color: var(--main_color2);
  color: #fff;
}

@media (max-width: 767px) {
  .ilinklist {
    margin-top: 30px;
  }

  .ilinklist .oneset {
    width: calc((100% - 25px * 1) / 2);
    padding-bottom: 15px;
  }
}
@media (max-width: 430px) {
  .ilinklist .oneset {
    width: 100%;
  }
}
.pagemain .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

/*麵包屑*/
.breadcrumbsbox {
  padding: 30px 0px 20px 0px;
}
.breadcrumbsbox .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  color: #666;
}
.breadcrumbsbox .breadcrumbs .one:not(:last-child):after {
  content: "\f105";
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  color: #999;
}
.breadcrumbsbox .breadcrumbs .one a:hover {
  text-decoration: underline;
}
.breadcrumbsbox .breadcrumbs .one.active {
  color: var(--main_color);
  font-weight: var(--Medium);
}

@media (max-width: 480px) {
  .breadcrumbsbox {
    padding: 20px 0px 15px 0px;
  }

  .breadcrumbsbox .breadcrumbs {
    font-size: 16px;
  }
}
/*搜尋框*/
.searchox {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  border: var(--border);
  padding: 35px 30px;
  overflow: hidden;
}
.searchox:before {
  content: "";
  height: 8px;
  width: 100%;
  background: var(--main_color2);
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

.applyform {
  display: flex;
  flex-wrap: wrap;
}
.applyform.w100 {
  max-width: 100%;
}
.applyform .oneset {
  width: 100%;
  padding: 10px 12px;
  font-size: 17px;
}
.applyform .oneset.w20 {
  width: 20%;
}
.applyform .oneset.w25 {
  width: 25%;
}
.applyform .oneset.w30 {
  width: calc(100% / 3);
}
.applyform .oneset.w50 {
  width: 50%;
}
.applyform .oneset.w75 {
  width: 75%;
}
.applyform .oneset .txt {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: var(--Medium);
}
.applyform .oneset .inputbox.serchicon:before {
  display: block;
  position: absolute;
  content: "\f002";
  font-size: 20px;
  left: 26px;
  top: 10px;
  z-index: 1;
  color: #575757;
}
.applyform .oneset .inputbox.serchicon input {
  padding-left: 60px;
}

.hotkeyword {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
  margin-top: 20px;
  padding: 0 12px 20px 12px;
}
.hotkeyword .txt {
  font-size: 18px;
  font-weight: var(--Medium);
}
.hotkeyword .hotkeywordlist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.hotkeyword .one {
  display: inline-block;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 18px;
  background: var(--main_color5);
  color: #666666;
}
.hotkeyword .one:hover {
  background-color: var(--main_color2);
  color: #fff;
}

@media (max-width: 640px) {
  .searchox {
    padding: 35px 10px;
  }

  .applyform .oneset.w50, .applyform .oneset.w30 {
    width: 100%;
  }

  .applyform .oneset.w25 {
    width: 50%;
  }

  .applyform .oneset .inputbox.serchicon:before {
    font-size: 18px;
    left: 13px;
    top: 13px;
  }

  .applyform .oneset .inputbox.serchicon input {
    padding-left: 40px;
  }
}
.issueslist {
  padding: 40px 0 60px 0;
}
.issueslist .oneset {
  padding-top: 25px;
}
.issueslist .oneset .year {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  cursor: pointer;
}
.issueslist .oneset .year .txt {
  line-height: 1;
  font-size: 40px;
  font-weight: var(--ExtraBold);
  color: var(--main_color2);
}
.issueslist .oneset .year .icon {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px solid #999999;
  text-align: center;
  line-height: 32px;
  color: #999999;
  font-size: 14px;
}
.issueslist .oneset .volumebox {
  display: none;
  transition: 0s;
}
.issueslist .oneset .volumelist {
  padding: 30px 30px 20px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  transition: 0s;
}
.issueslist .oneset .volumelist .one {
  width: calc((100% - 30px*3) / 4);
  background: #fff;
  border: var(--border);
  border-radius: 5px;
  padding: 20px 20px;
  overflow: hidden;
  padding-right: 40px;
}
.issueslist .oneset .volumelist .one:hover:after {
  background-color: var(--main_color2);
}
.issueslist .oneset .volumelist .one:after {
  width: 35px;
  background-color: #ccc;
  color: #fff;
  font-size: 18px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: "\f105";
  right: 0;
  top: 0;
  transition: 0.3s;
}
.issueslist .oneset .volumelist .one.w100 {
  width: 100%;
  display: flex;
  gap: 30px 20px;
  padding-right: 72px;
}
.issueslist .oneset .volumelist .one.w100:after {
  width: 60px;
  font-size: 36px;
}
.issueslist .oneset .volumelist .one.w100 .volumecon .titledate {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: baseline;
}
.issueslist .oneset .volumelist .one.w100 .volumecon .titledate .title {
  font-size: 32px;
}
.issueslist .oneset .volumelist .one .book img {
  max-width: 190px;
}
.issueslist .oneset .volumelist .one .volumecon .titledate .title {
  font-size: 26px;
  font-weight: var(--Bold);
  color: var(--main_color2);
}
.issueslist .oneset .volumelist .one .volumecon .titledate .date {
  font-size: 18px;
  font-weight: var(--Light);
  color: var(--main_color2);
}
.issueslist .oneset .volumelist .one .volumecon .list {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 18px;
}

@media (max-width: 1280px) {
  .issueslist .oneset .volumelist .one .volumecon .titledate .title {
    font-size: 22px;
  }

  .issueslist .oneset .volumelist .one .volumecon .titledate .date {
    font-size: 16px;
  }

  .issueslist .oneset .volumelist .one {
    padding: 15px 35px 15px 15px;
  }

  .issueslist .oneset .volumelist .one:after {
    width: 25px;
  }
}
@media (max-width: 1100px) {
  .issueslist {
    padding: 0px 0 60px 0;
  }

  .issueslist .oneset .volumelist .one {
    width: calc((100% - 20px * 1) / 2);
  }

  .issueslist .oneset .volumelist .one.w100:after {
    width: 45px;
    font-size: 30px;
  }

  .issueslist .oneset .volumelist {
    gap: 20px;
  }

  .issueslist .oneset .volumelist .one.w100 .volumecon .titledate .title {
    font-size: 28px;
  }

  .issueslist .oneset .volumelist .one.w100 {
    padding-right: 55px;
  }
}
@media (max-width: 640px) {
  .issueslist .oneset .volumelist {
    padding: 30px 0px 20px 0px;
  }

  .issueslist .oneset .volumelist .one .book img {
    max-width: 80px;
  }

  .issueslist .oneset .volumelist .one .volumecon .list {
    margin-top: 0;
    font-size: 16px;
  }

  .issueslist .oneset .volumelist .one.w100 .volumecon .titledate .title {
    font-size: 24px;
  }
}
@media (max-width: 430px) {
  .issueslist .oneset .volumelist .one {
    width: 100%;
  }

  .issueslist .oneset .volumelist {
    padding: 20px 0px 20px 0px;
  }

  .issueslist .oneset .year .txt {
    font-size: 34px;
  }

  .issueslist .oneset .volumelist .one.w100:after {
    width: 25px;
    font-size: 18px;
  }

  .issueslist .oneset .volumelist .one.w100 {
    padding-right: 35px;
  }

  .issueslist .oneset .volumelist {
    gap: 10px;
  }
}
.articled {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 40px;
}
.articled .leftbox {
  flex: 1;
}
.articled .leftbox .authorlist .one {
  margin-bottom: 10px;
}
.articled .leftbox .authorlist .one .nameid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.articled .leftbox .authorlist .one .nameid a.name {
  color: var(--main_color2);
}
.articled .leftbox .authorlist .one .nameid a.name img {
  filter: var(--filter-maincolor);
}
.articled .leftbox .authorlist .one .nameid .name {
  font-size: 17px;
}
.articled .leftbox .authorlist .one .nameid .id {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.articled .leftbox .authorlist .one .nameid .id .icon img {
  width: 20px;
}
.articled .leftbox .authorlist .one .nameid .id a {
  font-size: 16px;
}
.articled .leftbox .authorlist .one .position {
  font-size: 16px;
  color: #666;
}
.articled .leftbox .boldlist {
  font-size: 16px;
}
.articled .leftbox .boldlist .one {
  margin-bottom: 4px;
}
.articled .rightbox {
  width: 130px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.articled .rightbox .icondownload {
  background-color: #fff;
  border-radius: 5px;
  border: var(--border);
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px;
  line-height: 1;
  align-items: center;
  gap: 7px;
  width: 100%;
}
.articled .rightbox .icondownload:hover {
  background-color: var(--main_color2);
  color: #fff;
}
.articled .rightbox .icondownload .icon img {
  width: 40px;
}
.articled .rightbox .icondownload .txt {
  font-size: 20px;
  font-weight: var(--Bold);
}
.articled .rightbox .icondownload .txt .small {
  font-size: 12px;
}
.articled .rightbox .qrcode {
  background-color: #fff;
  border: var(--border);
  border-radius: 5px;
  padding: 5px;
  width: 100%;
}
.articled .rightbox .qrcode img {
  width: 100%;
}

@media (max-width: 640px) {
  .articled {
    flex-direction: column;
  }

  .articled .rightbox {
    width: 100%;
  }

  .articled .rightbox .icondownload {
    max-width: 140px;
  }

  .articled .rightbox .qrcode {
    max-width: 110px;
  }

  .articled .rightbox {
    width: 100%;
    align-items: center;
  }
}
.abstractrefconbox {
  margin-top: 50px;
  padding-bottom: 50px;
}

.abstabsshare {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.abstabsshare.style2 {
  margin-bottom: 5px;
  margin-top: 10px;
}
.abstabsshare .newsdate span {
  font-size: 18px;
  font-weight: var(--Light);
}
.abstabsshare .newsdate i {
  font-size: 22px;
  margin-right: 5px;
}
.abstabsshare .abstabs {
  padding-left: 20px;
}
.abstabsshare .abstabs a {
  display: inline-block;
  padding: 12px 25px 8px 25px;
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
  background-color: #deedf0;
  color: #666;
  font-size: 16px;
  text-align: center;
}
.abstabsshare .abstabs a.active {
  background-color: var(--main_color2);
  color: #fff;
}

@media (max-width: 640px) {
  .abstabsshare .abstabs {
    padding-left: 5px;
  }

  .abstabsshare {
    flex-direction: column-reverse;
  }

  .abstabsshare .abstabs a {
    padding: 10px 20px 5px 20px;
  }
}
.abstabcon {
  background-color: #fff;
  padding: 35px 40px;
  border: var(--border);
  border-radius: 5px;
}

@media (max-width: 480px) {
  .abstabcon {
    padding: 25px 20px;
  }

  .abstabsshare .newsdate i {
    font-size: 19px;
  }

  .abstabsshare .newsdate span {
    font-size: 16px;
  }
}
.memberlist .oneset {
  padding-bottom: 25px;
}
.memberlist .oneset .classhead {
  background-color: var(--main_color2);
  color: #fff;
  font-size: 22px;
  font-weight: var(--SemiBold);
  padding: 10px 25px;
}
.memberlist .oneset .classhead.subhead {
  background-color: #8eb8c2;
  font-size: 18px;
  padding: 8px 25px;
  margin-top: 10px;
}
.memberlist .oneset .memberlist .one {
  padding: 15px 20px 12px 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  gap: 10px 15px;
}
.memberlist .oneset .memberlist .one:last-child {
  border-bottom: none;
}
.memberlist .oneset .memberlist .one .name {
  font-size: 20px;
  font-weight: var(--Bold);
  color: var(--main_color2);
  line-height: 1;
  flex-shrink: 0;
}
.memberlist .oneset .memberlist .one .name a:hover {
  text-decoration: underline;
}
.memberlist .oneset .memberlist .one .position {
  font-size: 17px;
  flex: 1;
}

@media (max-width: 640px) {
  .memberlist .oneset .memberlist .one {
    flex-direction: column;
    align-items: flex-start;
  }
}
.previouslist {
  padding-bottom: 40px;
}
.previouslist .oneset {
  display: flex;
  gap: 20px;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #cccccc;
  align-items: center;
}
.previouslist .oneset:hover .t {
  text-decoration: underline;
}
.previouslist .oneset:last-child {
  border-bottom: none;
}
.previouslist .oneset .txt {
  flex: 1;
  font-size: 20px;
}
.previouslist .oneset .txt .date {
  font-size: 17px;
  color: var(--main_color2);
}
.previouslist .oneset .txt .t {
  font-weight: var(--Medium);
}
.previouslist .oneset .icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px solid #999999;
  text-align: center;
  line-height: 32px;
  color: #999999;
  font-size: 14px;
}

@media (max-width: 640px) {
  .previouslist .oneset .txt {
    font-size: 17px;
  }
}
.contactbox .unreset {
  padding: 0 10px 20px 10px;
}

.recaptchbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 10px 40px 10px;
}

.tagsbox {
  display: flex;
  color: var(--main_color2);
  margin-top: 40px;
  gap: 10px;
  align-items: baseline;
}
.tagsbox .icon {
  flex-shrink: 0;
  font-size: 18px;
}
.tagsbox .tags {
  font-size: 17px;
}
.tagsbox .tags .one {
  display: inline-block;
}
.tagsbox .tags .one.nohover:hover {
  text-decoration: none;
}
.tagsbox .tags .one:hover {
  text-decoration: underline;
}
.tagsbox .tags .one:not(:last-child):after {
  content: ",";
  display: inline-block;
  margin-right: 5px;
}

.tagstitle .tagsbox {
  margin-top: 0px;
}
.tagstitle .tagsbox .tags {
  font-size: 20px;
}
