@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; margin: 0 auto; padding: 0 15px;}
.num-black{color: #000;}
.num-white{color: #fff;}
.num-white a{color: #fff;}
.blind {position: absolute; width: 0; height: 0; line-height: 0; text-indent: -9999px; overflow: hidden;}

@media (min-width:1280px) {
  body {margin-top: 90px;}
}

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


/* 상단헤더  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: #00A287;}
.aside ul .online_inquiry:hover {background-color: #08c7a7;}
.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: 50px; 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;}

.header .header-inner {position: relative; text-align: center; display: flex; justify-content: space-between;max-width: 1400px; margin: 0 auto;}
.header .header-logo a {display: block; padding: 12px 0;}
.header .header-logo a h1 { font-size: 3.2rem; font-weight: 600; color: #fff;}
#logo-m {display: none;}

.rctec_business {display: none;}

.header .header-gnb {position: relative; z-index: 1; width: 60%; 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% / 5);}
.header .header-gnb .gnb-depth-1 > .depth-1 > a {display: block; line-height: 90px; font-size: 1.8rem; 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: #00A287; 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: #00A287; font-weight: 700;}
.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 .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.4;}
.header .header-gnb .gnb-depth-1 .depth-1 .gnb-depth-2 .depth-2 a span:hover {color: #00A287; font-weight: 800;}

@media (min-width: 768px) {
  .header::after {content: ""; position: absolute; top: 90px; left: 0; width: 100%; height: 1px; background: #ddd;}
  .header .header-logo {display: flex; gap: 20px;}
  .rctec_business {padding-top: 14px; display: block; position: relative;}
  .rctec_business:before {content: ''; width: 3px; height: 22px; background-color: #d9d9d9; position: absolute; left: -21px; top: 22px;}
  .rctec_business p {font-size: 1.4rem;}
  .rctec_business p:nth-child(2) {word-spacing: 3.5px; text-align: left;}
  }
@media (min-width: 1280px) {
  .header .header-logo {gap: 40px;}
  .rctec_business {padding-top: 26px; position: relative;}
  .rctec_business:before { top: 35px;}
  .rctec_business p {font-size: 1.4rem; line-height: 1.4;}

  }
  /* 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: #00A287; border: 1px solid #00A287; 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;}

/* 모바일 메뉴  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: #00A287;}
.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: #00A287; 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(3)>a::before {content: none;}
.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 .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 {padding-left: 30px;}
  .header .header-logo a {padding: 22px 0;}
}
/* 상단헤더 끝 */

/* section01 메인 css */
#section01 {position: relative; overflow: hidden;}
#section01 .main-img {width: 100%; height: 80vh; background: url('../images/main01-img.jpg') no-repeat center; background-size: cover;  animation: scale-ani 5s ease forwards; }
/* section01 bg 축소 효과 */
@keyframes scale-ani {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
#section01 .text {position: absolute; top: 45%; left: 50%; width: 100%; transform: translate(-50%, -45%); text-align: center; color: #fff; z-index: 9; padding: 0 15px;}
#section01 .text h1{font-size: 3.6rem; font-weight: 200;}
#section01 .text h1 span {font-weight: 200;}
#section01 .text h1 span em {font-weight: 600;}
#section01 .text p {font-weight: 300; margin: 8px 0; color: #F5FF83; line-height: 1.7; margin-bottom: 40px;}

@media (min-width: 425px) {
  #section01 .text h1{font-size: 4.8rem;}
}

@media (min-width: 768px) {
  /* #section01 {height: 85vh;} */
  #section01 .text h1{font-size: 6rem;  font-weight: 600;}
}
@media (min-width: 1024px) {
  #section01 .text h1{font-size: 6rem;}
  #section01 .text h1 span {display: block;}
}
@media (min-width: 1260px) {
  .header-inner .contact-btn {display: block;}
}

#scroll {width: 100%; position: absolute; z-index: 9999;}
#scroll p.txt {position: absolute; bottom: 100px; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 1.2rem;}
#scroll .c_scrolldown {width: 1px; height: 100px; position: absolute; bottom: 0; left: 50%;}
#scroll .c_scrolldown .c_line {width: 100%; height: 100%; display: block; background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%); background-position: 0 100px; background-size: 100% 200%; animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;}

@keyframes scrolldown {
    0% {background-position: 0 -100px;}
    75% {background-position: 0 0;}
    100% {background-position: 0 100px;}
}
/* section01 메인 end */

/* section01 제외 공통 css */

/* section01 제외 공통 css end */
#section02, #section03, #section04 {padding: 80px 0;}
section .section_wrap .section_tit {margin-bottom: 40px;}
section .section_wrap .section_tit p {font-family: 'Montserrat', 'san-serif'; font-size: 1.3rem; font-weight: 700; color: #51B89A; margin-bottom: 16px;}
section .section_wrap .section_tit h2 {font-size: 2.4rem; font-weight: 300; transform: rotate(-0.03deg); line-height: 1.5;}
section .section_wrap .section_tit h2 span em {font-weight: 700;}

@media (min-width: 768px) {
  #section02, #section03, #section04 {padding: 100px 0;}
  section .section_wrap .section_tit {margin-bottom: 60px;}
  section .section_wrap .section_tit p {font-size: 1.5rem; margin-bottom: 10px;}
  section .section_wrap .section_tit h2 {font-size: 3.2rem; line-height: 1.4;}
}

@media (min-width: 925px) {
  section .section_wrap .section_tit h2 span {display: block;}
}
@media (min-width: 1024px) {
  section .section_wrap .section_tit p {font-size: 1.8rem;}
}
@media (min-width: 1200px) {
  #section02, #section03, #section04 {padding: 120px 0;}
  section .section_wrap .section_tit h2 {font-size: 3.6rem;}
}
@media (min-width: 1400px) {
  #section02, #section03, #section04 {padding: 150px 0;}
  /* section .section_wrap .section_tit {margin-bottom: 70px;} */
  section .section_wrap .section_tit h2 {font-size: 4rem;}
}
/* section02 사업소개 css */
#section02 {padding: 80px 0; background-color: #F4F4F6;}

#section02 .business_wrap .field-list {display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; font-size: 0;}
#section02 .business_wrap .field-list a {width: 100%;}
#section02 .business_wrap .field-list a li {border: 4px solid transparent; background-color: #fff; padding: 30px 30px 35px 30px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; position: relative; transition: all .2s ease-in-out; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
#section02 .business_wrap .field-list a li:hover {border: 4px solid #51B89A;}


#section02 .business_wrap .field-list a:nth-child(1) li:before {content: ''; width: 61px; height: 70px; background: url('../images/business01_s.png') no-repeat; position: absolute; bottom: 25px; right: 25px;}
#section02 .business_wrap .field-list a:nth-child(2) li:before {content: ''; width: 74px; height: 75px; background: url('../images/business02_s.png') no-repeat; position: absolute; bottom: 25px; right: 25px;}
#section02 .business_wrap .field-list a:nth-child(3) li:before {content: ''; width: 69px; height: 69px; background: url('../images/business03_s.png') no-repeat; position: absolute; bottom: 25px; right: 25px;}

#section02 .business_wrap .field-list a li .text h3 {font-size: 1.8rem; font-weight: 700; margin-bottom: 10px;}
#section02 .business_wrap .field-list a li .text p {font-size: 1.4rem; font-weight: 400; margin-bottom: 16px; color: #6B7480; line-height: 1.5;}
#section02 .business_wrap .field-list a li .text span {font-size: 1.5rem; font-weight: 400; line-height: 1.6;}
#section02 .business_wrap .field-list a li:hover .button_wrap button {background-color: #51B89A; border: 1px solid #51B89A; color: #fff;}
#section02 .business_wrap .field-list a li:hover .button_wrap button i {color: #fff;}

@media (min-width: 768px) {
  #section02 .business_wrap .field-list a li .text h3 {font-size: 2rem;}
}

@media (min-width: 768px) {
  #section02 {padding: 100px 0;}
  #section02 .business_wrap .business_tit {margin-bottom: 40px;}
  #section02 .business_wrap .business_tit p {font-size: 1.5rem; margin-bottom: 10px;}
  #section02 .business_wrap .business_tit h2 {font-size: 3.2rem; line-height: 1.4;}
  #section02 .business_wrap .field-list {gap: 20px;}
  #section02 .business_wrap .field-list a {flex: 1 1 0;}
  #section02 .business_wrap .field-list a li {padding: 40px 35px; height: 400px;}

  #section02 .business_wrap .field-list a:nth-child(1) li:before {bottom: 35px; right: 25px;}

  #section02 .business_wrap .field-list a li .text { bottom: 40px; left: 40px;}
  #section02 .business_wrap .field-list a li .text h3 {font-size: 2.2rem;}
  #section02 .business_wrap .field-list a li .text span {font-size: 1.7rem;}
}
@media (min-width: 925px) {
  #section02 .business_wrap .business_tit h2 span {display: block;}
  #section02 .business_wrap .field-list a:nth-child(1) li:before {bottom: 50px; right: 35px;}
  #section02 .business_wrap .field-list a:nth-child(2) li:before {bottom: 50px; right: 35px;}
  #section02 .business_wrap .field-list a:nth-child(3) li:before {bottom: 50px; right: 35px;}
  #section02 .business_wrap .field-list a li .text {bottom: 40px; left: 45px;}
  #section02 .business_wrap .field-list a li .text p {font-size: 1.6rem; margin-bottom: 30px;}
}
@media (min-width: 1024px) {
  #section02 .business_wrap .business_tit p {font-size: 1.8rem;}
  #section02 .business_wrap .field-list {gap: 20px;}
  #section02 .business_wrap .field-list a li {padding: 50px 45px; gap: 60px;}
  #section02 .business_wrap .field-list a:nth-child(1) li:before {content: ''; width: 79px; height: 91px; background: url('../images/business01_m.png') no-repeat; position: absolute; bottom: 50px; right: 35px;}
  #section02 .business_wrap .field-list a:nth-child(2) li:before {content: ''; width: 96px; height: 98px; background: url('../images/business02_m.png') no-repeat; position: absolute; bottom: 40px; right: 35px;}
  #section02 .business_wrap .field-list a:nth-child(3) li:before {content: ''; width: 90px; height: 89px; background: url('../images/business03_m.png') no-repeat; position: absolute; bottom: 40px; right: 35px;}
  #section02 .business_wrap .field-list a li .text h3 {font-size: 2.4rem; margin-bottom: 16px;}
}

@media (min-width: 1200px) {
  #section02 {padding: 150px 0;}
  #section02 .business_wrap .business_tit h2 {font-size: 3.6rem;}
  #section02 .business_wrap .field-list {gap: 40px;}  
}

@media (min-width: 1400px) {
  #section02 .business_wrap .business_tit {margin-bottom: 70px;}
  #section02 .business_wrap .business_tit h2 {font-size: 4rem;}
  #section02 .business_wrap .field-list a li {gap: 80px; height: 400px;}
  #section02 .business_wrap .field-list a:nth-child(1) li:before {content: ''; width: 93px; height: 106px; background: url('../images/business01_l.png') no-repeat; position: absolute; bottom: 50px; right: 45px;}
  #section02 .business_wrap .field-list a:nth-child(2) li:before {content: ''; width: 115px; height: 118px; background: url('../images/business02_l.png') no-repeat; position: absolute; bottom: 40px; right: 45px;}
  #section02 .business_wrap .field-list a:nth-child(3) li:before {content: ''; width: 109px; height: 108px; background: url('../images/business03_l.png') no-repeat; position: absolute; bottom: 45px; right: 45px;}
  #section02 .business_wrap .field-list a li .text h3 {font-size: 2.8rem; margin-bottom: 16px;}
}

/* button 공통 */
.button_wrap button {color: #fff ; font-size: 1.5rem; font-weight: 500; padding: 20px 40px; 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;}
.button_wrap button.on {border: 1px solid #787878;}
.button_wrap button i {color: #fff; font-size: 1.4rem;}
.button_wrap button a.on {color: #191919}
.button_wrap button:hover {background-color: #191919; border: 1px solid #191919;}
.button_wrap button:hover a {color: #fff;}
@media (min-width: 768px) {
  .button_wrap button {padding: 20px 40px;}
}

/* business arrow button */
#section02 .business_wrap .field-list a li .button_wrap button {color: #6C6C6C; font-size: 1.3rem; font-weight: 400; border-radius: 50%; background-color: #e9e9e9; font-size: 1.6rem;}
#section02 .business_wrap .field-list a li .button_wrap button.on {border: 1px solid #fff;}
#section02 .business_wrap .field-list a li .button_wrap button i {color: #6C6C6C; font-size: 1.8rem;}
#section02 .business_wrap .field-list a li .button_wrap button a.on {color: #191919}
#section02 .business_wrap .field-list a li .button_wrap button:hover {background-color: #51B89A; border: 1px solid #51B89A; color: #fff;}
#section02 .business_wrap .field-list a li .button_wrap button:hover i {color: #fff;}

#section02 .business_wrap .field-list a li .button_wrap button {padding: 10px 15px; 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: 768px) {
  #section02 .business_wrap .field-list a li .button_wrap button {padding: 15px 20px;}
}
@media (min-width: 1440px) {
  #section02 .business_wrap .field-list a li .button_wrap button {padding: 20px 25px;}
}


/* section02 사업소개 css end */

/* section03 회사소개 css */

#section03 .about_wrap {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}

#section03 .about_wrap .about_tit > span {font-size: 1.6rem; line-height: 1.5; margin-top: 20px; display: block;}

#section03 .about_wrap .about_tit .button_wrap {margin-top: 20px;}
#section03 .about_wrap .about_tit .button_wrap button {background-color: rgba(81,184,154,0.08); width: 100%; display: flex; justify-content: space-between;;}
#section03 .about_wrap .about_tit .button_wrap button p {font-family: 'Pretendard', 'san-serif'; margin-bottom: 0; font-size: 1.6rem}
#section03 .about_wrap .about_tit .button_wrap button i {color: #51B89A; font-size: 1.6rem}
#section03 .about_wrap .about_tit .button_wrap button:hover {background-color: #51B89A; border: 1px solid #51B89A;}
#section03 .about_wrap .about_tit .button_wrap button:hover p{color: #fff;}
#section03 .about_wrap .about_tit .button_wrap button:hover i{color: #fff;}

#section03 .about_wrap .about_list {display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; font-size: 0;}
#section03 .about_wrap .about_list li {position: relative; width: calc((100% - 20px)/3);}
#section03 .about_wrap .about_list li a {display: block; overflow: hidden;}
#section03 .about_wrap .about_list li .text {position: absolute; top: 20%;left: 50%;transform: translateX(-50%);}
#section03 .about_wrap .about_list li .text p {font-family: 'Montserrat', 'san-serif'; font-size: 1.4rem; font-weight: 300; color: #fff; margin-bottom: 8px;}
#section03 .about_wrap .about_list li .text h3 {font-size: 1.6rem; font-weight: 400; color: #fff; transition: all .2s ease-in-out;}
#section03 .about_wrap .about_list li a img {transition: all .3s ease-in-out; width: 100%;}
#section03 .about_wrap .about_list li:hover a >img {transform: scale(1.1);}
#section03 .about_wrap .about_list li a {opacity:1; filter:alpha(opacity=100);}

@media (min-width: 425px) {
  #section03 .about_wrap .about_list li .text h3 {font-size: 2rem; font-weight: 500;}
}

@media (min-width: 768px) {
  #section03 .about_wrap .about_tit > span {font-size: 1.8rem;}
  #section03 .about_wrap .about_tit .button_wrap {margin-top: 40px;}
  #section03 .about_wrap .about_list {gap: 20px;}
  #section03 .about_wrap .about_list li {width: calc((100% - 40px)/3);}
  #section03 .about_wrap .about_list li .text h3 {font-size: 2.4rem;}

  #section03 .about_wrap .about_tit .button_wrap button {padding: 30px;}
  #section03 .about_wrap .about_tit .button_wrap button p {font-size: 1.8rem}
  #section03 .about_wrap .about_tit .button_wrap button i {color: #51B89A; font-size: 2rem}
}
@media (min-width: 1024px) {
  #section03 .about_wrap {gap: 40px;}
  #section03 .about_wrap .about_tit {width: calc((35% - 40px));}
  #section03 .about_wrap .about_tit > span {margin-top: 40px; line-height: 1.6;}
#section03 .about_wrap .about_tit .button_wrap {margin-top: 100px;}
  #section03 .about_wrap .about_list {width: calc((65% - 40px));}
}

@media (min-width: 1200px) {
  #section03 .about_wrap .about_list li {flex: 1 1 0;}
}
/* section03 회사소개 css end */


  /* 설치사례 버튼 css */
  .portfolio .tit-wrap .button {margin-top: 20px;}
  .portfolio .tit-wrap .button button {color: #6C6C6C; font-size: 1.3rem; font-weight: 400; border-radius: 40px; background-color: #e9e9e9; font-size: 1.6rem;}
  .portfolio .tit-wrap .button button.on {border: 1px solid #fff;}
  .portfolio .tit-wrap .button button i {color: #6C6C6C; margin-left: 8px; font-size: 1.4rem;}
  .portfolio .tit-wrap .button button a.on {color: #191919}
  .portfolio .tit-wrap .button button:hover {background-color: #00A287; border: 1px solid #00A287; color: #fff;}
  .portfolio .tit-wrap .button button:hover i {color: #fff;}

  .portfolio .tit-wrap .button 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;}

/* section03 css end */

/* section04 온라인 문의 css */
#section04 {background: url('../images/contact-bg.jpg') no-repeat center center; background-size: cover; padding: 80px 15px;}
#section04 .contact_wrap {background-color: #fff; border-radius: 15px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; padding: 40px 15px;}
#section04 .contact_wrap .contact_tit {text-align: center;}
#section04 .contact_wrap .contact_tit > span {font-size: 1.6rem; line-height: 1.5; margin-top: 20px; display: block;}

#section04 .contact_wrap .contact-con {display: flex; flex-wrap: wrap; gap: 40px; align-items: center;}
#section04 .contact_wrap .contact-con > div {width: 100%;}
#section04 .contact_wrap .contact-con .form-box fieldset p {font-size: 1.4rem; font-weight: 500; margin-bottom: 30px;}
#section04 .contact_wrap .contact-con .form-box .form {display: flex; gap: 5px 20px; flex-wrap: wrap;}
#section04 .contact_wrap .contact-con .form-box .form input, 
#section04 .contact_wrap .contact-con .form-box textarea{
  width:100%;
  margin:0;
  padding:0;
  border:0;
  border-bottom:1px solid #000;
  color:#000;
  /* font-family:'Montserrat'; */
  font-size:13px;
  vertical-align:top;
  border-radius:0;
  box-sizing:content-box;
  appearance:none;
  background-color: transparent;
}
#section04 .contact_wrap .contact-con > div {margin-top: 20px;}
#section04 .contact_wrap .contact-con .form-box .form input {
  padding-bottom: 14px;
  margin: 15px 0;
  border: none;
  border-bottom: 1px solid #3d3d3d;
}

#section04 .contact_wrap .contact-con .form-box .spam {display: flex; align-items: center; margin-top: 30px; gap: 20px; flex-wrap: wrap;}
#section04 .contact_wrap .contact-con .form-box .spam #spam_txt {margin-bottom: 10px; border-bottom: 1px solid #000; padding: 15px 20px; font-size: 1.3rem;}
#section04 .contact_wrap .contact-con .form-box .form input::placeholder {color: #000; font-size: 1.4rem;}
#section04 .contact_wrap .contact-con .form-box textarea {width: 100%;}
#section04 .contact_wrap .contact-con .form-box .textarea textarea{height: 120px !important; margin-top: 30px;}
#section04 .contact_wrap .contact-con .form-box .textarea textarea::placeholder {color: #000; font-size: 1.4rem;}

#section04 .contact_wrap .contact-con .form-box .send-btn {margin-top: 40px; text-align: right; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; align-items: center;}
#section04 .contact_wrap .contact-con .form-box .send-btn button {padding: 15px 30px; margin: 0; border: 0; font-size: 13px; color: #000; background: #efefef; cursor: pointer; transition: all .3s ease-in-out; font-weight: 500;}
#section04 .contact_wrap .contact-con .form-box .send-btn .checkbox input[type="checkbox"], input[type="radio"] {background: #fff !important; font-family: 'Pretendard', 'san-serif';}
#section04 .contact_wrap .contact-con .form-box .send-btn button:hover {background: #00A287; color: #fff;}
#section04 .contact_wrap .contact-con .form-box .send-btn label {color: #000; font-size: 1.4rem;}
#section04 .contact_wrap .contact-con .form-box .send-btn label a {text-decoration: underline; text-underline-position: under;}
#section04 .contact_wrap .contact-con .form-box .send-btn label a:hover {color: #366fff;}


@media (min-width: 768px) {
  #section04 {padding: 100px 15px;}
  #section04 .contact_wrap {border-radius: 20px; padding: 60px 40px;}
  #section04 .contact_wrap .contact_tit > span {font-size: 1.8rem;}
  #section04 .contact_wrap .contact-con .form-box .form input {width: calc((100% - 20px)/2);}
}
@media (min-width: 1024px) {
  #section04 {padding: 120px 15px;}
  #section04 .contact_wrap {border-radius: 30px; padding: 80px 60px;}
  #section04 .contact_wrap .contact_tit > span {line-height: 1.6;}
  #section04 .contact_wrap .contact-con > div {width: calc((100% - 40px)/2);}
  #w_subject {width: 100% !important;}
}
@media (min-width: 1400px) {
  #section04 {padding: 150px 0;}
}
/* section04 온라인 문의 css end */


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

footer .footer-wrap .info .company-name {display: flex; justify-content: space-between; margin-bottom: 20px;}
footer .footer-wrap .info .company-name li,
footer .footer-wrap .info .company-info ul li {font-size: 1.4rem; color: #fff; font-weight: 200; line-height: 1.75; 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-name li em,
footer .footer-wrap .info .company-info li em {font-weight: 500; font-size: 1.7rem;}
footer .footer-wrap .info .company-info p,
footer .footer-wrap .info .company-info p
  {font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 300; color: #191919; margin-top: 28px;}

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

  footer .footer-wrap .copyright ul {display: flex; gap: 40px; margin-top: 40px;}
  footer .footer-wrap .copyright ul li {font-size: 1.4rem; color: #fff; font-weight: 200; line-height: 1.75; word-break: keep-all;}

footer .footer-wrap .copyright p {font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 400; color: #999999; font-weight: 400; margin-top: 30px;}


@media (min-width: 768px) {
  footer .footer-wrap .info .company-location li {font-size: 1.6rem;}
  footer .footer-wrap .copyright {margin-top: 0;}
}
@media (min-width: 1400px) {
  footer .footer-wrap .info {padding: 20px 15px;}
    footer .footer-wrap {padding: 40px 0 40px 0;}
}

/* footer 끝 */
