/* Common */
.sec {
  overflow: hidden;
  will-change: transform;
}

.hd {
  position: relative;
  margin-bottom: 80px;
}

.hd-container {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.sec-title {
  display: flex;
  align-items: center;
  gap:20px;
  font-family: "raleway", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
}

.sec-title i {
  display: block;
  width: 44px;
  height: 44px;
  background: url('/en/asset/img/icon/ico_logo.png') no-repeat center;
}

.sec-text {
  font-size: 2.4rem;
}

.sec-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  position: absolute;
  top:50%;
  right: 0;
  transform: translateY(-50%);
  width: 210px;
  height:60px;
  border-radius: 100px;
  background-color: #EBEFF7;
  font-family: "raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color:#262626;
  transition: var(--transition-custom);
}

.sec-btn i {
  display: block;
  width: 17px;
  height: 7px;
  background: url('/en/asset/img/icon/ico_dot01.png') no-repeat center;
}

@media screen and (min-width:1201px) {
  .sec-btn:hover {
    gap:20px;
    color:#fff;
    background-color: #1e4ba5;
  }
}
@media screen and (max-width:1200px) {
  .sec-title {
    font-size: 3.6rem;
  }

  .sec-text {
    font-size: 2rem;
  }

  .sec-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024px) {
  .hd {
    margin-bottom: 60px;
  }

  .sec-title {
    gap:14px;
  }

  .sec-title i {
    width: 38px;
    height:38px;
    background-size: auto 38px;
  }

  .sec-btn {
    gap:6px;
    width: 180px;
    height:54px;
  }
}
@media screen and (max-width:768px) {
  .hd {
    margin-bottom: 40px;
  }

  .sec-title {
    font-size: 2.8rem;
  }

  .sec-title i {
    width: 30px;
    height:30px;
    background-size: auto 30px;
  }

  .sec-text {
    font-size: 1.8rem;
  }

  .sec-btn {
    width: 160px;
    height: 48px;
    font-size: 1.4rem;
  }

  .sec-btn i {
    width: 14px;
    height: 5px;
    background-size: auto 5px;
  }
}
@media screen and (max-width:576px) {
  .hd {
    margin-bottom: 28px;
  }

  .sec-title {
    gap:8px;
    font-size: 2.4rem;
    /* font-size: 4.8611vw; */
  }

  .sec-title i {
    width: 22px;
    height:22px;
    background-size: auto 22px;
  }

  .sec-text {
    font-size: 1.4rem;
  }

  .sec-btn {
    position: relative;
    top:unset;
    right: unset;
    transform: none;
    gap:4px;
    width: 130px;
    height: 34px;
    margin-top: 20px;
    font-size: 1.2rem;
  }
}


/* Banner */
.sec01 {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
	height: 100svh; 
  background-color: #fff;
  overflow: hidden;
}

.sec01 .banner {
  position: relative;
  width: 100%;
  /* height: 100%; */
  /* height: 100vh; */
  /* padding-top: calc(960/1920*100%); */
}


.sec01 iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 70.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  pointer-events: none;
  font-size: 0px;
}

.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:10px;
}

.sec01 .wheel i {
  display: block;
  position: relative;
  width: 1px;
  height:100px;
  background-color: rgba(255,255,255,.2);
  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;
}


@media screen and (max-width:1680px) {

}
@media screen and (max-width:1600px) {

}
@media screen and (max-width:1536px) {

}
@media screen and (max-width:1400px) {

}
@media screen and (max-width:1280px) {

}
@media screen and (max-width:1200px) {
  .sec01 {
    height: calc(var(--vh, 1vh)*100 - 70px);
    height: calc(100svh - 70px); 
  }


  .sec01 iframe {
    min-height: 100%;
  }
}
@media screen and (max-width:1024px) {
  .sec01 .wheel i {
    height: 60px;
  }
}
@media screen and (max-width:768px) {
  
}
@media screen and (max-width:576px) {
  .sec01 .wheel {
    gap:6px;
  }

  .sec01 .wheel i {
    height: 40px;
  }
}


/* Law */
.sec02 {
  position: relative;
  padding: 130px 0px;
  background-color:#315CA8;
  overflow: hidden;
}

.sec02 .list li {
  position: relative;
  min-height: 250px;
  overflow: hidden;
}

.sec02 .list li::before {
  content: "";
  display: block;
  position: absolute;
  left:0;
  bottom: 0;
  width: 100%;
  height:1px;
  background-color: #fff;
}

.sec02 .card {
  position: relative;
  overflow: hidden;
}

.sec02 .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 70px 0px;
  transform-origin: 0 0;
  transition:1.2s;
}

.sec02 .tit p, .sec02 .tit span{
  transition: 0.8s;
}

.sec02 .hover {
  display: flex;
  align-items: center;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

.sec02 .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding:0px 50px;
  z-index:10;
}

.sec02 .txt p {
  display: block;
  transform: translate(0, 100%);
  transition-duration: .4s;
}

.sec02 .txt span {
  display: block;
  transform: translate(0, 100%);
  transition-duration: .4s;
}

.sec02 .bg {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:0;
  transform:translate(0,-101%);
  transition:0.5s;
  transition-delay:0;
  transition-timing-function: cubic-bezier(.7,.1,.3,.9);
}

.sec02 .list li.in-top .hover .bg,
.sec02 .list li.in-bottom .hover .bg{
  transform:translate(0,0) scale(1.3);
}

.sec02 .list li.out-top .hover .bg{
  transform:translate(0,-101%);
}

.sec02 .list li.out-bottom .hover .bg{
  transform:translate(0,101%);
}

.sec02 .list li.in-top .tit p, 
.sec02 .list li.in-top .tit span {
  transform:translate(0,-80%);
}

.sec02 .list li.in-bottom .tit p, 
.sec02 .list li.in-bottom .tit span {
  transform:translate(0,80%);
}

.sec02 .list li.out-top .tit p, 
.sec02 .list li.out-top .tit span, 
.sec02 .list li.out-bottom .tit p, 
.sec02 .list li.out-bottom .tit span {
  transform:none;
}

.sec02 .list li:hover .hover .bg {
  transform:translate(0,0) scale(1.3);
}

.sec02 .list li:hover .hover .txt p {
  transform:none;
  transition:0.8s;
  transition-delay:0.3s;
}

.sec02 .list li:hover .hover .txt span {
  transform:none;
  transition:0.8s;
  transition-delay:0.5s;
}

@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {
  .sec02 .list li {
    min-height: 225px;
  }
}
@media screen and (max-width:1024px) {
  .sec02 {
    padding: 100px 0px;
  }

  .sec02 .list li {
    min-height: 185px;
  }

  .sec02 .tit {
    padding: 50px 0px;
  }

  .sec02 .txt {
    padding: 0px 36px;
  }
}
@media screen and (max-width:768px) {
  .sec02 {
    padding:80px 0px;
  }

  .sec02 .list li {
    min-height: 161px;
  }

  .sec02 .txt {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 28px;
  }
}
@media screen and (max-width:576px) {
  .sec02 {
    padding:60px 0px;
  }

  .sec02 .list li {
    min-height: 69px;
  }

  .sec02 .tit {
    padding: 20px 0px;
  }

  .sec02 .txt {
    padding: 0px 16px;
  }
}


/* Intro */
.sec03 {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
	height: 100svh;
  overflow: hidden;
}

.sec03 .bg {
  position: absolute;
	width: 100%; 
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
	background-size: cover;
  clip-path: circle(21% at 50% 50%);
  -webkit-clip-path: circle(21% at 50% 50%);
  z-index: 3;
}

.sec03 .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 95%;
  height: 100%;
  top:0;
	left: 50%;
  transform: translateX(-50%);
  /* padding-top:90px; */
}

.sec03 .bubble p {
  opacity: 0;
}

.sec03 .bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 95%;
  height: 100%;
  top: 0; 
	left: 50%;
  transform: translateX(-50%);
  font-size: 0px;
}

.sec03 .bubble p {
  opacity: 0;
  margin-top: 100px;
}

.sec03 .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
	border: 1px solid #B4C4DF;
  border-radius: 50%;
	z-index: 0;
}

.sec03 .circle::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.sec03 .circle dd {
  display: block;
  position: absolute;
  top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  animation: rotateAni infinite linear;
}

.sec03 .circle dd::before {
  content:"";
  display: block;
  position: absolute;
  top:50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.sec03 .circle dd.mint::before {
  background-color: #69C6DB;
}

.sec03 .circle dd.blue::before {
  background-color: #315CA8;
} 

.sec03 .circle dd.orange::before {
  background-color: #E9530D;
}

.sec03 .circle dd.purple::before {
  background-color: #5C1B65;
} 

.sec03 .circle.n01 {
  width: 51.1vw;
}

.sec03 .circle.n02 {
  width: 66.7vw;
}

.sec03 .circle.n03 {
  width: 82.3vw;
}

.sec03 .circle.n01 dd.mint,
.sec03 .circle.n03 dd.mint {
  animation-duration: 7s;
}

.sec03 .circle.n01 dd.blue,
.sec03 .circle.n03 dd.blue {
  animation-duration: 8s;
}

.sec03 .circle.n02 dd.orange {
  animation-duration: 7s;
  animation-direction:reverse;
}

.sec03 .circle.n02 dd.purple {
  animation-duration: 8s;
  animation-direction:reverse;
}

.sec03 .circle.n01 dd.mint::before,
.sec03 .circle.n02 dd.orange::before,
.sec03 .circle.n03 dd.mint::before {
  left: 0;
  transform: translateX(-50%);
}

.sec03 .circle.n01 dd.blue::before,
.sec03 .circle.n02 dd.purple::before,
.sec03 .circle.n03 dd.blue::before {
  right: 0;
  transform: translateX(50%);
}


@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {
  .sec03 {
    height: calc(var(--vh, 1vh)*100 + 100px);
    height: calc(100svh + 100px);
  }

}
@media screen and (max-width:1024px) {
  .sec03 .txt img {
    width: 600px;
  }
}
@media screen and (max-width:768px) {
  .sec03 .circle.n01 {
    width: 57.1vw;
  }

  .sec03 .circle.n02 {
    width: 72.7vw;
  }

  .sec03 .circle.n03 {
    width: 88.3vw;
  }

  .sec03 .txt img {
    width: 450px;
  }

  .sec03 .bubble p {
    margin-top: 50px;
  }
}
@media screen and (max-width:576px) {
  .sec03 .circle.n01 {
    width: 94.1vw;
  }

  .sec03 .circle.n02 {
    width: 109.7vw;
  }

  .sec03 .circle.n03 {
    width: 125.3vw;
  }

  .sec03 .txt img {
    width: 300px;
  }

  /* .sec03 .bubble p {
    margin-top: 17.3vw;
  } */

  .sec03 .circle dd::before {
    width: 14px;
    height: 14px;
  }
}


/* About */
.sec04 {
  padding: 130px 0px;
  background: url('/en/asset/img/main/sec04_bak.png') no-repeat center / cover;
}

.sec04 .list {
  display: flex;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

.sec04 .list li {
  flex:1 1 33.33%;
  max-width: 33.33%;
  padding: 50px 3.333%;
  position: relative;
}

.sec04 .list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top:0;
  right:0;
  width: 1px;
  height: 100%;
  background-color: #898989;
}

.sec04 .list dt {
  display: flex;
  align-items: center;
  gap:10px;
  margin-bottom:180px;
}

.sec04 .list dt i {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
}

.sec04 .list dt i.icon01 {
  background-image: url('/en/asset/img/icon/ico_calendar.png');
}

.sec04 .list dt i.icon02 {
  background-image: url('/en/asset/img/icon/ico_hands.png');
}

.sec04 .list dt i.icon03 {
  background-image: url('/en/asset/img/icon/ico_editor.png');
}

.sec04 .list dd {
  white-space: nowrap;
}

@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
  .sec04 {
    padding: 100px 0px;
  }

  .sec04 .list {
    flex-wrap: wrap;
  }

  .sec04 .list li {
    flex:1 1 100%;
    max-width: 100%;
    padding: 36px;
  }

  .sec04 .list li:not(:last-child)::after {
    top:unset;
    bottom: 0px;
    width: 100%;
    height:1px;
  }

  .sec04 .list dt {
    gap:6px;
    margin-bottom: 60px;
  }

  .sec04 .list dt i {
    width: 24px;
    height: 24px;
    background-size: auto 24px;
  }
}
@media screen and (max-width:768px) {
  .sec04 {
    padding: 80px 0px;
  }

  .sec04 .list dt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:576px) {
  .sec04 {
    padding:60px 0px;
  }

  .sec04 .list li {
    padding:20px 16px;
  }

  .sec04 .list dt {
    gap:4px;
    margin-bottom:20px;
  }

  .sec04 .list dt i {
    width: 16px;
    height:16px;
    background-size: auto 16px;
  }
}


/* Product */
.sec05 {
  overflow: visible;
  padding: 130px 0px 0px;
}

.sec05 .list {
  display: flex;
  margin: -12px;
  opacity: 0;
  transform: translateY(60px);
  transition: var(--transition-custom2);
}

.sec05 .list li {
  flex:1 1;
  padding: 12px;
}

.sec05 .list a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(600/484*100%);
  border-radius: 20px;
  overflow: hidden;
}

.sec05 .list .bak {
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec05 .list .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding:30px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  text-align: center;
}

.sec05.active .list {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
  .sec05 {
    padding: 100px 0px 0px;
  }

  .sec05 .list {
    margin: -6px;
  }

  .sec05 .list li {
    padding: 6px;
  }

  .sec05 .list .txt {
    padding: 20px 0px;
  }
}
@media screen and (max-width:768px) {
  .sec05 {
    padding: 80px 0px 0px;
  }

  .sec05 .bd {
    max-width: 484px;
    width: 100%;
    margin: 0 auto;
  }

  .sec05 .list {
    flex-wrap: wrap;
  }

  .sec05 .list li {
    flex:1 1 100%;
  }
}
@media screen and (max-width:576px) {
  .sec05 {
    padding: 60px 0px 0px;
  }

  .sec05 .bd {
    max-width: 294px;
    width: 100%;
    margin: 0 auto;
  }

  .sec05 .list {
    margin: -4px;
  }

  .sec05 .list li {
    padding: 4px;
  }

  .sec05 .list .txt {
    padding: 14px 0px;
  }
}


/* Partners */
.sec06 {
  overflow: visible;
  padding: 130px 0px 0px;
}

.sec06 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap:80px 0px;
  opacity: 0;
  transform: translateY(60px);
  transition: var(--transition-custom2);
}

.sec06 .list li {
  flex:1 1 14.2857%;
}

.sec06 .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec06 .img img {
  transition: var(--transition-basic);
}

.sec06 .img img.hover {
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}

.sec06.active .list {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width:1201px){
  .sec06 .list li:hover .img img {
    opacity: 0;
  } 

  .sec06 .list li:hover .img img.hover {
    opacity: 1;
  }
}
@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
  .sec06 {
    padding: 100px 0px 0px;
  }

  .sec06 .list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:20px 0px;
    margin: -6px;
  }

  .sec06 .list li {
    flex:1 0 33.33%;
    max-width: 33.33%;
    padding: 6px;
  }

  .sec06 .img {
    position: relative;
    width: 100%;
    height: 60px;
  }

  .sec06 .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width:768px) {
  .sec06 {
    padding: 80px 0px 0px;
  }
}
@media screen and (max-width:576px) {
  .sec06 {
    padding: 60px 0px 0px;
  }

  .sec06 .list {
    gap:12px 0px;
    margin: -4px;
  }

  .sec06 .list li {
    padding: 4px;
  }

  .sec06 .img {
    height: 40px;
  }
}


/* News */
.sec07 {
  padding: 130px 0px;
}

.sec07 .bd {
  position: relative;
  overflow: hidden;
}

.sec07 .widget-news .list {
  display: flex;
  gap:24px;
  padding:0px 24px;
  overflow: visible;
  width: max-content;
}

.sec07 .widget-news .list li {
  width: 25.21vw;
  max-width: 484px; 
  height: 31.25vw;
  max-height: 600px;
}

.sec07 .widget-news .list a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding:50px 10.3%;
  border-radius:20px;
  background-color: #5C1B65;
}

.sec07 .widget-news .list .category {
  display: block;
  margin-bottom:40px;
}

.sec07 .widget-news .list .subject {
  display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
  line-height:1.4;
  margin-bottom: 20px;
}

.sec07 .widget-news .list .detail {
  display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5; 
	-webkit-box-orient: vertical;
	overflow: hidden;
  line-height: 1.6;
}

.sec07 .widget-news .list .btn {
  display: flex;
  align-items: center;
  gap:10px;
}

.sec07 .widget-news .list .btn::after {
  content: "";
  display: block;
  width: 17px;
  height: 7px;
  background: url('/en/asset/img/icon/ico_dot02.png') no-repeat center;
}

@media screen and (max-width:1366px) {
  .sec07 .widget-news .list li {
    width: 30.21vw;
    height: 36.25vw;
  }
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
  .sec07 {
    padding: 100px 0px;
  }

  .sec07 .widget-news .list {
    gap:12px;
    padding: 0px 15px;
  }

  .sec07 .widget-news .list li {
    width: 34.21vw;
    height: 48.25vw;
  }

  .sec07 .widget-news .list a {
    padding: 36px 10.3%;
  }

  .sec07 .widget-news .list .category {
    margin-bottom: 28px;
  }

  .sec07 .widget-news .list .subject {
    margin-bottom: 14px;
  }
}
@media screen and (max-width:768px) {
  .sec07 {
    padding: 80px 0px;
  }

  .sec07 .widget-news .list {
    gap:8px;
  }

  .sec07 .widget-news .list li {
    width: 42.21vw;
    height: 58.25vw;
  }
}
@media screen and (max-width:576px) {
  .sec07 {
    padding: 60px 0px;
  }

  .sec07 .widget-news .list {
    gap:6px;
  }

  .sec07 .widget-news .list li {
    width: 78vw;
    height: 90vw;
    max-height:420px;
  }
  
  .sec07 .widget-news .list a {
    padding: 24px;
  }

  .sec07 .widget-news .list .category {
    margin-bottom: 20px;
  }
}


/* Cursor */
#custom-cursor, #custom-cursor-text {
  width: 9.375vw;
  height: 9.375vw;
  max-width: 180px;
  max-height: 180px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  will-change: transform;
  transition: width .3s, height .3s;
}

.custom-cursor__inner {  
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 100%;
  height: 100%;
}

.custom-hover-circle, .custom-hover-text {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
  opacity: 0;
  border-radius: 50%;
}

.custom-hover-circle { z-index: 1; border: none;}
.custom-hover-text { z-index: 2; color: var(--color-white); }
.custom-hover-text > span {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "raleway", sans-serif;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color:#fff;
}

.custom-hover-text > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.custom-custor__drag-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.6875vw;
  max-width: 90px;
  transform: translate(-50%,-50%); 
}

.custom-custor__drag-icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.custom-custor__drag-icon svg path {
  fill:#fff;
}

.custom-hover-text > span.custom-cursot__drag-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  height: auto;
  margin-top:10px;
}


/* Animation */
@keyframes wheelAni {
  from {
    top:-50%;
  }
  to {
    top:100%;
  }
}

@keyframes rotateAni {
  from{
    transform: rotate(0deg);
  }
	to{
    transform: rotate(360deg);
  }
}

/* Popup */
#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 span {
	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; }
}