@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;700&display=swap" rel="styleshee');
/*-------------------------------------------*\
	_common.scss

	Index
  - 1.wrap
\*-------------------------------------------*/
.bg-live {
  background: url(../../images/background-live.png) no-repeat center 4rem;
}
.bg-news {
  background: url(../../images/background-news.jpg) no-repeat center top;
}
.bg-links {
  background: url(../../images/background-links.jpg) no-repeat center bottom;
}

.tit-group {
  background: url(../../images/bg-tit-group.png) no-repeat bottom right;
}
.tit-cn, .tit-en {
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
}
.tit-en {
  color: #D84349;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
@media (max-width: 991.98px) {
  .tit-cn {
    font-size: 1.875em;
  }
}

.more {
  position: relative;
  z-index: 0;
  display: block;
  width: 160px;
  height: 45px;
  color: #2E57A5;
  border: 1px solid #2E57A5;
  border-radius: 45px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.more span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: inherit;
  height: inherit;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.more:hover {
  color: #fff;
  background-color: #2E57A5;
}
.more:hover span::after {
  background: url(../../images/more-after-white.svg) no-repeat center !important;
}

.more::after,
.more span::after {
  position: absolute;
  right: -1rem;
  content: "";
  display: block;
  width: 2rem;
  height: 0.5rem;
  background: url(../../images/more-after.svg) no-repeat center;
}

.more::after {
  z-index: -1;
  top: calc(50% - 0.5rem + 1px);
}

.more span::after {
  top: calc(50% - 0.5rem);
}

.embed-responsive img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover .embed-responsive img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*-------------------------------------------*\
	_firstView.scss

	Index
  - 1.firstView
  - 2.item
\*-------------------------------------------*/
.owl_fv,
.owl_fv-item {
  position: relative;
  z-index: 0;
}

.owl_fv-item {
  display: block;
}
.owl_fv-item .embed-responsive-fv::before {
  padding-bottom: 51.023%;
}
.owl_fv-item:hover img {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.owl_fv .owl-dots {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 100%;
  padding: 1rem;
}
.owl_fv .owl-dots .owl-dot span {
  position: relative;
  pointer-events: auto;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 0.5rem;
  background-color: #fff;
  opacity: 0.5;
}
.owl_fv .owl-dots .owl-dot span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.owl_fv .owl-dots .owl-dot.active span,
.owl_fv .owl-dots .owl-dot:hover span {
  background-color: #fff;
  opacity: 1;
}
@media (min-width: 992px) {
  .owl_fv .owl-dots {
    bottom: 5rem;
  }
}

/*-------------------------------------------*\
	_live.scss

	Index
  - 1.wrap
\*-------------------------------------------*/
.live-list-wrap {
  position: relative;
}
.live-list-wrap::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #f9f9f9), to(rgba(249, 249, 249, 0)));
  background: linear-gradient(bottom, #f9f9f9 20%, rgba(249, 249, 249, 0) 100%);
}

.live-list {
  height: 184px;
  font-family: "Noto Serif TC", serif;
  font-size: 1.25em;
  overflow-y: scroll;
}
.live-list li {
  padding-top: 1rem;
}
.live-list a {
  display: block;
  padding: 0.25rem;
}
.live-list a:hover, .live-list a[aria-current] {
  position: relative;
  z-index: 0;
  padding-left: 1rem;
  font-weight: bold;
}
.live-list a:hover::before, .live-list a[aria-current]::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #FFE640;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .live-list {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .live-list {
    height: 360px;
  }
}

.live-embed {
  border-radius: 1rem;
  -webkit-box-shadow: 0 3.8px 4.5px rgba(0, 0, 0, 0.05), 0 30px 36px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3.8px 4.5px rgba(0, 0, 0, 0.05), 0 30px 36px rgba(0, 0, 0, 0.1);
}

.live-bar {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .live-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.badge-live {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0.5rem;
  color: #fff;
  background-color: #D84349;
  border-radius: 0.25rem;
}
.badge-live::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1rem;
  margin-left: 0.5rem;
  background-image: url(../../images/fa-video-camera.svg);
}

/*-------------------------------------------*\
	_video.scss

	Index
  - 1.wrap
\*-------------------------------------------*/
.video-wrap {
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .video-wrap {
    position: relative;
    padding-left: 5%;
    padding-right: 0;
  }
}

.video-content {
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .video-content {
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .video-content {
    max-width: 540px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .video-content {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .video-content {
    max-width: 960px;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .video-content {
    max-width: 1196px;
  }
}
@media (min-width: 768px) {
  .video-content {
    position: absolute;
    width: 295px;
  }
}
@media (min-width: 992px) {
  .video-content {
    width: 399px;
  }
  .video-content p.text-dark {
    width: 75%;
    font-size: 1.25em;
  }
}

.owl_iVideo .owl-nav [class*=owl-] {
  width: 55px;
  height: 55px;
  background-color: #ffd256 !important;
  border-radius: 55px !important;
  margin: 5px;
  cursor: pointer;
}
.owl_iVideo .owl-nav [class*=owl-]:hover {
  background-color: #FFAA00 !important;
}
.owl_iVideo .owl-nav span {
  display: inline-block;
  width: 55px/3.5;
  height: 55px/3.5;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.owl_iVideo .owl-nav .owl-prev {
  left: 5%;
}
.owl_iVideo .owl-nav .owl-prev span {
  border-top: none;
  border-right: none;
  margin-left: 55px/5;
}
.owl_iVideo .owl-nav .owl-next {
  right: 5%;
}
.owl_iVideo .owl-nav .owl-next span {
  border-left: none;
  border-bottom: none;
  margin-right: 55px/5;
}

@media (min-width: 768px) {
  .owl_iVideo {
    width: calc(100% - 230px) !important;
    margin-left: auto;
  }
  .owl_iVideo .owl-stage-outer {
    margin-left: 65px;
  }
  .owl_iVideo .owl-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .owl_iVideo {
    width: calc(100% - 334px) !important;
  }
}

.iVideo_item {
  display: block;
}
.iVideo_item .embed-responsive {
  overflow: hidden;
  -webkit-box-shadow: 0 2.2px 1.4px -40px rgba(0, 0, 0, 0.07), 0 6px 4px -40px rgba(0, 0, 0, 0.1), 0 14.5px 9.6px -40px rgba(0, 0, 0, 0.13), 0 48px 32px -40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2.2px 1.4px -40px rgba(0, 0, 0, 0.07), 0 6px 4px -40px rgba(0, 0, 0, 0.1), 0 14.5px 9.6px -40px rgba(0, 0, 0, 0.13), 0 48px 32px -40px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
.iVideo_item span {
  font-family: "Noto Serif TC", serif;
}
.iVideo_item:hover span {
  font-weight: bold;
}
@media (min-width: 992px) {
  .iVideo_item span {
    font-size: 1.25em;
  }
}

/*-------------------------------------------*\
	_news.scss

	Index
  - 1.firstView
  - 2.item
\*-------------------------------------------*/
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05), 0 1rem 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05), 0 1rem 1.25rem rgba(0, 0, 0, 0.1);
}
.news-item .embed-responsive {
  width: 114px;
}
.news-item:hover .news-body {
  color: #2E57A5;
}

.news-item figure + .news-body {
  width: calc(100% - 114px);
}

.news-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0;
  width: 100%;
  padding: 1rem;
}

.news-time {
  font-family: "Noto Serif TC", serif;
}

/*-------------------------------------------*\
	_live.scss

	Index
  - 1.wrap
\*-------------------------------------------*/
.about-wrap {
  max-width: 1660px;
  margin: 0 auto;
  padding: 1rem;
}
@media (min-width: 768px) {
  .about-wrap {
    width: 90%;
    padding: 3rem 1rem;
  }
}

.about-item {
  display: block;
  padding: 1.5rem 2rem;
  line-height: 1.5;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .about-item {
    padding: 2rem 3rem;
  }
}
.about-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.125);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.125);
}

.about-lee {
  position: relative;
  background: url(../../images/bg-about.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .about-lee {
    padding-left: 50%;
  }
  .about-lee::before {
    content: "";
    display: block;
    position: absolute;
    left: 15%;
    bottom: 0;
    width: 200px;
    height: 250px;
    background: url(../../images/about-Lee.png) no-repeat center bottom;
    background-size: contain;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@media (min-width: 1400px) {
  .about-lee::before {
    width: 274px;
    height: 300px;
  }
}

.about-calendar {
  color: #fff;
  background-color: #2E57A5;
}
.about-calendar .tit-en {
  color: #ffd256;
}

/*-------------------------------------------*\
	_iLinks.scss

	Index
  - 1.wrap
\*-------------------------------------------*/
.owl_iLinks {
  max-width: 794px;
  margin: 0 auto;
  padding: 1rem;
}
@media (min-width: 768px) {
  .owl_iLinks {
    width: 90%;
    padding: 3rem 1rem;
  }
}

.embed-responsive-iLink::before {
  padding-top: 35.3%;
}