body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body,
html {
  min-height: 100%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
body {
  background: #ecedee;
  -webkit-text-size-adjust: none;
  font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "微軟正黑體",
    "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑体", "微軟雅黑體", "黑体",
    "黑體", Meiryo, "Helvetica Neue", Helvetica, "Lucida Grande", Arial,
    "WenQuanYi Micro Hei", sans-serif;
  line-height: 1.7;
}
a {
  text-decoration: none;
  hlbr: expression(this.onFocus=this.blur());
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
img {
  border-style: none;
}
img[usemap],
map area {
  outline: 0;
}
#browser-update.update-show,
iframe {
  display: block;
}
ol,
ul {
  margin: 14px 0;
  padding: 0 0 0 40px;
}
p {
  margin: 14px 0;
}
input,
select {
  vertical-align: middle;
}
#browser-update {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  background-color: #119cbb;
  text-align: center;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  display: none;
  cursor: pointer;
  z-index: 99;
}
#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;
}
@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;
}
.shareBar {
  position: relative;
  margin: 35px 0;
}
.shareBar__main {
  position: relative;
  background-color: #fff;
}
@media (max-width: 749px) {
  .shareBar {
    margin: 10px 0 20px;
  }
  .shareBar__main {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .shareBar--active .shareBar__main {
    display: block;
  }
}
.shareBar__main:after {
  content: "";
  clear: both;
  display: block;
}
.shareBar__main .set_font_size {
  top: 0;
  right: 0;
}
.shareBar__main--bar {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shareBar__main--bar li {
  position: relative;
  float: left;
  margin-right: 10px;
  color: #fff;
  line-height: 35px;
}
.shareBar__main--bar li:hover {
  top: -1px;
}
.shareBar__main--bar li:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 20px;
  margin: 0;
  font-size: 20px;
  line-height: 35px;
  pointer-events: none;
}
.shareBar__main--bar li a {
  display: block;
  padding: 0 18px 0 48px;
  height: 35px;
  font-size: 13px;
  line-height: 35px;
  color: #fff !important;
  font-family: Helvetica, Arial, "LiHei Pro", "新細明體", PMingLiU, "新宋体",
    NSimSun, "Apple LiGothic Medium", Geneva, sans-serif;
  text-decoration: none !important;
}
.shareBar__main--bar li.fb {
  background-color: #3b5998;
}
.shareBar__main--bar li.fb:before {
  content: "\45";
}
@media (max-width: 749px) {
  .shareBar__main--bar li {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
  }
  .shareBar__main--bar li:before {
    position: relative;
    left: auto;
    margin: 0 auto;
    font-size: 25px;
    line-height: 40px;
  }
  .shareBar__main--bar li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    opacity: 0;
  }
  .shareBar__main--bar li.fb {
    display: none;
  }
}
.shareBar__main--bar li.gp {
  background-color: #dd4b39;
}
.shareBar__main--bar li.gp:before {
  content: "\58";
}
.shareBar__main--bar li.line {
  background-color: #4ecd00;
}
.shareBar__main--bar li.line:before {
  content: "\59";
}
@media (max-width: 320px) {
  .shareBar__main--bar li.line {
    display: block;
  }
}
.shareBar__main--bar li.discuss {
  background-color: #999;
}
.shareBar__main--bar li.discuss:before {
  content: "\56";
}
.shareBar__main--bar li.print {
  background-color: #999;
}
.shareBar__main--bar li.print:before {
  content: "\57";
}
.shareBar__main--bar li.save iframe {
  width: 115px;
  height: 35px;
  border: none;
  padding: 0;
  margin: 0;
}
@media print {
  .shareBar__main--bar {
    display: none;
  }
}
.shareBar__info {
  display: flex;
  margin: 25px 0 40px;
  height: 30px;
}
.shareBar__info > iframe {
  float: left;
}
.shareBar__info ul {
  float: left;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  line-height: 0;
}
@media (max-width: 749px) {
  .shareBar__main--bar li.print {
    display: none;
  }
  .shareBar__main--bar li.save iframe {
    width: 40px;
    height: 40px;
  }
  .shareBar__info {
    flex-direction: column-reverse;
    margin: 0;
    padding-top: 40px;
    height: auto;
  }
  .shareBar__info ul {
    padding: 12px 0 13px;
    height: 40px;
    box-sizing: border-box;
  }
  .shareBar__info li:last-child {
    display: none;
  }
}
.shareBar__info li {
  margin: 0;
  padding: 0 10px 0 0;
  float: left;
}
.shareBar__info .shareBar__info--author {
  float: left;
  margin: 0 20px 0 0;
  padding: 6px 0;
  color: #8d8d8d;
  font-size: 13px;
  font-family: Helvetica, Arial, "LiHei Pro", "新細明體", PMingLiU, "新宋体",
    NSimSun, "Apple LiGothic Medium", Geneva, sans-serif;
  font-weight: 400;
}
.shareBar__info .shareBar__info--author span {
  margin-right: 10px;
}
.shareBar__info .shareBar__info--push {
  display: inline-flex;
  flex-direction: row-reverse;
  position: relative;
}
.shareBar__info .linelike {
  display: none;
  padding: 0;
}
@media (max-width: 749px) {
  .shareBar__info .shareBar__info--author {
    font-size: 14px;
  }
  .shareBar__info .shareBar__info--push {
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 1;
  }
  .shareBar--active .shareBar__info .shareBar__info--push {
    display: none;
  }
  .shareBar__info .linelike {
    display: inline-block;
  }
}
@media (max-width: 320px) {
  .shareBar__info .linelike {
    display: none;
  }
}
.shareBar__info .linelike a {
  min-width: 89px;
  position: relative;
  height: 20px;
  padding: 0 5px 0 2px;
  margin: 0;
  background-color: #00b900;
  color: #fff !important;
  font-size: 0;
  line-height: 20px;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-width: 0;
  box-shadow: none;
  outline: 0;
}
.shareBar__info .linelike a:before {
  font-family: fontello;
  font-style: normal;
  content: "\59";
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.shareBar__info .linelike span {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 400;
}
#shareBar--close,
#shareBar--open {
  display: none;
}
@media (max-width: 749px) {
  #shareBar--close,
  #shareBar--open {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    text-align: center;
  }
  #shareBar--close a,
  #shareBar--open a {
    display: block;
    text-decoration: none !important;
    opacity: 1;
  }
  #shareBar--close a:before,
  #shareBar--open a:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    content: ",";
    font-size: 25px;
    line-height: 40px;
    color: #666;
  }
  #shareBar--close a:hover,
  #shareBar--open a:hover {
    text-decoration: none;
  }
}
#shareBar--open a {
  transform: rotate(45deg) scale(0.9);
  -webkit-transform: rotate(45deg) scale(0.9);
  -moz-transform: rotate(45deg) scale(0.9);
  -o-transform: rotate(45deg) scale(0.9);
  -ms-transform: rotate(45deg) scale(0.9);
}
.story_bar {
  display: inline-block;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 20px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}
.story_bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.story_bar li {
  position: relative;
  float: left;
  margin-right: 10px;
  color: #fff;
}
.story_bar li:hover {
  top: -1px;
}
.story_bar li:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 20px;
  margin: 0;
  font-size: 20px;
  line-height: 40px;
  pointer-events: none;
}
.story_bar li a {
  display: block;
  padding: 0 18px 0 48px;
  height: 35px;
  font-size: 12px;
  line-height: 39px;
  color: #fff !important;
  font-family: Helvetica, Arial, "LiHei Pro", "新細明體", PMingLiU, "新宋体",
    NSimSun, "Apple LiGothic Medium", Geneva, sans-serif;
  text-decoration: none !important;
}
.story_bar li.fb {
  background-color: #3b5998;
}
.story_bar li.fb:before {
  content: "\45";
}
.story_bar li.gp {
  background-color: #dd4b39;
}
.story_bar li.gp:before {
  content: "\58";
}
.story_bar li.line {
  background-color: #4ecd00;
}
.story_bar li.line.only_mobile {
  display: none;
}
.story_bar li.line:before {
  content: "\59";
}
.story_bar li.discuss {
  background-color: #999;
}
.story_bar li.discuss:before {
  content: "\56";
}
.story_bar li.print {
  background-color: #999;
}
.story_bar li.print:before {
  content: "\57";
}
.story_bar li.save iframe {
  width: 115px;
  height: 37px;
}
@media (max-width: 767px) {
  .story_bar {
    margin: 0;
    padding: 0 10px 20px;
  }
  .story_bar li {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
  }
  .story_bar li:before {
    position: relative;
    left: auto;
    margin: 0 auto;
    font-size: 25px;
    line-height: 40px;
  }
  .story_bar li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    opacity: 0;
  }
  .story_bar li.line.only_mobile {
    display: block;
  }
  .story_bar li.print {
    display: none;
  }
  .story_bar li.save iframe {
    width: 40px;
    height: 40px;
  }
  .set_font_size.only_web {
    display: none;
  }
}
@media print {
  .story_bar {
    display: none;
  }
}
.set_font_size {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
}
.set_font_size a {
  text-decoration: none !important;
  display: block;
  padding: 0 6px 0 8px;
  margin: 1px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  height: 32px;
  color: #666 !important;
  float: left;
}
.set_font_size a:last-child {
  border-left: 1px solid #b9b9b9;
  padding: 0 6px;
}
.set_font_size a:hover {
  background-color: #f5f5f5;
  color: #000;
  text-decoration: none;
}
#wrapper {
  position: relative;
  margin: auto;
  background: #fff;
  width: 1000px;
  overflow: hidden;
}
.index #wrapper {
  padding: 20px 20px 30px;
  margin: 20px auto 0;
  overflow: initial;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .shareBar__info .shareBar__info--author {
    float: none;
  }
  #wrapper {
    width: auto;
  }
  .index #wrapper {
    padding: 20px 10px 30px;
  }
}
.news_story #wrapper {
  overflow: initial;
  display: flex;
  justify-content: space-between;
}
.photos_index #wrapper {
  width: 960px;
  padding: 10px 20px 30px;
}
.sponsor #wrapper {
  background: #000 !important;
}
.icon_v {
  width: 46px;
  height: 46px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}
.icon_v:before {
  display: inline-block;
  content: "\3e";
  color: #fff;
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  vertical-align: middle;
  opacity: 0.6;
}
#tabs {
  position: relative;
  width: 1000px;
  margin: auto;
}
dl.tabs {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 37px;
  background-color: #333;
}
dl.tabs dt {
  display: inline-block;
  margin-left: -4px;
}
dl.tabs dt a {
  display: inline-block;
  padding: 0 15px;
  height: 37px;
  color: #fff;
  font-size: 16px;
  line-height: 37px;
  font-weight: 700;
  text-decoration: none;
  word-break: keep-all;
  letter-spacing: 2px;
  text-align: center;
  border-right: 1px solid #58595d;
}
@media (max-width: 1023px) {
  .photos_index #wrapper {
    float: none;
    position: relative;
    right: auto;
    top: auto;
    padding: 0 10px;
    width: auto;
    text-align: left;
  }
  .live #wrapper {
    padding: 0;
  }
  #tabs {
    float: none;
    width: auto;
  }
  #tabs_body {
    width: 100%;
  }
  dl.tabs {
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  dl.tabs dt {
    height: 37px;
    overflow: hidden;
  }
  #tabs_btn_1,
  .index dl.tabs dt a,
  .video dl.tabs dt a {
    letter-spacing: 1px;
    box-sizing: border-box;
  }
}
dl.tabs dt a:hover,
dl.tabs dt.active a {
  color: #000;
  background-color: #fff;
}
#tabs_btn_1 {
  width: 169px;
}
.tabs_wrapper {
  position: relative;
  padding: 30px 40px 45px;
  min-height: 100px;
  background: url(https://tw-nba.udn.com/img/tabs_wrapper.jpg) left bottom
    no-repeat #252525;
}
.tabs_wrapper .owl-carousel {
  min-height: 100px;
}
.box {
  overflow: hidden;
  padding: 0 0 30px;
}
.box-title {
  color: #0066bc;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
}
.box-title .more {
  position: relative;
  top: -4px;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 700;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑体",
    "微軟雅黑體", "黑体", "黑體", "Microsoft JhengHei UI", "Microsoft JhengHei",
    "微軟正黑體", Meiryo, "Helvetica Neue", Helvetica, "Lucida Grande", Arial,
    "WenQuanYi Micro Hei", sans-serif;
  background: url(https://tw-nba.udn.com/img/sprite.png) -1150px -364px
    no-repeat;
}
.box_body {
  overflow: hidden;
}
.panel .box_body {
  border-top: none;
}
#news_list {
  position: relative;
}
#news_list_body h3 {
  margin-left: 190px;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  text-align: justify;
}
#news_list_body b {
  display: block;
  margin-left: 190px;
  padding: 5px 0 0;
  color: #777;
  font-size: 13px;
  font-weight: 400;
}
#news_list_body p {
  margin: 15px 0 0 190px;
  padding: 0;
}
#news_list_body dt:hover {
  background-color: #e6e6e6 !important;
}
#news_list_body dt:nth-child(odd) {
  background-color: #fff;
}
#news_list_body dt:nth-child(even) {
  background-color: #f5f5f5;
}
#news_list_body dt:last-child a {
  border-bottom: none;
}
#news_list_body dt a {
  position: relative;
  display: block;
  border-bottom: 1px dotted #bfbfbf;
  padding: 15px;
  font-size: 15px;
  color: #777;
  text-decoration: none;
  overflow: hidden;
  line-height: 1.6;
  transition: 0.5s;
}
#news_list_body dt a:after {
  content: "";
  clear: both;
  display: block;
}
#news_list_body .img-boxs {
  display: block;
  position: relative;
  float: left;
  width: 180px;
  height: 120px;
  overflow: hidden;
}
#news_list_body .img-boxs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 120px;
  border-style: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  aspect-ratio: 3/2;
  display: block;
}
.no-object-fit #news_list_body .img-boxs img {
  height: auto;
  clip: rect(0 180px 120px 0);
}
@media (max-width: 768px) {
  #news_list_body b,
  #news_list_body h3 {
    margin-left: 130px;
  }
  #news_list_body .img-boxs,
  #news_list_body .img-boxs img {
    width: 120px;
    height: 80px;
  }
  .no-object-fit #news_list_body .img-boxs img {
    clip: rect(0 120px 80px 0);
  }
}
#mainbar {
  position: relative;
  width: 640px;
  padding: 0 0 0 20px;
  float: left;
}
.index #mainbar {
  width: 640px;
  padding: 0;
}
@media (max-width: 1023px) {
  .tabs_wrapper {
    min-height: 80px;
  }
  #news_list_body p {
    display: none;
  }
  #mainbar {
    float: none;
    width: auto;
    margin-bottom: 0;
    padding: 0 10px 20px;
  }
  .index #mainbar {
    width: 100%;
  }
}
.photos_index #mainbar {
  width: 640px;
  padding: 0;
}
@media (max-width: 1023px) {
  .photos_index #mainbar {
    width: auto;
  }
}
.single #mainbar {
  box-sizing: border-box;
  float: left;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.sponsor #mainbar {
  display: none;
}
.list_toggle {
  position: absolute;
  top: 5px;
  right: 0;
  border: 1px solid #1a477b;
}
.photos_index .list_toggle {
  top: 35px;
  right: 20px;
}
.list_toggle a {
  display: inline-block;
  float: left;
  padding: 3px 15px 2px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  border: 1px solid #1a477b;
  background-color: #1a477b;
}
.list_toggle a.active,
.list_toggle a:hover {
  background-color: #2a6cb6;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1023px) {
  .photos_index .list_toggle {
    top: 25px;
  }
  #afteralbum {
    height: 150px;
  }
}
.photo_pop {
  position: absolute;
  top: 5px;
  left: 5px;
}
.photo_pop ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.photo_pop a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  list-style: none;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  text-decoration: none;
}
.photo_pop a:before {
  display: inline-block;
  width: 50px;
  color: rgba(255, 255, 255, 0.4);
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 50px;
  vertical-align: middle;
}
.photo_pop .facebook a:before {
  content: "\49";
}
.photo_pop .pinterest,
.photo_pop .twitter {
  display: none;
}
.photo_pop_icon {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(https://tw-nba.udn.com/img/sprite.png) -1494px -347px
    no-repeat #fff;
  overflow: hidden;
  opacity: 0.3;
}
.photos_index .photo_pop_icon,
.player .photo_pop_icon {
  top: 5px;
  left: 5px;
}
@media (max-width: 1023px) {
  #afteralbum {
    height: 290px;
  }
}
@media (max-width: 768px) {
  #afteralbum {
    height: 305px;
  }
}
@media (max-width: 640px) {
  #afteralbum {
    width: 480px;
    height: 290px;
    margin: auto;
  }
}
@media (max-width: 511px) {
  #afteralbum {
    width: 100%;
    height: 430px;
  }
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/colorbox/overlay.png);
  opacity: 0.9;
}
#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  background: #fff;
  overflow: hidden;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 28px;
}
#cboxTitle {
  margin: 0;
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: 0 0;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff;
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox {
  outline: 0;
  z-index: 99999;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) -101px 0 no-repeat;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) -130px 0 no-repeat;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) -101px -29px no-repeat;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) -130px -29px no-repeat;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../img/colorbox/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../img/colorbox/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../img/colorbox/border.png) repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../img/colorbox/border.png) 0 -29px repeat-x;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(../img/colorbox/loading_background.png) center center
    no-repeat;
}
#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) center center no-repeat;
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/colorbox/controls.png) -75px 0 no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../img/colorbox/controls.png) -50px 0 no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  border: 0;
  top: 0;
  right: 0;
  background: url(https://s.udn.com.tw/static/img/close-button.png);
  width: 60px;
  height: 60px;
  text-indent: -9999px;
}
#header {
  background-color: #1a477b;
}
#header_body {
  position: relative;
  margin: auto;
  max-width: 1000px;
  height: 90px;
}
.udn_logo {
  display: inline-block;
  position: relative;
  padding: 25px 0 0;
  height: 1em;
  vertical-align: top;
  line-height: 0;
  box-sizing: border-box;
}
.udn_logo img {
  display: block;
}
.udn_logo a {
  float: left;
  overflow: hidden;
  display: inline-block;
}
.udn_logo a:first-of-type img {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  #header_body {
    width: 100%;
    height: 70px;
  }
  .udn_logo a:first-of-type img {
    width: 38px;
    height: 38px;
  }
}
.udn_logo a:last-of-type img {
  width: 86px;
  height: 50px;
  margin: 0 0 0 12px;
  box-sizing: border-box;
  display: block;
}
#header_family_udn {
  display: none;
  position: absolute;
  top: 24px;
  right: -2px;
  padding: 46px 0 0;
  width: 48px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  background: url(https://tw-nba.udn.com/img/sprite.png) -1552px -252px
    no-repeat;
}
@media (max-width: 1023px) {
  .udn_logo {
    margin: 0 0 0 10px;
  }
  #header_family_udn {
    position: fixed;
    top: auto;
    bottom: 5px;
    right: 10px;
    padding: 0 0 0 35px;
    width: auto;
    height: 30px;
    color: #939393;
    font-size: 15px;
    line-height: 30px;
    z-index: 9001;
    background-position: -1661px -411px;
  }
}
#header_ad {
  position: absolute;
  right: 0;
  top: 26px;
}
#header_family {
  position: absolute;
  top: -36px;
  right: 0;
  padding: 5px 170px 5px 5px;
  font-size: 13px;
}
#header_family > a {
  float: left;
  position: relative;
  margin: 0 0 0 10px;
  padding: 3px 0 3px 25px;
  height: 26px;
  box-sizing: border-box;
  color: #bee4ff;
  text-align: center;
}
#header_family > a#facebook:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\45";
  color: #fff;
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background-color: #3f67be;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  #header_family {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    padding: 6px 0;
    width: 100%;
    height: 40px;
    z-index: 9000;
    background-color: #000;
    box-sizing: border-box;
  }
  #header_family > a {
    display: block;
    float: left;
    padding: 0;
    width: 28px;
    height: 28px;
    overflow: hidden;
  }
  #header_family > a#facebook:before {
    top: 0;
    width: 28px;
    height: 28px;
    font-size: 23px;
    line-height: 28px;
  }
}
#header_family > a#line:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\59";
  color: #fff;
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background-color: #00b900;
  border-radius: 2px;
}
#header_family > a#leaguepass {
  margin: 0 5px 0 0;
  padding: 0;
  width: 95px;
  box-sizing: content-box;
  text-indent: -9999px;
  background-image: url(../img/nbaleaguepass.png);
  background-position: left center;
  background-size: cover;
}
@media (max-width: 1023px) {
  #header_family > a#line:before {
    top: 0;
    width: 28px;
    height: 28px;
    font-size: 23px;
    line-height: 28px;
  }
  #header_family > a#leaguepass {
    display: none !important;
  }
}
#header_family > a#nbastore,
#header_menu_btn {
  display: none;
}
.search_bar {
  position: absolute;
  right: 0;
  top: 24px;
  font-size: 26px;
  width: 79px;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
@media (max-width: 768px) {
  .udn_logo a:last-of-type img {
    width: 65px;
    height: 38px;
    margin: 0 0 0 10px;
  }
  .search_bar {
    top: 14px;
  }
}
#search_submit:hover,
#search_toggle:hover {
  background-position: -160px -260px;
}
#search_toggle {
  width: 37px;
  height: 45px;
  display: block;
  text-align: center;
}
#search_toggle:before {
  content: "\e958";
  font-family: fontello;
  display: inline-block;
  color: #fff;
  line-height: 30px;
}
#header_member {
  color: #fff;
  top: 2px;
  position: relative;
  width: 37px;
  height: 45px;
  display: block;
}
#search_kw {
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 30px;
  border: 1px solid #cbcbcb;
  width: 150px;
  height: 28px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  float: left;
  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;
  box-sizing: border-box;
  transition: top 0.3s linear;
}
@media (max-width: 767px) {
  .overlay-menu {
    padding: 60px 0 30px;
  }
}
.overlay-menu * {
  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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0;
  outline: 0;
  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;
  user-select: none;
  touch-action: manipulation;
  box-shadow: none;
  height: auto;
}
.overlay-menu .btn.close-btn {
  color: #c7c7c7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 28px;
  position: absolute;
  right: 40px;
  top: 40px;
}
.overlay-menu .btn.close-btn:hover {
  color: #000;
}
.overlay-menu .btn.close-btn i {
  pointer-events: none;
}
.overlay-menu .container {
  flex: inherit;
  width: calc(100% - 180px);
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #header_family > a#nbastore {
    display: block;
    float: right;
    margin: 0;
    width: 110px;
    height: 30px;
    text-indent: -999px;
    background-image: url(../img/nbastore.png);
    background-repeat: no-repeat;
    background-position: center -15px;
    background-size: cover;
  }
  .sb-slidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sb-slidebar ul li {
    border-bottom: 1px solid #333;
    display: block;
    width: 100%;
  }
  .sb-slidebar ul li:hover {
    background-color: #000;
  }
  .sb-slidebar ul li a {
    display: block;
    color: #fff;
    padding: 0 5px 0 15px;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
  }
  .sb-slidebar ul li a:after {
    float: right;
    content: "\50";
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    color: #393939;
    font-size: 22px;
    margin: 0 0 0 10px;
  }
  .search_bar {
    right: 10px;
  }
  .overlay-menu .container {
    max-width: 740px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .overlay-menu .btn.close-btn {
    right: 12px;
    top: 12px;
    font-size: 22px;
  }
  .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;
  transition: border-bottom 0.3s linear 0.6s;
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin: 0 auto;
}
.overlay-menu .input-holder input {
  width: 0;
  transition: width 0.3s linear 0.3s;
  -webkit-appearance: none;
  font-size: 18px;
  padding: 12px 0;
  background: 0 0;
  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 {
  transform: rotate(540deg);
  transition: transform 1s linear 0.6s;
  will-change: transform;
  display: flex;
  justify-content: 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: 400;
  border-bottom: 1px solid #ef6a25;
  color: #000;
}
.overlay-menu .site-links__wrapper {
  display: flex;
  flex-flow: row wrap;
  padding: 20px 0;
  justify-content: space-around;
}
@media (max-width: 1023px) {
  .overlay-menu .site-links__wrapper {
    white-space: nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .overlay-menu .site-product {
    min-width: 150px;
    margin-right: 20px;
  }
}
.overlay-menu .site-product {
  display: flex;
  flex-flow: column wrap;
  width: 12.5%;
}
@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 {
  align-self: flex-start;
  margin-bottom: 14px;
}
.overlay-menu .footer {
  margin-top: 40px;
  border-top: 1px solid #dedede;
  background: #fafafa;
}
.overlay-menu .footer .container {
  padding: 60px 0;
}
.overlay-menu .newsletter {
  font-size: 13px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .overlay-menu .footer {
    margin-top: 0;
  }
  .overlay-menu .footer .container {
    padding: 30px 0;
  }
  .overlay-menu .newsletter {
    width: 100%;
    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;
  flex-flow: row wrap;
}
.overlay-menu .footer-social .btn-social.pwa-install {
  display: none;
}
.overlay-menu .btn-social {
  align-items: center;
  padding: 0;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  color: #c7c7c7;
  transition: color 0.3s linear;
  font-size: 24px;
}
.overlay-menu .footer-social,
.overlay-menu .footer-social .btn-social {
  display: flex;
  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;
}
.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 {
  transform: rotate(0);
}
a.btn.btn-social {
  align-items: center;
  padding: 0;
  margin: 0 5px;
  color: #c7c7c7;
  transition: color 0.3s linear;
  line-height: 28px;
  font-size: 24px;
  display: inline-block;
}
a.btn.btn-social:hover {
  color: #ef6a25;
}
@media print {
  .overlay-menu,
  .udn-ads,
  .udn-idle,
  .udn-overlay {
    display: none !important;
  }
}
.tools-box {
  display: flex;
  align-self: flex-start;
  align-items: center;
}
.tools-box__items {
  display: flex;
  align-self: flex-start;
  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;
}
.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;
  transition: color 0.3s;
  flex: none;
  display: inline-block;
}
.cart-button {
  display: none;
}
.member-button,
.menu-toggler {
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  text-align: center;
}
section.overlay-menu.active {
  overflow: -moz-hidden-unscrollable;
  -ms-overflow-style: none;
  height: 100%;
}
section.overlay-menu.active::-webkit-scrollbar {
  display: none;
}
width: calc(100vw+18px) {
  overflow: auto;
}
#header_body_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 26px 0 6px;
}
@media (max-width: 768px) {
  .udn_logo {
    margin: 0 0 0 10px;
    padding: 18px 0 0;
  }
  #menu #menu_body {
    padding: 0 10px;
  }
}
.tools-box {
  padding: 12px 0 0;
}
@media (max-width: 767px) {
  .menu-toggler .i-list-rounded:before {
    content: "\e958";
  }
  .menu-toggler.search {
    display: none;
  }
  #header_body_wrapper {
    padding: 4px 0 0;
  }
  .tools-box {
    padding: 10px 10px 0;
  }
}
@media (max-width: 639px) {
  .tools-box {
    padding: 8px 10px 0 0;
  }
}
.overlay-menu .btn {
  background: 0 0;
}
#menu {
  position: relative;
  background-color: #062c48;
}
#menu #menu_body {
  position: relative;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #1a477b;
}
#menu #menu_body dt {
  position: relative;
  flex: 1;
}
#menu #menu_body dt > a {
  text-align: center;
  color: #fff;
  font-size: 19px;
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  white-space: nowrap;
  border-right: 1px solid #1a477b;
  padding: 0 15px;
  display: block;
  z-index: 10;
}
#menu #menu_body dt > a[href*="nbastore"] img {
  width: 80px;
  height: 44px;
  vertical-align: inherit;
}
#menu #menu_body dt > a.on:before,
#menu #menu_body dt > a:hover:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ff571c;
  display: block;
  position: absolute;
  left: 0;
}
#menu #menu_body dt > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 9999;
}
#menu #menu_body dt > ul a {
  float: left;
  display: block;
  padding: 0 10px;
  width: 130px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #073150;
}
#menu #menu_body dt > ul a:hover {
  min-width: 130px;
  width: auto;
  background-color: #061d2d;
}
#menu #menu_body dt:hover ul {
  display: block;
}
#menu #menu_body .towrow {
  left: -319px;
  padding: 0 10px 10px;
  width: 600px;
  box-sizing: border-box;
  background-color: #073150;
}
#menu #menu_body .towrow > li {
  position: relative;
  float: none;
  clear: both;
}
#menu #menu_body .towrow > li > ul {
  overflow: hidden;
  padding-bottom: 10px;
  background-color: #062b47;
}
#menu #menu_body .towrow > li > ul > li {
  float: left;
  width: 33.3%;
}
#menu #menu_body .towrow a {
  position: relative;
  padding: 0 0 0 10px;
  float: none;
  width: auto;
  background: 0 0;
}
#menu li,
#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 36px;
}
#menu .menu-title {
  padding: 10px 0 0 10px;
}
#menu .menu-title-sub {
  padding: 0 0 0 10px;
}
#menu .menu-title,
#menu .menu-title-sub {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  font-weight: 400;
  text-decoration: none;
}
#focus {
  position: relative;
  width: 1000px;
  margin: 0 auto 20px;
  overflow: hidden;
  background-color: #58595d;
}
.focus_body {
  position: relative;
  width: 670px;
  min-height: 545px;
  float: left;
  padding: 15px 0 15px 15px;
}
@media (max-width: 1023px) {
  .channel-link,
  .overlay-menu .footer-note__wrapper {
    display: none;
  }
  #menu {
    overflow: auto;
  }
  #menu #menu_body dt:hover ul {
    display: none;
  }
  #focus {
    width: auto;
    float: none;
    min-height: auto;
  }
  .focus_body {
    width: 100%;
    min-height: auto;
    float: none;
    padding: 0;
  }
}
.focus_side {
  position: relative;
  width: 300px;
  display: block;
  float: right;
  margin: 15px;
}
@media (max-width: 1023px) {
  .focus_side {
    display: none;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  list-style-type: none;
  margin: 0 2px;
  pointer-events: auto;
  flex: 1;
  max-width: 40px;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
  background-color: #000;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.splide__slide a:hover {
  text-decoration: none;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: 1s linear infinite splide-loading;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  align-items: center;
  background: 0 0;
  border: 0;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  font-size: 36px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.splide__arrow svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: #0bf solid 3px;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 15px;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 15px;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: #0bf solid 3px;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 15px;
  padding: 0 15px;
  position: relative;
}
.splide__pagination__page {
  background: #999;
  border: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
}
.splide__pagination__page.is-active {
  background: #ff571c;
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: #0bf solid 3px;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: #0bf solid 3px;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #0bf solid 3px;
    outline-offset: -3px;
  }
  .splide.is-focus-in .splide__slide:focus {
    outline: #0bf solid 3px;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: #0bf solid 3px;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: #0bf solid 3px;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.splide__slide h1 {
  font-size: 30px;
  color: #fff;
  font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "微軟正黑體",
    "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑体", "微軟雅黑體", "黑体",
    "黑體", Meiryo, "Helvetica Neue", Helvetica, "Lucida Grande", Arial,
    "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  padding: 0 20px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  order: 2;
  position: relative;
  bottom: 10px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .splide__slide h1 {
    font-size: 24px;
    white-space: normal;
    overflow: auto;
    text-overflow: unset;
    line-height: 1.2;
  }
}
@media (max-width: 320px) {
  .splide__slide h1 {
    font-size: 21px;
  }
}
.splide__slide img,
.splide__slide picture {
  position: relative;
  width: 100%;
  display: block;
}
.splide__slide picture::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  content: "";
  display: block;
  padding-top: 10%;
  background-image: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.7) 50%,
    #000
  );
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
#widget_udn {
  max-width: 1000px;
  margin: 20px auto;
  background-color: #fff;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 0 30px;
}
.tags a {
  font-size: 16px;
  color: #0066bc;
  border-radius: 3px;
  border: 1px solid #0066bc;
  padding: 3px 10px 1px;
  display: inline-flex;
}
.tags a:hover {
  text-decoration: none;
  color: #ff571c;
}
.column_list {
  margin: 0 0 30px;
}
.column_list .column_list_body {
  border-top: 4px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  padding: 20px 0 10px;
}
@media (max-width: 1023px) {
  .column_list .column_list_body {
    gap: 0;
    padding: 0;
    flex-direction: column;
  }
}
.column_list .column_list_body a {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
  text-decoration: none;
  overflow: hidden;
  color: #000;
  line-height: 1.6;
}
.column_list .column_list_body a:hover {
  text-decoration: underline;
}
.column_list .column_list_body a h3 {
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
}
.column_list .column_list_body a .img-boxs {
  position: relative;
  margin: 0 0 5px;
}
.column_list .column_list_body a .img-boxs img {
  max-width: 100%;
  width: auto;
  aspect-ratio: 3/2;
  display: block;
}
.column_list .column_list_body a .img-boxs b {
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 5px;
  padding: 3px 10px 0;
  background-color: #2f77ab;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
}
.column_list .column_list_body a .h24 {
  display: none;
}
@media (max-width: 768px) {
  #menu #menu_body dt > a {
    font-size: 18px;
  }
  #widget_udn {
    margin: 20px 10px;
  }
  .column_list .column_list_body a .h24 {
    display: block;
    padding: 5px 0 0;
    color: #777;
    font-size: 13px;
    font-weight: 400;
  }
}
.owl-item .video-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.owl-item .video-thumb > a {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 449px) {
  #tabs_btn_1,
  .index dl.tabs dt a,
  .video dl.tabs dt a {
    letter-spacing: 0;
  }
  .owl-item .video-thumb > a {
    position: relative;
    top: auto;
    left: auto;
  }
  .owl-item .video-thumb:after {
    padding-bottom: 0;
  }
}
.owl-carousel .owl-item img {
  display: block;
}
#event_body {
  background-color: #fff;
  position: relative;
  width: 1000px;
  padding: 15px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .column_list .column_list_body a {
    display: block;
    flex-direction: row;
    border-bottom: 1px dotted #bfbfbf;
    padding: 15px;
  }
  .column_list .column_list_body a:hover {
    background-color: #e6e6e6;
  }
  .column_list .column_list_body a:nth-child(odd) {
    background-color: #fff;
  }
  .column_list .column_list_body a:nth-child(even) {
    background-color: #f5f5f5;
  }
  .column_list .column_list_body a:last-child {
    border-bottom: none;
  }
  .column_list .column_list_body a .img-boxs {
    float: left;
    margin: 0 10px 0 0;
  }
  .column_list .column_list_body a .img-boxs img {
    max-width: 120px;
    height: 80px;
  }
  .column_list .column_list_body a .img-boxs b {
    display: none;
  }
  #event_body {
    width: auto;
  }
  .focus_mobile {
    position: relative;
    margin: 10px;
    z-index: 1;
    background-color: #000;
  }
  .focus_mobile a {
    display: block;
  }
  .focus_mobile img {
    width: 100%;
  }
  .focus_mobile .focus-mob-img {
    width: 100%;
    height: 0;
    position: relative;
    display: block;
    padding-bottom: 52.13%;
    overflow: hidden;
  }
  .focus_mobile .focus-mob-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    display: block;
  }
  .focus_mobile .focus-mob-title,
  .focus_mobile h1 {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    text-indent: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    word-break: keep-all;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.tabs_wrapper .owl-item div {
  margin: 0 6px;
  overflow: hidden;
}
.tabs_wrapper .owl-item div a {
  position: relative;
  display: block;
  margin: auto;
  width: 170px;
  text-decoration: none;
  border: 1px solid #272727;
  overflow: hidden;
}
@media (max-width: 449px) {
  .tabs_wrapper .owl-item div a {
    width: 220px;
  }
}
.tabs_wrapper .owl-item div a:hover {
  border: 1px solid #0091ff;
}
.tabs_wrapper .owl-item div:hover a img {
  transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.tabs_wrapper .owl-item div h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 40px 0 5px;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.tabs_wrapper .owl-item div b {
  font-size: 11px;
  font-weight: 400;
  color: #8e8e8e;
  right: 0;
  bottom: 0;
  padding: 0 5px 0 0;
  position: absolute;
  z-index: 1;
}
.tabs_wrapper .owl-nav > div {
  background-image: url(https://tw-nba.udn.com/img/sprite.png);
  background-repeat: no-repeat;
  width: 46px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  text-indent: -999px;
  overflow: hidden;
}
.tabs_wrapper .owl-nav .owl-prev {
  left: -40px;
  background-position: -500px -150px;
}
.tabs_wrapper .owl-nav .owl-prev:hover {
  background-position: -600px -150px;
}
@media (max-width: 1023px) {
  .tabs_wrapper .owl-nav > div {
    width: 36px;
  }
  .tabs_wrapper .owl-nav .owl-prev {
    background-position: -510px -150px;
    left: -30px;
  }
  .tabs_wrapper .owl-nav .owl-prev:hover {
    background-position: -610px -150px;
  }
}
.tabs_wrapper .owl-nav .owl-next {
  right: -40px;
  background-position: -555px -150px;
}
.tabs_wrapper .owl-nav .owl-next:hover {
  background-position: -655px -150px;
}
#news_body dt a {
  display: block;
  position: relative;
  padding: 0 10px 0 0;
  margin: 10px 0;
  height: 116px;
  width: 328px;
  text-decoration: none;
  background-color: #ecedef;
  overflow: hidden;
  transition: 0.5s;
}
#news_body dt a b {
  color: #555c54;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 0 0;
  display: block;
}
#news_body dt a h3 {
  color: #5b5d6a;
  font-size: 16px;
  font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "微軟正黑體",
    "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑体", "微軟雅黑體", "黑体",
    "黑體", Meiryo, "Helvetica Neue", Helvetica, "Lucida Grande", Arial,
    "WenQuanYi Micro Hei", sans-serif;
}
#news_body dt a p {
  font-size: 13px;
  color: #555c54;
  margin: 10px 0 0;
  line-height: 1.4;
  display: none;
}
#news_body dt a .img-boxs {
  display: block;
  position: relative;
  float: left;
  margin: 5px 10px 5px 5px;
  width: 106px;
  height: 106px;
  overflow: hidden;
}
#news_body dt a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: auto;
  width: 106px;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
}
.no-object-fit #news_body dt a img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 1023px) {
  .tabs_wrapper .owl-nav .owl-next {
    right: -30px;
  }
  #news_body dt a {
    width: auto;
    height: auto;
  }
  #news_body dt a .img-boxs {
    height: auto;
  }
  #news_body dt a img {
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
    right: inherit;
    min-width: inherit;
    min-height: inherit;
    width: 100%;
  }
}
#news_body dt a:hover {
  background-color: #e1e1e1;
}
#news_body dt a:hover h3 {
  color: #333;
}
#news_body dt .icon_v {
  display: none;
}
#news_body dt.big a {
  width: 292px;
  height: 368px;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
  box-sizing: border-box;
}
#news_body dt.big a .img-boxs {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#news_body dt.big a .img-boxs img {
  position: relative;
  top: inherit;
  left: inherit;
  bottom: inherit;
  right: inherit;
  min-width: inherit;
  min-height: inherit;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
#news_body dt.big a b {
  display: block;
  padding: 5px;
  clear: both;
}
@media (max-width: 1023px) {
  #news_body dt.big a {
    margin: 10px 0;
    padding: 0 10px 0 0;
    width: 100%;
    height: auto;
    float: none;
  }
  #news_body dt.big a .img-boxs {
    display: block;
    position: relative;
    float: left;
    margin: 5px 10px 5px 5px;
    width: 106px;
    height: auto;
    overflow: hidden;
  }
  #news_body dt.big a .img-boxs img {
    width: 100%;
    height: auto;
  }
  #news_body dt.big a b {
    padding: 10px 0 0;
    clear: none;
  }
}
#news_body dt.big a h3 {
  display: inline;
}
#news_body dt.big a p {
  display: inline-block;
  padding: 0;
}
#news_body dt.big .img-boxs {
  max-height: 170px;
  width: 292px;
}
#commentary_body.box_body {
  overflow: hidden;
}
#commentary_body dt a {
  display: block;
  position: relative;
  padding: 0 10px 0 0;
  margin: 10px 0;
  height: 116px;
  width: 290px;
  text-decoration: none;
  background-color: #ecedef;
  overflow: hidden;
  transition: 0.5s;
}
#commentary_body dt a .img-boxs {
  display: block;
  position: relative;
  float: left;
  margin: 5px 10px 5px 5px;
  width: 106px;
  height: 106px;
  background-color: #000;
  overflow: hidden;
}
#commentary_body dt a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: auto;
  width: 106px;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
}
.no-object-fit #commentary_body dt a img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
#commentary_body dt a b {
  color: #555c54;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 0 0;
  display: block;
}
#commentary_body dt a h3 {
  color: #5b5d6a;
  font-size: 16px;
  font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "微軟正黑體",
    "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑体", "微軟雅黑體", "黑体",
    "黑體", Meiryo, "Helvetica Neue", Helvetica, "Lucida Grande", Arial,
    "WenQuanYi Micro Hei", sans-serif;
}
#commentary_body dt a:hover {
  background-color: #e1e1e1;
}
#commentary_body dt a:hover h3 {
  color: #333;
}
#commentary_body dt .icon_v {
  display: none;
}
#stars {
  clear: both;
  float: none;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "微軟正黑體",
    "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑体", "微軟雅黑體", "黑体",
    "黑體", Meiryo, "Helvetica Neue", Helvetica, "Lucida Grande", Arial,
    "WenQuanYi Micro Hei", sans-serif;
}
#stars_body > dl {
  position: relative;
  overflow: hidden;
}
#stars_body > dl > dt {
  float: left;
  position: relative;
  width: calc(25% - 30px);
  padding-right: 19px;
  margin-right: 20px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  transition: 0.3s;
}
#stars_body > dl > dt:nth-child(4) {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
@media (max-width: 1023px) {
  #news_body dt.big a p {
    display: none;
  }
  #news_body dt.big .img-boxs {
    max-width: 116px;
    max-height: 116px;
  }
  .index #stars {
    padding: 20px 10px 10px;
  }
  #stars_body > dl > dt {
    width: calc(50% - 30px);
  }
  #stars_body > dl > dt:nth-child(2) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  #stars_body > dl > dt:nth-child(3),
  #stars_body > dl > dt:nth-child(4) {
    margin-top: 20px;
  }
  .index #index_widget,
  .index .index_widget {
    padding: 20px 10px 10px;
  }
}
@media (max-width: 449px) {
  #stars_body > dl > dt {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  #stars_body > dl > dt:nth-child(4) {
    margin-bottom: 0;
    border-bottom: none;
  }
  #stars_body > dl > dt:after {
    content: "";
    clear: both;
    display: block;
  }
  #stars_body > dl > dt dl {
    margin-right: 20px;
  }
}
#stars_body > dl > dt a {
  text-decoration: none;
}
#stars_body > dl > dt h4 {
  color: #000;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: -1px;
  white-space: nowrap;
  text-align: center;
  z-index: 1;
}
#stars_body > dl > dt .img-boxs {
  display: block;
  position: relative;
  width: 125px;
  transition: 0.3s;
  margin: auto;
}
#stars_body > dl > dt .img-boxs img {
  width: 100%;
  aspect-ratio: 125/198;
}
#stars_body > dl > dt dl {
  float: right;
  margin-top: 45px;
  padding: 0;
  width: 55px;
  transition: 0.3s;
}
#stars_body > dl > dt dl a {
  color: #5b5d6a;
  font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "微軟正黑體",
    "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑体", "微軟雅黑體", "黑体",
    "黑體", Meiryo, "Helvetica Neue", Helvetica, "Lucida Grande", Arial,
    "WenQuanYi Micro Hei", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
#index_widget,
.index_widget {
  padding: 40px 0 10px;
}
#index_widget_body iframe,
.index_widget_body iframe {
  float: left;
  margin: 0 35px 0 0;
}
@media (max-width: 1023px) {
  #index_widget_body iframe,
  .index_widget_body iframe {
    float: none;
    margin: 0 auto 10px !important;
    padding: 0 0 20px;
  }
}
#index_widget_body iframe:last-child,
.index_widget_body iframe:last-child {
  margin: 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mvouter {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.mvouter embed,
.mvouter iframe,
.mvouter object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news_body [id^="google_ads_iframe"] {
  width: 338px;
  float: right;
}
@media screen and (max-width: 1023px) {
  #news_body [id^="google_ads_iframe"] {
    width: 100%;
    float: none;
  }
}
#sidebar {
  position: relative;
  float: right;
  width: 300px;
  margin: 20px;
  display: flex;
  flex-direction: column;
}
#sidebar aside {
  position: -webkit-sticky;
  position: sticky;
  bottom: 30px;
  margin-top: auto;
}
.player #sidebar {
  width: 300px;
  margin: 0 20px 0 0;
  background: 0 0;
}
@media (max-width: 1023px) {
  #sidebar {
    display: none;
  }
  .player #sidebar {
    float: none;
    width: auto;
    margin: 20px 10px;
    text-align: left;
  }
}
.sponsor #sidebar {
  display: none;
}
.allstars #sidebar {
  margin: 0 20px 0 0;
}
#sidebar #hot_articles_body,
#sidebar #hot_video_body {
  padding: 15px 0 0;
}
body.index #sidebar {
  margin: 0;
}
#hot_articles_body dt a {
  display: block;
  padding: 0 0 10px 25px;
  line-height: 1.4;
  color: #000;
  text-overflow: ellipsis;
  background: url(https://tw-nba.udn.com/img/sprite.png) -1987px -460px
    no-repeat;
  overflow: hidden;
}
#hot_video_body dl a {
  height: 169px;
  margin: 0 0 25px;
  position: relative;
  width: 300px;
  display: block;
  background-color: #fff;
}
#hot_video_body h3 {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  color: #fff;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: calc(100% - 20px);
}
#hot_video_body b {
  position: absolute;
  bottom: 26px;
  left: 250px;
  font-size: 12px;
  width: 50px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  background-color: #000;
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .allstars #sidebar {
    margin: 0 10px 20px;
    background: 0 0;
  }
  .live #sidebar,
  .photos_story #sidebar {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 10px;
    text-align: left;
  }
  #sidebar_ad_1 {
    margin: auto;
    width: 300px;
    padding: 0 0 10px;
    display: inline-block;
  }
  #sidebar_ad_2 {
    padding: 0 0 10px;
    display: inline-block;
  }
  #hot_video_body dl {
    text-align: center;
  }
  #hot_video_body dt {
    display: inline-block;
  }
  #hot_video_body dt a {
    margin: 0 12px 12px 0;
    width: auto;
  }
  .ad {
    width: 100%;
  }
  .ad div {
    margin-left: auto;
    margin-right: auto;
  }
}
.ad {
  margin: 10px auto;
  text-align: center;
  max-width: 1000px;
  box-sizing: border-box;
}
#sidebar .ad {
  margin: 0;
  padding: 0 0 30px;
}
.ad.indextop {
  margin: 10px auto;
}
#video_side .ad,
.focus_side .ad {
  margin-top: 0;
  margin-bottom: 15px;
}
.ad div {
  font-size: 0;
}
.ad iframe {
  margin-left: auto;
  margin-right: auto;
}
.udn-ads--full {
  max-width: 480px;
  padding: 0 10px;
}
.inline-ad {
  max-width: 480px;
  margin: auto;
}
.ad.only_mobile {
  max-width: 480px;
  margin: 10px auto;
}
body.index .udn-ads--full {
  padding: 0;
}
.focus_side .ad:nth-child(2) {
  margin-bottom: 0;
}
#footer {
  display: table;
  float: none;
  width: 100%;
  color: #fff;
  font-size: 12px;
  background: #303030;
  clear: both;
}
#footer b {
  font-size: 11px;
  font-weight: 400;
}
#footer_head {
  width: 1000px;
  margin: auto;
  text-align: center;
  padding: 30px 0 10px;
}
#footer_head a {
  color: #fff;
  padding: 0 10px 0 6px;
  display: inline-block;
  border-right: 2px solid #555;
  font-weight: 700;
  font-size: 15px;
}
#footer_head dt {
  display: inline-block;
}
#footer_head dt:last-child a {
  border-right: none;
}
#footer_head dt.os > a {
  width: 100px;
  text-indent: -9999px;
  background-image: url(../img/nbaleaguepass.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: content-box;
  line-height: 1.7;
  height: 25px;
}
#footer_wrapper {
  width: 1000px;
  margin: auto;
  padding: 22px 0 18px;
  text-align: center;
}
#footer_wrapper a {
  color: #fff;
}
#footer_wrapper a:hover {
  text-decoration: underline;
}
#footer_wrapper b {
  background: url(https://s.udn.com.tw/static/img/logo_mark.svg) 0 0 / contain
    no-repeat;
  margin: 10px auto 0;
  padding-left: 25px;
  font-weight: 400;
  display: inline-block;
}
#footer_wrapper_links {
  text-align: center;
}
@media (max-width: 1023px) {
  #footer {
    margin-bottom: 40px;
  }
  #footer_head {
    float: none;
    width: auto;
    padding: 15px 0 5px;
  }
  #footer_head a {
    border-right: 1px solid #555;
    font-size: 13px;
    font-weight: 400;
    padding: 0 7px 0 4px;
  }
  #footer_wrapper {
    width: 100%;
    max-width: inherit;
    padding: 22px 0 18px;
    margin: 0 auto;
  }
  #mobile_footer {
    position: relative;
    color: #838383;
    font-size: 12px;
    text-align: center;
    display: block;
    clear: both;
    margin: auto;
    padding: 5px 0 60px;
  }
  #mobile_footer b {
    background: url(https://tw-nba.udn.com/img/sprite.png) -1980px -565px
      no-repeat;
    margin: 0 0 0 15px;
    padding: 2px 0 2px 30px;
  }
}
#gotop {
  display: none;
  position: fixed;
  overflow: hidden;
  width: 46px;
  height: 46px;
  right: 30px;
  bottom: 50px;
  color: #444;
  font-size: 26px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  background: 0 0;
  border-radius: 6px;
  z-index: 11;
}
@media (max-width: 767px) {
  #gotop {
    right: 5px;
    bottom: 60px;
  }
}
#gotop i {
  display: none;
}
#gotop:before {
  content: "\e801";
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #898989;
  border-radius: 99em;
  border: 2px solid #898989;
  background-color: rgba(255, 255, 255, 0.7);
}
.showmore {
  border-top: 1px solid #c7c7c7;
  text-align: center;
  padding: 0 0 10px;
}
.showmore .more {
  color: #fff;
  display: inline-block;
  padding: 0 50px;
  font-weight: 700;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 1px;
  margin: auto;
  background-color: #c7c7c7;
  text-decoration: none;
  border-radius: 0 0 3px 3px;
}
.showmore .more:hover {
  text-decoration: none;
  background-color: #999;
}
.showmore .more:after {
  content: "\ea92";
  font-family: fontello;
  display: inline-block;
  margin: 0 0 0 5px;
}
.search-kw {
  color: #f60;
  font-weight: 700;
  text-decoration: none;
}
.video-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video-thumb > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.video-thumb:after {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 56.47%;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  transition: 1s;
  opacity: 1;
}
.teaser.lazyload {
  transform: scale(0.8);
  opacity: 0;
}
.teaser.lazyloaded {
  transition: 0.7s;
  transform: scale(1);
  opacity: 1;
}
.fb-comments.fb_iframe_widget,
.fb-comments.fb_iframe_widget span,
.fb-comments.fb_iframe_widget span iframe[style],
.fb-post.fb_iframe_widget,
.fb-post.fb_iframe_widget span,
.fb-post.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}
.only_1024 {
  display: none !important;
}
@media (max-width: 1216px) {
  .only_1280 {
    display: none !important;
  }
  .only_1024 {
    display: block !important;
  }
}
.only_768 {
  display: none !important;
}
@media (max-width: 1023px) {
  .only_768 {
    display: block !important;
  }
  .none_768 {
    display: none !important;
  }
}
.only_web {
  display: block !important;
}
.only_mobile {
  display: none !important;
}
.header_search {
  position: absolute;
  top: -30px;
  right: 5px;
  padding: 0 40px 0 0;
  width: 110px;
  background-color: #000;
  border: 1px solid #154578;
  height: 24px;
  font-size: 0;
}
.header_search .header_search_kw,
.header_search form input[type="text"] {
  padding: 0 5px;
  width: 110px;
  height: 22px;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  background-color: #000;
  border: none;
  position: absolute;
}
.header_search .header_search_kw:focus,
.header_search form input[type="text"]:focus {
  outline: 0;
}
@media (max-width: 1023px) {
  .only_web {
    display: none !important;
  }
  .only_mobile {
    display: block !important;
  }
  .header_search {
    top: 8px;
    right: 0;
    padding: 8px 0;
    width: auto;
    border: none;
    height: auto;
    background-color: #1a477b;
  }
  .header_search form {
    position: relative;
    display: none;
    width: calc(100% - 50px);
    float: left;
  }
  .header_search .header_search_kw,
  .header_search form input[type="text"] {
    position: relative;
    width: calc(100vw - 120px);
    height: 35px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #83b5d9;
  }
}
.header_search .header_search_submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 24px;
  text-align: center;
}
.header_search .header_search_submit:before {
  display: inline-block;
  content: "\24";
  color: #fff;
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  vertical-align: text-bottom;
}
@media (max-width: 1023px) {
  .header_search .header_search_submit {
    display: block;
    float: left;
    position: relative;
    top: auto;
    right: auto;
    height: 40px;
    width: 40px;
    margin-right: 6px;
  }
  .header_search .header_search_submit:before {
    font-size: 24px;
    line-height: 40px;
  }
}
/* 9/3 */
.fixed-ad {
  position: fixed;
  bottom: 30%;
  right: 1%;
  z-index: 18;
  display: none;
  width: 200px;
  height: 250px;
}
@media screen and (max-width: 450px) {
  .fixed-ad {
    width: 100px;
    height: 125px;
    right: 3%;
  }
}
.fixed-ad__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #19477b;
}
.fixed-ad__close svg {
  width: 50%;
  height: 50%;
}
.fixed-ad img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  aspect-ratio: 4/5;
}
.team-logo {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}