.nav.index {
  display: none;
}
nav.index {
  font-weight: 500;
  left: 50%;
  top: 0px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow-y: inherit;
  opacity: 1;
  position: fixed;
  width: 100%;
  display: none;
  cursor: pointer;
  /* overflow: hidden; */
  z-index: 20;
}
.nav {
  /* position: fixed; */
  position: relative;
  z-index: 995;
  left: 0;
  top: 0;
  width: 58px;
  padding-top: 3px;
}
nav {
  background-color: #f7f7f7;
  position: fixed !important;
  left: -100%;
  top: 0;
  z-index: 980;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: 0s ease-out !important;
  transition: 0s ease-out !important;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
  transition: transform 233ms cubic-bezier(0, 0, 0.21, 1),
    -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
}
.cookieShow.nocookie nav {
  height: 100% !important;
}
nav.show {
  left: 0;
  opacity: 1;
  -webkit-transition: 0.2s ease-out !important;
  transition: 0.2s ease-out !important;
}
nav a {
  color: #000;
  text-decoration: none;
  display: block;
  transition: 0.6s;
  cursor: pointer;
}
nav a:hover{
  color: #608275;
  text-decoration: none;
}
nav > ul {
  padding-top: 50px;
}
nav li {
  color: #000;
}
nav li.epaper a {
  color: #608275;
}
nav > ul > li a,
nav > ul > li div {
  padding: 1rem;
  /* border-bottom: 1px solid #d9d9d9; */
  overflow: hidden;
  position: relative;
}
nav > ul > li .div_1:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(./../assets/images/arrow_menu.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.7rem;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
nav > ul > li .div_2:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(./../assets/images/arrow_menu.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.7rem;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
nav > ul > li.nosubmenu div:before {
  display: none;
}
nav > ul > li div.clicked:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
nav ul.submenu {
  display: none;
  opacity: 1;
}
nav > ul > li.nosubmenu ul.submenu {
  height: 0;
  overflow: hidden;
}
nav ul.submenu li {
  background-color: rgba(240, 240, 240, 0.72);
  font-size: 94.12%;
  position: relative;
}
nav ul.submenu li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #C56E3B;
  position: absolute;
  left: 1.1rem;
  top: 50%;
  margin-top: -2.5px;
  z-index: 10;
}
nav ul.submenu li a {
  padding-left: 2rem;
}
nav span.en,
nav ul.submenu p {
  display: none;
}
nav span.en {
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: normal;
}
nav a.coverlink {
  display: none;
}
nav li.nosubmenu a.coverlink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}
body > div.bread {
  padding-top: 1rem;
}
.bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bread a,
.bread li {
  color: #707070;
  text-decoration: none;
}
.bread li {
  padding-right: 1.1rem;
  font-size: 87.5%;
}


/* header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.714);
  position: fixed;
  left: 0;
  top: 0;
  width: 12%;
  height: 50px;
  z-index: 990;
} */
/* .hamburger {
  display: inline-block;
  width: 58px;
  height: 45px;
  padding: 11px 13px;
  cursor: pointer;
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  vertical-align: middle;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 999;
}
.hamburger::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}
.hamburger:focus {
  outline: 0;
}
.hamburger:after,
.hamburger:before {
  content: "";
}
.hamburger .icon,
.hamburger:after,
.hamburger:before {
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 0 5px;
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background-color: #6baea7;
  border-radius: 0;
}
.nav.scroll .hamburger .icon,
.nav.scroll .hamburger:after,
.nav.scroll .hamburger:before {
  background-color: #6baea7;
}
.hamburger.active .icon,
.hamburger.active:after,
.hamburger.active:before,
.nav.scroll .hamburger.active .icon,
.nav.scroll .hamburger.active:after,
.nav.scroll .hamburger.active:before {
  background: #6baea7;
}
.hamburger.hamburger-vertical.active {
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.hamburger.hamburger-cancel.active .icon {
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}
.hamburger.hamburger-cancel.active:before {
  transform: translateY(10px) rotate(135deg);
  -moz-transform: translateY(10px) rotate(135deg);
  -webkit-transform: translateY(10px) rotate(135deg);
}
.hamburger.hamburger-cancel.active:after {
  transform: translateY(-8px) rotate(-135deg);
  -moz-transform: translateY(-8px) rotate(-135deg);
  -webkit-transform: translateY(-8px) rotate(-135deg);
} */
@media screen and (min-width: 769px) {
  /* header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.75);
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0px;
    z-index: 990;
  } */
  nav.index {
    left: 50%;
    top: 0px;
    border-bottom: 3px solid #C56E3B;
    height: auto;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow-y: inherit;
    opacity: 1;
    position: fixed;
    width: 100%;
    display: none;
    cursor: pointer;
    /* overflow: hidden; */
  }
  /* .hamburger {
    display: none;
  } */
  nav.index {
    display: block;
  }
  body.cookieShow.nocookie nav.index {
    height: auto !important;
  }
  body.cookieShow nav.index {
    top: 0;
    position: relative;
    margin-top: 0 !important;
  }
  body.nocookie nav.index {
    top: 80px;
    position: fixed;
  }
  nav.index:before {
    content: "";
    width: 100vw;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  nav.index .close {
    display: none;
  }
  nav.index > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    background-color: transparent;
    overflow-y: inherit;
    width: 90%;
    max-width: 1190px;
    margin: auto;
    position: static;
  }
  nav.index li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 11.2%;
    flex: 1 1 11.2%;
    position: static;
  }
  nav.index li.social {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 11.2%;
    flex: 1 1 1%;
  }
  nav.index > ul > li a,
  nav.index > ul > li div {
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    text-align: center;
    position: relative;
  }
  nav.index span.ch {
    font-size: 110%;
  }
  nav.index span.en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 110%;
    width: 100%;
    height: 100%;
    padding: 5px;
    background-color: #f0f0f0;
    color: #C56E3B;
    font-size: 86%;
    word-break: keep-all;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  nav.index > ul > li a:hover span.en,
  nav.index > ul > li div:hover span.en {
    top: 0;
  }
  nav.index > ul > li div:before,
  nav.index li.home {
    display: none;
  }
  nav.index .submenu {
    position: absolute;
    left: 0;
    margin-top: -1px;
    z-index: 10;
    width: 100vw;
    transition: 0.6s;
  }
  nav.index .submenu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw;
    padding: 5px 30px 5px 16%;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: hidden;
  }
  nav.index .submenu > ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 70px 25px;
    border-color: transparent transparent #C56E3B;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  nav.index .submenu > ul p {
    position: absolute;
    left: 0;
    top: -0.1%;
    width: 16%;
    padding-right: 2%;
    height: 100.1%;
    color: #C56E3B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/images/submenu_pbg.svg?4b85846bef5750e951a576315cf8b043);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: adobe-garamond-pro, source-han-serif-tc, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 115%;
  }
  nav.index .submenu > ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 24%;
    flex: 1 0 24%;
    max-width: 24%;
    padding: 0.5rem 0;
    margin: 0 0.5%;
    text-align: center;
    font-size: 110%;
    background-color: transparent;
  }
  nav.index .submenu.partner > ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 15.6%;
    flex: 1 0 15.6%;
  }


  nav.index .submenu li:before {
    display: none;
  }
  nav.index .submenu > ul li a {
    display: block;
    padding: 0.5rem 0;
    background-color: transparent;
    border-bottom-color: transparent;
  }
  nav.index .submenu > ul li a:before {
    content: "";
    color: #000;
    width: 0;
    height: 1px;
    background-color: #608275;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  nav.index .submenu > ul li a:hover {
    color: #608275;
  }
  nav.index .submenu > ul li a:hover:before {
    width: 100%;
  }
  nav.index a.coverlink {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    padding: 0;
    border: none;
  }
  body > section.mainBox.index {
    padding-top: 51px;
  }
  body.cookieShow > section.mainBox.index {
    padding-top: 0;
  }
  body.nocookie > section.mainBox.index {
    padding-top: 51px;
  }
  section.mainBox.index .kvSlider .txt h2 {
    font-size: 225%;
    max-height: 209px;
  }
  section.mainBox.index section.sponsorsList {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  :root nav.index .submenu > ul p,
  _:-ms-fullscreen {
    background-image: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 16%;
    padding-right: 2%;
    height: 100%;
    color: #C56E3B;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: adobe-garamond-pro, source-han-serif-tc, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 115%;
  }
  :root nav.index .submenu > ul p:before,
  _:-ms-fullscreen {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    background-image: url(/images/submenu_pbg_before.png?99908ad4ede256bbc79393472d828771);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
  }
  :root nav.index .submenu > ul p:after,
  _:-ms-fullscreen {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/submenu_pbg_after.png?53a5aa5360069873a961c73fcae2394b);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
    z-index: 1;
  }
  :root nav.index .submenu > ul p span,
  _:-ms-fullscreen {
    position: relative;
    z-index: 2;
  }
  @media (min-width: 1100px) {
    section.mainBox .interestBox li.video .img:after {
      font-size: 50px;
    }
    :root section.mainBox.index .channelList:nth-child(2n) .indexArticle .txt,
    _:-ms-fullscreen {
      -ms-flex: 0 0 38%;
      flex: 0 0 38%;
    }
      nav.index li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 11.2%;
    flex: 1 1 11.2%;
    position: static;


    padding: 0rem .25rem !important;
  }
  }
  @media (min-width: 1200px) {
    section.mainBox.search .pagination ul li.pconly.bigpconly {
      display: block;
    }
    section.mainBox.index .kvSlider .slick-dots {
      right: 40px;
      bottom: 40px;
    }
    nav.index span.en {
      font-size: 95%;
    }
    section.mainBox.index main > .indexArticle .txt h3 {
      font-size: 162.5%;
      line-height: 1.3;
      -webkit-line-clamp: 3;
      max-height: 102px;
    }
    section.mainBox.index .channelList h2 {
      font-size: 187.5%;
    }
    section.mainBox.index .channelList h2 .eng {
      font-size: 60%;
    }
    section.mainBox.index .channelList .indexArticle .txt h3 {
      font-size: 150%;
    }
    section.mainBox.index .channelList .indexArticle:nth-child(2) .txt h3 {
      font-size: 162.5%;
    }
  }
  .nav {
    position: fixed;
    z-index: 995;
    left: 0;
    top: 0;
    width: 58px;
    padding-top: 3px;
  }
  nav {
    background-color: #f7f7f7;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 980;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: 0s ease-out !important;
    transition: 0s ease-out !important;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
    transition: transform 233ms cubic-bezier(0, 0, 0.21, 1),
      -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
  }
  .cookieShow.nocookie nav {
    height: 100% !important;
  }
  nav.show {
    left: 0;
    opacity: 1;
    -webkit-transition: 0.2s ease-out !important;
    transition: 0.2s ease-out !important;
  }
  nav a {
    color: #000;
    text-decoration: none;
    display: block;
  }
  nav > ul {
    padding-top: 0px;
  }
  nav li {
    color: #000;
  }
  nav li.epaper a {
    color: rgb(197, 110, 59);
  }
  nav > ul > li a,
  nav > ul > li div {
    padding: 1rem;
    /* border-bottom: 1px solid #C56E3B; */
    overflow: hidden;
  }
  nav > ul > li div:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/images/arrow_menu.svg?477c5573968dcb7cceca963b2ef22086);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0.7rem;
    top: 50%;
    margin-top: -10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  nav > ul > li.nosubmenu div:before {
    display: none;
  }
  nav > ul > li div.clicked:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  nav ul.submenu {
    display: block;
    opacity: 0;
    z-index: -1;
  }
  nav > ul > li.nosubmenu ul.submenu {
    height: 0;
    overflow: hidden;
  }
  nav ul.submenu li {
    background-color: #fff;
    font-size: 94.12%;
  }
  nav ul.submenu li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #d9d9d9;
    position: absolute;
    left: 1.1rem;
    top: 50%;
    margin-top: -2.5px;
    z-index: 10;
  }
  nav ul.submenu li a {
    padding-left: 2rem;
    text-decoration: none;
  }
  nav span.en,
  nav ul.submenu p {
    display: none;
  }
  nav span.en {
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
  }
  nav a.coverlink {
    display: none;
  }
  nav li.nosubmenu a.coverlink {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100%;
    height: 100%;
  }
}



@media screen and (max-width: 1024px){
  nav ul li {
      font-size: 15px;
      padding: 0rem .25rem;
  }
}


.social_icon{
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}

.copyright {
    font-size: 15px;
    text-align: center;
}