@charset "UTF-8";
.intro {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  font-size: 52px;
  font-weight: 600;
  position: relative;
  left: 0;
  top: 0;
  z-index: 101;
}
.intro .intro_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.intro .intro_inner > p {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.intro .intro_inner > p:first-child {
  margin-bottom: 34px;
}
.intro span {
  transition: 0.4s ease-in;
}
.intro span.hide {
  transform: translateY(-100%); /* 상단으로 이동 */
  opacity: 0;
}
.intro span.blank {
  padding-right: 10px;
}

@media (max-width: 1400px) {
  .intro {
    font-size: 38px;
  }
  .intro .intro_inner > p {
    height: 34px;
  }
  .intro .intro_inner > p:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .intro {
    font-size: 24px;
  }
  .intro .intro_inner > p {
    height: 22px;
  }
  .intro .intro_inner > p:first-child {
    margin-bottom: 16px;
  }
  .intro span.blank {
    padding-right: 4px;
  }
}
.visual_wrap {
  width: 100%;
  max-width: 0;
  height: 100%;
  max-height: 80%;
  transition: 0.8s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.visual_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.visual_wrap .title_wrap {
  position: absolute;
  left: calc((100% - 1152px) / 2);
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 1050px;
  height: 100%;
  color: rgb(255, 255, 255);
  opacity: 0;
  transition: 0.2s;
  transition-delay: 0.2s;
}
.visual_wrap .title_wrap.is-active {
  opacity: 1;
}
.visual_wrap .title_wrap.is-active .sub {
  opacity: 1;
}
.visual_wrap .title_wrap.is-active h1 b:last-child span,
.visual_wrap .title_wrap.is-active h1 b:first-child span {
  top: 0;
  opacity: 1;
}
.visual_wrap .title_wrap.is-active .bar {
  width: 100%;
}
.visual_wrap .title_wrap h1 {
  font-size: 60px;
  font-weight: 700;
  width: 100%;
}
.visual_wrap .title_wrap h1 span {
  white-space: nowrap;
  width: 100%;
  display: block;
  transition: top 0.8s 0.8s ease-out, opacity 0.4s 1.2s ease-out;
  position: absolute;
  left: 0;
  opacity: 0;
}
.visual_wrap .title_wrap h1 b {
  width: 100%;
  height: 90px;
  overflow: hidden;
  display: block;
  position: relative;
}
.visual_wrap .title_wrap h1 b.pc {
  display: block;
}
.visual_wrap .title_wrap h1 b.mo {
  display: none;
}
.visual_wrap .title_wrap h1 b:first-child span {
  top: 100%;
}
.visual_wrap .title_wrap h1 b:last-child span {
  top: -100%;
}
.visual_wrap .title_wrap .bar {
  width: 0;
  height: 1px;
  background-color: rgb(217, 217, 217);
  margin: 40px 0 30px;
  transition: width 0.6s 0.4s ease-out;
}
.visual_wrap .title_wrap .sub {
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.6s 1.4s ease-out;
}

@media (max-width: 1400px) {
  .visual_wrap .title_wrap h1 {
    font-size: 56px;
  }
}
@media (max-width: 1280px) {
  .visual_wrap .title_wrap {
    left: 0;
    width: 100%;
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  .visual_wrap .title_wrap.is-active h1 b:last-child span,
  .visual_wrap .title_wrap.is-active h1 b:nth-child(2) span,
  .visual_wrap .title_wrap.is-active h1 b:nth-child(3) span,
  .visual_wrap .title_wrap.is-active h1 b:nth-child(4) span {
    top: 0;
    opacity: 1;
  }
  .visual_wrap .title_wrap h1 {
    font-size: 40px;
  }
  .visual_wrap .title_wrap h1 b {
    height: 60px;
  }
  .visual_wrap .title_wrap h1 b.pc {
    display: none;
  }
  .visual_wrap .title_wrap h1 b.mo {
    display: block;
  }
  .visual_wrap .title_wrap h1 b:nth-child(2) span {
    top: 100%;
  }
  .visual_wrap .title_wrap h1 b:nth-child(3) span {
    top: 100%;
  }
  .visual_wrap .title_wrap h1 b:nth-child(4) span {
    top: 100%;
  }
  .visual_wrap .title_wrap h1 b:last-child span {
    top: -100%;
  }
}
.l-title_wrap.center {
  text-align: center;
}
.l-title_wrap h2 {
  font-size: 54px;
  font-weight: 700;
}
.l-title_wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 8px;
}

@media (max-width: 1400px) {
  .l-title_wrap h2 {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  .l-title_wrap h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .l-title_wrap h2 {
    font-size: 32px;
  }
  .l-title_wrap p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
  }
}
.business_wrap {
  padding: 135px 0 140px;
}
.business_wrap .business_swiper_wrap {
  display: flex;
  padding: 0 calc((100% - 1056px) / 2);
  margin-top: 72px;
  position: relative;
}
.business_wrap .business_swiper {
  height: 477px;
}
.business_wrap .business_swiper .inner {
  width: 100%;
  height: 100%;
}
.business_wrap .business_swiper.sub {
  width: calc((100% - 1056px) / 2);
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: calc((100% - 1056px) / 2 - 218px);
}
.business_wrap .business_swiper.sub .swiper-slide-prev {
  opacity: 0;
}
.business_wrap .business_swiper.sub .swiper-slide-next {
  opacity: 1;
}
.business_wrap .business_swiper.main {
  width: 1624px;
  width: 100%;
  margin-right: 20px;
  margin-left: 0;
}
.business_wrap .business_swiper.main .swiper-slide {
  transition: 0.2s ease-out;
}
.business_wrap .business_swiper.main .swiper-slide-active {
  opacity: 1;
}
.business_wrap .business_swiper.main .swiper-slide .text_wrap,
.business_wrap .business_swiper.main .swiper-slide .links {
  opacity: 1;
}
.business_wrap .business_swiper .swiper-slide {
  transition: 0.3s ease-out;
  border-radius: 20px;
}
.business_wrap .business_swiper .swiper-slide .inner {
  padding: 60px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
.business_wrap .business_swiper .swiper-slide .links {
  position: absolute;
  right: 60px;
  bottom: 60px;
  color: #fff;
  text-align: right;
  opacity: 0;
  transition: 0.2s;
}
.business_wrap .business_swiper .swiper-slide .links li {
  opacity: 70%;
  transition: 0.2s;
  margin-bottom: 32px;
  text-align: right;
}
.business_wrap .business_swiper .swiper-slide .links li.disable {
  pointer-events: none;
}
.business_wrap .business_swiper .swiper-slide .links li a {
  display: flex;
  align-items: center;
  justify-content: right;
}
.business_wrap .business_swiper .swiper-slide .links li a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon/c-arrow-s-w.svg) no-repeat center/cover;
  margin-left: 9px;
}
.business_wrap .business_swiper .swiper-slide .links li:last-child {
  margin-bottom: 0;
}
.business_wrap .business_swiper .swiper-slide .links li:hover {
  opacity: 1;
}
.business_wrap .business_swiper .swiper-slide .text_wrap {
  color: #fff;
  opacity: 0;
  transition: 0.2s;
}
.business_wrap .business_swiper .swiper-slide .text_wrap h3 {
  font-size: 40px;
  font-weight: 700;
}
.business_wrap .business_swiper .swiper-slide .text_wrap p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}
.business_wrap .business_swiper .swiper-slide.functional {
  background: url(../images/main/c-business-01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.business_wrap .business_swiper .swiper-slide.barrier {
  background: url(../images/main/c-business-02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.business_wrap .business_swiper .swiper-slide.cutting {
  background: url(../images/main/c-business-03.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.business_wrap .business_swiper .swiper-slide.speciality {
  background: url(../images/main/c-business-04.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.business_wrap .swiper_navi {
  display: flex;
  align-items: center;
  margin-top: 36px;
  gap: 12px;
  justify-content: center;
}
.business_wrap .swiper_navi button {
  padding: 18px 27px;
  border-radius: 500px;
  background-color: rgb(245, 245, 245);
  font-size: 16px;
}
.business_wrap .swiper_navi button.is-active {
  background-color: rgb(25, 25, 25);
  color: #fff;
}

@media (max-width: 1152px) {
  .business_wrap .business_swiper_wrap {
    padding: 0 calc((100% - 800px) / 2);
  }
  .business_wrap .business_swiper.sub {
    width: calc((100% - 800px) / 2);
  }
}
@media (max-width: 1024px) {
  .business_wrap {
    padding: 150px 0;
  }
  .business_wrap .business_swiper.sub {
    display: none;
  }
  .business_wrap .business_swiper_wrap {
    padding: 0 24px;
  }
  .business_wrap .business_swiper.main {
    margin-right: 0;
  }
  .business_wrap .business_swiper .swiper-slide .text_wrap h3 {
    font-size: 30px;
  }
  .business_wrap .business_swiper .swiper-slide .inner {
    padding: 24px 20px 20px 24px;
  }
  .business_wrap .business_swiper .swiper-slide .links {
    right: 20px;
    bottom: 24px;
  }
  .business_wrap .business_swiper .swiper-slide .links li {
    line-height: 14px;
  }
}
@media (max-width: 768px) {
  .business_wrap .swiper_navi {
    display: none;
  }
  .business_wrap .business_swiper {
    height: auto;
  }
  .business_wrap .business_swiper .swiper-wrapper {
    flex-direction: column;
  }
  .business_wrap .business_swiper.main .swiper-slide {
    height: 400px;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .business_wrap .business_swiper.main .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .business_wrap {
    padding: 80px 0;
  }
  .business_wrap .business_swiper_wrap {
    margin-top: 32px;
  }
  .business_wrap .business_swiper .swiper-slide .text_wrap h3 {
    font-size: 24px;
  }
  .business_wrap .business_swiper .swiper-slide .text_wrap p {
    font-size: 14px;
    padding-top: 8px;
    max-width: 280px;
    word-break: keep-all;
  }
}
.banner_wrap {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about_wrap.is-active .flow .bg {
  border-radius: 0px;
  opacity: 1;
}
.about_wrap.is-active .flow .l-title_wrap {
  color: #fff;
  margin-right: calc(100% - 240px);
  margin-bottom: calc(100vh - 610px);
}
.about_wrap.is-active .flow .l-title_wrap h2 {
  margin-right: calc(100% - 173px);
}
.about_wrap.is-active .flow .l-title_wrap p {
  width: 100%;
  white-space: nowrap;
}
.about_wrap.is-active .flow .l-title_wrap p span {
  white-space: nowrap;
}
.about_wrap.is-active .flow .l-title_wrap p span:first-child {
  margin-right: calc(100% - 185px);
}
.about_wrap.is-active .flow .l-title_wrap p span:last-child {
  margin-right: calc(100% - 185px);
}
.about_wrap.is-able .scr_box {
  pointer-events: all;
}
.about_wrap .flow {
  width: 100%;
  height: calc(100vh + 1px);
  position: relative;
  display: flex;
  align-items: center;
  padding: 170px calc((100% - 1152px) / 2);
  justify-content: center;
  background-origin: #fff;
}
.about_wrap .flow .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.8s ease 0.4s;
  background: url(../images/main/c-vertical-bh.png) no-repeat center/cover;
  border-radius: 20px;
  opacity: 0;
  background-attachment: fixed;
}
.about_wrap .flow .l-title_wrap {
  width: 240px;
  position: relative;
  z-index: 1;
  transition: 0.8s ease 0.6s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_wrap .flow .l-title_wrap h2 {
  width: fit-content;
  transition: margin 0.8s ease 0.4s;
}
.about_wrap .flow .l-title_wrap p {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.about_wrap .flow .l-title_wrap p span {
  transition: margin 0.8s ease 0.4s;
  white-space: nowrap;
}
.about_wrap .scr_box {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  padding-left: calc((100% - 1152px) / 2 + 443px);
  padding-right: calc((100% - 1152px) / 2);
}
.about_wrap .scr_box::-webkit-scrollbar {
  display: none;
}
.about_wrap .about_swiper {
  height: auto;
  flex-shrink: 0;
  padding-top: 200px;
  padding-top: 200px;
  transition: all ease 0.8s;
  transform: translateY(200px);
  opacity: 0;
  pointer-events: none;
}
.about_wrap .about_swiper.is-able {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.about_wrap .about_swiper .swiper-scrollbar {
  display: none;
  width: calc(100% - 40px);
  height: 2px;
  bottom: 2px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
.about_wrap .about_swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: rgb(255, 255, 255);
}
.about_wrap .about_swiper .swiper-wrapper {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  transition-timing-function: ease-out;
  padding-bottom: 80px;
  transition-duration: 0.05s;
}
.about_wrap .about_swiper .swiper-slide {
  height: 480px;
  width: calc((100% - 60px) / 2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: 0.6s ease-out;
  height: 432px;
  border-radius: 20px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(20px);
  margin-bottom: 80px;
  transition: 0.2s ease-out;
}
.about_wrap .about_swiper .swiper-slide:last-child {
  margin-bottom: 0;
}
.about_wrap .about_swiper .swiper-slide:hover {
  background-size: 106%;
}
.about_wrap .about_swiper .swiper-slide:hover::before {
  opacity: 1;
}
.about_wrap .about_swiper .swiper-slide::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}
.about_wrap .about_swiper .swiper-slide:last-child {
  margin-bottom: 0;
}
.about_wrap .about_swiper .swiper-slide a {
  padding: 44px 36px;
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
}
.about_wrap .about_swiper .swiper-slide .arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  top: 28px;
  right: 28px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/icon/c-arrow-b-w.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
.about_wrap .about_swiper .swiper-slide .arrow.wh {
  background-color: rgba(255, 255, 255, 0.3);
}
.about_wrap .about_swiper .swiper-slide .text_wrap {
  color: #fff;
}
.about_wrap .about_swiper .swiper-slide .text_wrap h3 {
  font-size: 25px;
  font-weight: 700;
}
.about_wrap .about_swiper .swiper-slide .text_wrap p {
  font-size: 14px;
  line-height: 22px;
  padding-top: 26px;
  word-break: keep-all;
}
.about_wrap .about_swiper .swiper-slide:nth-child(1) {
  background-image: url(../images/main/c-vertical-01.png);
}
.about_wrap .about_swiper .swiper-slide:nth-child(2) {
  background-image: url(../images/main/c-vertical-03.png);
}
.about_wrap .about_swiper .swiper-slide:nth-child(3) {
  background-image: url(../images/main/c-vertical-02.png);
}
.about_wrap .about_swiper .swiper-slide:nth-child(4) {
  background-image: url(../images/main/c-vertical-04.png);
}
.about_wrap .about_swiper .swiper-slide:nth-child(5) {
  background-image: url(../images/main/c-vertical-05.png);
}

@media (max-width: 1400px) {
  .about_wrap .flow {
    padding: 170px 24px;
  }
  .about_wrap .scr_box {
    padding-right: 24px;
  }
  .about_wrap .about_swiper .swiper-slide {
    width: calc((100% - 20px) / 2);
  }
  .about_wrap .about_swiper .swiper-slide {
    background-size: 125%;
  }
  .about_wrap .about_swiper .swiper-slide:hover {
    background-size: 130%;
  }
  .about_wrap .about_swiper .swiper-slide .text_wrap h3 {
    font-size: 24px;
  }
  .about_wrap .about_swiper .swiper-slide a {
    padding: 30px;
  }
  .about_wrap .about_swiper .swiper-slide .arrow {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 1024px) {
  .about_wrap .about_swiper .swiper-slide {
    background-size: cover;
  }
  .about_wrap .about_swiper .swiper-slide .text_wrap h3 {
    font-size: 20px;
  }
  .about_wrap .about_swiper .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .about_wrap .about_swiper .swiper-slide {
    width: auto;
  }
  .about_wrap {
    padding: 150px 0;
    background: url(../images/about/c-about-bg-mo.png) no-repeat center/cover;
  }
  .about_wrap .flow .bg {
    display: none;
  }
  .about_wrap .scr_box {
    position: static;
  }
  .about_wrap .flow {
    height: fit-content;
    width: fit-content;
    padding: 0;
  }
  .about_wrap .flow .l-title_wrap {
    color: #fff;
    text-align: left;
    display: block;
    transition: none;
    padding: 0 20px;
  }
  .about_wrap .flow .l-title_wrap p {
    display: block;
  }
  .about_wrap .flow .l-title_wrap p span {
    display: block;
  }
  .about_wrap.is-active .flow .l-title_wrap {
    margin-right: 0;
    margin-bottom: 0;
  }
  .about_wrap .scr_box {
    padding: 0;
  }
  .about_wrap .about_swiper {
    padding-top: 0;
    margin-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 42px;
    height: 462px;
    pointer-events: all;
  }
  .about_wrap .about_swiper .swiper-wrapper {
    padding-bottom: 0;
    padding-bottom: 42px;
    height: 100%;
  }
  .about_wrap .about_swiper .swiper-slide {
    margin-bottom: 0;
    height: 100%;
    transform: none;
  }
  .about_wrap .about_swiper .swiper-slide .text_wrap p {
    font-size: 14px;
    line-height: 20px;
    min-height: 70px;
  }
  .about_wrap .about_swiper .swiper-slide .text_wrap p br {
    display: none;
  }
  .about_wrap .about_swiper .swiper-scrollbar {
    display: block;
  }
}
@media (max-width: 768px) {
  .about_wrap {
    padding: 80px 0;
  }
  .about_wrap .about_swiper .swiper-slide {
    border-radius: 12px;
  }
  .about_wrap .about_swiper .swiper-slide a {
    padding-bottom: 70px;
  }
  .about_wrap .about_swiper .swiper-slide .text_wrap p {
    padding-top: 12px;
    min-height: 52px;
  }
  .about_wrap .about_swiper .swiper-slide .arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 580px) {
  .about_wrap .about_swiper .swiper-slide .text_wrap p {
    min-height: auto;
  }
}
.partners_wrap {
  min-height: 100vh;
}
.partners_wrap .marquee_swiper {
  font-size: 90px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.06);
  text-align: center;
}
.partners_wrap .marquee_swiper .swiper-slide {
  white-space: nowrap;
}
.partners_wrap .marquee_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.partners_wrap .img-txt {
  margin-top: 32px;
  width: 100%;
}
.partners_wrap .partners_inner {
  padding: 150px 0 213px;
  width: 1152px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partners_wrap .partners_inner .l-title_wrap p {
  color: rgb(122, 122, 122);
  font-size: 26px;
}
.partners_wrap .partners_inner .l-title_wrap .read_more {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-top: 88px;
}
.partners_wrap .partners_inner .l-title_wrap .read_more::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/icon/c-partner-arrow.svg) no-repeat center/cover;
  margin-left: 10px;
}
.partners_wrap .partners_inner .right {
  width: 620px;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
}
.partners_wrap .partners_inner .right li {
  width: 50%;
  text-align: center;
  margin-bottom: 60px;
}
.partners_wrap .partners_inner .right li:nth-child(7), .partners_wrap .partners_inner .right li:nth-child(8) {
  margin-bottom: 0;
}
.partners_wrap .partners_inner img.img_pc {
  display: block;
}
.partners_wrap .partners_inner img.img_mo {
  display: none;
}
.partners_wrap .partners_inner img.toppan {
  width: 152px;
}
.partners_wrap .partners_inner img.rock {
  width: 228px;
}
.partners_wrap .partners_inner img.nisso {
  width: 128px;
}
.partners_wrap .partners_inner img.unitika {
  width: 195px;
}
.partners_wrap .partners_inner img.idemitsu {
  width: 186px;
}
.partners_wrap .partners_inner img.ja {
  width: 229px;
}
.partners_wrap .partners_inner img.rm {
  width: 364px;
}
.partners_wrap .partners_inner img.dnp {
  width: 88px;
}
.partners_wrap .partners_inner img.dnp {
  width: 128px;
}
.partners_wrap .partners_inner img.jfilm {
  width: 104px;
}
.partners_wrap .partners_inner img.ch {
  width: 115px;
}
.partners_wrap .partners_inner img.mitsui {
  width: 257px;
}
.partners_wrap .partners_inner img.denka {
  width: 116px;
}
.partners_wrap .partners_inner img.mitsubishi {
  width: 144px;
}

@media (max-width: 1400px) {
  .partners_wrap .partners_inner {
    width: calc(100% - 48px);
  }
  .partners_wrap .marquee_swiper {
    font-size: 80px;
  }
}
@media (max-width: 1024px) {
  .partners_wrap {
    padding-top: 10px;
    min-height: auto;
  }
  .partners_wrap .l-swiper-pagenation.swiper-pagination {
    display: none;
  }
  .partners_wrap .img-txt {
    margin-top: 0;
  }
  .partners_wrap .marquee_swiper {
    font-size: 6.4vw;
  }
  .partners_wrap .partners_inner {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 80px;
    padding: 0;
  }
  .partners_wrap .partners_inner .right {
    width: 100%;
  }
  .partners_wrap .partners_inner .l-title_wrap .read_more {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .partners_wrap .partners_inner .l-title_wrap p {
    font-size: 16px;
    padding-top: 8px;
  }
  .partners_wrap .partners_inner .right {
    padding-top: 40px;
  }
  .partners_wrap .partners_inner .right li {
    margin-bottom: 50px;
  }
  .partners_wrap .partners_inner img.img_pc {
    display: none;
  }
  .partners_wrap .partners_inner img.img_mo {
    display: block;
    margin: 0 auto;
  }
}
.san_wrap {
  padding: 135px 0 158px;
}
.san_wrap .l-title_wrap p {
  font-weight: 400;
}
.san_wrap .san_swiper {
  width: 1152px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}
.san_wrap .san_swiper .swiper-scrollbar {
  width: calc(100% - 40px);
  height: 2px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.1);
  left: 20px;
  display: none;
}
.san_wrap .san_swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: rgb(0, 0, 0);
}
.san_wrap .san_swiper .swiper-slide {
  height: 455px;
}
.san_wrap .san_swiper .swiper-slide:hover .img {
  background-size: 110%;
}
.san_wrap .san_swiper .swiper-slide:nth-child(1) .img {
  background-image: url(../images/main/c-san-01.png);
}
.san_wrap .san_swiper .swiper-slide:nth-child(2) .img {
  background-image: url(../images/main/c-san-02.png);
}
.san_wrap .san_swiper .swiper-slide:nth-child(3) .img {
  background-image: url(../images/main/c-san-03.png);
}
.san_wrap .san_swiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #fff;
  text-align: center;
}
.san_wrap .san_swiper .swiper-slide a:hover {
  cursor: default;
}
.san_wrap .san_swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 20px;
  transition: 0.6s ease-out;
}
.san_wrap .san_swiper .swiper-slide h3 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 9px;
  margin-top: 18px;
}
.san_wrap .san_swiper .swiper-slide p {
  font-size: 14px;
  line-height: 21px;
  font-family: "Pretendard", sans-serif;
}

@media (max-width: 1400px) {
  .san_wrap .san_swiper {
    width: calc(100% - 48px);
  }
}
@media (max-width: 1024px) {
  .san_wrap .san_swiper {
    width: 100%;
    height: 453px;
    padding: 0 24px;
    padding-bottom: 42px;
  }
  .san_wrap .san_swiper .swiper-slide a {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }
  .san_wrap .san_swiper .swiper-slide h3 {
    font-size: 30px;
  }
  .san_wrap .san_swiper .swiper-slide p {
    font-size: 14px;
    min-height: 70px;
  }
}
@media (max-width: 768px) {
  .san_wrap {
    padding: 80px 0 100px;
  }
  .san_wrap .l-title_wrap p {
    max-width: 300px;
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
  }
  .san_wrap .san_swiper {
    margin-top: 32px;
  }
  .san_wrap .san_swiper .swiper-slide {
    border-radius: 12px;
    height: 100%;
  }
  .san_wrap .san_swiper .swiper-slide h3 {
    font-size: 24px;
    margin-top: 0;
    padding-bottom: 12px;
  }
  .san_wrap .san_swiper .swiper-slide p {
    min-height: 52px;
    text-align: center;
  }
  .san_wrap .san_swiper .swiper-slide a {
    justify-content: center;
    align-items: center;
  }
  .san_wrap .san_swiper .swiper-slide .img {
    background-size: 100%;
  }
  .san_wrap .san_swiper .swiper-scrollbar {
    display: block;
  }
}
@media (max-width: 500px) {
  .san_wrap .san_swiper .swiper-slide h3 {
    font-size: 20px;
    padding-bottom: 12px;
  }
}
.news_wrap {
  padding: 0 calc((100% - 1152px) / 2) 180px;
  display: flex;
  justify-content: space-between;
}
.news_wrap > div {
  width: calc((100% - 36px) / 2);
  border-radius: 20px;
}
.news_wrap > div.video_box {
  padding: 45px;
  background-color: rgb(0, 73, 140);
}
.news_wrap > div.video_box .l-title_wrap {
  color: #fff;
}
.news_wrap > div.video_box .l-title_wrap h2 {
  font-size: 30px;
  line-height: 38px;
}
.news_wrap > div.video_box .l-title_wrap p {
  line-height: 22px;
  color: rgb(204, 204, 204);
  padding-top: 10px;
}
.news_wrap > div.video_box .bot {
  margin-top: 66px;
}
.news_wrap > div.video_box .bot .video {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
.news_wrap > div.video_box .bot .video::after {
  content: "";
  display: inline-block;
  width: 76px;
  height: 76px;
  background: url(../images/icon/c-play.svg) no-repeat center/cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news_wrap > div.video_box .bot .video img,
.news_wrap > div.video_box .bot .video video {
  width: 100%;
}
.news_wrap > div.video_box .bot .text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  display: block;
  padding-bottom: 16px;
  color: #fff;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(234, 234, 234, 0.1);
  margin-bottom: 20px;
}
.news_wrap > div.contact {
  display: flex;
  flex-wrap: wrap;
}
.news_wrap > div.contact .news_box {
  padding: 30px 45px 35px;
  background-color: rgb(250, 250, 250);
  width: 100%;
  height: fit-content;
  margin-bottom: 20px;
  border-radius: 18px;
}
.news_wrap > div.contact .news_box .l-title_wrap h2 {
  font-size: 40px;
  line-height: 38px;
}
.news_wrap > div.contact .news_box .l-title_wrap p {
  padding-top: 0;
}
.news_wrap > div.contact .news_inner {
  margin-top: 30px;
}
.news_wrap > div.contact .news_inner > div {
  display: flex;
  min-height: 73px;
  border-bottom: solid 1px rgb(234, 234, 234);
  padding: 16px 0;
  transition: 0.3s ease-out;
}
.news_wrap > div.contact .news_inner > div:first-child {
  padding-top: 0;
}
.news_wrap > div.contact .news_inner > div:hover {
  border-color: rgb(154, 154, 154);
}
.news_wrap > div.contact .news_inner > div:hover .text::after {
  rotate: -45deg;
}
.news_wrap > div.contact .news_inner h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  height: fit-content;
}
.news_wrap > div.contact .news_inner h3 span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  display: block;
}
.news_wrap > div.contact .news_inner .text {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 28px);
  align-items: center;
}
.news_wrap > div.contact .news_inner .text::after {
  display: inline-block;
  content: "";
  width: 42px;
  height: 42px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  background-image: url(../images/icon/c-arrow-wh-b.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  transition: 0.3s ease-out;
  flex-shrink: 0;
}
.news_wrap > div.contact .news_inner a {
  width: calc(100% - 42px);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  padding: 0 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_wrap > div.contact .trans_box {
  width: 50%;
  border-right: solid 1px rgb(234, 234, 234);
  padding: 0 30px;
}
.news_wrap > div.contact .trans_box .l-title_wrap {
  color: #000;
}
.news_wrap > div.contact .trans_box .l-title_wrap h2 {
  font-size: 22px;
}
.news_wrap > div.contact .trans_box .trans_list {
  margin-top: 16px;
  border-top: solid 1px rgb(234, 234, 234);
}
.news_wrap > div.contact .trans_box .trans_list li {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px rgb(234, 234, 234);
  transition: 0.3s ease-out;
  cursor: pointer;
}
.news_wrap > div.contact .trans_box .trans_list li b {
  font-size: 14px;
  color: rgb(75, 75, 75);
  font-weight: 500;
}
.news_wrap > div.contact .trans_box .trans_list li p {
  font-size: 16px;
  color: rgb(255, 0, 0);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.news_wrap > div.contact .trans_box .trans_list li p.down {
  color: rgb(1, 128, 218);
}
.news_wrap > div.contact .trans_box .trans_list li p.down span {
  background-color: rgb(1, 128, 218);
}
.news_wrap > div.contact .trans_box .trans_list li p span {
  font-size: 11px;
  padding: 1px 4px;
  border-radius: 500px;
  color: #fff;
  background-color: rgb(255, 0, 0);
  margin-left: 9px;
  font-weight: 500;
}
.news_wrap > div.contact .trans_box .trans_list li:hover {
  border-color: rgb(154, 154, 154);
}
.news_wrap > div.contact .contact_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news_wrap > div.contact .contact_box .l-title_wrap {
  max-width: 171px;
  text-align: center;
}
.news_wrap > div.contact .contact_box .l-title_wrap h2 {
  font-size: 28px;
}
.news_wrap > div.contact .contact_box .l-title_wrap p {
  font-size: 14px;
  line-height: 22px;
}
.news_wrap > div.contact .contact_box .inquery_btn {
  width: 144px;
  height: 42px;
  border-radius: 500px;
  border: solid 1px rgb(234, 234, 234);
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 45px;
}
.news_wrap > div.contact .contact_box .inquery_btn::after {
  display: inline-block;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon/c-arrow-bk-b.svg) no-repeat center/cover;
  margin-left: 8px;
}

@media (max-width: 1400px) {
  .news_wrap {
    padding: 0 24px 246px;
  }
  .news_wrap > div {
    width: calc((100% - 20px) / 2);
  }
  .news_wrap > div.left .news_inner a {
    font-size: 18px;
    line-height: 25px;
    word-break: break-all;
    padding-right: 10px;
  }
  .news_wrap > div.left .news_inner a br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .news_wrap {
    flex-direction: column;
  }
  .news_wrap > div {
    width: 100%;
    padding: 24px 24px 40px;
  }
  .news_wrap > div.contact {
    padding-bottom: 30px;
    justify-content: space-between;
    margin-top: 20px;
  }
  .news_wrap > div.left .news_inner h3 {
    font-size: 30px;
    width: 60px;
  }
  .news_wrap > div.left .news_inner .text {
    width: calc(100% - 60px);
  }
  .news_wrap > div .l-title_wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .news_wrap > div {
    border-radius: 12px;
    padding: 0;
  }
  .news_wrap {
    padding-bottom: 90px;
  }
  .news_wrap > div.video_box {
    padding: 24px;
  }
  .news_wrap > div.video_box .l-title_wrap h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .news_wrap > div.video_box .l-title_wrap p {
    padding-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .news_wrap > div.video_box .bot {
    margin-top: 52px;
  }
  .news_wrap > div.video_box .bot .text {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .news_wrap > div.contact .news_box {
    padding: 24px 24px 40px;
  }
  .news_wrap > div.contact .news_box .l-title_wrap h2 {
    font-size: 32px;
  }
  .news_wrap > div.left .news_inner > div {
    padding: 25px 0;
  }
  .news_wrap > div.left .news_inner .text {
    width: calc(100% - 46px);
    align-items: baseline;
    padding-top: 3px;
  }
  .news_wrap > div.left .news_inner .text::after {
    display: none;
  }
  .news_wrap > div.left .news_inner a {
    width: 100%;
    max-width: none;
  }
  .news_wrap > div.left .news_inner h3 {
    font-size: 24px;
    width: fit-content;
    margin-right: 16px;
  }
  .news_wrap > div.left .news_inner h3 span {
    font-size: 14px;
  }
  .news_wrap > div.contact .news_inner h3 {
    font-size: 22px;
  }
  .news_wrap > div.contact .news_inner h3 span {
    margin-top: 2px;
    font-size: 12px;
  }
  .news_wrap > div.contact .inquery_btn {
    font-size: 14px;
    width: 115px;
    height: 35px;
  }
  .news_wrap > div.contact .inquery_btn::after {
    width: 12px;
    height: 12px;
  }
  .news_wrap > div.contact .trans_box {
    width: 100%;
    padding: 0;
    border-right: 0;
  }
  .news_wrap > div .l-title_wrap {
    margin-bottom: 16px;
  }
  .news_wrap > div.contact .contact_box {
    width: 100%;
    margin-top: 70px;
  }
  .news_wrap > div.contact .contact_box .l-title_wrap {
    max-width: 200px;
    margin-bottom: 0;
  }
  .news_wrap > div.contact .contact_box .l-title_wrap p {
    font-size: 16px;
  }
  .news_wrap > div.contact .contact_box .inquery_btn {
    margin-top: 33px;
  }
  .news_wrap > div.contact .trans_box .l-title_wrap h2 {
    font-size: 16px;
  }
}

/*# sourceMappingURL=main.css.map */
