@charset "UTF-8";
/*----------------------------------------------------*/
/* common use */
/*----------------------------------------------------*/
.wrapper {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  background: #f5f5f5;
  padding-top: 156px;
}
@media all and (max-width: 1200px) {
  .wrapper {
    padding-top: 128px;
  }
}
@media all and (max-width: 768px) {
  .wrapper {
    padding-top: 54px;
  }
}

.pagesize {
  max-width: 1280px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .pagesize {
    padding: 0 15px;
  }
}
@media all and (max-width: 768px) {
  .pagesize {
    padding: 0 15px;
  }
}

.color-orange {
  color: #de7c4c;
}

.color-orange-dark {
  color: #ec6941;
}

.color-yellow {
  color: #f4b751;
}

.color-yellow-dark {
  color: #daa143;
}

.color-yellow-darkest {
  color: #c47805;
}

.color-blue-gray {
  color: #8498a9;
}

.color-blue {
  color: #2679b2;
}

.color-blue02 {
  color: #38aaea !important;
}

.color-blue03 {
  color: #69b3e6;
}

.color-blue04 {
  color: #328ac6;
}

.color-blue-dark {
  color: #2a3e4f;
}

.color-blue-dark02 {
  color: #556572;
}

.color-red {
  color: #fc8b7b !important;
}

.color-red02 {
  color: #f25953 !important;
}

.color-red03 {
  color: #e66e7c;
}

.color-red04 {
  color: #e43737;
}

.color-red05 {
  color: #d05151 !important;
}

.color-green {
  color: #3fc392;
}

.color-black {
  color: #000;
}

.color-gray-dark {
  color: #333333 !important;
}

.color-black {
  color: #000 !important;
}

.color-gray {
  color: #999;
}

.color-gray-light {
  color: #666666;
}

.color-gray-light02 {
  color: #999999;
}

.color-white {
  color: #ffffff;
}

.bg-yellow-light {
  background-color: #fffaee;
}

.bg-yellow-light02 {
  background-color: #fffcf2;
}

.bg-yellow {
  background-color: #f4b751;
}

.bg-yellow-dark {
  background-color: #daa143;
}

.bg-yellowlinear, .btn-linear {
  background: linear-gradient(to bottom, #ffd07f, #d6972b 50%, #c47704 100%);
}

.bg-blue-dark02 {
  background-color: #556572;
}

.bg-blue-dark03 {
  background-color: #77848e;
}

.bg-blue-light {
  background-color: #f5faff;
}

.bg-blue03 {
  background-color: #69b3e6;
}

.bg-blue04 {
  background-color: #328ac6;
}

.bg-red {
  background-color: #fc8b7b;
}

.bg-red02 {
  background-color: #f25953 !important;
}

.bg-red-light {
  background-color: #fff5f5;
}

.bg-red-light02 {
  background-color: #ffeded;
}

.bg-orange02 {
  background-color: #f29b45;
}

.bg-green {
  background-color: #3fc392;
}

.bg-orange-dark {
  background-color: #ec6941;
}

.bg-orange-dark-fill8 {
  background-color: rgba(236, 105, 65, 0.8);
}

.bg-orange-dark-fill6 {
  background-color: rgba(236, 105, 65, 0.6);
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray-light03 {
  background-color: #f8f7f6 !important;
}

/*---------------------------*/
/* 常用 */
ul.specialTopic_list li .pic, .featureArea .pagesize .featureBox:hover, .newsArea .newsList ul li p a:hover, .newsArea .newFocus .text .title a:hover, footer a:hover, .header_nav .header_nav_first .header_nav_sec ul a:hover, :hover, .btn::after {
  transition: 0.2s;
}

.btn {
  position: relative;
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}
.btn:hover::after {
  opacity: 0.15;
}
.btn:nth-last-child(1), .flex-item:nth-last-child(1), .d-flex.space-mid .flex-item:nth-last-child(1), .d-flex.space-small .flex-item:nth-last-child(1) {
  margin: 0;
}

.web {
  display: block;
}

.mobile {
  display: none;
}

.margin-0 {
  margin-bottom: 0 !important;
}

.margin-1x {
  margin-bottom: 4px !important;
}

.margin-2x {
  margin-bottom: 8px !important;
}

.margin-3x {
  margin-bottom: 12px !important;
}

.margin-4x {
  margin-bottom: 16px !important;
}

.margin-5x {
  margin-bottom: 20px !important;
}

.margin-6x {
  margin-bottom: 24px !important;
}

.margin-7x {
  margin-bottom: 28px !important;
}

.margin-8x {
  margin-bottom: 32px !important;
}

.margin-10x {
  margin-bottom: 40px;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-1x {
  margin-right: 4px !important;
}

.margin-right-2x {
  margin-right: 8px !important;
}

.margin-right-3x {
  margin-right: 12px !important;
}

.margin-right-4x {
  margin-right: 16px !important;
}

.margin-right-5x {
  margin-right: 20px !important;
}

.margin-right-6x {
  margin-right: 24px !important;
}

.margin-right-7x {
  margin-right: 28px !important;
}

.margin-right-12x {
  margin-right: 48px !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-1x {
  padding: 4px;
}

.padding-2x {
  padding: 8px;
}

.padding-3x {
  padding: 12px;
}

.padding-4x {
  padding: 16px;
}

.padding-5x {
  padding: 20px;
}

.padding-top-half {
  padding-top: 2px;
}

.padding-top-1x {
  padding-top: 4px;
}

.padding-top-2x {
  padding-top: 8px;
}

.padding-top-3x {
  padding-top: 12px;
}

.padding-bot-half {
  padding-bottom: 2px;
}

.padding-bot-1x {
  padding-bottom: 4px;
}

.padding-bot-2x {
  padding-bottom: 8px !important;
}

.padding-bot-3x {
  padding-bottom: 12px;
}

.padding-left-2x {
  padding-left: 8px !important;
}

.padding-left-3x {
  padding-left: 12px;
}

.padding-left-4x {
  padding-left: 16px !important;
}

.padding-left-5x {
  padding-left: 20px;
}

.padding-left-6x {
  padding-left: 24px;
}

.padding-right-2x {
  padding-right: 8px;
}

.padding-right-3x {
  padding-right: 12px;
}

.padding-right-4x {
  padding-right: 16px;
}

.padding-right-5x {
  padding-right: 20px;
}

.padding-box {
  padding: 24px 16px;
}

.padding-box-m {
  padding: 10px;
}

.font-size-xxxs {
  font-size: 10px !important;
}

.font-size-xxs {
  font-size: 12px !important;
}

.font-size-xs {
  font-size: 14px !important;
}

.font-size-s {
  font-size: 15px !important;
}

.font-size-m {
  font-size: 16px !important;
  line-height: 16px;
}

.font-size-l {
  font-size: 18px !important;
}

.font-size-ll {
  font-size: 20px !important;
}

.font-size-xl {
  font-size: 21px !important;
}

.font-size-xxl {
  font-size: 24px !important;
}

.font-size-xxxl {
  font-size: 30px;
}

.line-24 {
  line-height: 24px !important;
}

.line-32 {
  line-height: 32px !important;
}

.font-normal {
  font-weight: normal !important;
}

.font-mid {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-bolder {
  font-weight: 900;
}

.text-right {
  text-align: right;
}

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

.align-middle {
  vertical-align: middle;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.clr {
  clear: both;
}

.font-JhengHei {
  font-family: "微軟正黑體", sans-serif;
}

.font-space-2 {
  letter-spacing: 2px;
}

.font-space-4 {
  letter-spacing: 4px;
}

.d-flex {
  display: flex;
}
.d-flex.inline {
  display: inline-flex;
}
.d-flex.align-fs {
  align-items: flex-start;
}
.d-flex.justify-c {
  justify-content: center;
}
.d-flex.justify-around {
  justify-content: space-around;
}
.d-flex.justify-between {
  justify-content: space-between;
}
.d-flex.align-c {
  align-items: center;
}
.d-flex.align-s {
  align-items: stretch;
}
.d-flex.space-small .flex-item {
  margin-right: 8px;
}
.d-flex.space-mid .flex-item {
  margin-right: 12px;
}
@media all and (max-width: 768px) {
  .d-flex.wrap-m {
    flex-wrap: wrap;
  }
}

.flex-item {
  margin-right: 10px;
}
.flex-item.flex-0 {
  flex: 0 0 auto;
}
.flex-item.flex-1 {
  flex: 1;
}
@media all and (max-width: 768px) {
  .flex-item.flex-full {
    flex: 1 1 100%;
  }
  .flex-item.flex-full .btn-box.wrap {
    flex-wrap: nowrap;
    max-width: inherit;
    width: 100%;
    justify-content: space-around;
  }
  .flex-item.flex-full .btn-box.wrap .btn {
    margin: 0;
    width: 48%;
  }
}
@media all and (max-width: 540px) {
  .flex-item.flex-full {
    flex: 1 1 100%;
  }
  .flex-item.flex-full .btn-box.wrap {
    flex-wrap: wrap;
  }
  .flex-item.flex-full .btn-box.wrap .btn {
    margin: 0 0 10px;
    width: 100%;
  }
}
.flex-item.border-right {
  padding-right: 10px;
  margin-right: 10px;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inblock {
  display: inline-block;
  width: auto;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-24 {
  width: 24px;
}

.w-50 {
  width: 50px;
}

.w-70 {
  width: 70px;
}

.box-max-680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.border-bottom {
  border-bottom: solid 1px;
}

.border-bottom-gray {
  border-bottom: solid 1px #8498a9;
}

.border-bottom-gray-light02 {
  border-bottom: solid 1px #999999;
}

.border-radius, .dele-checkbox label {
  border-radius: 4px;
}

img {
  vertical-align: middle;
}

.imgbox {
  position: relative;
}
.imgbox img {
  /*display: block;*/
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.imgbox a {
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.imgbox a.btn {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  min-width: 130px;
  font-size: 20px;
  margin: 0 20px 0 0;
  padding: 0 16px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.imgbox.full img {
  width: 100%;
}
.imgbox.center img {
  margin: 0 auto;
}
.imgbox.flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  .imgbox.flex {
    flex-wrap: wrap;
  }
}
.imgbox.width-1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 768px) {
  .imgbox.width-1000 {
    max-width: 100%;
    box-shadow: 0px 0px 10px 0px #ccc;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    -o-box-shadow: 0px 0px 10px 0px #ccc;
  }
}
.imgbox.width-800 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 768px) {
  .imgbox.width-800 {
    max-width: 100%;
    box-shadow: 0px 0px 10px 0px #ccc;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    -o-box-shadow: 0px 0px 10px 0px #ccc;
  }
}
.imgbox.shadowNone {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
@media all and (max-width: 768px) {
  .imgbox.shadowNone {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
  }
}
.imgbox.shadow {
  box-shadow: 0px 0px 10px 0px #ccc;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
  -moz-box-shadow: 0px 0px 10px 0px #ccc;
  -o-box-shadow: 0px 0px 10px 0px #ccc;
}
.imgbox .m-show {
  display: none;
}
@media all and (max-width: 768px) {
  .imgbox .m-show {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: 0;
    background: url(../images/btn-img-open.svg) right bottom no-repeat;
    background-size: 40px 40px;
  }
}

::-moz-selection {
  color: #fff;
  background: #daa143;
}

::selection {
  color: #fff;
  background: #daa143;
}

/*Input*/
input[type=text],
input[type=password],
select {
  min-width: 0;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: solid 1px #ced4da;
}

input[type=text],
input[type=password] {
  padding: 0 10px;
}

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

::placeholder {
  color: #999;
}

/*select*/
select {
  padding: 0 35px 0 10px;
  vertical-align: middle;
  color: #999;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow-down-01.svg) calc(100% - 10px) center no-repeat;
  background-size: 14px auto;
}
select option {
  color: #061b2b;
}

select::-ms-expand {
  display: none;
}

/* radio */
.radio.inline {
  display: inline-block;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio]:checked + label:before {
  border-color: #6c8ba6;
}
.radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
.radio label {
  display: inline-block;
  min-height: 16px;
  position: relative;
  padding: 0 0 0 22px;
  margin-bottom: 0;
  cursor: pointer;
}
.radio label:before, .radio label:after {
  position: absolute;
  content: "";
  margin-top: 0.2em;
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.radio label:before {
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #6c8ba6;
}
.radio label:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  transform: scale(0);
  background: #6c8ba6;
}

/*checkbox*/
.checkbox {
  min-height: 1.5em;
  position: relative;
  text-align: left;
}
.checkbox.inline {
  display: inline-block;
}
.checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1em;
  clear: both;
}
.checkbox label:not(:empty) {
  padding-left: 6px;
}
.checkbox label:before, .checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  box-sizing: border-box;
}
.checkbox label:before {
  width: 1em;
  height: 1em;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.checkbox input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 1em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.checkbox input[type=checkbox]:checked + label:before {
  background: #fff;
}
.checkbox input[type=checkbox]:checked + label:after {
  transform: translate(0.2em, 0.25em) rotate(-45deg);
  width: 0.6em;
  height: 0.3em;
  border: 2px solid #2a3e4f;
  border-top-style: none;
  border-right-style: none;
}
.checkbox input[type=checkbox]:disabled + label:before {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
.dele-checkbox {
  position: relative;
  display: inline-block;
}
.dele-checkbox label {
  display: none;
  line-height: 24px;
  margin: 0 6px 6px 0;
  padding: 5px 35px 5px 10px;
  word-break: break-all;
  color: #fff;
  background: #f4b751 url(../images/btn-dele.svg) right 8px center no-repeat;
  background-size: auto 20px;
}
.dele-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.dele-checkbox input[type=checkbox]:checked + label {
  display: inline-block;
  cursor: pointer;
}
.dele-checkbox input[type=checkbox]:checked:disabled + label {
  padding: 5px 10px;
  background-image: none;
  cursor: default;
}

textarea {
  width: 100%;
  padding: 10px 10px;
  background: none;
  border: none;
  outline: none;
}

/*---------------------------------------------------*/
.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-box.inline {
  display: inline-flex;
}
.btn-box.left {
  justify-content: flex-start;
}
.btn-box.right {
  justify-content: flex-end;
}
.btn-box.wrap {
  flex-wrap: wrap;
  max-width: 150px;
}
.btn-box.wrap .btn {
  margin: 0 0 10px;
  width: 100%;
}
.btn-box.wrap .btn:last-child {
  margin: 0;
}
@media all and (max-width: 540px) {
  .btn-box.w-small-flex .btn {
    flex: 1 1 auto;
    min-width: 80px;
    white-space: nowrap;
  }
  .btn-box.w-small-flex .btn.flex-1 {
    flex: 1 1 30%;
  }
}
@media all and (max-width: 768px) {
  .btn-box.m-flex-center {
    justify-content: center;
  }
}

.btn {
  min-width: 130px;
  margin: 0 20px 0 0;
  padding: 0 16px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.btn.padding-s {
  padding: 0 8px;
}
.btn.w-80 {
  min-width: 80px;
}
.btn.w-120 {
  min-width: 120px;
}
.btn.w-180 {
  min-width: 180px;
}
.btn.w-200 {
  min-width: 200px;
}
.btn.h-36 {
  line-height: 36px;
}
.btn.h-40 {
  line-height: 40px;
}
.btn-yellow {
  background: #f4b751;
}
.btn-yellow-dark {
  background: #daa143;
}
.btn-white {
  color: #daa143;
  background: #ffffff;
  border: solid 1px;
}
.btn-border {
  color: #daa143;
  border: solid 1px;
}
.btn-border:hover {
  border: solid 1px;
}
@media all and (max-width: 768px) {
  .btn.m-w-200 {
    min-width: 200px;
  }
  .btn.m-w-two {
    min-width: 44%;
  }
}

.w-break {
  display: block;
}
@media all and (max-width: 768px) {
  .w-break {
    display: inline;
  }
}

.m-break {
  display: inline;
}
@media all and (max-width: 768px) {
  .m-break {
    display: block;
  }
}

/*----------------------------------- 小網 -----------------------------------*/
@media all and (max-width: 768px) {
  .web {
    display: none;
  }
  .mobile {
    display: block;
  }
  .m-font-size-s {
    font-size: 14px;
  }
  .m-font-size-m {
    font-size: 16px;
  }
  .m-font-size-l {
    font-size: 18px;
  }
  .m-font-size-ll {
    font-size: 20px;
  }
  .m-font-size-xl {
    font-size: 21px;
  }
  .m-font-size-xxxl {
    font-size: 30px;
  }
  .m-text-center {
    text-align: center;
  }
  .m-w-full {
    width: 100%;
  }
  .m-d-box {
    display: block;
  }
  .m-d-box .flex-item {
    margin: 0 0 10px;
  }
  .m-d-box .flex-item:nth-last-child(1) {
    margin: 0;
  }
  .m-d-inline {
    display: inline;
  }
  .m-d-inblock {
    display: inline-block;
  }
  .m-d-block {
    display: block;
  }
  .m-d-flex {
    display: flex;
  }
  .m-margin-0 {
    margin: 0 !important;
  }
  .m-margin-2x {
    margin-bottom: 8px !important;
  }
  .m-margin-4x {
    margin-bottom: 16px !important;
  }
  .m-margin-5x {
    margin-bottom: 20px !important;
  }
  .m-margin-6x {
    margin-bottom: 24px !important;
  }
  .m-margin-8x {
    margin-bottom: 32px !important;
  }
  .m-padding-3x {
    padding: 12px;
  }
  .m-w-35 {
    width: 35px;
  }
}
/* --------------------------------------------------------- */
/* font */
/* noto-sans-tc-regular - latin_chinese-traditional */
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/noto-sans-tc-v11-latin_chinese-traditional-regular.woff2") format("woff2"), url("../fonts/noto-sans-tc-v11-latin_chinese-traditional-regular.woff") format("woff");
  font-display: swap;
}
/* noto-sans-tc-500 - latin_chinese-traditional */
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/noto-sans-tc-v11-latin_chinese-traditional-500.woff2") format("woff2"), url("../fonts/noto-sans-tc-v11-latin_chinese-traditional-500.woff") format("woff");
  font-display: swap;
}
/* noto-sans-tc-700 - latin_chinese-traditional */
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/noto-sans-tc-v11-latin_chinese-traditional-700.woff2") format("woff2"), url("../fonts/noto-sans-tc-v11-latin_chinese-traditional-700.woff") format("woff");
  font-display: swap;
}
/* noto-sans-tc-900 - latin_chinese-traditional */
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/noto-sans-tc-v11-latin_chinese-traditional-900.woff2") format("woff2"), url("../fonts/noto-sans-tc-v11-latin_chinese-traditional-900.woff") format("woff");
  font-display: swap;
}
/* --------------------------------------------------------- */
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe, button, a, header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  letter-spacing: 0.1px;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  word-break: break-word;
}

body {
  color: #061b2b;
  background: #eff4f8;
  font: 16px/150% "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
@media all and (max-width: 1200px) {
  body {
    font: 16px/140% "Noto Sans TC", "微軟正黑體", sans-serif;
  }
}

html, body {
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  background: none;
  outline: none;
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

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

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}

figure {
  padding: 0;
  margin: 0;
}

/*reset end*/
/* header */
/* header */
.header {
  /*position: fixed;*/
  position: absolute;
  top: 0;
  width: 100%;
  transition: top 0.2s ease-in-out;
  z-index: 999;
}

.header--fixed {
  position: absolute;
  top: 0;
  width: 100%;
}
.header--fixed.top {
  transition: none;
  transform: translateY(0);
}
.header--fixed.not-top {
  position: fixed;
  transform: translateY(-100%);
}
.header--fixed.not-top.slideDown {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}
.header--fixed.slideDown.top {
  transition: transform 0.3s ease-in-out;
  position: fixed;
}
.header--fixed.slideUp.not-top {
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
}
.header--fixed.slideUp.top {
  transform: translateY(-100%);
  position: absolute;
}

.hideUp .header {
  top: -156px;
}
@media all and (max-width: 768px) {
  .hideUp .header {
    top: -56px;
  }
}

/* header_連結 */
.header_link {
  background: #efefef;
}
.header_link ul {
  display: flex;
  justify-content: flex-end;
}
.header_link a {
  font-size: 14px;
  line-height: 36px;
  color: #646464;
}
.header_link a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 10px;
  vertical-align: middle;
  background: #6a6a6a;
}
.header_link a li:nth-last-child(1) a::after {
  content: none;
}
.header_link a:hover {
  color: #2679b2;
}
@media all and (max-width: 768px) {
  .header_link {
    display: none;
  }
}

/* header_主要 */
.header_main {
  position: relative;
  z-index: 2;
  padding: 24px 0 32px;
  background: #fff;
}
.header_main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  background: #209cff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #209cff 0%, #44d186 32%, #eec516 75%, #fd884e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#209cff", endColorstr="#fd884e",GradientType=1 ); /* IE6-9 */
}
.header_main .pagesize {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_main .logo {
  display: block;
  width: 360px;
  height: 64px;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100% auto;
}
.header_main .m_menu {
  display: none;
}
@media all and (max-width: 1200px) {
  .header_main .logo {
    width: 210px;
    height: 36px;
    padding-left: 10px;
    background-position: 10px center;
    background-size: 200px 36px;
  }
}

/* header_主要_選單 */
.header_nav {
  position: relative;
}
.header_nav .header_nav_first {
  display: flex;
  /* header_主要_選單第二層 */
}
.header_nav .header_nav_first > li {
  margin-right: 16px;
  position: relative;
}
.header_nav .header_nav_first > li:nth-last-child(1) {
  margin: 0;
}
.header_nav .header_nav_first > li a {
  font-size: 18px;
  font-weight: bold;
  color: #535353;
}
.header_nav .header_nav_first > li a:hover {
  color: #38aaea;
}
@media all and (max-width: 1200px) {
  .header_nav .header_nav_first > li a {
    font-size: 15px;
  }
}
@media all and (max-width: 768px) {
  .header_nav .header_nav_first > li a {
    font-size: 18px;
  }
}
.header_nav .header_nav_first .hasSec.on {
  color: #38aaea;
}
.header_nav .header_nav_first > li:nth-child(7) .header_nav_sec {
  left: inherit;
  right: 0;
}
.header_nav .header_nav_first .header_nav_sec {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 101;
  min-width: 200px;
  max-width: 245px;
  padding: 10px;
  background: rgba(51, 51, 51, 0.9);
}
.header_nav .header_nav_first .header_nav_sec ul {
  margin-top: -2px;
}
.header_nav .header_nav_first .header_nav_sec ul li {
  display: block;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 14px;
}
.header_nav .header_nav_first .header_nav_sec ul li::before {
  content: "";
  background-color: #8ab9dc;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
.header_nav .header_nav_first .header_nav_sec ul a {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  color: #fff;
}
.header_nav .header_nav_first .header_nav_sec ul a:hover {
  color: #bae2ff;
}
.header_nav .header_nav_first .header_nav_sec .inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.header_nav .header_nav_first .header_nav_sec .title {
  flex: 0 0 auto;
  width: 7em;
  line-height: 18px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #010101;
  border-right: solid 3px #3f9cff;
}

@media all and (max-width: 768px) {
  /* header */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .slideUp .header_nav_first {
    display: none;
  }
  /* header_連結 */
  .header_link {
    display: none;
  }
  /* header_主要 */
  .header_main {
    padding: 8px 0 10px;
  }
  .header_main::after {
    height: 4px;
  }
  .header_main .pagesize {
    justify-content: center;
  }
  .header_main .logo {
    width: 210px;
    height: 36px;
    background-size: contain;
    padding: 0;
  }
  .header_main .m_menu {
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 40px;
    height: 40px;
  }
  .header_main .m_menu .line {
    display: block;
    position: absolute;
    left: 10px;
    width: 20px;
    height: 2px;
    background: #636363;
    border-radius: 2px;
  }
  .header_main .m_menu .line01 {
    top: 12px;
  }
  .header_main .m_menu .line02 {
    top: 19px;
  }
  .header_main .m_menu .line03 {
    top: 26px;
  }
  .open_m_menu .m_menu .line01 {
    animation-name: line01;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
  }
  .open_m_menu .m_menu .line02 {
    animation-name: line02;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
  }
  .open_m_menu .m_menu .line03 {
    animation-name: line03;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
  }
  @keyframes line01 {
    30% {
      top: 20px;
    }
    30% {
      transform: rotate(0deg);
    }
    100% {
      left: 8px;
      top: 19px;
      width: 24px;
      transform: rotate(-45deg);
      background: #209cfe;
    }
  }
  @keyframes line03 {
    30% {
      top: 20px;
    }
    30% {
      transform: rotate(0deg);
    }
    100% {
      left: 8px;
      top: 19px;
      width: 24px;
      transform: rotate(45deg);
      background: #209cfe;
    }
  }
  @keyframes line02 {
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .header.open_m_menu ~ .container::after {
    content: "";
    display: block;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  /* header_主要_選單 */
  .header_nav {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 100;
    width: 100%;
    max-height: calc(100vh - 58px);
    overflow-y: scroll;
    background: #fff;
    box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.2);
  }
  .header_nav .header_nav_first {
    display: block;
    flex-wrap: wrap;
  }
  .header_nav .header_nav_first > li {
    margin: 0;
    width: 100%;
  }
  .header_nav .header_nav_first > li > a {
    display: block;
    line-height: 45px;
    padding: 0 15px;
    border-bottom: solid 1px #dbdbdb;
  }
  .header_nav .header_nav_first .hasSec,
  .header_nav .header_nav_first .hasSec:hover {
    color: #535353;
    background: url(../images/header_nav_01.png) right 15px center no-repeat;
    background-size: auto 8px;
  }
  .header_nav .header_nav_first .hasSec.on {
    background: url(../images/header_nav_03.png) right 15px center no-repeat;
    background-size: auto 8px;
  }
  .header_nav .header_nav_first .header_nav_sec {
    display: none;
    position: static;
    padding: 0;
    background: none;
    box-shadow: none;
    background: #f1f1f1;
    width: 100%;
    min-width: 100%;
  }
  .header_nav .header_nav_first .header_nav_sec ul {
    margin: 0;
    padding-left: 15px;
  }
  .header_nav .header_nav_first .header_nav_sec ul li {
    display: block;
    margin: 0;
  }
  .header_nav .header_nav_first .header_nav_sec ul li::before {
    content: "";
    top: 18px;
    width: 8px;
    height: 8px;
    left: -2px;
  }
  .header_nav .header_nav_first .header_nav_sec ul li a {
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-size: 18px;
    color: #535353;
  }
  .header_nav .header_nav_first .header_nav_sec .inner {
    display: block;
  }
  .header_nav .header_nav_first .header_nav_sec .title {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    border: none;
  }
  /* .open_m_menu .header_nav { display: block; } */
  .header_nav_first .hasSec:hover,
  .header_nav_first .hasSec.blue {
    color: #209cff;
    background: url(../images/header_nav_02.png) right 15px center no-repeat;
    background-size: auto 8px;
  }
}
footer {
  padding: 50px 0;
  text-align: center;
  color: #898989;
  background: #eeeeee;
  border-top: 1px solid #ccc;
}
footer a {
  color: #898989;
}
footer a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
footer p {
  margin-bottom: 10px;
}
footer .pagesize > p:last-child {
  margin-bottom: 0;
}

/*
.popup {
  display: none;
  &.open {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    @include screen-width($size-mobile) {
      align-items: flex-start;
      padding: 30px 15px;
    }
  }
}
.popup_area {
  position: relative;
  z-index: 2001;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 40px;
  background: #fff;
  border-radius: 8px;
  @include screen-width($size-mobile) {
    padding: 20px 16px;
  }
  &-s {
    max-width: 460px;
  }
}
.popup.open ~ .wrapper {
  position: fixed;
  width: 100%;
}
.popup-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/btn-cancel.svg) center center no-repeat;
  background-size: 25px;
  z-index: 999;
  cursor: pointer;
  & + h2 {
    padding-right: 40px;
  }
  @include screen-width($size-mobile) {
    top: 20px;
    right: 16px;
    width: 20px;
    height: 20px;
    & + h2 {
      padding-right: 30px;
    }
  }
  &:hover {
    opacity: 0.8;
  }
}
.popup-title {
  margin-bottom: 24px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  border-bottom: solid 3px #e7b867;
}
*/
/*popup*/
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.popup iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
}
.popup_bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  width: 996px;
  height: 560px;
}
.popup_box .videobox {
  width: 996px;
  height: 560px;
}
@media all and (max-width: 1200px) {
  .popup_box {
    width: 800px;
    height: 450px;
  }
  .popup_box .videobox {
    width: 800px;
    height: 450px;
  }
}
@media all and (max-width: 768px) {
  .popup_box {
    width: 300px;
    height: 170px;
  }
  .popup_box .videobox {
    width: 300px;
    height: 170px;
  }
}
.popup_close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  color: #444;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
.popup_close::before {
  content: "✖";
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
.popup_close:hover {
  background-color: #000000;
  color: #ffffff;
}
.popup.is_hide {
  display: none;
}

/*---------------------------------------------------*/
.wrapper {
  background: #f5f5f5 url(../images/ind/bg-index.jpg) center bottom no-repeat;
  background-size: 100% auto;
}

.title {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1px;
}

.swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 4px 0px #464646;
  -webkit-box-shadow: 0px 4px 4px 0px #464646;
  -moz-box-shadow: 0px 4px 4px 0px #464646;
  -o-box-shadow: 0px 4px 4px 0px #464646;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(180deg, #219cfc 0%, #94f1ff 80%);
  background: -o-linear-gradient(180deg, #219cfc 0%, #94f1ff 80%);
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.bannerArea .swiper-button-prev,
.bannerArea .swiper-button-next {
  width: 40px;
  height: 68px;
  margin-top: -20px;
}
.bannerArea .swiper-button-prev {
  left: 10px;
  background: url(../images/index-arrow-left.svg) center no-repeat;
  background-size: 100%;
}
.bannerArea .swiper-button-next {
  right: 32px;
  background: url(../images/index-arrow-right.svg) center no-repeat;
  background-size: 100%;
}
.bannerArea .swiper-pagination {
  bottom: 20px;
}

.newsArea {
  padding: 40px 0;
}
.newsArea h2 {
  color: #434343;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 44px;
}
.newsArea .newsBox {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #666;
  -webkit-box-shadow: 0px 0px 10px 0px #666;
  -moz-box-shadow: 0px 0px 10px 0px #666;
  -o-box-shadow: 0px 0px 10px 0px #666;
}
@media all and (max-width: 768px) {
  .newsArea .newsBox {
    border-radius: 8px;
  }
}
.newsArea .newFocus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background-color: #fffaee;
  box-shadow: 0px 4px 10px 0px #ccc;
  -webkit-box-shadow: 0px 4px 10px 0px #ccc;
  -moz-box-shadow: 0px 4px 10px 0px #ccc;
  -o-box-shadow: 0px 4px 10px 0px #ccc;
  padding: 20px;
}
.newsArea .newFocus .imgbox {
  width: 490px;
  border: 4px solid #fff;
}
.newsArea .newFocus .imgbox.ic-play {
  position: relative;
}
.newsArea .newFocus .imgbox.ic-play::before {
  content: "";
  background: url(../images/ic/ic-play.svg) center no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -40px;
  margin-right: -40px;
}
.newsArea .newFocus .imgbox:hover {
  opacity: 0.8;
}
.newsArea .newFocus .text {
  width: calc(100% - 520px);
}
.newsArea .newFocus .text .title {
  font-size: 2rem;
  line-height: 2.75rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.newsArea .newFocus .text .title a {
  color: #000;
}
.newsArea .newFocus .text .title a:hover {
  color: #2679b2;
}
.newsArea .newFocus .text p {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #434343;
}
@media all and (max-width: 768px) {
  .newsArea .newFocus {
    flex-wrap: wrap;
    border-radius: 8px;
  }
  .newsArea .newFocus .imgbox {
    margin: 0 auto;
  }
  .newsArea .newFocus .text {
    width: 100%;
  }
  .newsArea .newFocus .text .title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .newsArea .newFocus .text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.newsArea .newsList ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 20px 20px;
}
.newsArea .newsList ul li {
  width: 49%;
  padding: 20px 0;
  border-top: 1px solid #dcdcdc;
}
.newsArea .newsList ul li:first-child, .newsArea .newsList ul li:nth-child(2) {
  border-top: none;
}
.newsArea .newsList ul li span {
  display: inline-block;
  margin-right: 4px;
}
.newsArea .newsList ul li .sub-info {
  margin-bottom: 8px;
}
.newsArea .newsList ul li .sub-info .tag {
  color: #fff;
  font-family: "Century Gothic";
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  border-radius: 4px;
  padding: 0 4px;
  background-color: #dc5b5b;
}
.newsArea .newsList ul li .sub-info .date {
  color: #5696c6;
  font-size: 1.1rem;
  position: relative;
  padding-left: 12px;
}
.newsArea .newsList ul li .sub-info .date::before {
  content: "";
  background-color: #8ab9dc;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}
.newsArea .newsList ul li p {
  font-size: 1.25rem;
  line-height: 2rem;
}
.newsArea .newsList ul li p a {
  color: #2a3e4f;
}
.newsArea .newsList ul li p a:hover {
  color: #2679b2;
}
@media all and (max-width: 768px) {
  .newsArea .newsList ul {
    padding-bottom: 0;
  }
  .newsArea .newsList ul li {
    width: 100%;
  }
  .newsArea .newsList ul li:nth-child(2) {
    border-top: 1px solid #dcdcdc;
  }
  .newsArea .newsList ul li p {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.featureArea .pagesize {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}
.featureArea .pagesize .featureBox {
  width: 48.5%;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px #ccc;
  -webkit-box-shadow: 0px 4px 10px 0px #ccc;
  -moz-box-shadow: 0px 4px 10px 0px #ccc;
  -o-box-shadow: 0px 4px 10px 0px #ccc;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.featureArea .pagesize .featureBox::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.featureArea .pagesize .featureBox .text {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  height: 320px;
  padding: 40px 20px;
  position: relative;
}
.featureArea .pagesize .featureBox .text div {
  display: block;
  width: 100%;
}
.featureArea .pagesize .featureBox .text .ic {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto 20px;
}
.featureArea .pagesize .featureBox .text .title {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2rem;
  letter-spacing: 4px;
  padding-bottom: 32px;
  position: relative;
}
.featureArea .pagesize .featureBox .text .title::before {
  content: "";
  width: 56px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  bottom: 0;
}
.featureArea .pagesize .featureBox .text p {
  font-size: 1.125rem;
  line-height: 1.8rem;
  letter-spacing: 2px;
}
.featureArea .pagesize .featureBox a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.featureArea .pagesize .featureBox:hover {
  opacity: 0.9;
}
.featureArea .pagesize > .featureBox:nth-child(1) {
  background: url(../images/ind/img-feature-1.jpg) no-repeat;
  background-size: cover;
}
.featureArea .pagesize > .featureBox:nth-child(1) .ic {
  background: url(../images/ind/ic-feature-1.png);
  background-size: contain;
}
.featureArea .pagesize > .featureBox:nth-child(2) {
  background: url(../images/ind/img-feature-2.jpg) no-repeat;
  background-size: cover;
}
.featureArea .pagesize > .featureBox:nth-child(2) .ic {
  background: url(../images/ind/ic-feature-2.png);
  background-size: contain;
}
@media all and (max-width: 768px) {
  .featureArea .pagesize {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .featureArea .pagesize .featureBox {
    width: 100%;
    margin-bottom: 32px;
  }
  .featureArea .pagesize .featureBox .text {
    min-height: 220px;
    height: auto;
  }
  .featureArea .pagesize .featureBox .text .ic {
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  .featureArea .pagesize .featureBox .text .title {
    margin-bottom: 16px;
    padding-bottom: 16px;
    letter-spacing: 0;
  }
  .featureArea .pagesize .featureBox .text p {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0;
  }
}

/*---------------------------------------------------*/
.logo.cdn {
  display: block;
  width: 360px;
  height: 64px;
  background: url(../images/cdn/logo.png) center no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 1200px) {
  .logo.cdn {
    width: 210px;
    height: 36px;
    padding-left: 10px;
    background-position: 10px center;
    background-size: 200px 36px;
  }
}

.specialTopic_bx {
  padding: 25px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 0px #666;
  -webkit-box-shadow: 0px 0px 10px 0px #666;
  -moz-box-shadow: 0px 0px 10px 0px #666;
  -o-box-shadow: 0px 0px 10px 0px #666;
}
@media all and (max-width: 768px) {
  .specialTopic_bx {
    border-radius: 8px;
    padding: 20px;
  }
}

.btnArea {
  display: flex;
  justify-content: center;
}
.btnArea a {
  background-color: #f4b751;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  margin: 0 4px;
  display: inline-block;
}
.btnArea a:hover {
  background-color: #daa143;
}
.btnArea a.goTo::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/cdn/btn-next.svg) center center no-repeat;
  background-size: 14px auto;
  display: inline-block;
  margin-left: 5px;
}
.btnArea.big a {
  font-size: 1.5rem;
  padding: 16px;
  min-width: 180px;
}
@media all and (max-width: 768px) {
  .btnArea {
    flex-wrap: wrap;
  }
  .btnArea a {
    width: 100%;
    display: block;
    margin: 0 0 10px;
  }
  .btnArea > a:last-child {
    margin: 0;
  }
}

ul.specialTopic_list {
  display: flex;
  gap: 20px;
}
ul.specialTopic_list li {
  flex: 1 1 30%;
  position: relative;
}
ul.specialTopic_list li.ad_bx {
  flex: 0 0 300px;
}
ul.specialTopic_list li.ad_bx img {
  width: 100%;
  height: auto;
}
ul.specialTopic_list li .pic {
  width: 100%;
  margin-bottom: 5px;
}
ul.specialTopic_list li .pic img {
  width: 100%;
  height: auto;
}
ul.specialTopic_list li p {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
ul.specialTopic_list li p.tit {
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
}
ul.specialTopic_list li a.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
ul.specialTopic_list li:hover .pic {
  opacity: 0.8;
}
@media all and (max-width: 768px) {
  ul.specialTopic_list {
    flex-wrap: wrap;
  }
  ul.specialTopic_list li {
    flex: 1 1 100%;
  }
  ul.specialTopic_list li.ad_bx {
    flex: 1 1 100%;
  }
}/*# sourceMappingURL=cdn-index.css.map */