@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

ol, ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

/* bisic ===================================================================*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* {
  box-sizing: border-box;
}
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  height: auto;
  min-height: 100%;
  text-align: left;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  color: #000;
  line-height: 1.8em;
  font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  color: #da5a15;
}

ol > li {
  list-style-type: decimal;
}

ol li, ul li {
  list-style-position: outside;
  margin-left: 26px;
}

hr {
  border: 1px solid #333;
  border-top: none;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, h2, h3 {
  line-height: 1.3em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

input, select, textarea {
  padding: 0 5px;
  outline: none;
  box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  colos: #333;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  colos: #333;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  colos: #333;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  colos: #333;
}

select {
  cursor: pointer;
}

.textarea {
  height: 150px;
  padding: 5px;
}

.placeholder_form p {
  display: inline-block;
  position: relative;
}
.placeholder_form p label {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-align: left;
  text-indent: 5px;
  cursor: pointer;
}
.placeholder_form p input {
  text-indent: 5px;
}

.hover_fade > img {
  opacity: 1;
  transition: all 0.5s;
}
.hover_fade:hover > img {
  opacity: 0.85;
}

.hover_scale > img {
  transition: all 0.5s;
}
.hover_scale:hover > img {
  transform: scale(1.1);
}

.video_icon {
  position: relative;
}
.video_icon .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}
.video_icon .icon img {
  width: 100%;
  height: 100%;
}

.edit_wrap {
  clear: both;
  width: 100%;
  line-height: 1.8em;
}
.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p, .edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-bottom: 12px;
}
.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p {
  line-height: 1.8em;
}
.edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-top: 10px;
}
.edit_wrap h1 {
  font-size: 20px;
}
.edit_wrap h2 {
  font-size: 18px;
}
.edit_wrap h3 {
  font-size: 16px;
}
.edit_wrap h4 {
  font-size: 15px;
}
.edit_wrap h5 {
  font-size: 22px;
}
.edit_wrap h6 {
  font-size: 24px;
}
.edit_wrap img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto 30px auto;
}
.edit_wrap video {
  width: 100%;
  background-size: cover;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}
.edit_wrap iframe {
  width: 100%;
}
.edit_wrap table {
  border: 1px solid #ccc;
}
.edit_wrap table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.edit_wrap table td:last-child {
  border-right: none;
}
.edit_wrap .box {
  margin-bottom: 30px;
}
.edit_wrap .box .pic {
  width: auto;
  max-width: 850px;
  margin: 0 auto;
}
.edit_wrap .box .pic img {
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 5px solid #fff;
}
.edit_wrap .box .pic p {
  line-height: 1.5em;
  color: #666;
  font-size: 16px;
}
.edit_wrap .box .pic p a {
  color: #666;
}
.edit_wrap a {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}
/* main.css ==============================================*/
.mw_30 {
  max-width: 30px;
}

.mw_40 {
  max-width: 40px;
}

.mw_50 {
  max-width: 50px;
}

.mw_60 {
  max-width: 60px;
}

.mw_70 {
  max-width: 70px;
}

.mw_80 {
  max-width: 80px;
}

.mw_90 {
  max-width: 90px;
}

.mw_100 {
  max-width: 100px;
}

.mw_110 {
  max-width: 110px;
}

.mw_120 {
  max-width: 120px;
}

.mw_130 {
  max-width: 130px;
}

.mw_140 {
  max-width: 140px;
}

.mw_150 {
  max-width: 150px;
}

.mw_160 {
  max-width: 160px;
}

.mw_170 {
  max-width: 170px;
}

.mw_180 {
  max-width: 180px;
}

.mw_190 {
  max-width: 190px;
}

.mw_200 {
  max-width: 200px;
}

.mw_210 {
  max-width: 210px;
}

.mw_220 {
  max-width: 220px;
}

.mw_230 {
  max-width: 230px;
}

.mw_240 {
  max-width: 240px;
}

.mw_250 {
  max-width: 250px;
}

.mw_260 {
  max-width: 260px;
}

.mw_270 {
  max-width: 270px;
}

.mw_280 {
  max-width: 280px;
}

.mw_290 {
  max-width: 290px;
}

.mw_300 {
  max-width: 300px;
}

.mw_310 {
  max-width: 310px;
}

.mw_320 {
  max-width: 320px;
}

.mw_330 {
  max-width: 330px;
}

.mw_340 {
  max-width: 340px;
}

.mw_350 {
  max-width: 350px;
}

.box {
  display: block;
  width: 100%;
}

.wrap {
  clear: both;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.video_h {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.full_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.full_vid {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.fixed_bg {
  background-attachment: fixed;
}

.cover_bg, .contain_bg {
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cover_bg {
  background-size: cover;
}

.contain_bg {
  background-size: contain;
}

.content {
  width: 100%;
}

.section {
  padding: 7vh 0;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.terms .box {
  margin-bottom: 30px;
}
.terms label {
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}
.terms label:hover {
  color: #D90000;
}
.terms label input {
  margin-right: 10px;
}
.terms ul li, .terms ol li {
  margin-bottom: 10px;
}
.terms ul li ul, .terms ul li ol, .terms ol li ul, .terms ol li ol {
  margin-top: 10px;
}
.terms ul > li {
  list-style-type: disc;
}

.slider_btn {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.slider_btn:hover {
  background: #2c3b61;
}
.slider_btn:hover span:before {
  border-color: #fff !important;
}
.slider_btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
}
.slider_btn span:before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  border-top: 3px solid #333;
  transition: 0.3s ease;
}
.slider_btn.prev {
  left: -3%;
}
.slider_btn.prev span:before {
  border-left: 3px solid #333;
  transform: translateX(3px) rotate(-45deg);
}
.slider_btn.next {
  right: -3%;
}
.slider_btn.next span:before {
  border-right: 3px solid #333;
  transform: translateX(-3px) rotate(45deg);
}

/* icon.css ==============================================*/
.icon {
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
.icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.icon.icon_time:before {
  background-image: url("../images/icon/icon_time.svg");
}
.icon.icon_date:before {
  background-image: url("../images/icon/icon_date.svg");
}
.icon.icon_map:hover:before {
  background-image: url("../images/icon/icon_mapmark_active.svg");
}
.icon.icon_map:before {
  height: 25px;
  background-image: url("../images/icon/icon_mapmark.svg");
}
.icon.icon_money:before {
  background-image: url("../images/icon/icon_money.svg");
}
.icon.icon_download:before {
  background-image: url("../images/icon/icon_download.svg");
}
.icon.icon_guide:before {
  background-image: url("../images/icon/icon_book.svg");
}
.icon.icon_info:before {
  background-image: url("../images/icon/icon_infomation.svg");
}
.icon.icon_fav:hover:before {
  background-image: url("../images/icon/icon_favprograme_active.svg");
}
.icon.icon_fav:before {
  background-image: url("../images/icon/icon_favprograme.svg");
}
.icon.icon_gift:before {
  background-image: url("../images/icon/icon_gift.svg");
}
.icon.icon_light:before {
  background: url("../images/icon/icon_light.svg");
}
.icon.icon_edit:before {
  background: url("../images/icon/icon_edit.svg");
}
.icon.icon_edit_w:before {
  background: url("../images/icon/icon_edit_w.svg");
}
.icon.icon_dot {
  padding-left: 20px;
}
.icon.icon_dot:hover:before {
  background: #D90000;
}
.icon.icon_dot:before {
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
}

.arrow_icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-bottom: -8px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.arrow_icon.round {
  background: #666;
  border-radius: 50%;
}
.arrow_icon:before, .arrow_icon:after {
  content: "";
  display: block;
  position: absolute;
}
.arrow_icon:before {
  left: 45%;
  top: 50%;
  width: 60%;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.arrow_icon:after {
  position: absolute;
  right: 27%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotateZ(45deg);
}

.video_icon {
  position: relative;
}
.video_icon:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  background: url("../images/icon/icon_video.svg") no-repeat 0 0;
  background-size: contain;
}

/* btn.css ==============================================*/
.close_btn {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s ease;
}
.close_btn:before, .close_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
}
.close_btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close_btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close_btn:hover {
  transform: rotate(180deg) scale(1.3);
}

.btn {
  display: inline-block;
  width: 47%;
  max-width: 200px;
  margin: 0 1.5%;
  padding: 5px 20px;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s ease;
}
.btn:hover {
  background: #333;
  color: #fff;
}
.cancel {
  background: #666;
}

/* scroll.css ==============================================*/
.scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 10;
  transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
  text-align: center;
  animation: scrollIcon 3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.scroll img {
  margin: 0 auto;
}

@keyframes scrollIcon {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
    margin-top: 100px;
  }
  100% {
    opacity: 0;
    margin-top: 0;
  }
}
/* header.css ==============================================*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  background: #da5a15;
}
.header .group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .logo {
  position: relative;
  z-index: 1;
}
.header .logo img {
  height: 40px;
}

.menu a {
  color: #fff;
  margin: 0 20px;
}
.menu a:hover {
  color: #000;
}

@media screen and (max-width: 640px) {
  .menu a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 430px) {
  .header {
    height: 50px;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100vh;
    background: #da5a15;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menu.active {
    transform: translateX(0);
  }
  .menu a {
    width: auto;
    margin: 0;
    margin-bottom: 20px;
  }
  .menu a:last-child {
    margin-bottom: 0;
  }
}
/* mobilerBtn.css ==============================================*/
.menu_m {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  width: 30px;
  height: 22px;
  cursor: pointer;
  transition: 0.3s ease;
}
.menu_m .box {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.menu_m .box div {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}
.menu_m .box .line1 {
  top: 0;
}
.menu_m .box .line2, .menu_m .box .line3 {
  top: 50%;
  transform: translateY(-50%);
}
.menu_m .box .line4 {
  bottom: 0;
}
.menu_m.on {
  width: 30px;
  height: 22px;
  margin-left: 50px;
}
.menu_m.on .box {
  top: -2px;
  transform: rotate(360deg);
}
.menu_m.on .box .line1, .menu_m.on .box .line4 {
  top: 0;
  opacity: 0;
  transition: transform 0.5s ease 0, top 0.5s ease 0, opacity 0.1s ease 0.4;
}
.menu_m.on .box .line2 {
  transform: rotate(45deg);
}
.menu_m.on .box .line3 {
  transform: rotate(-45deg);
}

.menu_m .box .line2, .menu_m .box .line3 {
  transition: all 0.5s 0 ease;
}

.menu_m .box .line1, .menu_m .box .line4, .menu_m.on .box .line2, .menu_m.on .box .line3 {
  transition: transform 0.5s ease 0.4, top 0.5s ease 0.4, opacity 0.1s ease 0.4;
}

@media screen and (max-width: 430px) {
  .menu_m {
    display: block;
  }
}
/* inViewport.css ==============================================*/
.view_item {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.view_item.trans.to_top, .view_item.trans.to_right, .view_item.trans.to_left, .view_item.trans.to_bottom {
  opacity: 1;
  transform: translateX(0);
}
.view_item.trans.scale_in {
  transform: scale(1);
}
.view_item.trans .scale_out {
  transform: scale(0.8);
}
.view_item.trans.bg_scale_in, .view_item.trans.bg_scale_out {
  opacity: 1;
  transform: scale(1);
}
.view_item.trans.fade_in {
  opacity: 1;
}
.view_item.trans.flip {
  opacity: 1;
  transform: rotateY(0);
}
.view_item.trans.speed_scale_left, .view_item.trans.speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}
.view_item.trans.from_tl, .view_item.trans.from_tr, .view_item.trans.from_bl, .view_item.trans.from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.view_group .to_top, .view_group .to_right, .view_group .to_left, .view_group .to_bottom, .view_group .bg_scale_in, .view_group .bg_scale_out, .view_group .fade_in, .view_group .flip, .view_group .speed_scale_left, .view_group .speed_scale_right, .view_group .extrude_w, .view_group .extrude_h, .view_group .from_tl, .view_group .from_tr, .view_group .from_bl, .view_group .from_br {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.view_group.trans .to_top, .view_group.trans .to_right, .view_group.trans .to_left, .view_group.trans .to_bottom {
  opacity: 1;
  transform: translateX(0);
}
.view_group.trans .scale_in, .view_group.trans .scale_out {
  opacity: 0;
}
.view_group.trans .scale_in {
  transform: scale(1);
}
.view_group.trans .scale_out {
  transform: scale(0.8);
}
.view_group.trans .bg_scale_in, .view_group.trans .bg_scale_out {
  opacity: 1;
  transform: scale(1);
}
.view_group.trans .fade_in {
  opacity: 1;
}
.view_group.trans .flip {
  opacity: 1;
  transform: rotateY(0);
}
.view_group.trans .speed_scale_left, .view_group.trans .speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}
.view_group.trans .extrude_w, .view_group.trans .extrude_h {
  opacity: 1;
}
.view_group.trans .extrude_w {
  width: 100%;
}
.view_group.trans .extrude_h {
  height: 100%;
}
.view_group.trans .from_tl, .view_group.trans .from_tr, .view_group.trans .from_bl, .view_group.trans .from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.to_top, .to_right, .to_left, .to_bottom {
  opacity: 0;
}

.to_top {
  transform: translateY(50%);
}

.to_right {
  transform: translateX(-50%);
}

.to_bottom {
  transform: translateY(-50%);
}

.to_left {
  transform: translateX(50%);
}

.from_tl, .from_tr, .from_bl, .from_br {
  opacity: 0;
}

.from_tl {
  transform: translate(-50%, -50%);
}

.from_tr {
  transform: translate(50%, -50%);
}

.from_bl {
  transform: translate(-50%, 50%);
}

.from_br {
  transform: translate(50%, 50%);
}

.scale_in, .scale_out {
  opacity: 0;
}

.scale_in {
  transform: scale(0);
}

.speed_scale_left, .speed_scale_right {
  opacity: 0;
  transition-delay: 0.3s;
}

.speed_scale_left {
  transform: scale(5) translate(-50%, 100%);
}

.speed_scale_right {
  transform: scale(5) translate(50%, 100%);
}

.bg_scale_in {
  opacity: 0;
  transform: scale(0.6);
  transition-duration: 1.5s;
}

.bg_scale_out {
  opacity: 0;
  transform: scale(1.3);
  transition-duration: 1.5s;
}

.fade_in {
  opacity: 0;
}

.flip {
  opacity: 0;
  transform: rotateY(180deg);
}

.flip_parent {
  perspective: 150vh;
}

.extrude_w {
  opacity: 0;
  width: 0;
}

.extrude_h {
  opacity: 0;
  height: 0;
}

.delay_1 {
  transition-delay: 0.2s;
}

.delay_2 {
  transition-delay: 0.4s;
}

.delay_3 {
  transition-delay: 0.6s;
}

.delay_4 {
  transition-delay: 0.8s;
}

.delay_5 {
  transition-delay: 1s;
}

/* index.css ==============================================*/
.main_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/bg.png") no-repeat center center;
  background-size: cover;
}

.home_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg_pic.png") no-repeat left top;
  background-size: auto 100%;
}
.home_bg.in_bg {
  opacity: 0.35;
  background-image: url("../images/bg_pic_wide.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 55% auto;
  transform: rotateY(180deg);
}

.main_wrap {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}

.home {
  position: relative;
  height: 100%;
}
.home .slogan {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 5%;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  padding: 7vh 0;
}
.home .slogan .contain_bg {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  background-image: url(../images/slogan_set.svg);
}
.home .slogan img {
  width: auto;
  height: 100%;
}
.home .slogan_m {
  display: none;
}
.home .pic {
  position: absolute;
  right: 0;
  z-index: 0;
  height: 100%;
}
.home .pic img {
  width: 100%;
  transition-duration: 1s;
}
.home .bowl {
  top: 0;
  transform: translate(5%, -10vw);
  width: 45%;
}
.home .chopsticks {
  top: 13vw;
  width: 43%;
  transform: translateX(12vw);
}

.in_header {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 3px solid #da5a15;
  background: url("../images/in_header_bg.jpg") no-repeat center center;
  background-size: cover;
}
.in_header .group {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.in_header .pic {
  position: absolute;
}
.in_header .pic img {
  width: 100%;
}
.in_header .slogan {
  width: 35%;
}
.in_header .slogan img {
  width: 100%;
}
.in_header .bowl {
  left: 5%;
  bottom: 0;
  width: 20%;
  overflow: hidden;
}
.in_header .bowl img {
  transform: translateY(40%);
}
.in_header .chopsticks {
  right: 0;
  top: 0;
  width: 15%;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
  text-align: center;
}
.title.in_title {
  margin-bottom: 40px;
}
.title.in_title h2 {
  padding: 0;
  padding-bottom: 20px;
}
.title.in_title h2::before {
  display: none;
}
.title.in_title h2::after {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 5px;
  background: #c2b793;
}
.title h2 {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-weight: bold;
}
.title h2:before, .title h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  background: #da5a15;
}
.title h2::before {
  left: 0;
}
.title h2::after {
  right: 0;
}
.video {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.video .wrap {
  max-width: 1000px;
}
.video .video_group {
  margin-bottom: 60px;
}
.video .video_wrap {
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.video .video_h {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video .video_h video, .video .video_h iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article {
  margin-bottom: 40px;
  max-width: 1000px;
}

.news .item_wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.news .item_wrap .item {
  width: 28%;
  margin: 0 2%;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.news .item_wrap .item:hover .cover_bg {
  transform: scale(1.1);
}
.news .item_wrap .item .pic {
  overflow: hidden;
}
.news .item_wrap .item .pic .cover_bg {
  padding-bottom: 70%;
}
.news .item_wrap .item .text {
  padding: 15px;
  font-size: 16px;
  background: #fff;
}
.news .item_wrap .item .text h3 {
  margin-bottom: 10px;
  line-height: 1.3em;
  font-size: 20px;
}
.news .item_wrap .item .text .date {
  font-size: 14px;
  line-height: 1.3em;
}
.news .item_wrap .item .text p {
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .item_wrap .item .text p, .news .item_wrap .item .text span {
  color: #666;
}

.apply {
  padding: 30px 0;
}
.apply .form {
  position: relative;
  width: 100%;
  max-width: 640px;
  height: 860px;
  margin: 0 auto;
  overflow: hidden;
}
.apply .form iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1000px;
}

.vote .item_wrap .item {
  width: 48%;
}

@media screen and (max-width: 800px) {
  .home .slogan {
    width: 70%;
  }
  .home .slogan .contain_bg {
    height: 0;
    padding-bottom: 103.2%;
  }
  .in_header .slogan {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .home_bg {
    background-image: url("../images/bg_pic_m.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  .home .slogan {
    display: none;
    width: 90%;
  }
  .home .slogan_m {
    display: block;
    position: absolute;
    z-index: 1;
  }
  .home .word {
    right: 11%;
    bottom: 55%;
    width: 23%;
  }
  .home .board {
    left: 50%;
    top: 82%;
    width: 84%;
    transform: translateX(-50%);
  }
  .home .pic {
    height: auto;
  }
  .home .bowl {
    left: 0;
    top: 50%;
    transform: translate(-22vw, -50%);
    width: 95%;
  }
  .home .chopsticks {
    right: 0;
    top: 43%;
    transform: translateX(18vw);
    width: 80%;
  }
  .in_header .group {
    padding: 10px 0;
  }
  .in_header .bowl {
    left: 0;
  }
  .in_header .slogan {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .home .word {
    right: 8%;
    width: 30%;
  }
  .home .board {
    top: 73%;
  }
  .home .chopsticks {
    top: 45%;
  }
}
/* footer.css ==============================================*/
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flw-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: 30px 20px;
  background: #da5a15;
  text-align: center;
}
.footer .footer_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_logo .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.footer .footer_logo .box:last-child {
  margin-right: 0;
}
.footer .footer_logo .box p {
  width: 100px;
  color: #fff;
  margin-right: 20px;
  padding-right: 10px;
  line-height: 1em;
  border-right: 1px solid #fff;
}
.footer .footer_logo .box .logo_wrap {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .footer_logo .box img {
  height: 30px;
  margin-right: 20px;
}
.footer .footer_logo .box img.logo_ntcc {
  height: 36px;
}
.footer .footer_logo .box img.logo_tvbs {
  height: 25px;
}
.footer .footer_text {
  padding-top: 20px;
}
.footer .footer_text p {
  font-size: 12px;
  line-height: 1.3em;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .footer .footer_logo {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .footer .footer_logo .box {
    flex-wrap: wrap;
    width: 90%;
    max-width: 630px;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 730px) {
  .footer .footer_logo .box {
    align-items: flex-start;
    max-width: 415px;
  }
  .footer .footer_logo .box .logo_wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer .footer_logo .box .logo_wrap img {
    margin-bottom: 15px;
  }
  .footer .footer_logo .box p {
    margin-top: 3px;
  }
}
@media screen and (max-width: 450px) {
  .footer .footer_logo .box {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    max-width: 415px;
  }
  .footer .footer_logo .box p {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 0;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .footer .footer_logo .box .logo_wrap {
    width: 100%;
    align-items: center;
  }
  .footer .footer_logo .box .logo_wrap img {
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */