@charset "UTF-8";

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.event_tip p {
  text-align: justify !important;
}

html,
body {
  font-family: 'Microsoft JhengHei', '微軟正黑體', sans-serif !important;
}

body {
  width: 100%;
  overflow-x: hidden !important;
  background-color: #000;
}

section {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden !important;
}

h1,
h2,
h3 {
  font-size: 0;
}

/*導航列*/
.nav_link {
  font-size: 14px;
  text-align: right;
  width: 200px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -51px;
  z-index: 10;
}

.nav_link li {
  margin-bottom: 10px;
}

.nav_link li a {
  color: #625694;
  padding-right: 12%;
  transition: 0.3s ease;
}

.nav_link li a:hover,
.nav_link li a.nav_active {
  color: #ff680d;
}

@media (max-width: 768px) {
  .nav_link {
    display: none;
  }
}

/*layout*/
.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  max-width: 1920px;
}

.inner_wrap {
  width: 68%;
  margin: 0 auto;
  position: relative;
  z-index: 6 !important;
}

.kv {
  background-image: url(../img/kv_bg.jpg);
  background-size: 100%;
  background-position: center top;
  text-align: center;
  background-repeat: no-repeat;
  padding-bottom: 21.8%;
}

.logo {
  display: block;
  width: 10.4%;
  height: 0;
  padding-bottom: 7%;
  background-image: url(../img/LOGO.png);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 100;
  font-size: 0;
  text-indent: -999px;
  position: absolute;
  top: 5.5%;
  left: 3%;
}

.kv h1.title {
  width: 75.6%;
  display: block;
  background-image: url(../img/kv_title.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 20%;
  margin: 4% auto 0 auto;
  line-height: 100;
  text-indent: -999px;
  overflow: hidden;
}

.kv .event_word {
  display: block;
  width: 150%;
  background-image: url(../img/kv_word.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  height: 0;
  margin: -1% 0 0 -25%;
  padding-bottom: 13.5%;
  overflow: hidden;
  line-height: 100;
  text-indent: -999px;
}

@keyframes big {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.94);
  }

  100% {
    transform: scale(1);
  }
}

.btn_video {
  display: block;
  width: 6%;
  height: 0;
  padding-bottom: 6%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 2% auto 0 auto;
  background-image: url(../img/btn_play.png);
  animation: big 1s infinite ease;
  animation-direction: reverse;
  cursor: pointer;
}

@media (max-width: 1288px) {
  .wrapper {
    max-width: 100%;
  }

  .inner_wrap {
    width: 100%;
  }

  .kv {
    background-image: url(../img/kv_bg.jpg);
    background-size: 149%;
    background-repeat: no-repeat;
    padding-bottom: 33%;
  }

  .logo {
    width: 13%;
    padding-bottom: 7%;
    top: 2%;
    left: 2%;
  }
}

@media (max-width: 768px) {
  .kv {
    padding-bottom: 53.5%;
  }

  .logo {
    width: 19%;
    height: 0;
    padding-bottom: 10%;
    top: 3%;
    left: 3%;
  }

  .kv h1.title {
    width: 80%;
    padding-bottom: 20%;
    margin: 11% auto 0 auto;
  }

  .kv .event_word {
    width: 250%;
    padding-bottom: 25%;
    position: absolute;
    left: -50%;
    top: 199%;
  }

  .btn_video {
    width: 10%;
    padding-bottom: 10%;
    margin: 3% auto 0 auto;
  }
}

/*活動ㄧ：紙短情深*/
.event_01 {
  background-image: url(../img/bg_02.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 1%;
}

.event_01 h2 {
  background-image: url(../img/event_t01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 52.4%;
  height: 0;
  padding-bottom: 11%;
  margin: 0 auto;
  line-height: 100;
  text-indent: -999px;
}

.event_01 span,
.event_02 span,
.event_04 sapn {
  width: 100%;
  display: block;
  font-size: 1.5vw;
  color: #ffd4aa;
}

.btn_link {
  width: 15%;
  display: inline-block;
  border-style: 1px solid rgb(90, 90, 90);
  background-color: rgb(88, 75, 141);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  vertical-align: text-top;
  padding: 1% 0;
  margin: 2.2% 1% 1% 1%;
  filter: brightness(1);
  transition: 0.3s ease;
  cursor: pointer;
}

.btn_link:hover {
  filter: brightness(1.1);
}

.line {
  width: 70.1%;
  display: block;
  margin: 1.5% auto;
  opacity: 0.2;
}

.event_tip {
  width: 69%;
  margin: 0 auto;
}

.event_tip p {
  width: 100%;
  /*font-size: 0.8vw;
    text-align: left;
    line-height: 1.3;*/
  background-image: url(../img/event_word.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 0;
  height: 0;
  padding-bottom: 17.8%;
  position: relative;
  font-size: 0;
}

.color_orange {
  color: #ff680d;
}

.event_tip p span {
  color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.9vw;
}

.event_tip p span::selection {
  background: #000;
  color: #fff;
}
.event_tip p span::-moz-selection {
  background: #000;
  color: #fff;
}

.select_card h3 {
  width: 44%;
  margin: 1% auto;
  height: 0;
  padding-bottom: 4.4%;
  background-image: url(../img/cards_title.png);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 100;
  text-indent: -999px;
}

.cards {
  width: 86%;
  margin: 0 auto;
}

.cards img {
  width: 28%;
  margin: 0 1%;
  display: inline-block;
  cursor: pointer;
}

.cards img.click,
.cards img:hover {
  border: 1px solid #ff680d;
  width: calc(28% - 3px);
}

/*精選賀卡*/
.e_card {
  width: 86%;
  margin: 1% auto 0 auto;
}

.e_card h3 {
  width: 54.3%;
  height: 0;
  padding-bottom: 9%;
  line-height: 100;
  overflow: hidden;
  text-indent: -999px;
  background-size: 100%;
  margin: 2% auto 1% auto;
  background-image: url(../img/s_card_title.png);
  background-repeat: no-repeat;
}

.card_wrap {
  width: 88%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 13%;
}

.card_wrap div img {
  width: 97%;
  cursor: pointer;
}

.event_01 button.slick-next.slick-arrow,
.pic_wrap button.slick-next.slick-arrow {
  position: absolute;
  right: -8%;
  top: 50%;
  margin-top: -5%;
  background-color: transparent;
  outline: none;
  border: 0;
  background-image: url(../img/arrow_right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 3%;
  height: 0;
  padding-bottom: 10%;
  font-size: 0;
  cursor: pointer;
}

.event_01 button.slick-prev.slick-arrow,
.pic_wrap button.slick-prev.slick-arrow {
  position: absolute;
  left: -8%;
  top: 50%;
  margin-top: -5%;
  background-color: transparent;
  outline: none;
  border: 0;
  background-image: url(../img/arrow_left.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 3%;
  height: 0;
  padding-bottom: 10%;
  font-size: 0;
  cursor: pointer;
}

.see_more span {
  width: 100%;
  font-size: 12px;
  color: #fff;
  margin: 2.5% auto 0 auto;
}

@media (max-width: 1288px) {
  /*活動ㄧ：紙短情深*/
  .event_01 {
    background-size: 149%;
    background-position: top center;
  }
}

@media (max-width: 768px) {
  .event_01 {
    background-size: cover;
    padding-bottom: 8%;
  }

  .event_01 h2 {
    width: 75%;
    height: 0;
    padding-bottom: 15%;
    margin: 4% auto 0 auto;
  }

  .event_01 span,
  .event_02 span,
  .event_04 sapn {
    font-size: 5.5vw;
    display: block;
    margin: 1.5% auto 2.5% auto;
  }

  .btn_link {
    width: 30%;
    font-size: 14px;
    margin: 2.2% 1%;
  }

  .line {
    width: 88%;
    margin: 2% auto;
  }

  .event_tip {
    width: 86%;
  }

  .event_tip p {
    font-size: 3vw;
    line-height: 1.5;
    text-align: left;
    background-image: none;
    height: auto;
    padding-bottom: 0;
  }

  .event_tip p span {
    position: relative;
  }

  .select_card h3 {
    width: 60%;
    margin: 3% auto;
    height: 0;
    padding-bottom: 6%;
  }

  .card_wrap {
    padding-bottom: 55%;
  }
  .card_wrap .slick-slide {
    height: 0;
    padding-bottom: 10%;
  }

  .cards {
    width: 100%;
    margin: 0 auto;
  }

  /*精選賀卡*/
  .e_card {
    width: 86%;
    margin: 1% auto 0 auto;
  }

  .e_card h3 {
    width: 87%;
    height: 0;
    padding-bottom: 15%;
    margin: 5% auto 1% auto;
  }
}

/*直播*/
.event_02 {
  background-color: #28193c;
  position: relative;
  padding-bottom: 2%;
}

.event_02 > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.event_02 h2 {
  width: 52%;
  margin: 4% auto 1% auto;
  background-image: url(../img/event_t02.png);
  background-size: 100%;
  height: 0;
  padding-bottom: 10%;
  overflow: hidden;
  line-height: 100;
  text-indent: -999px;
}

.event_02 span {
  margin-bottom: 4%;
}

.event_02 .event_tip p {
  background-image: url(../img/event_02_word.png);
  padding-bottom: 20%;
}

@media (max-width: 768px) {
  .event_02 {
    padding-bottom: 7%;
  }

  .event_02 h2 {
    width: 75%;
    margin: 6% auto 1% auto;
    padding-bottom: 15%;
  }

  .event_02 .event_tip p {
    background-image: none;
    padding-bottom: 0;
  }
}

/*官方直播主頻道*/
.event_03 {
  background-color: #fff;
}

.event_03 h2 {
  width: 46.9%;
  height: 0;
  padding-bottom: 7%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/event_live_title.png);
  overflow: hidden;
  line-height: 100;
  text-indent: -999px;
  margin: 3% auto 2% auto;
}

.event_live_wrap {
  width: 55%;
  padding: 0;
  margin: 0 auto;
}

.live_video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.live_video-container iframe,
live_video-container object,
live_video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kol h3 {
  background-image: url(../img/kol_title.png);
  width: 46.9%;
  height: 0;
  padding-bottom: 7%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 4% auto 2% auto;
  overflow: hidden;
  line-height: 100;
  text-indent: -999px;
}

.pic_wrap {
  position: relative;
  width: 88%;
  z-index: 4;
  margin: 0 auto 6% auto;
}

.pic_wrap a img {
  width: 95%;
}

.bg_bottom {
  background-color: #28193c;
  width: 100%;
  height: 0;
  padding-bottom: 16%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 1288px) {
  .pic_wrap {
    width: 80%;
  }

  .bg_bottom {
    padding-bottom: 23%;
  }
}

@media (max-width: 768px) {
  .event_03 h2 {
    width: 78%;
    padding-bottom: 13%;
    margin: 6% auto 2% auto;
  }

  .event_live_wrap {
    width: 85%;
  }

  .kol h3 {
    width: 78%;
    padding-bottom: 13%;
    margin: 8% auto 2% auto;
  }

  .pic_wrap {
    position: relative;
    width: 80%;
    z-index: 4;
    margin: 0 auto 9.5% auto;
  }

  .bg_bottom {
    padding-bottom: 40%;
  }
}

/*社群集氣*/
.event_04 {
  background-image: url(../img/bg_03.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #ffd4aa;
}

.event_04 h2 {
  width: 52.4%;
  height: 0;
  padding-bottom: 10.2%;
  margin: 3% auto 0 auto;
  background-image: url(../img/event_t03.png);
  background-size: 100%;
  overflow: hidden;
  line-height: 100;
  text-indent: -999px;
}

.event_04 .event_tip p {
  padding-bottom: 20%;
  background-image: url(../img/event04_word.png);
}

.event_04 h3 {
  width: 29.9%;
  height: 0;
  padding-bottom: 5%;
  margin: 3% auto;
  background-image: url(../img/level_title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
  text-indent: -9999px;
  line-height: 100;
}

.level_wrap {
  width: 82.6%;
  margin: 0 auto 5% auto;
  position: relative;
  background-image: url(../img/level_line.png);
  background-size: 100%;
  background-position: center top;
  height: 0;
  padding-bottom: 30%;
  background-repeat: no-repeat;
}

.level_wrap div {
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 0;
}

.level_01 {
  width: 18%;
  padding-bottom: 20%;
  background-image: url(../img/level_01_off.png);
  top: 6.3%;
  left: 0.6%;
}

.level_02 {
  width: 18.3%;
  padding-bottom: 20.2%;
  background-image: url(../img/level_02_off.png);
  top: 29.5%;
  left: 28.4%;
}

.level_03 {
  width: 19%;
  padding-bottom: 21%;
  background-image: url(../img/level_03_off.png);
  top: 1%;
  left: 53%;
}

.level_04 {
  width: 21%;
  padding-bottom: 22%;
  background-image: url(../img/level_04_off.png);
  top: 16%;
  right: -1%;
}

.level_01.on {
  background-image: url(../img/level_01.png);
}

.level_02.on {
  background-image: url(../img/level_02.png);
}

.level_03.on {
  background-image: url(../img/level_03.png);
}

.level_04.on {
  background-image: url(../img/level_04.png);
}

@media (max-width: 1288px) {
  .event_04 {
    background-size: 149%;
    background-position: top center;
  }
}

@media (max-width: 768px) {
  /*社群集氣*/
  .event_04 {
    background-size: cover;
  }

  .event_04 h2 {
    width: 75%;
    padding-bottom: 15%;
    margin: 8% auto 0 auto;
  }

  .event_04 .event_tip p {
    padding-bottom: 0;
    background-image: none;
    color: #fff;
  }

  .event_04 span {
    font-size: 5.5vw;
    display: block;
    margin: 2% auto 3% auto;
  }

  .event_04 h3 {
    width: 45%;
    padding-bottom: 6%;
  }

  .level_wrap {
    width: 88%;
    margin: 0 auto 7% auto;
  }
}

/*footer*/
footer {
  text-align: center;
  background-color: #0c0314;
}

footer .inner_wrap {
  margin-top: -2.5%;
  margin-bottom: 0%;
}

footer a img {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

footer img {
  width: 42%;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  footer {
    padding: 4% 0;
  }

  footer .inner_wrap {
    width: 90%;
  }

  footer a img {
    width: 80%;
  }

  footer img {
    width: 65%;
  }
}

.popup,
.popup2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  display: none;
}

.popup_close {
  position: absolute;
  top: 0;
  right: 0;
}

.popup_wrap {
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  transform: translateY(-50%);
}

.popup_wrap img {
  width: 100%;
  height: auto;
  padding-left: 4%;
}

.popup_wrap > div {
  display: none;
}

img.popup_close {
  width: 30px;
  height: 30px;
  right: -8%;
  top: 0;
  position: absolute;
  cursor: pointer;
}

@media (max-width: 768px) {
  .popup_wrap {
    width: 90%;
    margin-left: -45%;
  }

  img.popup_close {
    right: 0;
    top: -10%;
    margin-top: -15px;
  }
}

.pop_video {
  width: 700px;
}

@media (max-width: 768px) {
  .pop_video {
    width: 90%;
    margin-left: 5%;
  }
}

.card_send span,
.card_download span {
  width: 100%;
  display: block;
  margin-top: 1%;
  font-size: 14px;
}

.card_send .alert,
.card_download .alert {
  color: red;
  background-color: #fff;
}
.card_send img,
.card_download img {
  padding-left: 0;
}

.card_send textarea,
.card_send input {
  outline: none;
  border: 0;
  background-color: transparent;
  position: absolute;
  resize: none;
}

.card_send textarea {
  width: 50%;
  height: 8em;
  top: 16%;
  left: 8%;
  font-size: 14px;
  font-family: 'Microsoft JhengHei', '微軟正黑體', sans-serif !important;
}

.card_send input {
  width: 50%;
  height: 3em;
  top: 55%;
  left: 8%;
  font-size: 2.4vw;
  font-weight: bold;
  font-family: 'Microsoft JhengHei', '微軟正黑體', sans-serif !important;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
