
video::-webkit-media-controls-fullscreen-button {	display: none !important;}

video::-webkit-media-controls-play-button {	display: none !important;}


video::-webkit-media-controls-timeline {	display: none !important;}

video::-webkit-media-controls-current-time-display{	display: none !important;}


video::-webkit-media-controls-time-remaining-display {	display: none !important;}


video::-webkit-media-controls-mute-button {	display: none !important;}


video::-webkit-media-controls-volume-slider {	display: none !important;}
/* ------------------------------준비중----------------------------- 

.opening {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
}

.opening::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.opening iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opening-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  z-index: 2;
}
.opening-txt .open-title {
  padding-top: 11vw;
  color: #fff;
  font-weight: 700;
}
.opening-txt .open-title span {
  font-size: 20px;
  line-height: 30px;
}
.opening-txt .open-title h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  display: block;
  padding-top: 16px;
}
.opening-txt .open-desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 10%;
}

@media all and (max-width: 1024px) {
  .opening-txt .open-title span {
    font-weight: 700;
    line-height: 21px;
    font-size: 14px;
  }
  .opening-txt .open-title h2 {
    font-size: 30px;
    line-height: 45px;
    padding-top: 6px;
  }
  .opening-txt .open-desc {
    font-size: 14px;
    line-height: 17px;
  }
}

@media all and (max-width: 767px) {
  .opening {
    padding-top: unset;
    height: 520px;
  }
  .opening iframe {
    left: 50%;
    width: 335vw;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  .opening-txt {
    justify-content: end;
  }
  .opening-txt .open-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
  }
  .opening-txt .open-desc {
    padding-bottom: 40px;
  }
}
/* ------------------------------준비중----------------------------- */

/*공통*/
.wrap {
  transition: all 0.5s;
}
.wrap.on {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
}
.w1420 {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
.w1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.c_grey {
  display: block;
  color: #888;
}
.m_block {
  display: none;
}
.pc_block{display:block;}
.c-point {
  color: var(--c-point);
}
.page_title {
}

.info_path{display: flex;flex-wrap: wrap;margin-top: 120px;}
.info_path li{position: relative;padding-right: 17px;}
.info_path li:after{content: '>';font-size: 13px;color: #999;position: absolute;top: 50%;right: 4px;transform: translateY(-50%);}
.info_path li:last-child:after{display: none;}
.info_path li a{font-size: 13px;color: #999;}
.info_path li.current a{color: #000;font-weight: 500;}


.page_title .category {
  font-weight: 500;
  font-size: 50px;
  line-height: 66px;
  display: block;
  padding: 140px 0 20px;
  color: #000;
}
.page_title h3 {
  font-size: 18px;
  line-height: 27px;
}


.video-wrap {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  z-index: -1;
}
.video-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_bnr{    width: 100%;height: 100%;}
.sc-title .tit-eng {
  font-weight: 700;
  font-size: 16px;
  color: var(--c-point);
}
.sc-title .tit-han {
  line-height: 1.6;
  font-weight: 700;
  font-size: 40px;
  display: block;
  padding: 20px 0 30px;
}
.sc-title .tit-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.77;
}
.amount {
  padding-top: 160px;
  position: relative;
}
.amount ul {
  max-width: 480px;
  width: 100%;
}
.amount ul li {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #333333;
}
.sc-growth .pin-box.sec .amount ul li {
  border-top: 1px solid #eaeaea;
}
.sc-growth .pin-box.sec .amount ul li:last-child {
  border-bottom: 1px solid #eaeaea;
}
.sc-growth .pin-box.sec.en .amount ul li:last-child{
  justify-content: end;
}
.amount ul li:last-child {
  border-bottom: 1px solid #333333;
}
.amount ul li span.amt-tit {
  font-size: 18px;
  line-height: 1.5;
}
.amount ul li strong.amt-num {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
}
.amount .date-criteria {
  font-size: 15px;
  display: block;
  padding-top: 20px;
}
.link-circle {
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 30px;
  left: 34px;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 1;
}
.link-circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 10px;
  background: url(../img/link-red_arrow.png) no-repeat center/cover;
}
.link-circle:hover {
  box-shadow: 0px 0px 16px rgb(0 0 0 / 60%);
  background: var(--c-point);
}
.link-circle:hover:after {
  background: url(../img/link-white_arrow.png) no-repeat center/cover;
}

/* section1 - visual */
.sc-visual {
  position: relative;
}
.sc-visual:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.mo-visual {
  display: none;
}
.site_link{position:relative; z-index: 1;;width:100%; height:100%; display:inline-block;    margin-bottom: -4px;}
/* section2 - tech */

/* section2 - tech */
.sc-tech {
  /* padding: 10% 0 0; */
  position: relative;
  height: 400vh;
  z-index: 1;
}
.tech-wrapper {
  height: 500vh;
}
.sc-tech .tech-wrap {
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sc-tech .tech-wrap .inner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.sc-tech .tech-wrap .tech-inner {
  padding: 0 0px 0 260px;
}
.sc-tech .tech-wrap .position-wrap {
  position: relative;
  padding: 50px 0 0 0;
}
.ager_link{color: #999999;margin-top: 30px;display: block;font-size: 15px;}
.ager_link i{display: inline-block;padding-left: 6px;}
.ager_link img{width: 18px;}


.sc-tech .tech-wrap .tech-beauty .tech-box_wrap {
  padding-right: 100px;
}

.sc-tech .tech-wrap .tech-inner .sc-tit {
  position: absolute;
  white-space: nowrap;
  top: 0;

  font-weight: 800;
  font-size: 50px;
  line-height: 75px;
  color: #000;
}

.tech-horizon {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 60px;
  overflow: visible;
}
.tech-horizon .sc-subtxt {
  width: 27.5rem;
}
.tech-horizon .sc-subtxt.en{
  width: 28.5rem;
}
.tech-horizon .tech-beauty .sc-subtxt {
  width: 30rem;
}
.tech-horizon .sc-subtxt .sc-subtit {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
}

.tech-horizon .sc-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-top: 30px;
}

.tech-horizon .tech-box {
  border-radius: 18px;
  position: relative;
  /* width: 23rem; */
  width: 340px;
  margin-right: 34px;
  height: 460px;
  overflow: hidden;
  cursor: pointer;
}
.tech-horizon .tech-box img {
  max-width: 100%;
}
/*
  .tech-horizon .tech-box .tech-arr {
    visibility: hidden;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background: url(../img/icon-play.png) no-repeat center/cover;
  }
  */
.tech-horizon .tech-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.tech-horizon .tech-box:hover::after {
  opacity: 0;
}
.tech-horizon .tech-box.ussera::after {
  background: url(../img/tech_thumb01.png) no-repeat center/cover;
}
.tech-horizon .tech-box.airshot::after {
  background: url(../img/tech_thumb02.png) no-repeat center/cover;
}
.tech-horizon .tech-box.derma::after {
  background: url(../img/tech_thumb03.png) no-repeat center/cover;
}
.tech-horizon .tech-box.healer::after {
  background: url(../img/tech_thumb04.png) no-repeat center/cover;
}
.tech-horizon .tech-box.pro::after {
    background: url(../img/tech_thumb05.png) no-repeat center/cover;
  }
  .tech-horizon .tech-box.eye::after {
    background: url(../img/tech_thumb06.png) no-repeat center/cover;
  }
  .tech-horizon .tech-box.body::after {
    background: url(../img/tech_thumb07.png) no-repeat center/cover;
  }
  .tech-horizon .tech-box.body:hover::after,
  .tech-horizon .tech-box.eye:hover::after,
  .tech-horizon .tech-box.pro:hover::after,
  .tech-horizon .tech-box.derma:hover::after{opacity: 1;}
.tech-horizon .tech-box:after {
}
.tech-horizon .tech-box .tech-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px 0;
  z-index: 1;
}
.tech-horizon .tech-box .tech-desc:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  z-index: 1;
}
.tech-horizon .tech-box .tech-desc .tech-desc_inner {
  z-index: 1;
}
.tech-horizon .tech-box .tech-desc .prd-name {
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
}
.tech-horizon .tech-box .tech-desc .prd-desc {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  padding-top: 2px;
}
.tech-horizon.en .tech-box .tech-desc .prd-desc{
  padding:0 16px;
  margin: auto;
}

/* MO - technology */
.mo-tech {
  display: none;
  padding: 100px 0;
}
.mo-tech .beauty {
  padding-top: 100px;
}
.mo-tech .swiper {
  padding: 0 20px;
}
.mo-tech .swiper-wrapper {
  padding: 40px 0px;
}
.mo-tech .swiper-slide {
  border-radius: 18px;
  overflow: hidden;
}
.mo-tech .swiper-slide.on::after {
  opacity: 0;
}
.mo-tech .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mo-tech .swiper-slide.ussera:after {
  background: url(../img/tech_thumb01.png) no-repeat center/cover;
}
.mo-tech .swiper-slide.airshot:after {
  background: url(../img/tech_thumb02.png) no-repeat center/cover;
}
.mo-tech .swiper-slide.derma:after {
  background: url(../img/tech_thumb03.png) no-repeat center/cover;
}
.mo-tech .swiper-slide.healer:after {
  background: url(../img/tech_thumb04.png) no-repeat center/cover;
}
.mo-tech .swiper-slide.pro:after {
background: url(../img/tech_thumb05.png) no-repeat center/cover;
}
.mo-tech .swiper-slide.eye:after {
background: url(../img/tech_thumb06.png) no-repeat center/cover;
}
.mo-tech .swiper-slide.body:after {
background: url(../img/tech_thumb07.png) no-repeat center/cover;
}

.mo-tech .swiper-slide .tech-arr {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: url(../img/icon-play.png) no-repeat center/cover;
  z-index: 2;
}
.mo-tech .swiper-slide img {
  width: 100%;
}
.mo-tech .m-tech_txt {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 97px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.mo-tech .m-tech_txt .m-prd_name {
  display: block;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}
.mo-tech .m-tech_txt .m-prd_desc {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.mo-tech.en .m-tech_txt .m-prd_desc{
  padding: 0 16px;
}
.mo-tech .swiper-pagination {
  bottom: 2px;
}
.mo-tech .swiper-pagination-bullet-active {
  background-color: var(--c-point);
  position: relative;
}
.mo-tech .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ea0029;
  opacity: 0.2;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mo-title_area {
  padding: 0 20px;
}
.mo-title_area .mo-tit {
  font-size: 42px;
  line-height: 58px;
  font-weight: 800;
}
.mo-title_area .mo-subtit {
  font-size: 26px;
  line-height: 39px;
  display: block;
  padding: 40px 0 20px;
  font-weight: 700;
}
.mo-title_area .mo-desc {
  font-size: 16px;
  line-height: 24px;
}

/* section3 - app */
.sc-app {
  padding: 200px 0;
  text-align: center;
  color: #fff;
  position: relative;
  background: #000;
  z-index: 1;
}

.sc-app .app-video {
  position: relative;
  padding-top: 44%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.sc-app .app-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* 
.sc-app .app-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  .sc-app .app-video {
    width: 100%;
    height: 43vw;
    background: url(../img/hand_bg.png) no-repeat center/cover;
    position: relative;
    min-height: 640px;
  } */
.sc-app .app-down {
  margin-top: -120px;
}
.sc-app .app-down > p {
  font-size: 22px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.sc-app .app-down > p:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.sc-app .app-down > p:after {
  animation: 2.5s ease-in-out fadeEf infinite;
  animation-fill-mode: backwards;
}

.sc-app .app-down > p.show {
  position: relative;
}

@keyframes fadeEf {
  0% {
    right: 0;
    background: linear-gradient(-90deg, #000000 70%, rgba(0, 0, 0, 0) 100%);
  }
  50% {
    right: -80%;
    background: linear-gradient(-90deg, #000000 70%, rgba(0, 0, 0, 0) 100%);
  }
  100% {
    right: -100%;
    background: linear-gradient(-90deg, #000000 70%, rgba(0, 0, 0, 0) 100%);
  }
}

.sc-app .player .vp-unmute {
  display: none !important;
}
.sc-app .app-down_btns {
  justify-content: center;
  padding-top: 45px;
}
.sc-app .app-down_btns a.down-btn {
  border: 1px solid #484848;
  border-radius: 5px;
  background-color: #000000;
  margin: 0 7px;
  display: block;
  padding: 8px 20px;
  width: 203px;
}
.sc-app .app-down_btns a.down-btn img {
  display: block;
  width: 100%;
}

/* section4 - growth */
.sc-growth {
  padding: 150px 0 0;
  background: #000;
  justify-content: space-between;
}
.sc-growth .sc-growth_inner {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sc-growth .tit-desc {
  font-size: 22px;
  line-height: 33px;
}
.sc-growth .sc-growth_inner .growth-right {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.sc-growth div.growth-left .sc-title {
  color: #fff;
}

.sc-growth .amount ul li span.amt-tit {
  color: #666666;
}
.sc-growth .amount ul li strong.amt-num {
  color: #ffffff;
}
.sc-growth.bg-f .amount ul li strong.amt-num {
  color: #000;
}
.sc-growth .txt2 .amount ul li strong.amt-num {
  color: #000;
}
.sc-growth .amount .date-criteria {
  color: #666666;
}

.sc-growth {
  transition: all 1.3s;
  padding: 100px 0 200px;
}
.sc-growth.bg-f {
  transition: all 1.3s;
  position: relative;
}
.sc-growth::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s;
  width: 100%;
  height: 100vh;
  background: url(../img/bg-global.png) no-repeat center/cover;
  z-index: 0;
}
.sc-growth.bg-f::before {
  opacity: 1;
}
/* .sc-growth.bg-f .sc-growth_inner {
    background: url(../img/bg-global.png) no-repeat center/cover;
  } */
.sc-growth .pin-left {
  position: absolute;
  float: left;
}
.sc-growth .pin-left.sticky {
  position: sticky;
  top: 16%;
}
.sc-growth .pin-box {
  transition: opacity 0.7s;
}
.sc-growth .pin-box.sec {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.sc-growth.bg-f .pin-box.fis {
  opacity: 0;
}
.sc-growth.bg-f .pin-box.sec {
  opacity: 1;
}

.sc-growth .graph-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: end;
  width: 100%;
}
.sc-growth .growth-right .graph-area.fis {
  max-width: 625px;
  margin: 100px 0 200px;
}
.sc-growth .growth-right .graph-area.sec {
  max-width: 600px;
  margin-top: 400px;
}
.sc-growth .growth-right .graph-area img {
  width: 100%;
}
.sc-growth .growth-right .graph-area.sec img {
  transform: translateY(-100px);
}

/* section5 - global */
.sc-global {
  padding: 200px 0;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sc-global > div {
  width: calc(50% - 20px);
}
.sc-global.on .opac_bg {
  height: 300px;
}

.sc-global .global-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sc-global .global-right img {
  width: 100%;
  max-width: 420px;
}
.sc-global .amount ul li {
  border-top: 1px solid #eaeaea;
}
.sc-global .amount ul li:last-child {
  border-bottom: 1px solid #eaeaea;
}
.sc-global .amount ul li span.amt-tit {
  color: #aaaaaa;
}
.sc-global .amount .date-criteria {
  color: #aaaaaa;
}

/* section - mo growth */
.sc-mo_growth {
  overflow: hidden;
  display: none;
}
.sc-mo_growth > div {
  padding: 0 20px;
}
.sc-mo_growth .m-grow {
  background-color: #000;
  padding-bottom: 300px;
  position: relative;
}
.sc-mo_growth .m-grow:after {
  content: "";
  display: block;
  position: absolute;
  width: 85%;
  height: 93vw;
  background: url(../img/graph_up_2_24.gif) no-repeat center/cover;
  bottom: 60px;
  right: -10px;
}
.sc-mo_growth .m-grow .sc-title {
  color: #fff;
}
.sc-mo_growth .sc-title .tit-han {
  padding: 12px 0 20px;
}
.sc-mo_growth .m-grow {
  background-color: #000;
}
.m-grow .amount ul li span.amt-tit {
  color: #999;
  display: block;
  padding-bottom: 4px;
}
.m-grow .amount ul li strong.amt-num {
  color: #fff;
}
.m-grow .amount .date-criteria {
  color: #666;
}

.sc-mo_growth .m-global {
  padding-top: 100px;
  background-color: #000;
  padding-bottom: 300px;
  position: relative;
}
.sc-mo_growth .m-global::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/m-bg-global.png) no-repeat center/cover;
}
.sc-mo_growth .m-global:after {
    content: "";
    display: block;
    position: absolute;
    width: 73%;
    height: 93vw;
    background: url(../img/graph_up_1_24-1.gif) no-repeat center / cover;
    bottom: 70px;
    right: 0;
}
.sc-mo_growth .m-global .sc-title {
  color: #000;
  position: relative;
}
.sc-mo_growth .m-global {
  background-color: #fdfdfd;
}
.m-global .amount ul li span.amt-tit {
  color: #aaaaaa;
}
.m-global .amount ul li strong.amt-num {
  color: #000;
}
.m-global .amount .date-criteria {
  color: #aaa;
}

/* section6 - story */
.sc-story {
  background: #f8f8fa;
  padding: 200px 0 180px;
  overflow: hidden;
  position: relative;
}
.sc-story .sc-title {
  text-align: center;
  padding-bottom: 20px;
}
.story-wrap .story-list {
  justify-content: space-between;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.story-wrap .story-list > div:nth-child(n + 4):nth-child(-n + 6) {
  margin-top: 30px;
}
.story-wrap .story-list .story-item {
  padding: 40px;
  height: 400px;
  width: calc(25% - 20px);
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background-color: #fff;
  transform: translateY(20px);
  transition: all 0.5s;
  opacity: 0;
}
.story-wrap .story-list .story-item.up {
  transform: translateY(0);
  opacity: 1;
}
.story-wrap .story-list .story-item b.story-tit {
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.375;
  position: relative;
}
.story-wrap .story-list .story-item p.story-desc {
  font-size: 15px;
  line-height: 1.46;
  color: #ffffff;
}
.story-wrap .story-list .story-item.work1 b.story-tit,
.story-wrap .story-list .story-item.work6 b.story-tit {
  font-size: 32px;
  line-height: 44px;
}

.story-wrap .story-list .story-item[class*="work"]:hover {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
}
.story-wrap .story-list .story-item.flex {
  justify-content: space-between;
  padding: 0;
}
.story-wrap .story-list .story-item.work1 {
  width: calc(50% - 15px);
  padding: 30px 36px;
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.story-wrap .story-list .story-item.work1 {
  background: url(../img/work1.png) no-repeat center/cover;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.story-wrap .story-list .story-item.work1::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.1;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 24px 0px 0px 24px;
}
.story-wrap .story-list .story-item.work6 {
  width: calc(50% - 15px);
  background: url(../img/work6.png) no-repeat center/cover;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.story-wrap .story-list .story-item.work6::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.2;
  border-radius: 18px 18px 0px 0px;
}

.story-wrap .story-list .story-item.work1 b.story-tit,
.story-wrap .story-list .story-item.work1 p.story-desc,
.story-wrap .story-list .story-item.work6 b.story-tit {
  color: #fff;
}
.story-wrap .story-list .story-item b.story-tit {
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
.story-wrap .story-list .story-item p.story-desc {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 22px;
  padding-top: 14px;
}
.story-wrap .story-list .story-item.work2:after {
  background: url(/img/work2.png) no-repeat center/contain;
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 10px;
}
.story-wrap .story-list .story-item.work3:after {
  width: 100%;
  height: 100%;
  background: url(../img/work3.png) no-repeat center/cover;
  bottom: 0;
  right: 0;
}
.story-wrap .story-list .story-item:before,
.story-wrap .story-list .story-item:after {
  content: "";
  display: block;
  position: absolute;
}
.story-wrap .story-list .story-item.work4:before {
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  /*background: linear-gradient(360deg, #ea0029 0%, rgba(234, 0, 41, 0) 100%);*/
  opacity: 0.3;
}
.story-wrap .story-list .story-item.work4:after {
    max-width: 247px;
    width: 100%;
    height: 206px;
    bottom: 50px;
    right: 18px;
    background: url(../img/interview_illust.png) no-repeat center/cover;
}
.story-wrap .story-list .story-item.work4 .link-circle{    box-shadow: none;
    background-color: #EA0029;}
.story-wrap .story-list .story-item.work4 .link-circle:after {

    background: url(../img/link-white_arrow.png) no-repeat center/cover;
  }
.story-wrap .story-list .story-item.work5:after {
  max-width: 240px;
  width: 100%;
  height: 188px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/work5.png) no-repeat center/100%;
}
.go-recruit {
  display: block;
  color: #999999;
  position: relative;
  font-weight: 500;
  line-height: 24px;
  background: #ffffff;
  border-radius: 50px;
  width: 207px;
  padding: 20px 30px;
  float: right;
  margin-top: 30px;
  transition: all 0.4s;
}
.go-recruit span.link-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
  background: url(../img/link-white_arrow.png) no-repeat center/contain;
  width: 20px;
  height: 10px;
}
.go-recruit:hover {
  background: var(--c-point);
  width: 247px;
  color: #fff;
  text-align: left;
}
.go-recruit:hover span.link-arrow {
  opacity: 1;
}

/* section7 - esg*/
.sc-esg {
  position: relative;
 /*  padding-top: 38.5%;
  height: 0; */
  width: 100%;
}
.sc-esg video{width: 100%;}
.sc-esg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.sc-esg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sc-esg .sc-title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sc-esg .sc-title .tit-eng {
  color: #fff;
}
.sc-esg .sc-title .tit-han {
  padding: 20px 0 4px;
}
.sc-esg .tit-desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
.sc-esg .link-circle {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 60px;
}

/* section8 - news*/
.sc-news {
  position: relative;
  padding: 180px 0;
  background-color: #f5f5f5;
}
.sc-news .sc-title .tit-han {
  padding: 0 0 70px;
  text-align: center;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list > div {
  width: calc(33.33% - 28px);
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.5s;
}
.news-list > div:hover {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-30px);
}
.news-list .news-thumbs {
  height: 292px;
}
.news-list > div:first-child .news-thumbs {
    background: url(/data/file/news/3542190065_l7e6UmGB_c98b8f59bdff0e4db4ecec4d0e91783029cdbe8f.jpg) no-repeat center/cover;
}
.news-list > div:nth-child(2) .news-thumbs {
    background: url(/data/file/news/3542190065_CJyKUTN2_5b09a28eb03e674f569a30999badc7023ef7e602.jpg) no-repeat center/cover;
}
.news-list > div:last-child .news-thumbs {
    background: url(/data/file/news/3542190065_59xhgEPs_1878f64b79b45f086cd097d54380283d666be77a.jpg) no-repeat center/cover;
}
.news-list .news-info {
  padding: 36px 30px 30px;
}
.news-list .news-info .brd-cate {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.news-list .news-info .brd-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  padding: 18px 0 76px;
  color: #000;
}
.news-list .news-info .brd-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}
.sc-news .link-brd {
  display: block;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s;
}
.sc-news .link-brd::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 2.4px;
  background-color: var(--c-point);
}
.sc-news .link-brd::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 28px;
  width: 2.4px;
  background-color: var(--c-point);
}
.sc-news .link-brd:hover {
  transform: rotate(90deg);
}

/* section9 - brand */
.sc-brand {
  position: relative;
  padding: 180px 6vw;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.sc-brand .sc-title {
  text-align: center;
}
.sc-brand .brand-wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 70px;
}
.sc-brand .swiper-slide {
  transition: all 0.5s;
}
.sc-brand .swiper-slide .br-thumb img {
  width: 100%;
  object-fit: cover;
}
.sc-brand .swiper-slide .br-info {
  position: relative;
  padding: 30px 0 0 10px;
}
.sc-brand .swiper-slide .br-info .br-desc {
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 6px;
  color: #999;
}
.sc-brand .swiper-slide .br-info .br-name {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
.sc-brand .swiper-slide .br-info .m-br_sns {
  display: none;
  flex-wrap: wrap;
  align-items: center;
}
.sc-brand .swiper-slide .br-info .m-br_sns li {
  padding: 0 8px;
}
.sc-brand .swiper-slide .br-info .m-br_sns li:first-child a {
  display: block;
  width: 20px;
  height: 20.92px;
  background: url(../img/icon-mo_home.png) no-repeat center/cover;
}
.sc-brand .swiper-slide .br-info .m-br_sns li:nth-child(2) a {
  display: block;
  width: 26px;
  height: 24px;
  background: url(../img/icon-mo_insta.png) no-repeat center/cover;
}
.sc-brand .swiper-slide .br-info .m-br_sns li:last-child a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon-mo_youtube.png) no-repeat center/cover;
}
.sc-brand .swiper-button-prev,
.sc-brand .swiper-button-next {
  top: 42%;
  width: 20px;
  height: 40px;
  background: url(../img/brand-arrow.png) no-repeat center/cover;
}
.sc-brand .swiper-button-next {
  transform: rotate(180deg);
}
.sc-brand .swiper-button-prev:after,
.sc-brand .swiper-button-next:after {
  font-size: 0;
}
.sc-brand .swiper-slide-next {
  width: 21vw !important;
}
.sc-brand .swiper-slide .br-thumb {
  position: relative;
  overflow: hidden;
}
.sc-brand .swiper-slide .br-thumb::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  bottom: 3px;
  left: 0;
  transform: rotate(180deg);
  transition: all 0.8s;
}
.sc-brand .swiper-slide:hover .br-thumb::before {
  opacity: 0.3;
}
.sc-brand .swiper-slide:hover .br-sns {
  opacity: 1;
  bottom: 30px;
}
.sc-brand .br-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: -40px;
  opacity: 0;
  transition: all 0.5s;
}
.sc-brand .br-sns li {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f4f4f4;
  position: relative;
  margin-right: 8px;
}
.sc-brand .br-sns li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.sc-brand .br-sns li:last-child {
  margin-right: 0;
}
.sc-brand .br-sns li.sns-home {
  background-color: var(--c-point);
}
.sc-brand .br-sns li.sns-home:before,
.sc-brand .br-sns li.sns-insta:before,
.sc-brand .br-sns li.sns-youtube:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sc-brand .br-sns li.sns-home:before {
  background: url(../img/icon-home.png) no-repeat center/ cover;
  width: 13.07px;
  height: 13.67px;
}
.sc-brand .br-sns li.sns-insta:before {
  width: 17px;
  height: 16px;
  background: url(../img/icon-insta.png) no-repeat center/ cover;
}
.sc-brand .br-sns li.sns-youtube:before {
  width: 16px;
  height: 16px;
  background: url(../img/icon-youtube.png) no-repeat center/ cover;
}



/* ------------------------------1420----------------------------- */
@media all and (max-width: 1420px) {
  .w1420 {
    padding: 0 50px;
  }
  .sc-global.w1420 {
    padding: 100px 50px 70px;
  }
  .sc-brand {
    padding: 180px 20px;
  }
  .sc-brand .swiper-slide-next {
    width: 29vw !important;
  }
}
/* ------------------------------1280----------------------------- */
@media all and (max-width: 1280px) {
  .w1200 {
    padding: 0 20px;
    box-sizing: border-box;
  }
  /* 공통 */
  .sc-title .tit-han {
    font-size: 32px;
  }
  .sc-title .tit-desc {
    font-size: 16px;
    line-height: 24px;
  }

  /* section1 - visual */
  .sc-visual .main-txt {
    left: 50px;
  }
  /* section2 - agr tech */
  .sc-tech .tech-wrap .tech-inner {
    padding: 200px 0 200px 50px;
  }
  .sc-tech .tech-wrap .tech-inner .sc-tit {
    font-size: 42px;
    line-height: 58px;
  }
  .tech-horizon .sc-subtxt .sc-subtit {
    font-size: 26px;
    line-height: 39px;
  }
  .tech-horizon {
    margin-top: 40px;
  }
  .tech-horizon .sc-desc {
    padding-top: 20px;
  }
  /* section app */
  .sc-app .app-video {
    height: 52vw;
  }
  /*  section growth */
  .sc-growth {
    padding: 50px 0 100px;
  }
  .sc-growth .growth-right .graph-area.fis {
    /* max-width: 450px; */
    max-width: 40vw;
  }

  /* section global */
  .sc-global.w1420 {
    padding: 100px 20px 70px;
  }

  /* section story */
  .sc-story {
    padding: 100px 0;
  }
  .story-wrap .story-list.fis {
    margin-bottom: 18px;
  }
  .story-wrap .story-list .story-item b.story-tit {
    font-size: 24px;
    line-height: 36px;
  }
  .story-wrap .story-list .story-item.work1,
  .story-wrap .story-list .story-item.work6,
  .story-wrap .story-list .story-item {
    padding: 30px;
    width: calc(33.33% - 15px);
  }

  .story-wrap .story-list .story-item_w50.work5 b.story-tit br {
    display: none;
  }
  .story-wrap .story-list .story-item.work1 b.story-tit,
  .story-wrap .story-list .story-item.work6 b.story-tit {
    font-size: 24px;
    line-height: 36px;
  }
  /* section news */
  .sc-news {
    padding: 100px 0;
  }
  .news-list > div {
    width: calc(33.33% - 15px);
  }
  .news-list .news-info {
    padding: 30px 20px;
  }
  .news-list .news-info .brd-cate {
    font-size: 12px;
    line-height: 14px;
  }
  .news-list .news-info .brd-title {
    font-size: 18px;
    line-height: 27px;
    padding: 12px 0 30px;
  }
  .news-list .news-info .brd-date {
    font-size: 12px;
    line-height: 14px;
  }

  /* section brand */
  .sc-brand {
    padding: 80px 20px;
  }
}


/* ------------------------------1024----------------------------- */
@media all and (max-width: 1024px) {
  /* 공통 */
  .w1420 {
    padding: 0 20px;
  }
  .m_block {
    display: block;
  }

  .pc_block{display:none;}

  /*section3 - agr app*/
  .sc-app {
    padding: 100px 0;
  }
  .sc-app .sc-title .tit-han {
    padding: 12px 0 20px;
  }
  .sc-app .sc-title .tit-han.en{
    padding: 12px 20px;
  }
  .sc-app .sc-title .tit-desc {
    color: #999;
  }
  .sc-app .sc-title .tit-desc br {
    display: none;
  }
  .sc-app .app-down > p {
    font-size: 15px;
    line-height: 22px;
  }
  .sc-app .app-down_btns a.down-btn {
    padding: 8px 30px;
    width: 190px;
  }
  /* section growth */
  .sc-growth .pin-left {
    width: 53%;
  }
  .amount {
    padding-top: 60px;
    position: relative;
    z-index: 1;
  }
  .amount ul li {
    padding: 20px 0;
  }
  .amount ul li span.amt-tit {
    font-size: 14px;
    line-height: 21px;
  }
  .amount ul li strong.amt-num {
    font-size: 26px;
    line-height: 39px;
  }
  .amount .date-criteria {
    padding-top: 16px;
    font-size: 12px;
  }

  /* section story */
  .story-wrap .story-list > div:nth-child(n + 4):nth-child(-n + 6) {
    margin-top: 20px;
  }

  /* sectop esg */
  .sc-esg .sc-title .tit-han {
    padding: 12px 0 20px;
    line-height: 39px;
  }

  /* section news */
  .sc-news .sc-title .tit-han {
    padding: 0 0 50px;
  }
}
/* ------------------------------900----------------------------- */
@media all and (max-width: 900px) {
  .story-wrap .story-list .story-item.work1,
  .story-wrap .story-list .story-item.work6,
  .story-wrap .story-list .story-item {
    width: calc(50% - 10px);
  }
  .story-wrap .story-list > div:nth-child(n + 3) {
    margin-top: 20px;
  }
  /*
  .story-wrap .story-list .story-item.work4:after {
    height: 31vw;
    background: url(../img/interview_illust.png) no-repeat center/contain;
  }*/

  /* section story */
  .sc-brand {
    padding: 50px 0px 80px;
  }
  .sc-brand .brand-wrap {
    padding: 0;
  }

  .sc-brand .swiper-button-prev,
  .sc-brand .swiper-button-next {
    display: none;
  }
  .sc-brand .swiper-slide-next {
    width: 37vw !important;
  }

  .sc-brand .swiper-wrapper {
    left: -2%;
    align-items: center;
  }

  .sc-brand .swiper-slide .br-info {
    padding: 30px 0 0;
    text-align: center;
  }
  .sc-brand .swiper-slide .br-info .br-name {
    font-size: 18px;
    line-height: 27px;
  }
  .sc-brand .swiper-slide .br-info .br-desc {
    font-size: 14px;
    line-height: 17px;
  }
  .sc-brand .swiper-slide .br-info .m-br_sns {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  .sc-brand .swiper-slide:hover .br-sns {
    opacity: 0;
  }
}


/* ------------------------------767----------------------------- */
@media all and (max-width: 767px) {
  /* 공통 */
  .w1420 {
    padding: 0 20px;
  }
  .sc-title .tit-eng {
    font-size: 12px;
  }
  .sc-title .tit-han {
    font-size: 26px;
    line-height: 39px;
    padding: 12px 0 0px;
  }

  .sc-visual:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .sc-visual .main-txt {
    bottom: 90px;
    top: unset;
    transform: unset;
  }
  .sc-visual .main-txt:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
  }
  .pc-visual {
    display: none;
  }
  .mo-visual {
    display: block;
  }
  .video-wrap {
    z-index: unset;
    overflow: hidden;
    padding: 177.78% 0 0 0;
    position: relative;
  }
  /*   .video-wrap > iframe {
    height: 174vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  } */
  iframe .player button {
    display: none !important;
  }
  .sc-visual:after {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  /* section2 - agr tech */
  .ager_link{margin-top: 20px;}
  .sc-tech {
    display: none;
  }
  .mo-tech {
    display: block;
  }
  .sc-tech .tech-wrap .tech-inner {
    padding: 100px 0 100px 50px;
  }
  .sc-tech .tech-wrap .inner {
    height: auto;
  }

  /* section3 - apr app*/
  .sc-app {
    padding: 100px 0 120px;
  }
  .sc-app .app-video {
    padding-top: 90%;
  }
  /*
  .sc-app .app-video iframe {
    width: 200vw;
    left: 50%;
    transform: translateX(-50%);
  }
  */
  .sc-app .app-video video{
    width: 200vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sc-app .app-down {
    margin-top: -80px;
  }
  .sc-app .app-down_btns {
    flex-direction: column;
    align-items: center;
  }
  .sc-app .app-down_btns > a:first-child {
    margin-bottom: 12px;
  }

  /* section4 - growth */

  .sc-growth .growth-right .graph-area.fis,
  .sc-growth .growth-right .graph-area.sec {
    max-width: 350px;
  }
  .amount ul {
    max-width: unset;
  }
  .amount ul li {
    padding: 0 0 30px;
    border-top: 0;
    flex-direction: column;
    align-items: baseline;
  }
  .amount ul li:last-child {
    padding: 0;
    border-bottom: 0;
  }
  .sc-growth .amount ul li span.amt-tit {
    display: block;
    padding-bottom: 4px;
  }

  /* section story */
  .sc-story {
    padding: 50px 0;
  }
  .go-recruit {
    font-size: 14px;
    line-height: 25px;
    padding: 15px 30px;
    color: var(--c-point);
    width: 218px;
    float: unset;
    margin: 30px auto 0;
  }
  .go-recruit:hover {
    width: 218px;
    background-color: #fff;
    color: var(--c-point);
  }
  .go-recruit span.link-arrgow {
    background: url(../img/link-arrow_red.png) no-repeat center/contain;
    opacity: 1;
  }
  .sc-esg .link-circle {
    margin-top: 40px;
  }

  /* section news */
  .sc-news {
    padding: 60px 0;
  }
  .sc-news .sc-title .tit-han {
    padding: 0 0 30px;
  }
  .news-list > div {
    width: 100%;
  }
  .news-list > div:hover {
    transform: unset;
  }
  .news-list > div:not(:first-child) {
    margin-top: 20px;
  }
  .news-list .news-thumbs {
    height: 63vw;
  }
  .sc-brand .swiper-wrapper {
    left: -57%;
  }
  .sc-brand .swiper-slide-next {
    width: 75vw !important;
  }

  .sc-brand .brand-wrap {
    padding: 30px 0 0 0;
  }
}

@media all and (max-width: 600px) {
  
  .sc-growth {
    display: none;
  }
  .sc-mo_growth {
    display: block;
  }

  .sc-story {
    overflow: initial;
  }

  .sc-story .sc-title {
    position: sticky;
    top: 70px;
  }

  .story-wrap {
    position: relative;
  }
  .story-wrap .story-list {
    position: relative;
  }

  .story-wrap .story-list .story-item {
    height: 440px;
    position: sticky;
    top: 160px;
    border: 1px solid #eaeaea;
    opacity: 1;
    transform: unset;
  }
  .story-wrap .story-list .story-item.work1 {
  }
  .story-wrap .story-list .story-item.work1,
  .story-wrap .story-list .story-item.work6,
  .story-wrap .story-list .story-item {
    width: 100%;
  }
  .story-wrap .story-list > div:not(:first-child) {
    margin-top: 20px;
  }
  .story-wrap .story-list .story-item.work1 {
    background: url(../img/work1.png) no-repeat 0% 50% / cover;
  }

  .story-wrap .story-list .story-item.work4:after {
    max-width: 250px;
    left: 50%;
    height: 208px;
    transform: translateX(-50%);
}
  .go-recruit span.link-arrow {
    opacity: 1;
    background: url(../img/link-red_arrow.png) no-repeat center / cover;
  }

  /* section esg */
  .sc-esg {
    overflow: hidden;
    padding-top: unset;
    height: 420px;
  }
  .sc-esg iframe {
    width: 1090px;
  }
  .sc-esg video{
    width: 1090px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  .info_path{margin-top: 75px;}
  .info_path li a,.info_path li.current a{font-size: 12px;}
  .info_path li:after{transform: translateY(-55%);}
}
