/* Common */
.hd {
  text-align: center;
  margin-bottom: 80px;
}

.sec-pin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  opacity:0;
  transform: translateY(40px);
  transition:all .8s cubic-bezier(.25,.46,.45,.94);
}

.sec-pin::before {
  content: "";
  display: block;
  width: 44px;
  height: 21px;
  background: url('/en/asset/img/main/sec00_pin.png') no-repeat center;
  margin-bottom: 12px;
}

.sec-title {
  font-size:5.2rem;
  line-height:1.4;
  opacity:0;
  transform: translateY(40px);
  transition:all .8s cubic-bezier(.25,.46,.45,.94) .3s;
}

.hd.aos-animate .sec-pin {
  opacity: 1;
  transform: translateY(0px);
}

.hd.aos-animate .sec-title {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width:1200px) {
  .hd {
    padding: 0px 15px;
  }

  .sec-pin {
    font-size: 2.8rem;
  }

  .sec-title {
    font-size:4.2rem;
  }
}
@media screen and (max-width:1024px) {
  .hd {
    margin-bottom: 60px;
  }

  .sec-pin::before {
    height: 17px;
    background-size: auto 17px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width:768px) {
  .hd {
    margin-bottom: 40px;
  }

  .sec-pin {
    font-size: 2.4rem;
  }

  .sec-pin::before {
    height: 15px;
    background-size: auto 15px;
  }

  .sec-title {
    font-size:3.4rem;
  }
}
@media screen and (max-width:576px) {
  .hd {
    margin-bottom: 30px;
  }

  .sec-pin {
    font-size: 1.6rem;
  }

  .sec-pin::before {
    height: 12px;
    background-size: auto 12px;
    margin-bottom: 4px;
  }

  .sec-title {
    font-size:2rem;
  }
}


/* Banner */
.sec01 {
  background-color: #000;
}

.sec01 .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec01 .swiper-wrapper {
  height: 100%;
}

.sec01 .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.sec01 .control {
  position: absolute;
  top:50%;
  left:60px;
  transform: translateY(-50%);
  z-index:10;
}

.sec01 .pagination  {
  display: flex;
  flex-direction: column;
  gap:16px;
}

.sec01 .swiper-pagination-bullet-custom {
  display: block;
  position: relative;
  width:20px;
  height:20px;
  cursor: pointer;
}

.sec01 .swiper-pagination-bullet-custom::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color:#D9D9D9;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sec01 .swiper-pagination-bullet-custom svg {
  display: none;
}

.sec01 .banner {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
	height: 100svh;
}

.sec01 .context {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 1500px;
  width: 95%;
  margin:0 auto;
}

.sec01 .context h5 {
  font-size:6.2rem;
  font-weight: 600;
  line-height:1.3;
  color:#fff;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1s ease-out, opacity 1s ease;
}

.sec01 .bak {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover ;
}

.sec01 .wheel {
  position: absolute;
  left:50%;
  bottom:0px;
  transform: translateX(-50%);
  z-index:5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:20px;
}

.sec01 .wheel p {
  font-size: 1.4rem;
  color:#fff;
}

.sec01 .wheel i {
  display: block;
  position: relative;
  width: 2px;
  height:120px;
  background-color: rgba(255,255,255,.1);
  overflow: hidden;
}

.sec01 .wheel i::before {
  content: "";
  display: block;
  position: absolute;
  top:-50%;
  left:0;
  width: 100%;
  height:50%;
  background-color: #fff;
  animation: wheelAni 3s ease-in-out infinite both;
}

.sec01 .swiper-slide-active .context h5 {
  opacity: 1;
  transform: translateY(0);
}

.sec01 .swiper-pagination-bullet-custom--active::before {
	background-color: #fff;
}

.sec01 .swiper-pagination-bullet-custom--active svg {
  display: block;
}

.sec01 .swiper-pagination-bullet-custom--active svg circle {
	stroke-dasharray: 64;
	stroke-dashoffset: 64;
	animation: bulletAni calc(var(--delay) * 1ms) linear forwards;
}

@media screen and (max-width:1200px) {
  .sec01 .banner {
    height: calc(var(--vh, 1vh)*100 - 60px);
    height: calc(100svh - 60px);
  }

  .sec01 .control {
    left: 20px;
  }

  .sec01 .context h5 {
    font-size: 4.8rem;
  }

  .sec01 .wheel i {
    height: 80px;
  }
}
@media screen and (max-width:1024px) {
  .sec01 .pagination {
    gap:10px;
  }

  .sec01 .wheel {
    gap:16px;
  }

  .sec01 .wheel p {
    font-size: 1.2rem;
  }

  .sec01 .wheel i {
    height: 60px;
  }
}
@media screen and (max-width:768px) {
  .sec01 .context h5 {
    font-size: 3.6rem;
  }

  .sec01 .wheel {
    gap:10px;
  }

  .sec01 .wheel i {
    height: 40px;
  }
}
@media screen and (max-width:576px) {
  .sec01 .control {
    top:unset;
    bottom:25%;
    left: 50%;
    transform: translateX(-50%);
  }

  .sec01 .pagination {
    flex-direction: row;
  }

  .sec01 .context h5 {
    font-size: 2.6rem;
  }

  .sec01 .wheel {
    gap:6px;
  }

  .sec01 .wheel p {
    font-size: 1rem;
  }

  .sec01 .wheel i {
    height: 28px;
  }
}


/* Intro */
.sec02 {
  padding: 150px 0px 80px;
  background: url('/en/asset/img/main/sec02_bak.png') no-repeat center / cover;
}

.sec02 .bd {
  position: relative;
}

.sec02 .intro-main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
  height:875px;
}

.sec02 .intro-main .logo {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}

.sec02 .intro-main .logo::before {
  content: "";
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url('/en/asset/img/main/sec02_im02.png');
  animation: circleAni 22s linear infinite;
  pointer-events: none;
}

.sec02 .intro-ele {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sec02 .intro-ele .item {
  position: absolute;
  opacity: 0;
  transform: scale(0);
}

.sec02 .intro-ele .item01 {
  left: -90px;
  bottom:0px;
  width:24.27%;
  transition:all 1s cubic-bezier(.25,.46,.45,.94) .2s;
}

.sec02 .intro-ele .item02 {
  top:21.7142%;
  right:7.2916%;
  width: 9.8958%;
  z-index: 2;
  transition:all 1.4s cubic-bezier(.25,.46,.45,.94) .4s;
}

.sec02 .intro-ele .item03 {
  top:-3.2%;
  right: -7.2916%;
  width: 20.5729%;
  transition:all 1.2s cubic-bezier(.25,.46,.45,.94) .2s;
}

.sec02 .txt .t01 {
  font-size: 0px;
  margin-bottom:30px;
}

.sec02 .txt .t02 {
  line-height:1.8;
}

.sec02 .bd.aos-animate .item {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width:1200px) {
  .sec02 {
    padding: 120px 0px 80px;
  }

  .sec02 .intro-ele .item02 {
    top:13.7142%;
  }
}
@media screen and (max-width:1024px) {
  .sec02 {
    padding: 100px 0px 60px;
  }
}
@media screen and (max-width:768px) {
  .sec02 {
    padding: 80px 0px;
  }

  .sec02 .intro-main {
    flex-direction: column;
    height: auto;
  }

  .sec02 .intro-ele {
    display: none;
  }

  .sec02 .intro-main .logo {
    display: flex;
    justify-content: center;
    position: relative;
    height: auto;
    padding: 200px 0px;
  }

  .sec02 .intro-main .logo::after {
    content: "";
    display: block;
    width: 201px;
    height: 41px;
    background: url('/en/asset/img/main/sec02_im01.png') no-repeat center / cover;
  }

  .sec02 .txt {
    margin-top: 40px;
    padding: 0px 15px;
  }

  .sec02 .txt .t01 {
    display: none;
  }
}
@media screen and (max-width:576px) {
  .sec02 {
    padding: 60px 0px;
    background-position: right -100px center;
  }

  .sec02 .intro-main .logo {
    padding: 140px 0px;
  }

  .sec02 .intro-main .logo::after {
    width: 161px;
    height: 26px;
  }

  .sec02 .txt {
    margin-top: 30px;
  }
}


/* Business */
.sec03 {
  padding: 150px 0px 250px;
}

.sec03 .list {
  display: flex;
  gap:3px;
}

.sec03 .list li {
  flex:1 1;
  transition:all .8s cubic-bezier(.25,.46,.45,.94);
  opacity:0;
  transform: translateY(40px);
}

.sec03 .list li:nth-child(2) {
  transition-delay: .1s;
}

.sec03 .list li:nth-child(3) {
  transition-delay: .2s;
}

.sec03 .list li:nth-child(4) {
  transition-delay: .3s;
}

.sec03 .list a {
  display: block;
  position: relative;
  width: 100%;
  height:0;
  padding-top: calc(700/438*100%);
  overflow: hidden;
}

.sec03 .list li:nth-child(2n) a {
  top:100px;
}

.sec03 .list li:first-child a {
  border-top-left-radius: 60px;
}

.sec03 .list li:last-child a {
  border-bottom-right-radius: 60px;
}

.sec03 .list .bak {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition:all .6s cubic-bezier(.25,.46,.45,.94);
}

.sec03 .list .txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  padding:50px 11.4%;
  z-index:10;
}

.sec03 .list .txt .t01 {
  font-size: 2.8rem;
}

.sec03 .list .txt .t02 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2rem;
  line-height:1.5;
}

.sec03 .list .txt .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  width: 90px;
  height:40px;
  border-radius:100px;
  background-color: #fff;
  font-size:1.4rem;
  line-height: 1;
}

.sec03 .list .txt .btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height:10px;
  background: url('/en/asset/img/main/sec03_ico.png') no-repeat center;
}

.sec03 .bd.aos-animate .list li {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width:1201px){
  .sec03 .list li:hover .bak {
    transform: scale(1.08);
  }
}
@media screen and (max-width:1366px) {
  .sec03 .list .txt {
    padding: 50px 5%;
  }
}
@media screen and (max-width:1200px) {
  .sec03 {
    padding: 120px 0px;
  }

  .sec03 .list {
    flex-wrap: wrap;
  }

  .sec03 .list li {
    flex:1 1 calc(50% - 3px);
    max-width: 50%;
  }

  .sec03 .list a {
    padding-top: 100%;
  }

  .sec03 .list .txt .t01 {
    font-size: 2.4rem;
  }

  .sec03 .list .txt .t02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:1024px) {
  .sec03 {
    padding: 100px 0px;
  }

  .sec03 .list li:nth-child(2n) a {
    top:0px;
  }

  .sec03 .list li:first-child a {
    border-top-left-radius: 30px;
  }

  .sec03 .list li:last-child a {
    border-bottom-right-radius: 30px;
  }

  .sec03 .list .txt {
    padding:36px 20px;
  }

  .sec03 .list .txt .btn {
    gap:6px;
    width: 80px;
    height:32px;
    font-size: 1.2rem;
  }

  .sec03 .list .txt .btn::after {
    width: 7px;
    height: 8px;
    background-size: auto 8px;
  }
}
@media screen and (max-width:768px) {
  .sec03 {
    padding: 80px 0px 110px;
  }

  .sec03 .list {
    flex-wrap: nowrap;
    gap:unset;
  }

  .sec03 .list li {
    flex:none;
    max-width: none;
  }

  .sec03 .list li:nth-child(2n) a {
    top:30px;
  }

  .sec03 .list .txt .t01 {
    font-size: 2rem;
  }

  .sec03 .list .txt .t02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:576px) {
  .sec03 {
    padding: 60px 0px 90px;
  }

  .sec03 .list li:first-child a {
    border-top-left-radius: 20px;
  }

  .sec03 .list li:last-child a {
    border-bottom-right-radius: 20px;
  }

  .sec03 .list .txt {
    padding: 28px 16px;
  }

  .sec03 .list .txt .t01 {
    font-size: 1.6rem;
  }

  .sec03 .list .txt .t02 {
    font-size: 1.2rem;
  }

  .sec03 .list .txt .btn {
    width: 70px;
    height: 26px;
    gap:4px;
  }

  .sec03 .list .txt .btn::after {
    width: 5px;
    height: 6px;
    background-size: auto 6px;
  }
}


/* Case */
.sec04 {
  position: relative;
  padding: 150px 0px;
  background-color: #E6EBF0;
  overflow: hidden;
}

.sec04::before {
  content: "";
  display: block;
  position: absolute;
  top:-24px;
  left:-500px;
  width: 1172px;
  height: 1172px;
  background: url('/en/asset/img/main/sec04_bak.png') no-repeat center / contain;
  animation: text-rolling 25s linear infinite;
}

.sec04 .swiper-slide a {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.sec04 .swiper-slide .txt {
  padding: 40px;
  background-color: #fff;
}

.sec04 .swiper-slide .txt .t01 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size:3.4rem;
  transition:all .6s cubic-bezier(.25,.46,.45,.94);
}

.sec04 .swiper-slide .txt .t02 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size:2rem;
  line-height: 1.5;
  transition:all .6s cubic-bezier(.25,.46,.45,.94);
}

.sec04 .swiper-slide .thumb {
  position: relative;
  width: 100%;
  height:0;
  padding-top: calc(350/484*100%);
  background-color: #fff;
  overflow: hidden;
}

.sec04 .swiper-slide .thumb img {
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  transition:all .6s cubic-bezier(.25,.46,.45,.94);
}

.sec04 .swiper-slide .point {
  position: absolute;
  right:0;
  bottom:0;
  width: 90px;
  height:90px;
}

.sec04 .swiper-slide .point span {
	display: block;
	background-color: transparent;
}

.sec04 .swiper-slide .point span:first-child {
	position: absolute;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	border-radius:50% 0 0 0;
	background-color: #E6EBF0;
}

.sec04 .swiper-slide .point span:first-child::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -40px;
	width: 40px;
	height: 40px;
	border-right: 1px solid #E6EBF0;
	box-sizing: content-box;
	background: radial-gradient(circle at 0 0, transparent 70%, #E6EBF0 71%);
}

.sec04 .swiper-slide .point span:first-child::after {
	content: "";
	position: absolute;
	top: -40px;
	right: 0;
	width: 40px;
	height: 40px;
	border-bottom: 1px solid #E6EBF0;
	box-sizing: content-box;
	background: radial-gradient(circle at 0 0, transparent 70%, #E6EBF0 71%);
}

.sec04 .swiper-slide .point span:last-child {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	width:80px;
	height:80px;
}

.sec04 .swiper-slide .point span:last-child::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #003763;
}

.sec04 .swiper-slide .point span:last-child::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/en/asset/img/main/sec00_arr.png') no-repeat center / auto 21px;
  transition:all .4s cubic-bezier(.25,.46,.45,.94);
}

@media screen and (min-width:1201px) {
  .sec04 .swiper-slide:hover .txt .t01,
  .sec04 .swiper-slide:hover .txt .t02 {
    color:#003763;
  }

  .sec04 .swiper-slide:hover .thumb img {
    transform: scale(1.08);
  }

  .sec04 .swiper-slide:hover .point span:last-child::after  {
    transform: translate(5px, -5px);
  }
}
@media screen and (max-width:1200px) {
  .sec04 {
    padding: 120px 0px;
  }

  .sec04::before {
    top:-400px;
    background-size: auto 800px;
  }

  .sec04 .swiper-slide .txt {
    padding: 30px;
  }

  .sec04 .swiper-slide .txt .t01 {
    font-size:2.8rem;
  }

  .sec04 .swiper-slide .txt .t02 {
    font-size:1.8rem;
  }

  .sec04 .swiper-slide .point {
    width: 70px;
    height:70px;
  }

  .sec04 .swiper-slide .point span:last-child {
    width: 60px;
    height: 60px;
  }

  .sec04 .swiper-slide .point span:last-child::after {
    background-size: auto 18px;
  }
}
@media screen and (max-width:1024px) {
  .sec04 {
    padding: 100px 0px;
  }
}
@media screen and (max-width:768px) {
  .sec04 {
    padding: 80px 0px;
  }

  .sec04::before {
    top:-100px;
    height: 380px;
    background-size: auto 380px;
  }

  .sec04 .swiper-slide .txt {
    padding:30px 20px;
  }

  .sec04 .swiper-slide .txt .t01 {
    font-size:2.4rem;
  }

  .sec04 .swiper-slide .txt .t02 {
    font-size:1.6rem;
  }
}
@media screen and (max-width:576px) {
  .sec04 {
    padding: 60px 0px;
  }

  .sec04::before {
    top:-60px;
    height: 240px;
    background-size: auto 240px;
  }

  .sec04 .swiper-slide a {
    border-radius: 20px;
  }

  .sec04 .swiper-slide .txt {
    padding: 20px 16px;
  }

  .sec04 .swiper-slide .txt .t01 {
    font-size:1.8rem;
  }

  .sec04 .swiper-slide .txt .t02 {
    font-size:1.3rem;
  }

  .sec04 .swiper-slide .point {
    width:36px;
    height:36px;
  }

  .sec04 .swiper-slide .point span:first-child::before {
    left: -20px;
    width: 20px;
    height: 20px;
  }

  .sec04 .swiper-slide .point span:first-child::after {
    top:-20px;
    width: 20px;
    height:20px;
  }

  .sec04 .swiper-slide .point span:last-child {
    width: 30px;
    height: 30px;
  }

  .sec04 .swiper-slide .point span:last-child::after {
    background-size: auto 12px;
  }
}


/* Tool */
.sec05 {
  padding: 150px 0px;
}

.sec05 .list {
  display: flex;
  gap:24px;
}

.sec05 .list li {
  flex:1 1;
  opacity: 0;
  transform: translateY(40px);
  transition:all .8s cubic-bezier(.25,.46,.45,.94);
}

.sec05 .list li:nth-child(2) {
  transition-delay: .3s;
}

.sec05 .list a {
  display: block;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.sec05 .list .card {
  position: relative;
  height: 100%;
}

.sec05 .list .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 100px 60px;
}

.sec05 .list .tit {
  font-size: 3.4rem;
  line-height: 1.5;
}

.sec05 .list .icon {
  display: block;
  width:80px;
  height:80px;
  border-radius: 50%;
  background-color: #A5CD39;
  overflow: hidden;
}

.sec05 .list .icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('/en/asset/img/main/sec00_arr.png') no-repeat center / auto 21px;
  transition: all .4s cubic-bezier(.25,.46,.45,.94);
}

.sec05 .list .bak {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index:-1;
}

.sec05.aos-animate .list li {
  opacity:1;
  transform: translateY(0px);
}

@media screen and (min-width:1201px) {
  .sec05 .list li:hover .icon::before {
    transform: translate(5px, -5px);
  }
}
@media screen and (max-width:1200px) {
  .sec05 {
    padding: 120px 0px;
  }

  .sec05 .list .con {
    padding: 60px 30px;
  }

  .sec05 .list .tit {
    font-size: 2.8rem;
  }

  .sec05 .list .icon {
    width: 60px;
    height: 60px;
  }

  .sec05 .list .icon::before {
    background-size: auto 18px;
  }
}
@media screen and (max-width:1024px) {
  .sec05 {
    padding: 100px 0px;
  }

  .sec05 .list {
    flex-direction: column;
    gap:16px;
  }

  .sec05 .list .con {
    padding: 40px 30px;
  }
}
@media screen and (max-width:768px) {
  .sec05 {
    padding: 80px 0px;
  }

  .sec05 .list .tit {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:576px) {
  .sec05 {
    padding: 60px 0px;
  }

  .sec05 .list {
    gap:8px;
  }

  .sec05 .list a {
    border-radius: 10px;
  }

  .sec05 .list .con {
    padding: 20px 16px;
  }

  .sec05 .list .tit {
    font-size: 1.6rem;
  }

  .sec05 .list .icon {
    width: 36px;
    height:36px;
  }

  .sec05 .list .icon::before {
    background-size: auto 10px;
  }
}


/* Animation */
@keyframes wheelAni {
  from {
    top:-50%;
  }
  to {
    top:100%;
  }
}

@keyframes bulletAni {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes circleAni {
  0% {
    transform:rotate(0);
  }
	50% {
    transform:rotate(180deg);
  }
	100% {
    transform:rotate(360deg);
  }
}


@keyframes text-rolling{
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


#popup {
  position: relative;
}

.popup-layer {
  z-index: 10000;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25);
  animation: popup-fade .65s ease-in-out .35s forwards;
  opacity: 0;
  max-width:800px;
}

@keyframes popup-fade {
  0% { opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
}
.popup-layer__body {
  background: #fff;
}

.popup-layer__body img {
  display: block;
  margin: 0 auto;
  border: none;
  max-width: 100%;
}

.popup-layer__foot {
  background: #424242;
}

.popup-layer__foot ul {
  display:flex;
  flex-wrap: wrap;
}

.popup-layer__foot li {
  width:50%;
  padding:10px;
}

.popup-layer__foot li:first-child {
  padding-right:0;
}

.popup-layer__foot li:last-child {
  text-align: right;
}

.popup-layer__foot button {
  background-color: transparent;
  border:0px;
}

.popup-layer__foot span {
  font-size:15px;
  /* font-size: 1.5rem; */
  color: #fff;
  cursor: pointer;
  transition:all 0.3s ease;
}

.popup-layer__foot label:hover span { opacity: .7; }

/* .popup-layer-foot { background: #424242; }
.popup-layer-foot span { font-size: 15px; color: #fff; }
.popup-layer-foot label:hover span { opacity: .7; }
.popup-layer-foot li:first-child { padding-right: 0; }
.popup-layer-foot li:last-child { text-align: right; } */


@media (max-width: 1024px){
  /* .popup-layer { z-index: 999; } */
  .popup-layer { top: 95px !important; left: 0 !important; margin: 0 5px; }
}
@media (max-width: 768px){

  .popup-layer {
    width:calc(100% - 10px);
  }

  .popup-layer img {
    max-width: none;
    width:100%;
    height: auto !important;
  }
  .popup-layer-foot span { font-size: 14px; }

}
@media (max-width: 375px){
  .popup-layer-foot li { width: 100%; }
  .popup-layer-foot li:last-child { text-align: left; }
}

