/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.marathon-2021 .kv {
  position: relative;
}

.marathon-2021 .kv__pc {
  display: none;
}

.marathon-2021 .kol {
  position: relative;
  background: #d21d21 url("../images/2021TaipeiMarathon/kol_bg@2x.jpg") 50% 0 no-repeat fixed;
  background-size: cover;
  padding: 10vw 0;
}

.marathon-2021 .kol::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5vw 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
  left: 0;
  top: 0;
}

.marathon-2021 .kol__main-title {
  height: 16vw;
  margin: 0 auto;
  display: block;
}

.marathon-2021 .kol__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px 0;
}

.marathon-2021 .kol__item {
  position: relative;
  margin: 20px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50vw;
          flex: 0 1 50vw;
}

.marathon-2021 .kol__photo {
  width: 100%;
  height: auto;
}

.marathon-2021 .kol__info {
  position: absolute;
  background: #FFF;
  width: 45%;
  padding: 15px;
  bottom: 0;
}

.marathon-2021 .kol__emmie .kol__info {
  left: -10px;
}

.marathon-2021 .kol__hana .kol__info {
  right: -10px;
}

.marathon-2021 .kol__title {
  font-size: 12px;
  font-weight: bold;
  color: #d21d21;
  margin-bottom: 5px;
}

.marathon-2021 .kol__name {
  color: #d21d21;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.marathon-2021 .kol__text {
  font-size: 12px;
}

.marathon-2021 .kol .video {
  text-align: center;
  padding: 50px 0;
  margin: 0 auto;
}

.marathon-2021 .kol .video__main-title {
  height: 16vw;
  margin: 0 auto;
  display: block;
}

.marathon-2021 .kol .video .embed-responsive {
  margin: 10vw auto 0 auto;
  overflow: initial;
}

.marathon-2021 .kol .video .embed-responsive-item {
  border-radius: 20px;
  overflow: hidden;
}

.marathon-2021 .kol .video__bear-left {
  position: absolute;
  bottom: -20%;
  left: -2%;
  width: 24%;
  z-index: 2;
}

.marathon-2021 .kol .video__bear-right {
  position: absolute;
  top: -22%;
  right: 0;
  width: 24%;
}

.marathon-2021 .event {
  background: url(../images/2021TaipeiMarathon/event_bg.png) repeat;
  padding: 50px 0;
}

.marathon-2021 .event__main-title {
  height: 16vw;
  margin: 0 auto 20px auto;
  display: block;
}

.marathon-2021 .event__box {
  margin: 20px auto;
}

.marathon-2021 .event__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto 50px auto;
}

.marathon-2021 .event__item:nth-child(even) .event__bear {
  margin-left: 20px;
}

.marathon-2021 .event__item:nth-child(even) .event__info::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #FFF;
  border-right: 0;
  border-top: 0;
  margin-top: -10px;
  margin-right: -20px;
}

.marathon-2021 .event__item:nth-child(even) .event__info::before {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-left-color: #d21d21;
  border-right: 0;
  border-top: 0;
  margin-top: -12px;
  margin-right: -25px;
}

.marathon-2021 .event__item:nth-child(odd) .event__bear {
  margin-right: 20px;
}

.marathon-2021 .event__item:nth-child(odd) .event__info::after {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #FFF;
  border-left: 0;
  border-top: 0;
  margin-top: -10px;
  margin-left: -20px;
}

.marathon-2021 .event__item:nth-child(odd) .event__info::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-right-color: #d21d21;
  border-left: 0;
  border-top: 0;
  margin-top: -12px;
  margin-left: -25px;
}

.marathon-2021 .event__bear {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
}

.marathon-2021 .event__info {
  position: relative;
  background: #FFF;
  padding: 10px;
  margin: 0 10px;
  border: 2px solid #d21d21;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.marathon-2021 .event__title {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
  background: #d21d21;
  padding: 4px;
  border-radius: 3px;
  margin-bottom: 5px;
}

.marathon-2021 .event__text {
  font-size: 15px;
}

.marathon-2021 .event__date {
  font-size: 12px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.marathon-2021 .product {
  padding-top: 50px;
}

.marathon-2021 .product__main-title {
  height: 16vw;
  margin: 0 auto 20px auto;
  display: block;
}

.marathon-2021 .product__owl {
  margin: 0 auto;
}

.marathon-2021 .product__item {
  text-align: center;
  background: #FFF;
  border-radius: 20px;
  border: 2px solid #d21d21;
  padding: 10px;
  margin: 5px;
  -webkit-box-shadow: 0 5px 0 0 rgba(210, 29, 33, 0.3);
          box-shadow: 0 5px 0 0 rgba(210, 29, 33, 0.3);
  font-size: 12px;
}

.marathon-2021 .product__company {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  background: #d21d21;
  color: #FFF;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3px;
  padding: 2px 10px;
  border-radius: 3px;
  border: 1px solid #d21d21;
}

.marathon-2021 .product__name {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: "100%";
  display: -webkit-box;
  overflow: hidden;
  min-height: initial !important;
  text-overflow: clip;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.marathon-2021 .product__more {
  color: #FFF;
  background: #d21d21;
  border: 1px solid #d21d21;
  border-radius: 20px;
  padding: 2px 10px;
}

.marathon-2021 .product__img {
  position: relative;
  display: block;
  margin: 10px;
}

.marathon-2021 .product__img:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.marathon-2021 .product__img > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}

.marathon-2021 .product .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}

.marathon-2021 .product .owl-prev {
  position: absolute;
  background: url(../images/2021TaipeiMarathon/nav_left.svg) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: -10px;
  margin-top: -20px;
}

.marathon-2021 .product .owl-next {
  position: absolute;
  background: url(../images/2021TaipeiMarathon/nav_right.svg) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  right: -10px;
  margin-top: -20px;
}

@media (min-width: 992px) {
  .marathon-2021 .kv__pc {
    display: block;
  }
  .marathon-2021 .kv__mb {
    display: none;
  }
  .marathon-2021 .kol__main-title {
    height: 8vw;
  }
  .marathon-2021 .kol__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 50px 20px;
  }
  .marathon-2021 .kol__item {
    margin: 20px;
  }
  .marathon-2021 .kol__info {
    position: absolute;
    background: #FFF;
    width: 45%;
    padding: 15px;
    bottom: 1.2%;
  }
  .marathon-2021 .kol__emmie .kol__info {
    left: -20px;
  }
  .marathon-2021 .kol__hana .kol__info {
    right: -20px;
  }
  .marathon-2021 .kol .video {
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
  }
  .marathon-2021 .kol .video__main-title {
    height: 8vw;
    margin: 0 auto;
    display: block;
  }
  .marathon-2021 .kol .video .embed-responsive {
    margin: 10vw auto 0 auto;
    overflow: initial;
  }
  .marathon-2021 .kol .video .embed-responsive-item {
    border-radius: 20px;
    overflow: hidden;
  }
  .marathon-2021 .kol .video__bear-left {
    position: absolute;
    bottom: 0;
    left: -15%;
    width: 24%;
    z-index: 0;
  }
  .marathon-2021 .kol .video__bear-right {
    position: absolute;
    top: -22%;
    right: 0;
    width: 24%;
  }
  .marathon-2021 .event {
    background: url(../images/2021TaipeiMarathon/event_bg.png) repeat;
    padding: 100px 0;
  }
  .marathon-2021 .event__main-title {
    height: 8vw;
    margin: 0 auto 100px auto;
    display: block;
  }
  .marathon-2021 .event__box {
    margin: 20px auto;
  }
  .marathon-2021 .event__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 auto 100px auto;
  }
  .marathon-2021 .event__item:nth-child(even) .event__bear {
    margin-left: 20px;
  }
  .marathon-2021 .event__item:nth-child(even) .event__info::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #FFF;
    border-right: 0;
    border-top: 0;
    margin-top: -10px;
    margin-right: -20px;
  }
  .marathon-2021 .event__item:nth-child(even) .event__info::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-left-color: #d21d21;
    border-right: 0;
    border-top: 0;
    margin-top: -12px;
    margin-right: -25px;
  }
  .marathon-2021 .event__item:nth-child(odd) .event__bear {
    margin-right: 20px;
  }
  .marathon-2021 .event__item:nth-child(odd) .event__info::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: #FFF;
    border-left: 0;
    border-top: 0;
    margin-top: -10px;
    margin-left: -20px;
  }
  .marathon-2021 .event__item:nth-child(odd) .event__info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-right-color: #d21d21;
    border-left: 0;
    border-top: 0;
    margin-top: -12px;
    margin-left: -25px;
  }
  .marathon-2021 .event__bear {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
  }
  .marathon-2021 .event__info {
    position: relative;
    background: #FFF;
    padding: 10px;
    margin: 0 10px;
    border: 2px solid #d21d21;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
  }
  .marathon-2021 .event__title {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    background: #d21d21;
    padding: 4px;
    border-radius: 3px;
    margin-bottom: 5px;
  }
  .marathon-2021 .event__text {
    font-size: 15px;
  }
  .marathon-2021 .event__date {
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .marathon-2021 .product {
    padding-top: 100px;
  }
  .marathon-2021 .product__main-title {
    height: 8vw;
    margin: 0 auto 100px auto;
    display: block;
  }
  .marathon-2021 .product__owl {
    margin: 0 auto;
  }
  .marathon-2021 .product__item {
    text-align: center;
    background: #FFF;
    border-radius: 20px;
    border: 2px solid #d21d21;
    padding: 10px;
    margin: 5px;
    -webkit-box-shadow: 0 5px 0 0 rgba(210, 29, 33, 0.3);
            box-shadow: 0 5px 0 0 rgba(210, 29, 33, 0.3);
    font-size: 12px;
  }
  .marathon-2021 .product__company {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    color: #d21d21;
    background: #FFF;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3px;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid #d21d21;
  }
  .marathon-2021 .product__name {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: "100%";
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
  }
  .marathon-2021 .product__more {
    color: #FFF;
    background: #d21d21;
    border: 1px solid #d21d21;
    border-radius: 20px;
    padding: 2px 10px;
  }
  .marathon-2021 .product__img {
    position: relative;
    display: block;
  }
  .marathon-2021 .product__img:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .marathon-2021 .product__img > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
  }
  .marathon-2021 .product .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
  }
  .marathon-2021 .product .owl-prev {
    position: absolute;
    background: url(../images/2021TaipeiMarathon/nav_left.svg) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -40px;
    margin-top: -20px;
  }
  .marathon-2021 .product .owl-next {
    position: absolute;
    background: url(../images/2021TaipeiMarathon/nav_right.svg) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    right: -40px;
    margin-top: -20px;
  }
}
/*# sourceMappingURL=2021TaipeiMarathon.css.map */