@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #000;
  background-color: #f5f5f5;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

input, textarea, select, button {
  outline: none;
  border: 0;
  background-color: transparent;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.second-title {
  font-size: 40px;
  margin: 0;
  text-align: center;
  color: #1A4E7D;
  letter-spacing: 0.05em;
}

.inner-title {
  font-size: 40px;
  margin-bottom: 35px;
  color: #1A4E7D;
  letter-spacing: 0.05em;
}

.tab-box {
  border: 0;
}

.tab-box li {
  margin: 0 10px;
}

.tab-box li .nav-link {
  color: #7C7C7C;
  border: 1px solid #AFAFAF;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 23px;
}

.tab-box li .nav-link.active {
  background-color: #1A4E7D;
  border-color: #1A4E7D;
  color: #fff;
}

.tab-box li .nav-link:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  color: #1A4E7D;
}

.tab-box.page-tab li .nav-link {
  border-color: #fff;
  color: #fff;
}

.tab-box.page-tab li .nav-link.active {
  background-color: #fff;
  color: #1A4E7D;
}

.tab-box.page-tab li .nav-link:hover {
  background-color: #fff;
  color: #1A4E7D;
  -webkit-box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
          box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}

.btn-readmore {
  display: block;
  margin: 40px auto 0;
}

.btn-readmore a {
  border: 1px solid #AFAFAF;
  display: block;
  width: 135px;
  height: 45px;
  position: relative;
}

.btn-readmore a .hover {
  position: absolute;
  width: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 100%;
  background-color: #1A4E7D;
  top: 0;
  left: 0;
}

.btn-readmore a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #7f7f7f;
  font-size: 14px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
}

.btn-readmore a:hover {
  border-color: #1A4E7D;
}

.btn-readmore a:hover .hover {
  width: 100%;
}

.btn-readmore a:hover span {
  color: #fff;
}

.page-title-box {
  width: 100%;
  padding-bottom: 37%;
  position: relative;
}

.page-title-box .page-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-title-box .page-title {
  position: absolute;
  top: calc(50% + 35px);
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.page-title-box .page-title h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0 auto;
}

.page-title-box .tab-box {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
}

.page-content {
  padding-top: 100px;
}

.page-content .second-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .second-title {
    font-size: 35px;
  }
  .py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pb-100 {
    padding-bottom: 60px !important;
  }
  .mb-40 {
    margin-bottom: 30px !important;
  }
  .tab-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-readmore {
    margin-top: 20px;
  }
  .btn-readmore a {
    padding: 10px 18px;
    font-size: 14px;
  }
  .page-title-box {
    padding-bottom: 60%;
  }
  .page-title-box .page-title {
    top: inherit;
    bottom: calc(10% + 100px);
    -webkit-transform: none;
            transform: none;
  }
  .tab-box.page-tab li .nav-link {
    padding: 10px 13px;
  }
  .inner-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 570px) {
  .page-title-box {
    padding-bottom: 72.5%;
  }
  .page-title-box .page-title {
    bottom: calc(10% + 20px);
  }
  .page-title-box .page-title h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .page-title-box .tab-box {
    bottom: calc(10% - 20px);
  }
  .page-title-box .tab-box ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-title-box .tab-box ul li {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 10px;
  }
  .page-title-box .tab-box ul li .nav-link {
    padding: 10px 13px;
    font-size: 13px;
  }
  .page-content {
    padding-top: 50px;
  }
  .tab-box {
    margin-top: 20px;
  }
  .tab-box li {
    margin: 0 5px;
  }
  .tab-box li .nav-link {
    padding: 10px 13px;
    font-size: 13px;
  }
}

header {
  height: 70px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

header > div {
  height: 100%;
}

header > div .left {
  height: 100%;
}

header > div .left a {
  height: 100%;
}

header > div .left a img {
  height: 50%;
}

header > div .right {
  height: 100%;
}

header > div .right nav {
  height: 100%;
}

header > div .right nav a {
  color: #222;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

header > div .right nav .stage_first {
  margin-left: 20px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header > div .right nav .stage_first ul {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
  width: 140px;
  left: 0;
  top: 60px;
  display: none;
}

header > div .right nav .stage_first.drop {
  padding-right: 20px;
}

header > div .right nav .stage_first.active > a {
  color: #1A4E7D;
  font-weight: 600;
}

header > div .right nav .stage_first:hover ul {
  display: block;
}

header > div .right nav .stage_first:hover > a {
  color: #1A4E7D;
  font-weight: bold;
}

header > div .right nav .stage_second a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

header > div .right nav .stage_second a:hover {
  color: #69ABD3;
  font-weight: bold;
}

header > div .right nav .stage_second:last-child {
  border: 0;
}

header > div .right .icon-menu {
  width: 20px;
  height: 14px;
  position: relative;
}

header > div .right .icon-menu .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background-color: #1A4E7D;
  left: 0;
}

header > div .right .icon-menu .bar.top {
  top: 0;
}

header > div .right .icon-menu .bar.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header > div .right .icon-menu .bar.bottom {
  bottom: 0;
}

@media screen and (max-width: 991px) {
  header {
    height: 74px;
  }
  header > div .right nav {
    position: fixed;
    max-width: 400px;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: rgba(255, 255, 255, 0.95);
    top: 70px;
    right: 0;
    right: -100%;
    overflow-y: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  header > div .right nav a {
    display: block;
    width: 100%;
    padding: 14px 20px;
  }
  header > div .right nav .stage_first {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(141, 141, 141, 0.3);
    margin: 0;
    display: block;
  }
  header > div .right nav .stage_first:hover ul {
    display: none;
  }
  header > div .right nav .stage_first.drop {
    padding-right: 0;
    padding-bottom: 0;
  }
  header > div .right nav .stage_first.drop::after {
    display: none;
  }
  header > div .right nav .stage_first.drop > a {
    position: relative;
  }
  header > div .right nav .stage_first.drop > a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../image/arrow-deep-blue.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  header > div .right nav .stage_first.drop > a.active::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  header > div .right nav .stage_first ul {
    position: static;
    padding: 0 20px;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header > div .right nav .stage_second {
    border-bottom: 1px solid rgba(141, 141, 141, 0.3);
  }
  header > div .right nav.active {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
  header > div .left a img {
    width: 220px;
  }
  header > div .right nav {
    height: calc(100vh - 60px);
    top: 60px;
  }
}

footer {
  background-color: #003249;
  padding: 40px 0;
}

footer ul li {
  color: #fff;
  margin-bottom: 5px;
  position: static;
}

footer ul li:last-child {
  margin-bottom: 0;
}

footer a {
  color: #fff;
}

footer .fb-link img {
  width: 35px;
}

.fix-btn {
  position: fixed;
  right: 30px;
  bottom: 161px;
  z-index: 100;
}

.fix-btn > div {
  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: 15px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 50, 73, 0.15);
          box-shadow: 0px 2px 15px rgba(0, 50, 73, 0.15);
  width: 50px;
  height: 50px;
  padding: 0;
}

.fix-btn > div.message {
  background-color: #2196F3;
}

.fix-btn > div.message img {
  width: 35px;
}

.fix-btn > div#fb-root {
  background-color: #2196F3;
}

.fix-btn > div.gototop {
  background: rgba(105, 171, 211, 0.9);
}

.fix-btn > div.gototop img {
  width: 28px;
}

@media screen and (max-width: 767px) {
  footer {
    position: relative;
  }
  footer ul li {
    font-size: 14px;
  }
  footer .fb-link {
    position: absolute;
    bottom: 40px;
    right: 20px;
  }
  footer .fb-link img {
    width: 30px;
  }
  .fix-btn > div {
    width: 40px;
    height: 40px;
  }
  .fix-btn > div.message {
    background-color: #2196F3;
  }
  .fix-btn > div.message img {
    width: 30px;
  }
  .fix-btn > div.gototop img {
    width: 23px;
  }
}

.swiper-button-next, .swiper-button-prev {
  outline: none;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  background-color: transparent;
  font-size: 20px;
  content: "";
  background-image: url(../image/arrow-deep-blue.svg);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  background-color: transparent;
  font-size: 20px;
  content: "";
  background-image: url(../image/arrow-deep-blue.svg);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 40px;
  height: 40px;
}

.album {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.album .album_mask {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: none;
}

.album .album_mask .album_close {
  position: fixed;
  width: 18px;
  top: 18px;
  right: 20px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.album .album_mask .album_close:hover {
  opacity: 1;
}

.album .album-pic .bigpic {
  margin-bottom: 25px;
}

.album .album-pic .bigpic .swiper-slide .pic {
  width: 100%;
  padding-bottom: 52%;
  position: relative;
}

.album .album-pic .bigpic .swiper-slide .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.album .album-pic .bigpic .swiper-button-next,
.album .album-pic .bigpic .swiper-button-prev {
  display: none;
  opacity: 0.7;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.album .album-pic .bigpic .swiper-button-next:hover,
.album .album-pic .bigpic .swiper-button-prev:hover {
  opacity: 1;
}

.album .album-pic .bigpic:hover .swiper-button-next,
.album .album-pic .bigpic:hover .swiper-button-prev {
  display: block;
}

.album .album-pic .smallpic {
  padding: 10px 0 33px;
  max-width: inherit;
  width: 100%;
  margin: 0 auto;
}

.album .album-pic .smallpic .pic {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}

.album .album-pic .smallpic .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.album .album-pic .smallpic .pic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.63);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.album .album-pic .smallpic .swiper-slide {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.album .album-pic .smallpic .swiper-slide-thumb-active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 100;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.album .album-pic .smallpic .swiper-slide-thumb-active .pic::after {
  opacity: 0;
}

.album .album-pic .smallpic .swiper-pagination-progressbar {
  max-width: 200px;
  width: 100%;
  top: inherit;
  bottom: 13px;
  border-radius: 100px;
  background-color: #ebebeb;
}

.album .album-pic .smallpic .swiper-pagination-progressbar-fill {
  background-color: #1A4E7D;
  border-radius: 100px;
}

.album .album-pic .smallpic .smallpic-arrow {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.album .album-pic .smallpic .smallpic-arrow.swiper-button-next {
  right: 5px;
  bottom: 5px;
  top: inherit;
  left: inherit;
}

.album .album-pic .smallpic .smallpic-arrow.swiper-button-prev {
  right: 35px;
  bottom: 5px;
  top: inherit;
  left: inherit;
}

.album .album-pic .smallpic .smallpic-arrow::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 50%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  margin: 0;
}

.album .album-pic .smallpic .smallpic-arrow:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.album.active {
  position: fixed;
  width: 100vw;
  height: 100vw;
  top: 0;
  left: 0;
  z-index: 1000;
}

.album.active .album_mask {
  display: block;
}

.album.active .album-pic {
  position: fixed;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.album.active .album-pic .smallpic {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

.album.active .album-pic .smallpic .swiper-pagination {
  display: none;
}

.album.active .album-pic .smallpic .smallpic-arrow {
  display: none;
}

@media screen and (max-width: 767px) {
  .album .album-pic .bigpic .swiper-button-prev, .album .album-pic .bigpic .swiper-button-next {
    display: block;
    opacity: 1;
  }
  .album .album-pic .bigpic .swiper-button-prev::after, .album .album-pic .bigpic .swiper-button-next::after {
    width: 30px;
    height: 30px;
  }
  .album .album-pic .bigpic .swiper-button-prev {
    left: -8px;
  }
  .album .album-pic .bigpic .swiper-button-next {
    right: 5px;
  }
}

.contact {
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact .submit {
  background: #1A68AF;
  color: #fff;
  padding: 10px 35px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.contact .submit:hover {
  background-color: #1A4E7D;
}

.input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.input-box label {
  color: #1A4E7D;
  width: 80px;
}

.input-box label .must {
  color: #B24545;
}

.input-box input, .input-box textarea {
  width: calc(100% - 80px);
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid #B0C1CC;
  padding: 10px;
}

.input-box input::-webkit-input-placeholder, .input-box textarea::-webkit-input-placeholder {
  color: #868686;
}

.input-box input:-ms-input-placeholder, .input-box textarea:-ms-input-placeholder {
  color: #868686;
}

.input-box input::-ms-input-placeholder, .input-box textarea::-ms-input-placeholder {
  color: #868686;
}

.input-box input::placeholder, .input-box textarea::placeholder {
  color: #868686;
}

.input-box input {
  height: 45px;
}

.input-box.vertify .vertify_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 80px);
}

.input-box.vertify .vertify_content input {
  width: 180px;
}

.input-box.vertify .vertify_content img {
  height: 45px;
  margin-left: 20px;
}

.recaptcha {
  padding-left: 80px;
}

@media screen and (max-width: 575px) {
  .input-box input, .input-box textarea {
    width: 100%;
    margin-top: 10px;
  }
  .input-box.vertify .vertify_content {
    width: 100%;
    margin-top: 10px;
  }
  .input-box.vertify .vertify_content input {
    margin: 0;
    width: 120px;
  }
  .recaptcha {
    padding-left: 0;
  }
}

.list-text {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.list-text a {
  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;
  width: 100%;
  height: 100%;
  padding: 18px 15px;
  position: relative;
}

.list-text a .tag {
  padding: 3px 10px;
  margin-right: 10px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.list-text a .tag.announce {
  background-color: #FFC900;
}

.list-text a .tag.signup {
  background-color: #F6B965;
}

.list-text a .tag.media {
  background-color: #09DC99;
}

.list-text a h5 {
  font-weight: bold;
  font-size: 18px;
  color: #4d4d4d;
  letter-spacing: 0.05em;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: calc(100% - 100px);
}

.list-text a .date {
  color: #1A4E7D;
  width: 90px;
  text-align: right;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.list-text:hover {
  border: 1px solid #1A4E7D;
  background: #f0f0f0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-text:hover a h5 {
  color: #1A4E7D;
}

.list-text:hover a .date {
  color: #1A4E7D;
}

.list-text-2 a h5 {
  width: calc(100% - 50px);
}

.list-text-2 a .more {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-text-2 a .more span {
  font-size: 14px;
  color: #1A4E7D;
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.list-text-2 a .more .arrow {
  background-image: url(/public/image/arrow-deep-blue.svg);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.list-pic {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 40px;
  float: left;
}

.list-pic a {
  display: block;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.list-pic a img {
  width: 100%;
}

.list-pic a .text {
  padding: 10px 10px 15px;
}

.list-pic a .text h5 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
  color: #333;
  letter-spacing: 0.08em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 58px;
  line-height: 1.4;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.list-pic a .text .more span {
  font-size: 14px;
  color: #c4c4c4;
  margin-right: 5px;
  margin-bottom: 3px;
}

.list-pic a .text .more img {
  width: 20px;
}

.list-pic a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.list-pic a:hover .text h5 {
  color: #297eb3;
}

.list-pic a .pic {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}

.list-pic a .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination {
  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-top: 50px;
}

.pagination li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid #B0C1CC;
  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;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.pagination li a {
  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;
  width: 100%;
  height: 100%;
  margin-bottom: 2px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #1A4E7D;
}

.pagination li.active, .pagination li:hover {
  background-color: #69ABD3;
  -webkit-box-shadow: 0 1px 8px rgba(62, 146, 243, 0.25);
          box-shadow: 0 1px 8px rgba(62, 146, 243, 0.25);
}

.pagination li.active a, .pagination li:hover a {
  color: #fff;
}

.pagination li.arrow {
  border: 0;
  background: transparent;
}

.pagination li.arrow-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.pagination li.arrow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination li.arrow:hover a img.hover {
  opacity: 1;
}

.pagination li.arrow a {
  position: relative;
  width: 100%;
  height: 100%;
}

.pagination li.arrow a img {
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.pagination li.arrow a img.hover {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .list-text {
    margin-bottom: 20px;
  }
  .list-text a {
    padding: 15px;
  }
  .list-text a > div {
    width: 100%;
  }
  .list-text a h5 {
    font-size: 16px;
    width: 100%;
  }
  .list-text a .date {
    font-size: 14px;
    width: 85px;
    display: none;
  }
  .list-text::before {
    background-color: transparent;
  }
  .list-text.download a {
    padding-right: 60px;
  }
  .list-pic {
    width: 50%;
    margin-bottom: 20px;
  }
  .list-pic-home {
    width: 100%;
  }
  .list-pic a .text h5 {
    font-size: 18px;
    height: 48px;
  }
}

@media screen and (max-width: 360px) {
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pagination li {
    margin: 0;
  }
}

.banner {
  width: 100%;
  padding-bottom: 48%;
  position: relative;
}

.banner_pic {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.banner_pic-m {
  display: none;
}

.banner .text {
  position: absolute;
  top: calc(50% + 35px);
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.banner .text h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  font-size: 45px;
  margin: 0 0 10px;
  font-weight: 300;
  letter-spacing: 3px;
}

.banner .text img {
  width: 130px;
}

.new-activity .activity-link {
  width: 65%;
  padding-right: 16px;
}

.new-activity .activity-link .inner {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}

.new-activity .activity-link .inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.new-activity .activity-link .inner button {
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, from(#2B86D9), color-stop(77.57%, #64DBE5), to(#8AEAFF));
  background: linear-gradient(90deg, #2B86D9 0%, #64DBE5 77.57%, #8AEAFF 100%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  bottom: 80px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.new-activity .activity-link .inner button a {
  display: block;
  padding: 12px 24px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.new-activity .activity-link .inner button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#3993e7), color-stop(77.57%, #79e1eb), to(#aef0ff));
  background: linear-gradient(90deg, #3993e7 0%, #79e1eb 77.57%, #aef0ff 100%);
}

.new-activity .activity-link .inner .text {
  background: -webkit-gradient(linear, left top, right top, from(#69ABD3), to(rgba(105, 171, 211, 0)));
  background: linear-gradient(90deg, #69ABD3 0%, rgba(105, 171, 211, 0) 100%);
  -webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
  padding: 12px 25px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.new-activity .activity-link .inner .text p {
  margin: 0;
  color: #fff;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 22px;
  letter-spacing: 0.05em;
}

.new-activity .fb-link {
  width: 35%;
  padding-left: 16px;
}

.new-activity .fb-link iframe {
  width: 100%;
}

.new-activity .fb-link #fb-root {
  width: 100%;
}

.sign-up {
  background-color: #ededed;
}

.sign-up .pic {
  width: 45%;
  padding-bottom: calc(45% * 0.67);
  position: relative;
}

.sign-up .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sign-up .text {
  width: 55%;
  padding-left: 45px;
}

.sign-up .text h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
  color: #4d4d4d;
}

.sign-up .text p {
  line-height: 1.8;
  color: #4d4d4d;
  margin-bottom: 35px;
  letter-spacing: 0.05em;
}

.sign-up .text button {
  border: 1px solid #1A68AF;
  padding: 0;
}

.sign-up .text button a {
  display: block;
  width: 125px;
  height: 45px;
  position: relative;
}

.sign-up .text button a .hover {
  position: absolute;
  width: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 100%;
  background-color: #1A4E7D;
  top: 0;
  left: 0;
}

.sign-up .text button a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #1A68AF;
  font-size: 14px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.sign-up .text button a:hover .hover {
  width: 100%;
}

.sign-up .text button a:hover span {
  color: #fff;
}

.chairman-talk .pic {
  width: 25%;
}

.chairman-talk .pic img {
  width: 100%;
}

.chairman-talk .text {
  width: 75%;
  padding-left: 40px;
}

.chairman-talk .text p {
  color: #333;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.05em;
}

.structure {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.structure-content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.structure-content img {
  width: 100%;
}

.news {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.news .container {
  padding: 0;
}

.fb_reset {
  display: none;
}

@media screen and (max-width: 767px) {
  .banner {
    padding-bottom: 117%;
  }
  .banner .text {
    top: calc(50%);
  }
  .banner .text h1 {
    font-size: 40px;
  }
  .new-activity {
    padding-bottom: 0 !important;
  }
  .new-activity .activity-link {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .new-activity .activity-link .inner .text {
    padding: 10px 15px;
  }
  .new-activity .activity-link .inner .text p {
    font-size: 18px;
  }
  .new-activity .activity-link .inner button {
    right: 20px;
    bottom: 65px;
  }
  .new-activity .activity-link .inner button a {
    padding: 10px 15px;
  }
  .new-activity .fb-link {
    width: 100%;
    padding: 0;
  }
  .sign-up .pic {
    width: 100%;
    padding-bottom: 67%;
    margin-bottom: 20px;
  }
  .sign-up .text {
    width: 100%;
    padding: 0;
  }
  .chairman-talk .pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .chairman-talk .pic img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .chairman-talk .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .chairman-talk .text p {
    font-size: 16px;
  }
  .structure-content {
    max-width: 500px;
  }
}

@media screen and (max-width: 575px) {
  .banner .text h1 {
    font-size: 35px;
  }
}
/*# sourceMappingURL=style.css.map */