﻿@import "_OpenSans.css";
@import "_inter.css";
@import "_NotoSansJP.css";
@import "_NotoSansKR.css";


#footer a,
#syno_header .dropdown-menu a,
.pagination .nav-links a:hover,
.pagination .nav-links span.current,
a,
body {
  color: #2e3742;
}
#syno_header #search_form .search_input_icon,
#syno_header #search_form.input_focus .search_input_icon {
  background-image: url(../img/icon_search_white.png);
}
#scroll-top,
.view-all {
  background-repeat: no-repeat;
}
.article_card .link_sec:hover .article_title,
a:hover {
  color: #1a1a1a;
}
.slick-slider:active,
.slick-slider:focus,
:active,
:focus {
  outline: 0;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: 16px;
  font-family: 'Inter', 'Open Sans', "微軟正黑體", "Microsoft JhengHei", Arial;
}
html[lang="ja"] body {
  font-family: 'NotoSansJP', 'Inter', 'Open Sans', "微軟正黑體", "Microsoft JhengHei", Arial;
}
html[lang="ko-KR"] body {
  font-family: 'NotoSansKR', 'Inter', 'Open Sans', "微軟正黑體", "Microsoft JhengHei", Arial;
}
body {
  display: flex;
  flex-flow: column;
  position: relative;
  min-height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer a.active,
#footer a:focus,
#footer a:hover,
.view-all,
.view-all.active,
.view-all:focus,
.view-all:hover {
  color: #0067e6;
}
a:hover {
  text-decoration: none;
}
.view-all {
  background-image: url("../img/read_more.png");
  padding-right: 20px;
  background-position: 99% 50%;
  background-size: 12px 12px;
}
#syno_header {
  background-color: #000;
  color: #fff;
}
#syno_header a {
  color: #fff;
}
#syno_header .navbar-toggler-icon {
  line-height: 30px;
}
#footer #footer_menu li:last-child:after,
#read_progress_bar .navbar-brand,
#syno_header #menu_link.open .line_md,
#syno_header #syno-collapse-cate-smt,
#syno_header #syno-collapse-cate-smt .collapse-cate-smt a img,
.article_card .desc-silder-568,
.article_card .desc-silder-768,
body:not(.single) #read_progress_bar {
  display: none;
}
#syno_header .dropdown-menu a span {
  display: block;
  margin-top: 8px;
}
#syno_header #syno-dropdown-cate-pc {
  display: none;
  position: static;
}
#syno_header #syno-dropdown-cate-pc.show .nav-link:after,
#syno_header #syno-dropdown-cate-pc.show .nav-link:before {
  display: block;
}
#syno_header #syno-dropdown-cate-pc .nav-link,
#syno_header #syno-dropdown-cate-pc a,
.home-banner-bg {
  position: relative;
}
#syno_header #syno-dropdown-cate-pc .nav-link:after,
#syno_header #syno-dropdown-cate-pc .nav-link:before,
#syno_header #syno-dropdown-cate-pc a:after,
#syno_header #syno-dropdown-cate-pc a:before {
  display: none;
  content: " ";
  position: absolute;
  left: 50%;
  border-width: 0 10px 13px;
  width: 0;
  height: 0;
  border-style: solid;
  margin-left: -7px;
}
#syno_header #syno-dropdown-cate-pc .nav-link:after,
#syno_header #syno-dropdown-cate-pc a:after {
  border-color: transparent transparent #fff;
  bottom: -23px;
  z-index: 4;
}
#syno_header #syno-dropdown-cate-pc .nav-link:before,
#syno_header #syno-dropdown-cate-pc a:before {
  border-color: transparent transparent #d6dfe6;
  bottom: -24px;
}
#syno_header #syno-dropdown-cate-pc .dropdown-menu-pc {
  width: 100%;
  padding: 18px 36px 20px;
  border-radius: 3px;
  border: 1px solid #d6dfe6;
  max-height: 500px;
  overflow: auto;
  margin-top: -4px;
  z-index: 3;
}
#syno_header #syno-dropdown-cate-pc .dropdown-menu-pc a {
  border: none;
  color: #2e3742;
  font-size: 12px;
  text-align: center;
  display: block;
  border-radius: 10px;
  padding: 9px 15px;
  margin: 0 20px;
}
#syno_header #syno-dropdown-cate-pc .dropdown-menu-pc a.active,
#syno_header #syno-dropdown-cate-pc .dropdown-menu-pc a:hover {
  background: #f6f9fa;
}
#syno_header .navbar {
  padding: 6px 0;
}
#syno_header .navbar .nav-link,
#syno_header .navbar a {
  display: block;
  padding: 0.5rem 15px;
}
#read_progress_bar .navbar-brand,
#syno_header .navbar-brand {
  padding-top: 13px;
  margin-right: 20px;
  margin-left: -2px;
}
@media (min-width: 992px) {
  #syno_header .navbar .nav-link,
  #syno_header .navbar a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #read_progress_bar .navbar-brand,
  #syno_header .navbar-brand {
    margin-left: -14px;
  }
  #return_to_top.show {
    opacity: 1;
  }
}
#read_progress_bar .brand_logo,
#syno_header .brand_logo {
  width: 119px;
  height: 30px;
}
#read_progress_bar .brand_subsite_name,
#syno_header .brand_subsite_name {
  font-size: 12px;
  line-height: 18px;
  display: block;
  text-align: center;
  margin-top: 2px;
  letter-spacing: 1px;
  margin-left: -1px;
}
#read_progress_bar .navbar-toggler,
#syno_header .navbar-toggler {
  color: #fff;
  margin-right: -19px;
}
#syno_header #search_form {
  width: 100%;
}
@media (max-width: 991px) {
  #syno_header #navbarSupportedContent.collapse:not(.show),
  #syno_header #syno-collapse-cate-smt {
    display: block;
  }
  #read_progress_bar .navbar-brand,
  #syno_header .navbar-brand {
    padding-left: 0 !important;
  }
  #syno_header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  #syno_header.header-hide {
    -webkit-transform: translateY(-81px);
    -ms-transform: translateY(-81px);
    transform: translateY(-81px);
  }
  #syno_header #search_form {
    margin: 10px 0 15px !important;
  }
  #syno_header #search_form input {
    font-size: 16px !important;
  }
  #syno_header #navbarSupportedContent {
    height: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 50;
    background-color: #000;
    transition: 0.6s;
  }
  #syno_header #navbarSupportedContent.show {
    height: calc(100vh);
  }
}
#syno_header #search_form label {
  position: relative;
  display: block;
  width: 100%;
}
#syno_header #search_form input {
  border: 1px solid #fff;
  border-radius: 5px;
  height: 30px;
  background-color: #000;
  outline: 0;
  width: 100%;
  text-indent: 24px;
  color: #fff;
  padding-left: 10px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 13px;
}
#syno_header #search_form input::-webkit-input-placeholder {
  color: #b5b5b5;
  line-height: 26px;
}
#syno_header #search_form input::-moz-placeholder {
  color: #b5b5b5;
}
#syno_header #search_form input:-ms-input-placeholder {
  color: #b5b5b5;
}
#syno_header #search_form input:-moz-placeholder {
  color: #b5b5b5;
}
#syno_header #search_form .search_input_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  background-color: transparent;
  border: none;
  outline: 0;
  cursor: pointer;
}
@media (min-height: 700px) and (max-width: 991px) {
  #syno_header #navbarSupportedContent {
    overflow-y: hidden;
  }
}
#syno_header .header-items {
  padding: 0;
  width: 100%;
  align-items: center;
}
@media (max-width: 991px) and (min-width: 576px) {
  #syno_header .header-items .navbar-nav li div.cates > div,
  #syno_header .header-items .navbar-nav li > a {
    max-width: 540px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #syno_header .header-items .navbar-nav li div.cates > div,
  #syno_header .header-items .navbar-nav li > a {
    max-width: 720px;
  }
}
#footer .footer-social .follow-us,
#footer .footer-social .follow-us dl,
#footer ul {
  margin: 0 auto;
}
#syno_header #menu_link {
  position: absolute;
  right: -15px;
  top: 15px;
  width: 60px;
  height: 50px;
  cursor: pointer;
}
#syno_header #menu_link .line {
  width: 20px;
  height: 2px;
  position: absolute;
  background: #fff;
  right: 15px;
  z-index: 1;
  transition: 0.33s;
}
#syno_header #menu_link .line_top {
  top: 17px;
}
#syno_header #menu_link .line_md {
  top: 24px;
}
#syno_header #menu_link .line_bottom {
  top: 31px;
}
#syno_header #menu_link.open .line_top {
  top: 25px;
  transform: rotate(-45deg);
}
#syno_header #menu_link.open .line_bottom {
  top: 25px;
  transform: rotate(-135deg);
}
#scroll-top {
  display: inline-block;
  cursor: pointer;
  width: 44px;
  height: 44px;
  text-align: center;
  position: fixed;
  bottom: 80px;
  right: 44px;
  z-index: 1;
  opacity: 0;
  transition: 0.33s;
  background-image: url("../img/back-to-top.png");
  background-size: contain;
}
#scroll-top.active {
  opacity: 1;
}
#footer {
  font-size: 13px;
}
#footer ul {
  padding: 0;
}
#footer .footer-copyright-txt {
  display: block;
  vertical-align: middle;
  margin-right: 10px;
}
#footer #footer_menu {
  margin-left: -15px;
  padding: 0;
  display: inline-block;
  margin-right: -15px;
}
#footer #footer_menu li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
#footer #footer_menu li:after {
  content: "|";
  position: absolute;
  display: block;
  right: -5px;
  top: 0;
}
#footer #footer_menu li a {
  display: block;
  padding: 0 15px;
}
@media (max-width: 992px) {
  #footer #footer_menu li {
    margin-top: 5px;
  }
}
#footer .footer-social {
  text-align: left;
}
#footer .footer-social .follow-us,
#footer .footer-social .follow-us dd,
#footer .footer-social .follow-us dt {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
#main.single .label-border,
.article_card .label-border {
  margin-left: -3px;
  margin-right: -3px;
  box-sizing: border-box;
}
#footer .footer-social .follow-us dd {
  margin: 0 -5px 0 10px;
}
#main.single .label-border a,
.article_card .label-border a {
  height: auto;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}
#footer .footer-social .follow-us a {
  text-align: center;
  font-size: 18px;
  padding: 0 5px;
}
#footer .footer-social .follow-us .rss-link {
  font-size: 13px;
  position: relative;
  top: -2px;
  padding-right: 0;
}
.article_card {
  color: #2e3742;
  margin-bottom: 30px;
}
.article_card .trend_img {
  height: 230px;
}
.article_card .link_sec {
  display: block;
  text-decoration: none;
}
.article_card .link_sec .article_title,
.article_card .link_sec .desc {
  transition: color 0.33s;
  color: #2e3742;
}
.article_card .link_sec:hover .desc {
  color: #62727e;
}
.article_card .article_title {
  font-weight: 700;
  display: block;
  font-size: 18px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.article_card .desc,
.article_card_hor .desc {
  text-decoration: none;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article_card .desc {
  display: block;
  height: 120px;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}
.article_card .date {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.article_card .label-border {
  display: block;
}
.article_card .label-border a {
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #d8e1e6;
  color: #2e3742;
  border-radius: 4px;
  line-height: 18px;
  padding: 0 10px;
}
#main.single .label-border a:hover,
.article_card .label-border a:hover {
  background: #e4ecf1;
}
#main.single .label-border a.category,
.article_card .label-border a.category {
  background: #eef3f6;
}
#main.single .label-border a.tag,
.article_card .label-border a.tag {
  background: #fff;
}
.article_card img {
  height: 100%;
  width: auto;
  vertical-align: top;
}
.article_card .section {
  padding-top: 60px;
}
.article_card .article_media_wrap {
  margin-bottom: 25px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 230px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.article_card .article_media_wrap .trend_tag {
  position: absolute;
  left: 0;
  top: 13px;
  background-image: url("../img/trend.png");
  color: #fff;
  font-size: 12px;
  padding: 0 22px 0 21px;
  line-height: 20px;
  z-index: 2;
}
.article_card .article_media_wrap .article_media_cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #eee;
}
.article_card_hor .desc {
  display: block;
  height: 72px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.article_card_hor .author_con .author_left,
.article_card_hor .author_con .author_right {
  float: left;
}
.article_card_hor .author_con .author_right {
  padding: 0 10px;
  position: relative;
  top: 5px;
}
.article_card_hor .author_con .author_cover {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
}
.article_card_hor .author_con .author_name {
  font-weight: 600;
  font-size: 12px;
  color: #2e3742;
}
.article_card_hor .author_con .pub_date {
  font-size: 12px;
}
#banner {
  position: relative;
  color: #fff;
  background-image: url("../img/banner_2023.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 480px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5),
  all and (-o-min-device-pixel-ratio: 3 / 2),
  all and (min--moz-device-pixel-ratio: 1.5),
  all and (min-device-pixel-ratio: 1.5) {
  .view-all {
    background-image: url("../img/read_more@2x.png");
  }
  #scroll-top {
    background-image: url("../img/back-to-top@2x.png");
  }
  #banner {
    background-image: url("../img/banner_2023@2x.jpg");
  }
}
@media (max-width: 1379px) {
  #banner {
    background-size: auto 460px;
    background-position-x: calc(100% + 275px);
  }
}
@media (max-width: 991px) {
  #banner {
    background-position-x: calc(100% + 300px);
  }
}
.home-banner-bg:before {
  z-index: -1;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: none;
  background: #1251ee;
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(0, #1251ee),
    color-stop(100%, #0c38c9)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #1251ee 0,
    #0c38c9 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    #1251ee 0,
    #0c38c9 100%
  );
  background: radial-gradient(ellipse at center, #1251ee 0, #0c38c9 100%);
}
#banner .home_banner_display {
  height: 360px;
  font-size: 36px;
}
#banner .home_banner_table {
  display: table;
  width: 100%;
  height: 100%;
}
#banner .home_banner_table_cel {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
#banner .home_banner_table_cel b {
  color: #f8b832;
}
@media (max-width: 576px) {
  #banner {
    background-image: url("../img/banner_rwd.jpg");
    background-repeat: no-repeat;
  }
  #banner .home_banner_display {
    padding-top: 30px;
  }
  #banner .home_banner_table_cel {
    vertical-align: top;
    font-size: 28px;
    padding-left: 15px;
  }
}
@media all and (max-width: 576px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (max-width: 576px) and (-o-min-device-pixel-ratio: 3 / 2),
  all and (max-width: 576px) and (min--moz-device-pixel-ratio: 1.5),
  all and (max-width: 576px) and (min-device-pixel-ratio: 1.5) {
  #banner {
    background-image: url("../img/banner_rwd@2x.jpg");
  }
}
#main.single .label-border {
  display: inline-block;
}
#main.single .label-border a {
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #d8e1e6;
  color: #2e3742;
  border-radius: 4px;
  line-height: 16px;
  padding: 0 10px;
}
#main.single #feature_cover {
  height: 400px;
  position: relative;
}
#main.single #feature_cover .post_feature_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eee;
}
#main.single #feature_cover .post_feature_cover:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url("../img/mask.png");
  pointer-events: none;
  background-position: bottom;
  background-repeat: no-repeat;
}
#main.single #feature_cover .author_con {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  margin: 30px auto;
  color: #fff;
  font-size: 15px;
  left: 0;
  padding: 0 15px;
}
#main.single #feature_cover .author_con .author_con_max {
  max-width: 656px;
  width: 100%;
  margin: 0 auto;
}
#main.single #feature_cover .author_con .author_con__left,
#main.single #feature_cover .author_con .author_con__right {
  float: right;
}
#main.single #feature_cover .author_con .author_con__left {
  text-align: right;
  margin: 0 10px;
  position: relative;
  top: 5px;
}
#main.single #feature_cover .author_con .author_con__left .author_name {
  font-weight: 600;
}
#main.single #feature_cover .author_con .author_con__left .pub_date,
#main.single #lang_switch {
  font-size: 12px;
}
#main.single #feature_cover .author_con .author_con__right .author_cover {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #eee;
  overflow: hidden;
}
#main.single #post_layout .post_border {
  position: relative;
  box-sizing: border-box;
  border-left: 1px solid rgba(76, 88, 97, 0.15);
  border-right: 1px solid rgba(76, 88, 97, 0.15);
  margin-top: 30px;
  margin-bottom: 30px;
}
#main.single #post_layout .post_fix_width {
  max-width: 696px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#main.single #post_layout .post_title h1 {
  font-size: 30px;
  font-weight: 700;
  color: #2e3742;
  line-height: 40px;
  margin-bottom: 20px;
}
#main.single #post_layout .post_content {
  font-size: 18px;
  color: #2e3742;
  padding-bottom: 75px;
}
#main.single #post_layout .post_content h1,
#main.single #post_layout .post_content h2,
#main.single #post_layout .post_content h3,
#main.single #post_layout .post_content h4,
#main.single #post_layout .post_content h5,
#main.single #post_layout .post_content h6 {
  color: #2e3742;
  font-weight: 600;
  margin: 1em 0;
}
#main.single #post_layout .post_content p {
  color: #2e3742;
  line-height: 30px;
  margin-bottom: 10px;
}
#main.single #post_layout .post_content .wp-video {
  max-width: 100%;
}
#main.single #post_layout .post_content .wp-video video,
#main.single #post_layout .post_content img {
  max-width: 100%;
  height: auto;
}
#main.single #post_layout .post_content dl {
  margin: 20px auto;
}
#main.single #post_layout .post_content ol,
#main.single #post_layout .post_content ul {
  margin: 20px auto;
  padding-left: 20px;
}
#main.single #post_layout .post_content a {
  color: #0067e6;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  -ms-word-wrap: break-word;
  word-break: break-word;
}
#main.single #post_layout .post_content a:hover {
  text-decoration: underline;
}
#main.single #post_layout .post_content table {
  margin: 1em auto;
}
#main.single #post_layout .post_content .o-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  display: block;
}
#main.single #post_layout .post_content .o-embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#main.single #post_layout .post_content iframe {
  border: none;
}
#main.single .related_wrap_title {
  margin-top: 50px;
}
#main.single #related_wrap {
  overflow-x: hidden;
}
#main.single #share_icons {
  position: static;
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}
#main.single #share_icons ul {
  margin: 30px auto 0;
  padding: 0;
}
#main.single #share_icons ul li {
  display: inline-block;
  vertical-align: top;
}
#main.single #share_icons ul li a {
  color: #b4c0ca;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #d6dee4;
  display: block;
  border-radius: 100%;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#main.single .container-related_wrap_outer {
  overflow: hidden;
}
#main.single .container-related_wrap .slick-slider {
  width: calc(100% + 35px);
}
#main.single .container-related_wrap .slick-slider .slick-slide {
  padding-right: 35px;
}
@media (max-width: 991px) {
  #footer .footer-social {
    margin-top: 10px;
    padding-top: 10px;
  }
  #banner {
    background-position-x: calc(100% + 530px);
  }
  #main.single .container-related_wrap {
    max-width: inherit;
    padding-right: 0;
  }
  #main.single .container-related_wrap .article_card {
    margin-bottom: 0;
  }
  #main.single .container-related_wrap .article_card .desc-silder-768 {
    display: block;
  }
  #main.single .container-related_wrap .article_card .desc {
    display: none;
  }
  #main.single .container-related_wrap .article_card .date {
    margin-top: 45px;
  }
  #main.single .container-related_wrap .slick-slider .slick-slide {
    position: relative;
  }
  #main.single .container-related_wrap.left_offset {
    padding-right: 0;
  }
  .slick-slider .slick-slide {
    width: 80vw;
    max-width: 385px;
  }
}
@media (max-width: 567px) {
  #main.single .container-related_wrap .article_card .desc-silder-768 {
    display: none;
  }
  #main.single .container-related_wrap .article_card .desc-silder-568 {
    display: block;
  }
}
@media (max-width: 487px) {
  #main.single .container-related_wrap .article_card .article_media_wrap {
    height: 180px;
  }
}
#main.single .tag_and_switch {
  display: flex;
}
#main.single .tag_and_switch .post_tags {
  flex-grow: 1;
  line-height: 0;
}
#main.single #lang_switch a {
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0;
  color: #aeb5bb;
}
#main.single #lang_switch a:hover {
  color: #939ba0;
  transition: color 0.33s;
}
#main.single #lang_switch a.active {
  color: #2e3742;
  pointer-events: none;
  text-decoration: underline;
}
#main.single #lang_switch span {
  padding: 0 4px;
}
#main.single .lang_content {
  opacity: 0;
  position: relative;
  z-index: 1;
  float: left;
  margin-right: -100%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
#main.single .lang_content.active {
  opacity: 1;
  height: auto;
  z-index: 4;
  float: none;
  margin-right: 0;
}
#main.single .syno_gray_box {
  background-color: #f6f6f6;
  padding: 26px 35px;
  margin: 26px 0;
  border-radius: 4px;
}
#main.single blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25px;
  border-left: 3px solid #e4e6e7;
  font-size: 16px;
}
.slick-slider {
  margin-top: 16px;
}
.slick-slider .slick-arrow {
  position: absolute;
  z-index: 5;
  padding: 0;
  border: none;
  outline: 0;
  overflow: hidden;
  top: 0;
  background-color: transparent;
  width: 30px;
}
.slick-slider .slick-arrow > span.blue_arrow {
  display: block;
  cursor: pointer;
  background-color: #0067e6;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  border-radius: 0 9px 9px 0;
  width: 20px;
  height: 230px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.slick-slider .slick-arrow > span.white_bg {
  display: block;
  background-color: #fff;
  background-position: center;
  width: 8px;
  height: 230px;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 35px;
}
.slick-slider .slick-arrow:after {
  content: " ";
}
#read_progress_bar {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  transition: 0.3s;
  z-index: 10;
  width: 100%;
  height: 0;
  background-color: #e8eef2;
  border-bottom: none;
}
#read_progress_bar.show {
  height: 3px;
}
#read_progress_bar .title {
  font-size: 1.125rem;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2e3742;
}
#read_progress_bar .title span {
  color: #0547f1;
  font-weight: 600;
  padding-right: 10px;
}
#read_progress_bar .line-scroll {
  background-color: #0547f1;
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 10;
}
#read_progress_bar .navbar-brand .brand_subsite_name {
  color: #0b0e17;
}
@media (min-width: 992px) {
  #main.single #share_icons ul li,
  #syno_header #syno-dropdown-cate-pc {
    display: block;
  }
  #syno_header .search_form_outer > .container {
    padding: 0;
  }
  #syno_header #search_form {
    max-width: 220px;
  }
  #syno_header #search_form .search_input_icon {
    background-image: url(../img/icon_search_white.png);
  }
  #syno_header #menu_link {
    display: none;
  }
  #main.single #share_icons {
    position: absolute;
    width: 55px;
    left: -27.5px;
    padding: 0;
    text-align: center;
    transition: transform 0.33s;
  }
  #main.single #share_icons.fixed {
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: calc((-1000px / 2) + -27px);
  }
  #main.single #share_icons ul li a {
    margin: 0 auto 10px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
  }
  .slick-slider .slick-arrow {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .slick-slider .slick-arrow.show {
    opacity: 1;
  }
  #read_progress_bar {
    background-color: #fff;
    height: 0;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    min-height: 0;
  }
  #read_progress_bar .title {
    display: block;
    text-align: center;
  }
  #read_progress_bar .line-scroll {
    height: 2px;
    bottom: 0;
  }
  #read_progress_bar.show {
    padding: 5px 0;
    min-height: 80px;
    max-height: 150px;
  }
  #read_progress_bar:after {
    content: " ";
    width: 100%;
    bottom: 0;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #b4c0ca;
    z-index: 5;
  }
  #read_progress_bar .navbar-brand {
    display: block;
    position: absolute;
    margin-left: 30px;
    padding-top: 10px;
  }
}
#main,
.section {
  padding-bottom: 50px;
}
@media (min-width: 1030px) {
  .container {
    max-width: 1030px;
  }
}
#main {
  flex-grow: 1;
}
@media (max-width: 991px) {
  #syno_header .header-items {
    flex-flow: column-reverse;
  }
  #syno_header .header-items > * {
    width: 100%;
  }
  #syno_header .header-items .navbar-nav li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #syno_header .header-items .navbar-nav li div.cates > div,
  #syno_header .header-items .navbar-nav li > a {
    margin: 0 auto !important;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #syno_header .header-items .collapse-cate-smt {
    border-radius: 0;
    background-color: #0447ee;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  #syno_header .header-items .collapse-cate-smt a {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #3a72ff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #syno_header .header-items .collapse-cate-smt div > div:last-child a {
    border-bottom: none;
  }
  #main.single .pre_content #share_icons ul,
  #syno_header .header-items .collapse-cate-smt span {
    margin-top: 0;
  }
  #syno_header .dropdown-toggle {
    position: relative;
  }
  #syno_header .dropdown-toggle:after {
    position: absolute;
    top: 24px;
    right: 20px;
    background-image: url(../img/mobile_arrow@2x.png);
    width: 11px;
    height: 7px;
    background-size: cover;
    border: none;
    transform: rotate(0);
    transition: 0.33s;
  }
  #syno_header .dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
  }
  body.is-mobile-menu {
    overflow: hidden !important;
    height: 100% !important;
  }
  #banner,
  body:not(.home) #main {
    margin-top: 80px;
  }
  #main.single .pre_content .tag_and_switch {
    flex-grow: 1;
    width: 100%;
    flex-flow: column-reverse;
    margin-top: 24px;
  }
  #main.single .pre_content .tag_and_switch.have_switch {
    margin-top: -44px;
  }
  #main.single .pre_content #share_icons ul li a {
    border: none;
    width: inherit;
    height: inherit;
    line-height: inherit;
    margin: 0 7px;
  }
  #main.single .pre_content #share_icons ul li a.twitter-share {
    margin-right: 0;
  }
  #main.single .pre_content #lang_switch {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #read_progress_bar {
    top: 80px;
    transition: 0.6s;
  }
  #read_progress_bar .line-scroll {
    top: 0;
  }
}
.display_title {
  margin-bottom: 20px;
  font-size: 30px;
  color: #2e3742;
  line-height: 50px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #footer .footer-social {
    text-align: right;
  }
  .article_card {
    margin-bottom: 50px;
  }
  .article_card_hor .article_media_wrap {
    margin-bottom: 0;
  }
  .display_title {
    font-size: 36px;
  }
}
.section {
  padding-top: 50px;
}
.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-block;
  vertical-align: top;
  color: #96a4af;
  background-color: transparent;
  border: none;
  margin: 0 3px;
  padding: 5px;
}
#return_to_top {
  width: 56px;
  height: 56px;
  background-image: url("../img/up.png");
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border: 1px solid #dae3e7;
  background-color: #fff;
  border-radius: 56px;
  opacity: 0;
  z-index: 50;
  transition: background-color 0.3s, opacity 0.5s;
  background-size: 21px;
  cursor: pointer;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5),
  all and (-o-min-device-pixel-ratio: 3 / 2),
  all and (min--moz-device-pixel-ratio: 1.5),
  all and (min-device-pixel-ratio: 1.5) {
  .slick-slider .slick-arrow > span.blue_arrow {
    background-image: url("../img/arrow@2x.png");
  }
  #return_to_top {
    background-image: url("../img/up@2x.png");
  }
}
#return_to_top:hover {
  background-color: #f5f8fa;
}
.alert-primary {
  color: #2e3742;
  background-color: #eee;
  border: 1px solid #efefef;
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
