* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

*, *::after, *::before {
  box-sizing: border-box;
}

img {
  object-fit: cover;
  vertical-align: middle;
}

img:not(.none) {
  max-width: 100%;
  max-height: 100%;
}

:root {
  --color: #204E81;
  --color2: #23A550;
}

textarea {
  resize: none;
  font-family: inherit;
}

button {
  border: none;
  cursor: pointer;
}

.bezier .swiper-wrapper, .div_bezier {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

table {
  border-collapse: collapse;
}

::-webkit-scrollbar {
  display: none;
  width: 0;
}

[data-lenis-prevent] {
  padding: 0 20px 0 0;
}

[data-lenis-prevent]::-webkit-scrollbar {
  width: 4px;
  display: block;
}

[data-lenis-prevent]::-webkit-scrollbar-thumb {
  background: #666;
}

[data-lenis-prevent]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

._scroll_y {
  position: fixed;
  top: 0;
  right: 3px;
  width: 6px;
  height: 100vh;
  z-index: 9999;
  border-radius: 10px;
}

._scroll_y div {
  width: 100%;
  height: 0;
  border-radius: 10px;
  background: black;
  opacity: 0;
  position: relative;
  transition: opacity 0.3s ease;
  cursor: grab;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

[data-wheel]::-webkit-scrollbar {
  width: 7px;
}

[data-wheel]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
}

[data-wheel]::-webkit-scrollbar-track {
  background-color: transparent;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

section {
  overflow: hidden;
}

section.unset {
  overflow: unset;
}

.lenis_scroll {
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}

.lenis_scroll::-webkit-scrollbar-thumb {
  background: var(--color);
}

.lenis_scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.lenis_scroll::-webkit-scrollbar {
  width: 2px !important;
  display: block;
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.parallax {
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.40625vw 1.5625vw;
  z-index: 9999;
  display: flex;
  gap: 0.5208333333vw;
  align-items: center;
  transition: .6s ease;
}
.header.hide {
  transform: translateY(-50px);
  opacity: 0;
}
.header .logo {
  width: 10.1041666667vw;
  height: 3.3333333333vw;
  border-radius: 0.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.header .logo img {
  width: 7.5520833333vw;
}
.header .nav {
  display: flex;
  gap: 0.5208333333vw;
}
.header .nav .item.on > a {
  background: #232225;
  color: #fff !important;
}
.header .nav .item.on.item_pro > a img {
  filter: invert(1);
}
.header .nav .item.item_pro:hover > a {
  background: #232225;
  color: #fff;
}
.header .nav .item.item_pro:hover > a img {
  filter: invert(1);
}
.header .nav .item.item_pro:hover .level {
  pointer-events: auto;
}
.header .nav .item.item_pro:hover .level .jump {
  opacity: 1;
  transform: translateY(0);
}
.header .nav .item.item_pro > a {
  width: 31.5625vw;
  padding: 0 1.6666666667vw 0 2.7083333333vw;
  justify-content: space-between;
}
.header .nav .item.item_pro > a img {
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  transition: .6s ease;
}
.header .nav .item.item_pro .level {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.header .nav .item.item_pro .level .jump {
  position: relative;
  top: 3.90625vw;
  width: 100%;
  border-radius: 0.625vw;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(55, 75, 115, 0.06);
  padding: 1.0416666667vw 0.8854166667vw 1.0416666667vw 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(20px);
  transition: 1s ease;
}
.header .nav .item.item_pro .level .jump .jump_l {
  width: 17.0833333333vw;
}
.header .nav .item.item_pro .level .jump .jump_l .jump_list {
  border-bottom: 1px solid rgba(82, 82, 97, 0.2);
}
.header .nav .item.item_pro .level .jump .jump_l .jump_list.on .show {
  border-bottom: 1px solid #E0ECFC;
}
.header .nav .item.item_pro .level .jump .jump_l .jump_list.on .show img {
  transform: rotate(0);
}
.header .nav .item.item_pro .level .jump .jump_l .jump_list:not(:last-child) {
  margin: 0 0 0.7291666667vw;
}
.header .nav .item.item_pro .level .jump .jump_l .jump_list:last-child {
  border-bottom: none;
}
.header .nav .item.item_pro .level .jump .jump_l .jump_list .show {
  padding: 0 0 0.8333333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: .6s ease;
}
.header .nav .item.item_pro .level .jump .jump_l .jump_list .show p {
  color: #232225;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  transition: .6s ease;
}
.header .nav .item.item_pro .level .jump .jump_l .jump_list .show img {
  width: 0.625vw;
  height: 0.625vw;
  display: block;
  transform: rotate(-90deg);
  transition: .6s ease;
}
.header .nav .item.item_pro .level .jump .jump_l .jump_list .hide {
  overflow: hidden;
  display: none;
}
.header .nav .item.item_pro .level .jump .jump_l .jump_list .hide > div {
  margin: 0.2604166667vw 0;
}
.header .nav .item.item_pro .level .jump .jump_l .jump_list .hide > div a {
  color: #999;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
  text-transform: capitalize;
  transition: .6s ease;
  display: block;
}
.header .nav .item.item_pro .level .jump .jump_l .jump_list .hide > div a:hover {
  color: #204E81;
}
.header .nav .item.item_pro .level .jump .jump_r {
  width: 9.8958333333vw;
  height: 9.375vw;
  border-radius: 0.5208333333vw;
  background: #F5F8FC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav .item.item_pro .level .jump .jump_r:hover img {
  transform: scale(1.05);
}
.header .nav .item.item_pro .level .jump .jump_r img {
  width: 8.1770833333vw;
  mix-blend-mode: darken;
  transition: .6s ease;
}
.header .nav .item > a {
  width: 8.8541666667vw;
  height: 3.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0.625vw;
  font-size: 0.8333333333vw;
  color: #525261;
  transition: .6s ease;
  position: relative;
  z-index: 5;
}
.header .nav .item > a:hover {
  color: var(--color);
}
.header .lag {
  position: relative;
  cursor: pointer;
}
.header .lag:hover .show .switch {
  background: var(--color2);
}
.header .lag:hover .show .switch .circle {
  transform: translateX(calc(100% - 2.604166666666667vw));
}
.header .lag:hover .show .switch p {
  transform: translateX(-2.34375vw);
}
.header .lag:hover .hide {
  pointer-events: auto;
}
.header .lag:hover .hide .jump {
  transform: translateY(0);
  opacity: 1;
}
.header .lag:hover .hide .jump a {
  opacity: 1;
  transform: translateY(0);
}
.header .lag:hover .hide .jump a:nth-child(1) {
  transition-delay: .1s;
}
.header .lag:hover .hide .jump a:nth-child(2) {
  transition-delay: .2s;
}
.header .lag:hover .hide .jump a:nth-child(3) {
  transition-delay: .3s;
}
.header .lag:hover .hide .jump a:nth-child(4) {
  transition-delay: .4s;
}
.header .lag:hover .hide .jump a:nth-child(5) {
  transition-delay: .5s;
}
.header .lag:hover .hide .jump a:nth-child(6) {
  transition-delay: .6s;
}
.header .lag:hover .hide .jump a:nth-child(7) {
  transition-delay: .7s;
}
.header .lag .show {
  width: fit-content;
  padding: 0 0.8333333333vw;
  height: 3.3333333333vw;
  border-radius: 0.625vw;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .lag .show .switch {
  width: fit-content;
  height: 2.2916666667vw;
  border-radius: 1.3020833333vw;
  background: #AFB5CA;
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  padding: 0.1041666667vw 0.625vw 0.1041666667vw 0.1041666667vw;
  transition: 1s ease;
  position: relative;
}
.header .lag .show .switch .circle_space_occupying {
  width: 2.3958333333vw;
  height: 2.3958333333vw;
}
.header .lag .show .switch .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.1041666667vw;
  z-index: 2;
  transition: 1s ease;
}
.header .lag .show .switch .circle span {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  background: #fff;
  left: 0;
  position: relative;
  display: block;
}
.header .lag .show .switch p {
  color: #FFF;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: 1s ease;
}
.header .lag .hide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.header .lag .hide .jump {
  top: 4.6875vw;
  width: 100%;
  border-radius: 1.0416666667vw;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(55, 75, 115, 0.06);
  padding: 0.8854166667vw 0;
  position: relative;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: 1s ease;
  overflow: hidden;
}
.header .lag .hide .jump a {
  opacity: 0;
  transform: translateY(20px);
  transition: .6s ease;
  display: block;
}
.header .lag .hide .jump a:hover p {
  color: var(--color);
}
.header .lag .hide .jump a p {
  color: #232225;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-transform: capitalize;
  display: block;
  transition: .3s ease;
}
.header .head_contact {
  width: fit-content;
  height: 3.3333333333vw;
  border-radius: 2.6041666667vw;
  background: #204E81;
  padding: 0 0.4166666667vw 0 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8333333333vw;
}
.header .head_contact:hover .more {
  background: var(--color);
}
.header .head_contact:hover .more svg path {
  fill: #fff;
}
.header .head_contact p {
  color: #FFF;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.header .head_contact .more {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
}
.header .head_contact .more svg {
  width: 2.65625vw;
  height: 2.65625vw;
}
.header .head_contact .more svg path {
  transition: .6s ease;
}

.footer {
  border-radius: 1.6666666667vw 1.6666666667vw 0 0;
  background: #212023;
  padding: 6.6666666667vw 0 5.5208333333vw;
}
.footer .wrap {
  width: 91.6666666667vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.footer .wrap .r {
  padding: 0 11.4583333333vw 0 0;
}
.footer .wrap .r .up {
  display: flex;
  gap: 11.09375vw;
}
.footer .wrap .r .up .foo_nav {
  padding: 0 0 0 1.3020833333vw;
  position: relative;
}
.footer .wrap .r .up .foo_nav:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 20.0520833333vw;
  background: rgba(255, 255, 255, 0.15);
}
.footer .wrap .r .up .foo_nav a {
  color: #FFF;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  transition: .6s ease;
}
.footer .wrap .r .up .foo_nav a:hover {
  color: var(--color);
}
.footer .wrap .r .up .foo_nav a:not(:last-child) {
  margin: 0 0 0.9375vw;
}
.footer .wrap .r .up .media {
  padding: 0 0 0 1.3020833333vw;
  position: relative;
}
.footer .wrap .r .up .media:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 13.0208333333vw;
  background: rgba(255, 255, 255, 0.15);
}
.footer .wrap .r .up .media .list {
  width: 2.7083333333vw;
  height: 2.7083333333vw;
  border-radius: 0.625vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  cursor: pointer;
  position: relative;
}
.footer .wrap .r .up .media .list .hide {
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  width: 5.7291666667vw;
  height: 5.7291666667vw;
  border-radius: 0.625vw;
  background: #fff;
  padding: 3px;
  overflow: hidden;
  transform: translateX(10px);
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}
.footer .wrap .r .up .media .list .hide img {
  width: 100%;
  height: 100%;
}
.footer .wrap .r .up .media .list:hover {
  background: #fff;
}
.footer .wrap .r .up .media .list:hover .icon {
  filter: unset;
}
.footer .wrap .r .up .media .list:hover .hide {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
}
.footer .wrap .r .up .media .list:not(:last-child) {
  margin: 0 0 0.5208333333vw;
}
.footer .wrap .r .up .media .list .icon {
  max-width: 1.3020833333vw;
  max-height: 1.3020833333vw;
  object-fit: contain;
  filter: brightness(0.8) grayscale(1);
  transition: .6s ease;
}
.footer .wrap .r .links {
  padding: 0 0 0 1.3020833333vw;
  margin: 3.28125vw 0 0 0;
  color: #83868A;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}
.footer .wrap .r .links a {
  color: #83868A;
  margin: 0 0 0 0.2604166667vw;
  display: inline-block;
  transition: .6s ease;
}
.footer .wrap .r .links a:hover {
  color: #fff;
}
.footer .wrap .l {
  width: 23.9583333333vw;
}
.footer .wrap .l .message .tel {
  color: #FFF;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  transition: .6s ease;
}
.footer .wrap .l .message .tel:hover {
  color: var(--color);
}
.footer .wrap .l .message .email {
  margin: 1.6666666667vw 0 1.0416666667vw;
  color: #FFF;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  transition: .6s ease;
}
.footer .wrap .l .message .email:hover {
  color: var(--color);
}
.footer .wrap .l .message .address {
  color: #FFF;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
}
.footer .wrap .l .foo_logo {
  width: 13.2291666667vw;
  margin: 6.5625vw 0 0 0;
  display: block;
  object-fit: contain;
}

.text-split > div {
  display: inline-block;
  opacity: .2;
}

[animatetext] {
  opacity: 0;
}

.common_paging {
  display: flex;
  gap: 10px;
}
.common_paging.center {
  justify-content: center;
}
.common_paging a {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  transition: .6s ease;
}
.common_paging a.prev, .common_paging a.next {
  width: fit-content;
  padding: 0 27px;
  border-radius: 23px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(85, 85, 85, 0.2);
}
.common_paging a.next {
  background: var(--color);
  color: #fff;
}
.common_paging a.point {
  background: transparent !important;
  color: #555 !important;
}
.common_paging a.on, .common_paging a:hover {
  background: var(--color);
  color: #fff;
}

.common_label {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
.common_label.blue span {
  background: #204E81;
}
.common_label.aos-animate span {
  transform: scale(1);
}
.common_label.center {
  width: fit-content;
  margin: auto;
}
.common_label span {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  border-radius: 50%;
  background: #D13E26;
  transform: scale(0);
  transition: 1s;
}
.common_label p {
  color: #868D99;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
}

.parallaxImg {
  overflow: hidden;
}

.parallaxImg img {
  max-height: unset;
}

.common_more {
  width: fit-content;
  height: 3.3333333333vw;
  border-radius: 2.6041666667vw;
  background: #FFF;
  padding: 0 0.3125vw 0 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8333333333vw;
  overflow: hidden;
  transition: .6s ease;
}
.common_more.black {
  background: #232225;
}
.common_more.black p {
  color: #fff;
}
.common_more.black .circle:after {
  background: #fff;
}
.common_more.black .circle svg path {
  fill: #111111;
  transition: .6s ease;
}
.common_more:hover {
  background: transparent;
}
.common_more:hover .circle:after {
  background: var(--color);
  transform: translate(-50%, -50%) scale(10);
}
.common_more:hover .circle svg path {
  fill: #fff;
}
.common_more:hover p {
  color: #fff;
}
.common_more p {
  color: #232225;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  transition: .6s ease;
}
.common_more .circle {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.common_more .circle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #232225;
  border-radius: 50%;
  z-index: -1;
  transition: .6s ease;
}
.common_more .circle svg {
  width: 2.3958333333vw;
  height: 2.3958333333vw;
}


@media screen and (max-width: 1024px) {
  .header{
    display: none;
  }
  .header_mobile{
    display: block!important;
    overflow: hidden;
  }

  .header_mobile .top{
    position: fixed;
    width: 100%;
    height: 60px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    background: #fff;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
  }
  .header_mobile .top .logo{
    width: 100px;
    height: 28px;
    display: block;
  }
  .header_mobile .top .r{
    display: flex;
    align-items: center;
  }

  .header_mobile .top .r .mobile_lag{
    position: relative;
    cursor: pointer;
  }

  .header_mobile .top .r .mobile_lag .show svg{
    width: 20px;
    height: 20px;
    display: block;
  }

  .header_mobile .top .r .mobile_lag .show svg path{
    fill: rgba(0,0,0,.7);
  }


  .header_mobile .top .r .mobile_lag:hover .hide{
    pointer-events: auto;
  }
  .header_mobile .top .r .mobile_lag:hover .hide .jump{
    opacity: 1;
  }

  .header_mobile .top .r .mobile_lag .hide{
    position: absolute;
    top: 0;
    left: 50%;
    pointer-events: none;
    transform: translateX(-50%);
  }
  .header_mobile .top .r .mobile_lag .hide .jump{
    position: relative;
    top: 50px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 10px 20px;
    opacity: 0;
    transition: .6s ease;
  }

  .header_mobile .top .r .mobile_lag .hide .jump a{
    font-size: 14px;
    color: #000;
    line-height: 28px;
    white-space: nowrap;
    transition: .6s ease;
  }

  .header_mobile .top .r .mobile_lag .hide .jump a:hover{
    color: var(--color);
  }

  .header_mobile .top .logo img{
    height: 100%;
    object-fit: contain;
  }
  .header_mobile .top .r .menu{
    margin: 0 0 0 25px;
    cursor: pointer;
    position: relative;
  }
  .header_mobile .top .r .menu .show{
    width: 25px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header_mobile .top .r .menu .show span{
    width: 100%;
    height: 1px;
    background: #000;
    transition: .3s ease;
    transform-origin: left;
  }
  .header_mobile .top .r .menu .show span:first-child{
    transition-delay: .6s;
  }
  .header_mobile .top .r .menu .show span:nth-child(2){
    transition-delay: .5s;
  }
  .header_mobile .top .r .menu .show span:nth-child(3){
    transition-delay: .4s;
  }
  .header_mobile .top .r .menu .hide{
    position: absolute;
    width: 27px;
    height: 27px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .header_mobile .top .r .menu .hide:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    transform: scaleX(0);
    transition: .3s ease;
    transform-origin: left;
  }
  .header_mobile .top .r .menu .hide:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    transform: scaleY(0);
    transition: .3s ease;
    transform-origin: top;
  }
  .header_mobile .top .r .menu.on .show span{
    transform: scaleX(0);
  }
  .header_mobile .top .r .menu.on .show span:nth-child(1) {
    transition-delay: 0s;
  }
  .header_mobile .top .r .menu.on .show span:nth-child(2) {
    transition-delay: .1s;
  }
  .header_mobile .top .r .menu.on .show span:nth-child(3) {
    transition-delay: .2s;
  }
  .header_mobile .top .r .menu.on .hide:after{
    transform: scaleX(1);
    transition-delay: .4s;
  }
  .header_mobile .top .r .menu.on .hide:before{
    transform: scaleY(1);
    transition-delay: .3s;
  }
  .header_mobile .bottom{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 98;
    clip-path: inset(0 0 100%);
    transition: .6s ease;
  }
  .header_mobile .bottom .joke > ul >li{
    transform: translateY(10px);
    opacity: 0;
    transition: opacity .3s,transform .6s .3s;
  }
  .header_mobile.on .bottom{
    clip-path: inset(0 0 0 0);
  }
  .header_mobile.on .bottom .joke>ul>li{
    opacity: 1;
    transform: translateY(0);
  }
  .header_mobile .bottom .joke{
    padding: 80px 5% 30px 5%;
    height: calc(100vh - 47px);
    overflow: hidden;
    overflow-y: scroll;
  }
  .header_mobile .bottom .joke ul{
    margin: 0 0 20px;
    position: relative;
  }
  .header_mobile .bottom .joke ul ul{
    display: none;
  }
  .header_mobile .bottom .joke > ul > li{
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .header_mobile .bottom .joke ul li .show{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_mobile .bottom .joke > ul > li > .show{
    height: 60px;
  }
  .header_mobile .bottom .joke ul li .show > a{
    font-size: 14px;
    color: rgba(0,0,0,.6);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 35px;
    transition: .6s ease;
  }
  .header_mobile .bottom .joke > ul > li > .show > a{
    color: #000;
    font-size: 16px;
  }
  .header_mobile .bottom .joke ul li .show .click{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
  }
  .header_mobile .bottom .joke ul li .show.on > a{
    color: var(--color) !important;
  }
  .header_mobile .bottom .joke ul li .show.on .click img{
    transform: rotate(180deg);
  }
  .header_mobile .bottom .joke ul li .show .click img{
    width: 12px;
    height: 12px;
    transition: .3s ease;
  }

  .header_mobile.black .top{
    background: #000;
    box-shadow: unset;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .header_mobile.black .top .r .menu .show span,.header_mobile.black .top .r .menu .hide:after,.header_mobile.black .top .r .menu .hide:before{
    background: #fff;
  }
  .header_mobile.black .bottom{
    background: #000;
  }
  .header_mobile.black .bottom .joke > ul > li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header_mobile.black .bottom .joke ul li .show .click img{
    filter: brightness(0) invert(1);
  }
}


@media screen and (max-width: 1024px) {
  .footer {
    border-radius: 16px 16px 0 0;
    padding: 60px 0 45px;
  }

  .footer .wrap {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
  }

  .footer .wrap .l {
    width: 100%;
  }

  .footer .wrap .l .message .tel {
    font-size: 24px;
  }

  .footer .wrap .l .message .email {
    margin: 20px 0 12px;
    font-size: 14px;
  }

  .footer .wrap .l .message .address {
    font-size: 14px;
    line-height: 1.6;
  }

  .footer .wrap .l .foo_logo {
    width: 150px;
    margin: 45px 0 0;
  }

  .footer .wrap .r {
    padding: 50px 0 0;
  }

  .footer .wrap .r .up {
    display: flex;
    gap: 45px;
  }

  .footer .wrap .r .up .foo_nav {
    padding: 0 0 0 15px;
  }

  .footer .wrap .r .up .foo_nav:after {
    height: 200px;
  }

  .footer .wrap .r .up .foo_nav a {
    font-size: 14px;
  }

  .footer .wrap .r .up .foo_nav a:not(:last-child) {
    margin-bottom: 12px;
  }

  .footer .wrap .r .up .media {
    padding: 0 0 0 15px;
  }

  .footer .wrap .r .up .media:after {
    height: 130px;
  }

  .footer .wrap .r .up .media .list {
    width: 38px;
    height: 38px;
    border-radius: 8px;
  }

  .footer .wrap .r .up .media .list:not(:last-child) {
    margin-bottom: 8px;
  }

  .footer .wrap .r .up .media .list .icon {
    max-width: 18px;
    max-height: 18px;
  }

  .footer .wrap .r .up .media .list .hide {
    left: calc(100% + 10px);
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }

  .footer .wrap .r .links {
    padding: 0;
    margin: 40px 0 0;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0;
  }

  .footer .wrap .r .links a {
    margin-left: 0;
  }

  .common_label{
    gap: 10px;
  }
  .common_label span{
    width: 8px;
    height: 8px;
    transform: scale(1);
  }
  .common_label p{
    font-size: 14px;
  }
  .common_paging a{
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .common_paging a.prev, .common_paging a.next{
    padding: 0 20px;
  }

  .common_more{
    width: fit-content;
    padding: 0 4px 0 15px;
    height: 42px;
    border-radius: 40px;
    gap: 15px;
  }
  .common_more .circle svg{
    width: 22px;
    height: 22px;
  }
  .common_more p{
    font-size: 14px;
  }
  .common_more .circle{
    width: 32px;
    height: 32px;
  }
  [animatetext]{
    opacity: 1!important;
  }
}
