@charset "utf-8";

/* 잉크립퀴드체 */
/* @font-face {
  font-family: 'InkLipquid';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

/* 기본 레이아웃 */
body {word-break: keep-all; margin-top: 65px;}
/* .wrap {overflow: hidden;} */
.layout {max-width: 1400px; padding: 0 15px;}
.num-black{color: #000;}
.num-white{color: #fff;}
.num-white a {color: #fff;}
p {font-size: 1.4rem; line-height: 1.7; font-weight: 400;}
span {font-weight: 400;}
div {box-sizing:border-box;}
article {box-sizing:border-box;}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

@media (min-width:470px) {
  p {font-size: 1.6rem;}
}

@media (min-width:768px) {
  p {font-size: 1.6rem;}
}

@media (min-width:1024px) {
  p {font-size: 1.8rem;}
}
@media (min-width:1280px) {
  body {margin-top: 90px;}
}

@media (min-width:1400px) {
    .layout {padding: 0; margin: 0 auto;}
  }


/* 상단헤더  css*/
.aside {position: fixed; z-index: 9999; bottom: 180px; right: 10px; display: none;}
.aside ul {display: flex; flex-direction: column; gap: 10px;}
.aside ul li {width: 50px; height: 50px; border-radius: 15px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 4px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; cursor: pointer; transition: .2s all ease-in-out;}
.aside ul .online_inquiry {background-color: #a0344d; }
.aside ul .online_inquiry:hover {background-color: #A10D30;}
.aside ul .topbutton {background-color: #333333;}
.aside ul .topbutton:hover {background-color: #585858;}
.aside ul li p {font-size: 1.3rem; color: #fff; display: none;}

@media (min-width: 1200px) {
  .aside {bottom: 170px; right: 50px;}
  .aside ul li {width: 70px; height: 70px;}
  .aside ul li p {display: block;}
}

.header {position: absolute; top: 0; left: 0; width: 100%; height: 90px; overflow: hidden; transition: all 0.5s; z-index: 9999; background-color: #fff; box-shadow: 5px 0 9px rgba(0,0,0,0.10);}

.header .header-inner {position: relative; text-align: center; display: flex; justify-content: space-between;}
/* .header .header-logo {margin-left: 15px;} */
.header .header-logo a{display: block; padding: 19px 0;}
.header .header-logo a h1 { font-size: 3.2rem; font-weight: 600; color: #fff;}
#logo-m {display: none;}


.header .header-gnb {position: relative; z-index: 1; width: 65%; height: 100%;}
.header .header-gnb .gnb-depth-1 {display: flex; justify-content: space-between; height: 100%;}
.header .header-gnb .gnb-depth-1 > .depth-1 {vertical-align: top; width: calc(100% / 6);}
.header .header-gnb .gnb-depth-1 > .depth-1 > a {display: flex; justify-content: center; align-items: center; height: 90px; font-size: 1.6rem; position: relative; text-align: center; font-weight: 500; color: #000;}
.header .header-gnb .gnb-depth-1 > .depth-1 > a:after {
    position: absolute; left: 50%; right: 50%; height: 3px; bottom: -1px; content: ''; background-color: #A10D30; transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); transform: translate3d(0, 0, 0); opacity: 0;
}
.header .header-gnb .gnb-depth-1 > .depth-1 > a:hover {color: #A10D30;}
.header .header-gnb .gnb-depth-1 > .depth-1 > a:hover:after {left: 40px; right: 42px; opacity: 1;}
.header .header-gnb .gnb-depth-1 > .depth-1 > a span {line-height: 1.3; font-weight: 500;}


.header .header-gnb .gnb-depth-1 .depth-1 .gnb-depth-2 {padding: 20px 0;}
/* .header .header-gnb .gnb-depth-1 .depth-1 .gnb-depth-2 .depth-2 {padding: 14px 0;} */
.header .header-gnb .gnb-depth-1 .depth-1 .gnb-depth-2 .depth-2 a {transition: all .3s; padding: 12px 0; display: block;}
.header .header-gnb .gnb-depth-1 .depth-1 .gnb-depth-2 .depth-2 a span {display: block; font-size: 1.6rem; font-weight: 500; text-align: center; transition: all 0.3s; color: #282C2F; line-height: 1.3;}
.header .header-gnb .gnb-depth-1 .depth-1 .gnb-depth-2 .depth-2 a span:hover {color: #A10D30;}

@media (min-width: 768px) {
  .header::after {content: ""; position: absolute; top: 90px; left: 0; width: 100%; height: 1px; background: #ddd;}
    }

  /* contact 버튼 */

  .header-inner .contact-btn {margin-top: 20px; display: none;}
  .header-inner .contact-btn button {color: #6C6C6C; font-size: 1.3rem; font-weight: 400; border-radius: 40px; background-color: #e9e9e9; font-size: 1.6rem;}
  .header-inner .contact-btn button.on {border: 1px solid #fff;}
  .header-inner .contact-btn button i {color: #6C6C6C; margin-left: 8px; font-size: 1.4rem;}
  .header-inner .contact-btn button a.on {color: #191919}
  .header-inner .contact-btn button:hover {background-color: #A10D30; border: 1px solid #A10D30; color: #fff;}
  .header-inner .contact-btn button:hover i {color: #fff;}

  .header-inner .contact-btn button {padding: 15px 30px; transition: all 0.3s; border: 1px solid #fff; border-color: rgba(255,255,255,.3); transition: color .3s, border-color .3s, background-color .3s; margin: 0 auto;}

  @media (min-width: 1500px) {
    .header-inner .contact-btn {display: block;}
    .header .header-gnb {width: 60%;}
  }

/* 모바일 메뉴  css*/
.header .mobile-gnb {display: none;}
.header .mobile-gnb .sidebar-btn {position: relative; width: 65px; height: 65px; z-index: 1; cursor: pointer; background-color: transparent;}
.header .mobile-gnb .sidebar-btn span {display: block; position: absolute; left: 20px; width: 24px; height: 2px; background-color: #16233B;}
.header .mobile-gnb .sidebar-btn span:nth-child(1) {top: 22px;}
.header .mobile-gnb .sidebar-btn span:nth-child(2) {top: 32px; transition: opacity 0s 0.15s;}
.header .mobile-gnb .sidebar-btn span:nth-child(3) {top: 42px;}
.header .mobile-gnb .sidebar-btn span:nth-child(1),
.header .mobile-gnb .sidebar-btn span:nth-child(3) {transition: top 0.15s 0.15s, transform 0.15s, width 0.15s, left 0.15s;}
.header .mobile-gnb.open .sidebar-btn span:nth-child(2) {opacity: 0; transition: opacity 0.15s;}
.header .mobile-gnb.open .sidebar-btn span:nth-child(1), 
.header .mobile-gnb.open .sidebar-btn span:nth-child(3) {top: 32px; width: 30px; transition: top 0.15s, transform 0.15s 0.15s, width 0.15s 0.15s, left 0.15s 0.15s;}
.header .mobile-gnb.open .sidebar-btn span:nth-child(1) {left: 18px; transform: rotate(45deg);}
.header .mobile-gnb.open .sidebar-btn span:nth-child(3) {left: 18px; transform: rotate(-45deg);}

.header .mobile-gnb .sidebar-wrap {
    position: fixed; width: 100%; height: 100%; top: 65px; left: 0; background-color: rgba(0,0,0,0.6); transition: all 0.5s; visibility: hidden; opacity: 0;
}
.header .mobile-gnb.open .sidebar-wrap {visibility: visible; opacity: 1;}
.header .mobile-gnb .sidebar-wrap .sidebar {position: absolute; 
    top: 0; right: 0; width: 100%; max-width: 375px; height: calc(100vh - 65px); background-color: #fff; transform: translateX(100%); transition: all 0.5s;
}
.header .mobile-gnb.open .sidebar-wrap .sidebar {transform: translateX(0);}
.header .mobile-gnb .gnb-depth-1 {height: 100%; overflow-y: auto; background-color: #fff;}
.header .mobile-gnb .depth-1 {background: #16233B; border-bottom: 1px dotted #888888;}
.header .mobile-gnb .depth-1 > a {display: flex; align-items: center; position: relative; padding: 0 60px 0 25px; height: 60px; font-size: 1.7rem; font-weight: 500; color: #fff;}

.header .mobile-gnb .gnb-depth-1 .depth-1>a::before {content: "\f078"; display: inline-block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); font-family: "Font Awesome 6 Free"; font-weight: 900; color: #fff;}
.header .mobile-gnb .gnb-depth-1 .depth-1.active a::before {transform: translateY(-50%) rotate(180deg);}

/* .header .mobile-gnb .gnb-depth-1 .depth-1:nth-child(4)>a::before {content: none;} */
.header .mobile-gnb .gnb-depth-1 .depth-1:nth-child(5)>a::before {content: none;}
/* .header .mobile-gnb .gnb-depth-1 .depth-1:nth-child(6)>a::before {content: none;} */
.header .mobile-gnb .gnb-depth-1 .depth-1:nth-child(7)>a::before {content: none;}

.header .mobile-gnb .depth-1 > a > span {position: relative; display: block; line-height: normal; color: #fff;}
.header .mobile-gnb .depth-1 > a > span::before {
    content: ""; display: block; position: absolute; left: -2px; bottom: 0; width: 0; height: 9; transition: all 0.5s; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); z-index: -1; background-color: #D0C09E;
}
.header .mobile-gnb .depth-1.current > a > span::before {content: ""; display: block; width: calc(100% + 4px);}
.header .mobile-gnb .gnb-depth-2 {
    display: none; background-color: #fff; padding: 10px; text-align: left;
}
.header .mobile-gnb .depth-2 > a {display: block; padding: 15px 25px; font-size: 1.5rem; color: #777; font-weight: 500; transition: all .3s;}
.header .mobile-gnb .depth-2 a span:hover {color: #000;}
.header .mobile-gnb .depth-2 > a.active {color: #007ea5; font-weight: bold;}

/* 모바일 메뉴 끝 */
@media (max-width: 1260px) {
    /* body {margin-top: 65px;} */
    .header {position: fixed; width: 100%; height: 65px;}
    .header .header-logo {top: 12px;}
    /* .header .header-logo img {width: 200px;} */
    .header .header-gnb {display: none;}
    .header .mobile-gnb {display: block;}
}
@media (max-width:1260px) {
    /* #logo-img {display: none;} */
    #logo-m {display: block; z-index: 9999;}
    .header .header-inner {background: rgba(255, 255, 255, 0.8);}
    .language .lang-list {line-height: 70px;}
    .header .header-logo a img {max-width: 80%;}
}
@media (max-width:500px) {
    .header .mobile-gnb .sidebar-wrap .sidebar {max-width: 100%;}
}

@media (min-width:1260px) {
  .header .header-logo a {padding: 25px 0;}
  .header .header-inner {padding: 0 40px;}
}
/* 상단헤더 끝 */


/* section01 메인 css */
/* 메인 배너 슬라이더 */
.slider-wrap {
  position:relative;
}

.main-slider {
  position:relative;
  margin-bottom:0 !important;
}

.main-slider .slide-item .slide-con {
  position:relative;
}


.main-slider .slide-item > .slide-con > .slide-txt {
  position:absolute;
  top:45%;
  left:50%;
  transform:translate(-50%, -45%);
  z-index:50;
  color: #fff;
  text-align: center;
}
.main-slider .slide-item > .slide-con > .slide-txt > h2.txt-tt {
  font-size: 3.5vw;
  font-family: 'Montserrat', 'san-serif';
  font-weight: bold;
}

.main-slider .slide-item > .slide-con > .slide-txt > p.txt-desc {
  font-size:1.2vw;
  font-weight:300;
  margin-top:16px;
  color: #fff;
}

.main-slider .slide-item > .slide-con > .slide-txt > .txt-btn {
  margin-top:46px;
}

.main-slider .slide-item > .slide-con > .slide-txt > .txt-btn > a {
  font-size:14px;
  display:inline-block;
}

.main-slider .slide-item > .slide-con > .slide-txt > .txt-btn > a.txt-btn-1 {
  position:relative;
  margin-right:31px;
}

.main-slider .slide-item > .slide-con > .slide-txt > .txt-btn > a.txt-btn-1::after {
  content:"";
  width:0;
  height:1px;
  position:absolute;
  left:50%;
  bottom:0;
  transform:translatex(-50%);
  background-color:#555;
}

.main-slider .slick-active .slide-item .slide-txt > .txt-btn > a.txt-btn-1::after {
  animation:more-btm-line 1s 1 .2s;
  animation-fill-mode: forwards;
}

.main-slider .slick-active .slide-item .slide-txt > .txt-btn > a.txt-btn-1:hover::after {
  animation:more-btm-line-hover 1s 1;
  animation-fill-mode: forwards;
}

@keyframes more-btm-line {
  0%{
      width:0;
  }
  100%{
      width:100%;
  }
}

@keyframes more-btm-line-hover {
  0%{
      width:0;
  }
  100%{
      width:100%;
  }
}


.main-slider .slide-item > .slide-con > .slide-txt > .txt-btn > a.txt-btn-2 {
  padding:12px 38px;
  border:1px solid #fff;
  border-radius:45px;
  line-height:1;
  letter-spacing:.05rem;
  color:#fff;
  transition:all .5s;
}

.main-slider .slide-item {
  background-color:#555;
}

/* 사이드 버튼 */
.main-slider .slick-arrow {
  position:absolute;
  top:50%;
  left:24px;
  transform:translatey(-50%);
  display:block;
  z-index:50;
}

.main-slider .slick-arrow::before {
  display:block;
  /* width:35px;
  height:55px; */
  opacity:1;
  color:#fff;
}

/* .main-slider .slick-arrow {position: relative;} */
.slick-prev:before {
  content: '\f053' !important;
  display: inline-block;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  color: #fff;
  z-index: 999;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
}
.slick-next:before {
  content: '\f054' !important;
  display: inline-block;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  color: #fff;
  z-index: 999;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
}
.slick-prev:hover:before,
.slick-arrow:hover:before {background-color: #fff; color: #464646;}

.main-slider .slick-next {
  left:auto;
  right:64px;
}

/* 페이지 버튼 */
.main-slider .slick-dots {
  font-size:0;
  position:absolute;
  left:50%;
  bottom:80px;
  transform:translatex(-50%);
  width:54%;
  z-index:50;
}

.main-slider .slick-dots::after {
  content:"";
  display:block;
  clear:both;
}

.main-slider .slick-dots > li {
  width:20%;
  height:auto;
  padding-left:16px;
  margin:0;
  box-sizing:border-box;
  float:left;
}

.main-slider .slick-dots > li > button {
  width:100%;
  height:4px;
  background-color:rgba(255,255,255,.3);
  outline:none;
  position:relative;
  padding:0;
  color:inherit;
  line-height:normal;
}

.main-slider .slick-dots > li > button::before {
  display:none;
}

.main-slider .slick-dots > li > button > .s-line-fill {
  content:"";
  width:0;
  height:4px;
  background-color:#fff;
  position:absolute;
  top:0;
  left:0;
  opacity:1;
}

.slider-wrap .slick-dots .slick-active > button > .s-line-fill {
  animation:slick-progressbar 4s 1;
  animation-fill-mode: forwards;
}

.slider-wrap[data-slick-autoplay-status="N"] .slick-dots .slick-active > button > .s-line-fill {
  animation-play-state:paused;
}

@keyframes slick-progressbar {
  0% {
      width:0%;
  }
  100% {
      width:100%;
  }
}

/* 페이지 버튼 인디케이터 */
.main-slider .slick-dots > li > button > .s-indicator {
  position:absolute;
  left:50%;
  bottom: 8px;
  transform:translatex(-50%);
  width:110%;
  overflow:hidden;
}

.main-slider .slick-dots > li > button > .s-indicator > .inner-txt {
  font-size:15px;
  font-weight:bold;
  white-space:nowrap;
  display:block;
  width:100%;
  transform:translatey(100%);
  opacity:0;
  transition:all .8s;
  color:#fff;
}

.main-slider .slick-dots > li > button:hover > .s-indicator > .inner-txt {
  transform:translatey(0);
  opacity:1;
  padding-bottom:5px;
}

/* 오토플레이 버튼 */
.slider-wrap .s-autoplay-btn {
  position:absolute;
  left:79%;
  bottom:74px;
  z-index:50;
  font-size:20px;
  color:#fff;
}

.slider-wrap[data-slick-autoplay-status="Y"] .s-autoplay-btn:after {
  content:"■";
  display:block;
  font-size: 15px;
}

.slider-wrap[data-slick-autoplay-status="N"] .s-autoplay-btn:after {
  content:"▶";
  display:block;
  font-size:15px;
}

.slider-wrap .slide-dummy {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:90%;
}

/* 메인 슬라이더 반응형 */
@media (max-width:1440px){
  .main-slider .slide-item > .slide-con > .slide-txt > h2.txt-tt {
      font-size:4vw;
  }

  .main-slider .slide-item > .slide-con > .slide-txt > p.txt-desc {
      font-size:2vw;
      margin-top:1vw;
  }
  
  .main-slider .slide-item > .slide-con > .slide-txt > .txt-btn {
      margin-top:3vw
  }
  
  .main-slider .slide-item > .slide-con > .slide-txt > .txt-btn > a.txt-btn-1 {
      font-size:1vw;
      margin-right:2vw;
  }
  
  .main-slider .slide-item > .slide-con > .slide-txt > .txt-btn > a.txt-btn-2 {
      font-size:0.95vw;
      padding:0.8vw 2.5vw;
  }
  
  .main-slider .slick-dots > li > button > .s-indicator > .inner-txt {
      font-size:1vw;
  }
  
  .main-slider .slick-dots > li > button, .main-slider .slick-dots > li > button > .s-line-fill {
      height:0.25vw;
  }
  
  /* .main-slider .slick-arrow::before {
      width:2.5vw;
      height:3.8vw;
  } */
}

@media (max-width:770px){
  .main-slider .slick-arrow {
      display:none !important;
  }
  
  .main-slider .slick-dots {
      width:auto;
      background-color:rgba(0,0,0,.5);
      padding:4px 6px;
      padding-right:25px;
      border-radius:45px;
  }
  
  .main-slider .slick-dots > li {
      width:auto;
      margin:0 7px 0 6px;
      padding-left:0;
  }
  
  .main-slider .slick-dots > li > button {
      width:8px;
      height:8px;
      border-radius:45px;
      box-sizing:content-box;
      border:1px solid #fff;
      background-color:rgba(0,0,0,0);
  }
  
  .main-slider .slick-dots .slick-active > button {
      background-color:#fff;
  }
  
  .main-slider .slick-dots > li > button > .s-line-fill {
      width:0;
      height:1.6vw;
      border-radius:45px;
      visibility:hidden;
  }
  
  .slider-wrap .s-autoplay-btn {
      width:10px;
      height:10px;
      left:50%;
      bottom:28px;
      margin-left:52px;
  }
  
  /* 내부 텍스트 */
  .main-slider .slide-item > .slide-con > .slide-txt {
      padding:0;
      text-align:center;
      top:30%;
      left:50%;
      transform:translatex(-50%);
      width:100%;
  }
  
  .main-slider .slide-item > .slide-con > .slide-txt > h2.txt-tt {
      font-size:6vw;
  }

  .main-slider .slide-item > .slide-con > .slide-txt > p.txt-desc {
      font-size:3vw;
      /* margin-top:3vw; */
  }
  
  .main-slider .slide-item > .slide-con > .slide-txt > .txt-btn {
      margin-top:5vw;
  }
  
  .main-slider .slide-item > .slide-con > .slide-txt > .txt-btn > a.txt-btn-1 {
      font-size:3.8vw;
      margin-right:2vw;
  }
  
  .main-slider .slide-item > .slide-con > .slide-txt > .txt-btn > a.txt-btn-2 {
      font-size:3.8vw;
      margin-top:3vw;
      padding:3.6vw 7.7vw;
  }

  .main-slider .slick-dots {bottom: 20px;}
}

/* 반응형 라이브러리 */
@media (min-width:771px){
  .only-mobile {
      display:none;
  }
}

@media (max-width:770px){
  .only-pc {
      display:none;
  }
}

.slick-active .slide-item .slide-con .img-box img { animation: scale-ani 4s ease forwards; }
/* section01 bg 축소 효과 */
@keyframes scale-ani {
  0% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}
/* section01 메인 end */


/* section title 공통 */
section .section_wrap .section_title {margin-bottom: 30px;}
section .section_wrap .section_title h2 {font-family: 'Montserrat', 'san-serif'; font-size: 2.8rem; font-weight: 700; position: relative; color: #222; text-align: center;}
@media all and (min-width:768px) {
  section .section_wrap .section_title {margin-bottom: 40px;}
section .section_wrap .section_title h2 {font-size: 5rem;}
}
@media all and (min-width:1024px) {
  section .section_wrap .section_title {margin-bottom: 50px;}
}

@media all and (min-width:1300px) {
  section .section_wrap .section_title {margin-bottom: 60px;}
}

/* section02 Partners css */
#section02 {padding: 60px 0; background: url('../images/partners_bg.png') no-repeat center center;}
#section02 .partners_wrap > ul {display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;}
#section02 .partners_wrap > ul > li {border: 1px solid #D4D4D4; width: calc((100% - 20px)/3); font-size: 0; text-align: center; height: 60px; display: flex; justify-content: center; align-items: center; background-color: #fff;}
#section02 .partners_wrap > ul > li:nth-child(3) {background-color: #EE6E84;}
#section02 .partners_wrap > ul > li:nth-child(7) {background-color: #45BFAF;}
#section02 .partners_wrap > ul > li img {max-width: 80%;}

@media all and (min-width:425px) {
  #section02 .partners_wrap > ul {gap: 20px;}
#section02 .partners_wrap > ul > li {width: calc((100% - 40px)/3); height: 100px;}
}
@media all and (min-width:768px) {
  #section02 {padding: 120px 0;}
}
@media all and (min-width:1000px) {
  #section02 .partners_wrap > ul {gap: 40px;}
  #section02 .partners_wrap > ul > li {width: calc((100% - 120px)/4); height: 160px;}

}
@media all and (min-width:1024px) {
  #section02 {padding: 140px 0;}
}
@media all and (min-width:1440px) {
  #section02 {padding: 160px 0;}
}

/* section02 Partners css end */

/* section03 css */
#section03 {padding: 80px 0; background-color: #1C222C;}
#section03 .product_wrap .section_title h2 {color: #fff;}
#section03 ul {display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;}
#section03 ul > a {width: calc((100% - 20px)/2); display: block; overflow: hidden; border-radius: 10px; font-size: 0;}
#section03 ul > a li {position: relative;}
#section03 ul > a li h3 {font-size: 1.6rem; font-weight: 400; color: #fff; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

#section03 ul > a li h3 span {font-family: 'Montserrat', 'san-serif';}
#section03 ul > a li img {transition: all .3s ease-in-out;}
#section03 ul > a li:hover >img {transform: scale(1.1);}

@media all and (min-width:420px) {
  #section03 ul > a {border-radius: 15px;}
  #section03 ul > a li h3 {font-size: 1.8rem;}
}

@media all and (min-width:768px) {
  #section03 {padding: 100px 0;}
  #section03 ul > a {border-radius: 20px;}
  #section03 ul > a li h3 {font-size: 2rem;}

}
@media all and (min-width:900px) {
  #section03 ul {gap: 40px;}
  #section03 ul > a {width: calc((100% - 80px)/3);}
}
@media all and (min-width:1024px) {
  #section03 ul > a li h3 {font-size: 2.4rem; line-height: 1.3;}
}
@media all and (min-width:1300px) {
  #section03 {padding: 140px 0 160px 0;}
}

/* section03 css end */

/* section04 css */
#section04 {padding: 80px 0; background-color: #F5F5F5;}
#section04 .workshop_wrap .section_title h2 {font-family: 'Pretendard', 'san-serif';}
#section04 ul {display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;}
#section04 ul > a {display: block; overflow: hidden; font-size: 0;}
#section04 ul > a li {position: relative;}

#section04 ul > a li img {filter: grayscale(1); transition: all .3s ease-in-out;}
#section04 ul > a li:hover img {filter: grayscale(0); transform: scale(1.1);}

#section04 ul > a li .txt { color: #fff; text-align: left; position: absolute; bottom: 12%; left: 8%;}
#section04 ul > a li .txt p {font-size: 1.3rem; font-weight: 300; margin-bottom: 4px; letter-spacing: 0.5px; font-family: 'Montserrat', 'san-serif'; color: #fff;}
#section04 ul > a li .txt h3 {font-size: 2rem; font-weight: 600;}
#section04 ul > a li .txt h3 span {font-family: 'Montserrat', 'san-serif'; font-weight: 600;}

@media all and (min-width:420px) {
  #section04 ul > a li .txt h3 {font-size: 2.4rem; font-weight: 500;}
}
@media (min-width: 768px) {
  #section04 {padding: 100px 0;}
  /* #section04 ul > a li .txt p {font-size: rem;}
  #section04 ul > a li .txt h3 {font-size: rem;} */
  #section04 ul {gap: 20px}
}
@media all and (min-width:1024px) {
  #section04 ul > a li .txt p {font-size: 1.5rem; margin-bottom: 10px;}
  #section04 ul > a li .txt h3 {font-size: 2.8rem;}
  #section04 ul > a {width: calc((100% - 40px)/3);}
}
@media all and (min-width:1300px) {
  #section04 {padding: 140px 0 160px 0;}
}
@media all and (min-width:1400px) {
  #section04 ul {gap: 40px}
  #section04 ul > a {width: calc((100% - 80px)/3);}
}
/* section04 css end */

/* section05 css */
#section05 {padding: 80px 0;}
.client-slider {
  background: white;
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.client-slider::before, .client-slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 100px;
  z-index: 2;
}
.client-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.client-slider::before {
  left: 0;
  top: 0;
}
.client-slider .client-slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: flex;
  width: calc(150px * 16);
  gap: 20px;
}

.client-slider .client-slide {
  height: 100px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-slider02 .client-slide-track {
  -webkit-animation: scroll 40s reverse infinite linear;
  animation: scroll 40s reverse infinite linear;
  display: -webkit-box;
  display: flex;
  width: calc(150px * 16);
  gap: 20px;
}
.client-slider03 .client-slide-track {width: calc(150px * 18); gap: 20px;}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@media (min-width: 768px) {
  #section05 {padding: 100px 0;}
  .client-slider::before, .client-slider::after {width: 200px;}
  .client-slider .client-slide-track {width: calc(250px * 16); gap: 40px;}
  .client-slider03 .client-slide-track {width: calc(250px * 16); gap: 40px;}
  .client-slider03 .client-slide-track {width: calc(250px * 18); gap: 40px;}
}
@media all and (min-width:1300px) {
  #section05 {padding: 140px 0 160px 0;}
}
/* section05 css end */

/* section06 css */
#section06 {padding: 80px 0; background: url('../images/contact_bg.jpg') no-repeat center center; background-attachment: fixed;}
#section06 .contact_wrap .section_title h2 {color: #fff;}
#section06 .contact_wrap .section_title p {color: #fff; font-size: 1.4rem; margin-top: 10px; text-align: center;}
.blind {position: absolute; width: 0; height: 0; line-height: 0; text-indent: -9999px; overflow: hidden;}

#section06 .contact_wrap .form-box .form input, #section06 .contact_wrap .form-box textarea{
  width:100%;
  margin:0;
  padding:0;
  border:0;
  border-bottom:1px solid #fff;
  color:#fff;
  font-family:'Montserrat';
  font-size:13px;
  vertical-align:top;
  border-radius:0;
  box-sizing:content-box;
  appearance:none;
  background-color: transparent;
  }

#section06 .contact_wrap .sec-tit {
  margin-bottom: 0;
}

#section06 .contact_wrap .form-box {margin-top: 60px;}
#section06 .contact_wrap .form-box .form input {
  padding-bottom: 8px;
  margin-bottom: 38px;
  border: none;
  border-bottom: 1px solid #d1d1d1;
}
#section06 .contact_wrap .form-box .form #spam_txt {margin-bottom: 10px;}

#section06 .contact_wrap .form-box .form input::placeholder {color: #fff; font-size: 1.4rem;}
#section06 .contact_wrap .form-box .textarea textarea {
  height: 150px;
  margin-top: 50px;
}
#section06 .contact_wrap .form-box .textarea textarea::placeholder {color: #fff; font-size: 1.4rem;}
#section06 .contact_wrap .form-box .send-btn {
  margin-top: 36px;
  text-align: right;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
#section06 .contact_wrap .form-box .send-btn button {
  padding: 15px 30px;
  margin: 0;
  border: 0;
  font-size: 12px;
  color: #fff;
  background: rgba(255,255,255,.2);
  font-family: Montserrat;
  cursor: pointer;
  transition: all .3s ease-in-out;
  font-weight: 600;
}
#section06 .contact_wrap .form-box .send-btn .checkbox input[type="checkbox"], input[type="radio"] {background: #fff !important;}
#section06 .contact_wrap .form-box .send-btn button:hover {background: rgba(255,255,255,1); color: #000;}
#section06 .contact_wrap .form-box .send-btn label {color: #fff; font-size: 1.4rem;}
#section06 .contact_wrap .form-box .send-btn label a {text-decoration: underline;}
#section06 .contact_wrap .form-box .send-btn label a:hover {color: #366fff;}

@media all and (min-width:768px) {
  #section06 {padding: 100px 0;}
  #section06 .contact_wrap .form-box .form input::placeholder,
  #section06 .contact_wrap .form-box .textarea textarea::placeholder {color: #fff; font-size: 1.5rem;}
}

@media (min-width: 1200px) {
  #section06 .contact_wrap .form-box .cfixed {display: flex; flex-direction: row; gap: 40px;}
  #section06 .contact_wrap .form-box {width: 60%;}
  #section06 .contact_wrap .form-box .form,
  #section06 .contact_wrap .form-box .textarea {width: 48.81516587677725%;}
  #section06 .contact_wrap .form-box .textarea textarea {margin-top: 0; height: 92.5%;}
  #section06 .contact_wrap .form-box .form {margin-right: 2.369668246445498%;}
  #section06 .contact_wrap .container {display: flex; justify-content: space-between;}
  #section06 .contact_wrap .form-box .form input:last-child {margin-bottom: 0;}


}
@media all and (min-width:1300px) {
  #section06 {padding: 140px 0 160px 0;}
}



/* section06 css end */


/* footer css*/
footer {background-color: #2A2B2F;}
footer .footer-wrap {padding-bottom: 30px;}
footer .footer-wrap .info{display: flex; padding: 60px 0 40px 0px; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 40px;}

footer .footer-wrap .info .company-logo {margin-bottom: 40px;}
footer .footer-wrap .info .company-info ul li {font-size: 1.4rem; color: #999999; font-weight: 400; line-height: 2; word-break: keep-all;}
footer .footer-wrap .info .company-info li span,
footer .footer-wrap .info .company-info li span {color: #fff;}

footer .footer-wrap .info .company-info {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; margin-top: 10px;}


footer .footer-wrap .info .util .sns {display: flex; gap: 10px;}
footer .footer-wrap .info .util .sns a li {background-color: #c3c3c3; border-radius: 50%; width: 40px; height: 40px; transition: all .2s ease-in-out;}

footer .footer-wrap .info .util .sns a:nth-child(1) li {background: url("../images/youtube.png") no-repeat center center #c3c3c3;}
footer .footer-wrap .info .util .sns a:nth-child(2) li {background: url("../images/instagram.png") no-repeat center center #c3c3c3;}
footer .footer-wrap .info .util .sns a:nth-child(3) li {background: url("../images/linkedin.png") no-repeat center center #c3c3c3;}
footer .footer-wrap .info .util .sns a:nth-child(1):hover li,
footer .footer-wrap .info .util .sns a:nth-child(2):hover li,
footer .footer-wrap .info .util .sns a:nth-child(3):hover li
 {background-color: #fff;}


footer .footer-wrap .info .util .etc {display: flex; gap: 40px; align-items: end; flex-wrap: wrap;}
footer .footer-wrap .info .util .etc a li {color: rgba(255,255,255,.8); font-size: 1.5rem; font-weight: 300;}


footer .footer-wrap .copyright {text-align: left; border-top: 1px solid #313131; padding-left: 16px;}
footer .footer-wrap .copyright p {color: #999; font-size: 1.3rem; padding-top: 25px;}

@media (min-width: 768px) {
  footer .footer-wrap .copyright {margin-top: 0; text-align: center; padding-left: 0;}
}
@media (min-width: 1400px) {
  footer .footer-wrap .info {padding: 40px 0px 60px 0;}
    footer .footer-wrap {padding: 40px 0 30px 0;}
}

/* footer 끝 */
