:root {
  --color-main: #eed037;
  --color-sub: #00B1A1;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --font-pretendard: 'Pretendard', sans-serif;
  --font-poppins: 'Poppins', sans-serif;
}

.font38 {
  --fontsize: 3.8rem;
  font-size: var(--fontsize);
}

.font42 {
  --fontsize: 4.2rem;
  font-size: var(--fontsize);
}

.font44 {
  --fontsize: 4.4rem;
  font-size: var(--fontsize);
}

.font48 {
  --fontsize: 4.8rem;
  font-size: var(--fontsize);
}

.font52 {
  --fontsize: 5.2rem;
  font-size: var(--fontsize);
}

.font64 {
  --fontsize: 6.4rem;
  font-size: var(--fontsize);
}

.font70 {
  --fontsize: 7rem;
  font-size: var(--fontsize);
}

.font74 {
  --fontsize: 7.4rem;
  font-size: var(--fontsize);
}

.font80 {
  --fontsize: 8rem;
  font-size: var(--fontsize);
}

.font84 {
  --fontsize: 8.4rem;
  font-size: var(--fontsize);
}

.font86 {
  --fontsize: 8.6rem;
  font-size: var(--fontsize);
}

main section {
  overflow: hidden;
}

main .visual {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
}

@supports (-webkit-touch-callout: none) {
  main .visual {
    height: -webkit-fill-available;
  }
}

main .visual :root {
  --vh: 100%;
}

main .visual .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.68, 0.12, 0.28, 0.88);
          transition-timing-function: cubic-bezier(0.68, 0.12, 0.28, 0.88);
}

main .visual .box,
main .visual .slideBox,
main .visual .bg {
  width: 100%;
  height: 100%;
}

main .visual .slideBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

main .visual .bg {
  -webkit-clip-path: inset(88% 34% 0% 34%);
          clip-path: inset(88% 34% 0% 34%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

main .visual .bg.bg1 {
  background-image: url("../img/main/slide1.jpg");
}

main .visual .bg.bg2 {
  background-image: url("../img/main/visualBg2.jpg");
}

main .visual .bg.bg3 {
  background-image: url("../img/main/visualBg3.jpg");
}

main .visual .bg::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .visual .bg.on {
  -webkit-animation: clipOn 2.2s cubic-bezier(0.19, 0.82, 0.29, 1.01) forwards;
          animation: clipOn 2.2s cubic-bezier(0.19, 0.82, 0.29, 1.01) forwards;
}

@-webkit-keyframes clipOn {
  0% {
    -webkit-clip-path: inset(88% 34% 0% 34%);
            clip-path: inset(88% 34% 0% 34%);
  }
  55% {
    -webkit-clip-path: inset(15% 34% 15% 34%);
            clip-path: inset(15% 34% 15% 34%);
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  65% {
    -webkit-clip-path: inset(15% 34% 15% 34%);
            clip-path: inset(15% 34% 15% 34%);
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-clip-path: inset(0% 0%);
            clip-path: inset(0% 0%);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes clipOn {
  0% {
    -webkit-clip-path: inset(88% 34% 0% 34%);
            clip-path: inset(88% 34% 0% 34%);
  }
  55% {
    -webkit-clip-path: inset(15% 34% 15% 34%);
            clip-path: inset(15% 34% 15% 34%);
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  65% {
    -webkit-clip-path: inset(15% 34% 15% 34%);
            clip-path: inset(15% 34% 15% 34%);
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-clip-path: inset(0% 0%);
            clip-path: inset(0% 0%);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

main .visual .text,
main .visual .slideButtons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .visual .text {
  width: 100%;
  text-align: center;
  z-index: 1;
}

main .visual .text * {
  color: #111111;
}

main .visual .text p {
  margin: 0 0 20px;
}

main .visual .text em {
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.40em;
  position: relative;
}

main .visual .text h2 {
  white-space: nowrap;
  overflow: hidden;
}

main .visual .text h2 span {
  display: inline-block;
  font-weight: 900;
  line-height: 1.3;
  font-family: var(--font-pretendard);
  -webkit-transition: all 0.28s;
  transition: all 0.28s;
}

main .visual .text h2 .light {
  font-weight: 200;
}

main .visual .text h2 .semi {
  font-weight: 600;
}

main .visual .text.on * {
  color: var(--color-white);
}

main .visual .text.on em {
  display: inline-block;
  color: transparent;
  opacity: 0;
  -webkit-transform: scaleY(1.12) rotateX(65deg);
          transform: scaleY(1.12) rotateX(65deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes em {
  10% {
    opacity: 0.8;
    -webkit-transform: scaleY(1.12);
            transform: scaleY(1.12);
  }
  40% {
    opacity: 0.2;
  }
  60% {
    -webkit-transform: scaleY(1.24) rotateX(65deg);
            transform: scaleY(1.24) rotateX(65deg);
  }
  100% {
    color: var(--color-white);
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes em {
  10% {
    opacity: 0.8;
    -webkit-transform: scaleY(1.12);
            transform: scaleY(1.12);
  }
  40% {
    opacity: 0.2;
  }
  60% {
    -webkit-transform: scaleY(1.24) rotateX(65deg);
            transform: scaleY(1.24) rotateX(65deg);
  }
  100% {
    color: var(--color-white);
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

main .visual .text.on h2 span {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

main .visual .slideButtons {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .visual .slideButtons em {
  padding: 0 20px;
}

main .visual button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 8px 0;
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

main .visual button::before, main .visual button::after {
  content: "";
  display: block;
  height: 1px;
  background: var(--color-white);
}

main .visual button::before {
  width: 150px;
  opacity: 0.3;
}

main .visual button::after {
  width: 80px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

main .visual button:hover::after {
  width: 100%;
}

main .visual .prevButton {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main .visual .nextButton {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main .visual .swiper-slide-active .bg::after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

main .visual .swiper-slide-active .text.on em {
  -webkit-animation: em 1.0s ease-in-out forwards;
          animation: em 1.0s ease-in-out forwards;
}

main .visual .swiper-slide-active .text.on em.delay1 {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

main .visual .swiper-slide-active .text.on em.delay2 {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

main .visual .swiper-slide-active .text.on em.delay3 {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

main .visual .swiper-slide-active .text.on em.delay4 {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

main .visual .swiper-slide-active .text.on em.delay5 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

main .visual .swiper-slide-active .text.on em.delay6 {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}

main .visual .swiper-slide-active .text.on em.delay7 {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}

main .visual .swiper-slide-active .text.on em.delay8 {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}

main .visual .swiper-slide-active .text.on h2 span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
  -webkit-filter: inherit;
          filter: inherit;
}

main .visual .swiper-slide-active .text.on h2 span.span1 {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}

main .visual .swiper-slide-active .text.on h2 span.span2 {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}

main .visual .swiper-slide-active .text.on h2 span.span3 {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}

main .visual .swiper-slide-active .text.on h2 span.span4 {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}

main .visual .swiper-slide-active .text.on h2 span.span5 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

main .visual .swiper-slide-active .text.on h2 span.span6 {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}

main .visual .swiper-slide-active .text.on h2 span.span7 {
  -webkit-transition-delay: 1.54s;
          transition-delay: 1.54s;
}

main .visual .swiper-slide-active .text.on h2 span.span8 {
  -webkit-transition-delay: 1.76s;
          transition-delay: 1.76s;
}

main .visual .swiper-slide-active .text.on h2 span.span9 {
  -webkit-transition-delay: 1.98s;
          transition-delay: 1.98s;
}

main .visual .swiper-slide-active .text.on h2 span.span10 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

main .title h6 {
  color: var(--color-main);
  font-size: 2.0rem;
  font-weight: 600;
}

main .title h6 span {
  display: inline-block;
  opacity: 0;
}

main .title h6.on span {
  -webkit-animation: h6 0.8s forwards;
          animation: h6 0.8s forwards;
}

main .title h6.on span:nth-child(1) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}

main .title h6.on span:nth-child(2) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}

main .title h6.on span:nth-child(3) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

main .title h6.on span:nth-child(4) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}

main .title h6.on span:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

main .title h6.on span:nth-child(6) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}

main .title h6.on span:nth-child(7) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}

main .title h6.on span:nth-child(8) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}

main .title h6.on span:nth-child(9) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}

main .title h6.on span:nth-child(10) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

main .title h6.on span:nth-child(11) {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}

main .title h6.on span:nth-child(12) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}

main .title h6.on span:nth-child(13) {
  -webkit-animation-delay: 2.08s;
          animation-delay: 2.08s;
}

main .title h6.on span:nth-child(14) {
  -webkit-animation-delay: 2.24s;
          animation-delay: 2.24s;
}

main .title h6.on span:nth-child(15) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

main .title h6.on span:nth-child(16) {
  -webkit-animation-delay: 2.56s;
          animation-delay: 2.56s;
}

main .title h6.on span:nth-child(17) {
  -webkit-animation-delay: 2.72s;
          animation-delay: 2.72s;
}

main .title h6.on span:nth-child(18) {
  -webkit-animation-delay: 2.88s;
          animation-delay: 2.88s;
}

main .title h6.on span:nth-child(19) {
  -webkit-animation-delay: 3.04s;
          animation-delay: 3.04s;
}

main .title h6.on span:nth-child(20) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

@-webkit-keyframes h6 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  40% {
    opacity: 0.8;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    color: var(--color-main);
    font-weight: 600;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes h6 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  40% {
    opacity: 0.8;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    color: var(--color-main);
    font-weight: 600;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

main .title h2 {
  font-weight: 300;
  margin: 20px 0 0;
}

main .title h2 span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

main .title h2.on span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

main .title h2.on span:nth-child(1) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

main .title h2.on span:nth-child(2) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}

main .title h2.on span:nth-child(3) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

main .title h2.on span:nth-child(4) {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}

main .title h2.on span:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

main .title h2.on span:nth-child(6) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}

main .title h2.on span:nth-child(7) {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}

main .title h2.on span:nth-child(8) {
  -webkit-transition-delay: 1.28s;
          transition-delay: 1.28s;
}

main .title h2.on span:nth-child(9) {
  -webkit-transition-delay: 1.44s;
          transition-delay: 1.44s;
}

main .title h2.on span:nth-child(10) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

main .title h2.on span:nth-child(11) {
  -webkit-transition-delay: 1.76s;
          transition-delay: 1.76s;
}

main .title h2.on span:nth-child(12) {
  -webkit-transition-delay: 1.92s;
          transition-delay: 1.92s;
}

main .title h2.on span:nth-child(13) {
  -webkit-transition-delay: 2.08s;
          transition-delay: 2.08s;
}

main .title h2.on span:nth-child(14) {
  -webkit-transition-delay: 2.24s;
          transition-delay: 2.24s;
}

main .title h2.on span:nth-child(15) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

main .title h2.on span:nth-child(16) {
  -webkit-transition-delay: 2.56s;
          transition-delay: 2.56s;
}

main .title h2.on span:nth-child(17) {
  -webkit-transition-delay: 2.72s;
          transition-delay: 2.72s;
}

main .title h2.on span:nth-child(18) {
  -webkit-transition-delay: 2.88s;
          transition-delay: 2.88s;
}

main .title h2.on span:nth-child(19) {
  -webkit-transition-delay: 3.04s;
          transition-delay: 3.04s;
}

main .title h2.on span:nth-child(20) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

main h2 {
  color: #111111;
  font-weight: 300;
  line-height: 1.3;
}

main h2 b {
  font-weight: 600;
}

main .achievement .itemWrap {
  padding: 230px 0 0;
  margin: 200px 0 0;
  position: relative;
}

main .achievement .itemWrap::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: url("../img/main/achievementBg.jpg") no-repeat top/cover;
  filter: saturate(200%) hue-rotate(210deg); /* 채도와 색조 조정으로 노란색 */
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main .achievement .itemWrap .top {
  text-align: right;
}

main .achievement .itemWrap .top > p {
  color: #333333;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.3;
  font-family: var(--font-pretendard);
  position: relative;
  z-index: 1;
}

main .achievement .itemWrap .top span {
  display: inline-block;
  color: rgba(0, 115, 141, 0.1);
  color: var(--color-main);
  font-size: 21.0rem;
  font-size: 8vw;/*font-size: 10.935vw;*/
  margin: -0.2em 0 0;
  opacity: 0;
}

main .achievement .itemBox {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 115, 141, 0.1);
  border-bottom: 1px solid rgba(0, 115, 141, 0.1);
  position: relative;
  margin: -4.5rem 0 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main .achievement .itemBox::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(0, 115, 141, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .achievement .itemBox .item {
  width: 100%;
  position: relative;
}

main .achievement .itemBox .img {
  width: 0;
  height: 100%;
  padding: 33.225% 0;
  position: relative;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

main .achievement .itemBox .img img {
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .achievement .itemBox .flexBox,
main .achievement .itemBox p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

main .achievement .itemBox .flexBox {
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .achievement .itemBox .text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .achievement .itemBox .logo {
  width: auto;
  height: 30px;
}

main .achievement .itemBox .arrow {
  width: 14px;
  height: 14px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

main .achievement .itemBox p {
  color: var(--color-white);
  font-size: 2.0rem;
  line-height: 1.5;
  margin: 80px 0 0;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

main .achievement .itemBox .item:hover .img,
main .achievement .itemBox .item.on .img {
  width: 100%;
}

main .achievement .itemBox .item:hover .flexBox,
main .achievement .itemBox .item.on .flexBox {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

main .achievement .itemBox .item:hover p,
main .achievement .itemBox .item.on p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

main .work .flexBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px 0;
  margin-left:125px;
}

main .work .slideButtons,
main .work .slideButtons button {
  gap: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .work .slideButtons {
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}

main .work .slideButtons span {
  display: block;
  width: 2px;
  height: 15px;
  background: #aaaaaa;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

main .work .slideButtons em,
main .work .slideButtons .arrowCls {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

main .work .slideButtons em {
  color: #aaaaaa;
  font-size: 1.7rem;
}

main .work .slideButtons .arrowCls {
  stroke: #aaaaaa;
}

main .work .slideButtons svg {
  width: 12px;
  height: 12px;
}

main .work .slideButtons .prevButton svg {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

main .work .slideButtons .nextButton svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

main .work .slideButtons button:hover em {
  color: var(--color-black);
}

main .work .slideButtons button:hover .arrowCls {
  stroke: var(--color-black);
}

main .work .slideWrap {
  position: relative;
}

main .work .slideWrap .view {
  width: 145px;
  height: 145px;
  background: var(--color-main);
  border-radius: 50%;
  position: absolute;
  top: -72.5px;
  left: 38.8%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .work .slideWrap .view i {
  color: var(--color-white);
  font-size: 2.0rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .work .slideWrap .view img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

main .work .slideWrap .view:hover img {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

main .work .slideBox {
  width: 100%;
  max-width: 1640px;
  margin: -8.2% 0 0;
  left: 10.5%;
}

main .work .slideBox .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main .work .slideBox .item {
  padding: 39.5125% 0 0;
}

main .work .slideBox .img {
  width: 100%;
  height: 65%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

main .work .slideBox .img::before, main .work .slideBox .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

main .work .slideBox img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  bottom: -30%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

main .work .slideBox .text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 1;
}

main .work .slideBox .text * {
  color: var(--color-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

main .work .slideBox .text h5 {
  font-size: 3.5rem;
  font-weight: 500;
  margin: 0;
  opacity:.5;
}

main .work .slideBox .text p {
  height: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  opacity: 0;
}

main .work .slideBox .item:hover .img::before, main .work .slideBox .item:hover .img::after {
  height: 100%;
  opacity: 1;
}

main .work .slideBox .item:hover .img::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

main .work .slideBox .item:hover .img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

main .work .slideBox .item:hover .text h5 {
  margin: 0 0 20px;
  opacity:1;
}

main .work .slideBox .item:hover .text p {
  height: 3em;
  opacity: 0.7;
}

main .work .slideBox .swiper-slide.on .img {
  height: 100%;
}

main .work .slideBox .swiper-slide.on img {
  bottom: 0;
}

main .connect .flexBox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px 50px;/*gap: 60px 120px;*/
  padding: 0 200px;/*padding: 0 40px;*/
}

main .connect .text {
  width: auto;
  height: 150px;
  height: 7.85vw;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

main .connect .text .svg {
  width: auto;
  height: 100%;
}

main .connect .text.on .connectTextCls {
  stroke-width: 3px;
}

main .connect .top {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main .connect .bottom {
  margin: 0 0 0 auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

main .connect a {
  gap: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .connect a span {
  color: #222222;
  font-size: 1.8rem;
  font-weight: 500;
}

main .connect a .icon {
  width: 150px;
  height: 150px;
  background: var(--color-main);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .connect a img {
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

main .connect a:hover img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

main .connect .box.on .text {
  opacity: 1;
}

main .connect .box.on .top {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

main .connect .box.on .bottom {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

main .connect .box.on .connectTextCls {
  stroke-dashoffset: 0;
  -webkit-transition: stroke 2s 0.8s, fill 0.4s;
  transition: stroke 2s 0.8s, stroke-width 0.4s;
}

main .notice .end ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}

main .notice .title {
  position: relative;
}

main .notice .point {
  width: 16.85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: -12%;
  bottom: 0;
  z-index: -1;
}

main .notice .point img:first-child {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

main .notice .point img:first-child.on {
  -webkit-animation: img1 1.6s cubic-bezier(0.955, -0.475, 0.265, 1.55) forwards;
          animation: img1 1.6s cubic-bezier(0.955, -0.475, 0.265, 1.55) forwards;
}

@-webkit-keyframes img1 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(20px) scale(1.4, 0.4);
            transform: translateY(20px) scale(1.4, 0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes img1 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(20px) scale(1.4, 0.4);
            transform: translateY(20px) scale(1.4, 0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

main .notice .point img:last-child {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}


main .notice .scrollBox{
	overflow-y: hidden;
    overflow-x: scroll;
}

main .notice .scrollBox::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff; /* �Ǵ� Ʈ���� �߰��Ѵ� */
}

main .notice .scrollBox::-webkit-scrollbar-thumb{
  width: 5px;
  height: 8px;
  background-color: #eee; /* �Ǵ� Ʈ���� �߰��Ѵ� */
  border-radius:10px;
}


  main .notice .itemBox {
	display: flex;
	margin-top:120px;
	/* width: 920px; */
    /* -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
	*/
}


main .notice .itemBox {
  display: -ms-flex;
  display: flex;
  /*display: -ms-grid;
  display: grid;*/
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 0 28px;
}

main .notice .item {
  border: 1px solid #dddddd;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 30px;
  min-width: 350px;
}



main .notice .item::before {
  content: "";
  display: block;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 115, 141, 0.25);
          box-shadow: 0px 0px 25px 0px rgba(0, 115, 141, 0.25);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .notice .img {
  padding: 150px 0;/*padding: 34.35% 0;*/
  position: relative;
  overflow: hidden;
}

main .notice .img img {
  min-width: 100%;
  max-width: inherit;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .notice .text {
  padding: 30px;
}

main .notice .text * {
  font-family: var(--font-pretendard);
}

main .notice .text h5,
main .notice .text p {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

main .notice .text h5 {
  height: 3em;/*height: 1em;*/
  color: #333333;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0px 0 50px;
  -webkit-line-clamp: 2;
}

main .notice .text p {
  color: #555555;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 20px 0 50px;
  -webkit-line-clamp: 3;
}

main .notice .text .date {
  color: #aaaaaa;
  font-size: 1.5rem;
  font-weight: 300;
}

main .notice .item:hover {
  border-color: var(--color-main);
}

main .notice .item:hover::before {
  opacity: 1;
}


@media screen and (max-width:1600px){
	main .work .flexBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 60px 0;
		margin-left:150px;
	}
}



@media screen and (max-width:1500px){
	main .work .flexBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 60px 0;
		margin-left:140px;
	}
}


@media screen and (max-width:1400px){
	main .work .flexBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 60px 0;
		margin-left:4%;
	}
}


@media screen and (max-width:1000px){
	main .work .flexBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 60px 0;
		margin-left:0%;
	}

	main .notice .item {
	  min-width:350px;
	}
}