@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 h1 {
  display: inline-block;
  margin: 0;
  font-size: 1rem;
}
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;
}
.last24 {
  width: 400px;
  float: right;
}
@media screen and (max-width: 1216px) {
  .last24 {
    width: 33.5%;
  }
}
@media screen and (max-width: 767px) {
  .last24 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .last24 {
    padding: 0 10px;
  }
}
.last24 ul,
.last24 li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .last24 li:nth-child(5) a {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .last24 li:last-child,
  .last24 li:nth-child(5) a {
    display: block;
  }
}
@media screen and (max-width: 1016px) {
  .last24 li.big {
    padding: 0;
  }
}
.last24 li:last-child a {
  border: none;
}
.last24 a {
  display: block;
  position: relative;
  border-bottom: 1px dotted #999;
  min-height: 64px;
}
@media screen and (max-width: 1216px) {
  .last24 a {
    min-height: 58px;
  }
}
@media screen and (max-width: 1016px) {
  .last24 a {
    min-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .last24 a {
    padding: 0;
    min-height: auto;
  }
}
.last24 a b img {
  max-width: 100%;
  width: auto;
}
.last24 h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
  color: #333;
  padding: 10px;
}
.last24 h3:hover {
  color: #09f;
}
@media screen and (max-width: 1016px) {
  .last24 h3 {
    font-size: 14px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .last24 h3 {
    font-size: 18px;
    white-space: normal;
    word-break: normal;
  }
}
.last24 .topic {
  background-color: #09f;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 15px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
main.wrapper {
  margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  main.wrapper {
    margin-top: 0;
  }
}
main.wrapper .container:first-child {
  margin-bottom: 1.5rem;
}
main.wrapper .container:last-child {
  position: relative;
}
main.wrapper > .container > div {
  float: left;
}
.carousel {
  width: 100%;
  height: 46.66667%;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .carousel {
    width: 62.5%;
  }
}
@media screen and (min-width: 1200px) {
  .carousel {
    width: auto;
  }
}
.carousel.slick-slider {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .carousel.slick-slider {
    margin-bottom: 0;
  }
}
.carousel > div {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .carousel > div {
    width: 750px;
  }
}
.carousel a {
  display: block;
  color: #fff;
}
.carousel img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .carousel img {
    max-height: 500px;
  }
}
.carousel .overlay {
  position: absolute;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 0.5rem;
  background: rgba(0,0,0,0.65);
}
.carousel h2 {
  font-size: 0.9rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .carousel h2 {
    font-size: 1.5rem;
  }
}
.carousel .slick-dots {
  display: none;
}
@media screen and (min-width: 1024px) {
  .carousel .slick-dots {
    position: absolute;
    bottom: 0;
    margin: 0 0 0.5rem;
    text-align: right;
  }
}
.carousel .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}
.carousel .slick-dots button {
  width: 100%;
  height: 100%;
  border-radius: 50rem;
  background: #f8f8f8;
}
.carousel .slick-dots li.slick-active button {
  background: #09f;
}
.carousel .slick-dots button::before {
  content: "";
}
.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;
}
#latest {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #latest {
    width: calc(96% - 300px);
  }
}
@media screen and (min-width: 1200px) {
  #latest {
    width: 43.5rem;
    margin-right: 0.6rem;
  }
}
#latest section {
  position: relative;
  margin: 1.5rem 0;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  #latest section {
    height: 12rem;
  }
}
#latest section > * {
  float: left;
}
#latest section > a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #latest section > a {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  #latest section > a {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  #latest section > a {
    width: 18rem;
  }
}
#latest section img {
  display: block;
  width: 100%;
}
#latest section > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2%;
}
@media screen and (min-width: 768px) {
  #latest section > div {
    width: 60%;
    padding: 0.25rem 0.5rem 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  #latest section > div {
    width: 68%;
  }
}
@media screen and (min-width: 1200px) {
  #latest section > div {
    width: 25.5rem;
    height: 100%;
    padding: 0.75rem;
  }
}
#latest section h4 {
  margin: 0 0 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  #latest section h4 {
    margin: 0;
  }
}
#latest section h4 a {
  color: #444;
}
#latest section h4 a:hover {
  text-decoration: underline;
}
#latest section p,
#latest section .details {
  color: #999;
}
#latest section p {
  display: none;
}
@media screen and (min-width: 768px) {
  #latest section p {
    display: block;
    position: relative;
    margin: 0.5rem 0;
    font-size: 0.8rem;
    line-height: 1.7em;
    height: 5.1em;
    overflow: hidden;
  }
  #latest section p::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5rem;
    height: 1.7em;
    background: -webkit-gradient(linear, left top, right top, from(rgba(248,248,248,0.1)), to(#f8f8f8));
    background: linear-gradient(to right, rgba(248,248,248,0.1), #f8f8f8);
  }
}
@media screen and (min-width: 1024px) {
  #latest section p {
    margin: 0.25rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #latest section p {
    margin: 0.5rem 0;
  }
}
#latest section .details {
  font-size: 0.7rem;
  position: absolute;
  bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #latest section .details {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  #latest section .details {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  #latest section .details {
    position: absolute;
    bottom: 1rem;
  }
}
#latest section .author {
  margin-right: 1rem;
  color: #999;
}
#latest section .author:hover {
  color: #09f;
}
#latest .more {
  display: block;
  margin-top: 2.5rem;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.9rem;
  color: #666;
  background: #eee;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #latest .more {
    margin-top: 2rem;
  }
}
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;
}
@media screen and (min-width: 1024px) {
  aside {
    padding-top: 2.6rem;
  }
}
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;
}
.slick-slide {
  position: relative;
}
.slick-prev,
.slick-next {
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.slick-prev:before,
.slick-next:before {
  color: rgba(255,255,255,0.8);
  font-size: 40px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\4f";
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\50";
}
