@charset "UTF-8";
/*==============
    mixin style
==============*/
/*==============
    index only
==============*/
/*advertise popup*/
.popBox {
  display: none; }

#popupBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 500; }

.centerAdvertise {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.advertiseCode img {
  max-width: 100%; }

.indexCover .closepopBox {
  right: 40px;
  top: 70px; }

.closepopBox {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px; }
  .closepopBox:link {
    color: #ffffff; }
  .closepopBox:visited {
    color: #ffffff; }
  .closepopBox:hover {
    color: #ffffff; }
  .closepopBox:active {
    color: #ffffff; }

.bannerRow {
  margin-bottom: 30px;
  background: linear-gradient(to bottom, rgba(25, 25, 25, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08191919', endColorstr='#00ffffff',GradientType=0 ); }

.paddingRow {
  padding: 0 0 30px 0; }

.mainGrid {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: minmax(0, -webkit-min-content) 1fr;
  grid-template-rows: minmax(0, min-content) 1fr;
  grid-template-areas: "mainLeft mainLives" "mainLeft mainRight";
  grid-column-gap: 13px; }
  @media screen and (max-width: 1024px) {
    .mainGrid {
      grid-template-columns: 100%;
      grid-template-rows: auto auto auto;
      grid-template-areas: "mainLives" "mainLeft" "mainRight"; } }

.leftSide {
  grid-area: mainLeft; }
  @media screen and (max-width: 1024px) {
    .leftSide {
      margin-bottom: 20px; } }
  .leftSide .contentLeft {
    width: 256px; }
    @media screen and (max-width: 1024px) {
      .leftSide .contentLeft {
        width: 100%; } }

.leftSideAd {
  width: 300px;
  height: 250px;
  margin: 20px auto 0;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .leftSideAd.pc {
      display: none; } }
  .leftSideAd.mb {
    display: none; }
    @media screen and (max-width: 1024px) {
      .leftSideAd.mb {
        display: block; } }

.rightSide {
  grid-area: mainRight; }

.rightSideAd {
  width: 300px;
  height: 250px;
  margin: 20px auto;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .rightSideAd.pc {
      display: none; } }
  .rightSideAd.mb {
    display: none; }
    @media screen and (max-width: 1024px) {
      .rightSideAd.mb {
        display: block; } }

/* liveNews */
.liveNews {
  grid-area: mainLives;
  margin: 0 0 30px; }
  @media screen and (max-width: 1024px) {
    .liveNews {
      margin: 0 0 20px; } }

/* latesNews */
.latesNews.pageLatesNews {
  padding: 40px 50px 10px 20px;
  background-color: #ffffff; }

.latesNews li {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px; }
  .latesNews li:last-child {
    border-bottom: none; }
  .latesNews li div > span {
    font-size: 18px;
    color: #315280;
    margin-right: 10px;
    margin-top: 20px;
    line-height: 1;
    display: inline-block; }
  .latesNews li:first-child div > span {
    margin-top: 0; }

.latesNews.flash li {
  opacity: 0; }

.latesNews .title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px; }

.latesNews .kind {
  margin-bottom: 10px; }

@media screen and (max-width: 730px) {
  .latesNews .title {
    height: inherit; }
  .latesNews li div > span {
    font-size: 16px; } }

.moreNews {
  position: relative;
  display: block;
  text-align: right; }
  .moreNews a {
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    font-size: 16px; }
    .moreNews a:link {
      color: #232323; }
    .moreNews a:visited {
      color: #232323; }
    .moreNews a:hover {
      color: #9c9c9c; }
    .moreNews a:active {
      color: #9c9c9c; }
  .moreNews:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%; }

@media screen and (max-width: 1024px) {
  .index .latesNews ~ .moreNews {
    display: none; } }

.pageLatesNews ~ .moreNews {
  margin-right: 50px; }

.hideMoreLink .moreNews.bottomMoreLink a {
  opacity: 0;
  z-index: -1; }

.hideMoreLink.switchBox .moreNews {
  margin-top: 0; }

.noBottomBorder ~ .moreNews {
  margin-top: -14px; }

/* itemBox */
.itemGroup {
  clear: both;
  width: 100%; }
  .itemGroup:after {
    content: '';
    clear: both;
    display: table; }

.itemBox {
  float: left;
  width: 32%;
  margin: 0 2% 1% 0; }
  .itemBox:nth-child(3n) {
    margin-right: 0; }
  .itemBox:nth-child(3n + 1) {
    margin-right: 2%; }
  .itemBox h2 {
    height: 56px;
    font-size: 18px;
    padding: 0 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media screen and (max-width: 730px) {
      .itemBox h2 {
        display: block;
        height: auto; } }
  .itemBox .wrap {
    height: 237px;
    background-image: url("../img/logo_l.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: #eef0f3; }
    .itemBox .wrap.aspect-16x9 {
      aspect-ratio: 16 / 9;
      height: auto; }
      .itemBox .wrap.aspect-16x9 > picture {
        width: 100%; }
  .itemBox.fourBox {
    width: 23.5%;
    margin: 0 2% 2% 0; }
    .itemBox.fourBox:nth-child(4n) {
      margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .itemBox {
      width: calc(88vw / 3 - 10px);
      margin: 0 10px 10px 0; }
      .itemBox:nth-child(3n + 1) {
        margin-right: 10px; }
      .itemBox .wrap {
        height: calc((88vw / 3 - 10px) * 0.75); }
        .itemBox .wrap.aspect-16x9 {
          height: auto; }
      .itemBox.fourBox {
        width: calc(44vw - 10px);
        margin: 0 10px 10px 0; }
        .itemBox.fourBox:nth-child(3n) {
          margin-right: inherit; }
        .itemBox.fourBox:nth-child(3n + 1) {
          margin-right: inherit; }
        .itemBox.fourBox:nth-child(2n) {
          margin-right: 0; }
        .itemBox.fourBox:nth-child(2n + 1) {
          margin-right: 10px; }
        .itemBox.fourBox .wrap {
          height: calc((44vw - 10px) * 0.75); } }
  @media screen and (max-width: 730px) {
    .itemBox {
      width: 100%;
      float: none;
      margin: 0; }
      .itemBox .wrap {
        height: calc(88vw * 0.75); }
      .itemBox.fourBox {
        width: 100%;
        margin: 0; }
        .itemBox.fourBox:nth-child(2n) {
          margin-right: 0; }
        .itemBox.fourBox:nth-child(2n + 1) {
          margin-right: 0; }
        .itemBox.fourBox:nth-child(4n) {
          margin-right: 0; }
        .itemBox.fourBox .wrap {
          height: calc(88vw * 0.75); } }

/*topicNews*/
.topicNews {
  clear: both;
  zoom: 1; }
  .topicNews:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media screen and (max-width: 1024px) {
    .topicNews {
      margin-bottom: 40px; }
      .topicNews .itemGroup {
        margin: 0 auto; }
      .topicNews .itemBox {
        width: calc(44vw - 10px);
        margin: 0 10px 10px 0; }
        .topicNews .itemBox:nth-child(3n) {
          margin-right: inherit; }
        .topicNews .itemBox:nth-child(3n + 1) {
          margin-right: inherit; }
        .topicNews .itemBox:nth-child(2n) {
          margin-right: 0; }
        .topicNews .itemBox:nth-child(2n + 1) {
          margin-right: 10px; }
        .topicNews .itemBox .wrap {
          height: calc((44vw - 10px) * 0.75); } }
  @media screen and (max-width: 730px) {
    .topicNews .itemBox {
      width: 100%;
      float: none;
      margin: 0; }
      .topicNews .itemBox:nth-child(2n + 1) {
        margin-right: 0%; }
      .topicNews .itemBox .wrap {
        height: inherit;
        height: calc((88vw) * 0.75); }
        .topicNews .itemBox .wrap img {
          width: 100%; } }

/* switchBox */
.switchBox {
  clear: both;
  zoom: 1; }
  .switchBox:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.switchContent {
  clear: both;
  zoom: 1;
  text-align: center;
  padding: 40px 0 0 0; }
  .switchContent:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .switchContent h2 {
    text-align: left; }

.switchLink {
  position: relative; }
  .switchLink:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 28px;
    background-color: #e1e1e1;
    height: 1px;
    z-index: -1; }
  .switchLink a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    margin-left: -5px;
    position: relative;
    font-weight: 600;
    font-size: 24px; }
    .switchLink a:link {
      color: #004e98;
      background-color: #ffffff; }
    .switchLink a:visited {
      color: #004e98;
      background-color: #ffffff; }
    .switchLink a:hover {
      background-color: #004e98;
      color: #ffffff; }
    .switchLink a:active {
      background-color: #004e98;
      color: #ffffff; }
    .switchLink a:first-child {
      margin-left: 0; }
    .switchLink a.active {
      background-color: #004e98;
      color: #ffffff; }

.content {
  display: none; }
  .content.open {
    display: block; }

.BlockTitle {
  color: #004e98;
  font-weight: 600;
  text-align: center;
  position: relative;
  font-size: 24px;
  margin-bottom: 20px; }

/* halfBox */
.halfBoxPadding {
  padding: 0 30px; }
  @media screen and (max-width: 1280px) {
    .halfBoxPadding {
      padding: 0; } }
  @media screen and (max-width: 730px) {
    .halfBoxPadding {
      padding: 0 17px; } }

.halfBox {
  width: 49%;
  margin: 0 2% 0 0;
  text-align: center;
  position: relative; }
  .halfBox:last-child {
    margin-right: 0; }
  .halfBox.left {
    float: left; }
  .halfBox.right {
    float: right; }
  @media screen and (max-width: 1024px) {
    .halfBox {
      width: 100%;
      margin: 0; }
      .halfBox img {
        flex: inherit;
        max-width: 100%; } }
  @media screen and (max-width: 730px) {
    .halfBox.left {
      float: none; }
    .halfBox.right {
      float: none; } }

.Oversea {
  margin: 0 0 30px 0; }

.Interpretation {
  margin: 0 0 30px 0; }

/* SpecialProject */
.SPimg {
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 480px; }
  .SPimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media screen and (max-width: 1024px) {
    .SPimg {
      float: none;
      width: 88vw;
      height: calc(88vw * 0.75);
      text-align: center; } }

.SPbox {
  float: left;
  width: 44%;
  padding: 3%; }
  @media screen and (max-width: 1280px) {
    .SPbox {
      padding: 2% 3%; } }
  @media screen and (max-width: 1024px) {
    .SPbox {
      float: none;
      width: calc(100% - 32px);
      padding: 16px; } }

.SpecialSection {
  position: relative;
  background-color: #eef0f3;
  padding: 40px 0; }
  .SpecialSectionGrid {
    display: grid;
    grid-template-columns: 1fr 600px;
    grid-template-rows: auto;
    grid-column-gap: 34px;
    grid-template-areas: "left right"; }
    @media screen and (max-width: 1024px) {
      .SpecialSectionGrid {
        display: block; } }
    .SpecialSectionGrid > :first-child {
      grid-area: left; }
    .SpecialSectionGrid > :nth-child(2) {
      grid-area: right;
      padding: 0;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 1024px) {
        .SpecialSectionGrid > :nth-child(2) {
          margin: 64px 0 0; } }
      @media screen and (max-width: 576px) {
        .SpecialSectionGrid > :nth-child(2) {
          margin: 40px 0 0; } }
    .SpecialSectionGridItem {
      padding: 20px 30px;
      background: #fff; }
      @media screen and (max-width: 576px) {
        .SpecialSectionGridItem {
          padding: 20px 10px; } }
      .SpecialSectionGridItem > .columnTitle {
        margin-bottom: 16px; }
        @media screen and (max-width: 1024px) {
          .SpecialSectionGridItem > .columnTitle {
            order: 1; } }
        .SpecialSectionGridItem > .columnTitle > div {
          vertical-align: middle; }
        @media screen and (max-width: 576px) {
          .SpecialSectionGridItem > .columnTitle .titleMore {
            padding: 4px 8px; } }

@media screen and (max-width: 1024px) {
  .topic {
    display: flex;
    flex-direction: column; } }

.topicImg {
  display: block;
  width: 100%;
  max-height: 297px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  text-align: center; }
  @media screen and (max-width: 1280px) {
    .topicImg {
      max-height: initial; } }
  @media screen and (max-width: 1024px) {
    .topicImg {
      order: 0;
      margin: 0 0 20px; } }
  @media screen and (max-width: 576px) {
    .topicImg {
      margin: -20px -10px 20px -10px;
      width: calc(100% + 20px); } }
  .topicImg img {
    max-width: 100%;
    vertical-align: top;
    height: 100%; }
    @media screen and (max-width: 1280px) {
      .topicImg img {
        max-width: initial;
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 576px) {
      .topicImg img {
        max-width: 100%; } }
  .topicImgTitle {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 16px 0 0;
    padding: 0 30px; }
    @media screen and (max-width: 1280px) {
      .topicImgTitle {
        display: block;
        text-align: center;
        padding: 0; } }
    @media screen and (max-width: 1024px) {
      .topicImgTitle {
        order: 2; } }
    @media screen and (max-width: 576px) {
      .topicImgTitle {
        font-size: 20px;
        margin: 0; } }
    .topicImgTitle > a {
      text-align: left;
      display: block; }

.topicBorderBtn {
  font-size: 18px;
  color: #004E98;
  cursor: pointer;
  flex: 0 0 auto;
  display: inline-block;
  margin: 0 0 0 16px; }
  @media screen and (max-width: 1280px) {
    .topicBorderBtn {
      margin: 16px 0 0; } }
  .topicBorderBtn > a {
    display: block;
    padding: 10px 40px; }
    @media screen and (max-width: 730px) {
      .topicBorderBtn > a {
        padding: 5px 0;
        margin: 10px auto 0;
        width: 120px;
        font-size: 16px; } }
    .topicBorderBtn > a:link {
      color: #004e98;
      border: 1px solid #004e98; }
    .topicBorderBtn > a:visited {
      color: #004e98;
      border: 1px solid #004e98; }
    .topicBorderBtn > a:hover {
      color: #ffffff;
      background-color: #004e98; }
    .topicBorderBtn > a:active {
      color: #ffffff;
      background-color: #002f5b;
      border: 1px solid #002f5b; }

.hotProject {
  position: relative;
  z-index: 3; }

/* otherArea */
.otherArea {
  padding: 40px 40px 0;
  clear: both;
  zoom: 1; }
  .otherArea:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media screen and (max-width: 1280px) {
    .otherArea {
      padding: 2% 0; } }
  @media screen and (max-width: 1024px) {
    .otherArea {
      padding: 40px 0 0 0; } }
  .otherArea h2 {
    text-align: left; }

.borderArea {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  clear: both;
  overflow: auto; }
  .borderArea:before {
    content: "";
    display: block;
    background-color: #e1e1e1;
    width: 1px;
    position: absolute;
    height: 96%;
    top: 4%;
    left: 0; }
  .borderArea:after {
    content: "";
    display: block;
    background-color: #e1e1e1;
    width: 1px;
    position: absolute;
    height: 96%;
    top: 4%;
    right: 0; }
  @media screen and (max-width: 1024px) {
    .borderArea:before {
      height: 98%;
      top: 2%; }
    .borderArea:after {
      height: 98%;
      top: 2%; } }

/* imgFloatL */
.imgFloatL {
  margin: 0 auto;
  clear: both;
  zoom: 1; }
  .imgFloatL:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .imgFloatL .wrap {
    display: inline-block;
    vertical-align: middle;
    width: 267px;
    margin-right: 20px;
    height: 200px; }
  .imgFloatL .titleWrap {
    text-align: left;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: 52.5%;
    border-bottom: 1px solid #e1e1e1;
    height: 199px;
    overflow: hidden; }
  .imgFloatL h2 {
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media screen and (max-width: 1024px) {
    .imgFloatL {
      margin: 0 0 10px 0; }
      .imgFloatL .wrap {
        width: 35vw;
        height: calc(35vw * 0.75); } }
  @media screen and (max-width: 730px) {
    .imgFloatL .wrap {
      width: 100%;
      height: calc(88vw * 0.75); }
    .imgFloatL .titleWrap {
      margin: 20px auto 0;
      height: inherit;
      width: 100%;
      border-bottom: none;
      padding: 0; } }

.ulist {
  margin: 0 auto;
  text-align: left;
  clear: both;
  zoom: 1; }
  .ulist:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .ulist li {
    padding: 12px 0;
    border-bottom: 1px solid #e1e1e1; }
    .ulist li:last-child {
      border-bottom: none; }
  @media screen and (max-width: 1024px) {
    .ulist {
      margin: 0 0 40px 0; } }
  @media screen and (max-width: 320px) {
    .ulist {
      font-size: 16px; } }

@media screen and (max-width: 730px) {
  .otherArea .halfBox:first-child .ulist {
    border-top: 1px solid #e1e1e1; } }

.subTitle {
  border-bottom: 1px solid #232323;
  padding-bottom: 5px;
  color: #232323;
  font-weight: 600;
  font-size: 20px;
  margin: 0 25px 20px 25px; }
  @media screen and (max-width: 730px) {
    .subTitle {
      margin: 0 0 20px 0; } }

.sinalSilder {
  position: relative; }

.sliderItem {
  width: 320px;
  margin: 0 auto; }
  .sliderItem .wrap {
    margin-bottom: 20px; }
  @media screen and (max-width: 730px) {
    .sliderItem {
      width: 75%; } }

.sliderBtn > a {
  position: absolute;
  font-size: 50px;
  line-height: 1;
  top: 40%; }

.sliderBtn .prev {
  left: 20px; }

.sliderBtn .next {
  right: 20px; }

@media screen and (max-width: 1280px) {
  .sliderBtn .prev {
    left: 0; }
  .sliderBtn .next {
    right: 0; } }

/* cultureBlock */
@media screen and (max-width: 730px) {
  .cultureBlock .halfBox.right {
    display: none; }
  .cultureBlock .halfBox.left .themeWrap {
    display: none; } }

.articleBox {
  float: left;
  width: 49%;
  margin-right: 2%;
  text-align: left; }
  .articleBox:last-child {
    margin-right: 0; }
  .articleBox .wrap {
    height: 172px; }
  @media screen and (max-width: 1024px) {
    .articleBox {
      width: calc(44vw - 5px);
      margin-right: 10px; }
      .articleBox .wrap {
        height: calc((44vw - 5px) * 0.5625); } }
  @media screen and (max-width: 730px) {
    .articleBox {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .articleBox .wrap {
        height: calc(88vw * 0.5625); } }

.themeWrap {
  clear: both;
  zoom: 1;
  margin-bottom: 2%;
  position: relative;
  height: 228px; }
  .themeWrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .themeWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media screen and (max-width: 1024px) {
    .themeWrap {
      height: calc(88vw * 0.365); } }
  .themeWrap:before {
    content: "";
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    border: 1px solid #e1e1e1;
    top: 0;
    left: 0;
    clear: both; }

.quarterBox {
  width: 50%;
  float: left;
  background-color: #f6f6f6;
  position: relative; }
  .quarterBox .textBox {
    height: 200px; }
  .quarterBox h2 {
    margin: 40px 20px 20px 20px;
    font-weight: 600;
    color: #004e98;
    font-size: 22px; }
  .quarterBox .desc {
    margin: 20px 20px 40px 20px;
    color: #004e98; }
  .quarterBox:first-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 47%;
    position: absolute;
    right: 0;
    bottom: 5px;
    background-color: #cccccc; }
  @media screen and (max-width: 730px) {
    .quarterBox {
      width: 100%;
      float: none; }
      .quarterBox:first-child:after {
        display: none; } }

.subBox {
  width: 50%;
  float: left; }
  @media screen and (max-width: 730px) {
    .subBox {
      width: 100%;
      float: none;
      text-align: center; } }
  .subBox:has(+ .subBoxad) {
    width: calc(100% - 300px);
    max-width: 50%; }
    @media screen and (max-width: 1280px) {
      .subBox:has(+ .subBoxad) {
        width: calc(100% - 330px);
        margin-right: 30px; } }
    @media screen and (max-width: 1024px) {
      .subBox:has(+ .subBoxad) {
        width: 50%;
        margin-right: 0; } }
    @media screen and (max-width: 730px) {
      .subBox:has(+ .subBoxad) {
        width: 100%;
        max-width: initial; } }

/*SEO 固定廣告寬高*/
.subBox.subBoxad .wrap {
  width: 300px;
  height: 250px;
  left: 50%;
  margin-left: -150px; }

/* inlineBox */
.inlineBox {
  width: 50%;
  float: left; }
  @media screen and (max-width: 730px) {
    .inlineBox {
      width: 100%;
      float: none; } }
  .inlineBox.threeBox {
    width: 32.333%;
    margin: 0 1% 1% 0; }
    .inlineBox.threeBox:nth-child(3n) {
      margin-right: 0; }
    .inlineBox.threeBox h2 {
      height: 56px; }
    @media screen and (max-width: 730px) {
      .inlineBox.threeBox {
        margin-bottom: 2%; } }
  .inlineBox.fourBox {
    width: 23.5%;
    margin: 0 2% 2% 0; }
    .inlineBox.fourBox:nth-child(4n) {
      margin-right: 0; }
    .inlineBox.fourBox h2 {
      height: 56px; }
    @media screen and (max-width: 1024px) {
      .inlineBox.fourBox {
        margin-bottom: 2%; }
        .inlineBox.fourBox:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 730px) {
      .inlineBox.fourBox {
        width: 100%;
        float: none; } }
  @media screen and (max-width: 1024px) {
    .inlineBox.w-50 {
      width: 100%;
      display: block;
      overflow: auto; } }
  .inlineBox h2 {
    font-size: 18px;
    padding: 0 10px; }
  .inlineBox h3 {
    font-size: 18px;
    padding: 0 10px; }
  @media screen and (max-width: 320px) {
    .inlineBox h2 {
      font-size: 16px; }
    .inlineBox h3 {
      font-size: 16px; } }

.imgAboveBox {
  background-color: #f6f6f6; }
  .imgAboveBox h3 {
    padding: 10px;
    text-align: left; }
  .imgAboveBox .wrap {
    height: 240px;
    margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .imgAboveBox .wrap {
        height: calc(43vw * 0.75); } }
    @media screen and (max-width: 730px) {
      .imgAboveBox .wrap {
        height: calc(88vw * 0.75); } }

.sidePrev {
  position: absolute;
  top: 50%;
  font-size: 80px;
  line-height: 1;
  margin-top: -40px;
  z-index: 100;
  left: 0; }
  .sidePrev:link {
    color: #004e98; }
  .sidePrev:visited {
    color: #004e98; }
  .sidePrev:hover {
    color: #002f5b; }
  .sidePrev:active {
    color: #002f5b; }
  @media screen and (max-width: 730px) {
    .sidePrev:link {
      color: #ffffff; }
    .sidePrev:visited {
      color: #ffffff; }
    .sidePrev:hover {
      color: #ffffff; }
    .sidePrev:active {
      color: #ffffff; } }

.sideNext {
  position: absolute;
  top: 50%;
  font-size: 80px;
  line-height: 1;
  margin-top: -40px;
  z-index: 100;
  right: 0; }
  .sideNext:link {
    color: #004e98; }
  .sideNext:visited {
    color: #004e98; }
  .sideNext:hover {
    color: #002f5b; }
  .sideNext:active {
    color: #002f5b; }
  @media screen and (max-width: 730px) {
    .sideNext:link {
      color: #ffffff; }
    .sideNext:visited {
      color: #ffffff; }
    .sideNext:hover {
      color: #ffffff; }
    .sideNext:active {
      color: #ffffff; } }

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px; }

.swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px; }

.reloadNews {
  padding-left: 10px;
  font-size: 0px; }

.reloadNews svg {
  display: inline-block;
  transform: rotate(0);
  transform-origin: center;
  transition: all 0.3s ease-in-out; }
  .reloadNews svg:hover {
    transform: rotate(180deg); }

.advertising {
  clear: both;
  zoom: 1; }
  .advertising:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .advertising.style1 {
    margin-bottom: 30px; }
    .advertising.style1 .wrap {
      background-size: 40%;
      /*SEO 固定廣告寬高*/
      width: 970px;
      height: 90px; }
  .advertising.style2 .wrap {
    /*SEO 固定廣告寬高*/
    width: 600px;
    height: 350px;
    margin: 0; }
  @media screen and (max-width: 1280px) {
    .advertising.style1 .wrap {
      width: 100%;
      height: auto; } }
  @media screen and (max-width: 730px) {
    .advertising.style2 .wrap {
      /*SEO 固定廣告寬高*/
      width: 300px;
      height: 175px; }
    .advertising.style3 {
      margin-bottom: 40px; }
      .advertising.style3 .wrap {
        /*SEO 固定廣告寬高*/
        width: 300px;
        height: 250px;
        left: 50%;
        margin-left: -150px; } }

.NewsGroupTablet .advertising.style3 {
  margin-bottom: 0; }

/* globalView */
.globalBox {
  text-align: left; }
  .globalBox .wrap {
    display: block; }
  .globalBox .wrap:before {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    content: "";
    margin: 0px 10px;
    width: 20px;
    background: center/contain url("../img/playvideo.svg") no-repeat;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    font-size: 30px;
    line-height: 30px; }
  .globalBox.four {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%; }
    .globalBox.four:nth-child(2n) {
      margin-right: 0; }
    .globalBox.four .wrap {
      height: 171px; }
    @media screen and (max-width: 1024px) {
      .globalBox.four {
        width: calc(44vw - 10px);
        margin-right: 20px;
        margin-bottom: 20px; }
        .globalBox.four .wrap {
          height: calc((44vw - 10px) * 0.5625); } }
    @media screen and (max-width: 730px) {
      .globalBox.four {
        width: 100%;
        margin-right: 0; }
        .globalBox.four .wrap {
          height: calc(88vw * 0.5625); }
        .globalBox.four .wrap:before {
          width: 43px;
          height: 43px;
          font-size: 45px;
          line-height: 45px; } }
  .globalBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }
  .globalBox.single {
    border-bottom: 1px solid #e1e1e1;
    height: 448px; }
    .globalBox.single .wrap {
      height: 352px; }
      @media screen and (max-width: 1024px) {
        .globalBox.single .wrap {
          height: calc(88vw * 0.5625); } }
    .globalBox.single .wrap img {
      flex: inherit;
      width: 100%; }
    .globalBox.single .wrap::before {
      width: 58px;
      height: 58px;
      font-size: 60px;
      line-height: 60px; }
  @media screen and (max-width: 1280px) {
    .globalBox.single {
      height: inherit;
      border-bottom: none; } }
  @media screen and (max-width: 1024px) {
    .globalBox.single img {
      width: 1024px; } }
  @media screen and (max-width: 730px) {
    .globalBox.four {
      float: none;
      width: 100%;
      margin-right: 0; }
      .globalBox.four:nth-child(2), .globalBox.four:nth-child(3), .globalBox.four:nth-child(4) {
        display: none; }
    .globalBox.single .wrap::before {
      width: 43px;
      height: 43px;
      font-size: 45px;
      line-height: 45px; } }

/* Subscription */
@media screen and (max-width: 730px) {
  .index .Subscription .closeBtn {
    right: 20px; } }

.index .Subscription {
  padding: 20px 50px 40px; }

.index .substitle {
  font-size: 24px;
  margin-bottom: 20px; }

.index .substext {
  font-size: 18px;
  margin-bottom: 20px; }

.index .otherlink {
  margin-top: 20px; }

.index .endcheck {
  width: 50px;
  height: 50px; }

@media screen and (max-width: 730px) {
  .index .Subscription {
    padding: 20px 0 40px;
    width: 100%;
    box-sizing: border-box; } }

/* keywordGroup */
@media screen and (max-width: 1024px) {
  .index .keywordGroup {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; } }

@media screen and (max-width: 730px) {
  .index .keywordGroup {
    display: block; } }

.adMobHome {
  display: none;
  width: 300px;
  margin: 0 auto;
  height: 250px; }
  @media screen and (max-width: 576px) {
    .adMobHome {
      display: block; } }
