@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:bold");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
/*-------------------------------------------------------------------------------*/
/*    $Base                                                                      */
/*-------------------------------------------------------------------------------*/
body {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html, body, form {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1920px) {
  html, body, form {
    background-size: 100%;
  }
}

img {
  vertical-align: middle;
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_wrap .container {
  position: relative;
}

.main_content {
  background: white;
}

.userselect {
  height: 100vh;
  overflow: hidden;
}

.default {
  opacity: 0;
}
.default.complete {
  opacity: 1;
}

/***loader***/
#loader-s {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#loader-s.active {
  -webkit-animation: loader02 0.6s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards 0.8s;
          animation: loader02 0.6s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
#loader.active {
  -webkit-animation: hide_block 0.6s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards 0.8s;
          animation: hide_block 0.6s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#loader #loader-in.active {
  -webkit-animation: hide_block 0.75s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards;
          animation: hide_block 0.75s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards;
}
#loader #loader-in #loader-bar img {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

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

@keyframes hide_block {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes show_block {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show_block {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader01 {
  0% {
    width: 100vw;
    height: 100vh;
  }
  100% {
    width: 100vw;
    height: 0px;
  }
}
@keyframes loader01 {
  0% {
    width: 100vw;
    height: 100vh;
  }
  100% {
    width: 100vw;
    height: 0px;
  }
}
@-webkit-keyframes ani001_sp {
  0% {
    width: 100vw;
    height: 100vh;
  }
  100% {
    width: 100vw;
    height: 0;
  }
}
@keyframes ani001_sp {
  0% {
    width: 100vw;
    height: 100vh;
  }
  100% {
    width: 100vw;
    height: 0;
  }
}
@-webkit-keyframes loader02 {
  0% {
    width: 100vw;
    height: 100vh;
  }
  100% {
    width: 0px;
    height: 100vh;
  }
}
@keyframes loader02 {
  0% {
    width: 100vw;
    height: 100vh;
  }
  100% {
    width: 0px;
    height: 100vh;
  }
}
@-webkit-keyframes ani002_sp {
  0% {
    width: 100vw;
    height: 100vh;
  }
  100% {
    width: 0;
    height: 100vh;
  }
}
@keyframes ani002_sp {
  0% {
    width: 100vw;
    height: 100vh;
  }
  100% {
    width: 0;
    height: 100vh;
  }
}
@-webkit-keyframes ani003 {
  0% {
    height: 0;
  }
  100% {
    height: 100vh;
  }
}
@keyframes ani003 {
  0% {
    height: 0;
  }
  100% {
    height: 100vh;
  }
}
@-webkit-keyframes ani004 {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes ani004 {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes ani005 {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes ani005 {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes page_ani001 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes page_ani001 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes page_ani002 {
  0% {
    height: 100%;
    width: 100%;
  }
  100% {
    height: 0;
    width: 100%;
  }
}
@keyframes page_ani002 {
  0% {
    height: 100%;
    width: 100%;
  }
  100% {
    height: 0;
    width: 100%;
  }
}
@-webkit-keyframes ldio-wy6llgw6e2f {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
@keyframes ldio-wy6llgw6e2f {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
.ldio-wy6llgw6e2f div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: ldio-wy6llgw6e2f 1.1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: ldio-wy6llgw6e2f 1.1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ldio-wy6llgw6e2f div:nth-child(1) {
  border-color: #dfe848;
}

.ldio-wy6llgw6e2f div:nth-child(2) {
  border-color: #46dff0;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.loadingio-spinner-ripple-mzncdj202z {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}

.ldio-wy6llgw6e2f {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  /* see note above */
}

.ldio-wy6llgw6e2f div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/*-------------------------------------------------------------------------------*/
/*    $Grid                                                                      */
/*-------------------------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .container {
    width: 546px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 728px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1268px;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1580px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

/*-------------------------------------------------------------------------------*/
/*    $Header                                                                    */
/*-------------------------------------------------------------------------------*/
.container {
  max-width: 1200px;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  background: white;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.header-wrap .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.header-logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 55px;
}
.header-logo a.tass {
  display: none !important;
}
.header-logo img {
  max-width: 200px;
}
.header-url {
  display: none;
}
.header-lang {
  display: none;
}

@media (min-width: 992px) {
  .header-wrap {
    position: relative;
  }
  .header-wrap:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -70px;
    top: 0;
    width: 40%;
    height: 100px;
    background: #dfe848;
    -webkit-transform: skewX(-52deg);
        -ms-transform: skewX(-52deg);
            transform: skewX(-52deg);
  }
  .header-logo {
    width: auto;
  }
  .header-logo a {
    height: inherit;
  }
  .header-logo img {
    max-width: inherit;
  }
  .header-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    margin-left: auto;
  }
  .header-url a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #212529;
    font-family: "Raleway", sans-serif;
  }
  .header-url a:hover, .header-url a:focus {
    color: white;
  }
  .header-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    margin-left: auto;
  }
  .header-lang a {
    display: inline-block;
    color: #212529;
    font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0.575rem 1.5rem;
    margin: 0.15rem;
    border-radius: 10rem;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header-lang a:hover, .header-lang a:focus, .header-lang a.active {
    color: white;
    background: black;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $NAV                                                                       */
/*-------------------------------------------------------------------------------*/
.menu {
  display: none;
}
@media (min-width: 992px) {
  .menu {
    position: relative;
    display: block;
    margin-top: -78px;
    background: rgba(0, 0, 0, 0.75);
  }
}
@media (min-width: 1200px) {
  .menu {
    margin-top: -83px;
  }
}
@media (min-width: 1440px) {
  .menu {
    background: rgba(0, 0, 0, 0.5);
  }
  .menu:before {
    content: "";
    position: absolute;
    height: 83px;
    width: 80%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: skewX(-52deg);
        -ms-transform: skewX(-52deg);
            transform: skewX(-52deg);
  }
}
@media (min-width: 1680px) {
  .menu:before {
    width: 75%;
  }
}

.nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.nav-subitem {
  display: none;
  position: absolute;
  width: 180px;
  left: calc(50% - 90px);
  background: -webkit-gradient(linear, right bottom, left top, from(#43618f), color-stop(42%, #2b9ea8), color-stop(85%, #dfe848));
  background: -o-linear-gradient(bottom right, #43618f 0%, #2b9ea8 42%, #dfe848 85%);
  background: linear-gradient(to top left, #43618f 0%, #2b9ea8 42%, #dfe848 85%);
  -webkit-filter: drop-shadow(0 5px 10px rgba(15, 150, 195, 0.75));
          filter: drop-shadow(0 5px 10px rgba(15, 150, 195, 0.75));
}
.nav-subitem li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-subitem:after {
  content: "";
  position: absolute;
  top: -16px;
  left: calc(50% - 8px);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 8px;
  border-bottom-color: #b4d75f;
}
.nav-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 9px;
  padding: 1.25rem 0;
  border-radius: 4px;
  color: white;
  text-shadow: 0 5px 10px rgba(33, 37, 41, 0.75);
  font-size: 1em;
  font-family: "Open Sans", sans-serif, "微軟正黑體";
  vertical-align: middle;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-btn:focus {
  outline: none;
}
.nav-btn:after, .nav-btn:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-btn:before {
  left: 8px;
}
.nav-btn:after {
  right: 8px;
}
.nav-btn span:after, .nav-btn span:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-btn span:before {
  left: 8px;
}
.nav-btn span:after {
  right: 8px;
}
.nav-btn:hover, .nav-btn.current {
  background: -webkit-gradient(linear, right bottom, left top, from(#43618f), color-stop(42%, #2b9ea8), color-stop(85%, #dfe848));
  background: -o-linear-gradient(bottom right, #43618f 0%, #2b9ea8 42%, #dfe848 85%);
  background: linear-gradient(to top left, #43618f 0%, #2b9ea8 42%, #dfe848 85%);
  -webkit-filter: drop-shadow(0 5px 10px rgba(33, 37, 41, 0.75));
          filter: drop-shadow(0 5px 10px rgba(33, 37, 41, 0.75));
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-btn:hover:after, .nav-btn:hover:before, .nav-btn.current:after, .nav-btn.current:before {
  background: black;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-btn:hover span:after, .nav-btn:hover span:before, .nav-btn.current span:after, .nav-btn.current span:before {
  background: black;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-subbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 0;
  color: white;
  font-size: 1.25em;
  text-shadow: 0 0 10px rgba(15, 37, 41, 0.75);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-subbtn:hover {
  background: rgba(0, 0, 0, 0.9);
  color: #dfe848;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.has-subnav .nav-btn:hover {
  background: none;
}
.has-subnav .nav-btn:hover:after, .has-subnav .nav-btn:hover:before {
  display: none;
}
.has-subnav .nav-btn:hover span:after, .has-subnav .nav-btn:hover span:before {
  display: none;
}

@media (min-width: 1200px) {
  .nav-btn {
    font-size: 1.25em;
  }
}
@media (min-width: 1440px) {
  .nav {
    padding-right: 200px;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $SideMenu                                                                  */
/*-------------------------------------------------------------------------------*/
.mb-menu-btn {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: black;
  width: 55px;
  height: 55px;
}
.mb-menu-btn a {
  display: block;
  height: 55px;
  color: white;
  text-align: center;
  line-height: 55px;
}
.mb-menu-btn a i.icon-menu {
  display: inline-blcok;
}
.mb-menu-btn a i.icon-close {
  display: none;
}
.mb-menu-btn a span {
  position: absolute;
  pointer-events: none;
  font-size: 0rem;
}
.mb-menu-btn a.mb-open i.icon-menu {
  display: none;
}
.mb-menu-btn a.mb-open i.icon-close {
  display: inline-block;
}
@media (min-width: 992px) {
  .mb-menu-btn {
    display: none;
  }
}

.side-logo {
  text-align: center;
}
.side-logo a {
  display: block;
}
.side-logo a img {
  width: 220px;
}
.side-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100%;
  width: 300px;
  left: -390px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}
.side-lang a {
  display: inline-block;
  color: #212529;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.5rem 1.25rem;
  margin: 0.15rem;
  border-radius: 10rem;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.side-lang a:hover, .side-lang a:focus, .side-lang a.active {
  color: white;
  background: black;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sidenav-open {
  left: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 20px;
          box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  overflow-y: visible;
}
.side-nav::after {
  content: "";
  display: table;
  clear: both;
}
.side-btn {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.125em;
  padding: 1rem 0;
  width: 100%;
  height: auto;
  letter-spacing: 3px;
}
.side-btn::after {
  content: "";
  display: table;
  clear: both;
}
.side-btn span {
  display: inline-block;
  vertical-align: middle;
}
.side-item.has-subnav .side-btn:before, .side-item.has-subnav .side-btn:after {
  position: absolute;
  right: 1.5rem;
  content: "";
  width: 10px;
  height: 2px;
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-item.has-subnav .side-btn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 3px);
}
.side-item.has-subnav .side-btn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% + 3px);
}
.side-item.has-subnav .side-btn.active:before {
  right: calc(1.5rem - 4px);
  top: calc(50% - 0px);
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.side-item.has-subnav .side-btn.active:after {
  right: calc(1.5rem + 2px);
  top: calc(50% - 0px);
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.side-subitem li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0;
  font-size: 0rem;
  padding: 0;
  color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-subitem.active li a {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  font-size: 1.125em;
  color: white;
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-subbtn {
  text-indent: 1.75rem;
  background: #122733;
}
.side-subbtn:hover {
  background: #dfe848;
  color: #122733 !important;
}

body header, body .content-wrap {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.body-move header, body.body-move .content_wrap, body.body-move .mb-menu-btn {
  left: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.body-move header {
  position: fixed;
}
body.body-move .content-wrap {
  position: absolute;
  width: 100%;
}
body.body-move .content-wrap:before {
  position: fixed;
  z-index: 9;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?hd741n");
  src: url("../fonts/icomoon.eot?hd741n#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hd741n") format("truetype"), url("../fonts/icomoon.woff?hd741n") format("woff"), url("../fonts/icomoon.svg?hd741n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-thin-down:before {
  content: "";
}

.icon-chevron-thin-left:before {
  content: "";
}

.icon-chevron-thin-right:before {
  content: "";
}

.icon-chevron-thin-up:before {
  content: "";
}

.icon-down:before {
  content: "";
}

.icon-zoom_in:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-loc:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-rolldown:before {
  content: "";
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_sidemenu                                                            */
/*-------------------------------------------------------------------------------*/
.side-logo {
  background: white;
}
.side-menu {
  background: -webkit-gradient(linear, right bottom, left top, from(#43618f), color-stop(42%, #2b9ea8), color-stop(95%, #dfe848));
  background: -o-linear-gradient(bottom right, #43618f 0%, #2b9ea8 42%, #dfe848 95%);
  background: linear-gradient(to top left, #43618f 0%, #2b9ea8 42%, #dfe848 95%);
}
.side-btn {
  color: white;
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}
.side-btn:hover, .side-btn:focus, .side-btn.current {
  outline: none;
  color: white;
  background: #2a4d63;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-------------------------------------------------------------------------------*/
/*    $main                                                                      */
/*-------------------------------------------------------------------------------*/
.main-bg:after {
  position: fixed;
  z-index: -2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../images/main_bg_sm.jpg) no-repeat center center/cover;
  background-size: 100% 100vh;
}
@media (min-width: 576px) {
  .main-bg {
    background: url(../images/main_bg.jpg) no-repeat center top/cover;
    background-attachment: fixed;
  }
  .main-bg:after {
    display: none;
  }
}
.main-bg .foot-wrap {
  background: rgba(10, 23, 32, 0.9);
}
.main-bg .menu {
  top: -70px;
  background: rgba(0, 0, 0, 0.75) !important;
}
.main-bg .menu > .container {
  padding: 0;
}
@media (min-width: 1200px) {
  .main-bg .menu {
    top: -75px;
  }
  .main-bg .menu:before {
    display: none;
    height: 75px;
    width: 95%;
    left: -50px;
    background: rgba(0, 0, 0, 0.5);
  }
}
.main-bg .menu .nav-btn {
  padding: 1rem;
}

.main-wrap {
  background: white;
  margin-top: 45vw;
  min-height: 50vh;
  -webkit-filter: drop-shadow(0 15px 40px rgba(33, 37, 41, 0.5));
          filter: drop-shadow(0 15px 40px rgba(33, 37, 41, 0.5));
}
@media (min-width: 992px) {
  .main-wrap {
    margin-top: 50vw;
  }
}
@media (min-width: 1680px) {
  .main-wrap {
    margin-top: 35vw;
  }
}
.main-inner {
  background: white;
  padding: 6rem 8rem 5rem;
  line-height: 1.5;
}

.content-wrap {
  padding-top: 55px;
}
@media (min-width: 992px) {
  .content-wrap {
    padding-top: 0;
  }
}

.main-banner-wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
}
@media (min-width: 375px) {
  .main-content-wrap {
    padding: 1rem 2rem;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $Footer                                                                                  */
/*-------------------------------------------------------------------------------*/
.foot-wrap {
  padding: 2rem 1rem 3rem;
  background: #0a1720;
}
.foot-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #afd2e6;
  line-height: 1.5;
}
.foot-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.foot-sm {
  display: none;
}
.foot-copyright {
  margin-bottom: 0.75rem;
}
.foot-info li {
  position: relative;
  padding-left: 1.5rem;
}
.foot-info i {
  position: absolute;
  top: 4px;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1rem;
}
.foot-info i.icon-loc {
  padding-left: 0.15rem;
}
.foot-info i.icon-mail {
  font-size: 0.75rem;
  top: 6px;
}
.foot-info mark {
  display: none;
}

@media (min-width: 576px) {
  .foot-sm {
    display: inline;
  }
  .foot-info mark {
    display: inline;
    color: #afd2e6;
    background: transparent;
  }
}
@media (min-width: 768px) {
  .foot-logo {
    margin-bottom: 0;
  }
  .foot-sm {
    display: inline;
  }
  .foot-content {
    text-align: center;
  }
  .foot-info i {
    position: static;
  }
}
@media (min-width: 992px) {
  .foot-wrap {
    padding: 2rem 1rem 4rem;
  }
  .foot-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $scrollTop                                                                 */
/*-------------------------------------------------------------------------------*/
.scrollTop {
  position: fixed;
  right: 0;
  top: 0;
  background: #dfe848;
  text-align: center;
  z-index: 90;
}
.scrollTop a {
  position: relative;
  left: 0;
  display: block;
  width: 55px;
  height: 55px;
  color: black;
  line-height: 55px;
}
.scrollTop a i.icon-chevron-thin-up {
  display: inline-blcok;
}

/*-------------------------------------------------------------------------------*/
/*     EM Verison 1.0                                                            */
/*-------------------------------------------------------------------------------*/
/*--layout--*/
.layout-title {
  font-size: 1.75em;
  line-height: 1;
  margin: 0 0 2.5rem;
}
@media (min-width: 576px) {
  .layout-title {
    font-size: 2.5em;
  }
}
.layout-info {
  display: block;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: rgba(248, 249, 250, 0.5);
  border-left: solid 5px #dfe848;
  color: #333;
  font-size: 0.875em;
  line-height: 1.5;
}
.layout-info strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125em;
  font-weight: bold;
  color: black;
}
.layout-info ul, .layout-info ol {
  padding-left: 1.5rem;
}
.layout-info ul li {
  list-style: disc;
}
.layout-info ul li ul {
  padding-top: 0.5rem;
}
.layout-info ul li ul li {
  list-style: circle;
}
.layout-describe {
  margin-bottom: 3rem;
}

.other-c1 {
  color: #ff4747;
}

.other-c2 {
  color: #ffcc02;
}

.other-c3 {
  color: #00bb96;
}

/*--layout end--*/
.example-row {
  margin: 0.5rem 0 5.5rem;
  padding: 0 0.5rem;
  background: #23241f;
  border-radius: 5px;
  overflow: hidden;
  line-height: 1.5;
}
.example-row code {
  font-size: 0.875em;
  line-height: 1.5;
}
.example-row pre.cljs {
  white-space: normal !important;
}
.example-row pre.cljs code {
  padding: 1em 0.5em;
  white-space: normal !important;
}

.md-edit {
  width: 100%;
  line-height: 1.5;
}
.md-edit a {
  color: #006ede;
}
.md-edit a:hover {
  color: #3bacea;
}
.md-edit span.marker {
  background: yellow;
}
.md-edit .row {
  margin-top: 1rem !important;
}
.md-edit .row > .col-auto:first-child {
  color: #5db6be;
}

.md-title {
  padding: 1.25rem 0;
  color: #212529;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}

.md-text ol, .md-gray-text ol {
  padding: 1em 0 1em 2em;
  list-style: decimal;
}
.md-text ol.a, .md-gray-text ol.a {
  list-style-type: decimal;
}
.md-text ol.b, .md-gray-text ol.b {
  list-style-type: decimal-leading-zero;
}
.md-text ol.c, .md-gray-text ol.c {
  list-style-type: lower-alpha;
}
.md-text ol.d, .md-gray-text ol.d {
  list-style-type: upper-alpha;
}
.md-text ol.e, .md-gray-text ol.e {
  list-style-type: lower-roman;
}
.md-text ol.f, .md-gray-text ol.f {
  list-style-type: upper-roman;
}
.md-text ol.g, .md-gray-text ol.g {
  list-style-type: cjk-ideographic;
}
.md-text ol.h, .md-gray-text ol.h {
  list-style-type: hiragana;
}
.md-text ol.l, .md-gray-text ol.l {
  list-style-type: hiragana-iroha;
}
.md-text ol.i, .md-gray-text ol.i {
  list-style-type: katakana;
}
.md-text ol.j, .md-gray-text ol.j {
  list-style-type: katakana-iroha;
}
.md-text ol.k, .md-gray-text ol.k {
  list-style-type: lower-greek;
}

.md-text ul, .md-gray-text ul {
  padding: 1em 0 1em 2em;
  list-style: disc;
}
.md-text ul.a, .md-gray-text ul.a {
  list-style-type: disc;
}
.md-text ul.b, .md-gray-text ul.b {
  list-style-type: circle;
}
.md-text ul.c, .md-gray-text ul.c {
  list-style-type: square;
}

.md-gray-text {
  margin: 1em 0;
  padding: 2em;
  background: #dee3ec;
  color: #4b4b4b;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-align: justify;
}

.md-img figure {
  text-align: center;
}
.md-img figcaption {
  line-height: 1.5;
}

.md-img-txt {
  margin: 1.5rem 0;
}
.md-img-txt .md-img {
  margin-bottom: 0.25rem;
}
.md-img-txt .md-txt {
  text-align: justify;
}
@media (min-width: 768px) {
  .md-img-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .md-img-txt .md-title {
    padding-top: 0;
  }
  .md-img-txt .md-img, .md-img-txt .md-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .md-img-txt .md-img {
    margin-bottom: 0;
  }
  .md-img-txt.md-img-l .md-img {
    margin-right: 2rem;
  }
  .md-img-txt.md-img-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .md-img-txt.md-img-r .md-img {
    margin-left: 2rem;
  }
}

.md-table {
  width: 100%;
  margin: 0.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.md-table caption {
  padding: 0.5rem;
  color: black;
  font-weight: bold;
  font-size: 1.25em;
}
.md-table th, .md-table td {
  padding: 0.5rem;
  border: 2px solid #fff;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #868e96;
}
.md-table th {
  color: white;
  background-color: #333333;
}

/*md-even*/
.md-table tr:nth-child(even) td {
  background-color: #f1f3f5;
}

.md-table tr:nth-child(odd) td {
  background-color: #e2e2e2;
}

/*md-gray*/
.md-gray th, .md-gray td {
  border: 2px solid #fff;
}

/*md-green*/
.md-green caption {
  color: #dfe848;
}

.md-green th {
  color: black;
}

.md-green th, .md-green td {
  border: 2px solid #fff;
}

.md-green th {
  background-color: #dfe848;
}

/*md-blue*/
.md-blue caption {
  color: #5db6be;
}

.md-blue th, .md-blue td {
  border: 2px solid #fff;
}

.md-blue th {
  background-color: #5db6be;
}

/*-------------------------------------------------------------------------------*/
/*    $index-banner                                                              */
/*-------------------------------------------------------------------------------*/
.id-banner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.id-circle {
  position: absolute;
  pointer-events: none;
}

.astronaut-big {
  position: absolute;
  width: 25%;
  top: 40vw;
  right: 7%;
  pointer-events: none;
  -webkit-animation-name: astronaut2;
          animation-name: astronaut2;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: reverse;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}
@media (min-width: 576px) {
  .astronaut-big {
    top: 30vw;
    right: 12%;
  }
}
@media (min-width: 768px) {
  .astronaut-big {
    top: 32vw;
    right: 10%;
  }
}
@media (min-width: 992px) {
  .astronaut-big {
    top: 25vw;
  }
}
@media (min-width: 1440px) {
  .astronaut-big {
    right: 0;
    top: 35vw;
  }
}
@media (min-width: 1680px) {
  .astronaut-big {
    right: 7%;
  }
}

.astronaut-small {
  position: absolute;
  top: 6vw;
  left: 1rem;
  width: 12%;
  -webkit-animation-name: astronaut;
          animation-name: astronaut;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: reverse;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.smooth {
  z-index: -1;
}

.tilter__deco--lines {
  position: absolute;
  right: -50px;
}

.slogan {
  position: absolute;
  z-index: 2;
  top: 9.5%;
  left: 2.5rem;
  padding: 0;
  width: 52%;
}
@media (min-width: 576px) {
  .slogan {
    left: 13%;
  }
}
@media (min-width: 992px) {
  .slogan {
    top: 6%;
    left: 13%;
  }
}

.date {
  position: absolute;
  top: 10.25%;
  left: 45%;
  width: 40.3%;
}
@media (min-width: 992px) {
  .date {
    top: 6.75%;
  }
}

.shine {
  pointer-events: none;
  opacity: 0;
  -webkit-animation-name: shinerun;
          animation-name: shinerun;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: reverse;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.index-str {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation-name: idstr;
          animation-name: idstr;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: reverse;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes astronaut {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes astronaut {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes astronaut2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes astronaut2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes shinerun {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
}
@keyframes shinerun {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
}
@-webkit-keyframes idstr {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes idstr {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $main-banner                                                              */
/*-------------------------------------------------------------------------------*/
.gc-1 {
  z-index: 1;
}

_:-ms-lang(x),
.gc-4 {
  z-index: -1;
}

@media (min-width: 1680px) {
  .gc-1 {
    top: 15vw;
  }
  .gc-2 {
    top: 0vw;
    padding: 2rem 10rem 2rem 1.5rem;
  }
  .gc-3 {
    top: 1.5vw;
    left: 38%;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $最新消息區塊                                                               */
/*-------------------------------------------------------------------------------*/
.id-news {
  padding: 1.5rem 0 0;
  background: url(../images/index_content_bg.jpg) repeat center top;
}
.id-news-content {
  padding: 0 1rem;
}
.id-news-title {
  padding: 1.25rem 0;
  color: #212529;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}
.id-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px dotted #adb5bd;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .id-news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.id-news-item .title {
  color: #1a1a1a;
  font-size: 1.125em;
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .id-news-item .title {
    font-size: 1.25em;
  }
}
.id-news-item .text {
  color: #343a40;
  font-size: 1em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .id-news-item .text {
    font-size: 1.125em;
  }
}
.id-news-item .id-news-date {
  background: #1a1a1a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.id-news-item:hover, .id-news-item:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.id-news-item:hover .title, .id-news-item:focus .title {
  color: #5db6be;
}
.id-news-item:hover .id-news-date, .id-news-item:focus .id-news-date {
  background: -webkit-gradient(linear, right bottom, left top, from(#43618f), color-stop(42%, #2b9ea8), color-stop(85%, #dfe848));
  background: -o-linear-gradient(bottom right, #43618f 0%, #2b9ea8 42%, #dfe848 85%);
  background: linear-gradient(to top left, #43618f 0%, #2b9ea8 42%, #dfe848 85%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.id-news-ul {
  margin-top: 0.5rem;
}
.id-news-date {
  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: 100%;
  margin: 0 0 0.75rem;
  padding: 1rem 1.5rem;
  color: white;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .id-news-date {
    width: 136px;
    min-width: 136px;
    margin: 0 1.25rem 0 0;
  }
}
.id-news-date:after, .id-news-date:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  top: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.id-news-date:before {
  left: 8px;
}
.id-news-date:after {
  right: 8px;
}
.id-news-date span:after, .id-news-date span:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.id-news-date span:before {
  left: 8px;
}
.id-news-date span:after {
  right: 8px;
}
.id-news-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.id-news-more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  min-width: 160px;
  background: black;
  color: white;
  border-radius: 5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.id-news-more a:hover {
  background: -webkit-gradient(linear, right bottom, left top, from(#43618f), color-stop(42%, #2b9ea8), color-stop(85%, #dfe848));
  background: -o-linear-gradient(bottom right, #43618f 0%, #2b9ea8 42%, #dfe848 85%);
  background: linear-gradient(to top left, #43618f 0%, #2b9ea8 42%, #dfe848 85%);
  -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-------------------------------------------------------------------------------*/
/*    $簡介區塊                                                                   */
/*-------------------------------------------------------------------------------*/
.id-about {
  padding: 1.5rem 0 0;
}
.id-about-content {
  padding: 0 1rem;
}
.id-about-title {
  padding: 1.25rem 0;
  color: #212529;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}
.id-about-text {
  font-size: 1em;
  line-height: 1.5;
  color: #4d4d4d;
  text-align: justify;
  text-justify: inter-ideograph;
}
.id-about-unit {
  font-size: 1em;
  font-weight: bold;
  color: #212529;
}

.id-organizer {
  padding: 1.5rem 0 0;
}
.id-organizer-content {
  padding: 0 1rem;
}
.id-organizer-content img {
  height: 60px;
}
.id-organizer-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.id-organizer-row {
  min-width: 50%;
  margin-bottom: 1rem;
}
.id-organizer-row a {
  margin-right: 1rem;
}
.id-organizer-title {
  padding: 1.25rem 0;
  color: #212529;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}

@media (min-width: 576px) {
  .id-news, .id-about {
    padding: 3rem 0 0;
  }
  .id-news-title, .id-about-title {
    font-size: 2em;
  }

  .id-organizer-title {
    font-size: 2em;
  }

  .id-about {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .id-about, .id-news {
    padding: 5rem 0 0;
  }
  .id-about-content, .id-news-content {
    padding: 0 2.25rem;
  }
  .id-about-title, .id-news-title {
    padding: 1.5rem 0;
    font-size: 2.25em;
  }
  .id-about-text, .id-news-text {
    font-size: 1.125em;
  }

  .id-about {
    padding: 2.5rem 0 2rem;
  }

  .id-organizer {
    padding: 1.5rem 0 3rem;
  }
  .id-organizer-title {
    padding: 1.5rem 0;
    font-size: 2.25em;
  }
  .id-organizer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2.25rem;
  }
  .id-organizer-content img {
    height: 80px;
  }
  .id-organizer-row:first-child {
    padding-right: 2rem;
    border-right: 1px dashed #bcbcbc;
  }
  .id-organizer-row:nth-child(2) {
    padding-left: 4rem;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $卡片區                                                                   */
/*-------------------------------------------------------------------------------*/
.id_info {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
.id_info_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0.75rem;
  -webkit-filter: drop-shadow(0 10px 20px rgba(33, 37, 41, 0.5));
          filter: drop-shadow(0 10px 20px rgba(33, 37, 41, 0.5));
}
.id_info_item figure {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.id_info_item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.id_info_item:hover figure img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.id_info_item:hover .hit {
  background: #dfe848;
}
.id_info_tit {
  color: white;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.id_info_txt {
  color: white;
  line-height: 1.5;
}
.id_info_data {
  position: relative;
  height: 145px;
  margin-top: -5rem;
  padding: 2.5rem 1.5rem;
  background: #2b91a8;
  font-family: "Open Sans", sans-serif, "微軟正黑體";
}
.id_info_data:before {
  content: "";
  position: absolute;
  top: -35px;
  width: 70px;
  height: 70px;
}

.id_01:before {
  background: url(../images/i_item01.svg) no-repeat center center/cover;
}

.id_02:before {
  background: url(../images/i_item02.svg) no-repeat center center/cover;
}

.id_02 .id_info_txt {
  text-align: center;
}
.id_02 .hit {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  background: white;
  color: #2b91a8;
  font-size: 1.25em;
  font-weight: bold;
}

.id_03:before {
  background: url(../images/i_item03.svg) no-repeat center center/cover;
}

.id-video .container, .news-video .container {
  padding: 0 2.25rem;
}
.id-video-content, .news-video-content {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 0 0 4rem;
}
.id-video-content iframe, .news-video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-video-content {
  margin: 0 0 2rem;
}

@media (min-width: 576px) {
  .id_info_item figure {
    width: auto;
    margin-right: 1.5rem;
  }
  .id_info_data {
    margin-left: 1.5rem;
    padding: 2.5rem;
  }
  .id_info_data:before {
    top: -50px;
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 768px) {
  .id_info {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 992px) {
  .id_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 6.5rem;
  }
  .id_info_item figure {
    padding-bottom: 100%;
  }
  .id_info_data {
    padding: 2.5rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .id_info_data {
    padding: 2.5rem;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $競賽辦法                                                                   */
/*-------------------------------------------------------------------------------*/
.method_wrap {
  display: block;
  width: 100%;
  margin: 1rem 0;
}
.method_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.75rem;
  padding: 1.5rem;
  background: #dfe848;
  border-radius: 0.5rem;
  color: #122733;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.method_download i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
}
.method_download:hover {
  background: -webkit-gradient(linear, left top, right top, from(#307eff), to(#307eff));
  background: -o-linear-gradient(left, #307eff, #307eff);
  background: linear-gradient(to right, #307eff, #307eff);
  color: white;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.method_download:hover .icon_down {
  fill: white;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.method_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.method_symbol-3 ul {
  text-indent: -1.75rem;
}
.method_symbol-3 ul li {
  padding-left: 1.75rem;
}
.method_symbol-3 ul li ol {
  padding-left: 1.25rem;
  list-style-type: decimal;
  text-indent: 0;
}
.method_symbol-3 ul li ol li {
  padding-left: 0rem;
}
.method_symbol-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
.method_symbol-4 .method_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.method_symbol-4 .method_item figure {
  text-align: center;
}
.method_symbol-4 .method_item figure img {
  -webkit-filter: drop-shadow(0 15px 10px rgba(33, 37, 41, 0.25));
          filter: drop-shadow(0 15px 10px rgba(33, 37, 41, 0.25));
}
.method_symbol-4 .method_item p {
  font-size: 0.875em;
  text-align: center;
  line-height: 1.25;
}
.method_symbol-4 .method_item:nth-child(2) {
  margin: 0 1rem;
}
.method_symbol-4 .method_item:nth-child(2) figure {
  position: relative;
}
.method_symbol-4 .method_item:nth-child(2) figure:before, .method_symbol-4 .method_item:nth-child(2) figure:after {
  position: absolute;
  top: 45%;
  content: "+";
}
.method_symbol-4 .method_item:nth-child(2) figure::before {
  margin-left: -0.85rem;
}
.method_symbol-4 .method_item:nth-child(2) figure::after {
  margin-left: 0.15rem;
}
.method_symbol-4 p {
  padding: 1rem 0;
}
.method_symbol-4 p br {
  display: none;
}
.method_tit {
  padding: 1.25rem 0;
  color: #212529;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}
.method_txt {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: #4d4d4d;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (min-width: 576px) {
  .method_download {
    font-size: 1.25em;
    margin: 0 0.75rem;
  }
  .method_tit {
    font-size: 2em;
  }
  .method_txt {
    font-size: 1.125em;
  }
  .method_symbol-4 .method_item p {
    font-size: 1em;
  }
  .method_symbol-4 .method_item p br {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .method_download {
    font-size: 1.5em;
  }
  .method_symbol-4 .method_item:nth-child(2) figure:before, .method_symbol-4 .method_item:nth-child(2) figure:after {
    top: 43%;
    font-size: 1.5em;
  }
  .method_symbol-4 .method_item:nth-child(2) figure:before {
    margin-left: -2.5rem;
  }
  .method_symbol-4 .method_item:nth-child(2) figure:after {
    margin-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .method_download {
    font-size: 2em;
  }
  .method_symbol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 2rem;
    padding: 0 1rem;
  }
  .method_symbol-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 2rem 3rem;
    padding: 2rem 0 2rem 5rem;
    background: #f2f2f2;
    border-radius: 0.5rem;
    -webkit-box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.15);
  }
  .method_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 50%;
  }
  .method_symbol-3 {
    margin: 0 2rem;
    padding: 0 1rem;
  }
  .method_symbol-4 .method_item:nth-child(2) figure:before, .method_symbol-4 .method_item:nth-child(2) figure:after {
    top: 40%;
    font-size: 2em;
  }
  .method_symbol-4 .method_item:nth-child(2) figure:before {
    margin-left: -5rem;
  }
  .method_symbol-4 .method_item:nth-child(2) figure:after {
    margin-left: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .method_symbol-2 {
    padding: 0 0 0 5rem;
  }
  .method_symbol-3 {
    position: relative;
  }
  .method_symbol-3 .method_img {
    position: absolute;
    z-index: -1;
    right: -2rem;
    top: 0;
  }
  .method_symbol-4 {
    max-width: 50%;
    margin: 0 0 5rem 2rem;
  }
  .method_symbol-4 .method_item:nth-child(2) figure:before {
    margin-left: -2.25rem;
  }
  .method_symbol-4 .method_item:nth-child(2) figure:after {
    margin-left: 0.85rem;
  }
}
.method-c1 {
  color: #00ae08;
}

.method-c2 {
  color: #0099cb;
}

.gg-1 {
  position: absolute;
  margin-top: 0;
  height: 80px;
  width: 100%;
}
@media (min-width: 992px) {
  .gg-1 {
    margin-top: 47px;
  }
}

.link1 {
  position: absolute;
  top: 190px;
  left: calc(50% + 294px);
  width: 112px;
  height: 44px;
}

.link2 {
  position: absolute;
  top: 740px;
  left: calc(50% - 122px);
  width: 112px;
  height: 44px;
}

.download1 {
  position: absolute;
  top: 531px;
  left: calc(50% - 150px);
  width: 157px;
  height: 44px;
}

.download2 {
  position: absolute;
  top: 531px;
  left: calc(50% + 14px);
  width: 212px;
  height: 44px;
}

.download3 {
  position: absolute;
  top: 531px;
  left: calc(50% + 232px);
  width: 188px;
  height: 44px;
}

.download4 {
  position: absolute;
  top: 580px;
  left: calc(50% - 150px);
  width: 210px;
  height: 44px;
}

.download5 {
  position: absolute;
  top: 580px;
  left: calc(50% + 70px);
  width: 210px;
  height: 44px;
  /*background: rgba(223,68,0,.5);*/
}

/*-------------------------------------------------------------------------------*/
/*    $競賽規則                                                                   */
/*-------------------------------------------------------------------------------*/
.rules_wrap {
  width: 100%;
}
.rules_title {
  padding: 1.25rem 0;
  color: #343a40;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}
@media (min-width: 576px) {
  .rules_title {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .rules_title {
    padding: 1.25rem 5rem;
  }
}
.rules_edit {
  margin-bottom: 3rem;
  line-height: 1.5;
}
.rules_edit ol {
  padding-left: 1.5rem;
  list-style-type: decimal;
}
@media (min-width: 1200px) {
  .rules_edit {
    padding: 1.25rem 5rem;
    font-size: 1.125em;
  }
}

.rs_table, .rs_table2 {
  display: table;
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
}
.rs_table .thead, .rs_table2 .thead {
  display: none;
}
.rs_table .tbody, .rs_table2 .tbody {
  display: table-header-group;
}
.rs_table .tr, .rs_table2 .tr {
  display: table-row;
}
.rs_table .th, .rs_table .td, .rs_table2 .th, .rs_table2 .td {
  display: table-cell;
  padding: 0.5em 1%;
  border: 1px solid white;
}
.rs_table .th, .rs_table2 .th {
  background: #5db6be;
  color: white;
  text-align: center;
  font-weight: bold;
}
.rs_table .td, .rs_table2 .td {
  display: block;
  background: #f1f3f5;
  padding: 1rem;
}
.rs_table .td:before, .rs_table2 .td:before {
  content: attr(data-type);
  display: block;
  margin: -1rem -1rem 1rem;
  padding: 0.5rem 1rem;
  background: #5db6be;
  color: white;
}
.rs_table .tc, .rs_table2 .tc {
  text-align: center;
  width: 2em;
}
.rs_table .tbody .tr:nth-child(even) .td, .rs_table2 .tbody .tr:nth-child(even) .td {
  background: #e2e2e2;
}

.rs_table2 .thead {
  display: table-header-group;
}
.rs_table2 .th, .rs_table2 .td {
  border: 2px solid white;
  vertical-align: middle;
}
.rs_table2 .td {
  display: table-cell;
}
.rs_table2 .td:before {
  display: none;
}

@media (min-width: 768px) {
  .rs_table .thead {
    display: table-header-group;
  }
  .rs_table .th, .rs_table .td {
    border: 2px solid white;
  }
  .rs_table .td {
    display: table-cell;
  }
  .rs_table .td:before {
    display: none;
  }

  .rs_table2 .th br {
    display: none;
  }
  .rs_table2 .tc {
    min-width: 8em;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $時間軸                                                                   */
/*-------------------------------------------------------------------------------*/
.timeline {
  margin-bottom: 2rem;
}

.tl_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans", sans-serif, "微軟正黑體";
}
.tl_area {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #dfe848;
  color: #212529;
  font-size: 1.5em;
}
.tl_area span {
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.tl_area:after {
  content: "";
  position: absolute;
  right: -5rem;
  width: 5rem;
  border-bottom: 2px dashed #dfe848;
}
.tl_line {
  border-right: 3px solid #dfe848;
  margin: 3.5rem 0 -3.5rem;
}
.tl_line01 .tl_area {
  margin-top: 2.75rem;
}
.tl_line02 {
  border-right: 3px solid #5db6be;
}
.tl_line02 .tl_area {
  margin-top: 2.75rem;
  background: #5db6be;
}
.tl_line02 .tl_area:after {
  border-bottom: 2px dashed #5db6be;
}
.tl_line03 {
  border-right: 3px solid #2a4d63;
  margin: 3.5rem 0 0;
  height: 0rem;
}
.tl_line03 .tl_area {
  margin-top: -6.5rem;
  background: #2a4d63;
  color: white;
}
.tl_line03 .tl_area:after {
  border-bottom: 2px dashed #2a4d63;
}
.tl_inner {
  width: 100%;
}
.tl_group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 115px;
  margin: 0 0 1.5rem 1.5rem;
  padding: 0 1rem;
  background: #dfe848;
  border-radius: 0.5rem;
  line-height: 1.2;
}
.tl_group:before {
  position: absolute;
  left: calc(-1.5rem - 10px);
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #dfe848;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tl_head {
  width: 100%;
}
.tl_tit {
  display: inline-block;
  font-weight: bold;
}
.tl_time {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.tl_disc {
  width: 100%;
  padding: 0.5rem 0;
}

.tl_inner02 .tl_group {
  background: #5db6be;
}
.tl_inner02 .tl_group:before {
  background: #5db6be;
}

.tl_inner03 .tl_group {
  background: #2a4d63;
  color: white;
}
.tl_inner03 .tl_group:before {
  background: #2a4d63;
}

@media (min-width: 576px) {
  .tl_group {
    padding: 0 2rem;
  }
  .tl_head {
    font-size: 1.125em;
  }
}
@media (min-width: 768px) {
  .tl_head {
    font-size: 1.25em;
  }
  .tl_disc {
    font-size: 1.125em;
  }
}
@media (min-width: 1200px) {
  .tl_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tl_line {
    padding: 1rem 5rem 3.5rem;
  }
  .tl_line03 {
    padding: 0 5rem;
  }
  .tl_line03 .tl_area {
    margin-top: -5.5rem;
  }
  .tl_group {
    margin: 0 2rem 2rem;
    padding: 0 5rem;
    border-radius: 50rem;
  }
  .tl_group:before {
    left: calc(-2rem - 10px);
  }
  .tl_head {
    font-size: 1.5em;
  }
  .tl_tit {
    margin-right: 1rem;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $競賽流程                                                                   */
/*-------------------------------------------------------------------------------*/
.flow_wrap {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .flow_wrap {
    background: url(../../images/flow_bg.svg) no-repeat left top;
  }
}
@media (min-width: 1200px) {
  .flow_wrap {
    padding: 0 5rem 6rem;
    background: url(../../images/flow_bg.svg) no-repeat left 5rem top;
  }
}
@media (min-width: 992px) {
  .flow_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flow_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 0 0.25rem;
}
.flow_row + .flow_row {
  margin-top: -1rem;
}
@media (min-width: 992px) {
  .flow_row + .flow_row {
    margin-top: 0;
    width: 100%;
  }
}
.flow_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right bottom, from(#e4e4e4), to(#ffffff));
  background: -o-linear-gradient(top left, #e4e4e4, #ffffff);
  background: linear-gradient(to bottom right, #e4e4e4, #ffffff);
  border-radius: 50%;
  -webkit-box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .flow_icon {
    width: 158px;
    height: 158px;
    margin: -1px 1.5rem 0 30px;
  }
}
@media (min-width: 1200px) {
  .flow_icon {
    margin: -1px 2.15rem 0 30px;
  }
}
.flow_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem;
  background: white;
  border-radius: 0.25rem;
  line-height: 1.2;
}
.flow_inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: 0.5rem;
}
@media (min-width: 576px) {
  .flow_inner {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .flow_inner {
    padding: 1.5rem 3rem;
    border-radius: 50rem;
  }
  .flow_inner:before {
    margin: -6px;
    border-radius: 50rem;
  }
}
@media (min-width: 1200px) {
  .flow_inner {
    padding: 1.5rem 6rem 1.5rem 3rem;
    font-size: 1.25em;
  }
}
.flow_num {
  margin-right: 0.75rem;
  font-family: "Open Sans", sans-serif, "微軟正黑體";
  font-size: 2.25em;
  font-weight: bold;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media (min-width: 768px) {
  .flow_num {
    font-size: 2.625em;
  }
}
@media (min-width: 992px) {
  .flow_num {
    font-size: 3.9375em;
    margin-right: 1rem;
  }
}

@media (min-width: 992px) {
  .flow_01 {
    position: relative;
  }
  .flow_01:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(50% + 6px);
    left: 180px;
    width: 50px;
    height: 6px;
    background: #f6aa00;
  }
}
.flow_01 .flow_num {
  color: #f6aa00;
}
.flow_01 .flow_inner:before {
  background: -webkit-gradient(linear, left top, right top, from(#f6aa00), to(#e94c07));
  background: -o-linear-gradient(left, #f6aa00, #e94c07);
  background: linear-gradient(to right, #f6aa00, #e94c07);
}
.flow_02 .flow_num {
  color: #e35b9c;
}
.flow_02 .flow_inner:before {
  background: -webkit-gradient(linear, left top, right top, from(#e35b9c), to(#ac0784));
  background: -o-linear-gradient(left, #e35b9c, #ac0784);
  background: linear-gradient(to right, #e35b9c, #ac0784);
}
@media (min-width: 992px) {
  .flow_02 .flow_disc:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 30px;
    background: url(../../images/download_line.png) no-repeat center bottom;
  }
}
@media (min-width: 992px) {
  .flow_03 {
    position: relative;
  }
  .flow_03:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(50% + 6px);
    left: 180px;
    width: 50px;
    height: 6px;
    background: #7d5ca4;
  }
}
.flow_03 .flow_num {
  color: #7d5ca4;
}
.flow_03 .flow_inner:before {
  background: -webkit-gradient(linear, left top, right top, from(#7d5ca4), to(#41348a));
  background: -o-linear-gradient(left, #7d5ca4, #41348a);
  background: linear-gradient(to right, #7d5ca4, #41348a);
}
.flow_04 .flow_num {
  color: #00a6e5;
}
.flow_04 .flow_inner:before {
  background: -webkit-gradient(linear, left top, right top, from(#00a6e5), to(#009fa2));
  background: -o-linear-gradient(left, #00a6e5, #009fa2);
  background: linear-gradient(to right, #00a6e5, #009fa2);
}
@media (min-width: 992px) {
  .flow_05 {
    position: relative;
  }
  .flow_05:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(50% + 6px);
    left: 180px;
    width: 50px;
    height: 6px;
    background: #c5d700;
  }
}
.flow_05 .flow_num {
  color: #c5d700;
}
.flow_05 .flow_inner:before {
  background: -webkit-gradient(linear, left top, right top, from(#c5d700), to(#9ac715));
  background: -o-linear-gradient(left, #c5d700, #9ac715);
  background: linear-gradient(to right, #c5d700, #9ac715);
}
.flow_05 .flow_inner small {
  display: block;
  color: #ff4747;
}

.flow_link1 {
  display: inline-block;
  color: #006ede;
}
.flow_link1:hover, .flow_link1:focus {
  color: #3bacea;
  text-decoration: underline;
}
.flow_link2 {
  display: inline-block;
  margin: 0.25rem 0;
  padding: 10px;
  background: #7d5ca4;
  color: white;
  border-radius: 20rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flow_link2:hover {
  background: #4b3763;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 374px) {
  .flow_link2 {
    position: relative;
    padding: 10px 15px 10px 2rem;
  }
  .flow_link2:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #de5399;
    background: white;
  }
}
@media (min-width: 1200px) {
  .flow_link2 {
    font-size: 1rem;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $競賽獎項                                                                   */
/*-------------------------------------------------------------------------------*/
.award_wrap {
  width: 100%;
}
.award_title {
  padding: 1.25rem 0;
  color: #343a40;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}
.award_title i {
  display: block;
  color: #5db6be;
  padding: 0.5rem 0;
  font-weight: normal;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .award_title {
    font-size: 2em;
  }
  .award_title i {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .award_title {
    padding: 1.25rem 5rem;
  }
}

.award_table {
  display: table;
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
}
.award_table .thead {
  display: none;
}
.award_table .tbody {
  display: table-header-group;
}
.award_table .tr {
  display: table-row;
}
.award_table .th, .award_table .td {
  display: table-cell;
  padding: 0.5em 1%;
  border: 1px solid white;
}
.award_table .th {
  background: #5db6be;
  color: white;
  text-align: center;
  font-weight: bold;
}
.award_table .td {
  display: block;
  background: #f1f3f5;
  padding: 1rem;
  line-height: 1.5;
}
.award_table .td:before {
  content: attr(data-type);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #5db6be;
}
.award_table .td:first-child {
  background: #5db6be;
  color: white;
}
.award_table .td:first-child:before {
  color: white;
}

@media (min-width: 768px) {
  .award_table .thead {
    display: table-header-group;
  }
  .award_table .th, .award_table .td {
    padding: 0.5em 0;
    border: 2px solid white;
    text-align: center;
    padding: 0.75em 1%;
  }
  .award_table .td {
    display: table-cell;
    min-width: 6rem;
  }
  .award_table .td p {
    text-align: left;
  }
  .award_table .td:first-child {
    background: #f1f3f5;
    color: #4d4d4d;
  }
  .award_table .td:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .award_table {
    width: calc(100% - 10rem);
    margin: 1rem 5rem 3rem;
    font-size: 1.125em;
  }
}
.award_winner {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  .award_winner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .award_winner {
    padding: 2rem 5rem;
  }
}
.award_item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 0.25rem 3rem;
  padding: 3rem 0;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: #343a40;
  -webkit-box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .award_item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 360px;
  }
}
.award_item:before {
  content: "";
  position: absolute;
  top: -90px;
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.award_tit {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .award_tit {
    font-size: 2em;
  }
}
.award_num {
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .award_num {
    font-size: 1.5em;
  }
}
.award_bonus {
  padding: 0.5rem 0;
  color: #ff7200;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .award_bonus {
    font-size: 2em;
  }
}
.award_prove {
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .award_prove {
    font-size: 1.5em;
  }
}

.award_other {
  margin-bottom: 5rem;
}
.award_other .award_item {
  margin-bottom: 1rem;
}

.award_01 {
  border: 12px solid #72549f;
  border-top: 45px solid #72549f;
}
@media (min-width: 576px) {
  .award_01 {
    border: 20px solid #72549f;
    border-top: 45px solid #72549f;
  }
}
.award_01:before {
  background: #72549f url(../../images/winner1.svg);
}
.award_01 .award_tit {
  color: #72549f;
}
.award_02 {
  border: 12px solid #00a5d8;
  border-top: 45px solid #00a5d8;
}
@media (min-width: 576px) {
  .award_02 {
    border: 20px solid #00a5d8;
    border-top: 45px solid #00a5d8;
  }
}
.award_02:before {
  background: #00a5d8 url(../../images/winner2.svg);
}
.award_02 .award_tit {
  color: #00a5d8;
}
.award_03 {
  border: 12px solid #cad900;
  border-top: 45px solid #cad900;
}
@media (min-width: 576px) {
  .award_03 {
    border: 20px solid #cad900;
    border-top: 45px solid #cad900;
  }
}
.award_03:before {
  background: #cad900 url(../../images/winner3.svg);
}
.award_03 .award_tit {
  color: #cad900;
}
.award_04 {
  background: #ffba43;
}
.award_04 .award_tit {
  position: relative;
  margin-top: 65px;
  color: #0074e0;
}
.award_04 .award_tit:before {
  content: "";
  position: absolute;
  top: -75px;
  left: calc(50% - 32px);
  width: 65px;
  height: 80px;
  background: url(../../images/winner4.svg);
}
.award_04 .award_bonus {
  color: #c80000;
}
.award_05 {
  background: #37b8dd;
}
.award_05 .award_tit {
  position: relative;
  margin-top: 65px;
}
.award_05 .award_tit:before {
  content: "";
  position: absolute;
  top: -75px;
  left: calc(50% - 32px);
  width: 65px;
  height: 80px;
  background: url(../../images/winner5.svg);
}
.award_05 .award_bonus {
  color: #c80000;
}
.award_06 {
  background: #ff8ca7;
}
.award_06 .award_tit {
  position: relative;
  margin-top: 65px;
}
.award_06 .award_tit:before {
  content: "";
  position: absolute;
  top: -75px;
  left: calc(50% - 32px);
  width: 65px;
  height: 80px;
  background: url(../../images/winner6.svg);
}
.award_06 .award_bonus {
  color: #c80000;
}

@media (min-width: 768px) {
  .award_other .award_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    padding-left: 2.5rem;
  }
  .award_other .award_item:before {
    display: none;
  }
  .award_other .award_tit {
    margin-top: 0;
  }
  .award_other .award_tit:before {
    top: -15px;
    left: -60px;
  }
}
@media (min-width: 992px) {
  .award_other {
    padding: 0 5rem 4rem;
  }
  .award_other .award_tit {
    margin: 0 0.5rem;
  }
  .award_other .award_tit:before {
    left: -70px;
  }
  .award_other .award_bonus {
    margin: 0 0.5rem;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $線上報名                                                                   */
/*-------------------------------------------------------------------------------*/
.signup_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  margin-top: 2rem;
}
.signup-btn {
  margin: 0.75rem;
  padding: 1.5rem;
  background: #4d4d4d;
  color: white;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  border-radius: 0.75rem;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
.signup-btn-c1 {
  background: -webkit-gradient(linear, left top, right top, from(#307eff), to(#ff457a));
  background: -o-linear-gradient(left, #307eff, #ff457a);
  background: linear-gradient(to right, #307eff, #ff457a);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.signup-btn-c1:hover, .signup-btn-c1:focus {
  background: -webkit-gradient(linear, left top, right top, from(#307eff), to(#307eff));
  background: -o-linear-gradient(left, #307eff, #307eff);
  background: linear-gradient(to right, #307eff, #307eff);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.signup-btn-c2 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.signup-btn-c2:hover, .signup-btn-c2:focus {
  background: -webkit-gradient(linear, left top, right top, from(#dde000), to(#5eb62f));
  background: -o-linear-gradient(left, #dde000, #5eb62f);
  background: linear-gradient(to right, #dde000, #5eb62f);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .signup-btn {
    font-size: 1.25em;
    margin: 1rem 0.75rem;
  }
}
@media (min-width: 768px) {
  .signup-btn {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .signup-btn {
    font-size: 2em;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $常見問答                                                                   */
/*-------------------------------------------------------------------------------*/
.qa_wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.qa_item {
  position: relative;
  width: 100%;
  margin: 0 0 4rem;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.qa_item_q, .qa_item_a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 2.5rem 0.5rem;
  background: white;
  line-height: 1.2;
}
.qa_item_q:before, .qa_item_a:before {
  content: "";
  position: absolute;
  margin-top: -30px;
  width: 60px;
  height: 60px;
}
.qa_item_q {
  padding: 1rem 1rem 1rem 2rem;
  color: #0083ca;
}
.qa_item_q:before {
  top: 0;
  left: -30px;
  background: url(../images/qa_icon1.svg) no-repeat center top/contain;
}
.qa_item_q:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -8px;
  border-radius: inherit;
  border-left: 5px solid #009fc6;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.qa_item_a {
  padding: 1rem 2rem 1rem 1rem;
}
.qa_item_a:before {
  top: 0;
  right: -30px;
  background: url(../images/qa_icon2.svg) no-repeat center top/contain;
}
.qa_item_a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -8px;
  border-radius: inherit;
  border-left: 5px solid #de5399;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .qa_item {
    margin: 0 0 5rem;
  }
  .qa_item_q, .qa_item_a {
    margin: 2.5rem 1.5rem;
    font-size: 1.125em;
  }
  .qa_item_q:before, .qa_item_a:before {
    width: 80px;
    height: 80px;
    margin-top: -45px;
  }
  .qa_item_q:after, .qa_item_a:after {
    margin: -10px;
  }
  .qa_item_q {
    padding: 1rem 1rem 1rem 3rem;
  }
  .qa_item_a {
    padding: 1rem 3rem 1rem 2rem;
  }
}
@media (min-width: 1200px) {
  .qa_wrap {
    padding-bottom: 4rem;
  }
  .qa_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2rem;
  }
  .qa_item_q, .qa_item_a {
    margin: 2.5rem 1.5rem;
  }
  .qa_item_q:before, .qa_item_a:before {
    width: 120px;
    height: 120px;
    margin-top: -75px;
  }
  .qa_item_q:after, .qa_item_a:after {
    margin: -15px;
  }
  .qa_item_q {
    padding: 1rem 1rem 1rem 4rem;
  }
  .qa_item_q:before {
    left: -65px;
  }
  .qa_item_a {
    padding: 1rem 4rem 1rem 1rem;
  }
  .qa_item_a:before {
    right: -65px;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $聯絡我們                                                                   */
/*-------------------------------------------------------------------------------*/
.contact-wrap {
  margin: 1.5rem 0;
}
.contact-img {
  margin-bottom: 1rem;
}
.contact-info {
  line-height: 1.5;
}
.contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
}
.contact-info li i {
  min-width: 5em;
  color: #43808f;
}

@media (min-width: 992px) {
  .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.5rem 0 5rem;
  }
  .contact-img, .contact-info {
    margin: 1.5rem;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $最新消息                                                                   */
/*-------------------------------------------------------------------------------*/
.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 1.5rem 0;
}
.news-wrap .id-news-content {
  padding: 0;
}
.news-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0;
  font-size: 1.5625em;
  font-weight: bold;
}
.news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0rem;
}
.news-date span {
  width: 100%;
  padding: 0.5rem 1.5rem;
  background: black;
  color: white;
  border-radius: 5rem;
  text-align: center;
}
.news-img {
  margin-bottom: 1rem;
}
.news-info {
  width: 100%;
  line-height: 1.5;
}
.news-info mark {
  background: yellow;
}

@media (min-width: 992px) {
  .news-wrap .id-news-content {
    padding: 0 1rem;
  }
  .news-tit {
    padding: 0 5rem;
    margin: 0 0 2rem;
    font-size: 2.25em;
  }
  .news-img, .news-info {
    margin: 1.5rem;
  }
  .news-info {
    padding: 0 5rem;
    font-size: 1.125em;
  }
  .news-date {
    margin-bottom: 2.5rem;
    padding: 0 5rem;
  }
  .news-date span {
    width: auto;
  }
}
.txt-ul {
  margin: 1rem 0;
}
.txt-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
}
.txt-ul li i {
  min-width: 5em;
  color: #43808f;
}

.txt-idt-1 {
  text-indent: 2em;
}

.news-c1 {
  color: #0099cb;
  min-width: 5rem;
}

.news-c2 {
  color: #00ae08;
}

.news-c3 {
  color: #0062a3;
}

.back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0 5rem;
}
.back-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 150px;
  padding: 1rem;
  background: black;
  color: white;
  border-radius: 5rem;
}
.back-btn a:hover {
  background: -webkit-gradient(linear, right bottom, left top, from(#43618f), color-stop(42%, #2b9ea8), color-stop(85%, #dfe848));
  background: -o-linear-gradient(bottom right, #43618f 0%, #2b9ea8 42%, #dfe848 85%);
  background: linear-gradient(to top left, #43618f 0%, #2b9ea8 42%, #dfe848 85%);
  -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-table1 .td {
  text-align: center;
}

.schedule-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
}
.schedule-table .thead, .schedule-table .tbody {
  display: table-header-group;
}
.schedule-table .tr {
  display: table-row;
}
.schedule-table .th, .schedule-table .td {
  display: table-cell;
  padding: 0.5em 1%;
  text-align: center;
  background: #93c790;
}
.schedule-table .th {
  color: white;
}
.schedule-table .thead .tr .th:nth-child(1), .schedule-table .thead .tr .th:nth-child(3) {
  background: black;
}
.schedule-table .thead .tr .th:nth-child(2) {
  background: #1a1a1a;
}
.schedule-table .tbody .td {
  background: #e2e2e2;
  padding: 1rem 1%;
  height: 48px;
  vertical-align: middle;
}
.schedule-table .tbody .tr:nth-child(odd) .td:nth-child(2) {
  background: #d6d6d6;
}
.schedule-table .tbody .tr:nth-child(even) .td:nth-child(1), .schedule-table .tbody .tr:nth-child(even) .td:nth-child(3) {
  background: #d6d6d6;
}
.schedule-table .tbody .dark-1 {
  background: #808080 !important;
  color: white;
}
.schedule-table .tbody .dark-2 {
  background: #898989 !important;
  color: white;
}

.workshop-df-table {
  display: block;
  margin: 1.5rem 0 5rem;
  width: 100%;
}
.workshop-df-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workshop-df-th, .workshop-df-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.workshop-df-th:first-child, .workshop-df-td:first-child {
  width: 10rem !important;
}
.workshop-df-th-sub, .workshop-df-td-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0.5em 0;
  border: 1px solid white;
}
@media (min-width: 374px) {
  .workshop-df-th-sub, .workshop-df-td-sub {
    padding: 0.5em 0.25rem;
  }
}
.workshop-df-th-sub li span, .workshop-df-td-sub li span {
  display: block;
  margin: 0.25rem 0;
}
.workshop-df-th {
  background: #5db6be;
  color: white;
}
.workshop-df-tr:nth-child(even) {
  background: #e2e2e2;
}
.workshop-df-tr:nth-child(odd) {
  background: #f1f3f5;
}

/*-------------------------------------------*\
  _gallery.scss
  活動花絮
\*-------------------------------------------*/
.gallery-wrap {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .gallery-wrap {
    padding: 0 5rem;
  }
}
.gallery-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.5rem 0;
}
@media (min-width: 992px) {
  .gallery-title {
    margin: 0 0 2.5rem;
  }
}
.gallery-content {
  width: 100%;
}
.gallery-content::after {
  content: "";
  display: table;
  clear: both;
}
.gallery-content .item {
  position: relative;
  float: left;
  width: calc(100% / 2 - .5rem);
  margin: 0.25rem;
}
@media (min-width: 992px) {
  .gallery-content .item {
    width: calc(100% / 4 - .5rem);
  }
}
.gallery-content .item .galleary-inner {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  color: #1a1a1a;
}
.gallery-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  width: 0%;
  height: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.ga-date, .ga-title {
  position: relative;
  padding: 0.25rem 0;
  line-height: 1.5;
}
.ga-num {
  display: inline-block;
  font-weight: bold;
  margin-right: 0.25rem;
  -webkit-transition: all 1s ease 0.6s;
  -o-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}
.ga-mon {
  display: inline-block;
  -webkit-transition: all 1s ease 0.4s;
  -o-transition: all 1s ease 0.4s;
  transition: all 1s ease 0.4s;
}
.ga-text {
  display: block;
  padding: 0 0.5rem;
  overflow: hidden;
  height: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 1s ease 0.6s;
  -o-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.item:hover, .item:focus {
  -webkit-transition: all 1.5s ease 0.4s;
  -o-transition: all 1.5s ease 0.4s;
  transition: all 1.5s ease 0.4s;
}
.item:hover .gallery-inner, .item:focus .gallery-inner {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.item:hover .gallery-inner:before, .item:focus .gallery-inner:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1850px) {
  .item:hover .gallery-inner:before, .item:focus .gallery-inner:before {
    width: 60%;
  }
}
.item:hover .ga-num, .item:focus .ga-num {
  -webkit-transition: all 1s ease 0.6s;
  -o-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}
.item:hover .ga-mon, .item:focus .ga-mon {
  -webkit-transition: all 1s ease 0.4s;
  -o-transition: all 1s ease 0.4s;
  transition: all 1s ease 0.4s;
}
.item:hover .ga-text, .item:focus .ga-text {
  -webkit-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

.video-icon .md-img {
  position: relative;
}
.video-icon .md-img:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background: url(../images/video_play.svg) no-repeat center center/contain;
  -webkit-filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.75));
}

.gallery-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0 5rem;
}
.gallery-back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 150px;
  padding: 1rem;
  background: black;
  color: white;
  border-radius: 5rem;
}
.gallery-back a:hover {
  background: -webkit-gradient(linear, right bottom, left top, from(#43618f), color-stop(42%, #2b9ea8), color-stop(85%, #dfe848));
  background: -o-linear-gradient(bottom right, #43618f 0%, #2b9ea8 42%, #dfe848 85%);
  background: linear-gradient(to top left, #43618f 0%, #2b9ea8 42%, #dfe848 85%);
  -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-------------------------------------------------------------------------------*/
/*    $歷屆獲獎                                                                   */
/*-------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .previous-wrap {
    padding: 0 5rem 5rem;
  }
}
.previous-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.previous-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem 0;
}
.previous-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  max-height: 150px;
  margin: 1rem 0 0.5rem;
}
@media (min-width: 576px) {
  .previous-img {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .previous-img {
    max-height: 250px;
  }
}
@media (min-width: 992px) {
  .previous-img {
    max-height: 350px;
    margin-bottom: 2rem;
  }
}

.previous-table {
  display: table;
  width: 100%;
  margin: 1rem auto 3rem;
  border-collapse: collapse;
  line-height: 1.5;
}
.previous-table .thead {
  display: table-header-group;
}
.previous-table .tbody {
  display: table-header-group;
}
.previous-table .tr {
  display: table-row;
}
.previous-table .tr:nth-child(odd) .td {
  background: white;
}
.previous-table .th, .previous-table .td {
  display: table-cell;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  vertical-align: middle;
  padding: 0.75em 1%;
}
.previous-table .th {
  background: #ffcc02;
  font-weight: bold;
}
.previous-table .td {
  display: table-cell;
  background: #f1f3f5;
}
.previous-table .td:first-child {
  width: 25%;
}
.previous-table .td:nth-child(2) {
  width: 35%;
}
.previous-table .td p {
  text-align: center;
}
.previous-table .td:before {
  display: none;
}

/*-------------------------------------------*\
  _pagination.scss
\*-------------------------------------------*/
.greencircular-pagination {
  margin: 2rem 0;
}
@media (min-width: 576px) {
  .greencircular-pagination {
    margin: 3rem 0 5rem;
  }
}
.greencircular-pagination .page-link {
  border-color: #212529;
  background: none;
  border-radius: 0 !important;
  color: #1a1a1a;
  width: 45px;
  height: 45px;
  margin: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .greencircular-pagination .page-link {
    margin: 5px;
    width: 55px;
    height: 55px;
  }
}
.greencircular-pagination .page-link:hover {
  -webkit-box-shadow: inset 2px 2px 0px rgba(26, 26, 26, 0.95), inset -2px -2px 0px rgba(26, 26, 26, 0.95);
          box-shadow: inset 2px 2px 0px rgba(26, 26, 26, 0.95), inset -2px -2px 0px rgba(26, 26, 26, 0.95);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.greencircular-pagination .active .page-link {
  color: white !important;
}
.greencircular-pagination .paginator-PrevPage .page-link, .greencircular-pagination .paginator-NextPage .page-link {
  border: 0;
  font-size: 0rem;
}
.greencircular-pagination .paginator-PrevPage .page-link:focus, .greencircular-pagination .paginator-NextPage .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 576px) {
  .greencircular-pagination .paginator-PrevPage .page-link, .greencircular-pagination .paginator-NextPage .page-link {
    background-size: 60% !important;
  }
}
.greencircular-pagination .paginator-PrevPage .page-link {
  background: url(../images/prev.svg) no-repeat center center;
}
.greencircular-pagination .paginator-PrevPage.no-page {
  opacity: 0.5;
}
.greencircular-pagination .paginator-NextPage .page-link {
  background: url(../images/next.svg) no-repeat center center;
}
.greencircular-pagination .paginator-LastPage {
  position: relative;
}
.greencircular-pagination .paginator-LastPage:before {
  content: "...";
  position: absolute;
  top: 11px;
  left: 7px;
  color: #1a1a1a;
}
@media (min-width: 576px) {
  .greencircular-pagination .paginator-LastPage:before {
    top: 20px;
    left: 5px;
  }
}
.greencircular-pagination .paginator-LastPage .page-link {
  margin-left: 30px;
}