@charset "UTF-8";


.news-box div, .select-box, .select-box li, .tab-control li, .report-list a {
  box-sizing: border-box;
}

.pagesBannerArea {
  overflow: visible;
}

.pagesBannerArea #banner {
  height: 100%;
  overflow: hidden;
}

.pagesBannerArea::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(203, 203, 203, 0.23);
  z-index: 1;
}

.newsArea form {
  text-align: right;
}

.newsArea .wrap {
  margin: 45px auto;
}

.banner-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 3;
  text-align: center;
}

.banner-links li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 112px;
  margin: 0 15px;
  top: 0;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  -webkit-animation: .7s linkSlide ease-out both;
  animation: .7s linkSlide ease-out both;
  background: url("../images/news/banner_scroll_down_gap.png") 50% 50% no-repeat;
  vertical-align: middle;
  transition: all 0.5s ease;
}

.banner-links li:first-child {
  background-image: url("../images/news/banner_scroll_down.png");
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.banner-links li:first-child:hover {
  background-image: url("../images/news/banner_scroll_down_color.png");
}

.banner-links li:nth-child(2) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.banner-links li:nth-child(3) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.banner-links li:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.banner-links li:hover {
  top: -20px;
  background-image: url("../images/news/banner_scroll_down_color_gap.png");
}

.banner-links li:hover a {
  color: #21c0eb;
  background-image: url("../images/news/news_icon_hover.png");
}

.banner-links li:nth-child(2) a {
  background-position-y: -112px;
}

.banner-links li:nth-child(3) a {
  background-position-y: -224px;
}

.banner-links li:nth-child(4) a {
  background-position-y: -336px;
}

.banner-links a {
  display: block;
  padding: 66px 5px 10px;
  letter-spacing: 1px;
  text-align: center;
  background: url("../images/news/news_icon.png") 50% 0 no-repeat;
  color: #fff;
  transition: all 0.5s ease;
}

.news-box {
  position: relative;
  margin: 20px 0 25px;
  font-size: 12px;
}

.news-box li {
  position: relative;
}

.news-box figure {
  line-height: 0;
}

.news-box li {
  position: relative;
  margin-top: 50px;
}

.news-box li figure img {
  width: 70%;
  max-width: none;
}

.news-box li:first-child {
  margin: 0;
}

.news-box li:nth-child(odd) div {
  padding-right: 55px;
  padding-left: 22.3%;
  right: 0;
  background-image: linear-gradient(-90deg, #0d141d 66%, rgba(13, 20, 29, 0.6) 0, rgba(13, 20, 29, 0.6) 100%);
}

.news-box li:nth-child(odd) div::before, .news-box li:nth-child(odd) div::after {
  right: 70%;
}

.news-box li:nth-child(even) div {
  padding-left: 55px;
  padding-right: 22.3%;
  left: 0;
  background-image: linear-gradient(90deg, #0d141d 66%, rgba(13, 20, 29, 0.6) 0, rgba(13, 20, 29, 0.6) 100%);
}

.news-box li:nth-child(even) div::before, .news-box li:nth-child(even) div::after {
  left: 70%;
}

.news-box li:nth-child(even) img {
  float: right;
}

.news-box li:hover .news-link-view {
  opacity: 1;
}

.news-box div {
  position: absolute;
  width: 50%;
  padding-top: 65px;
  padding-bottom: 55px;
  top: 0;
  bottom: 0;
}

.news-box div::before {
  content: attr(data-year);
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.385em;
  top: 65px;
}

.news-box div::after {
  content: attr(data-time);
  color: rgba(255, 255, 255, 0.3);
  font-size: 2.5em;
  top: 80px;
}

.news-box div::before, .news-box div::after {
  position: absolute;
  font-family: 'Gautami', "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.news-box h3 {
  margin-bottom: 1em;
  font-weight: 500;
  letter-spacing: .6px;
  color: #c1c1c1;
}

.news-box a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease;
}

.news-box a:hover {
  text-decoration: underline;
}

.news-box p {
  max-height: 9.5em;
  margin-bottom: 40px;
  letter-spacing: .6px;
  font-size: 13px;
  color: #c1c1c1;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-link-view {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  background: url("../images/home/view.png") 50% no-repeat;
  transition: all .3s ease-out;
}

.read-more-link {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #262c34;
  text-align: right;
  font-style: italic;
  font-size: 12px;
  font-family: 'Crimson Text', serif;
  color: #717579;
  opacity: .7;
  transition: all .5s ease;
}

.read-more-link:hover {
  opacity: 1;
}

.select-box {
  position: relative;
  display: inline-block;
  width: 170px;
  background-color: #e8ecee;
  letter-spacing: .1em;
  text-align: left;
  font-size: 1rem;
}

.select-box[data-title]::before {
  content: attr(data-title);
  position: absolute;
  top: 9px;
  right: 180px;
  font-size: .8em;
  color: #c3c7c9;
  letter-spacing: .6px;
}

.select-box.select-open ul {
  max-height: 200px;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(1, 0, 0, 0);
  transform: rotate3d(1, 0, 0, 0);
  transition: all 0.3s ease;
}

.select-box.select-open div::before {
  color: #b9bbd5;
  background-color: #6a70a4;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.select-box div {
  padding-left: 15px;
  line-height: 38px;
  font-size: .625em;
  color: #717579;
  cursor: pointer;
  transition: all 0.2s ease;
}

.select-box div::before {
  content: '\f107';
  float: right;
  width: 38px;
  height: 38px;
  border-left: 1px solid #fff;
  font-family: FontAwesome;
  font-size: 2em;
  color: #62666c;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s ease-out, color .2s ease-out;
}

.select-box div::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.select-box div:hover::before {
  color: #b9bbd5;
  background-color: #6a70a4;
}

.select-box ul {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 1px;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotate3d(1, 0, 0, 60deg);
  transform: rotate3d(1, 0, 0, 60deg);
  z-index: 2;
  background-color: rgba(232, 236, 238, 0.95);
  visibility: hidden;
}

.select-box li {
  position: relative;
  display: block;
  min-height: 35px;
  padding: 10px 15px;
  font-size: .813em;
  color: #717579;
  letter-spacing: .1em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.select-box a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 10px 15px;
  color: #717579;
  box-sizing: border-box;
}

.select-box a:hover {
  color: #2b38a7;
}

.select-box li[data-disable] {
  color: rgba(113, 117, 121, 0.8) !important;
}

.select-box li.select-active {
  color: #424ca4;
}

.select-box li:hover {
  color: #424ca4;
}

.select-box + .select-box {
  margin-left: 10px;
}

.news-title-box {
  position: relative;
  padding: 70px 0;
  text-align: center;
  background-color: #0d141d;
}

.news-title-box::after {
  content: '';
  position: absolute;
  display: block;
  width: 43px;
  height: 20px;
  background: url("../images/news/news_title_box_arrow.png") 50% no-repeat;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.news-title-box p {
  max-width: 530px;
  margin: auto;
}

.news-title-box p:not(.news-date) {
  color: #c3c7c9;
  font-size: 14px;
  line-height: 1.6;
}

.news-title {
  max-width: 530px;
  margin: 25px auto 40px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
}

.news-date {
  font-size: 15px;
  letter-spacing: 1px;
  color: #4452b4;
  text-transform: uppercase;
}

.news-article {
  max-width: 670px;
  margin: 85px auto 50px;
  font-size: 15px;
  line-height: 1.8;
}

.news-article > img:nth-of-type(1) {
  margin-bottom: 60px;
}

.news-article p {
  margin: 20px 0;
  color: #52575c;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.news-article a {
  color: #6a8ddd;
  text-decoration: underline;
}

.share-box {
  padding: 20px 0 50px;
  text-align: center;
}

.share-box a {
  display: inline-block;
  line-height: 20px;
  margin-left: -3px;
  padding: 10px 12px 10px 35px;
  font-size: 12px;
  color: #fff;
  background-image: url("../images/master/share_link.png");
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.share-box a:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
}

.share-box .fb {
  background-color: #405ca1;
  background-position: 12px 0;
}

.share-box .twitter {
  background-color: #43afdb;
  background-position: 12px -40px;
}

.share-box .youtube {
  background-color: #db3b3b;
  background-position: 12px -80px;
}

.share-box .share-product-info {
  background-color: #383636;
  background-position: 12px -120px;
}

.share-box .share-about-us {
  background-color: #52575c;
  background-position: 12px -160px;
}

.share-box .instagram {
  background-color: #517fa4;
  background-position: 12px -200px;
}

.share-box .youky {
  background-color: #06a7e1;
  background-position: 12px -240px;
}

.share-box .weibo {
  background-color: #bd4141;
  background-position: 12px -280px;
}

.report-control-box {
  padding: 80px 0 30px;
  background-color: #0d141d;
}

.report-title {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 3em;
  font-family: 'HelveticaThin', 'Pontano Sans', "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  letter-spacing: .5px;
}

.report-title span {
  display: block;
  margin-bottom: 20px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #4452b4;
  font-family: Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體";
}

.tab-control {
  position: relative;
  margin: 40px auto;
  text-align: center;
}

.tab-control li {
  display: inline-block;
  width: 140px;
  font-size: 1em;
  text-align: center;
  letter-spacing: .3px;
  color: #e9f1f5;
  border: 3px solid #c3c7c9;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s ease;
}

.tab-control li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -65px;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 21.5px 0 21.5px;
  border-color: #0d141d transparent transparent transparent;
  transition: opacity .3s linear .2s, bottom .5s ease-out .3s;
  z-index: 1;
}

.tab-control li:hover, .tab-control li.focus {
  color: #0d141d;
  background-color: #e9f1f5;
  border-color: #e9f1f5;
  transition: opacity .3s linear, bottom .5s ease-out;
}

.tab-control li:hover a, .tab-control li.focus a {
  color: #0d141d;
}

.tab-control li.focus::after {
  opacity: 1;
  bottom: -90px;
}

.tab-control li + li {
  margin-left: 10px;
}

.tab-control a {
  display: block;
  padding: 10px;
  color: #e9f1f5;
  transition: all 0.5s ease;
}

.tab-list {
  position: relative;
}

.tab-list > li.show {
  display: block !important;
  visibility: visible;
}

.report-list li {
  position: relative;
  padding: 60px 0;
  text-align: center;
}

.report-list li:nth-child(odd) {
  background-color: #f2f7f9;
}

.report-list li:nth-child(even) {
  background-color: #e9f1f5;
}

.report-list li:nth-child(even)::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 21.5px 0 21.5px;
  border-color: #e9f1f5 transparent transparent transparent;
  z-index: 1;
}

.report-list h3 {
  font-weight: 500;
  font-size: 2em;
  color: #1f1f1f;
  letter-spacing: .5px;
  font-family: Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
}

.report-list h3 span {
  display: block;
  font-weight: 500;
  font-size: 1.8em;
  letter-spacing: 1px;
  color: #7d88c2;
}

.report-list a {
  display: block;
  width: 150px;
  height: 120px;
  margin: 15px auto;
  padding-top: 80px;
  background: url("../images/news/pdf_img.png") 50% 0 no-repeat;
  transition: all 0.5s ease;
}

.report-list a:hover {
  background-image: url("../images/news/pdf_img_hover.png");
}

.report-list p {
  margin-top: 10px;
  letter-spacing: 1px;
  color: #52575c;
}

.report-list p::after {
  content: attr(data-size);
  display: block;
  line-height: 1.8;
  color: #c1c4cb;
}

.report-list::after {
  content: '- the end -';
  display: block;
  line-height: 140px;
  font-size: .9rem;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-align: center;
  color: #52575c;
  background-color: #e9f1f5;
}

.banner-select-box {
  display: none;
}

@-webkit-keyframes linkSlide {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes linkSlide {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .news-box div {
    width: 71.5%;
  }
  .news-box li:nth-child(odd) div {
    padding-right: 30px;
    padding-left: 26%;
    background-image: linear-gradient(-90deg, #0d141d 70%, rgba(13, 20, 29, 0.6) 0, rgba(13, 20, 29, 0.6) 100%);
  }
  .news-box li:nth-child(odd) div::before, .news-box li:nth-child(odd) div::after {
    right: 75%;
  }
  .news-box li:nth-child(even) div {
    padding-left: 30px;
    padding-right: 26%;
    background-image: linear-gradient(90deg, #0d141d 70%, rgba(13, 20, 29, 0.6) 0, rgba(13, 20, 29, 0.6) 100%);
  }
  .news-box li:nth-child(even) div::before, .news-box li:nth-child(even) div::after {
    left: 75%;
  }
  .news-link-view {
    display: none;
  }
}

@media (max-width: 767px) {
  .newsArea .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-title-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-title-box p:not(.news-date) {
    font-size: 13px;
  }
  .news-title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .news-box figure {
    position: relative;
  }
  .news-box figure::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(13, 20, 29, 0.6) 45px, transparent 0);
  }
  .news-box li figure img {
    width: 100%;
  }
  .news-box li:nth-child(odd) div, .news-box li:nth-child(even) div {
    padding: 30px;
  }
  .news-box li:nth-child(odd) div::before, .news-box li:nth-child(odd) div::after, .news-box li:nth-child(even) div::before, .news-box li:nth-child(even) div::after {
    right: auto;
  }
  .news-box li:nth-child(odd) div::before, .news-box li:nth-child(even) div::before {
    left: 30px;
    top: -27px;
  }
  .news-box li:nth-child(odd) div::after, .news-box li:nth-child(even) div::after {
    left: 70px;
    top: -40px;
  }
  .news-box li:nth-child(even) img {
    float: none;
  }
  .news-box div {
    position: relative;
    width: 100%;
    background-color: #0d141d;
  }
  .news-box p {
    margin-bottom: 10px;
  }
  .banner-links li {
    width: 90px;
    background-size: 90px;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .banner-links li a {
    padding-top: 62px;
    font-size: 12px;
  }
  .banner-links li:first-child a {
    background-position-y: 13px;
  }
  .banner-links li:nth-child(2) a {
    background-position-y: -79px;
  }
  .banner-links li:nth-child(3) a {
    background-position-y: -167px;
  }
  .banner-links li:nth-child(4) a {
    background-position-y: -256px;
  }
  .banner-links a {
    background-size: 80px auto;
  }
  .tab-control li {
    width: auto;
  }
}

@media (max-width: 480px) {
  .banner-links {
    display: none;
  }
  .banner-select-box {
    position: absolute;
    display: block;
    width: 80%;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    border: 1px solid #fff;
    z-index: 2;
  }
  .banner-select-box div {
    color: #fff;
  }
  .banner-select-box div::before {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .banner-select-box div:hover::before {
    background-color: #fff;
  }
  .banner-select-box.select-open div::before {
    background-color: #fff;
  }
  .banner-select-box ul {
    background-color: #2b38a7;
  }
  .banner-select-box li {
    padding-bottom: 0;
    box-sizing: content-box;
  }
  .banner-select-box li a {
    padding: 15px 10px 15px 15px;
    /*background-image: url("../images/news/news_icon_select.png");*/
    background-repeat: no-repeat;
    background-position-x: 0;
  }
  .banner-select-box li:nth-child(2) a {
    background-position-y: -48px;
  }
  .banner-select-box li:nth-child(3) a {
    background-position-y: -96px;
  }
  .banner-select-box li:nth-child(4) a {
    background-position-y: -144px;
  }
  .banner-select-box li + li {
    border-top: 1px solid #212a7e;
  }
  .banner-select-box a {
    display: block;
    color: #fff;
  }
  .banner-select-box a:hover {
    color: #fff;
  }
}

/*# sourceMappingURL=../maps/news.css.map */
