@charset "UTF-8";
/*思源黑體*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe, button, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font: 16px/120% "Roboto", "Noto Sans TC", "微軟正黑體", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

html, body {
  height: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

button {
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-size: 1rem;
}

ul, li {
  list-style: none;
}

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

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}

input[type=button], select {
  -webkit-appearance: none; /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none; /* FireFox */
  appearance: none;
}

/*reset end*/
/*Input*/
input[type=text],
input[type=password], input[type=number] {
  width: 100%;
  height: 45px;
  color: #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.125rem;
  background: none;
}

input[type=text]::placeholder {
  color: #959595;
}

textarea {
  width: 100%;
  height: 90px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #b6b6b6;
}

/*checkbox*/
input[type=checkbox] {
  display: none;
}

/*select*/
select {
  background: none;
  border: none;
}

.tL {
  text-align: left;
}

.tR {
  text-align: right;
}

.tC {
  text-align: center;
}

.tB {
  font-weight: bold;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.clr {
  clear: both;
}

.web {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width: 440px) {
  .web {
    display: none;
  }
  .mobile {
    display: block;
  }
}
/*共用css*/
.content_in .slogan, .content_in .support_box p .key, .content_in .Rside_set ul.list li, .content_in .Rside_set .title, .content_top .detail > div, .article_title, .title_tag, .headline, .footer, .listBox.sty2 .tagInfo, .listBox p.title, .news_area, .main .main_in .place.sty_writings .tagInfo, .main .main_in .place, .header .header_in .topBN_txt p, .btn_more_s, .btn_more {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.jp .header h1 a, .content_in .Rside_set ul.list li a.cover, .main.inner .news_area .listBox .cover, .header h1 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn_more_s, .btn_more {
  background: transparent;
  border: 1px solid #6593b1;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.btn_more_s a, .btn_more a {
  width: 100%;
  height: 100%;
  display: block;
  color: #6593b1;
}
.btn_more_s:hover, .btn_more:hover {
  background: #6593b1;
}
.btn_more_s:hover a, .btn_more:hover a {
  color: #fff;
}

.content_in .support_box p a, .content_in p a, .main.inner .contact_area .contact_info li a {
  text-decoration: underline;
  color: #be1f1f;
  word-break: break-all;
}
.content_in p a:hover, .main.inner .contact_area .contact_info li a:hover {
  color: #e12525;
}

.content_top .detail, .content_top, .main.inner .contact_area, .main.inner .news_area {
  display: flex;
  align-items: center;
}

.content_in.twoBox, .article_title.has_signUp, .main .main_in, .header .header_top .header_top_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .basic_info ul, .footer .footer_menu ul, .footer .social_link ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .footer_in, .news_area .news_area_in, .main .main_in, .header .header_in .topBN_txt, .header .header_top .header_top_in {
  width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
}
@media screen and (max-width: 1440px) {
  .footer .footer_in, .news_area .news_area_in, .main .main_in, .header .header_in .topBN_txt, .header .header_top .header_top_in {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .footer .footer_in, .news_area .news_area_in, .main .main_in, .header .header_in .topBN_txt, .header .header_top .header_top_in {
    padding: 0 20px;
  }
}
@media screen and (max-width: 320px) {
  .footer .footer_in, .news_area .news_area_in, .main .main_in, .header .header_in .topBN_txt, .header .header_top .header_top_in {
    padding: 0 10px;
  }
}

/*index*/
.wrapper {
  width: 100%;
}

/*header*/
.header {
  position: relative;
}
.header .header_top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  transition: all 0.3s;
}
.header .header_top .header_top_in {
  height: 100px;
  padding-bottom: 20px;
  align-items: flex-end;
  position: relative;
}
.header .header_top.fxd {
  background-color: rgba(0, 0, 0, 0.65);
}
.header h1 {
  width: 148px;
  height: 35px;
  background: url(../images/logo.png) no-repeat;
  background-size: 148px 35px;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.header .header_menu .header_nav {
  display: flex;
  justify-content: flex-end;
}
.header .header_menu .header_nav li {
  font-weight: bold;
  font-size: 1.25rem;
  margin-left: 40px;
  position: relative;
}
.header .header_menu .header_nav li:first-child {
  margin-left: 0;
}
.header .header_menu .header_nav li a {
  color: #fff;
  padding: 10px 0;
}
.header .header_menu .header_nav li a:hover {
  text-decoration: underline;
}
.header .header_menu .header_nav li.language a::after {
  content: "";
  width: 11px;
  height: 8px;
  display: inline-block;
  background: url(../images/arrow_down.png) no-repeat;
  background-size: 11px 8px;
  margin-left: 5px;
}
.header .header_menu .header_nav.second {
  margin-bottom: 10px;
}
.header .header_menu .header_nav.second li {
  font-size: 0.87rem;
}
.header .header_menu .header_nav.second li a {
  padding: 0;
}
.header .header_menu ul.drop_menu {
  width: 140px;
  padding: 20px 20px;
  position: absolute;
  top: 35px;
  left: 0;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(102, 102, 102, 0.2);
  z-index: 20;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.header .header_menu ul.drop_menu li {
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
  display: block;
}
.header .header_menu ul.drop_menu li a {
  color: #000;
}
.header .header_menu ul.drop_menu li:hover a {
  color: #6593b1;
}
.header .header_menu ul.drop_menu li:last-child {
  margin-bottom: 0;
}
.header .header_menu ul.drop_menu:hover {
  visibility: visible;
  opacity: 1;
}
.header .header_menu ul.drop_menu.drop_menu_ope {
  visibility: visible;
  opacity: 1;
}
.header .header_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-top: 180px;
}
.header .header_in .topBN_txt {
  color: #fff;
}
.header .header_in .topBN_txt p {
  color: #fff;
  font-size: 4.12rem;
  text-shadow: #000 1px 0 10px;
  font-weight: bold;
}
.header .header_in .topBN_txt p.small {
  font-size: 2.75rem;
}
.header .header_in .topBN_txt .txtBox {
  width: 50%;
  padding-left: 25px;
  position: relative;
}
.header .header_in .topBN_txt .txtBox::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #93deff;
  position: absolute;
  top: -2px;
  left: 0;
}
.header .header_in .topBN_txt .txtBox::after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #93deff;
  position: absolute;
  top: 0;
  left: 0;
}
.header .swiper_btns {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: end;
}
.header .swiper_btns .swiper-button-next, .header .swiper_btns .swiper-button-prev {
  position: static;
  display: inline-block;
}
.header .swiper_btns .swiper-button-prev {
  margin-right: 2px;
}
@media screen and (max-width: 1440px) {
  .header .header_in {
    padding-top: 150px;
  }
  .header .header_in .topBN_txt p {
    font-size: 4rem;
  }
  .header .header_in .topBN_txt p.small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .header .header_in .topBN_txt p {
    font-size: 3rem;
  }
  .header .header_in .topBN_txt p.small {
    font-size: 1.5rem;
  }
  .header .header_in .topBN_txt .txtBox {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header_in {
    padding-top: 130px;
  }
  .header .header_in .topBN_txt p {
    font-size: 3rem;
    line-height: 1.3;
  }
  .header .header_in .topBN_txt p.small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 880px) {
  .header .header_in {
    padding-top: 130px;
  }
  .header .header_in .topBN_txt p {
    font-size: 2.5rem;
  }
  .header .header_in .topBN_txt p.small {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header_top .header_top_in {
    align-items: center;
    padding-bottom: 0;
    height: 80px;
  }
  .header h1 {
    width: 127px;
    height: 30px;
    background-size: 127px auto;
  }
  .header .header_menu .header_nav.second {
    margin-bottom: 5px;
  }
  .header .header_menu .header_nav li {
    font-size: 1.125rem;
  }
  .header .header_in .topBN_txt .txtBox {
    width: 80%;
  }
  .header .header_in .topBN_txt p {
    font-size: 2rem;
  }
  .header .header_in .topBN_txt p.small {
    font-size: 1.175rem;
  }
}

/*topBn*/
.topBN {
  background-color: #000;
}
.topBN .swiper-slide {
  position: relative;
  aspect-ratio: 96/35;
  max-height: 700px;
}
.topBN .swiper-slide video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .topBN .swiper-slide {
    aspect-ratio: 3/4;
  }
}
.topBN .swiper-pagination span {
  width: 10px;
  height: 10px;
}
.topBN .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.topBN .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.topBN img {
  width: 100%;
  height: auto;
  display: block;
}

/*小網側邊選單*/
@media screen and (max-width: 800px) {
  .pageMenu-btn {
    z-index: 101;
    right: 20px;
    left: inherit;
    top: 20px;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: rgba(101, 147, 177, 0.8);
  }
  .pageMenu-btn .line {
    background-color: #fff;
    width: 20px;
    left: 10px;
  }
  .pageMenu-btn .line01 {
    top: 11px;
    left: 14px;
    width: 16px;
  }
  .pageMenu-btn .line02 {
    top: 19px;
  }
  .pageMenu-btn .line03 {
    top: 27px;
    left: 16px;
    width: 14px;
  }
}
@media screen and (max-width: 320px) {
  .pageMenu-btn {
    right: 10px;
  }
}

.openmenu .pageMenu-btn .line01 {
  width: 20px;
  left: 10px;
  top: 20px;
}

.openmenu .pageMenu-btn .line03 {
  width: 20px;
  left: 10px;
  top: 20px;
}

#pageMenu {
  background-color: #444444;
  width: 80%;
}
#pageMenu ul {
  padding-left: 0;
}
#pageMenu ul a {
  min-height: 50px;
  color: #fff;
  padding: 0 50px 0 20px;
  border-bottom: none;
  display: inherit;
  height: auto;
  font-weight: 500;
}
#pageMenu li {
  font-weight: bold;
  font-size: 1.125rem;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 320px) {
  #pageMenu li {
    font-size: 1rem;
  }
}
#pageMenu .hasSub ul {
  background: rgba(0, 0, 0, 0.25);
}
#pageMenu .hasSub ul li a {
  padding: 0 15px 0 35px;
  font-weight: normal;
}
#pageMenu .hasSub ul li:last-child {
  border-bottom: none;
}
#pageMenu .side_menu_2 {
  padding: 50px 0 0 20px;
}
#pageMenu .side_menu_2 ul {
  display: flex;
  flex-direction: column;
}
#pageMenu .side_menu_2 ul li {
  font-size: 1rem;
  border-bottom: none;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 375px) {
  #pageMenu .side_menu_2 ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  #pageMenu .side_menu_2 ul li {
    font-size: 0.875rem;
  }
}
#pageMenu .side_menu_2 ul li a {
  padding: 0;
  min-height: 1rem;
}
#pageMenu .side_menu_2 ul li::after {
  display: none;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #666;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
#pageMenu .side_menu_2 ul li:last-child {
  margin-right: 0;
}
#pageMenu .side_menu_2 ul li:last-child::after {
  display: none;
}
#pageMenu .side_menu_2 ul li.language a::after {
  content: "";
  width: 11px;
  height: 8px;
  display: inline-block;
  background: url(../images/arrow_down.png) no-repeat;
  background-size: 11px 8px;
  margin-left: 5px;
  transform: rotate(-90deg);
}

.language select {
  color: #fff;
  background: url(../images/arrow_down.png) no-repeat center right 5px/11px 8px;
  padding-right: 20px;
}
.language select option {
  color: #000;
}

.show-right.openmenu {
  -webkit-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  transform: translateX(-80%);
}

/*main*/
.main {
  padding: 110px 0;
  background: url(../images/deco_txt_bg.png) top -20px right no-repeat;
}
.main.noBg {
  background: none;
  padding-top: 0;
}
.main.inner_list {
  padding: 110px 0 55px 0;
}
.main.inner_list .main_in {
  padding: 20px;
}
.main .main_in:nth-child(2n) {
  background-color: #f5f5f5;
}
.main .main_in:nth-child(2n) .L_set {
  order: 2;
  padding-right: 40px;
  padding-left: 20px;
}
.main .main_in:nth-child(2n) .R_set {
  order: 1;
}
.main .main_in:nth-child(2n) .R_set .photo_1 {
  padding-right: 0;
  padding-left: 40px;
}
.main .main_in .place {
  flex: 1 1 100%;
  padding-right: 20px;
  position: relative;
}
.main .main_in .place::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #6593b1;
  position: absolute;
  top: 45px;
  left: -120px;
}
.main .main_in .place .topic {
  font-size: 3.5rem;
  margin-bottom: 40px;
}
.main .main_in .place .sub_title {
  font-size: 1.5rem;
  color: #6593b1;
  margin-bottom: 20px;
}
.main .main_in .place p {
  font-size: 1.25rem;
  color: #262626;
  margin-bottom: 40px;
}
.main .main_in .place p::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #6593b1;
  display: inline-block;
  margin-left: 20px;
}
.main .main_in .place p.forClassList {
  font-size: 1.25rem;
}
.main .main_in .place.sty_writings::before {
  display: none;
}
.main .main_in .place.sty_writings p::after {
  display: none;
}
.main .main_in .place.sty_writings .tagInfo {
  font-size: 1.5rem;
  color: #b3b3b3;
  margin-bottom: 5px;
}
.main .main_in .place.sty_writings p.title {
  line-height: 1.5;
  font-size: 1.25rem;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.main .main_in .place.sty_writings p.txts {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: normal;
  font-family: "Noto Sans TC", "微軟正黑體";
}
.main .main_in .place.sty_writings .line_box {
  padding: 15px 0;
  font-weight: bold;
  font-family: "Noto Sans TC", "微軟正黑體";
}
.main .main_in .photos {
  flex: 0 0 45%;
  display: flex;
  justify-content: right;
  padding: 70px 0;
  position: relative;
  top: 300px;
  opacity: 0;
  transition: all 1.5s ease;
}
.main .main_in .photos .photo_1 {
  width: 100%;
  overflow: hidden;
  z-index: 10;
  position: relative;
}
.main .main_in .photos .photo_2 {
  width: 240px;
  background-color: #ddd;
  overflow: hidden;
  position: absolute;
  bottom: -200px;
  right: -200px;
  opacity: 0;
  z-index: 1;
  transition: all 1.5s ease;
  transition-delay: 1s;
}
.main .main_in .photos .photo_3 {
  width: 515px;
  background-color: #ddd;
  overflow: hidden;
  position: absolute;
  top: -100px;
  right: -220px;
  opacity: 0;
  z-index: 1;
  transition: all 1.5s ease;
  transition-delay: 0.5s;
}
.main .main_in .photos img {
  width: 100%;
  height: auto;
  display: block;
}
.main .main_in .photos.active {
  top: 0;
  opacity: 1;
}
.main .main_in .photos.active .photo_2 {
  bottom: 0;
  right: -60px;
  opacity: 1;
}
.main .main_in .photos.active .photo_3 {
  top: 0;
  right: -120px;
  opacity: 1;
}
.main .main_in .photos.single {
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .main .main_in .place {
    padding-left: 50px;
  }
  .main .main_in .place::before {
    top: 45px;
    left: -50px;
  }
  .main .main_in .photos .photo_1 {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .main {
    background-size: 90% auto;
  }
  .main .main_in .place .topic {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .main .main_in .place P {
    font-size: 1.5rem;
  }
  .main .main_in .photos .photo_3 {
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .main .main_in .place .topic {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .main .main_in .place P {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .main.inner_list {
    padding: 80px 0 40px 0;
  }
  .main .main_in .place .topic {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .main .main_in .place .sub_title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .main .main_in .place P {
    font-size: 1.25rem;
  }
  .main .main_in .place P.forClassList {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 440px) {
  .main {
    background-position: top -10px right;
    padding: 45px 0;
    overflow: hidden;
  }
  .main.inner_list {
    padding: 20px 0 10px 0;
  }
  .main.inner_list .main_in {
    padding: 0 20px;
  }
  .main .main_in {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main .main_in:nth-child(2n) .L_set {
    order: 1;
  }
  .main .main_in:nth-child(2n) .R_set {
    order: 2;
  }
  .main .main_in:nth-child(2n) .R_set .photo_1 {
    padding-left: 0;
  }
  .main .main_in .place {
    padding-right: 0;
    padding-left: 30px;
    margin-bottom: 50px;
  }
  .main .main_in .place p {
    padding-bottom: 40px;
    margin-bottom: 0;
    position: relative;
  }
  .main .main_in .place p::after {
    content: "";
    width: 50%;
    margin-left: 0;
    position: absolute;
    right: -30%;
    bottom: 30px;
  }
  .main .main_in .place::before {
    left: -60px;
  }
  .main .main_in .place.sty_writings {
    padding: 0 20px;
    padding-top: 20px;
  }
  .main .main_in .place.sty_writings .line_box {
    padding: 10px 0;
  }
  .main .main_in .place.sty_writings .btn_more {
    margin: 0 auto;
  }
  .main .main_in .photos {
    flex: 0 0 70%;
    padding: 30px 0;
  }
  .main .main_in .photos .photo_1 {
    padding-right: 0;
  }
  .main .main_in .photos .photo_2 {
    width: 85px;
  }
  .main .main_in .photos .photo_3 {
    width: 190px;
  }
  .main .main_in .photos.active .photo_2 {
    right: -30px;
  }
  .main .main_in .photos.active .photo_3 {
    right: -50px;
  }
  .main .main_in .photos.single {
    flex: 0 0 90%;
    padding-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .main {
    background-position: top 0px right;
  }
  .main .main_in .place .sub_title {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .main .main_in .place p {
    font-size: 1rem;
  }
  .main .main_in .place p.forClassList {
    font-size: 1rem;
  }
  .main .main_in .place.sty_writings .tagInfo {
    font-size: 1.25rem;
  }
  .main .main_in .place.sty_writings p.title {
    font-size: 1.125rem;
  }
  .main .main_in .photos .photo_2 {
    width: 70px;
  }
  .main .main_in .photos .photo_3 {
    width: 160px;
  }
  .main .main_in .photos.active .photo_2 {
    right: -20px;
  }
  .main .main_in .photos.active .photo_3 {
    right: -30px;
  }
}
/*最新消息*/
.news_area {
  padding: 60px 0;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 326px, #fff 326px, #fff 100%);
}
.news_area .news_list {
  position: relative;
  padding: 120px 70px 0 70px;
}
.news_area .news_list .heading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.25rem;
  color: #6593b1;
  text-align: center;
}
.news_area .news_list .heading::before {
  content: "NEWS";
  font-size: 2.37rem;
  color: #000;
  display: block;
  margin-bottom: 35px;
}
.news_area .news_list .heading::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #6593b1;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
}
.news_area .news_list .moreNews {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.12rem;
}
.news_area .news_list .moreNews a {
  color: #444;
}
.news_area .news_list .moreNews a:hover {
  text-decoration: underline;
}
.news_area .news_list .moreNews::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #6593b1;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.news_area .news_list .swiper-wrapper {
  margin-bottom: 40px;
}
.news_area .news_list .swiper_btns .swiper-button-next, .news_area .news_list .swiper_btns .swiper-button-prev {
  position: static;
  display: inline-block;
}
.news_area .news_list .swiper_btns.onlytwo {
  display: none;
}
.news_area .news_list .swiper-slide {
  position: relative;
}
.news_area .news_list .swiper-slide a.link_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_area .news_list .swiper-slide:hover .pic img {
  transform: scale(1.2, 1.2);
}
@media screen and (max-width: 440px) {
  .news_area {
    padding: 40px 0;
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 225px, #fff 225px, #fff 100%);
  }
  .news_area .news_list {
    padding: 110px 0 0 0;
  }
  .news_area .news_list .heading::before {
    margin-bottom: 30px;
    font-size: 1.87rem;
  }
  .news_area .news_list .swiper_btns.onlytwo {
    display: block;
  }
}

.listBox {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-weight: normal;
}
.listBox .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.listBox .pic img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 1.5s ease;
}
.listBox .pic .tag {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 5px 0 5px;
  background-color: #fff;
  color: #4d4d4d;
  border-top: 2px solid #6593b1;
}
.listBox p.title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.listBox p.txts {
  line-height: 1.87;
  min-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
}
.listBox p.txts.typ2 {
  -webkit-line-clamp: 4;
}
.listBox .line_box {
  border-top: 1px solid #dedede;
  padding: 15px 0;
}
@media screen and (max-width: 440px) {
  .listBox .pic {
    margin-bottom: 10px;
  }
  .listBox p.title {
    margin-bottom: 10px;
  }
  .listBox .line_box {
    padding: 10px 0;
  }
}
@media screen and (max-width: 375px) {
  .listBox p.title {
    font-size: 1.125rem;
  }
}

.listBox.sty2 p.title {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.listBox.sty2 .line_box {
  border-top: none;
  font-weight: bold;
}
.listBox.sty2 .tagInfo {
  font-size: 1.5rem;
  color: #b3b3b3;
  margin-bottom: 5px;
}
@media screen and (max-width: 375px) {
  .listBox.sty2 .tagInfo {
    font-size: 1.25rem;
  }
}

/*按鈕*/
.btn_more {
  width: 240px;
  height: 60px;
}
.btn_more::after {
  content: "";
  width: 50px;
  height: 7px;
  background: url(../images/arrow_bg.png) no-repeat;
  background-size: 50px 7px;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -4px;
}
.btn_more a {
  line-height: 58px;
}

.btn_more_s {
  width: 120px;
  height: 40px;
}
.btn_more_s a {
  line-height: 38px;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #000 url(../images/btn_prev_bg.png) center center no-repeat;
  background-size: 10px auto;
}
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  background: #000 url(../images/btn_next_bg.png) center center no-repeat;
  background-size: 10px auto;
}
.swiper-button-next::after {
  display: none;
}

@media screen and (max-width: 440px) {
  .listBox .btn_more_s {
    width: 100%;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 375px) {
  .btn_more {
    width: 200px;
    height: 40px;
  }
  .btn_more a {
    line-height: 38px;
  }
}
/*footer*/
.footer {
  background-color: #444;
  color: #f5f5f5;
  font-weight: 400;
  padding: 40px 0;
}
.footer .social_link {
  margin-bottom: 50px;
}
.footer .social_link ul li {
  margin: 0 10px;
  transition: all 0.3s;
}
.footer .social_link ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .social_link ul li.fb {
  width: 30px;
  height: 30px;
  background: url(../images/link_fb.png) no-repeat;
  background-size: 30px auto;
}
.footer .social_link ul li.fb:hover {
  background: url(../images/link_fb_2.png) no-repeat;
  background-size: 30px auto;
}
.footer .social_link ul li.ig {
  width: 30px;
  height: 30px;
  background: url(../images/link_ig.png) no-repeat;
  background-size: 30px auto;
}
.footer .social_link ul li.ig:hover {
  background: url(../images/link_ig_2.png) no-repeat;
  background-size: 30px auto;
}
.footer .social_link ul li.yt {
  width: 34px;
  height: 24px;
  background: url(../images/link_yt.png) no-repeat;
  background-size: 34px auto;
}
.footer .social_link ul li.yt:hover {
  background: url(../images/link_yt_2.png) no-repeat;
  background-size: 34px auto;
}
.footer .footer_menu {
  border-bottom: 1px solid #6a6a6a;
  margin-bottom: 20px;
}
.footer .footer_menu ul {
  margin-bottom: 20px;
}
.footer .footer_menu ul li {
  margin: 0 10px;
}
.footer .footer_menu ul li a {
  color: #fff;
}
.footer .basic_info {
  margin-bottom: 100px;
}
.footer .basic_info ul {
  margin-bottom: 20px;
}
.footer .basic_info ul li {
  margin: 0 15px;
}
.footer .basic_info ul li a {
  color: #fff;
}
.footer .basic_info ul li a:hover {
  text-decoration: underline;
}
.footer .basic_info ul li span {
  font-size: 0.9rem;
}
.footer .basic_info ul li span::after {
  content: "/";
  margin: 0 5px;
  display: inline-block;
}
.footer .right {
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .footer .basic_info ul {
    flex-wrap: wrap;
  }
  .footer .basic_info ul li {
    margin-bottom: 5px;
  }
  .footer .footer_menu ul {
    flex-wrap: wrap;
  }
  .footer .footer_menu ul li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 440px) {
  .footer .social_link {
    margin-bottom: 40px;
  }
  .footer .basic_info {
    margin-bottom: 70px;
  }
  .footer .basic_info ul li {
    flex: 0 0 100%;
    text-align: center;
  }
}

/*內頁css*/
/*main*/
.main.inner {
  background: #f5f5f5 url(../images/deco_txt_bg2.png) top -20px right no-repeat;
  padding: 90px 0 80px 0;
}
.main.inner .route {
  font-size: 1rem;
  color: #444;
  display: flex;
  margin-bottom: 20px;
}
.main.inner .route li::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/route_bg.png) center center no-repeat;
  background-size: 10px auto;
  display: inline-block;
  margin: 0 5px;
}
.main.inner .route li:last-child::after {
  display: none;
}
.main.inner .route li a {
  color: #444;
}
.main.inner .route li a:hover {
  color: #6593b1;
}
.main.inner .main_in {
  display: block;
}
.main.inner .content {
  padding: 60px 70px;
  background-color: #fff;
}
.main.inner .news_area {
  padding: 0;
  margin-bottom: -40px;
  background: none;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: -20px;
}
.main.inner .news_area > div {
  flex: 0 1 calc((100% - 60px) / 3);
  margin-right: 20px;
}
.main.inner .news_area .listBox {
  margin-bottom: 40px;
  position: relative;
}
.main.inner .news_area .listBox:hover .pic img {
  transform: scale(1.2, 1.2);
}
.main.inner .contact_area {
  align-items: flex-start;
}
.main.inner .contact_area > div {
  flex: 1 0 50%;
}
.main.inner .contact_area > div:nth-child(2) {
  padding-left: 50px;
}
.main.inner .contact_area .content_in {
  padding-top: 20px;
}
.main.inner .contact_area .contact_pic {
  margin-bottom: 20px;
}
.main.inner .contact_area .contact_pic img {
  width: 100%;
  height: auto;
  display: block;
}
.main.inner .contact_area .contact_stage {
  margin-bottom: 30px;
}
.main.inner .contact_area .contact_info li {
  position: relative;
  padding-left: 50px;
  line-height: 2;
  margin-bottom: 10px;
}
.main.inner .contact_area .contact_info li::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0px;
}
.main.inner .contact_area .contact_info li.mess::after {
  background: url(../images/contact_bg_mess.png) center center no-repeat;
  background-size: 30px auto;
}
.main.inner .contact_area .contact_info li.form::after {
  background: url(../images/contact_bg_form.png) center center no-repeat;
  background-size: 30px auto;
}
.main.inner .contact_area .contact_info li.mail::after {
  background: url(../images/contact_bg_mail.png) center center no-repeat;
  background-size: 30px auto;
}
.main.inner .contact_area .contact_info li.tel::after {
  background: url(../images/contact_bg_tel.png) center center no-repeat;
  background-size: 30px auto;
}
.main.inner .contact_area .contact_info li.add::after {
  background: url(../images/contact_bg_add.png) center center no-repeat;
  background-size: 30px auto;
}
.main.inner .contact_area .contact_info li.time::after {
  background: url(../images/contact_bg_time.png) center center no-repeat;
  background-size: 30px auto;
}
.main.inner .calendar_area img.calendar_pic {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .main.inner {
    background-size: 90% auto;
  }
}
@media screen and (max-width: 880px) {
  .main.inner {
    padding: 60px 0 50px 0;
  }
  .main.inner .content {
    padding: 40px 50px;
  }
  .main.inner .news_area > div {
    flex: 0 1 calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .main.inner .contact_area {
    flex-wrap: wrap;
  }
  .main.inner .contact_area > div {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
  .main.inner .contact_area > div:nth-child(2) {
    padding-left: 0;
    order: 1;
  }
  .main.inner .contact_area .map_box {
    order: 2;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 440px) {
  .main.inner {
    padding: 40px 0 30px 0;
    background-position: top -10px right;
  }
  .main.inner .route {
    margin-bottom: 10px;
  }
  .main.inner .content {
    padding: 30px;
  }
  .main.inner .news_area {
    margin-right: 0;
    margin-bottom: -10px;
  }
  .main.inner .news_area > div {
    flex: 1 1 100%;
  }
  .main.inner .news_area .listBox {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 440px) {
  .main.inner {
    background-position: top 0px right;
  }
}

/*標題*/
.headline {
  font-size: 1.25rem;
  color: #6593b1;
  margin-bottom: 50px;
}
.headline::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #6593b1;
  display: block;
  margin-bottom: 15px;
}

.title_tag {
  min-width: 100px;
  height: 50px;
  line-height: 47px;
  padding: 0 10px;
  border-top: 3px solid #b5cbd9;
  background-color: #6593b1;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  margin-right: 30px;
}

.article_title {
  font-size: 1.87rem;
  margin-bottom: 25px;
}
.article_title.has_signUp .btn_more {
  flex: 0 0 240px;
  font-size: 1.25rem;
  margin-left: 20px;
}
.article_title.has_signUp .btn_more::after {
  display: none;
}

.title_key {
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .article_title.has_signUp {
    flex-wrap: wrap;
  }
  .article_title.has_signUp .btn_more {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .headline {
    margin-bottom: 20px;
  }
  .article_title {
    margin-bottom: 15px;
  }
  .title_key {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 440px) {
  .headline {
    margin-bottom: 15px;
  }
  .headline::before {
    margin-bottom: 10px;
  }
  .title_tag {
    margin-bottom: 10px;
    height: 40px;
    line-height: 37px;
    font-size: 1rem;
  }
  .article_title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .article_title.has_signUp .btn_more {
    flex: 0 0 100%;
    height: 50px;
  }
  .article_title.has_signUp .btn_more a {
    line-height: 48px;
  }
}
@media screen and (max-width: 375px) {
  .article_title.has_signUp .btn_more {
    height: 40px;
  }
  .article_title.has_signUp .btn_more a {
    line-height: 38px;
  }
}
/*內容區塊*/
.content_top {
  align-items: flex-end;
  margin-bottom: 40px;
}
.content_top .detail > div {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  color: #999;
}
.content_top .detail > div::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.content_top .detail > div:last-child {
  padding-right: 0;
  margin-right: 0;
}
.content_top .detail > div:last-child::after {
  display: none;
}
.content_top .detail > div.author {
  color: #6593b1;
}
.content_top .detail > div.author::before {
  content: "作者";
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .content_top {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  .content_top {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .content_top .detail {
    font-size: 0.87rem;
  }
  .content_top .detail > div::after {
    height: 10px;
    margin-top: -5px;
  }
}

.content_in {
  border-top: 1px solid #dedede;
  padding-top: 50px;
}
.content_in p {
  line-height: 2.25;
}
.content_in.twoBox {
  align-items: flex-start;
}
.content_in.twoBox > div {
  flex: 1 1 100%;
}
.content_in.twoBox > div:nth-child(2) {
  flex: 0 0 300px;
  margin-left: 80px;
}
.content_in .Rside_set {
  background-color: #f8fafb;
  padding: 30px 0 50px 0;
}
.content_in .Rside_set .title {
  padding: 0 50px;
  margin-bottom: 50px;
  font-size: 1.25rem;
  position: relative;
}
.content_in .Rside_set .title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6593b1;
  position: absolute;
  left: 0;
  top: 50%;
}
.content_in .Rside_set .title span {
  padding: 0 20px;
  background-color: #f8fafb;
  position: relative;
  z-index: 1;
}
.content_in .Rside_set .bot {
  padding: 0 30px;
}
.content_in .Rside_set ul.list {
  margin-bottom: 80px;
}
.content_in .Rside_set ul.list li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  font-size: 1.125rem;
}
.content_in .Rside_set ul.list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99em;
  background-color: #6593b1;
  position: absolute;
  left: 0;
  top: 12px;
}
.content_in .Rside_set ul.list li span {
  color: #898989;
  font-size: 1rem;
}
.content_in .Rside_set ul.list li span::before {
  content: "/";
  margin: 0 5px;
  display: inline-block;
}
.content_in .Rside_set ul.list li:hover {
  color: #6593b1;
  text-decoration: underline;
}
.content_in .Rside_set .btn_more {
  width: 90%;
  margin: 0 auto;
}
.content_in .support_pic {
  margin: 0 auto;
  max-width: 800px;
}
.content_in .support_pic img {
  width: 100%;
  height: auto;
  display: block;
}
.content_in .support_box {
  text-align: center;
  padding: 30px 0;
}
.content_in .support_box p .key {
  color: #6593b1;
}
.content_in .slogan {
  font-size: 1.25rem;
  margin-bottom: 40px;
}
.content_in .stage {
  margin-bottom: 50px;
}
.content_in .stage:last-child {
  margin-bottom: 0;
}
.content_in .stage .pic {
  margin-bottom: 20px;
}
.content_in .stage .pic img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .content_in.twoBox > div:nth-child(2) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 880px) {
  .content_in.twoBox {
    flex-wrap: wrap;
  }
  .content_in.twoBox > div:nth-child(1) {
    margin-bottom: 40px;
  }
  .content_in.twoBox > div:nth-child(2) {
    flex: 1 1 100%;
    margin-left: 0;
  }
  .content_in.twoBox .Rside_set .bot {
    padding: 0 50px;
  }
  .content_in.twoBox .Rside_set ul.list {
    margin-bottom: 40px;
  }
  .content_in.twoBox .Rside_set .btn_more {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .content_in {
    padding-top: 20px;
  }
  .content_in .support_box {
    padding: 10px 0;
  }
  .content_in .slogan {
    margin-bottom: 25px;
  }
  .content_in .stage {
    margin-bottom: 40px;
  }
  .content_in.twoBox .Rside_set .title {
    margin-bottom: 20px;
  }
  .content_in.twoBox .Rside_set .bot {
    padding: 0 40px;
  }
  .content_in.twoBox .Rside_set .btn_more {
    width: 80%;
  }
}
@media screen and (max-width: 440px) {
  .content_in p {
    line-height: 2;
  }
  .content_in .slogan {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .content_in .stage {
    margin-bottom: 30px;
  }
  .content_in.twoBox .Rside_set .bot {
    padding: 0 20px;
  }
}
@media screen and (max-width: 320px) {
  .content_in p {
    line-height: 1.8;
  }
  .content_in .stage {
    margin-bottom: 20px;
  }
  .content_in.twoBox .Rside_set ul.list li {
    font-size: 1rem;
  }
}

/*日文頁面css*/
body {
  color: #000;
  font: 16px/120% "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.jp {
  /*天*/
  /*main*/
  /*footer*/
}
.jp .header .header_in .topBN_txt .txtBox {
  width: 60%;
}
.jp .header .header_in .topBN_txt p {
  font-size: 3.5rem;
}
.jp .header .header_in .topBN_txt p.small {
  font-size: 2.25rem;
}
.jp .header h1 {
  width: 148px;
  height: 35px;
  background: url(../images/logo_jp.png) no-repeat;
  background-size: contain;
}
.jp .listBox p.txts {
  line-height: 1.5;
  min-height: 70px;
}
.jp .content_top .detail > div.author::before {
  content: "Author";
}
.jp .content_in .stage {
  margin-bottom: 30px;
}
.jp .content_in p {
  line-height: 1.8;
}
.jp .content_in .support_box {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.jp .footer .basic_info ul {
  flex-wrap: wrap;
}
.jp .footer .basic_info ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .jp .header h1 {
    width: 300px;
    height: 26px;
  }
}
@media screen and (max-width: 440px) {
  .jp .header .header_in .topBN_txt .txtBox {
    width: 80%;
  }
  .jp .header h1 {
    width: 127px;
    height: 30px;
    background-size: 127px auto;
  }
  .jp .content_in .stage {
    margin-bottom: 25px;
  }
  .jp .content_in p {
    line-height: 1.6;
  }
}
@media screen and (max-width: 320px) {
  .jp .content_in .stage {
    margin-bottom: 20px;
  }
  .jp .content_in p {
    line-height: 1.5;
  }
}/*# sourceMappingURL=global_jp.css.map */