* {margin: 0; padding: 0;}
li {list-style: none;}
a {text-decoration: none; color: #000;}
img {display: block;}
p,h2,li,span {word-break: keep-all;}
body {
  font-family: 'AppleSDGothicNeoR00'; 
  color: #222; 
  overflow-x: hidden;
  transition: .5s;
}
::-webkit-scrollbar {
  width: 15px; /* 스크롤 바의 너비 */
  height: 15px; /* 스크롤 바의 높이 */
  background-color: #fafafa; /* 스크롤 바의 배경색 */
}

html {
  scroll-behavior: smooth;
}


/* 스크롤 바의 색상 지정 */
::-webkit-scrollbar-thumb {
  background-color: #333; /* 스크롤 바의 색상 */
  border-radius: 10px;
  border: 3px solid #fafafa;
}

/* 스크롤 바 호버 시 색상 지정 */
::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

/* font */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AppleSDGothicNeoR00';
  src: url('../fonts/AppleSDGothicNeoR00.eot');
  src: url('../fonts/AppleSDGothicNeoR00.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AppleSDGothicNeoR00.woff2') format('woff2'),
      url('../fonts/AppleSDGothicNeoR00.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nelphim';
  src: url('../fonts/Nelphim-Regular.eot');
  src: url('../fonts/Nelphim-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Nelphim-Regular.woff2') format('woff2'),
      url('../fonts/Nelphim-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '116watermelon';
  src: url('../fonts/116watermelon.eot');
  src: url('../fonts/116watermelon.eot?#iefix') format('embedded-opentype'),
      url('../fonts/116watermelon.woff2') format('woff2'),
      url('../fonts/116watermelon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* all */
.main_t {
  font-family: 'Montserrat';
}

/* quick */
.quick_menu {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  display: none;
}
.quick_menu .quick_contact {
  margin-bottom: 20px;
}
.quick_menu .quick_contact>a>div {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px 25px 5px 25px;
  background: #39b54a;
}
.quick_menu .quick_contact>a>div>span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin-right: 3px;
}
.quick_menu .quick_contact>a>div>span:last-child {
  margin-right: 0;
}
.quick_menu .quick_contact>a>p {
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}
.quick_menu .top_btn>div {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #333;
  box-sizing: border-box;
  cursor: pointer;
}

/* head */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: .5s;
}
.header.up {
  top: -74px;
}
.nav {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.menu_box {
  display: flex;
  align-items: center;
  gap: 50px;
}
.menu {
  display: flex;
  z-index: 900;
}
.menu>li {
  position: relative;
}
.menu>li>a {
  height: 30px;
  overflow: hidden;
  display: block;
  padding: 5px 40px;
  box-sizing: border-box;
}
.menu>li>a>p {
  transition: .3s;
  font-size: 17px;
  color: #000;
  font-family: 'Montserrat';
  mix-blend-mode: difference;
}
.menu>li:hover>a>p:nth-child(1) {
  margin-top: -23px;
}
.menu>li>div {
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 20px;
  display: none;
}
.menu>li>div>a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  transition: .3s;
}
.menu>li>div>a:hover {
  color: #39b54a;
  background: #f5f5f5;
}
.logo {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-family: 'Montserrat';
}
.menu_right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.c-button {
  text-decoration: none;
  padding: 7px 15px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-family: 'Montserrat';
  font-size: 14px;
  overflow: hidden;
}
.c-button--gooey {
  text-transform: uppercase;
  border: 1px solid #222;
  border-radius: 25px;
  position: relative;
  transition: all 700ms ease;
  /* mix-blend-mode: difference; */
}
.c-button:hover {
  border: 1px solid #39b54a;
}
.c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}
.c-button--gooey .c-button__blobs div {
  background-color: #39b54a;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}
.c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}
.c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 80ms;
}
.c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 45ms;
}
.c-button--gooey:hover {
  color: #fff;
}
.c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}
.ham {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ham>div {
  width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 20px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
.ham>div>span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  transition: .3s;
}
.ham>div.active span:first-child {
  top: 0;
  transform: rotate(43deg) translateX(23%);
}
.ham>div.active span:last-child {
  bottom: 0;
  transform: rotate(-43deg) translateX(23%);
}
.ham>div>span.color {
  background: #fff !important;
}
.ham_box {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: url('../images/ham_bg.png') no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  display: none;
}
.ham_box.on {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
}
.ham_outer {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 100px;
  box-sizing: border-box;
}
.menu_add>div>p {
  color: #fff;
}
.ham_menu {
  width: 50%;
}
/* .ham_menu::after {
  content: "";
  width: 35%;
  border-bottom: 1px solid #f5f5f5;
  position: absolute;
  top: -50px;
  left: -80px;
}
.ham_menu::before {
  content: "";
  width: 1px;
  height: 20%;
  border-right: 1px solid #f5f5f5;
  position: absolute;
  top: -70px;
  left: -50px;
} */
.hm_depth01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  box-sizing: border-box;
  cursor: pointer;
  transition: .3s;
  position: relative;
}
.hm_depth01:hover::after {
  width: 100%;
}
.hm_depth01::after {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}
.hm_depth01>div {
  width: 50px;
  height: 49px;
  overflow: hidden;
  position: relative;
}
.hm_depth01>div>span:nth-child(1) {
  width: 25px;
  height: 30px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 0 10px 0;
  box-sizing: border-box;
  position: absolute;
  top: -2px;
  left: 2px;
  transition: .3s;
}
.hm_depth01>div>span:nth-child(2) {
  width: 25px;
  height: 25px;
  display: block;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  box-sizing: border-box;
  position: absolute;
  bottom: -2px;
  right: 0px;
  transition: .3s;
  opacity: 1;
}
.hm_depth01>h2 {
  color: #fff;
  font-size: 70px;
  font-family: 'Montserrat';
}
.hm_depth02 {
  width: 100%;
  display: none;
}
.hm_depth02>a {
  width: fit-content;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}
.menu_add {
  width: 50%;
  height: 100%;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}
/* .menu_add::after {
  content: "";
  width: 30%;
  border-bottom: 1px solid #f5f5f5;
  position: absolute;
  bottom: -30px;
  right: -80px;
}
.menu_add::before {
  content: "";
  width: 1px;
  height: 25%;
  border-right: 1px solid #f5f5f5;
  position: absolute;
  bottom: -80px;
  right: -30px;
} */
.menu_add>div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.menu_add>div>p {
  font-size: 50px;
  font-family: 'Montserrat';
  font-weight: 600;
}
.menu_add>div>p>span {
  font-family: 'Nelphim';
  font-size: 36px;
  font-weight: 400;
}
.address_box {
  position: absolute;
  bottom: 0;
}
.address_box>p {
  color: #fff;
  margin-top: 10px;
  text-align: right;
}
.address_box>p:last-child {
  font-size: 12px;
  font-family: 'Montserrat';
  margin-top: 20px;
}

/* sec01 */
.slogan_box {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 0 5%;
  box-sizing: border-box;
}
.slogan {
  width: 100%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 30px;
  margin-bottom: 50px;
}
.slogan:last-child {
  margin-bottom: 0;
}
.slogan>p {
  font-size: 230px;
  font-family: '116watermelon';
  line-height: .8;
  /* font-weight: 600; */
}
.image-container {
  /* height: 182px; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
}
.slogan2 {
  justify-content: flex-end;
}
.slogan2 .s1_txt {
  font-size: 26px;
}
.slogan3 {
  justify-content: center;
}
.image-container>img {
  object-fit: cover;
}
.parallax__item__img>video {
  height: 182px;
  border-radius: 10px;
}
.parallax__item__img>div>p:nth-child(2) {
  font-family: 'Montserrat';
}
.image-container1 {
  animation: img_circle 15s linear infinite;
}
@keyframes img_circle {
  100% {transform: rotate(360deg);}
}
/* .image-container2 {
  animation: img_circle2 15s linear infinite;
}
@keyframes img_circle2 {
  100% {transform: rotateY(360deg);}
} */

/* sec02 */
.sec02 {
  padding: 200px 0;
  background: url('../images/main_s3_img.png')top right no-repeat;
}
.s2_c1 .main_t {
  font-size: 20px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
.s2_c1>p {
  line-height: 1.5;
  font-size: 50px;
  position: relative;
  white-space: pre-wrap;
  color: #fff;
  text-align: center;
}
.s2_c1>p.split>span {
  display: inline-block;
}    
.s2_c2 {
  height: 100vh;
  position: relative;
}
.s2_c2_txt {
  width: 70%;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.s2_c2_txt>div {
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 1s;
}
.s2_icon>svg {
  width: 60%;
}
#s2_bg1 {
  stroke: #00b7ff;
}
#s2_bg2 {
  stroke: #39b54a;
}
#s2_bg3 {
  stroke: #ff4d6c;
}
#s2_bg4 {
  stroke: #9999cc;
}
#s2_bg5 {
  stroke: #fc7914;
}
#s2_bg6 {
  stroke: #efff95;
}
.cls-1 {
  stroke-dasharray: 2886.07080078125;
  stroke-dashoffset: 2886.07080078125;
  animation: ani1 4s infinite ease;
}
@keyframes ani1 {
  0%   {stroke-dashoffset: 2886.07080078125;}
  80% {stroke-dashoffset: 0;}
  100% {stroke-dashoffset: 0;}
}
.cls-2 {
  stroke-dasharray: 2886.0732421875;
  stroke-dashoffset: 2886.0732421875;
  animation: ani2 4s infinite ease;
}
@keyframes ani2 {
  0%   {stroke-dashoffset: 2886.0732421875;}
  80% {stroke-dashoffset: 0;}
  100% {stroke-dashoffset: 0;}
}
.cls-3 {
  stroke-dasharray: 2853.417724609375;
  stroke-dashoffset: 2853.417724609375;
  animation: ani3 4s infinite ease;
}
@keyframes ani3 {
  0%   {stroke-dashoffset: 2853.417724609375;}
  80% {stroke-dashoffset: 0;}
  100% {stroke-dashoffset: 0;}
}
.cls-4 {
  stroke-dasharray: 951.1387939453125;
  stroke-dashoffset: 951.1387939453125;
  animation: ani4 4s infinite ease;
}
@keyframes ani4 {
  0%   {stroke-dashoffset: 951.1387939453125;}
  80% {stroke-dashoffset: 0;}
  100% {stroke-dashoffset: 0;}
}
.cls-5 {
  stroke-dasharray: 951.1387939453125;
  stroke-dashoffset: 951.1387939453125;
  animation: ani5 4s infinite ease;
}
@keyframes ani5 {
  0%   {stroke-dashoffset: 951.1387939453125;}
  80% {stroke-dashoffset: 0;}
  100% {stroke-dashoffset: 0;}
}
.cls-6 {
  stroke-dasharray: 951.1400146484375;
  stroke-dashoffset: 951.1400146484375;
  animation: ani6 4s infinite ease;
}
@keyframes ani6 {
  0%   {stroke-dashoffset: 951.1400146484375;}
  80% {stroke-dashoffset: 0;}
  100% {stroke-dashoffset: 0;}
}
.cls-7 {
  stroke-dasharray: 1028.8662109375;
  stroke-dashoffset: 1028.8662109375;
  animation: ani7 4s infinite ease;
}
@keyframes ani7 {
  0%   {stroke-dashoffset: 1028.8662109375;}
  80% {stroke-dashoffset: 0;}
  100% {stroke-dashoffset: 0;}
}
.cls-8 {
  stroke-dasharray: 3117.904296875;
  stroke-dashoffset: 3117.904296875;
  animation: ani8 4s infinite ease;
}
@keyframes ani8 {
  0%   {stroke-dashoffset: 3117.904296875;}
  80% {stroke-dashoffset: 0;}
  100% {stroke-dashoffset: 0;}
}
.cls-9 {
  stroke-dasharray: 3564.969482421875;
  stroke-dashoffset: 3564.969482421875;
  animation: ani9 4s infinite ease;
}
@keyframes ani9 {
  0%   {stroke-dashoffset: 3564.969482421875;}
  80% {stroke-dashoffset: 0;}
  100% {stroke-dashoffset: 0;}
}
.cls-10 {
  stroke-dasharray: 7656.998046875;
  stroke-dashoffset: 7656.998046875;
  animation: ani10 4s infinite ease;
}
@keyframes ani10 {
  0%   {stroke-dashoffset: 7656.998046875;}
  80% {stroke-dashoffset: 0;}
  100% {stroke-dashoffset: 0;}
}

.s2_num {
  font-family: 'Nelphim';
  color: #fff;
  margin-bottom: 10px;
}
.s2_c2_txt h2 {
  font-size: 40px;
  font-family: 'Montserrat';
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.s2_c2_txt>div>div {
  width: 50%;
}
.s2_c2_txt .title>p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

/* sec03 */
.s3_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s3_c1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.s3_c1>div {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 50px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: .5s;
}
.s3_c1>div>h2 {
  font-size: 20px;
  font-family: 'Montserrat';
  margin-bottom: 40px;
  line-height: 1.5;
}
.s3_c1>video {
  width: 60%;
  height: 50%;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  filter: brightness(.7);
  object-fit: cover;
  transition: all ease 1.5s;
}
.s3_c1>div>a {
  display: block;
  width: 200px;
  padding: 15px 0;
  border: 1px solid #fff;
  border-radius: 25px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Montserrat';
  margin-top: 100px;
  color: #fff;
  font-size: 16px;
  transition: .3s;
}
.s3_c1>div>a:hover {
  border: 1px solid #39b54a;
  background: #39b54a;
}
.textloop {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 300px 0;
  overflow: hidden;
}
.flow_txt {
  width: 150%;
  display: flex;
  gap: 100px;
  overflow: hidden;
  white-space: nowrap;
  /* background: rgba( 0, 0, 0, 0.18 ); */
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 50px 0;
  box-sizing: border-box;
  transform: rotate(4deg);
}
.flow_txt2 {
  transform: rotate(-2deg);
  background: #39b54a;
  color: #fff;
  border: none;
  margin-top: 300px;
  position: absolute;
}
.flow_txt>p {
  font-size: 80px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  animation: textLoop 40s linear infinite;
}
@keyframes textLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.flow_txt2>p {
  animation: textLoop2 40s linear infinite;
}
@keyframes textLoop2 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* sec04 */
.sec04 {
  /* height: 400vh; */
  padding: 100px 0;
}
.sec04_title {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.sec04_title .txt .main_t {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: 'Montserrat';
}
.sec04_title .txt>div {
  width: 100%;
  line-height: 1.5;
  font-size: 18px;
}
.s4_c2 {
  padding: 0 2.5%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 20px;
}
.s4_c2_content {
  width: calc(100% / 3 - 13.4px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 50px;
  box-sizing: border-box;
  background: #f6f6f6;
  border-radius: 3px;
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease;
}
.s4_c2_content:nth-child(2) {
  transition-delay: .3s;
}
.s4_c2_content:nth-child(3) {
  transition-delay: .6s;
}
.s4_c2_content:nth-child(4) {
  transition-delay: .9s;
}
.s4_c2_content:nth-child(5) {
  transition-delay: 1.2s;
}
.s4_c2_content:nth-child(6) {
  transition-delay: 1.5s;
}
.s4_c2_content:nth-child(7) {
  transition-delay: 1.8s;
}
.s4_c2_content:nth-child(8) {
  transition-delay: 2.1s;
}
.s4_c2_content:nth-child(9) {
  transition-delay: 2.4s;
}

.s4_c2_element {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.s4_c2_element>img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  transition: transform 0.1s ease-out;
}
.pf_txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.s4_c2_element:hover>img {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.s4_c2_element:hover .button {
  opacity: 1;
}
.pf_txt>p {
  color: #222;
  font-size: 14px;
}
.pf_txt>p:nth-child(2) {
  color: #929292;
  font-family: 'Montserrat';
}
.s4_c2_element .button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #929292;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  margin-top: 20px;
  position: absolute;
  opacity: 0;
}
.s4_c2_element .button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #929292;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.s4_c2_element .button:hover {
  background-color: #39b54a;
}
.s4_c2_element .button:hover .button__icon-wrapper {
  color: #39b54a;
}
.s4_c2_element .button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}
.s4_c2_element .button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}
.s4_c2_element .button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
.s4_c1 .txt>div {
  width: 100%;
  /* text-align: center; */
  font-size:20px;
  font-weight:400;
  font-family:var(--sub-font);
  color:rgb(0, 0, 0, .2);
  background:linear-gradient(to right, #222, #222) no-repeat;
  -webkit-background-clip:text;
  background-clip:text;
  background-size:0%;
  word-break:keep-all;
  line-height: 1.5;
}
.more_button {
  width: 100%;
  border: 1px solid #222;
  padding: 15px 0;
  box-sizing: border-box;
  color: #222;
  border-radius: 6px;
  font-family: 'Montserrat';
  text-align: center;
  cursor: pointer;
  transition: .3s;
  margin: 50px auto;
}
.more_button:hover {
  background: #39b54a;
  border: 1px solid #39b54a;
  color: #fff;
}
.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  transition: transform 0.3s ease;
  opacity: 0;
}
.cursor.active {
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%) scale(1.2);
}
.s4_c3 {
  display: none;
  margin-top: 20px;
}
.more_button2>a {
  transition: .3s;
}
.more_button2:hover>a {
  color: #fff;
}

/* sec05 */
.s5_txt {
  width: 100%;
  height: 100%;
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.s5_contact>h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.s5_c1 {
  display: none;
}
.s5_c1_inner {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 2.5%;
  box-sizing: border-box;
  margin: 0 auto;
}
.s5_map {
  width: 100%;
  position: relative;
}
.opa_box {
  width: 100%;
  height: 478px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.s5_map .root_daum_roughmap_landing {
  width: 100% !important;
  background: transparent;
  margin: 0;
  overflow: hidden;
  filter: grayscale(1);
  z-index: 1;
}
.s5_map .root_daum_roughmap .wrap_controllers .wrap_btn_roadview {
  display: flex;
  align-items: center;
}
.f_address {
  margin-top: 20px;
  display: flex;
  gap: 50px;
}
.f_address>li>p {
  color: #fff;
  text-align: left;
}
.f_address>li>p:nth-child(1) {
  color: #fff;
  font-family: 'Montserrat';
  margin-bottom: 5px;
  font-size: 20px;
}
.s5_contact {
  width: 100%;
}
.s5_contact>ul>li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.s5_contact>ul>li>div {
  width: 50%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a7a7a7;
  padding: 10px 0;
  box-sizing: border-box;
  transition: .3s;
}
.s5_contact>ul>li>div.color {
  border-bottom: 1px solid #fff;
}
.s5_contact>ul>li span {
  font-size: 14px;
  color: #a7a7a7;
  transition: .3s;
  margin-right: 10px;
}
.s5_contact>ul>li span.color {
  color: #fff;
  margin-right: 20px;
}
.s5_contact>ul>li input {
  width: fit-content;
  padding: 10px;
  border: none;
  background: none;
  color: #fff;
  box-sizing: border-box;
}
.s5_contact>ul>li input:focus {
  border: none !important;
  outline: none !important;
}
.s5_contact>ul>li input::placeholder {
  color: #a7a7a7;
}
.s5_contact>ul>li>div.w100 {
  width: 100%;
}
.contact_send {
  margin-top: 20px;
}
.contact_send>button {
  width: 150px;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  background: none;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}
.contact_send>button:hover {
  background: #39b54a;
  border: 1px solid #39b54a;
  color: #fff;
}

#inc03{position:relative}
#inc03 .pl{white-space:pre-line;word-break:keep-all}
#inc03 .inc03_wrap .gsap_slide_wrap{opacity:0;filter:blur(10px);transition:opacity, filter .5s;position:relative;display:flex;margin-top:220px;width:100%;height:100vh}
#inc03 .inc03_wrap .gsap_slide_wrap > div{width:100%}
#inc03 .inc03_wrap .gsap_slide_wrap > div .txt{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;text-align:center;color:var(--primary); padding: 5%; box-sizing: border-box;}
#inc03 .inc03_wrap .gsap_slide_wrap > div .txt .en{font-size:13px;font-weight:700}
#inc03 .inc03_wrap .gsap_slide_wrap > div .txt h3{color: #fff; margin-top:10px;font-size:20px;font-weight:500;line-height:1.3;font-family:var(--e-font)}
#inc03 .inc03_wrap .gsap_slide_wrap .img_cont{
  position:absolute;
  top:0px;
  right:0px;
  width:50%;
  height:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background: #39b54a;
}
#inc03 .inc03_wrap .gsap_slide_wrap .left_cont .img_cont>h2 {
  font-size: 70px;
  text-align: center;
  font-family: 'Montserrat';
  color: #fff;
  line-height: 1;
}
#inc03 .inc03_wrap .gsap_slide_wrap .left_cont .img_cont>p {
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}
#inc03 .inc03_wrap .gsap_slide_wrap .left_cont .img_cont>p:nth-child(1) {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Montserrat';
}
#inc03 .inc03_wrap .gsap_slide_wrap .right_cont .txt{opacity:0}
#inc03 .inc03_wrap .gsap_slide_wrap .right_cont .img_cont {
  background: #000;
}
#inc03 .inc03_wrap .gsap_slide_wrap .right_cont .img_cont>h2 {
  font-size: 70px;
  text-align: center;
  font-family: 'Montserrat';
  color: #fff;
  line-height: 1;
}
#inc03 .inc03_wrap .gsap_slide_wrap .right_cont .img_cont>p {
  width: 100%;
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}


/* footer */
.footer {
  /* background: #000; */
  /* padding: 50px 0; */
  overflow: hidden;
}
.f_outer {
  width: 95%;
  margin: 0 auto;
}
.f_top {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.ft_l {
  display: flex;
  justify-content: center;
}
.company_name {
  color: #ebebeb;
  font-size: 350px;
  font-family: 'Montserrat';
  font-weight: bolder;
  line-height: .8;
}
.f_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}
.f_bottom>p {
  text-align: right;
  color: #929292;
  font-size: 12px;
  font-family: 'Montserrat';
}
.f_bottom>ul {
  display: flex;
  gap: 10px;
}
.f_bottom>ul>li {
  color: #929292;
  font-size: 14px;
  padding-right: 10px;
  /* border-right: 1px solid #929292; */
  box-sizing: border-box;
}
#clock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #929292;
  font-size: 14px;
}