@charset "UTF-8";
body {
  font-family: "微軟正黑體";
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
}

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

.text-en {
  font-family: "Arial";
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  margin-top: 150px;
}

.wrapper {
  max-width: 1500px;
  margin: auto;
}
.wrapper01 {
  max-width: 1320px;
  margin: auto;
}
.wrapper02 {
  max-width: 1400px;
  margin: auto;
}

.content {
  margin-top: 70px;
}
.content01 {
  margin-bottom: 110px;
}

button {
  cursor: pointer;
}

.top-banner, .top-banner--exhibitor {
  height: 300px;
  margin-top: 150px;
}
.top-banner--exhibitor {
  background: url(/images/exhibitor/exhibitor-banner.jpg) center no-repeat;
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 300px;
  letter-spacing: 0.05rem;
}

.page-title {
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
  color: #00457b;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05rem;
}
.page-title01 {
  padding: 23px 30px;
  background: #f6f6f6;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1rem;
}
.page-title02 {
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
  color: #333333;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05rem;
}

.btn01 {
  width: 550px;
  height: 55px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #003894;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  cursor: pointer;
}
.btn01:hover {
  background: #4488d4;
}
.btn01 a {
  display: block;
  color: #fff;
}

.btn02 {
  width: 300px;
  height: 55px;
  margin: auto;
  background: #387d94;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  cursor: pointer;
}
.btn02:hover {
  background: #0d5067;
}
.btn02 a {
  color: #fff;
}

.list-decimal {
  list-style-type: decimal;
  padding-left: 1rem;
}
.list-decimal li {
  margin-bottom: 5px;
}

.list-disc {
  list-style-type: disc;
  padding-left: 1rem;
}
.list-disc li {
  margin-bottom: 5px;
}

.text-red {
  color: #ff0000;
}

.text-deepred {
  color: #ce0f0f;
}

.text-light {
  color: #7d7d7d;
}

.text-right {
  text-align: right;
}

.font-size01 {
  font-size: 18px;
}

.font-size02 {
  font-size: 20px;
}

.font-small {
  font-size: 16px;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.word-break-all {
  word-break: break-all;
}

.text-underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.vertical-middle {
  vertical-align: middle;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.w-full {
  width: 100%;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.main-block {
  padding-top: 45px;
}

.spacing01 {
  letter-spacing: 0.05rem;
}

/*top banner*/
.banner {
  padding: 0 30px 30px 0;
}

.banner__img, .banner__img--faq, .banner__img--video, .banner__img--gallery, .banner__img--news, .banner__img--study, .banner__img--about {
  width: calc(6px + (100% - 12px) / 6 * 4);
  margin: 0;
  position: relative;
  line-height: 0;
  height: 430px;
}
.banner__img img, .banner__img--faq img, .banner__img--video img, .banner__img--gallery img, .banner__img--news img, .banner__img--study img, .banner__img--about img {
  width: 100%;
  height: auto;
}
.banner__img::after, .banner__img--faq::after, .banner__img--video::after, .banner__img--gallery::after, .banner__img--news::after, .banner__img--study::after, .banner__img--about::after {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 80%;
  height: 30px;
  background: #003894;
  content: "";
}
.banner__img--about {
  background: url(/images/about-banner.jpg) center no-repeat;
}
.banner__img--study {
  background: url(/images/study-banner.jpg) center no-repeat;
}
.banner__img--news {
  background: url(/images/news-banner.jpg) center no-repeat;
}
.banner__img--gallery {
  background: url(/images/gallery-banner.jpg) center no-repeat;
}
.banner__img--video {
  background: url(/images/video-banner.jpg) center no-repeat;
}
.banner__img--faq {
  background: url(/images/faq-banner.jpg) center no-repeat;
}

.banner__text {
  width: calc(2px + (100% - 62px) / 6 * 2);
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 2px;
  margin: 33px 0 0;
  background: #003894;
  color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.banner__text::after {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 100%;
  height: 30px;
  background: #003894;
  content: "";
}
.banner__text .banner__title {
  width: calc(100% - 115px);
  padding: 0 60px 15px 20px;
  margin-top: 50px;
  border-bottom: 1px #fff solid;
  text-align: right;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.1rem;
}
.banner__text .banner__title .banner__title--cn {
  font-size: 48px;
  font-weight: bold;
}

/*麵包屑*/
.breadcrumb-wrapper {
  padding: 25px 0;
}

ul.breadcrumb::before {
  content: "";
  width: 17px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  background: url(/images/home-icon.svg) center no-repeat;
  background-size: 17px 15px;
}
ul.breadcrumb li {
  display: inline;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1rem;
}
ul.breadcrumb li a {
  color: #4d4d4d;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #003894;
  text-decoration: underline;
}
ul.breadcrumb li::after {
  content: ">";
  padding: 0 5px;
}
ul.breadcrumb li:last-child::after {
  display: none;
}

/*footer*/
.footer {
  padding: 15px 0 0;
  margin-top: 110px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.footer-box {
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.footer-nav {
  padding-top: 20px;
  margin-bottom: 40px;
}
.footer-nav li {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
.footer-nav li:last-child a::after {
  display: none;
}
.footer-nav li a {
  display: block;
  padding-left: 15px;
  color: #333;
  letter-spacing: 0.05rem;
}
.footer-nav li a::after {
  padding-left: 15px;
  display: inline-block;
  content: "|";
  color: #b0b0b0;
  font-weight: normal;
}
.footer-nav li a:hover {
  color: #00457b;
}

.footer-detail {
  width: 920px;
  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: flex-start;
}
.footer-detail__title {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.01rem;
}
.footer-detail__item {
  color: #666666;
  font-size: 17px;
  letter-spacing: 0.01rem;
}
.footer-detail__block {
  width: calc(100% - 65px);
}
.footer-detail li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
.footer-detail li:first-child {
  width: 31%;
}
.footer-detail li:nth-child(2) {
  width: 35%;
}
.footer-detail li:last-child {
  width: 34%;
  margin-right: 0;
}
.footer-detail__icon, .footer-detail__icon--address, .footer-detail__icon--mail, .footer-detail__icon--phone {
  width: 52px;
  height: 52px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #5997c8;
  border-radius: 99em;
  text-align: center;
  line-height: 52px;
}
.footer-detail__icon--phone img {
  width: 20px;
  margin: auto;
}
.footer-detail__icon--mail img {
  width: 21px;
  margin: auto;
}
.footer-detail__icon--address img {
  width: 17px;
  margin: auto;
}

.footer-logo {
  width: 230px;
  margin-right: 100px;
}
.footer-logo a {
  display: block;
}

.footer-block {
  width: calc(100% - 330px);
}

.footer-social {
  width: 85px;
  position: absolute;
  right: 0;
  top: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-social a {
  width: 31px;
  display: inline-block;
  margin-right: 5px;
}
.footer-social a:last-child {
  margin-right: 0;
}

.copyright {
  width: 100%;
  height: 55px;
  background: #003894;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 55px;
  letter-spacing: 0.05rem;
}
.copyright a {
  color: rgba(255, 255, 255, 0.7);
}

/*共用*/
.news-category {
  display: inline-block;
  color: #fff;
}

.container {
  margin-top: 150px;
  overflow: hidden;
}

/*back btn*/
.back-btn {
  width: 200px;
  height: 70px;
  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;
  margin: auto;
  margin-top: 80px;
  border: 1px solid #000;
  color: #010000;
  text-align: center;
  font-size: 24px;
  line-height: 70px;
}
.back-btn:hover {
  background: #1e3276;
  color: #fff;
}

@media only screen and (max-width: 1500px) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  .wrapper01 {
    max-width: 100%;
    padding: 30px;
  }
  .wrapper02 {
    max-width: 100%;
    padding: 20px;
  }
  .banner__text .banner__title {
    width: calc(100% - 50px);
    font-size: 24px;
  }
  .banner__text .banner__title .banner__title--cn {
    margin-bottom: 15px;
    font-size: 48px;
  }
  .main-block {
    padding-top: 30px;
  }
  .breadcrumb-wrapper {
    padding: 10px 0 25px;
  }
}
@media only screen and (max-width: 1400px) {
  .footer-box {
    padding: 15px 20px;
  }
  .footer-nav {
    margin-bottom: 15px;
    text-align: left;
  }
  .footer-nav li {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .footer-social {
    right: 2%;
  }
  .footer-detail {
    width: 100%;
  }
  .footer-logo {
    margin-right: 40px;
  }
  .footer-block {
    width: calc(100% - 270px);
  }
}
@media only screen and (max-width: 1300px) {
  .footer-detail__title {
    font-size: 18px;
  }
  .footer-detail__item {
    font-size: 16px;
  }
  .footer-nav {
    width: calc(100% - 100px);
  }
  .banner__img, .banner__img--about, .banner__img--study, .banner__img--news, .banner__img--gallery, .banner__img--video, .banner__img--faq {
    height: 350px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner {
    padding: 0;
    position: relative;
  }
  .banner__img, .banner__img--about, .banner__img--study, .banner__img--news, .banner__img--gallery, .banner__img--video, .banner__img--faq {
    width: 100%;
    height: 300px;
  }
  .banner__img::after, .banner__img--about::after, .banner__img--study::after, .banner__img--news::after, .banner__img--gallery::after, .banner__img--video::after, .banner__img--faq::after {
    display: none;
  }
  .banner__text {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .banner__text::after {
    display: none;
  }
  .banner__text .banner__title {
    width: 100%;
    margin: auto;
    padding: 0;
    border-bottom: 0;
    text-align: center;
    line-height: inherit;
  }
  .banner__title {
    border: none;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper01 {
    padding: 20px;
  }
  .wrap {
    margin-top: 120px;
  }
  .container {
    margin-top: 120px;
  }
  .footer {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 980px) {
  .footer {
    padding: 0;
  }
  .footer-logo {
    margin: auto;
    text-align: center;
  }
  .footer-block {
    width: 100%;
  }
  .footer-nav {
    width: 100%;
    text-align: center;
  }
  .footer-logo {
    width: 180px;
  }
  .footer-social {
    position: static;
    margin: 10px auto;
  }
  .top-banner, .top-banner--exhibitor {
    margin-top: 120px;
    height: 200px;
    line-height: 200px;
  }
  .top-banner--exhibitor {
    font-size: 30px;
  }
  .copyright {
    height: auto;
    padding: 10px;
    line-height: inherit;
  }
  .banner__img, .banner__img--about, .banner__img--study, .banner__img--news, .banner__img--gallery, .banner__img--video, .banner__img--faq {
    height: 250px;
  }
  .banner__text .banner__title .banner__title--cn {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .btn01 {
    width: 100%;
  }
  .btn02 {
    width: 100%;
  }
  .top-banner--exhibitor {
    margin-top: 90px;
  }
  .container {
    margin-top: 90px;
  }
  .wrap {
    margin-top: 90px;
  }
  .back-btn {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .page-title01 {
    padding: 20px 15px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-detail li:first-child, .footer-detail li:nth-child(2), .footer-detail li:last-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-banner, .top-banner--exhibitor {
    margin-top: 90px;
  }
  ul.breadcrumb li {
    font-size: 16px;
  }
  .font-size01 {
    font-size: 16px;
  }
  .font-size02 {
    font-size: 18px;
  }
  .banner__img--faq {
    background-position: left;
  }
}
@media only screen and (max-width: 480px) {
  .btn01 {
    height: auto;
    padding: 10px;
    font-size: 18px;
    line-height: inherit;
  }
}