@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, header, footer, section, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
  padding-left: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

button {
  border: 0;
  cursor: pointer;
  background: transparent;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  transition: all 0.2s ease-in-out;
}

a {
  text-decoration: none;
}

select, textarea, input, a:hover, a:focus, button, .btn-select:focus {
  outline: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.flex {
  display: flex;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.center {
  justify-content: center;
}

.side {
  justify-content: space-between;
}

.top {
  align-items: flex-start;
}

.middle {
  align-items: center;
}

.bottom {
  align-items: flex-end;
}

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.full-page {
  width: 100%;
  height: 100%;
}

.mask {
  transition: transform 0.2s;
  transform: scale(1);
}
.mask:focus, .mask:hover {
  transform: scale(1.1);
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
}
.video_in {
  float: left;
  position: relative;
  width: 46%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 2%;
}

.video iframe, .video video {
  border: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.circle {
  border-radius: 50%;
}

.position-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

.fit {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.disabled-link {
  pointer-events: none;
}

.keep-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.accesskey {
  display: none;
}

.white {
  color: #fff;
}

body, button {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.1em;
  color: #333333;
  letter-spacing: 1px;
}
@media all and (max-width: 1440px) {
  body, button {
    font-size: 1em;
  }
}

.cls-btn {
  position: relative;
  color: #fff;
}
.cls-btn i, .cls-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lg-f {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1;
}
@media all and (min-width: 768px) and (max-width: 1440px) {
  .lg-f {
    font-size: 1.8em;
  }
}
@media all and (max-width: 767px) {
  .lg-f {
    font-size: 1.4em;
  }
}

.md-f {
  font-size: 1.4em;
}
@media all and (max-width: 1440px) {
  .md-f {
    font-size: 1.2em;
  }
}

.btn {
  padding: 15px 20px 18px 20px;
  line-height: 1;
}

.l-h {
  line-height: 1.3;
}

.opacity-change:hover, .opacity-change:focus {
  opacity: 0.7;
}

.container1 {
  padding: 0 40px;
}
@media all and (max-width: 1024px) {
  .container1 {
    padding: 0 20px;
  }
}

.container2 {
  padding: 110px 6% 0 6%;
}
@media all and (min-width: 768px) and (max-width: 1440px) {
  .container2 {
    padding-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .container2 {
    padding: 50px 20px 0 20px;
  }
}

.pagination a {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #D60F54;
  color: #D60F54;
  margin: 50px 5px 0 0;
}
.pagination a.active {
  background-color: #D60F54;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .pagination a {
    margin: 30px 3px 0 0;
  }
}

.b-btn {
  border: 1px solid #D60F54;
  color: #D60F54;
}
.b-btn:hover {
  background-color: #D60F54;
  color: #fff;
}

.v-title {
  margin-top: 10px;
}

input, textarea {
  background-color: #fff;
  padding: 15px;
  margin-left: 10px;
  width: 100%;
  display: block;
}
@media all and (max-width: 480px) {
  input, textarea {
    margin-left: 0;
  }
}

textarea {
  height: 120px;
}

.form-group {
  margin-top: 15px;
  white-space: nowrap;
}
@media all and (max-width: 480px) {
  .form-group {
    display: block;
    margin-top: 10px;
  }
}

form {
  padding-top: 15px;
  overflow: hidden;
}
@media all and (max-width: 1440px) {
  form {
    padding-top: 0;
  }
}

.submit {
  margin: 15px auto 0 auto;
  border: 1px solid #fff;
  color: #fff;
  display: block;
}
.submit:hover {
  background-color: #FFF500;
  color: #D60F54;
  border-color: #FFF500;
}

.left-artical {
  padding: 30px 5% 0 30px;
  width: 70%;
}
@media all and (max-width: 1024px) {
  .left-artical {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .left-artical {
    padding: 20px 0 0 0;
  }
}

.right-quick-link {
  padding: 30px 30px 0 0;
  width: 30%;
}
.right-quick-link li {
  margin-bottom: 10px;
  background-color: #EFEFEF;
}
.right-quick-link li a {
  display: block;
  padding: 15px;
  color: #333333;
}
.right-quick-link li a:hover {
  background-color: #FFF500;
}
@media all and (max-width: 1024px) {
  .right-quick-link {
    display: none;
  }
}

.artical-title {
  margin: 40px 0;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .artical-title {
    margin: 20px 0;
  }
}

.message {
  margin-top: 50px;
}
.message li {
  background-color: #EFEFEF;
  padding: 20px;
  margin-bottom: 10px;
}

.message-name {
  margin-right: 10px;
}

.message-date {
  margin: 0 10px;
}

.message-text {
  margin-top: 5px;
}

.message-back {
  margin-top: 20px;
}

.pop-up {
  padding: 70px 20px;
}

.pop-up .cls-btn {
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -55px;
}

.pop-up-content {
  background-color: #fff;
  padding: 5%;
}

.p-title {
  margin-bottom: 30px;
}

.p-s-title {
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(214, 15, 84, 0.1);
  margin-bottom: 10px;
}

.scroll {
  max-height: 100%;
  overflow-y: auto;
  max-width: 1300px;
  margin: 0 auto;
}

.s-title {
  border-left: 8px solid #D60F54;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-top: 60px;
}

.text {
  margin-bottom: 20px;
  line-height: 1.5;
}

.top-banner {
  letter-spacing: 20px;
  padding: 9% 0 6% 0;
  font-size: 3.5em;
  font-weight: 500;
  text-shadow: 0 0 20px #000;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .top-banner {
    font-size: 2.5em;
  }
}
@media all and (max-width: 767px) {
  .top-banner {
    letter-spacing: 5px;
    font-size: 2em;
  }
}

.up {
  margin-top: -4%;
  padding-top: 0;
}
@media all and (max-width: 767px) {
  .up {
    margin-top: 0;
  }
}

.main-content {
  background-color: #fff;
}

.totop {
  background-color: #ededed;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  position: fixed;
  color: #333333;
}

.artical-container {
  max-width: 1400px;
  margin: 0 auto;
}

.banner-content {
  top: 0;
  left: 0;
  padding: 10% 10% 0 10%;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 4px;
}
.banner-content .lg-f {
  letter-spacing: 6px;
  line-height: 1.3;
  font-size: 1.7em;
}
.banner-content .btn {
  background-color: #D60F54;
  font-size: 0.7em;
}
@media all and (min-width: 1025px) and (max-width: 1440px) {
  .banner-content .lg-f {
    letter-spacing: 30px;
    font-size: 2.2em;
  }
}
@media all and (max-width: 1024px) {
  .banner-content {
    font-size: 1em;
    letter-spacing: 1px;
  }
  .banner-content .lg-f {
    letter-spacing: 10px;
    line-height: 1.2;
    font-size: 1.6em;
  }
  .banner-content .btn {
    font-size: 1em;
  }
}
@media all and (max-width: 767px) {
  .banner-content {
    padding: 10% 15% 0 15%;
  }
}

.banner-text-margin {
  margin: 20px 0 50px 0;
}
@media all and (max-width: 1024px) {
  .banner-text-margin {
    margin: 10px 0 20px 0;
  }
}

.swiper-slide img {
  display: block;
}
@media all and (min-width: 481px) and (max-width: 767px) {
  .swiper-slide img {
    width: 120%;
  }
}
@media all and (max-width: 480px) {
  .swiper-slide img {
    width: 190%;
  }
}

.swiper-button-next, .swiper-button-prev {
  background-image: url(../img/pre.png);
  width: 50px;
  height: 50px;
  color: transparent;
  margin-top: -25px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  .swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}

.swiper-button-next {
  background-image: url(../img/next.png);
}

.swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #D60F54;
}

.top-video-container {
  max-width: 1200px;
  margin: 0 auto;
}

.middle-margin01 {
  margin: 30px 0;
}
@media all and (max-width: 767px) {
  .middle-margin01 {
    margin: 20px 0;
  }
}

.quick-link a {
  color: #333333;
  margin-top: 6%;
}
.quick-link a img {
  margin-bottom: 10px;
}
.quick-link a:hover {
  color: #D60F54;
}
@media all and (min-width: 1025px) and (max-width: 1440px) {
  .quick-link a img {
    width: 170px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .quick-link a img {
    width: 120px;
  }
}
@media all and (min-width: 520px) and (max-width: 767px) {
  .quick-link a img {
    width: 70px;
  }
}
@media all and (max-width: 519px) {
  .quick-link a {
    width: 100%;
  }
  .quick-link a img {
    width: 150px;
  }
}

.index-news {
  margin-top: 5%;
}

.news-img {
  width: 60%;
  margin-top: 40px;
}
@media all and (min-width: 1025px) and (max-width: 1440px) {
  .news-img {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .news-img {
    display: none !important;
  }
}

.news-content {
  right: 0;
  width: 50%;
  background-color: #ffffff;
  padding: 5%;
  top: 0;
}
.news-content .tabs {
  margin-bottom: 40px;
}
.news-content .tabs a {
  border: 1px solid #D60F54;
  color: #D60F54;
  margin-right: 10px;
  padding: 12px;
}
.news-content .tabs li:nth-child(3) a {
  margin-right: 0;
}
.news-content .tabs li.active a {
  color: #fff;
  background-color: #D60F54;
}
@media all and (min-width: 1025px) and (max-width: 1440px) {
  .news-content {
    width: 60%;
  }
}
@media all and (max-width: 1024px) {
  .news-content {
    position: relative !important;
    width: 100%;
    padding: 0;
  }
  .news-content .tabs {
    margin-bottom: 30px;
  }
}

.news-list li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.news-list li a {
  color: #333333;
}
.news-list li a:hover {
  color: #D60F54;
}
.news-list li span {
  color: #999;
}
.news-list li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .news-list li {
    padding: 10px 0;
  }
}

.advertise {
  margin-top: 7%;
}
@media all and (max-width: 1024px) {
  .advertise {
    margin-top: 70px;
  }
}

.three > div {
  margin: 2% 2% 0 0;
  width: 32%;
}
.three > div:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .three > div {
    margin: 20px 0 0 0;
    width: 100%;
  }
}

.donate img {
  margin-top: 3%;
  float: right;
  width: 80%;
}
@media all and (max-width: 1440px) {
  .donate img {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .donate {
    min-height: 452px;
  }
}
@media all and (max-width: 767px) {
  .donate img {
    margin-top: 0;
  }
}

.donate-content {
  background-color: #D60F54;
  padding: 5%;
  width: 620px;
}
.donate-content .lg-f {
  margin-bottom: 30px;
}
@media all and (max-width: 1440px) {
  .donate-content .lg-f {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .donate-content {
    padding: 60px;
    width: 450px;
  }
}
@media all and (max-width: 767px) {
  .donate-content {
    width: 100%;
    position: relative;
    padding: 30px 20px;
  }
}

.marquee {
  overflow: hidden;
  margin-left: 15px;
}

.marquee ul li {
  float: left;
  margin-right: 3%;
}

.marquee-container {
  background-color: #FFF500;
  padding: 10px;
}

.index-letter {
  letter-spacing: 10px;
}
@media all and (max-width: 480px) {
  .index-letter {
    letter-spacing: 3px;
  }
}

.top-text {
  background-color: #D60F54;
  border-radius: 0 0 10px 10px;
}
.top-text p {
  padding: 10px 10px 15px 0;
}
.top-text .cls-btn {
  height: 45px;
  width: 10px;
}
@media all and (max-width: 1440px) {
  .top-text .cls-btn {
    height: 40px;
  }
}

.menu {
  display: none;
  color: #D60F54;
  font-size: 1.5em;
  height: 45px;
  width: 10px;
}
@media all and (max-width: 1024px) {
  .menu {
    display: block;
  }
}

nav {
  margin-right: 20px;
}
nav > div > a {
  color: #333333;
  border-bottom: 4px solid transparent;
  padding: 30px 15px;
  display: block;
}
nav > div > a i {
  display: none;
}
nav > div:hover > a {
  color: #D60F54;
  background-color: #FFF500;
}
nav > div.active > a {
  border-color: #D60F54;
  color: #D60F54;
}

.nav-drop {
  background-color: #fff;
  left: 0;
  top: 89px;
  height: 0;
  overflow: hidden;
}
.nav-drop li a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  color: #333333;
}
.nav-drop li.active a, .nav-drop li:hover a {
  background-color: #D60F54;
  color: #fff;
}
.nav-drop.active {
  height: auto;
}
@media all and (min-width: 1025px) and (max-width: 1440px) {
  .nav-drop {
    top: 87px;
  }
}
@media all and (max-width: 1024px) {
  .nav-drop {
    position: inherit;
    top: 0;
    background-color: #ededed;
  }
  .nav-drop > a i {
    display: inline;
    margin-left: 5px;
  }
}

@media all and (min-width: 1025px) {
  nav > div:hover .nav-drop {
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  nav > div {
    width: 100%;
  }
  nav > div > a i {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s;
  }
  nav > div > a.active i {
    transform: rotate(180deg);
  }
}

@media all and (max-width: 1024px) {
  .nav-container {
    display: block;
    position: fixed;
    right: -160px;
    top: 0;
    height: 100%;
    background-color: #fff;
    width: 160px;
    z-index: 10;
    transition: right 0.3s;
  }
  .nav-container nav {
    margin-right: 0;
  }
  .nav-container nav a {
    border-bottom: none;
    padding: 10px 20px;
    width: 100%;
  }
  .nav-container nav a.active {
    background-color: rgba(214, 15, 84, 0.1);
  }
  .nav-container .fb {
    margin: 20px 0 0 20px;
    display: block;
  }
  .nav-container.active {
    right: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}

.nav-cls {
  color: #333333;
  width: 60px;
  height: 60px;
  display: none;
}
@media all and (max-width: 1024px) {
  .nav-cls {
    display: block;
  }
}

.logo {
  padding: 10px 0;
}
.logo img {
  display: block;
}
@media all and (max-width: 1024px) {
  .logo img {
    width: 190px;
  }
}

footer {
  background-color: #333333;
  margin-top: 110px;
}
footer .container2 {
  padding-top: 70px;
}
@media all and (max-width: 1440px) {
  footer .container2 {
    padding-top: 50px;
  }
}
footer form {
  padding-top: 0;
}
@media all and (max-width: 767px) {
  footer {
    margin-top: 70px;
  }
}

.footer-title {
  border-bottom: 1px solid #fff;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 5px;
}
@media all and (max-width: 1024px) {
  .footer-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.copyright {
  padding: 15px;
  background-color: #555555;
  margin-top: 50px;
}
@media all and (max-width: 1440px) {
  .copyright {
    margin-top: 30px;
  }
}

.map-link {
  width: 310px;
}
.map-link ul li {
  margin-right: 20px;
}
.map-link a {
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.map-link a:hover {
  color: #FFF500;
}
@media all and (min-width: 1025px) and (max-width: 1440px) {
  .map-link {
    width: 210px;
  }
}
@media all and (max-width: 1024px) {
  .map-link {
    width: 100%;
  }
}

.info li {
  margin-bottom: 10px;
}
@media all and (max-width: 1440px) {
  .info li {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 1024px) {
  .info {
    margin: 30px 0;
    width: 100%;
  }
}

.contact .submit:hover {
  color: #333333;
}
@media all and (min-width: 1025px) and (max-width: 1440px) {
  .contact {
    width: 33.33%;
  }
}
@media all and (max-width: 1024px) {
  .contact {
    width: 100%;
  }
}

wb-share-button, .fb-share-button, .twitter-share-button {
  cursor: pointer;
  font-size: 1.6em;
  color: #fff;
}
wb-share-button:hover, .fb-share-button:hover, .twitter-share-button:hover {
  color: #FFF500;
}

#fb-root, .fb-share-button, .twitter-share-button {
  display: inline-block;
}

.fb-share-button {
  font-size: 1.4em;
  margin: 0 10px;
}

.left-tabs {
  padding: 30px 30px 0 30px;
  width: 330px;
}
@media all and (min-width: 768px) and (max-width: 1440px) {
  .left-tabs {
    width: 250px;
  }
}
@media all and (max-width: 767px) {
  .left-tabs {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .left-tabs > img {
    display: none;
  }
}

.right-tab-content {
  width: calc(100% - 330px);
  padding: 30px 30px 0 3%;
}
@media all and (min-width: 768px) and (max-width: 1440px) {
  .right-tab-content {
    width: calc(100% - 250px);
  }
}
@media all and (max-width: 767px) {
  .right-tab-content {
    width: 100%;
    padding: 30px 0 0 0;
  }
}

.about_tabs li {
  border: 1px solid #D60F54;
  padding: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.about_tabs li a {
  color: #D60F54;
}
.about_tabs li span {
  -webkit-clip-path: polygon(50% 0%, 50% 100%, 100% 50%);
          clip-path: polygon(50% 0%, 50% 100%, 100% 50%);
  right: -20px;
  height: calc(100% + 2px);
  width: 40px;
  background-color: #D60F54;
  top: -1px;
  display: none;
}
.about_tabs li.active {
  background-color: #D60F54;
}
.about_tabs li.active span {
  display: block;
}
.about_tabs li.active a {
  color: #fff;
}
@media all and (min-width: 768px) and (max-width: 1440px) {
  .about_tabs li {
    padding: 10px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .about_tabs li {
    float: left;
    margin: 5px;
    width: calc((100% - 10px) / 2);
    padding: 10px 0;
  }
  .about_tabs li:nth-child(1), .about_tabs li:nth-child(3) {
    margin-left: 0;
  }
  .about_tabs li:nth-child(2), .about_tabs li:nth-child(4) {
    margin-right: 0;
  }
  .about_tabs li.active span {
    display: none;
  }
}

.about-banner {
  padding: 7% 0 7% 50px;
  margin-bottom: 40px;
  letter-spacing: 5px;
  font-weight: 500;
}
@media all and (max-width: 1440px) {
  .about-banner {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1024px) {
  .about-banner {
    padding: 50px 0 50px 20px;
  }
}

.about-banner01 {
  background-image: url(../img/about-banner01.jpg);
}

.about-banner02 {
  background-image: url(../img/about-banner02.jpg);
}

.about-banner03 {
  background-image: url(../img/about-banner03.jpg);
}

.about-banner04 {
  background-image: url(../img/about-banner04.jpg);
}

.list li {
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.list li a {
  color: #760028;
  margin-bottom: 10px;
  display: block;
}
.list li a:hover {
  color: #D60F54;
}
.list li:nth-last-child(1) {
  border-bottom: none;
}
@media all and (max-width: 1024px) {
  .list li {
    padding: 15px 0;
  }
}

.up-top {
  display: inline-block;
  background-color: #D60F54;
  padding: 5px 10px;
  margin-right: 10px;
}

.list-content {
  overflow: hidden;
  height: 50px;
}

.map {
  width: 100%;
  height: 400px;
}

.c-hint {
  margin-bottom: 30px;
}
.c-hint li {
  margin-right: 20px;
}

.circle-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
}

.red-bg {
  background-color: #D60F54;
}

.yellow-bg {
  background-color: #FFF500;
}

.bread-crumbs a {
  color: #333333;
}
.bread-crumbs a:hover {
  color: #D60F54;
}

.c-quick-link {
  width: calc((100% - 10px) / 2);
}
.c-quick-link li {
  margin-top: 10px;
}
.c-quick-link li a {
  padding: 10px;
  background-color: #EFEFEF;
  color: #333333;
  width: 100%;
}
.c-quick-link li a:hover {
  background-color: #FFF500;
}
@media all and (max-width: 767px) {
  .c-quick-link {
    width: 100%;
  }
}

.right-text {
  text-align: right;
}
@media all and (max-width: 767px) {
  .right-text {
    text-align: left;
  }
}

.top-banner01 {
  background-image: url(../img/top-banner01.jpg);
}

.video-container {
  background-image: url(../img/video-bg.jpg);
  background-position: top !important;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 3%;
}
.video-container .main-content {
  padding: 30px 30px 0 30px;
}
.video-container .main-content .s-title {
  margin: 0;
}
@media all and (max-width: 1024px) {
  .video-container .main-content {
    padding: 15px 15px 0 15px;
  }
}
.video-container .three .video {
  margin-bottom: 10px;
}

.video-tabs {
  margin-left: 30px;
}
.video-tabs li {
  border: 1px solid #D60F54;
  margin-right: 10px;
}
.video-tabs li a {
  display: block;
  color: #D60F54;
}
.video-tabs li.active {
  background-color: #D60F54;
}
.video-tabs li.active a {
  color: #fff;
}
@media all and (max-width: 767px) {
  .video-tabs li {
    float: left;
    margin: 5px;
    width: calc((100% - 10px) / 2);
  }
  .video-tabs li a {
    padding-left: 0;
    padding-right: 0;
  }
  .video-tabs li:nth-child(1), .video-tabs li:nth-child(3) {
    margin-left: 0;
  }
  .video-tabs li:nth-child(2), .video-tabs li:nth-child(4) {
    margin-right: 0;
  }
}
@media all and (max-width: 1024px) {
  .video-tabs {
    margin: 20px 0 10px 0;
    width: 100%;
  }
}

.top-banner02 {
  background-image: url(../img/top-banner02.jpg);
}

.adjustment {
  padding: 8% 0;
}

.back-container {
  padding-top: 0;
}
.back-container .main-content {
  padding: 30px 30px 0 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .back-container .main-content {
    padding: 20px 0 0 0;
  }
}

.add {
  background-color: #D60F54;
}
@media all and (max-width: 630px) {
  .add {
    width: 100%;
  }
}

.back-top {
  color: #D60F54;
  margin-bottom: 4%;
}

.search-container {
  margin: 0 10px 0 15px;
  white-space: nowrap;
  border-left: 1px solid #ccc;
  padding-left: 15px;
}
.search-container input {
  border: 1px solid #D60F54;
}
.search-container button {
  background-color: #D60F54;
  width: 65px;
  height: 47px;
}
@media all and (max-width: 630px) {
  .search-container {
    width: 100%;
    margin: 15px 0 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
    border-left: none;
  }
}

.search-note {
  font-size: 0.9em;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .search-note {
    width: calc(95% - 452px);
  }
}
@media all and (max-width: 630px) {
  .search-note {
    width: 100%;
  }
}

.back-form input, .back-form textarea {
  border: 1px solid #ccc;
}

.back-form-group {
  width: 49%;
}
.back-form-group .form-group {
  width: 100%;
}
@media all and (max-width: 767px) {
  .back-form-group {
    width: 100%;
  }
}

.red {
  color: #D60F54;
}

.back-note {
  margin: 20px 0;
}
.back-note li > .red:nth-child(1) {
  margin-right: 10px;
  left: 0;
  top: 5px;
}
.back-note li {
  padding-left: 10px;
}

.back-form .submit {
  border-color: #D60F54;
  color: #D60F54;
}
.back-form .submit:hover {
  background-color: #D60F54 !important;
  color: #fff;
}

.artical-select > a {
  width: 33.33%;
}
.artical-select > a p {
  padding: 27% 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 30px #000;
}
.artical-select > a.active p, .artical-select > a:hover p {
  background-color: rgba(0, 0, 0, 0);
}
.artical-select > a:nth-child(1) {
  background-image: url(../img/artical-select01.jpg);
}
.artical-select > a:nth-child(2) {
  background-image: url(../img/artical-select02.jpg);
}
.artical-select > a:nth-child(3) {
  background-image: url(../img/artical-select03.jpg);
}
@media all and (max-width: 767px) {
  .artical-select > a {
    width: 100%;
  }
  .artical-select > a p {
    padding: 40px 0;
  }
}

.artical-select-title {
  margin: 6% 0 1% 0;
}
@media all and (min-width: 768px) and (max-width: 1440px) {
  .artical-select-title {
    margin-top: 3%;
  }
}

.top-banner03 {
  background-image: url(../img/top-banner03.jpg);
}

.top-banner04 {
  background-image: url(../img/top-banner04.jpg);
}

.top-banner05 {
  background-image: url(../img/top-banner05.jpg);
}/*# sourceMappingURL=style.css.map */

.swiper-slide img{display: block;min-width: 100%;
}