.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 35px 0 55px
}

.row-full.nopadding {
  padding: 0
}

.btn {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #fff;
  padding-right: 50px;
  background-image: url(./img/icon_a_right.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-top: 25px
}

.btn.btn-dark {
  border-color: #161616;
  color: #161616;
  background-image: url(./img/icon_a_right_dark.svg)
}

.btn.btn-blue {
  border-color: #003f99;
  color: #003f99;
  background-image: url(./img/icon_a_right_blue.svg)
}

.btn.btn-red {
  border-color: #e50012;
  color: #e50012;
  background-image: url(./img/icon_a_right_red.svg)
}

.btn.btn-small {
  font-size: 1.4rem;
  background-size: 15px;
  padding-right: 40px
}

.btn.btn-no-border {
  border: 0;
  padding-left: 0
}

.btn.btn-large {
  font-size: 1.8rem
}

.site_header {
  width: 100%;
  position: relative;
  height: 70px;
  z-index: 9;
  background-color: #003f99
}

@media screen and (min-width:992px) {
  .site_header {
    height: 100px
  }
}

.site_header .mobile_menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #0b56c2;
  width: 100%;
  display: none
}

.site_header .mobile_menu ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.site_header .mobile_menu ul li {
  display: block;
  position: relative
}

.site_header .mobile_menu ul li>a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none
}

.site_header .mobile_menu ul li .toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s;
  cursor: pointer
}

.site_header .mobile_menu ul li .toggle.open {
  transform: rotate(45deg)
}

.site_header .mobile_menu ul li .toggle::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%)
}

.site_header .mobile_menu ul li .toggle::before {
  content: '';
  display: block;
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%)
}

.site_header .mobile_menu ul li .sub {
  background-color: #161616;
  display: none
}

.site_header .mobile_menu ul li .sub ul li a {
  font-size: 1.2rem
}

.site_header .mobile_header {
  position: relative;
  height: 100%
}

.site_header .mobile_header .m_logo_wrapper {
  display: block;
  width: 250px;
  height: 100%;
  position: relative;
  overflow: hidden
}

.site_header .mobile_header .logo_m {
  width: 250px;
  height: 250px;
  background-color: #0b56c2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  border-radius: 1000px;
  margin: 0 30px
}

.site_header .mobile_header .logo_m img {
  width: 70%
}

.site_header .icon_search,
.site_header .icon_menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #0b56c2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 300px
}

@media screen and (min-width:1200px) {

  .site_header .icon_search,
  .site_header .icon_menu {
    width: 35px;
    height: 35px;
    right: 30px
  }
}

.site_header .icon_search img,
.site_header .icon_menu img {
  width: 60%
}

.site_header .nav {
  display: flex;
  position: relative;
  height: 100px;
  align-items: center
}

.site_header .nav>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  width: 100%
}

.site_header .nav>ul>li {
  display: block;
  position: relative
}

.site_header .nav>ul>li.logo_wrapper {
  height: 100%;
  overflow: hidden
}

.site_header .nav>ul>li>a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 5px;
  letter-spacing: 1px;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width:1200px) {
  .site_header .nav>ul>li>a {
    font-size: 1.6rem;
    margin: 0 10px
  }
}

@media screen and (min-width:1440px) {
  .site_header .nav>ul>li>a {
    font-size: 1.6rem;
    margin: 0 20px
  }
}

@media screen and (min-width:1600px) {
  .site_header .nav>ul>li>a {
    font-size: 1.6rem;
    margin: 0 30px
  }
}

.site_header .nav>ul>li .sub {
  background: #161616;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  padding: 15px 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: none
}

.site_header .nav>ul>li .sub::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #161616 transparent;
  position: absolute;
  top: -8px;
  left: 20%
}

.site_header .nav>ul>li .sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block
}

.site_header .nav>ul>li .sub ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 5px 0;
  font-weight: 300;
  letter-spacing: 1px
}

.site_header .nav>ul>li .sub ul li a:hover {
  color: #d7d9d9
}

.site_header .nav>ul>li:hover .sub {
  display: block
}

.site_header .nav .logo {
  width: 300px;
  height: 300px;
  background-color: #0b56c2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 1000px;
  margin: 0 30px
}

.site_header .nav .logo img {
  width: 70%
}

.site_header .search_form {
  display: none;
  position: absolute;
  top: 100%;
  right: 20px;
  padding: 6px;
  background-color: #0b56c2
}

.site_header .search_form form {
  margin: 0
}

.site_header .search_form .keyword {
  height: 25px;
  line-height: 23px;
  border: 0
}

.site_header .search_form .search {
  width: 30px;
  height: 30px;
  border: 0;
  background: #0b56c2 url("./img/icon_search.svg") no-repeat center;
  background-size: 20px;
  cursor: pointer
}

.site_footer {
  background: url(./img/bg_footer.png) center no-repeat;
  background-size: cover
}

.site_footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.site_footer .logo img {
  width: 220px
}

.site_footer .footer_content {
  padding: 15px
}

.site_footer .footer_content .info {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center
}

.site_footer .footer_content .info span {
  display: block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.site_footer .footer_content .info span:last-of-type {
  padding: 0;
  margin: 0;
  border: 0
}

.site_footer .footer_content .copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  text-align: center
}

.rb {
  position: relative;
  width: 100%;
  height: auto
}

@media screen and (min-width:768px) {
  .rb {
    padding-bottom: 45%
  }
}

.rb .btn_more {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 0;
  z-index: 3;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold
}

.rb .btn_more img {
  width: 10px;
  transform: rotate(90deg);
  margin-right: 15px
}

.rb .swiper-container {
  position: relative;
  width: 100%
}

@media screen and (min-width:768px) {
  .rb .swiper-container {
    position: absolute;
    height: 100%
  }
}

.rb .swiper-container .swiper-slide {
  background-color: #161616
}

.rb .swiper-container .swiper-slide .bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 45%;
  background-size: cover
}

.rb .swiper-container .swiper-slide .waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.rb .swiper-container .swiper-slide .left_img {
  width: 35%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2%
}

.rb .swiper-container .swiper-slide .left_img svg {
  width: 100%
}

.rb .swiper-container .swiper-slide .left_img #rocket {
  transform: translateY(750px);
  animation: launch 2s ease-out forwards;
  animation-delay: 3s
}

@keyframes launch {
  from {
    transform: translateY(750px)
  }

  to {
    perspective: 500px;
    transform: translateY(0)
  }
}

.rb .swiper-container .swiper-slide .left_img #stars {
  animation: twinkling 2s linear;
  animation-delay: 3s
}

@keyframes twinkling {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.rb .swiper-container .swiper-slide .s_content {
  background-color: #003f99;
  color: #fff;
  padding: 20px 30px 70px;
  font-size: 2.4rem;
  font-weight: 300;
  position: relative
}

.rb .swiper-container .swiper-slide .s_content img {
  max-height: 120px;
  margin-bottom: 25px;
  margin-top: 5px
}

.rb .swiper-container .swiper-slide .s_content .ac {
  padding: 0
}

@media screen and (min-width:768px) {
  .rb .swiper-container .swiper-slide .s_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    left: 10%;
    font-size: 3.6rem;
    font-weight: 600
  }
}

.rb .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding-left: 30px;
  color: #fff;
  z-index: 3
}

@media screen and (min-width:768px) {
  .rb .swiper-pagination {
    bottom: 10%;
    left: 10%
  }
}

.rb .swiper-pagination span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 15px;
  counter-increment: section;
  text-align: center;
  font-size: 1rem;
  line-height: 17px;
  cursor: pointer
}

.rb .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #003f99;
  color: #fff
}

.rb .swiper-pagination span::before {
  content: counter(section)
}

.intro {
  display: none;
  padding: 50px 0;
  overflow: hidden;
  background: url(./img/bg_intro.jpg) center no-repeat;
  background-size: cover
}

@media screen and (min-width:768px) {
  .intro {
    padding: 100px 0
  }
}

.intro_left {
  padding: 30px;
  position: relative
}

@media screen and (min-width:768px) {
  .intro_left {
    padding-left: 0;
    padding: 50px
  }
}

.intro_left .content {
  position: relative;
  z-index: 2;
  font-weight: 300
}

.intro_left h2 {
  margin-bottom: 30px
}

.intro_left::after {
  content: '';
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 50px;
  background-color: #e2eeff;
  z-index: 1
}

.intro_hero {
  position: relative;
  height: 100%;
  margin-bottom: 35px
}

@media screen and (min-width:768px) {
  .intro_hero {
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135%;
    padding-left: 0;
    margin-left: -30px
  }

  .intro_hero img {
    margin-top: 10%
  }
}

.news {
  padding: 100px 0;
  background: url(./img/bg_news.jpg) center no-repeat;
  background-size: cover;
  color: #fff
}

@media screen and (min-width:768px) {
  .news .news_list {
    padding-left: 30px
  }
}

.news .news_list .action {
  text-align: right
}

.news .news_list_item {
  background-color: #2b489d;
  padding: 15px;
  display: flex;
  margin-bottom: 25px;
  text-decoration: none;
  color: #fff;
  transition: .3s
}

.news .news_list_item:hover {
  background-color: #003f99
}

.news .news_list_item .content {
  width: calc(100% - 70px)
}

@media screen and (min-width:768px) {
  .news .news_list_item .content {
    width: calc(100% - 150px)
  }
}

.news .news_list_item .content .title {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 600
}

@media screen and (min-width:768px) {
  .news .news_list_item .content .title {
    font-size: 1.8rem
  }
}

.news .news_list_item .content .excerpt {
  font-size: 1.2rem
}

@media screen and (min-width:1200px) {
  .news .news_list_item .content .excerpt {
    font-size: 1.4rem
  }
}

.news .news_list_item .date {
  margin-right: 10px;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #5571c5;
  display: flex;
  justify-content: center;
  flex-direction: column
}

@media screen and (min-width:768px) {
  .news .news_list_item .date {
    width: 100px;
    height: 100px;
    margin-right: 30px
  }
}

.news .news_list_item .date .d {
  font-size: 2rem;
  font-weight: 600
}

@media screen and (min-width:768px) {
  .news .news_list_item .date .d {
    font-size: 3.6rem;
    letter-spacing: 2px
  }
}

.news .news_list_item .date .my {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 2px
}

@media screen and (min-width:768px) {
  .news .news_list_item .date .my {
    font-size: 1.6rem
  }
}

.news .news_swiper {
  position: relative;
  margin-bottom: 55px
}

.news .news_swiper::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #003f99
}

@media screen and (max-width:767px) {
  .news .news_swiper::after {
    top: 10px;
    left: 10px
  }
}

.news .news_swiper .swiper-container .navigation {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  display: flex
}

.news .news_swiper .swiper-container .navigation div[class^="btn_"] {
  margin-right: 15px;
  width: 25px;
  height: 25px;
  border: 1px solid #161616;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-items: center
}

.news .news_swiper .swiper-container .navigation div[class^="btn_"].btn_prev {
  background-image: url(./img/arrow_left.svg);
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center
}

.news .news_swiper .swiper-container .navigation div[class^="btn_"].btn_next {
  background-image: url(./img/arrow_right.svg);
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center
}

.news .news_swiper .swiper-slide .img {
  width: 100%;
  background-size: cover;
  display: block
}

.news .news_swiper .swiper-slide .img img {
  width: 100%;
  display: block;
  height: auto
}

.noti {
  background-color: #f1f2f2;
  background-image: url(./img/bg_noti.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0
}

.noti_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px
}

.noti div[class^="col-"] {
  margin-bottom: 50px
}

.noti_item {
  background-color: #fff;
  padding: 20px;
  padding-top: 80px;
  position: relative;
  height: 100%
}

.noti_item .date {
  border: 2px solid #003f99;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -20px
}

.noti_item .date .dm {
  font-size: 2rem;
  letter-spacing: 3px;
  font-weight: 500;
  text-indent: 2px;
  padding: 6px;
  color: #003f99;
  background-color: #fff
}

.noti_item .date .y {
  font-size: 2rem;
  letter-spacing: 6px;
  text-indent: 3px;
  font-weight: 500;
  padding: 6px;
  background-color: #003f99;
  color: #fff
}

.noti_item .title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 30px
}

.noti_item .excerpt {
  color: #adadad
}

.fac {
  padding: 100px;
  background-color: #f1f2f2;
  background-image: url(./img/bg_fac.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff
}

.fac .row:hover a {
  opacity: .8
}

.fac a {
  margin-bottom: 30px;
  display: block;
  transition: .3s
}

.fac a img {
  display: block
}

.fac a:hover {
  box-shadow: 15px 15px 0 rgba(255, 255, 255, 0.8);
  opacity: 1 !important;
  transform: translateX(-5px) translateY(-5px)
}

.links {
  padding: 50px 0 80px;
  color: #fff;
  background-image: url(./img/bg_links.png);
  background-position: center;
  background-size: cover
}

.links h1 {
  margin-bottom: 55px
}

.links .wp_article_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap
}

.links .wp_article_list .Article_Index {
  display: none
}

.links .wp_article_list li {
  flex: 0 0 25%;
  height: auto;
  border: 0;
  width: auto;
  line-height: normal
}

.links .wp_article_list li .pr_fields {
  float: none !important;
  display: block !important
}

@media screen and (max-width:767px) {
  .links .wp_article_list li {
    flex: 0 0 50%
  }
}

@media screen and (max-width:576px) {
  .links .wp_article_list li {
    flex: 0 0 100%
  }
}

.links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500
}

.links a::after {
  content: ' ';
  width: 80px;
  height: 1px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #1d4fc1;
  background: linear-gradient(90deg, #1d4fc1 0, rgba(0, 151, 241, 0.686734) 100%)
}

.party_s {
  padding: 80px 0;
  overflow: hidden;
  background: url(./img/bg_intro.jpg) center no-repeat;
  background-size: cover
}

.party_s .first_item {
  margin-bottom: 25px
}

.party_s .first_item .img {
  margin-bottom: 15px
}

.party_s .first_item .img a {
  display: block;
  width: 100%
}

.party_s .first_item .img img {
  width: 100%
}

.party_s .first_item .date {
  font-size: 1.4rem;
  color: #161616;
  margin-bottom: 10px
}

.party_s .first_item .title a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #003f99
}

.party_s .first_item .excerpt {
  font-size: 1.2rem;
  margin-bottom: 10px
}

.party_s .first_item .excerpt p {
  font-size: 1.2rem;
  line-height: normal
}

@media screen and (min-width:768px) {
  .party_s .latest_news_list {
    padding-right: 20px;
    border-right: 1px solid #f1f2f2
  }
}

.party_s .latest_noti_list .news_list_item {
  margin-bottom: 15px
}

@media screen and (min-width:768px) {

  .party_s .latest_noti_list .news_list_item .col-9,
  .party_s .latest_noti_list .news_list_item .col-12 {
    padding-left: 0
  }
}

.party_s .latest_noti_list .news_list_item .date {
  font-size: 1.2rem;
  color: #adadad;
  margin-bottom: 10px
}

.party_s .latest_noti_list .news_list_item .title a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #003f99
}

@media screen and (min-width:768px) {
  .party_s .latest_noti_list.hidefirst .news_list_item:first-of-type {
    display: none
  }
}

.party_s .fancy_date {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid main_color_blue;
  white-space: nowrap;
  min-width: 50px
}

.party_s .fancy_date .day {
  font-size: 2rem;
  color: #003f99;
  font-weight: 600;
  margin-bottom: 0
}

.party_s .fancy_date .month {
  font-size: 1.2rem
}

.party_s .fancy_date.style2 {
  border: 0;
  padding-bottom: 0
}

.party_s .fancy_date.style2 .month {
  font-size: 1rem
}

.module_title {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.module_title img {
  height: 40px;
  margin-right: 15px
}

.module_title .btn {
  margin-top: 0
}

.module_title .btn_more {
  order: 3;
  white-space: nowrap;
  text-decoration: none;
  margin-left: 10px;
  margin-top: 6px;
  color: #adadad;
  font-size: 1.4rem;
  color: #003f99
}

.module_title .text {
  white-space: nowrap;
  margin-right: 25px
}

.module_title .text .title {
  font-size: 2.4rem;
  color: #003f99;
  font-weight: 500
}

.module_title .text .sub_title {
  color: #003f99;
  margin-top: 5px
}

.page_banner {
  width: 100%;
  position: relative
}

.page_banner_img {
  position: relative;
  width: 100%;
  padding-bottom: 35%;
  background-size: cover;
  background-position: center
}

@media screen and (min-width:768px) {
  .page_banner.thin .page_banner_img {
    padding-bottom: 20%
  }
}

.page_banner_content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px
}

@media screen and (min-width:768px) {
  .page_banner_content {
    font-size: 4.8rem;
    font-weight: 300
  }
}

.timeline_wrapper {
  padding: 60px 0;
  background: url(./img/bg_timeline.jpg) center;
  background-size: cover
}

@media screen and (min-width:768px) {
  .timeline_wrapper {
    padding: 100px 0
  }
}

.timeline_wrapper .timeline_row {
  align-items: center
}

.timeline_wrapper .timeline {
  position: relative;
  padding: 40px
}

.timeline_wrapper .timeline .frame {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  border: 2px solid #003f99;
  border-radius: 20px;
  margin-bottom: 20px
}

.timeline_wrapper .timeline .frame .center {
  font-size: 4rem;
  letter-spacing: 2px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%)
}

@media screen and (min-width:1200px) {
  .timeline_wrapper .timeline .frame .center {
    font-size: 6rem
  }
}

.timeline_wrapper .timeline .frame .center::after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background-color: #c3dcff;
  margin-top: -20px
}

.timeline_wrapper .timeline .frame .c {
  display: flex;
  position: absolute
}

.timeline_wrapper .timeline .frame .c .d {
  display: flex;
  align-items: center;
  color: #003f99;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer
}

.timeline_wrapper .timeline .frame .c .d::after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid #003f99;
  background-color: #fff;
  border-radius: 100px;
  margin: 5px;
  transition: .3s
}

.timeline_wrapper .timeline .frame .c .d:hover::after,
.timeline_wrapper .timeline .frame .c .d.active::after {
  background-color: #003f99
}

.timeline_wrapper .timeline .frame .c.left {
  flex-direction: column-reverse;
  justify-content: space-evenly;
  width: 30%;
  left: calc(-30% + 10px);
  top: 0;
  height: 100%
}

.timeline_wrapper .timeline .frame .c.left .d {
  justify-content: right
}

.timeline_wrapper .timeline .frame .c.right {
  flex-direction: column;
  justify-content: space-evenly;
  width: 30%;
  right: calc(-30% + 10px);
  top: 0;
  height: 100%
}

.timeline_wrapper .timeline .frame .c.right .d {
  justify-content: left;
  flex-direction: row-reverse
}

.timeline_wrapper .timeline .frame .c.top {
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  left: 0;
  top: calc(-30% + 10px);
  height: 30%
}

.timeline_wrapper .timeline .frame .c.top .d {
  justify-content: end;
  flex-direction: column
}

.timeline_wrapper .timeline .frame .c.bottom {
  flex-direction: row-reverse;
  justify-content: space-evenly;
  width: 100%;
  left: 0;
  bottom: calc(-30% + 10px);
  height: 30%
}

.timeline_wrapper .timeline .frame .c.bottom .d {
  justify-content: flex-end;
  flex-direction: column-reverse
}

.timeline_wrapper .cloud {
  background-color: #c3dcff;
  padding: 30px 15px;
  border-radius: 20px;
  position: relative;
  margin-left: 0
}

.timeline_wrapper .cloud .row {
  margin-left: -7px;
  margin-right: -7px
}

.timeline_wrapper .cloud .row div[class^="col"] {
  padding: 0 7px
}

@media screen and (min-width:768px) {
  .timeline_wrapper .cloud {
    margin-left: 20px;
    padding: 40px 30px
  }
}

.timeline_wrapper .cloud img {
  margin-bottom: 25px;
  border-radius: 15px
}

@media screen and (min-width:768px) {
  .timeline_wrapper .cloud img {
    margin-bottom: 0
  }
}

.timeline_wrapper .cloud::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #c3dcff transparent transparent;
  position: absolute;
  top: -40px;
  right: 40px;
  transform: rotate(90deg)
}

@media screen and (min-width:768px) {
  .timeline_wrapper .cloud::after {
    top: 40px;
    left: -30px;
    right: auto;
    transform: rotate(0)
  }
}

.timeline_wrapper .cloud .title {
  font-size: 3rem;
  margin-bottom: 5px
}

.timeline_wrapper .cloud .content {
  font-size: 1.2rem
}

@media screen and (min-width:768px) {
  .timeline_wrapper .cloud .content {
    font-size: 1.4rem
  }
}

.timeline_wrapper .cloud .cd_content {
  display: none
}

.history_content {
  padding: 60px 0
}

@media screen and (min-width:768px) {
  .history_content {
    padding: 100px 0
  }
}

.bios {
  padding: 100px 0
}

.bios div[class^="col"] {
  position: relative;
  margin-bottom: 30px
}

.bios .bio {
  padding: 15px;
  height: 100%;
  position: relative;
  background: url(./img/bg_bio.jpg) center no-repeat;
  background-size: cover;
  border-radius: 15px
}

.bios .bio .row div[class^="col"] {
  position: relative;
  margin-bottom: 0
}

@media screen and (min-width:1200px) {
  .bios .bio .row {
    align-items: center
  }
}

.bios .bio .row img {
  border-radius: 10px
}

.bios .bio .row .content {
  font-size: 1.2rem
}

@media screen and (min-width:768px) {
  .bios .bio .row .content {
    font-size: 1.4rem
  }
}

.bios .bio .row .name {
  font-size: 1.8rem;
  margin-bottom: 15px
}

@media screen and (min-width:1200px) {
  .bios .bio .row .name {
    font-size: 2rem
  }
}

.bios .bio .row .title {
  margin-bottom: 5px
}

.bios .bio .row .charge {
  margin-bottom: 5px
}

.edu_intro {
  padding: 60px 0;
  background: url(./img/bg_edu_intro.jpg) center no-repeat;
  background-size: cover
}

@media screen and (min-width:768px) {
  .edu_intro {
    padding: 100px 0
  }
}

.edu_intro .row {
  align-items: center
}

.edu_intro .row div[class^="col"] {
  position: relative
}

.edu_intro .intro_content {
  padding: 60px 40px;
  background: url(./img/bg_edu_intro_2.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2)
}

@media screen and (min-width:768px) {
  .edu_intro .intro_content {
    width: 130%;
    margin-left: -30%
  }
}

.edu_intro .intro_content::after {
  content: '';
  display: block;
  width: 5px;
  height: 60%;
  background-color: #003f99;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.edu_intro .intro_content .title {
  font-size: 2.4rem;
  color: #003f99;
  margin-bottom: 15px
}

.edu_intro .intro_content .text {
  margin-bottom: 50px
}

.building {
  padding: 60px 0;
  background: url(./img/bg_edu_science.jpg) center no-repeat;
  background-size: cover;
  color: #fff
}

@media screen and (min-width:768px) {
  .building {
    padding: 100px 0
  }
}

.building div[class^="col"] {
  position: relative;
  margin-bottom: 30px
}

.building_cell {
  background-color: #fff;
  padding: 50px;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: block;
  text-decoration: none
}

.building_cell .content {
  position: relative;
  z-index: 2;
  top: 40px;
  transition: all .3s
}

.building_cell .content .icon {
  width: 100px;
  margin: 0 auto 25px
}

.building_cell .content .icon_text {
  color: #009499;
  font-size: 2rem
}

.building_cell .content .icon_text.style2 {
  color: #2a4dfc
}

.building_cell .content .text {
  color: #adadad;
  margin-top: 35px;
  line-height: 2.4rem
}

.building_cell .content .action {
  text-align: center;
  opacity: 0;
  position: relative;
  top: -10px;
  transition: all .3s
}

.building_cell .content .action .btn {
  margin-left: 15px
}

.building_cell::after {
  content: '';
  display: block;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  height: 80%;
  width: 110%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  transition: all .3s
}

.building_cell:hover .content {
  top: 10px
}

.building_cell:hover::after {
  width: 120%
}

.building_cell:hover .action {
  opacity: 1;
  top: 0
}

.edu {
  padding: 60px 0;
  background: url(./img/bg_edu_end.jpg) center no-repeat;
  background-size: cover
}

@media screen and (min-width:768px) {
  .edu {
    padding: 100px 0
  }
}

.edu h1 {
  color: #003f99;
  margin-bottom: 55px
}

.edu .edu_cells {
  display: flex;
  justify-content: space-between
}

.edu .edu_cells .edu_cell {
  width: calc(100% / 5 - 15px);
  background-color: #adadad;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 250px;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: transform .3s
}

.edu .edu_cells .edu_cell:hover {
  transform: translateY(-10px)
}

.edu .edu_cells .edu_cell .icon {
  width: 90px;
  margin: 0 auto 25px
}

.edu .edu_cells .edu_cell.color1 {
  background-color: #ff7f17
}

.edu .edu_cells .edu_cell.color2 {
  background-color: #8453ff
}

.edu .edu_cells .edu_cell.color3 {
  background-color: #374df6
}

.edu .edu_cells .edu_cell.color4 {
  background-color: #009bd5
}

.edu .edu_cells .edu_cell.color5 {
  background-color: #075bd2
}

.ac {
  padding: 100px 0
}

.ac_cell {
  margin-bottom: 35px;
  padding: 30px;
  background-image: url(./img/bg_talent.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 20px
}

@media screen and (min-width:768px) {
  .ac_cell {
    display: flex;
    padding: 50px
  }
}

.ac_cell .content .name {
  padding-bottom: 15px;
  font-size: 2.4rem
}

.ac_cell .content .name::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #235aa8;
  background: linear-gradient(90deg, #235aa8 0, rgba(35, 90, 168, 0) 100%);
  margin-top: 15px
}

.ac_cell .content .text p {
  font-size: 1.4rem
}

.ac_cell .img_wrapper {
  margin-bottom: 30px;
  min-width: 200px
}

@media screen and (min-width:768px) {
  .ac_cell .img_wrapper {
    margin-bottom: 0;
    margin-right: 30px
  }
}

.ac_cell .img {
  position: relative;
  text-align: center
}

.ac_cell .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #a4badf;
  z-index: 1;
  border-radius: 10px
}

.ac_cell .img img {
  max-width: 80%;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  display: block;
  margin: 0 auto
}

.ge {
  padding: 0 0 100px
}

.ge_cell {
  text-align: center;
  padding: 50px;
  background-color: #f2f6ff;
  border-radius: 25px;
  margin-bottom: 30px
}

.ge_cell .img {
  margin-bottom: 35px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block
}

.ge_cell .img img {
  display: block;
  margin: 0 auto
}

.ge_cell .name {
  font-size: 2.4rem;
  border-bottom: 1px solid #003f99;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.counter {
  padding: 100px 0;
  background: url(./img/bg_counter.jpg) center no-repeat;
  background-size: cover
}

.counter .desc {
  text-align: center
}

.counter .count {
  text-align: center;
  background-color: #fff;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 4px solid #ff7f17
}

@media screen and (min-width:768px) {
  .counter .count {
    min-height: 200px
  }
}

.counter .count .t {
  color: #adadad;
  margin-bottom: 5px
}

.counter .count .t span {
  font-size: 3.2rem;
  color: #ff7f17;
  font-weight: bold;
  margin-right: 5px
}

.counter .count.t2 {
  border-bottom: 4px solid #8453ff
}

.counter .count.t2 span {
  color: #8453ff
}

.counter .count.t3 {
  border-bottom: 4px solid #374df6
}

.counter .count.t3 span {
  color: #374df6
}

.counter .count.t4 {
  border-bottom: 4px solid #009bd5
}

.counter .count.t4 span {
  color: #009bd5
}

.counter .count.t5 {
  border-bottom: 4px solid #003f99
}

.counter .count.t5 span {
  color: #003f99
}

.counter .count.t6 {
  border-bottom: 4px solid #00a96f
}

.counter .count.t6 span {
  color: #00a96f
}

.counter .count .b {
  max-width: 120px;
  margin: 0 auto
}

.f_view {
  display: none
}

.sac {
  margin-bottom: 35px
}

.sac .img {
  margin-bottom: 15px;
  box-shadow: 10px 10px 0 #d1e8ff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 15px;
  max-width: 250px;
  margin-bottom: -30px;
  margin-left: 25px
}

.sac .img img {
  border-radius: 10px;
  overflow: hidden
}

@media screen and (min-width:768px) {
  .sac .img {
    margin-bottom: 0;
    max-width: 9999
  }
}

.sac .content {
  padding: 30px;
  padding-top: 60px;
  width: 100%;
  background: url(./img/bg_ac.jpg) center no-repeat;
  background-size: cover;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1
}

.sac .content::after {
  content: '';
  display: block;
  width: 5px;
  height: 60%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #003f99
}

@media screen and (max-width:767px) {
  .sac .content::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 70%;
    height: 5px
  }
}

@media screen and (min-width:768px) {
  .sac .content {
    padding: 40px;
    padding-left: 100px;
    margin-left: -80px;
    width: calc(100% + 80px)
  }
}

.sac .title {
  font-size: 2.4rem;
  margin-bottom: 15px
}

.sac .sub {
  color: #adadad
}

.f_tabs {
  padding: 50px 0
}

.f_tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

@media screen and (min-width:768px) {
  .f_tabs ul {
    justify-content: space-between
  }
}

.f_tabs ul li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  text-align: center;
  display: block;
  padding: 15px;
  background-color: #fff;
  color: #003f99;
  border: 1px solid #adadad;
  cursor: pointer;
  font-size: 1.2rem
}

@media screen and (min-width:768px) {
  .f_tabs ul li {
    width: calc(20% - 30px);
    font-size: 1.4rem
  }
}

.f_tabs ul li:hover,
.f_tabs ul li.active {
  background-color: #003f99;
  color: #fff;
  border: 1px solid #003f99
}

.f_cell {
  position: relative;
  padding: 50px 0;
  background: #fff4ec;
  background: linear-gradient(90deg, #fff4ec 0, white 38%);
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 35px
}

.f_cell>.row {
  align-content: center
}

.f_cell::after {
  content: '';
  display: block;
  width: 5px;
  height: 60%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f44041
}

@media screen and (max-width:767px) {
  .f_cell::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 70%;
    height: 5px
  }
}

.f_cell.f_cell_2 {
  background: #edefff;
  background: linear-gradient(90deg, #edefff 0, white 38%)
}

.f_cell.f_cell_2::after {
  background-color: #374df6
}

.f_cell.f_cell_3 {
  background: #f3edff;
  background: linear-gradient(90deg, #f3edff 0, white 38%)
}

.f_cell.f_cell_3::after {
  background-color: #8453ff
}

.f_cell.f_cell_4 {
  background: #dcf6ff;
  background: linear-gradient(90deg, #dcf6ff 0, white 38%)
}

.f_cell.f_cell_4::after {
  background-color: #009bd5
}

.f_cell .icon_wrapper {
  text-align: center;
  padding: 50px 0
}

@media screen and (min-width:768px) {
  .f_cell .icon_wrapper {
    border-right: 1px solid rgba(0, 0, 0, 0.05)
  }
}

.f_cell .icon_wrapper .icon {
  max-width: 100px;
  margin-bottom: 15px;
  display: inline-block
}

.f_cell .icon_wrapper .icon_text {
  font-weight: bold
}

.f_cell .names {
  /* display: flex; */
  /* flex-wrap: wrap; */
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  justify-content: space-between;
  padding: 15px
}

.f_cell .names div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  /* justify-content: space-between; */
}

.f_cell p {
  /* display: flex; */
  text-indent: 0;
  letter-spacing: 0;
}
.f_cell p a {
  color: black;
  text-decoration: none;
}

.f_cell .names div p {
  /* display: flex; */
  flex: 0 0 25%;
  flex-wrap: wrap;
  margin: 0;
  text-indent: 0;
  letter-spacing: 0;
}

.f_cell .names.normal {
  padding-left: 0;
  transform: none;
  top: 0
}

@media screen and (min-width:768px) {
  .f_cell .names {
    justify-content: left
  }
}

.f_cell .names a {
  
  width: 100%;
  display: block;
  color: rgba(22, 22, 22, 0.8);
  text-decoration: none;
  margin: 5px 0;
  text-align: center
}



@media screen and (min-width:768px) {
  .f_cell .names a {
    flex: 0 0 16.666%
  }
}

.f_cell .names.normal a {
  text-align: left;
  flex: 0 0 25%
}

.discipline_intro {
  padding: 50px 0;
  overflow: hidden;
  background: url(./img/first_class_bg.jpg) center no-repeat;
  background-size: cover !important
}

.discipline_intro.s2 {
  background: url(./img/first_class_bg2.jpg) center no-repeat
}

.discipline_intro.s2 h2 {
  color: #003f99
}

@media screen and (min-width:768px) {
  .discipline_intro.s2 h2 {
    text-align: right
  }
}

.discipline_intro.s2 .text {
  color: #666
}

.discipline_intro.s3 {
  background: url(./img/first_class_bg3.jpg) center no-repeat
}

@media screen and (min-width:768px) {
  .discipline_intro {
    padding: 100px 0
  }
}

.discipline_intro .text {
  padding: 30px;
  color: #fff;
  position: relative
}

@media screen and (min-width:768px) {
  .discipline_intro .text {
    padding-left: 0;
    padding: 50px 0
  }
}

.discipline_intro .text .content {
  position: relative;
  z-index: 2;
  font-weight: 300
}

.discipline_intro .text h2 {
  margin-bottom: 30px;
  font-size: 2.6rem
}

.discipline_intro .img {
  position: relative;
  height: 100%;
  margin-bottom: 35px
}

@media screen and (min-width:768px) {
  .discipline_intro .img {
    display: flex;
    justify-content: center;
    align-items: center
  }
}

.qa {
  padding: 30px 0;
  overflow: hidden;
  background: #fff1f2 url(./img/qa_bg.jpg) center no-repeat
}

@media screen and (min-width:768px) {
  .qa {
    padding: 60px 0
  }
}

.qa h2 {
  margin-bottom: 60px;
  color: #e50012
}

.qa .qa-list .item {
  margin-bottom: 20px;
  background: #fff
}

.qa .qa-list .item:hover {
  box-shadow: 0 7px 7px 0 rgba(35, 24, 21, 0.15)
}

.qa .qa-list .item:hover .q {
  background-image: url(./img/icon_qa2.png)
}

.qa .qa-list .item:hover .a {
  opacity: 1;
  height: auto;
  min-height: 90px;
  padding-top: 20px;
  padding-bottom: 20px
}

@media screen and (min-width:768px) {
  .qa .qa-list .item:hover .a {
    min-height: 118px
  }
}

.qa .qa-list .q,
.qa .qa-list .a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 20px 60px 20px 80px
}

.qa .qa-list .q::after,
.qa .qa-list .a::after {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  content: 'Q';
  color: #fff;
  background: #e50012;
  font-size: 2rem;
  text-align: center
}

@media screen and (min-width:768px) {

  .qa .qa-list .q,
  .qa .qa-list .a {
    min-height: 118px;
    padding: 20px 100px 20px 152px
  }

  .qa .qa-list .q::after,
  .qa .qa-list .a::after {
    width: 106px;
    height: 78px;
    line-height: 78px;
    font-size: 4rem
  }
}

.qa .qa-list .q {
  font-size: 1.6rem;
  color: #333;
  background-image: url(./img/icon_qa.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px
}

@media screen and (min-width:768px) {
  .qa .qa-list .q {
    background-position: right 40px center;
    background-size: 40px
  }
}

.qa .qa-list .a {
  transition: .3s;
  opacity: 0;
  height: 0;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  color: #666;
  background: #f6f6f6
}

.qa .qa-list .a::after {
  content: 'A'
}

.party .section {
  padding: 50px 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat
}

@media screen and (min-width:768px) {
  .party .section {
    padding: 100px 0
  }
}

.party .section h2 {
  color: #e50012
}

.party .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .party .section-header {
    margin-bottom: 50px
  }
}

.party .section-header h2 {
  margin: 0;
  color: #e50012
}

.party .section-header .btn {
  margin: 0
}

.party .s0 {
  background-color: #fff1f2;
  background-position: center bottom;
  background-image: url(./img/party_bg.jpg)
}

.party .s1 {
  background-color: #fff1f2;
  background-image: url(./img/bg_s4.jpg);
  background-size: cover;
  background-position: center top
}

.party .s1 h2 {
  color: #fff
}

.party .qa_list div[class^="col"] {
  margin-bottom: 30px
}

.party .qa_list .item {
  background-color: #fff;
  padding: 15px;
  display: flex;
  position: relative;
  height: 100%;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 7px 7px 0 rgba(35, 24, 21, 0.15);
  transition: .3s
}

.party .qa_list .item .content {
  width: calc(100% - 70px)
}

@media screen and (min-width:768px) {
  .party .qa_list .item .content {
    width: calc(100% - 130px)
  }
}

.party .qa_list .item .content .title {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333
}

@media screen and (min-width:768px) {
  .party .qa_list .item .content .title {
    font-size: 1.8rem
  }
}

.party .qa_list .item .content .excerpt {
  font-size: 1.2rem;
  color: #666
}

@media screen and (min-width:1200px) {
  .party .qa_list .item .content .excerpt {
    font-size: 1.4rem
  }
}

.party .qa_list .item .date {
  margin-right: 10px;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #e50012;
  display: flex;
  justify-content: center;
  flex-direction: column
}

@media screen and (min-width:768px) {
  .party .qa_list .item .date {
    width: 100px;
    height: 100px;
    margin-right: 20px
  }
}

.party .qa_list .item .date .q {
  font-size: 2rem;
  font-weight: 600
}

@media screen and (min-width:768px) {
  .party .qa_list .item .date .q {
    font-size: 3.6rem;
    letter-spacing: 2px
  }
}

.party .qa_list .item .date .my {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 2px
}

@media screen and (min-width:768px) {
  .party .qa_list .item .date .my {
    font-size: 1.6rem
  }
}

@media screen and (min-width:768px) {
  .party .news_list {
    padding-left: 30px
  }
}

.party .news_list_item {
  background-color: #fff;
  padding: 15px;
  display: flex;
  margin-bottom: 25px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 7px 7px 0 rgba(35, 24, 21, 0.15);
  transition: .3s
}

.party .news_list_item:hover {
  background-color: #fff
}

.party .news_list_item .content {
  width: calc(100% - 70px)
}

@media screen and (min-width:768px) {
  .party .news_list_item .content {
    width: calc(100% - 130px)
  }
}

.party .news_list_item .content .title {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333
}

@media screen and (min-width:768px) {
  .party .news_list_item .content .title {
    font-size: 1.8rem
  }
}

.party .news_list_item .content .excerpt {
  font-size: 1.2rem;
  color: #666
}

@media screen and (min-width:1200px) {
  .party .news_list_item .content .excerpt {
    font-size: 1.4rem
  }
}

.party .news_list_item .date {
  margin-right: 10px;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #e50012;
  display: flex;
  justify-content: center;
  flex-direction: column
}

@media screen and (min-width:768px) {
  .party .news_list_item .date {
    width: 100px;
    height: 100px;
    margin-right: 20px
  }
}

.party .news_list_item .date .q {
  font-size: 2rem;
  font-weight: 600
}

@media screen and (min-width:768px) {
  .party .news_list_item .date .q {
    font-size: 3.6rem;
    letter-spacing: 2px
  }
}

.party .news_list_item .date .my {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 2px
}

@media screen and (min-width:768px) {
  .party .news_list_item .date .my {
    font-size: 1.6rem
  }
}

.party .news {
  background: 0;
  padding: 0
}

.party .news_swiper {
  position: relative;
  margin-bottom: 55px
}

.party .news_swiper::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #e50012
}

.party .news_swiper .swiper-container .navigation {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  display: flex
}

.party .news_swiper .swiper-container .navigation div[class^="btn_"] {
  margin-right: 15px;
  width: 25px;
  height: 25px;
  border: 1px solid #161616;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-items: center
}

.party .news_swiper .swiper-container .navigation div[class^="btn_"].btn_prev {
  background-image: url(./img/arrow_left.svg);
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center
}

.party .news_swiper .swiper-container .navigation div[class^="btn_"].btn_next {
  background-image: url(./img/arrow_right.svg);
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center
}

.party .s2 {
  background-color: #e50012;
  background-image: url(./img/party_bg2.jpg);
  background-position: center top
}

.party .s2 h2 {
  color: #fff
}

.party .s2 .item {
  display: block;
  height: 82px;
  margin-bottom: 30px;
  padding: 20px 20px 20px 84px;
  line-height: 42px;
  color: #333;
  font-size: 1.6rem;
  background: #fff url(./img/icon_party.png) 16px center no-repeat;
  background-size: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  transition: .3s;
  box-shadow: 0 7px 7px 0 rgba(35, 24, 21, 0.15)
}

.party .s2 .item:hover {
  box-shadow: 0 16px 16px 10px rgba(35, 24, 21, 0.15)
}

.party .s3 {
  background-image: url(./img/party_bg3.jpg);
  background-position: center bottom
}

.party .s3 .section-header {
  margin-bottom: 70px
}

.party .down-list {
  position: relative;
  margin-bottom: 60px;
  padding: 50px 20px 30px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(35, 24, 21, 0.15)
}

@media screen and (min-width:768px) {
  .party .down-list {
    margin-bottom: 0
  }
}

.party .down-list::after {
  content: '';
  display: block;
  width: 66px;
  height: 66px;
  position: absolute;
  top: -33px;
  left: 30px;
  background: url(./img/icon_party2.png) center no-repeat;
  background-color: #e50012
}

.party .down-list .item a {
  display: block;
  height: 50px;
  padding-right: 40px;
  background: url(./img/icon_download.png) right center no-repeat;
  background-size: 20px;
  line-height: 50px;
  color: #333;
  border-bottom: 1px solid #ededed;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none
}

.party .down-list .item a:last-child {
  border-bottom: 0
}

.party .down-list .item a:hover {
  color: #e50012
}

.s_news {
  padding: 100px 0;
  position: relative
}

.s_news>.container {
  position: relative
}

.s_news .btn {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0
}

.s_news h1 {
  color: #003f99
}

.s_news .s_rb {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative
}

.s_news .s_rb .img {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center
}

.s_news .s_rb .content {
  padding: 15px;
  background-color: #f1f2f2
}

.s_news .s_rb .content .title {
  font-size: 1.6rem;
  margin-bottom: 5px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #161616
}

.s_news .s_rb .content .excerpt {
  font-size: 1.2rem;
  color: #adadad;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.s_news .s_news_rb {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px rgba(22, 22, 22, 0.3);
  height: 100%;
  background-color: #f1f2f2
}

.s_news .s_news_nav {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 2
}

.s_news .s_news_nav div[class^="btn"] {
  width: 20px;
  height: 20px;
  background-image: url(./img/arrow_left_white.svg);
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #003f99;
  cursor: pointer
}

.s_news .s_news_nav div[class^="btn"].btn_next {
  background-image: url(./img/arrow_right_white.svg)
}

.s_news .s_news_nav div[class^="btn"].swiper-button-disabled {
  opacity: .5
}

@media screen and (min-width:768px) {
  .s_news_list_wrapper {
    margin-left: -15px;
    box-shadow: 0 0 10px rgba(22, 22, 22, 0.3)
  }
}

.s_news_list {
  padding: 18px 15px;
  box-shadow: 0 0 10px rgba(22, 22, 22, 0.3)
}

@media screen and (min-width:768px) {
  .s_news_list {
    box-shadow: none
  }
}

.s_news_list_item {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  text-decoration: none;
  position: relative;
  color: #161616;
  margin: 10px 0
}

.s_news_list_item .date {
  margin-right: 15px;
  padding: 5px 10px;
  color: #adadad;
  font-weight: bold;
  text-align: center;
  transition: all .2s;
  white-space: nowrap
}

.s_news_list_item .title {
  color: #161616;
  transition: all .2s;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media screen and (min-width:1200px) {
  .s_news_list_item .title {
    width: 80%
  }
}

.s_news_list_item::after {
  content: '>';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s
}

.s_news_list_item:hover .date {
  background-color: #003f99;
  color: #fff
}

.s_news_list_item:hover .title {
  color: #003f99
}

.s_news_list_item:hover::after {
  color: #003f99
}

.s_misc {
  padding: 100px 0
}

.s_misc .sm_blk {
  padding: 15px 20px;
  box-shadow: 0 0 10px rgba(22, 22, 22, 0.3);
  margin-bottom: 50px;
  border-bottom: 3px solid #003f99
}

@media screen and (min-width:768px) {
  .s_misc .sm_blk {
    height: 100%;
    margin-bottom: 0
  }
}

.s_misc .sm_blk .icon {
  position: absolute;
  width: 50px;
  top: -20px;
  right: 10%
}

.s_misc .sm_blk_title {
  font-size: 2.8rem;
  color: #003f99;
  padding: 15px 0 10px;
  margin-bottom: 15px
}

.s_misc .sm_blk .content {
  min-height: 190px;
  margin-bottom: 5px;
  padding-bottom: 35px;
  border-bottom: 1px solid #f1f2f2;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: grey
}

.s_misc .sm_blk .sm_list_item {
  display: flex;
  text-decoration: none;
  padding: 15px 0;
  border-top: 1px solid #f1f2f2
}

.s_misc .sm_blk .sm_list_item .title {
  width: calc(100% - 60px);
  color: #161616;
  font-size: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.s_misc .sm_blk .sm_list_item .date {
  width: 60px;
  text-align: right;
  font-weight: bold;
  color: #adadad
}

.s_misc .sm_blk .sm_list_item:hover {
  opacity: .8
}

.s_bill {
  padding: 100px 0;
  position: relative;
  background-color: #d1e7fc
}

.s_bill>.container {
  position: relative
}

.s_bill .btn {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0
}

.s_bill h1 {
  color: #003f99
}

.s_bill .s_billboard {
  box-shadow: 0 0 10px rgba(22, 22, 22, 0.3)
}

.breadcrumbs {
  padding: 35px 0 0;
  margin-bottom: -50px
}

.breadcrumbs a {
  color: #003f99;
  text-decoration: none
}

.list {
  padding: 100px 0
}

.list_nav {
  margin-bottom: 35px
}

.list_nav_title {
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  background-color: #003f99;
  padding: 12px 20px;
  margin-bottom: 25px;
  font-weight: 300
}

.list_nav ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.list_nav ul li {
  display: block
}

.list_nav ul li a {
  display: block;
  padding: 10px 5px;
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: none;
  border-top: 1px solid #f1f2f2;
  font-weight: 300;
  color: #003f99
}

.list_nav ul li:first-of-type a {
  border-top: 0
}

@media screen and (min-width:768px) {
  .list_body {
    padding-left: 30px
  }
}

.list_title {
  font-weight: 300;
  font-size: 4.2rem;
  margin-top: 0;
  position: relative;
  padding-bottom: 20px;
  color: #003f99
}

.list_title::before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #003f99
}

.list_title::after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #003f99
}

.list_items .list_item {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  text-decoration: none;
  position: relative;
  color: #161616;
  padding: 15px 0;
  border-bottom: 1px solid #f1f2f2
}

.list_items .list_item .date {
  margin-right: 15px;
  padding: 5px 10px;
  color: #adadad;
  font-weight: bold;
  text-align: center;
  transition: all .2s;
  white-space: nowrap
}

.list_items .list_item .title {
  color: #161616;
  transition: all .2s;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media screen and (min-width:1200px) {
  .list_items .list_item .title {
    width: 80%
  }
}

.list_items .list_item::after {
  content: '>';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s
}

.list_items .list_item:hover .date {
  background-color: #003f99;
  color: #fff
}

.list_items .list_item:hover .title {
  color: #003f99
}

.list_items .list_item:hover::after {
  color: #003f99
}

.pagination {
  padding-top: 35px;
  margin-bottom: 50px
}

.pagination span,
.pagination a {
  display: inline-block;
  padding: 10px 10px;
  background-color: #003f99;
  color: #fff;
  margin-right: 10px;
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 10px
}

.pagination a:hover {
  background-color: #161616
}

.pagination span {
  background-color: #adadad
}

.single {
  padding: 100px 0
}

.single_title {
  font-weight: 600;
  font-size: 2.4rem;
  margin-top: 0;
  position: relative;
  padding-bottom: 20px;
  color: #003f99
}

@media screen and (max-width:767px) {
  .single_title {
    font-size: 2.4rem
  }
}

.single_title .sub_title {
  font-size: 1.8rem;
  color: grey;
  margin-top: 5px
}

.single_title::before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #003f99
}

.single_title::after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #003f99
}

/*
.single .wp_articlecontent * {
  font-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif !important;
  font-size: 1.8rem !important
}
*/

.single .wp_articlecontent table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  display: table
}

.single .wp_articlecontent table td,
.single .wp_articlecontent table th {
  padding: 5px 10px;
  border: 1px solid #DDD;
  padding: 10px;
  width: auto
}

.breadcrumb {
  padding-bottom: 50px
}

.breadcrumb span::after {
  content: ' / ';
  margin-right: 10px;
  margin-left: 5px
}

.breadcrumb a {
  color: #003f99;
  text-decoration: none
}

.ns {
  background-image: url(./img/bg_sci.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative
}

.ns .btn_next,
.ns .btn_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #003f99;
  z-index: 2;
  cursor: pointer
}

@media screen and (max-width:768px) {

  .ns .btn_next,
  .ns .btn_prev {
    width: 30px;
    height: 30px
  }
}

.ns .btn_next img,
.ns .btn_prev img {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%)
}

.ns .btn_next.btn_next,
.ns .btn_prev.btn_next {
  right: 0
}

.ns_swiper_container {
  padding: 100px 15px
}

.ns_swiper_container .ns_swiper .swiper-container {
  overflow: visible
}

.ns_swiper_container .ns_swiper .swiper-container .swiper-wrapper .ns_single {
  color: #161616;
  background-color: #f2f6ff;
  text-decoration: none;
  display: block;
  transition: all .3s
}

.ns_swiper_container .ns_swiper .swiper-container .swiper-wrapper .ns_single .img {
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-color: #adadad;
  background-position: center
}

.ns_swiper_container .ns_swiper .swiper-container .swiper-wrapper .ns_single .content {
  padding: 15px 20px
}

.ns_swiper_container .ns_swiper .swiper-container .swiper-wrapper .ns_single:hover {
  background-color: #003f99
}

.ns_swiper_container .ns_swiper .swiper-container .swiper-wrapper .ns_single:hover .content {
  color: #fff
}

.sf {
  background-image: url(./img/bg_sci_2.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  color: #fff
}

.sf_col {
  padding: 15px 15px 15px;
  background-color: #f2f6ff;
  text-align: center;
  position: relative;
  height: 100%;
  overflow: hidden
}

.sf_col .title {
  text-align: center;
  padding: 15px 0;
  color: #161616;
  font-size: 1.8rem;
  display: inline-block;
  background-color: #f2f6ff;
  position: relative
}

.sf_col .title span {
  background-color: #f2f6ff;
  position: relative;
  z-index: 2;
  padding: 0 10px
}

.sf_col .title::after {
  content: '';
  border-bottom: 1px solid #161616;
  display: block;
  width: 300px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  z-index: 1
}

@media screen and (max-width:1199px) {
  .sf_col .title::after {
    width: 250px
  }
}

.sf_col .row {
  margin-left: -7px;
  margin-right: -7px
}

.sf_col .row div[class^="col"] {
  padding: 0 7px
}

.sf_col a {
  display: flex;
  flex-direction: column;
  background-color: #f1f2f2;
  text-decoration: none;
  padding: 30px 30px;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  text-align: center;
  align-items: center;
  justify-content: space-around
}

.sf_col a.high {
  height: 315px;
  justify-content: center
}

.sf_col a.landscape {
  flex-direction: row;
  justify-content: center
}

.sf_col a.landscape .icon {
  margin-bottom: 0;
  margin-right: 15px
}

.sf_col a.landscape .text {
  text-align: left
}

.sf_col a.orange {
  background-color: #ffdec6;
  color: #ff7f17
}

.sf_col a.blue {
  background-color: #b7d5ff;
  color: #374df6
}

.sf_col a.purple {
  background-color: #d0d5ff;
  color: #8453ff
}

.sf_col a.green {
  background-color: #c2f0ff;
  color: #299dc3
}

.sf_col a .icon {
  max-width: 50px;
  max-height: 40px;
  margin-bottom: 15px
}

.sf_col a .icon img {
  max-width: 50px;
  max-height: 40px
}

.sf_col a .text {
  max-width: 200px;
  font-size: 1.2rem;
  font-weight: 600
}

.sf_list {
  background-color: #b8d6fd;
  padding: 10px;
  min-height: calc(100% - 55px)
}

.sf_list ul {
  padding-left: 15px;
  margin: 0;
  text-align: left
}

.sf_list ul li {
  margin: 10px 0;
  text-align: left;
  color: #4f69f3
}

.sf_list ul li a {
  color: #4f69f3;
  display: inline;
  padding: 0;
  background-color: transparent;
  font-size: 1.2rem;
  text-align: left
}

.sf_list.blue {
  background-color: #c3f0fe
}

.sf_list.blue a,
.sf_list.blue li {
  color: #319ec1
}

.sf_list.purple {
  background-color: #d0d6fd
}

.sf_list.purple a,
.sf_list.purple li {
  color: #845afb
}

.ad {
  background-image: url(./img/bg_sci_3.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 0
}

.ad h1 {
  color: #003f99
}

.ad .section_header {
  display: flex;
  justify-content: space-between
}

html {
  font-size: 62.5%
}

body {
  font-size: 1.4rem;
  margin: 0;
  font-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif
}

.site_content {
  min-height: 100vh
}

p {
  text-indent: 3rem;
  letter-spacing: 1px
}

img {
  max-width: 100%
}

@media screen and (min-width:1440px) {
  .container {
    max-width: 1280px
  }
}

@media screen and (min-width:1600px) {
  .container {
    max-width: 1366px
  }
}
