@-webkit-keyframes left {
  to {
    transform: translateX(15%);
  }
}
@keyframes left {
  to {
    transform: translateX(15%);
  }
}
html, body, #container {
  height: 100%;
}

#container {
  height: auto;
  position: relative;
}

#header {
  background-color: transparent;
  border-bottom: 0;
}
#header svg .cw {
  fill: #fff !important;
  color: #fff !important;
}
#header .h_top {
  background-color: #111;
}
#header .h_bottom {
  background-color: transparent;
}
#header .h_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#header .h_bottom .logo {
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.gnb_depth_1 > ul > li > a {
  color: #fff;
  text-shadow: 0 0 #fff;
}

.con_tit {
  font-size: 2.8125rem;
  line-height: 1.18;
  margin-bottom: 0.6222222222em;
}
.con_tit .con_more {
  font-size: 0.4em;
}
.con_tit .con_more::after {
  width: 0.8888888889em;
  height: 0.8888888889em;
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center center;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23222'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.con_tit .con_more:hover {
  color: #ee3a63;
}
.con_tit .con_more:hover::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23ee3a63'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 800px) {
  .con_tit {
    font-size: 1.5625rem;
    margin-bottom: 0.6em;
  }
  .con_tit .con_more {
    font-size: 0.48em;
  }
}

.control .count_line {
  display: block;
  width: 1px;
  height: 0.5em;
  background-color: #999999;
  opacity: 0.2;
}
.control .total,
.control .count {
  color: #999999;
  font-weight: bold;
  vertical-align: middle;
}
.control .count {
  color: #ee3a63;
}
.control .swiper-button-next,
.control .swiper-button-prev {
  position: static;
  width: 0.8888888889em;
  height: 0.8888888889em;
  margin: 0;
  background: no-repeat center center;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23999999'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.control .swiper-button-prev {
  transform: scaleX(-1);
}

.section {
  overflow: hidden;
  position: relative;
  padding-top: 10em;
  padding-bottom: 10em;
}
@media screen and (max-width: 1280px) {
  .section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
  .section .wrap {
    max-width: 50rem;
  }
}
@media screen and (max-width: 800px) {
  .section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.visual {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  min-height: 50rem;
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
  max-height: 75rem;
}
.visual .swiper {
  width: 100vw;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s;
}
.visual .swiper-wrapper, .visual .swiper-slide {
  height: 100%;
}
.visual .swiper-slide {
  position: relative;
}
.visual .swiper.on {
  visibility: visible;
  opacity: 1;
}
.visual .swiper.on .swiper-slide {
  transition-duration: 1.5s !important;
}
.visual .swiper.on .swiper-slide-active .ani_up {
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 0.7s, 0.7s !important;
}
.visual .swiper.on .swiper-slide-active .ani_up.visual_tit {
  transition-delay: 0.5s;
}
.visual .swiper.on .swiper-slide-active .ani_up.visual_tit_sub {
  transition-delay: 0.8s;
}
.visual .swiper.on .swiper-slide-active .ani_up.visual_txt {
  transition-delay: 1.1s;
}
.visual .swiper.on .swiper-slide-active .ani_up.visual_link {
  transition-delay: 1.4s;
}
.visual .swiper.on .swiper-slide-active .visual_bg {
  transform: translate(-50%, -50%) scale(1.02);
}
.visual .swiper.on .swiper-slide-duplicate {
  opacity: 0;
}
.visual_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.05);
  transform-origin: center center;
  transition: transform 1s !important;
  background: no-repeat;
  background-position: left 67% top 50%;
  background-size: cover;
}
.visual_text_box {
  position: absolute;
  max-width: 92.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  padding: 0 1.25rem;
}
.visual_tit {
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.05em;
  transition-delay: 0;
}
.visual_tit.st2 {
  color: #13017c;
}
.visual_tit_sub {
  font-size: 5.5em;
  font-weight: 900;
  line-height: 1.0227272727em;
}
.visual_tit_sub.st2 {
  color: #13017c;
}
.visual_txt {
  margin-top: 0.8333333333em;
  font-size: 1.5em;
  line-height: 1.58;
  letter-spacing: -0.05em;
  transition-delay: 0;
}
.visual_txt.st2 {
  color: #222222;
}
.visual_txt .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.visual_txt .lists .lbl {
  flex: 0 auto;
  min-width: 3.25em;
  font-weight: 600;
}
.visual_link {
  display: block;
  width: 14.4444444444em;
  height: 3.3333333333em;
  line-height: 3.3333333333em;
  margin-top: 3.3333333333em;
  font-size: 1.125em;
  padding: 0 1.6666666667em;
  border: solid 1px #fff;
  position: relative;
  overflow: hidden;
}
.visual_link::before {
  display: block;
  position: absolute;
  z-index: -1;
  width: 0;
  left: -50%;
  top: 0;
  height: 100%;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  opacity: 0.15;
}
.visual_link::after {
  position: absolute;
  top: 50%;
  right: 1.3333333333em;
  margin-top: -0.6666666667em;
  margin-left: auto;
  width: 1.3333333333em;
  height: 1.3333333333em;
  display: inline-block;
  background: no-repeat center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath data-name='Rectangle 24' style='fill:none' d='M0 0h24v24H0z'/%3E%3Cpath data-name='Path 2' d='M14.79 5 13.4 6.387l4.509 4.513H2v1.968h15.909l-4.516 4.516 1.4 1.387 6.887-6.887z' transform='translate(.161 .113)' style='fill:%23fff'/%3E%3C/svg%3E%0A");
}
.visual_link:hover::before {
  width: 200%;
  border-radius: 4.375em;
}
.visual_link:hover::after {
  -webkit-animation: left 0.5s ease-in infinite alternate;
  animation: left 0.5s ease-in infinite alternate;
  transform-origin: 50% 50%;
}
.visual_link.st2 {
  color: #111111;
  border: solid 1px #111111;
}
.visual_link.st2::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath data-name='Rectangle 24' style='fill:none' d='M0 0h24v24H0z'/%3E%3Cpath data-name='Path 2' d='M14.79 5 13.4 6.387l4.509 4.513H2v1.968h15.909l-4.516 4.516 1.4 1.387 6.887-6.887z' transform='translate(.161 .113)' style='fill:%23111'/%3E%3C/svg%3E%0A");
}
.visual_link2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visual .ani_up {
  opacity: 0;
  transform: translateX(-5rem);
  transition-duration: 0, 0 !important;
  transition-timing-function: ease-out, ease-out;
  transition-property: opacity, transform;
}
@media screen and (max-width: 1700px) {
  .visual {
    font-size: 0.8rem;
  }
  .visual_text_box {
    top: 16.5625em;
    transform: translate(-50%, 0);
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .visual {
    font-size: 0.5rem;
    min-height: auto;
    min-height: 42.5rem !important;
    max-height: 46.875rem !important;
  }
  .visual_text_box {
    width: 100%;
  }
  .visual_tit {
    font-size: 2.5em;
  }
  .visual_tit_sub {
    font-size: 5.375em;
  }
  .visual_txt {
    font-size: 1.75em;
  }
  .visual_link {
    width: 16.6666666667em;
    height: 3.75em;
    line-height: 3.75em;
    margin-top: 2.0833333333em;
    font-size: 1.5em;
    padding: 0 1.9166666667em;
  }
  .visual_link::after {
    margin-top: -0.7916666667em;
    width: 1.5833333333em;
    height: 1.5833333333em;
  }
  .visual_link:hover::before {
    border-radius: 5.625em;
  }
}
@media screen and (max-width: 601px) {
  .visual {
    font-size: 0.5rem;
  }
}

.on .swiper-slide.st_2.swiper-slide-active .visual_bg2 {
  opacity: 1;
  transition: opacity 1s;
}

.swiper-slide.st_2 .visual_bg {
  background-image: url("/resource/images/main/main_v_6_bg.png");
}
.swiper-slide.st_2 .visual_bg2 {
  position: absolute;
  bottom: 8.875rem;
  left: 50%;
  opacity: 0;
  transition-delay: 1.2s;
  width: 46.875%;
  height: auto;
  max-width: 56.25rem;
  transform: translate(-50%, 0);
  transform-origin: center center;
  background: no-repeat;
  background-position: left 50% top 50%;
  background-size: contain;
  background-image: url("/resource/images/main/main_v_6_img.png");
}
.swiper-slide.st_2 .visual_bg2:before {
  display: block;
  padding-top: 51.7890772128%;
  margin-bottom: 5.6497175141%;
}
.swiper-slide.st_2 .visual_text_box {
  margin-top: 4.0540540541%;
  text-align: center;
  top: 7.5rem;
  transform: translate(-50%, 0);
}
.swiper-slide.st_2 .visual_txt {
  margin-top: 0.4583333333em;
}
.swiper-slide.st_2 .visual_link {
  text-align: left;
  margin-top: 1.5625em;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-height: 800px) and (min-width: 1700px) {
  .swiper-slide.st_2 .visual_text_box {
    margin-top: 0;
    text-align: left;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .swiper-slide.st_2 .visual_bg2 {
    left: auto;
    width: 60%;
    top: 50%;
    right: 3%;
    transform: translate(0, -50%);
  }
  .swiper-slide.st_2 .visual_link {
    margin-top: 3.3333333333em;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 1280px) {
  .swiper-slide.st_2 .visual_bg2 {
    width: 78.6666666667%;
    top: 50%;
    transform: translate(-50%, -30%);
    max-width: none;
  }
}
@media screen and (max-width: 800px) {
  .swiper-slide.st_2 .visual_bg2 {
    transform: translate(-50%, -50%);
  }
}

.visual_bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1700px) {
  .visual_bottom {
    background-color: transparent;
  }
  .visual_bottom .wrap {
    max-width: none;
    padding: 0;
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
  }
}

.quick_link {
  flex: 1 1 auto;
  bottom: 0;
  left: 0;
  width: calc(100% - 12.5rem );
  position: relative;
  padding-left: 16.25em;
  min-height: 6.875rem;
  color: #fff;
}
.quick_link::before {
  z-index: -1;
  display: block;
  width: 113.5416666667vw;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-image: linear-gradient(to right, rgba(39, 241, 255, 0.95), rgba(0, 91, 229, 0.8));
}
.quick_link strong {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.17;
}
.quick_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 6.875rem;
}
.quick_link ul > li {
  text-align: center;
  padding: 0.625em 1.875em;
}
.quick_link ul > li a {
  display: block;
  position: relative;
  padding-left: 2.4444444444em;
  text-align: left;
  font-size: 1.125em;
  line-height: 1.18;
  font-weight: bold;
}
.quick_link ul > li a i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.quick_link ul > li a .super {
  vertical-align: super;
  position: absolute;
  top: -0.3em;
  display: inline-block;
  transform: scale(0.8);
}
@media screen and (max-width: 1700px) {
  .quick_link {
    flex: 0 1 auto;
    width: 80%;
    min-height: auto;
    padding: 1.875em;
    background-image: linear-gradient(to right, rgba(39, 241, 255, 0.95), rgba(0, 91, 229, 0.8));
  }
  .quick_link strong {
    display: inline-block;
    position: static;
    transform: none;
  }
  .quick_link ul {
    height: auto;
    display: block;

    width: auto;
    flex: 1 0 auto;
  }
  .quick_link ul > li {
    display: inline-block;
    vertical-align: middle;
    width: 23%;
  }
  .quick_link::before {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .quick_link {
    font-size: 0.65rem;
    padding: 3.125em 2.5em;
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
  }
  .quick_link strong {
    width: 100%;
    font-size: 2.5em;
    padding-left: 0;
  }
  .quick_link ul {
    margin-top: 1.875em;
    width: 100%;
  }
  .quick_link ul > li {
    width: 48%;
    padding: 0.75em 0;
  }
  .quick_link ul > li a {
    padding-left: 2.8571428571em;
    font-size: 1.75em;
  }
}
@media screen and (max-width: 800px) {
  .quick_link {
    font-size: 0.5rem;
    min-width: 39.375em;
  }
  .quick_link ul > li {
    width: 48%;
  }
}

.visual_control {
  font-size: 1rem;
  position: relative;
  flex: 1 1 auto;
  width: 12.5rem;
}
.visual_control .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  height: 100%;
  width: 26.25rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 4em;
}
.visual_control .total,
.visual_control .count {
  color: #fff;
  font-weight: bold;
  margin: 0 0.9375em;
}
.visual_control .swiper-pagination-progressbar {
  position: relative;
  width: 10.25em;
  height: 0.125rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.visual_control .swiper-pagination-progressbar-fill {
  background-color: #2fe5f2;
}
.visual_control .swiper-button-next,
.visual_control .swiper-button-prev {
  position: static;
  width: 1em;
  height: 1em;
  margin: 0;
  background: no-repeat center center;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.visual_control .swiper-button-prev {
  transform: scaleX(-1);
}
.visual_control .swiper-button-stop, .visual_control .swiper-button-play {
  margin: 0 0.9375em;
  font-size: 1em;
}
.visual_control .swiper-button-stop svg, .visual_control .swiper-button-play svg {
  vertical-align: top;
  width: 1em;
  height: 1em;
}
.visual_control .swiper-button-play {
  display: none;
}
@media screen and (max-width: 1700px) {
  .visual_control {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .visual_control .inner {
    position: static;
    transform: none;
    width: 100%;
    padding: 2.25em;
    padding-left: 1.3125em;
  }
  .visual_control .swiper-pagination-progressbar {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .visual_control {
    font-size: 0.5rem;
  }
  .visual_control .inner .total,
.visual_control .inner .count {
    font-size: 1.5em;
  }
  .visual_control .swiper-button-next,
.visual_control .swiper-button-prev {
    width: 1.5em;
    height: 1.5em;
  }
  .visual_control .swiper-button-stop, .visual_control .swiper-button-play {
    margin: 0 0.9375em;
  }
  .visual_control .swiper-button-stop svg, .visual_control .swiper-button-play svg {
    width: 1.5em;
    height: 1.5em;
  }
}

.section_2 {
  position: relative;
}
.section_2::before {
  position: absolute;
  display: block;
  top: 0;
  width: 23.75em;
  height: 34.375em;
  background-color: #f2f5f8;
  z-index: -1;
}
.section_2 .notice_wrap {
  width: 100%;
  max-width: 60.625em;
}
.section_2 .important_wrap {
  margin-left: auto;
  width: 100%;
  max-width: 25em;
}
@media screen and (max-width: 1700px) {
  .section_2 .notice_wrap {
    width: 50%;
    max-width: none;
    padding-right: 1.875em;
  }
  .section_2 .important_wrap {
    width: 50%;
    max-width: none;
    padding-left: 1.875em;
  }
}
@media screen and (max-width: 1280px) {
  .section_2 .notice_wrap {
    width: 100%;
    margin-bottom: 6em;
    padding-right: 0;
  }
  .section_2 .important_wrap {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .section_2 .notice_wrap {
    margin-bottom: 3em;
  }
  .section_2::before {
    width: 11.875em;
    height: 17.1875em;
  }
}

.notice_wrap .panel {
  height: 31.5625em;
  border: 1px solid #e5e5e5;
  border-top: 1px solid #222;
  background: #fff;
  padding: 0 2.5em;
  overflow: hidden;
}
.notice_list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.notice_list > li {
  display: table-row;
}
.notice_list > li > * {
  display: table-cell;
  vertical-align: middle;
  /* height: 100%; */
  height: 6.3125em;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.25em;
}
.notice_list > li > *.notice_tit {
  font-weight: bold;
}
.notice_list > li > *.notice_date {
  width: 10em;
  text-align: right;
  color: #999;
}
.notice_list > li:last-child > * {
  border-bottom: 0;
}
.notice_list > li.nodata {
  height: 31.5625em;
  border-bottom: 0;
}
.notice_list a:hover {
  color: #ee3a63;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
@media screen and (max-width: 800px) {
  .notice_wrap .panel {
    padding: 0.625em 1.25em 0;
    height: auto;
  }
  .notice_list {
    font-size: 0.5rem;
    display: block;
  }
  .notice_list > li {
    height: 9.5625em;
    padding: 1.25em 0;
  }
  .notice_list > li {
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  .notice_list > li > * {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: none;
    font-size: 1.875em;
  }
  .notice_list > li > *.notice_tit {
    margin-bottom: 0.15em;
  }
  .notice_list > li > *.notice_date {
    font-size: 1.5em;
    width: 100%;
    text-align: left;
  }
  .notice_list > li.nodata {
    height: 47.8125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.important_datas .circle_progress_wrap {
  display: inline-block;
  position: relative;
}
.important_datas .circle_progress_wrap .circle_progress {
  transform: rotate(-90deg);
  width: 4.375em;
  height: 4.375em;
}
.important_datas .circle_progress_wrap .frame, .important_datas .circle_progress_wrap .bar {
  fill: none;
}
.important_datas .circle_progress_wrap .frame {
  stroke: #f2f5f8;
}
.important_datas .circle_progress_wrap .value {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 4.6666666667em;
}
.important_datas {
  border-top: 1px solid #222;
  height: 31.25em;
}
.important_datas > li {
  visibility: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 7.8125em;
  border-bottom: 1px solid #e5e5e5;
}
.important_datas > li > * {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.important_datas > li > *.id_tit {
  width: 5.4375em;
}
.important_datas > li.on {
  visibility: visible;
}
.important_datas > li.end {
  visibility: visible;
}
.important_datas > li.end .circle_progress_wrap .frame {
  stroke: #f2f5f8;
}
.important_datas > li.end .circle_progress_wrap .value {
  color: #999 !important;
}
.important_datas > li.end .circle_progress_wrap .bar {
  stroke: #999 !important;
}
.important_datas > li.end .id_day div {
  color: #c5c5c5 !important;
}
@media screen and (max-width: 800px) {
  .important_datas {
    font-size: 0.5rem;
    height: auto;
  }
  .important_datas .circle_progress_wrap .circle_progress {
    width: 7.5em;
    height: 7.5em;
  }
  .important_datas .circle_progress_wrap .frame, .important_datas .circle_progress_wrap .bar {
    stroke-width: 10;
  }
  .important_datas .circle_progress_wrap .value {
    font-size: 1.625em;
    line-height: 4.6153846154em;
  }
  .important_datas > li {
    height: 11em;
  }
  .important_datas > li > *.id_tit {
    width: 9.375em;
  }
}

.section_3 .section_bg {
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50% + 28.375rem);
  background: no-repeat center center;
  background-size: cover;
  background-image: url("/resource/images/main/main_con_bg1_pc.jpg");
}
@media screen and (max-width: 1280px) {
  .section_3 .section_bg {
    top: auto;
    bottom: 0;
    right: 0;
    height: 75%;
    width: 100%;
    background: no-repeat center bottom;
    background-size: cover;
    background-image: url("/resource/images/main/main_con_bg1_m.jpg");
  }
}

.twitter_wrap {
  width: 100%;
  max-width: 28.375rem;
}
@media screen and (max-width: 1280px) {
  .twitter_wrap {
    max-width: 100%;
    margin-top: -6em;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 800px) {
  .twitter_wrap {
    margin-top: -3em;
  }
}

.twitter_box {
  width: 100%;
  max-width: 28.375rem;
  height: 35.625rem;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 20px 20px 50px 0 rgba(30, 46, 65, 0.2);
}
.twitter_box iframe {
  width: 100% !important;
}
@media screen and (max-width: 1280px) {
  .twitter_box {
    max-width: 100%;
    height: 26.25rem;
  }
}
@media screen and (max-width: 601px) {
  .twitter_box {
    height: 24.6875rem;
  }
}

.video, .img {
  overflow: hidden;
  position: relative;
}
.video::before, .img::before {
  position: relative;
  display: block;
  padding-top: 56.25%;
}
.video_con, .img_con {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.video iframe, .video img, .img iframe, .img img {
  position: absolute !important;
  width: 100% !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.video iframe, .img iframe {
  height: 100% !important;
}
.video .img::before, .img .img::before {
  z-index: 1;
}
.video img, .img img {
  height: auto;
}

.video_popup_ov_bg {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video_popup {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 80em;
  background-color: #ddd;
}
.video_popup_close {
  position: absolute;
  top: 0;
  right: -2em;
  width: 2em;
  height: 2em;
  background-color: #ee3a63;
  color: #fff;
  font-size: 1.875em;
}
@media screen and (max-width: 800px) {
  .video_popup {
    width: 95%;
  }
  .video_popup_close {
    top: -2em;
    right: 0;
    font-size: 1.5em;
  }
}

.video_slider {
  width: calc(100% - 28.375rem);
  padding-left: 10.375em;
  overflow: visible;
}
.video_slider h3 {
  color: #fff;
}
.video_slider_wrap {
  margin-top: 5em;
  width: 100%;
  position: relative;
}
.video_slider .swiper {
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 51.25em;
}
.video_slider .play {
  cursor: pointer;
}
.video_slider .play::after {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.375em;
  height: 3.375em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 54'%3E%3Cg transform='translate(-1235 -2441)'%3E%3Crect data-name='Rectangle 76' width='86' height='54' rx='15' transform='translate(1235 2441)' opacity='.75'/%3E%3Cpath data-name='Polygon 1' d='m1287 2468-14 8v-16z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.video_slider .play:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 54'%3E%3Cg transform='translate(-1235 -2441)'%3E%3Crect data-name='Rectangle 76' width='86' height='54' rx='15' transform='translate(1235 2441)' opacity='.75' fill='%23ff0000'/%3E%3Cpath data-name='Polygon 1' d='m1287 2468-14 8v-16z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.video_slider .side_img {
  width: 100%;
  bottom: 0;
  left: 100%;
  margin-left: 6.25em;
  max-width: 51.25rem;
  position: absolute;
}
.video_slider .control {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.625em 1.375em;
  background-color: #000;
}
.video_slider .control .total,
.video_slider .control .count {
  margin: 0 0.9375em;
}
@media screen and (max-width: 1280px) {
  .video_slider {
    width: 100%;
    max-width: 100%;
    margin-top: 6em;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .video_slider_wrap {
    margin-top: 3.75em;
  }
}
@media screen and (max-width: 800px) {
  .video_slider {
    margin-top: 3em;
  }
  .video_slider_wrap {
    margin-top: 1.875em;
  }
  .video_slider .control {
    padding: 0.9375em;
  }
  .video_slider .control .total,
.video_slider .control .count {
    font-size: 0.75em;
    margin: 0 0.4166666667em;
  }
  .video_slider .play::after {
    width: 2.8125em;
    height: 1.75em;
  }
}

.section_4 {
  padding-bottom: 7.5em;
  border-bottom: 1px solid #e5e5e5;
}
.section_4::before {
  display: block;
  position: absolute;
  width: 50vw;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background: no-repeat;
  background-color: #f2f5f8;
  background-size: cover;
  background-image: url(/resource/images/main/main_con_bg2_pc.png);
}
.section_4 .row {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}
.section_4 .row > [class*=col_] {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
@media screen and (max-width: 1280px) {
  .section_4 {
    padding-bottom: 3.625em;
  }
  .section_4::before {
    width: 100%;
    height: 29.375rem;
  }
}
@media screen and (max-width: 800px) {
  .section_4 {
    padding-bottom: 0.9375em;
  }
  .section_4::before {
    height: 17.8125rem;
  }
}

.panel.line {
  border-top: 0.1875rem solid #222;
}

.download_box .control {
  color: #222;
  margin-bottom: 2.1875em;
}
.download_box .control .count {
  font-size: 1.25em;
  margin-left: 1.2em;
  margin-right: 0.2em;
}
.download_box .control .total {
  color: #222;
  margin-right: 1.2em;
  margin-left: 0.2em;
  font-size: 1.25em;
}
.download_box .control .swiper-button-next,
.download_box .control .swiper-button-prev {
  width: 1.5em;
  height: 1.5em;
  background-size: cover;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23222222'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.download_noData {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.download_noData span {
  margin-top: -0.625em;
  font-size: 1.5em;
}
.download_list {
  font-size: 1em;
  padding: 1.5em 0 2.5em;
}
.download_list .swiper-container {
  height: 15em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.download_list .swiper-container > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.download_list .swiper-slide {
  padding: 0.625em 0;
  max-height: 3.75em;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.download_list > div {
  margin-top: 1.25em;
}
.download_list > div a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.375em;
  font-weight: bold;
}
.download_list > div a > span {
  display: block;
  max-width: 100%;
}
.download_list > div a::before {
  display: block;
  font-size: 0.7272727273em;
  min-width: 2.5em;
  width: 2.5em;
  height: 2.5em;
  margin-right: 1.5625em;
  background: no-repeat center;
  background-color: #f2f5f8;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg transform='translate(-1032 -3190)'%3E%3Cpath fill='%23111111' d='M15.964 12.98h-2.991V3h-1.994v9.98H7.988l3.988 3.992zM4 18.968v2h15.952v-2z' transform='translate(1040.024 3198.018)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  border-radius: 0.3125em;
}
.download_list > div a:hover {
  color: #ee3a63;
}
.download_list > div a:hover::before {
  background-color: #ee3a63;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg transform='translate(-1032 -3190)'%3E%3Cpath fill='%23ffffff' d='M15.964 12.98h-2.991V3h-1.994v9.98H7.988l3.988 3.992zM4 18.968v2h15.952v-2z' transform='translate(1040.024 3198.018)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 800px) {
  .download_box {
    font-size: 0.5rem;
    margin-top: 6em;
  }
  .download_box .control .count {
    font-size: 1.5em;
  }
  .download_box .control .total {
    font-size: 1.5em;
  }
  .download_box .control .swiper-button-next,
.download_box .control .swiper-button-prev {
    width: 2.5em;
    height: 2.5em;
  }
  .download_noData span {
    font-size: 1.875em;
  }
  .download_list .swiper-container {
    height: 17em;
  }
  .download_list .swiper-slide {
    padding: 1.25em 0;
    max-height: 4.25em;
  }
  .download_list > div {
    margin-top: 1.25em;
  }
  .download_list > div a {
    font-size: 1.875em;
  }
  .download_list > div a::before {
    font-size: 0.5333333333em;
    width: 3em;
    height: 3em;
    margin-right: 1.0625em;
  }
}

.newsletter {
  font-size: 1rem;
  margin-top: 2.5em;
}
.newsletter .sel {
  font-size: 1rem;
  height: 4.375em;
  padding: 0.875em 2.125em;
  background: #fff;
  border: solid 1px #d4d4d4;
  border-right: 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 4.375em 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-591 -337)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='60' height='60' transform='translate(591 337)' fill='%23111'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M17.917,20.256,16.16,22.028,6.23,12.014,16.16,2l1.758,1.772L9.745,12.014Z' transform='translate(608.987 379.189) rotate(-90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.newsletter .sel option {
  padding: 30px 0;
}
@media screen and (max-width: 800px) {
  .newsletter {
    font-size: 0.5rem;
  }
  .newsletter .sel {
    font-size: 1.625em;
    height: 3.4615384615em;
    padding: 0 0.7692307692em;
    background-size: 3.4615384615em 100%;
  }
}

.section_5 {
  padding: 3.75em 0;
}
@media screen and (max-width: 1280px) {
  .section_5 {
    padding: 0.625em 0 1.875em;
  }
}
@media screen and (max-width: 1280px) {
  .section_5 .wrap {
    max-width: none;
  }
}

.conveyor {
  font-size: 1rem;
}
.conveyor_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-width: 40%;
}
.conveyor_tit {
  min-width: 7.5em;
  margin-right: 2.2222222222em;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}
.conveyor_item_scroll {
  max-width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.conveyor_item_scroll::-webkit-scrollbar {
  display: none;
}
.conveyor_items {
  position: relative;
  width: 100%;
  /* width:  calc( 100% + 13.5416666667vw ); */
  /* overflow-x: auto; */
  overflow: hidden;
}
.conveyor_items .swiper-wrapper {
  transition-timing-function: linear !important;
}
.conveyor_items .swiper-slide {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.75em;
}
.conveyor_items .swiper-slide a {
  display: block;
  margin-left: 0.9375em;
  margin-right: 0.9375em;
  height: 100%;
}
.conveyor_items .swiper-slide a img {
  width: auto;
  max-width: none;
  height: 100%;
}
.conveyor_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.conveyor_item a {
  display: block;
  margin-right: 1.875em;
  min-width: 12.5em;
}
@media screen and (max-width: 1280px) {
  .conveyor_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
    text-align: center;
    min-width: 40%;
  }
  .conveyor_tit {
    display: block;
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-top: 1.6666666667em;
    margin-bottom: 1.6666666667em;
  }
}
@media screen and (max-width: 800px) {
  .conveyor {
    font-size: 0.5rem;
  }
  .conveyor_tit {
    font-size: 1.875em;
    margin-top: 1em;
    margin-bottom: 0.8333333333em;
  }
  .conveyor_item a {
    min-width: 18.75em;
  }
}
@media screen and (max-width: 601px) {
  .conveyor {
    font-size: 0.5rem;
  }
  .conveyor_tit {
    font-size: 1.5em;
  }
  .conveyor_item a {
    min-width: 12.5em;
  }
}

/*# sourceMappingURL=main.css.map */
