@charset "utf-8";
/* common */
.pcbr {
  display: none;
}
.tbbr {
  display: block;
}
.mbbr {
  display: none;
}
.dn {
  display: none;
}
.section {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
#fp-nav {
  opacity: 0;
}
#ie_alert {
  display: none;
}
.ie #ie_alert {
  display: block;
  position: fixed;
  z-index: 5000;
  width: 100%;
  height: 80px;
  background: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 17px;
  color: #222;
}
.ie #ie_alert img {
  margin-right: 5px;
}
.ie #ie_alert .btn_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 4.5%;
  top: 50%;
  margin: -7px 14px 0 0;
  transform: rotate(45deg) translateY(-50%);
}
.ie #ie_alert .btn_close:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.ie #ie_alert .btn_close:after {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background: #ccc;
  position: absolute;
  left: 50%;
  top: 0%;
  margin-left: -1px;
}
#video_popup .thumbnail .play {
  width: 120px;
}
#video_popup .thumbnail .play svg {
  width: 100%;
  height: auto;
}
/* header */
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 2000;
  width: 100%;
  height: 70px;
  padding: 0 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.head h1 {
  position: relative;
  z-index: 2000;
}
.head h1 a {
  /*	display: block;
	width: 160px;
	height: 50px;
	background: url(../images/common/logo1.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;*/
}

.head h1 a svg {
  position: relative;
  top: 3px;
  z-index: 5;
  height: 45px;

  .st0 {
    fill: #fff;
  }

  .st1 {
    fill: #fff;
  }

  .st2 {
    fill: #fff;
  }
}

.head .nav_wrap {
  position: relative;
  box-sizing: border-box;
  width: calc(70% - 160px - 194px);
  height: 100%;
  /*border-right: 1px solid rgba(255,255,255,0.25);*/
}
.head .nav_wrap .nav {
  display: none;
}
.head .nav_wrap .nav > li {
  margin: 0 3%;
}
.head .nav_wrap .nav > li > a {
  font-size: 17px;
  color: #fff;
  line-height: 70px;
}
.head .nav_wrap .etc {
  position: absolute;
  right: 5%;
  top: 30px;
  z-index: 2000;
}
.head .nav_wrap .etc > li {
  display: inline-block;
}
.head .nav_wrap .etc > li > a {
  display: block;
  width: 26px;
  height: 26px;
}
.head .nav_wrap .etc > li.email a {
  background: url(../images/common/ico_email.png) no-repeat;
  background-size: cover;
}
.head .nav_wrap .language {
  position: absolute;
  right: 2%;
  top: 30px;
  display: flex;
}
.head .nav_wrap .language li {
  margin-left: 10px;
  text-align: center;
}
.head .nav_wrap .language li a {
  color: #fff;
}
.head .nav_wrap .language li a > div {
  opacity: 0;
}
.head .nav_wrap .language li:hover a > div {
  opacity: 1;
}

.enn {
  margin-left: 180px;
}
.enn a {
  color: #fff;
}
#header.bl .enn a {
  color: #333;
}

@media (max-width: 1600px) {
  .head .nav_wrap .nav > li {
    margin: 0 2.5%;
  }
  .head .nav_wrap .etc > li.language {
  }
}
.head .nav_wrap .etc > li.language > ul {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.8);
}
.head .nav_wrap .etc > li.language > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.head .nav_wrap .etc > li.language > ul > li:last-child {
  border-bottom: 0;
}
.head .nav_wrap .etc > li.language > ul > li > a {
  display: block;
  width: 88px;
  height: 38px;

  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}
.head .nav_wrap .etc > li.language > ul > li > a:hover {
  color: var(--primary);
}
.head .btn_menuwrap {
  position: relative;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-left: 5%;
  cursor: pointer;
}
.head .btn_menuwrap .btn_menu {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.head .btn_menuwrap .btn_menu .txt {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.head .btn_menuwrap .btn_menu .hamburger {
  position: relative;
  z-index: 1100;
  width: 27px;
  height: 20px;
  margin-left: 13px;
}
.head .btn_menuwrap .btn_menu .hamburger > div {
  width: 100%;
  height: 2px;
  margin-bottom: 7px;
  background: #fff;
}
#header.on {
}
#header.on .head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#header.on .head h1 a {
  /*	background: url(../images/common/logo2.png) no-repeat;
	background-size: cover;*/
}
#header.on .head h1 a svg {
  .st0 {
    fill: #4974ab;
  }
  .st1 {
    fill: url(#SVGID_1_);
  }
  .st2 {
    fill: #e60012;
  }
  .linearGradient1 {
    stop-color: #4974ab;
  }
  .linearGradient2 {
    stop-color: #a8626d;
  }
  .linearGradient3 {
    stop-color: #c15655;
  }
  .linearGradient4 {
    stop-color: #c15655;
  }
  .linearGradient5 {
    stop-color: #d14a43;
  }
  .linearGradient6 {
    stop-color: #dc3f36;
  }
  .linearGradient7 {
    stop-color: #e3382e;
  }
  .linearGradient8 {
    stop-color: #e5352b;
  }
  .linearGradient9 {
    stop-color: #4974ab;
  }
}

#header.on .head .nav_wrap {
}
#header.on .head .nav_wrap .nav > li > a {
  color: #111;
}
#header.on .head .nav_wrap .etc > li.language svg line,
#header.on .head .nav_wrap .etc > li.language svg circle,
#header.on .head .nav_wrap .etc > li.language svg ellipse {
  stroke: #111;
}
#header.on .head .btn_menuwrap {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
#header.on .head .btn_menuwrap .btn_menu .txt {
  color: #111;
}
#header.on .head .btn_menuwrap .btn_menu .hamburger > div {
  background: #111;
}
#header.bl {
}
#header.bl .head {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#header.bl .head h1 a {
  /*	background: url(../images/common/logo2.png) no-repeat;
	background-size: cover;*/
}

#header.bl .head h1 a svg {
  .st0 {
    fill: #4974ab;
  }
  .st1 {
    fill: url(#SVGID_1_);
  }
  .st2 {
    fill: #e60012;
  }
  .linearGradient1 {
    stop-color: #4974ab;
  }
  .linearGradient2 {
    stop-color: #a8626d;
  }
  .linearGradient3 {
    stop-color: #c15655;
  }
  .linearGradient4 {
    stop-color: #c15655;
  }
  .linearGradient5 {
    stop-color: #d14a43;
  }
  .linearGradient6 {
    stop-color: #dc3f36;
  }
  .linearGradient7 {
    stop-color: #e3382e;
  }
  .linearGradient8 {
    stop-color: #e5352b;
  }
  .linearGradient9 {
    stop-color: #4974ab;
  }
}

#header.bl .head .nav_wrap {
}
#header.bl .head .nav_wrap .nav > li > a {
  color: #111;
}
#header.bl .head .nav_wrap .etc > li.language svg line,
#header.bl .head .nav_wrap .etc > li.language svg circle,
#header.bl .head .nav_wrap .etc > li.language svg ellipse {
  stroke: #111;
}
#header.bl .head .btn_menuwrap {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
#header.bl .head .btn_menuwrap .btn_menu .txt {
  color: #111;
}
#header.bl .head .btn_menuwrap .btn_menu .hamburger > div {
  background: #111;
}
#header.all .head {
  position: relative;
  z-index: 2000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#header.all .head h1 a {
  /*	background: url(../images/common/logo2.png) no-repeat;
	background-size: cover;*/
}

#header.all .head h1 a svg {
  .st0 {
    fill: #4974ab;
  }
  .st1 {
    fill: url(#SVGID_1_);
  }
  .st2 {
    fill: #e60012;
  }
  .linearGradient1 {
    stop-color: #4974ab;
  }
  .linearGradient2 {
    stop-color: #a8626d;
  }
  .linearGradient3 {
    stop-color: #c15655;
  }
  .linearGradient4 {
    stop-color: #c15655;
  }
  .linearGradient5 {
    stop-color: #d14a43;
  }
  .linearGradient6 {
    stop-color: #dc3f36;
  }
  .linearGradient7 {
    stop-color: #e3382e;
  }
  .linearGradient8 {
    stop-color: #e5352b;
  }
  .linearGradient9 {
    stop-color: #4974ab;
  }
}

#header.all .head .btn_menuwrap .btn_menu .txt {
  color: #111;
}
#header.all .head .btn_menuwrap .btn_menu .hamburger > div {
  background: #111;
}
#header.all .head .nav_wrap {
  position: relative;
  z-index: 2000;
  border-right: 1px solid #ddd;
}
#header.all .head .nav_wrap .etc > li.language svg line,
#header.all .head .nav_wrap .etc > li.language svg circle,
#header.all .head .nav_wrap .etc > li.language svg ellipse {
  stroke: #111;
}
.pc_subnav {
  display: none !important;
}
/* allmenu */
.pc_allmenu {
  display: none !important;
}
.m_allmenu {
  position: absolute;
  left: 0;
  top: -100vh;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background: #f2f2f2;
  background-size: cover;
  background-attachment: fixed;
  transition: all 1s cubic-bezier(0.67, 0.34, 0.24, 1);
}
.allmenu {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 70px 0 0;
  border-top: 1px solid #ddd;
}
.allmenu:before {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 70px);
  background: #ddd;
  position: absolute;
  left: 50%;
  top: 70px;
}
.allmenu .menuwrap {
  padding: 0;
}
.allmenu .menuwrap h2 {
  box-sizing: border-box;
  width: 50%;
  padding: 20px;
  font-size: 22px;
  color: #111;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.allmenu .menuwrap.on h2 {
  background: #045c9e;
  color: #fff;
}
.allmenu .menuwrap .sub {
  display: none;
  position: absolute;
  left: 50%;
  top: 110px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 5%;
  word-break: keep-all;
}
.allmenu .menuwrap.on .sub {
  display: block;
}
.allmenu .menuwrap .sub > div.btns {
  display: flex;
  flex-wrap: wrap;
}
.allmenu .menuwrap .sub > div.btns > a:nth-child(1) {
  width: 100%;
}
.allmenu .menuwrap .sub > div.btns > a:nth-child(2) {
  margin-top: 20px;
}
.allmenu .menuwrap .sub > div.btns > a:nth-child(2).btn_st1 {
  display: inline-block;
  margin-top: 20px;
}
.allmenu .menuwrap .sub > div.btns > a:nth-child(2).btn_st1 .btn_line1 {
  stroke: #045c9e;
  transform-origin: left;
}
.allmenu .menuwrap .sub > div.btns > a:nth-child(2).btn_st1:hover .btn_line1 {
  animation: btn2 1s linear;
  animation-fill-mode: forwards;
}
.allmenu .menuwrap .sub > div.btns > a:nth-child(2).btn_st1 text {
  fill: #045c9e;
  transition: all 0.4s linear;
}
.allmenu .menuwrap .sub > div.btns > a:nth-child(2).btn_st1:hover text {
  fill: #045c9e;
}
.allmenu .menuwrap .sub .dep2 {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}
.allmenu .menuwrap .sub .dep2 h3 {
  font-size: 19px;
  color: #111;
  font-weight: 500;
}
.allmenu .menuwrap .sub .dep2 h3 a {
  font-size: 19px;
  color: #111;
  font-weight: 500;
}
.allmenu .menuwrap .sub .dep2 ul {
  margin-top: 5px;
}
.allmenu .menuwrap .sub .dep2 ul.cc2 {
  column-count: 2;
}
.allmenu .menuwrap .sub .dep2 ul.cc3 {
  column-count: 2;
}
.allmenu .menuwrap .sub .dep2 ul li {
  margin-bottom: 5px;
}
.allmenu .menuwrap .sub .dep2 ul li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.allmenu .menuwrap .sub .dep2 ul li a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.allmenu .menuwrap .sub a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
/* visual */
#section1 {
}
.visual {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.visual .swiper-wrapper,
.visual .swiper-container {
  width: 100%;
  height: 100%;
}
.visual .swiper-slide {
  position: relative;
  overflow: hidden;
}
.visual .swiper-slide .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.visual .swiper-slide-active .bg {
  transform: scale(1);
}
.visual .txtarea {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  width: 90%;
  text-align: center;
  word-break: keep-all;
}
.visual .txtarea .tit {
  overflow: hidden;

  font-size: 54px;
  color: #fff;
  font-weight: bold;
}
.visual .txtarea .tit span {
  display: block;
  transform: translateY(100px);
  opacity: 0;
}
.visual .txtarea p {
  font-size: 17px;
  color: #fff;
  line-height: 170%;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(40px);
}
.visual .txtarea a {
  opacity: 0;
  transform: translateY(20px);
}
.btn_st1 {
  display: inline-block;
  margin-top: 45px;
}
.btn_st1 .btn_line1 {
  stroke: #fff;
  transform-origin: left;
}
.btn_st1:hover .btn_line1 {
  animation: btn1 2s linear;
  animation-fill-mode: forwards;
}
.btn_st1 text {
  transition: all 0.4s linear;
}
.btn_st1:hover text {
  fill: #fff;
}
.btn_st2 {
  display: inline-block;
  margin-top: 20px;
}
.btn_st2 .btn_line1 {
  stroke: #045c9e;
  transform-origin: left;
}
.btn_st2:hover .btn_line1 {
  animation: btn2 2s linear;
  animation-fill-mode: forwards;
}
.btn_st2 text {
  transition: all 0.4s linear;
}
.btn_st2:hover text {
  fill: #045c9e;
}
@keyframes btn1 {
  0% {
    stroke: #fff;
    stroke-dashoffset: 1600;
    stroke-dasharray: 1600;
  }
  100% {
    stroke: #fff;
    stroke-dashoffset: 0;
  }
}
@keyframes btn2 {
  0% {
    stroke: #045c9e;
    stroke-dashoffset: 1600;
    stroke-dasharray: 1600;
  }
  100% {
    stroke: #045c9e;
    stroke-dashoffset: 0;
  }
}
.in-view .visual .txtarea .tit span {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s 0.2s;
}
.in-view .visual .txtarea p {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s 0.4s;
}
.in-view .visual .txtarea a {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s 0.6s;
}
.visual .ctr {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.visual .ctr .vprev {
  display: inline-block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: 0;
  margin: 0;
  outline: 0;
  transform: rotate(45deg) skew(-5deg, -5deg);
}
.visual .ctr .vnext {
  display: inline-block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: 0;
  margin: 0;
  outline: 0;
  transform: rotate(-45deg) skew(5deg, 5deg);
}
.visual .swiper-pagination {
  position: relative;
  margin: 0 40px;
  text-align: center;
}
.visual .swiper-pagination span {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin: 0 7px 0;
  border: 1px solid #fff;
  background: 0;
  border-radius: 50%;
  opacity: 1;
}
.visual .swiper-pagination span:first-child:before {
  display: none;
}
.visual .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #fff;
  border-radius: 10px;
}
#section1 .scroll {
  display: inline-flex;
  justify-content: space-between;
  width: 130px;
  position: absolute;
  right: -30px;
  bottom: 100px;
  z-index: 100;
  transform: rotate(90deg);
  cursor: pointer;
}
#section1 .scroll .txt {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
#section1 .scroll .arr {
  position: relative;
  width: 70px;
  margin: 5px 0 0 0;
  border-top: 1px solid #fff;
  animation: scroll 1s infinite alternate;
}
#section1 .scroll .arr:after {
  display: block;
  content: "";
  width: 6px;
  height: 1px;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 0;
}
@keyframes scroll {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* section2 */
#section6 {
  background: url(../images/main/sec2_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
#section6 h2 {
  margin-top: 70px;

  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
#section6 h2 span {
  display: inline-block;
  line-height: 100%;
  border-bottom: 1px solid #fff;
}
#section6 h3 {
  margin: 40px 0 15px;

  font-size: 52px;
  color: #fff;
  font-weight: 600;
}
#section6 p {
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}
#section6 .business_tabcon {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 280px;
  margin: 60px auto;
}
#section6 .business_tabcon:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#section6 .business_tabcon:after {
}
#section6 .business_tabcon .tabcon {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#section6 .business_tabcon .business {
  width: 100%;
  height: 280px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#section6 .business_tabcon .business .swiper-slide {
  width: calc(20% - 28.8px);
  height: 50%;
  outline: 0;
}

#section6 .business_tabcon .b_indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
}
#section6 .business_tabcon .slick-prev {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: 0;
  outline: 0;
  transform: rotate(45deg);
  left: 3%;
  top: 50%;
  margin: -11px 0 0 0;
  outline: 0;
  font-size: 0;
  z-index: 100;
}
#section6 .business_tabcon .slick-next {
  font-size: 0;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: 0;
  outline: 0;
  transform: rotate(-135deg);
  right: 3%;
  top: 50%;
  margin: -11px 0 0 0;
}

#section6 .business_tabcon .swiper-slide,
#section6 .business_tabcon .swiper-slide a {
  outline: 0;
  display: block;
  width: 100%;
}
.business_tabcon .swiper-slide a {
  padding: 0 10px;
  box-sizing: border-box;
}
#section6 .business_tabcon .boxwrap {
  position: relative;
  width: 100%;
  height: 140px;
  margin: 0 auto;
  perspective: 1000px;
}
#section6 .business_tabcon .boxwrap:before {
  /*	display: block;
	content: "";
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);*/
}
#section6 .business_tabcon .boxwrap .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background:url(../images/main/sec2_guide_bg.png) no-repeat;*/
  transform: rotate(0);
  transition: all 3s ease-out;
}
#section6 .business_tabcon .boxwrap .bg svg {
  width: 100%;
  height: 100%;
}
#section6 .business_tabcon .swiper-slide:hover .boxwrap .bg svg {
  filter: drop-shadow(10px -3px 12px rgba(255, 255, 255, 0.8) inset);
}
#section6 .business_tabcon .swiper-slide:hover .boxwrap .bg svg polygon {
  stroke: var(--primary);
  stroke-opacity: 1;
}
#section6 .business_tabcon .swiper-slide:hover .boxwrap .bg {
  animation: business_ani 5s linear infinite;
}
@keyframes business_ani {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes business_ani2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#section6 .business_tabcon .boxwrap .ico {
  box-sizing: border-box;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
}
#section6 .business_tabcon .boxwrap .ico img {
  margin-top: 70px;
  height: 60px;
  margin-bottom: 80px;
  width: auto !important;
}

#section6 .business_tabcon .boxwrap .icoaa {
  display: none;
}
#section6 .business_tabcon .boxwrap .icoaa img {
  height: 50px;
}
#section6 .business_tabcon .boxwrap:hover .ico {
  display: none;
  transition: 0.5s;
}
#section6 .business_tabcon .boxwrap:hover .icoaa {
  display: block;
  transition: 0.5s;
}

#section6 .business_tabcon .boxwrap .sbj {
  box-sizing: border-box;
  height: 50%;
  padding-top: 9%;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
#section6 .business_tabcon .swiper-slide:hover .boxwrap .sbj {
  color: var(--primary);
}
#section6 .business_tabs {
  padding: 0 5%;
}
#section6 .business_tabs > div {
  display: none;
}
#section6 .business_tabs > div:first-child {
  display: block;
}
#section6 .business_tabs ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section6 .business_tabs ul li {
  overflow: hidden;
  width: 15.5%;
}
#section6 .business_tabs ul.list1 li {
  width: 100%;
}
#section6 .business_tabs ul.list2 li {
  width: 49%;
}
#section6 .business_tabs ul.list3 li {
  width: 32.5%;
}
#section6 .business_tabs ul.list4 li {
  width: 24%;
}
#section6 .business_tabs ul.list5 li {
  width: 19%;
}
#section6 .business_tabs ul.list6 li {
  width: 16%;
}
#section6 .business_tabs ul.list7 li {
  width: 13%;
}
#section6 .business_tabs ul li a {
  display: block;
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}
#section6 .business_tabs ul li a:before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
}
#section6 .business_tabs ul li a:after {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  border-bottom: 3px solid rgba(255, 255, 255, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.6s;
}
#section6 .business_tabs ul li.on a {
}
#section6 .business_tabs ul li.on a:after {
  width: 100%;
}
@media (max-width: 1279px) {
  #section6 .business_tabcon .boxwrap .sbj {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  #section6 .business_tabcon .business {
    max-width: 1000px;
    height: 280px;
    margin: 0 auto;
    padding: 0 7%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #section6 .business_tabcon .business .slick-track {
    position: relative;
    top: 20%;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #section6 .business_tabcon .business .swiper-slide {
    width: calc(20% - 28.8px);
    height: 100%;
    outline: 0;
  }
}
@media (max-width: 900px) {
  .business_tabcon .swiper-slide a {
    padding: 0 10px;
  }
}
/* section3 */
#section3 {
  background: #f3f3f3;
  position: relative;
  text-align: center;
  padding: 0 0;
  z-index: 10;
}
#section3:before {
  display: block;
  content: "";
  width: 600px;
  height: 600px;
  background: url(../images/main/sec3_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -20%;
  top: -40%;
}
#section3:after {
  display: block;
  content: "";
  width: 600px;
  height: 600px;
  background: url(../images/main/sec3_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -20%;
  bottom: -40%;
  z-index: 0;
}
#section3 h2 {
  margin-top: 140px;

  font-size: 45px;
  color: var(--primary);
  font-weight: 600;
}
#section3 h2 span {
  display: inline-block;
  line-height: 100%;
  /*border-bottom: 1px solid #131313;*/
}

#section3 .pppul {
  max-width: 100%;
  margin: 80px auto 30px;
}
#section3 .pppul li img {
  max-width: 50%;
  margin: 0 auto 28px;
  display: block;
}
#section3 .pppul li .ppptit {
  font-size: 20px;
}

#section3 .pppul li {
  position: relative;
  cursor: pointer;
  width: 15.6%;
  margin: 0.5%;
  float: left;
  background: url(../images/ddd.png) no-repeat center bottom;
  padding-bottom: 28px;
}
#section3 .pppul li .ppuimg {
  display: block;
  z-index: 1111111111111;
  position: relative;
}
#section3 .pppul li .pphover {
  display: none;
  z-index: 1111111111111;
  position: relative;
}
#section3 .pppul li:hover .ppuimg {
  display: none;
  transition: 0.5s;
}
#section3 .pppul li:hover .pphover {
  display: block;
  transition: 0.5s;
}
#section3 .pppul li:hover .ppptit {
  color: #7ac776;
}

@keyframes arr_ani1 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(3px);
  }
}
/* section4 */
#section4 {
  overflow: hidden;
  height: auto;
  text-align: center;
  position: relative;
}
#section4 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/main/sec4_bg.jpg) no-repeat center;
  background-size: cover;
  transform: scale(1.1);
  transition: all 0.5s 1s;
}
#section4.in-view .bg {
  transform: scale(1);
  transition: all 2s 1s;
}
#section4 h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
#section4 h2 span {
  display: inline-block;
  line-height: 100%;
  border-bottom: 1px solid #fff;
}
#section4 .conwrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  width: 90%;
  height: calc(100% - 70px);
  margin: 70px 5% 0; /*border-left:1px solid rgba(255,255,255,0.25);border-right:1px solid rgba(255,255,255,0.25);*/
}
#section4 .conwrap > div {
  width: 100%;
}
#section4 .conwrap .textwrap {
  margin: 30px 0 70px;
}
#section4 .conwrap .textwrap h3 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
}
#section4 .conwrap .textwrap p {
  margin-top: 20px;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}
#section4 .conwrap .listwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section4 .conwrap .listwrap dl {
  width: 25%;
  cursor: pointer;
}
#section4 .conwrap .listwrap dl dt {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
#section4 .conwrap .listwrap dl dt .ico {
  height: 53px;
  margin-bottom: 30px;
}
#section4 .conwrap .listwrap dl dt .ico img {
  height: 50px;
}
#section4 .conwrap .listwrap dl dt .tit {
}
#section4 .conwrap .listwrap dl dd {
  box-sizing: border-box;
  margin-top: 20px;
  padding: 0 15px;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  word-break: keep-all;
}
@media (max-width: 960px) {
  #section4 .conwrap {
    height: auto;
    padding: 70px 0;
    margin: 70px 5% 0;
  }
  #section4 .conwrap .textwrap {
    margin: 45px 0;
  }
  #section4 .conwrap .listwrap dl {
    width: 50%;
    margin: 20px 0;
  }
  #section4 .conwrap .listwrap dl dt {
    font-size: 28px;
  }
  #section4 .conwrap .listwrap dl dd {
  }
}
#section4 .conwrap:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom;
}
#section4 .conwrap:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 0px;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom;
}
#section4 .conwrap > div:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 50%;
  top: 0;
  transform: scaleY(0);
  transform-origin: bottom;
}
#section4.in-view .conwrap:before {
  transform: scaleY(1);
  transition: all 1s 1s;
}
#section4.in-view .conwrap:after {
  transform: scaleY(1);
  transition: all 1s 1s;
}
#section4.in-view .conwrap > div:before {
  transform: scaleY(1);
  transition: all 1s 1s;
}
#section4.in-view .conwrap > div:after {
  transform: scaleY(1);
  transition: all 1s 1s;
}
#section4.in-view .conwrap .textwrap:before {
  transform: scaleY(1);
  transition: all 1s 1s;
}
/*
#section4 .conwrap:before{
	display:block;content:"";
	width:2px;height:0;
	background:rgba(255,255,255,1);
	border-radius:50%;
	position:absolute;left:0px;bottom:-100%;transform:translate(-1.5px,-1.5px) scaleY(0.3);opacity:0;	
}
#section4 .conwrap:after{
	display:block;content:"";
	width:2px;height:0;
	background:rgba(255,255,255,1);
	border-radius:50%;
	position:absolute;right:0px;bottom:-100%;transform:translate(1.5px,-1.5px) scaleY(0.3);opacity:0;
}
#section4 .conwrap .textwrap:after{
	display:block;content:"";
	width:1px;height:0;
	background:rgba(255,255,255,1);
	border-radius:50%;
	position:absolute;left:25%;bottom:-100%;transform:translate(-25%,-1.5px) scaleY(0.3);opacity:0;	
}
#section4 .conwrap .listwrap:before{
	display:block;content:"";
	width:1px;height:0;
	background:rgba(255,255,255,1);
	border-radius:50%;
	position:absolute;left:50%;bottom:-100%;transform:translate(-50%,-1.5px) scaleY(0.3);opacity:0;margin:0 0 0 1px;
}
#section4 .conwrap .listwrap:after{
	display:block;content:"";
	width:1px;height:0;
	background:rgba(255,255,255,1);
	border-radius:50%;
	position:absolute;left:75%;bottom:-100%;transform:translate(-75%,-1.5px) scaleY(0.3);opacity:0;margin:0 0 0 1px;
}


#section4.in-view .conwrap:before{height:100%;bottom:100%;opacity:1;transform:translate(-1.5px,-1.5px) scaleY(1);transition:all 1.4s 1s ease-in;}
#section4.in-view .conwrap:after{height:100%;bottom:100%;opacity:1;transform:translate(1.5px,-1.5px) scaleY(1);transition:all 1.4s 1.6s ease-in;}
#section4.in-view .conwrap .textwrap:after{height:100%;bottom:100%;opacity:1;transform:translate(-25%,-1.5px) scaleY(1);transition:all 1.4s 1.4s ease-in;}
#section4.in-view .conwrap .listwrap:before{height:100%;bottom:100%;opacity:1;transform:translate(-50%,-1.5px) scaleY(1);transition:all 1.4s 1.2s ease-in}
#section4.in-view .conwrap .listwrap:after{height:100%;bottom:100%;opacity:1;transform:translate(-75%,-1.5px) scaleY(1);transition:all 1.4s 1.6s ease-in;}
*/

/* section5 */
#section7 {
  background: #f9f9f9 url(../images/main/secbg8.jpg) repeat center center;
  position: relative;
  text-align: center;
  padding: 0 5% 0;
}
#section7 h2 {
  margin-top: 70px;

  font-size: 36px;
  color: var(--primary);
  font-weight: 600;
}
#section7 h2 span {
  display: inline-block;
  line-height: 100%;
  border-bottom: 1px solid #131313;
}
#section7 .notice {
  margin: 60px 0 0;
}
#section7 .notice .swiper-slide {
  perspective: 800px;
}
#section7 .notice .swiper-slide > a {
  position: relative;
  display: block;
  transition: all 0.6s 0.4s;
}
#section7 .notice .swiper-slide > a:hover {
  transform: translateZ(0px);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}
#section7 .notice .swiper-slide .info {
  box-sizing: border-box;
  height: 180px;
  text-align: left;
  transition: all 0.3s ease-out;
}
#section7 .notice .swiper-slide:hover .info {
  padding: 15px;
}
#section7 .notice .swiper-slide .info .cate {
  margin-bottom: 20px;
}
#section7 .notice .swiper-slide .info .cate span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;

  font-size: 14px;
  text-align: center;
  line-height: 32px;
}
#section7 .notice .swiper-slide .info .cate span.cate_notice {
  border: 1px solid #ed722f;
  color: #ed722f;
}
#section7 .notice .swiper-slide .info .cate span.cate_news {
  border: 1px solid var(--primary);
  color: var(--primary);
}
#section7 .notice .swiper-slide .info .sbj {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 3em;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  word-break: keep-all;
  margin-bottom: 15px;
}
#section7 .notice .swiper-slide .info .date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#section7 .notice .swiper-slide .thumb {
  overflow: hidden;
}
#section7 .notice .swiper-slide .thumb img {
  transform: scale(1);
  width: 100%;
  transition: all 0.6s;
}
#section7 .notice .swiper-slide:hover .thumb img {
  transform: scale(1.05);
}
#section7 .notice .swiper-slide .thumb:before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: var(--primary);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s 0.3s ease-out;
}
#section7 .notice .swiper-slide .thumb:after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: var(--primary);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s 0.3s ease-out;
}
#section7 .notice .swiper-slide .info:before {
  display: block;
  content: "";
  width: 2px;
  height: 0;
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s 0s ease-out;
}
#section7 .notice .swiper-slide .info:after {
  display: block;
  content: "";
  width: 2px;
  height: 0;
  background: var(--primary);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease-out;
}
#section7 .notice .swiper-slide:hover .thumb:before {
  width: 100%;
  transition: all 0.3s 0s ease-out;
}
#section7 .notice .swiper-slide:hover .thumb:after {
  width: 100%;
  transition: all 0.3s 0s ease-out;
}
#section7 .notice .swiper-slide:hover .info:before {
  height: 100%;
  transition: all 0.3s 0.3s ease-out;
}
#section7 .notice .swiper-slide:hover .info:after {
  height: 100%;
  transition: all 0.3s 0.3s ease-out;
}
#section7 .notice .ctr {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#section7 .notice .ctr .swiper-scrollbar2 {
  width: calc(100% - 155px);
  height: 4px;
  box-shadow: 0 -1px 0 #c6c6c6 inset;
}
#section7 .notice .ctr .swiper-scrollbar2 .swiper-scrollbar-drag {
  background: var(--primary);
  border-radius: 0;
}
#section7 .notice .ctr .paging {
  box-sizing: border-box;
  width: 125px;
}
#section7 .notice .ctr .paging > div {
  display: inline-block;
  position: relative;
  outline: 0;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#section7 .notice .ctr .paging > div .arr {
}
#section7 .notice .ctr .paging > div.nn-next {
}
#section7 .notice .ctr .paging > div.nn-prev .line_prev {
  transition: all 0.6s;
  transform-origin: center;
}
#section7 .notice .ctr .paging > div.nn-next .line_next {
  transition: all 0.6s;
  transform-origin: center;
}
#section7 .notice .ctr .paging > div.nn-prev:hover .line_prev {
  transform: rotateZ(-23deg);
}
#section7 .notice .ctr .paging > div.nn-next:hover .line_next {
  transform: rotateZ(23deg);
}
/* section6 */
#section5 {
}
#section5 h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
#section5 .conwrap {
  display: flex;
  width: 100%;
  height: 100%;
}
#section5 .conwrap .media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  height: 100%;
  background: url(../images/main/bg_media.jpg) no-repeat center;
  background-size: cover;
  text-align: left;
  padding: 0 5%;
  box-sizing: border-box;
}
#section5 .conwrap .media p {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 170%;
  margin: 15px 0 25px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#section5 .conwrap .media .btn_play {
  display: block;
  margin-bottom: 35px;
}
#section5 .conwrap .media .btn_play .act1 {
  transform: rotate(0);
  transform-origin: center;
  transition: all 0.4s;
}
#section5 .conwrap .media .btn_play:hover .act1 {
  transform: rotateZ(23deg);
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}
#section5 .conwrap .media .btn_play .act2 {
  transform: translate3d(0, 0, 0, 0);
  transform-origin: center;
  transition: all 0.4s;
}
#section5 .conwrap .media .btn_play:hover .act2 {
  animation: arr_ani 1s infinite alternate;
}
#section5 .conwrap .media .btn_more {
  display: block;

  font-size: 11px;
  color: #fff;
  font-weight: 500;
}
#section5 .conwrap .media .btn_more:hover {
  color: var(--primary);
}
#section5 .conwrap .media .btn_more:hover span {
  display: inline-block;
  animation: more_ani 1s infinite alternate;
  animation-fill-mode: forwards;
}
@keyframes arr_ani {
  0% {
    stroke-width: 2;
  }
  100% {
    stroke-width: 4;
  }
}
@keyframes more_ani {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
#section5 .conwrap .rightwrap {
  width: 50%;
  height: 100%;
}
#section5 .conwrap .rightwrap .brochure {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 53%;
  background: #1f2c5c;
  padding: 200px 7% 0;
  perspective: 1000px;
  background: #1f2c5c url(../images/main/equip2.jpg) no-repeat center;
  background-size: cover;
}
#section5 .conwrap .rightwrap .brochure > div {
  display: flex;
  align-items: center;
}
#section5 .conwrap .rightwrap .brochure .img {
  width: 45%;
  transform-origin: center center;
  transition: all 1s;
}
#section5 .conwrap .rightwrap .brochure .img img {
  transition: all 1s;
}
#section5 .conwrap .rightwrap .brochure .img.on img {
  -webkit-transform: translate3d(0, 0, 30px);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
#section5 .conwrap .rightwrap .brochure .txts {
  box-sizing: border-box;
  width: 60%;
  padding: 0 0 0 5%;
}
#section5 .conwrap .rightwrap .brochure h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
#section5 .conwrap .rightwrap .brochure p {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 140%;
  margin: 15px 0 25px;
}
#section5 .conwrap .rightwrap .brochure .btn_down {
  position: relative;
  perspective: 1000px;
  display: block;
}
#section5 .conwrap .rightwrap .brochure .btn_down {
  width: 184px;
}

#section5 .conwrap .rightwrap .brochure a:link,
a:visited,
a:active {
  font-size: 14px;
}

#section5 .conwrap .rightwrap .brochure a:hover {
  color: var(--primary);
}

#section5 .conwrap .rightwrap .brochure .btn_down .bg {
  position: relative;
  stroke-dashoffset: 500;
  stroke-dasharray: 500;
  transition: all 0.4s linear 0.4s;
}
#section5 .conwrap .rightwrap .ir .img .brochure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#section5 .conwrap .rightwrap .brochure .btn_down:hover .bg {
  stroke-dashoffset: 0;
  transition: all 0.4s linear 0.4s;
}
#section5 .conwrap .rightwrap .brochure .btn_down .line1 {
  stroke: #fff;
  transform-origin: left;
  transition: all 0.4s linear;
}
#section5 .conwrap .rightwrap .brochure .btn_down:hover .line1 {
  animation: btndown 2s linear;
  animation-fill-mode: forwards;
}
#section5 .conwrap .rightwrap .brochure .btn_down .line2 {
  stroke: #1f2c5c;
  transform-origin: left;
  stroke-dashoffset: 0;
  stroke-dasharray: 500;
  transition: all 0.4s linear;
}
#section5 .conwrap .rightwrap .brochure .btn_down:hover .line2 {
  stroke: #fff;
  stroke-dashoffset: 500;
  stroke-dasharray: 500;
  transition: all 0.4s linear;
  opacity: 0;
}
#section5 .conwrap .rightwrap .brochure .btn_down .line3 {
  stroke-dashoffset: 500;
  stroke-dasharray: 500;
  transition: all 0.4s linear;
}
#section5 .conwrap .rightwrap .brochure .btn_down:hover .line3 {
  stroke: #fff;
  stroke-dashoffset: 0;
  transition: all 0.4s linear;
}
#section5 .conwrap .rightwrap .brochure .btn_down .line4 {
  stroke-dashoffset: 500;
  stroke-dasharray: 500;
  transition: all 0.4s linear;
}
#section5 .conwrap .rightwrap .brochure .btn_down:hover .line4 {
  stroke: #fff;
  stroke-dashoffset: 0;
  transition: all 0.4s linear;
}
#section5 .conwrap .rightwrap .brochure .btn_down .down_arr {
  position: absolute;
  right: 30px;
  top: 50%;
  margin: -9px 0 0 0;
}
@keyframes btndown {
  0% {
    stroke: #fff;
    stroke-dashoffset: 1600;
    stroke-dasharray: 1600;
  }
  100% {
    stroke: #fff;
    stroke-dashoffset: 0;
  }
}
#section5 .conwrap .rightwrap .ir {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 47%;
  padding: 120px 7% 0;
  background: url(../images/main/bg_ir.jpg) no-repeat center;
  background-size: cover;
}
#section5 .conwrap .rightwrap .ir > div {
  display: flex;
  align-items: center;
  width: 100%;
}
#section5 .conwrap .rightwrap .ir .img {
  position: relative;
  width: 152px;
}
#section5 .conwrap .rightwrap .ir .img .bg {
  opacity: 0.5;
}
#section5 .conwrap .rightwrap .ir .img .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#section5 .conwrap .rightwrap .ir .info {
  box-sizing: border-box;
  padding: 0 0 0 5%;
}
#section5 .conwrap .rightwrap .ir .info .ir_info {
}
#section5 .conwrap .rightwrap .ir .info .ir_info dl {
  display: flex;
  align-items: flex-end;
  margin: 5px 0;
}
#section5 .conwrap .rightwrap .ir .info .ir_info dl dt {
  width: 130px;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}
#section5 .conwrap .rightwrap .ir .info .ir_info dl dd {
  width: calc(100% - 110px);

  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
#section5 .conwrap .rightwrap .ir .info .ir_info dl dd.today {
  font-size: 20px;
}
#section5 .conwrap .rightwrap .ir .info .ir_info .up {
  color: #ff0000;
}
#section5 .conwrap .rightwrap .ir .info .ir_info .down {
  color: #fff;
}
#section5 .conwrap .rightwrap .ir .info .ir_info dl dd.today .counter {
  transition: all 1s;
}
#section5 .conwrap .rightwrap .ir .info .btn_more {
  display: block;
  margin-top: 30px;

  font-size: 11px;
  color: #fff;
  font-weight: 500;
}
#section5 .conwrap .rightwrap .ir .info .btn_more:hover {
  color: var(--primary);
}
#section5 .conwrap .rightwrap .ir .info .btn_more:hover span {
  display: inline-block;
  animation: more_ani 1s infinite alternate;
  animation-fill-mode: forwards;
}
#section5 .conwrap .rightwrap .ir .c1 {
  stroke-dashoffset: 50;
  stroke-dasharray: 50;
}
#section5 .conwrap .rightwrap .ir .c2 {
  stroke-dashoffset: 50;
  stroke-dasharray: 50;
}
#section5 .conwrap .rightwrap .ir .c3 {
  stroke-dashoffset: 50;
  stroke-dasharray: 50;
}
#section5 .conwrap .rightwrap .ir .c4 {
  stroke-dashoffset: 50;
  stroke-dasharray: 50;
}
#section5 .conwrap .rightwrap .ir .line0 {
  stroke-dashoffset: 250;
  stroke-dasharray: 250;
}
#section5 .conwrap .rightwrap .ir .line1 {
  stroke-dashoffset: 50;
  stroke-dasharray: 50;
}
#section5 .conwrap .rightwrap .ir .line2 {
  stroke-dashoffset: 50;
  stroke-dasharray: 50;
}
#section5 .conwrap .rightwrap .ir .line3 {
  stroke-dashoffset: 50;
  stroke-dasharray: 50;
}
#section5.active .conwrap .rightwrap .ir .c1 {
  stroke-dashoffset: 0;
  transition: all 0.6s linear 1.5s;
}
#section5.active .conwrap .rightwrap .ir .c2 {
  stroke-dashoffset: 0;
  transition: all 0.6s linear 2s;
}
#section5.active .conwrap .rightwrap .ir .c3 {
  stroke-dashoffset: 0;
  transition: all 0.6s linear 2.6s;
}
#section5.active .conwrap .rightwrap .ir .c4 {
  stroke-dashoffset: 0;
  transition: all 0.6s linear 3.3s;
}
#section5.active .conwrap .rightwrap .ir .line0 {
  stroke-dashoffset: 0;
  transition: all 1s linear 1s;
}
#section5.active .conwrap .rightwrap .ir .line1 {
  stroke-dashoffset: 0;
  transition: all 0.6s linear 1.7s;
}
#section5.active .conwrap .rightwrap .ir .line2 {
  stroke-dashoffset: 0;
  transition: all 0.6s linear 2.3s;
}
#section5.active .conwrap .rightwrap .ir .line3 {
  stroke-dashoffset: 0;
  transition: all 0.6s linear 2.9s;
}
@keyframes updown1 {
  0% {
    cy: 35.571;
  }
  100% {
    cy: 32.571;
  }
}
@keyframes updown1_1 {
  0% {
  }
  100% {
  }
}
@media (max-width: 1000px) {
  #section5 {
  }
  #section5 .conwrap {
    display: block;
    width: 100%;
    height: auto;
  }
  #section5 .conwrap .media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 170px 0 70px;
  }
  #section5 .conwrap .rightwrap {
    display: flex;
    width: 100%;
    height: 405px;
  }
  #section5 .conwrap .rightwrap .brochure {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding: 70px 4%;
    perspective: 1000px;
    background: #1f2c5c url(../images/main/equip2.jpg) no-repeat center;
    background-size: cover;
  }
  #section5 .conwrap .rightwrap .brochure > div {
    display: flex;
    align-items: center;
  }
  #section5 .conwrap .rightwrap .brochure .img {
    width: 45%;
    transform-origin: center center;
    transition: all 1s;
  }
  #section5 .conwrap .rightwrap .brochure .img.on img {
    -webkit-transform: translate3d(0, 0, 30px);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  }
  #section5 .conwrap .rightwrap .brochure .txts {
    box-sizing: border-box;
    width: 55%;
    padding: 0 0 0 5%;
  }
  #section5 .conwrap .rightwrap .brochure h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
  }
  #section5 .conwrap .rightwrap .brochure p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 170%;
    margin: 15px 0 25px;
  }
  #section5 .conwrap .rightwrap .ir {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding: 70px 4%;
    background: url(../images/main/bg_ir.jpg) no-repeat center;
    background-size: cover;
  }
  #section5 .conwrap .rightwrap .ir > div {
    display: flex;
    align-items: center;
  }
  #section5 .conwrap .rightwrap .ir .img {
    position: relative;
    width: 33%;
  }
  #section5 .conwrap .rightwrap .ir .img svg {
    width: 100%;
  }
  #section5 .conwrap .rightwrap .ir .info .ir_info dl {
    display: flex;
    align-items: flex-end;
    margin: 5px 0;
  }
  #section5 .conwrap .rightwrap .ir .info .ir_info dl dt {
    width: 45%;
    font-size: 16px;
  }
  #section5 .conwrap .rightwrap .ir .info .ir_info dl dd {
    width: 55%;

    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
  }
  #section5 .conwrap .rightwrap .ir .info .ir_info dl dd.today {
    font-size: 36px;
    color: #ce0000;
  }
  #section5 .conwrap .rightwrap .ir .info .btn_more {
    display: block;
    margin-top: 30px;

    font-size: 11px;
    color: #fff;
    font-weight: 500;
  }
  #section5 .conwrap .rightwrap .ir .info {
    padding: 70px 3%;
  }
  #section5 .conwrap .rightwrap .ir .info {
    padding-left: 8%;
  }
}
@media (max-width: 830px) {
  #section5 .conwrap .rightwrap {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  #section5 .conwrap .rightwrap .brochure {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 70px 4%;
    perspective: 1000px;
    background: #1f2c5c url(../images/main/equip2.jpg) no-repeat center;
    background-size: cover;
  }
  #section5 .conwrap .rightwrap .brochure > div {
    display: flex;
    align-items: center;
  }
  #section5 .conwrap .rightwrap .brochure .img {
    width: 45%;
    transform-origin: center center;
    transition: all 1s;
    text-align: center;
  }
  #section5 .conwrap .rightwrap .brochure .img img {
    transition: all 1s;
  }
  #section5 .conwrap .rightwrap .ir {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 70px 4%;
    background: url(../images/main/bg_ir.jpg) no-repeat center;
    background-size: cover;
  }
  #section5 .conwrap .rightwrap .ir > div {
    display: flex;
    align-items: center;
  }
  #section5 .conwrap .rightwrap .ir .img {
    position: relative;
    width: 45%;
  }
  #section5 .conwrap .rightwrap .ir .img svg {
    width: 100%;
  }
  #section5 .conwrap .rightwrap .ir .info .ir_info dl {
    display: flex;
    align-items: flex-end;
    margin: 5px 0;
  }
  #section5 .conwrap .rightwrap .ir .info .ir_info dl dt {
    width: 45%;
    font-size: 16px;
  }
  #section5 .conwrap .rightwrap .ir .info .ir_info dl dd {
    width: 55%;

    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
  }
  #section5 .conwrap .rightwrap .ir .info .ir_info dl dd.today {
    font-size: 36px;
    color: #ce0000;
  }
  #section5 .conwrap .rightwrap .ir .info .btn_more {
    display: block;
    margin-top: 30px;

    font-size: 11px;
    color: #fff;
    font-weight: 500;
  }
}
/* section7 */
#section2 {
  background: url(../images/main/sec7_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  word-break: keep-all;
}

#section2 .hhtxta {
  opacity: 0;
  position: relative;
  width: 100%;
  text-align: center;
  transform: translateY(60px);
  transition: all 1s 1s;
  color: #fff;
  cursor: pointer;
}

#section2.active .hhtxta {
  transform: translateY(0);
  opacity: 1;
}
#section2.active .hhtxta h2 {
  color: #fff;
  font-size: 25px;
}
#section2.active .hhtxta h3 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}

#section2 .hhtxta:hover h2 {
  color: var(--primary);
}
#section2 .hhtxta:hover h2 span {
  border-bottom: 1px solid var(--primary);
}
#section2 .hhtxta:hover h3 {
  color: var(--primary);
}

#section2 .numblock {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

#section2 .numblockbro {
  width: 25%;
  float: left;
  display: inline-block;
  color: #fff;
}

#section2 .num {
  font-size: 90px;
  font-weight: bold;
  cursor: pointer;
}

#section2 .numaa {
  font-size: 14px;
  cursor: pointer;
}
#section2 .numblockbro:hover {
  color: #7ac776;
}

#section2 p {
  font-size: 17px;
  color: #fff;
}
#section2 a {
  display: inline-block;
}
#section7 .btn_top {
  display: inline-flex;
  justify-content: space-between;
  width: 110px;
  position: absolute;
  right: -20px;
  bottom: 100px;
  z-index: 100;
  transform: rotate(90deg);
  cursor: pointer;
}
#section7 .btn_top .txt {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
#section7 .btn_top .arr {
  position: relative;
  width: 70px;
  margin: 5px 0 0 0;
  border-top: 1px solid #666;
  animation: scroll 1s infinite alternate;
}
#section7 .btn_top .arr:after {
  display: block;
  content: "";
  width: 6px;
  height: 1px;
  border-top: 1px solid #666;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
}
#section2 a text {
}
@keyframes scroll {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@media (max-width: 900px) {
  #section2 h3 {
    margin: 25px 0 15px;
    font-size: 45px;
    color: #fff;
    font-weight: 600;
  }
}
.footbox {
  display: flex-table;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 5%;
  overflow: hidden;
  margin-bottom: 100px;
}
.footbox .footboxs {
  width: 16.66666%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  float: left;
}
.footbox dd {
  color: var(--primary);
  font-size: 20px;
  line-height: 58px;
  font-weight: bold;
}
.footbox dd a {
  color: #ff0000;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

.footbox dt {
  color: #999;
  font-size: 13px;
  line-height: 200%;
}
/* footer */
#footer {
  background: #242424;
}
.foot {
  position: relative;
  box-sizing: border-box;
  padding: 40px 5% 60px;
}
.foot h1 {
  width: 282px;
  margin-bottom: 40px;
}

.foot h1 svg {
  height: 45px;
}
.foot h1 svg {
  .st0 {
    fill: #fff;
  }
  .st1 {
    fill: #fff;
  }
  .st2 {
    fill: #fff;
  }
}

.foot .foot_info {
  box-sizing: border-box;
}
.foot .foot_info ul {
  display: flex;
}
.foot .foot_info ul li {
  position: relative;
  padding-right: 10px;
  margin-right: 11px;
}
.foot .foot_info ul li:after {
  display: block;
  content: "";
  width: 1px;
  height: 11px;
  background: #454545;
  position: absolute;
  right: 0;
  top: 8px;
}
.foot .foot_info ul li:last-child:after {
  display: none;
}
.foot .foot_info ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.foot .foot_info address {
  margin: 10px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.foot .foot_info address .nbsp {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #454545;
  margin: 0 10px;
}
.foot .foot_info .copy {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
.foot .core_links {
  width: 200px;
  position: absolute;
  right: 5%;
  top: 40px;
}
.foot .core_links ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foot .core_links ul li {
  margin-left: 5px;
}
.foot .core_links ul li a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 18px;
  text-align: center;
  color: #999;
  fill: #999;
}
.foot .core_links ul li a:before {
  display: block;
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.foot .core_links ul li a:after {
  display: block;
  content: "";
  box-sizing: border-box;
  width: 0%;
  height: 4px;
  background: var(--primary);
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.4s;
  transform: translateX(-50%);
  transform-origin: center;
}
.foot .core_links ul li:hover a:after {
  width: 100%;
}
.foot .core_links ul li a .ico {
  box-sizing: border-box;
  height: 27px;
  margin-bottom: 10px;
}
.foot .core_links ul li:nth-child(2) a .ico {
  padding-top: 3px;
}
.foot .core_links ul li:nth-child(4) a .ico {
  padding-top: 3px;
}
.foot .core_links ul li a .sbj {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  transition: all 0.4s;
}
.foot .core_links ul li:hover a {
}
.foot .core_links ul li:hover a .sbj {
  color: var(--primary);
  fill: var(--primary);
}
/*
.foot .core_links ul li:nth-child(1):hover .ico circle{animation:footer_hover_ani1 1s linear;animation-fill-mode:forwards;stroke:var(--primary)}
.foot .core_links ul li:nth-child(1):hover .ico line{animation:footer_hover_ani1 1s linear;animation-fill-mode:forwards;stroke:var(--primary)}
@keyframes footer_hover_ani1{
	0%{stroke-dashoffset:40;stroke-dasharray:40;}
	100%{stroke-dashoffset:0;stroke-dasharray:40;}
}
*/
.foot .core_links ul li:nth-child(1):hover .ico {
  transform-origin: center;
  animation: footer_hover_ani1-1 1s linear;
  animation-fill-mode: forwards;
  stroke: var(--primary);
}
.foot .core_links ul li:nth-child(1):hover .ico circle {
  stroke: var(--primary);
}
.foot .core_links ul li:nth-child(1):hover .ico line {
  stroke: var(--primary);
}
@keyframes footer_hover_ani1-1 {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
/*
.foot .core_links ul li:nth-child(2):hover .ico path{stroke-dashoffset:140;stroke-dasharray:140;animation:footer_hover_ani2 1s linear;animation-fill-mode:forwards;stroke:var(--primary)}
.foot .core_links ul li:nth-child(2):hover .ico line{stroke-dashoffset:40;stroke-dasharray:40;animation:footer_hover_ani2 1s linear;animation-fill-mode:forwards;stroke:var(--primary)}
.foot .core_links ul li:nth-child(2):hover .ico polygon{stroke-dashoffset:30;stroke-dasharray:30;animation:footer_hover_ani2 1s linear;animation-fill-mode:forwards;stroke:var(--primary)}
@keyframes footer_hover_ani2{
	0%{}
	100%{stroke-dashoffset:0;}
}

.foot .core_links ul li:nth-child(3):hover .ico path{stroke-dashoffset:140;stroke-dasharray:140;animation:footer_hover_ani2 1s linear;animation-fill-mode:forwards;stroke:var(--primary)}
.foot .core_links ul li:nth-child(3):hover .ico rect{stroke-dashoffset:80;stroke-dasharray:80;animation:footer_hover_ani2 1s linear;animation-fill-mode:forwards;stroke:var(--primary)}
.foot .core_links ul li:nth-child(3):hover .ico circle{stroke-dashoffset:10;stroke-dasharray:10;animation:footer_hover_ani2 1s linear;animation-fill-mode:forwards;stroke:var(--primary)}

.foot .core_links ul li:nth-child(4):hover .ico path{stroke-dashoffset:140;stroke-dasharray:140;animation:footer_hover_ani2 1s linear;animation-fill-mode:forwards;stroke:var(--primary)}
.foot .core_links ul li:nth-child(4):hover .ico line{stroke-dashoffset:100;stroke-dasharray:100;animation:footer_hover_ani2 1s linear;animation-fill-mode:forwards;stroke:var(--primary)}

*/
.foot .core_links ul li + li:hover .ico * {
  stroke-dashoffset: 200;
  stroke-dasharray: 200;
  animation: footer_hover_ani2 1.8s linear;
  animation-fill-mode: forwards;
  stroke: var(--primary);
}
@keyframes footer_hover_ani2 {
  0% {
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 900px) {
  .foot {
    padding-top: 150px;
    text-align: center;
  }
  .foot h1 {
    width: 100%;
  }
  .foot .foot_info ul {
    display: inline-flex;
  }
  .foot .core_links {
    right: 50%;
    transform: translateX(50%);
  }
}
#bgblack {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.btn_x {
  overflow: hidden;
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  float: right;
  margin-bottom: 20px;
}
.btn_x > div:nth-child(1) {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 28px;
  background: var(--primary);
  transform: translateY(-50%);
}
.btn_x > div:nth-child(2) {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0%;
  width: 28px;
  height: 100%;
  background: var(--primary);
  transform: translateX(-50%);
}
.btn_x > div:nth-child(3) {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0%;
  width: 28px;
  height: 100%;
  background: var(--primary);
  transform: rotate(-45deg);
  margin-left: -14px;
}
.btn_x > div:nth-child(4) {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0%;
  width: 28px;
  height: 100%;
  background: var(--primary);
  transform: rotate(45deg);
  margin-left: -14px;
}
.pop_st1 {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3000;
  max-width: 1320px;
  width: 94%;
}
.pop_st1 .conwrap {
  box-sizing: border-box;
  background: #fff;
  overflow-y: auto;
  width: 100%;
  height: 540px;
  padding: 0 7%;
}
.pop_st1 .conwrap > div {
  width: 100%;
  padding: 70px 0;
}
.pop_st1 .conwrap > div:nth-child(1) {
  display: none;
}
.pop_st1 .conwrap .tit {
  color: #000;
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}
.pop_st1 .conwrap .textwrap {
}
.pop_st1 .conwrap .textwrap textarea {
  box-sizing: border-box;
  width: 100%;
  height: 320px;
  background: #f8f8f8;
  font-size: 17px;
  color: #555;
  word-break: keep-all;
  line-height: 170%;
  border: 0;
  outline: 0;
  resize: none;
  padding: 30px;
}
/**/
#section6 h2 {
  opacity: 0;
  transform: translateY(60px);
}
#section6 h2 span {
}
#section6 h3 {
  opacity: 0;
  transform: translateY(60px);
}
#section6 p {
  opacity: 0;
  transform: translateY(40px);
}
#section6 .business_tabs {
  transform: translateY(100px);
  opacity: 0;
}
#section6 .business_tabcon:before {
  transform: scaleX(0);
  transform-origin: left;
}
#section6 .business_tabcon .tabcon {
  opacity: 0;
}
#section6 .business_tabcon .ico1 circle {
  stroke-dashoffset: 10;
  stroke-dasharray: 40;
}
#section6 .business_tabcon .ico1 line.line0 {
  stroke-dashoffset: 70;
  stroke-dasharray: 70;
}
#section6 .business_tabcon .ico1 line.line1 {
  stroke-dashoffset: 70;
}
#section6 .business_tabcon .ico2 .bd {
  transform: translateY(100%);
}
#section6 .business_tabcon .ico2 .bd line,
#section6 .business_tabcon .ico2 .bd path,
#section6 .business_tabcon .ico2 .bd polyline {
}
#section6 .business_tabcon .ico3 path {
  stroke-dashoffset: 80;
  stroke-dasharray: 80;
}
#section6 .business_tabcon .ico3 line {
  stroke-dashoffset: 80;
  stroke-dasharray: 80;
}
#section6 .business_tabcon .ico3 polyline {
  stroke-dashoffset: 70;
  stroke-dasharray: 70;
}
#section6 .business_tabcon .ico4 path {
  stroke-dashoffset: 50;
  stroke-dasharray: 50;
}
#section6 .business_tabcon .ico4 line {
  stroke-dashoffset: 50;
  stroke-dasharray: 50;
}
#section6 .business_tabcon .ico4 .wings {
  position: relative;
}
#section6 .business_tabcon .ico4 .move {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center 1px;
}
#section6 .business_tabcon .ico5 path {
  stroke-dashoffset: 80;
  stroke-dasharray: 80;
}
#section6 .business_tabcon .ico5 line {
  stroke-dashoffset: 80;
  stroke-dasharray: 80;
}
#section6 .business_tabcon .ico5 polyline {
  stroke-dashoffset: 70;
  stroke-dasharray: 70;
}
#section6 .business_tabcon .ico5 circle {
  stroke-dashoffset: 70;
  stroke-dasharray: 70;
}
#section6 .business_tabcon .ico5 svg {
  perspective: 800px;
}
#section6.active h2 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s;
}
#section6.active h3 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s 0.2s;
}
#section6.active p {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s 0.4s;
}
#section6.active .business_tabcon:before {
  transform: scaleX(1);
  transition: all 1.6s 0.6s;
}
#section6.active .business_tabcon .tabcon {
  opacity: 1;
  transition: all 1s 2s;
}
#section6.active .business_tabs {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1.4s 2s;
}
#section6.active .business_tabcon .ico1 circle {
  stroke-dashoffset: 0;
  transition: all 1.4s 2.2s;
}
#section6.active .business_tabcon .ico1 line.line1 {
  stroke-dashoffset: 0;
}
#section6.active .business_tabcon .ico2 .bd {
  transform: translateY(0);
  transition: all 1.4s 2.2s;
}
#section6.active .business_tabcon .ico3 path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.4s 2.2s;
}
#section6.active .business_tabcon .ico3 line {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.4s 2.2s;
}
#section6.active .business_tabcon .ico3 polyline {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.4s 2.2s;
}
#section6.active .business_tabcon .ico4 path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.4s 2.2s;
}
#section6.active .business_tabcon .ico4 line {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.4s 2.2s;
}
#section6.active .business_tabcon .ico5 path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.4s 2.2s;
}
#section6.active .business_tabcon .ico5 line {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.4s 2.2s;
}
#section6.active .business_tabcon .ico5 polyline {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.4s 2.2s;
}
#section6.active .business_tabcon .ico5 circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.4s 2.2s;
}
#section6 .business_tabcon .tab1-1:hover .ico circle {
  animation: hover_ani1 2s infinite 1s;
  animation-fill-mode: forwards;
}
#section6 .business_tabcon .tab1-1:hover .ico line {
  animation: hover_ani1 2s infinite linear;
  animation-fill-mode: forwards;
  stroke: var(--primary);
}
#section6 .business_tabcon .tab1-1:hover .ico path {
  stroke: var(--primary);
}
#section6 .business_tabcon .tab1-1:hover .ico polyline {
  stroke: var(--primary);
}
#section6 .business_tabcon .tab1-2:hover .ico svg .bd line,
#section6 .business_tabcon .tab1-2:hover .ico svg .bd path,
#section6 .business_tabcon .tab1-2:hover .ico svg .bd polyline {
  animation: hover_ani2 2.5s infinite 1s;
  animation-fill-mode: forwards;
}
#section6 .business_tabcon .tab1-2:hover .ico svg .bd line.window {
  animation: hover_ani22 2.5s infinite 1s;
  animation-fill-mode: forwards;
}
#section6 .business_tabcon .tab1-2:hover .ico line,
#section6 .business_tabcon .tab1-2:hover .ico path,
#section6 .business_tabcon .tab1-2:hover .ico polyline {
  stroke: var(--primary);
}
#section6 .business_tabcon .tab1-3:hover .ico svg .water {
  animation: hover_ani3 1s infinite linear;
  animation-fill-mode: both;
}
#section6 .business_tabcon .tab1-3:hover .ico path,
#section6 .business_tabcon .tab1-3:hover .ico line,
#section6 .business_tabcon .tab1-3:hover .ico polyline {
  stroke: var(--primary);
  transition: all 0.4s 0s;
}
#section6 .business_tabcon .tab1-4:hover .ico svg.move {
  transform-origin: center;
  animation: hover_ani4 1s infinite linear;
  animation-fill-mode: forwards;
}
#section6 .business_tabcon .tab1-4:hover .ico path,
#section6 .business_tabcon .tab1-4:hover .ico line {
  stroke: var(--primary);
  transition: all 0.4s 0s;
}
#section6 .business_tabcon .tab1-5:hover .ico .crain {
  transform-origin: 90% 20px;
  animation: hover_ani5 1s infinite linear alternate;
  animation-fill-mode: forwards;
}
#section6 .business_tabcon .tab1-5:hover .ico5 path,
#section6 .business_tabcon .tab1-5:hover .ico5 line,
#section6 .business_tabcon .tab1-5:hover .ico5 circle {
  stroke: var(--primary) !important;
  transition: all 0.4s 0s;
}
#section6 .business_tabcon .tab1-5:hover .ico5 polyline {
  stroke: var(--primary) !important;
  transition: all 0.4s 0s;
}
@keyframes hover_ani1 {
  0% {
    stroke-dashoffset: 70;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes hover_ani2 {
  0% {
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes hover_ani22 {
  0% {
    stroke-dashoffset: -5;
    stroke-dasharray: -5;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes hover_ani3 {
  0% {
    stroke-dashoffset: 80;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes hover_ani4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes hover_ani5 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(45deg);
  }
}
#section3:before {
  transform: translate3d(30%, 30%, 100px) rotate(45deg);
}
#section3:after {
  transform: translate3d(-30%, -30%, 100px) rotate(45deg);
}
#section3 h2 {
  opacity: 0;
  transform: translateY(60px);
}
#section3.active h2 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s 1s;
}

#section3 .swiper-wrapper {
  perspective: 800px;
}
#section3 .project .swiper-slide {
  transform: translateX(450%);
  transform-origin: center;
  perspective: 800px;
}
#section3 .project .ctr {
  opacity: 0;
}
#section3.in-view:before {
  transform: translate3d(0, 0, 0) rotate(0);
  transition: all 3s;
}
#section3.in-view:after {
  transform: translate3d(0, 0, 0) rotate(0);
  transition: all 3s;
}
#section3.in-view .project .swiper-slide {
  transform: translateX(0);
}
#section3.in-view .swiper-slide:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s cubic-bezier(0.08, 1.01, 0.85, 0.98) 1s;
}
#section3.in-view .swiper-slide:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s cubic-bezier(0.08, 1.01, 0.85, 0.98) 1.1s;
}
#section3.in-view .swiper-slide:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.1s cubic-bezier(0.08, 1.01, 0.85, 0.98) 1.2s;
}
#section3.in-view .swiper-slide:nth-child(4) {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s cubic-bezier(0.08, 1.01, 0.85, 0.98) 1.3s;
}
#section3.in-view .project .ctr {
  opacity: 1;
  transition: all 1s 2.8s;
}
#section4 h2 {
  opacity: 0;
  transform: translateY(60px);
}
#section4 h3 {
  opacity: 0;
  transform: translateY(60px);
}
#section4 p {
  opacity: 0;
  transform: translateY(40px);
}
#section4.in-view h2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s 2s;
}
#section4.in-view h3 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s 2.2s;
}
#section4.in-view p {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s 2.4s;
}
/*
#section4 .conwrap .listwrap dl:nth-child(1) .ico svg line,
#section4 .conwrap .listwrap dl:nth-child(1) .ico svg path{stroke-dashoffset:500; stroke-dasharray:500;}
#section4.in-view .conwrap .listwrap dl:nth-child(1) .ico svg line,
#section4.in-view .conwrap .listwrap dl:nth-child(1) .ico svg path{stroke-dashoffset:0;transition:all 6s 2.8s;}

#section4 .conwrap .listwrap dl:nth-child(2) .ico svg line,
#section4 .conwrap .listwrap dl:nth-child(2) .ico svg path,
#section4 .conwrap .listwrap dl:nth-child(2) .ico svg polyline{stroke-dashoffset:500; stroke-dasharray:500;}
#section4.in-view .conwrap .listwrap dl:nth-child(2) .ico svg line,
#section4.in-view .conwrap .listwrap dl:nth-child(2) .ico svg path,
#section4.in-view .conwrap .listwrap dl:nth-child(2) .ico svg polyline{stroke-dashoffset:0;transition:all 6s 2.8s;}

#section4 .conwrap .listwrap dl:nth-child(3) .ico svg line,
#section4 .conwrap .listwrap dl:nth-child(3) .ico svg path,
#section4 .conwrap .listwrap dl:nth-child(3) .ico svg polyline{stroke-dashoffset:500; stroke-dasharray:500;}
#section4.in-view .conwrap .listwrap dl:nth-child(3) .ico svg line,
#section4.in-view .conwrap .listwrap dl:nth-child(3) .ico svg path,
#section4.in-view .conwrap .listwrap dl:nth-child(3) .ico svg polyline{stroke-dashoffset:0;transition:all 6s 2.8s;}

#section4 .conwrap .listwrap dl:nth-child(4) .ico svg line,
#section4 .conwrap .listwrap dl:nth-child(4) .ico svg path,
#section4 .conwrap .listwrap dl:nth-child(4) .ico svg polyline,
#section4 .conwrap .listwrap dl:nth-child(4) .ico svg polygon,
#section4 .conwrap .listwrap dl:nth-child(4) .ico svg rect,
#section4 .conwrap .listwrap dl:nth-child(4) .ico svg circle{stroke-dashoffset:600; stroke-dasharray:600;}
#section4.in-view .conwrap .listwrap dl:nth-child(4) .ico svg line,
#section4.in-view .conwrap .listwrap dl:nth-child(4) .ico svg path,
#section4.in-view .conwrap .listwrap dl:nth-child(4) .ico svg polyline,
#section4.in-view .conwrap .listwrap dl:nth-child(4) .ico svg polygon,
#section4.in-view .conwrap .listwrap dl:nth-child(4) .ico svg rect,
#section4.in-view .conwrap .listwrap dl:nth-child(4) .ico svg circle{stroke-dashoffset:0;transition:all 5s 2.8s;}

*/
#section4 .listwrap dl .ico {
  opacity: 0;
  transition: 0.5s;
}
#section4.in-view .listwrap dl .ico {
  opacity: 1;
  transition: 2s 1.4s;
}
#section4 .listwrap dl .ico svg * {
  stroke-dashoffset: 400;
  stroke-dasharray: 400;
}
#section4.in-view .listwrap dl .ico svg * {
  stroke-dashoffset: 0;
  stroke-dasharray: 400;
}
#section4 .conwrap .listwrap dl dt .tit {
  transform: translateY(30px);
  opacity: 0;
}
#section4 .conwrap .listwrap dl dd {
  transform: translateY(30px);
  opacity: 0;
}
#section4.in-view .conwrap .listwrap dl dt .tit {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s 3s;
}
#section4.in-view .conwrap .listwrap dl dd {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s 3.2s;
}
#section7:before {
  transform: translate3d(30%, 30%, 100px) rotate(45deg);
}
#section7:after {
  transform: translate3d(-30%, -30%, 100px) rotate(45deg);
}
#section7 h2 {
  opacity: 0;
  transform: translateY(60px);
}
#section7 .swiper-wrapper {
}
#section7 .swiper-slide {
  transform: translateY(150%);
  transform-origin: center;
}
#section7 .ctr {
  opacity: 0;
}
#section7.active:before {
  transform: translate3d(0, 0, 0) rotate(0);
  transition: all 3s;
}
#section7.active:after {
  transform: translate3d(0, 0, 0) rotate(0);
  transition: all 3s;
}
#section7.active h2 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s 1s;
}
#section7.active .swiper-slide {
  opacity: 1;
  transform: translateY(0);
}
#section7.active .swiper-slide:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.08, 1.01, 0.85, 0.98) 1s;
}
#section7.active .swiper-slide:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.08, 1.01, 0.85, 0.98) 1.1s;
}
#section7.active .swiper-slide:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.1s cubic-bezier(0.08, 1.01, 0.85, 0.98) 1.2s;
}
#section7.active .swiper-slide:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.2s cubic-bezier(0.08, 1.01, 0.85, 0.98) 1.3s;
}
#section7.active .ctr {
  opacity: 1;
  transition: all 1s 2.8s;
}
#section5.active .conwrap {
  perspective: 1000px;
}
#section5 .conwrap .media {
  transform-origin: center;
}
#section5 .conwrap .rightwrap {
  perspective: 1000px;
}
#section5 .conwrap .rightwrap .brochure {
  transform: translateX(0);
}
#section5 .conwrap .rightwrap .ir {
  transform: translateX(0);
}
#section5 .conwrap .media > div {
  opacity: 0;
}
#section5 .conwrap .rightwrap .brochure > div {
  opacity: 0;
}
#section5 .conwrap .rightwrap .ir > div {
  opacity: 0;
}
#section5.in-view .conwrap .media {
  transform: translateZ(0);
  transition: all 0.5s;
}
#section5.in-view .conwrap .rightwrap {
}
#section5.in-view .conwrap .rightwrap .brochure {
  transform: translateX(0);
  transition: all 1s 0.2s;
}
#section5.in-view .conwrap .rightwrap .ir {
  transform: translateX(0);
  transition: all 1s 0.4s;
}
#section5.in-view .conwrap .media > div {
  opacity: 1;
  transition: all 1s 0.5s;
}
#section5.in-view .conwrap .rightwrap .brochure > div {
  opacity: 1;
  transition: all 1s 0.5s;
}
#section5.in-view .conwrap .rightwrap .ir > div {
  opacity: 1;
  transition: all 1s 0.5s;
}
#section2 p {
  opacity: 0;
  transform: translateY(60px);
}
#section2 a {
  opacity: 0;
  transform: translateY(60px);
}
#section2.in-view p {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s 0.4s;
}
#section2.in-view a {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s 0.6s;
}
@media (max-width: 1480px) {
  .main_layer_popup {
    width: 48% !important;
  }
  .main_layer_popup:nth-child(2) {
    width: 48% !important;
    left: 50% !important;
  }
}
