<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard";
  font-style: normal;
  word-break: keep-all;
}

ul,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

section {
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}

img {
  display: block;
}

.montserrat {
  font-family: "Montserrat";
}

/* header */
.open-menu {
  display: none;
}

header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 9999;
  padding: 20px 0;
  transition: all 0.3s;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
header .header-wrap {
  width: 75.67%;
  padding: 0 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrap .left {
  position: relative;
}
header .header-wrap .left a {
  display: block;
}
header .header-wrap .left a img {
  transition: all 0.3s;
}
header .header-wrap .left a img:nth-child(1) {
  opacity: 0;
}
header .header-wrap .left a img:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 1;
}
header .header-wrap .center &gt; ul {
  display: flex;
  align-items: center;
}
header .header-wrap .center &gt; ul &gt; li {
  position: relative;
}
header .header-wrap .center &gt; ul &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333d4b;
  transition: all 0.3s;
}
header .header-wrap .center &gt; ul &gt; li &gt; a:hover {
  color: #1363df;
}
header .header-wrap .center &gt; ul &gt; li &gt; a .l{
  height: 28px;
}
header .header-wrap .center &gt; ul &gt; li &gt; ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -5px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  border-radius: 12px 0px;
  overflow: hidden;
  transition: all 0.3s;
}
header .header-wrap .center &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 42px;
  background: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6b7684;
  transition: all 0.3s;
}
header .header-wrap .center &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
  color: #0d3ec9;
  background: #f4f7ff;
}
header .header-wrap .center &gt; ul &gt; li &gt; ul &gt; li &gt; a .l{
  height: 25px;
}
header .header-wrap .center &gt; ul &gt; li:hover &gt; ul {
  visibility: visible;
  opacity: 1;
}
header .header-wrap .right {
  display: flex;
  align-items: center;
  gap: 26px;
}
header .header-wrap .right .open-btn {
  display: none;
}
header .header-wrap .right .box {
  display: flex;
  align-items: center;
}
header .header-wrap .right .box a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #adadad;
  transition: all 0.3s;
}
header .header-wrap .right .box a.active {
  color: #151515;
}
header .header-wrap .right .box a:hover {
  color: #151515;
}
header .header-wrap .right .box span {
  display: block;
  width: 1px;
  height: 14px;
  background: #99a2ad;
  margin: 0 16px;
}

html[data-sub-name="about_curearth"]
  header
  .header-wrap
  .center
  &gt; ul
  &gt; li:nth-child(1)
  &gt; ul
  &gt; li:nth-child(1)
  &gt; a {
  background: #f4f7ff;
  color: #191f28;
}

html[data-sub-name="about_history"]
  header
  .header-wrap
  .center
  &gt; ul
  &gt; li:nth-child(1)
  &gt; ul
  &gt; li:nth-child(2)
  &gt; a {
  background: #f4f7ff;
  color: #191f28;
}

html[data-sub-name="about_certification"]
  header
  .header-wrap
  .center
  &gt; ul
  &gt; li:nth-child(1)
  &gt; ul
  &gt; li:nth-child(3)
  &gt; a {
  background: #f4f7ff;
  color: #191f28;
}

html[data-sub-name="about_ceo"]
  header
  .header-wrap
  .center
  &gt; ul
  &gt; li:nth-child(1)
  &gt; ul
  &gt; li:nth-child(4)
  &gt; a {
  background: #f4f7ff;
  color: #191f28;
}

html[data-sub-name="about_location"]
  header
  .header-wrap
  .center
  &gt; ul
  &gt; li:nth-child(1)
  &gt; ul
  &gt; li:nth-child(5)
  &gt; a {
  background: #f4f7ff;
  color: #191f28;
}

html[data-sub-name="green_about"]
  header
  .header-wrap
  .center
  &gt; ul
  &gt; li:nth-child(2)
  &gt; ul
  &gt; li:nth-child(1)
  &gt; a {
  background: #f4f7ff;
  color: #191f28;
}

html[data-sub-name="green_information"]
  header
  .header-wrap
  .center
  &gt; ul
  &gt; li:nth-child(2)
  &gt; ul
  &gt; li:nth-child(2)
  &gt; a {
  background: #f4f7ff;
  color: #191f28;
}

html[data-sub-name="green_example"]
  header
  .header-wrap
  .center
  &gt; ul
  &gt; li:nth-child(2)
  &gt; ul
  &gt; li:nth-child(3)
  &gt; a {
  background: #f4f7ff;
  color: #191f28;
}

html[data-sub-name="green_safety"]
  header
  .header-wrap
  .center
  &gt; ul
  &gt; li:nth-child(2)
  &gt; ul
  &gt; li:nth-child(4)
  &gt; a {
  background: #f4f7ff;
  color: #191f28;
}

html[data-sub-name="green_use"]
  header
  .header-wrap
  .center
  &gt; ul
  &gt; li:nth-child(2)
  &gt; ul
  &gt; li:nth-child(5)
  &gt; a {
  background: #f4f7ff;
  color: #191f28;
}

/* tab */
section .tab {
  display: flex;
  width: 73.5688%;
  margin: auto;
  margin-bottom: 80px;
  border-bottom: 1px solid #000;
}
section .tab li {
  padding: 12px 24px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-right: none;
}
section .tab li:last-child {
  border-right: 1px solid #ddd;
}
section .tab li.bl {
  border: 1px solid #000;
  border-bottom: none;
}
section .tab li a {
  font-size: 18px;
  font-weight: 400;
}
section .tab li a.bl {
  font-weight: 600;
  color: #000;
  display: flex;
}
section .tab li a.bl .l{
  line-height: 11px;
}

/* con */
.con_2,
.con_3,
.con_4,
.con_5 {
  padding-top: 100px;
}
.con_1 .line,
.con_2 .line,
.con_3 .line,
.con_4 .line {
  background: #ddd;
  height: 1px;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}

/* footer */
footer {
  width: 100%;
  padding: 60px 0;
  background: #333d4b;
}
footer .footer-wrap {
  width: 73.5688%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
footer .footer-wrap .left .logo {
  margin-bottom: 40px;
}
footer .footer-wrap .left .text-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer-wrap .left .text-box &gt; div {
  display: flex;
  align-items: center;
}
footer .footer-wrap .left .text-box &gt; div &gt; div {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer-wrap .left .text-box &gt; div &gt; div h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #edf1f7;
}
footer .footer-wrap .left .text-box &gt; div &gt; div p,
footer .footer-wrap .left .text-box &gt; div &gt; div a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #b9c3d0;
}
footer .footer-wrap .left .text-box &gt; div span {
  display: block;
  width: 1px;
  height: 12px;
  background: #edf1f7;
  margin: 0 24px;
}
footer .footer-wrap .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
footer .footer-wrap .right .sns {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
footer .footer-wrap .right .company-num {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
footer .footer-wrap .right .company-num h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #edf1f7;
}
footer .footer-wrap .right .company-num p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #b9c3d0;
}
footer .footer-wrap .right .copy p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #b9c3d0;
}

/* about */
.about-banner {
  width: 100%;
  margin: 220px auto 120px;
  position: relative;
}
.about-banner .bg {
  position: absolute;
  width: 960px;
  height: 560px;
  right: 0;
  top: 0px;
  background: #f9f9fa;
  border-radius: 80px 0px 0px 0px;
  z-index: -1;
}
.about-banner .title {
  margin-bottom: 48px;
  margin-left: 13.663%;
}
.about-banner .title h3 {
  font-weight: 700;
  font-size: 64px;
  line-height: 94px;
  color: #191919;
}
.about-banner .title p {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4e5968;
}
.about-banner &gt; img {
  width: 87.231%;
  margin-bottom: 48px;
}
.about-banner .line-menu {
  margin-left: 13.663%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.about-banner .line-menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4e5968;
  transition: all 0.3s;
}
.about-banner .line-menu a.active {
  font-weight: 500;
  color: #002691;
}
.about-banner .line-menu a:hover {
  color: #002691;
}

/* About Curearth */
.curearth-section01 {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 160px;
  display: flex;
  justify-content: space-between;
}
.curearth-section01 .left {
  padding-left: 30px;
}
.curearth-section01 .left .title {
  margin-bottom: 48px;
}
.curearth-section01 .left .title h3 {
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
}
.curearth-section01 .left .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.curearth-section01 .left .text-box h3 {
  font-weight: 700;
  font-size: 56px;
  line-height: 80px;
  color: #191919;
  margin-bottom: 24px;
}
.curearth-section01 .left .text-box h3 span {
  color: #0d3ec9;
}
.curearth-section01 .left .text-box p {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4e5968;
}
.curearth-section01 .right img {
  width: 100%;
}

.curearth-section02 {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 220px;
}
.curearth-section02 .title {
  margin-bottom: 48px;
  padding-left: 30px;
}
.curearth-section02 .title h3 {
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
}
.curearth-section02 .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.curearth-section02 .content-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.curearth-section02 .content-wrap .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 70px;
  width: 100%;
  height: 434px;
  background: #f9f9fa;
}
.curearth-section02 .content-wrap .content:first-child {
  border-radius: 60px 0px 0px 0px;
}
.curearth-section02 .content-wrap .content:last-child {
  border-radius: 0px 0px 60px 0px;
}
.curearth-section02 .content-wrap .content h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #0d3ec9;
  margin-bottom: 24px;
}
.curearth-section02 .content-wrap .content img {
  width: 49.383%;
  margin-bottom: 24px;
}
.curearth-section02 .content-wrap .content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #4e5968;
}

.curearth-section03 {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
}
.curearth-section03 .left {
  padding-left: 30px;
}
.curearth-section03 .left .title {
  margin-bottom: 48px;
}
.curearth-section03 .left .title h3 {
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
}
.curearth-section03 .left .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.curearth-section03 .left .text-box h3 {
  font-weight: 700;
  font-size: 56px;
  line-height: 80px;
  color: #191919;
  margin-bottom: 24px;
}
.curearth-section03 .left .text-box h3 span {
  color: #0d3ec9;
}
.curearth-section03 .left .text-box p {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4e5968;
}
.curearth-section03 .right {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.curearth-section03 .right img {
  width: 100%;
}
.curearth-section03 .right img:nth-child(1) {
  position: relative;
  transform: translateY(-60px);
}

/* 연혁 */
.bg-history img {
  position: absolute;
  top: 125rem;
  left: 0;
  z-index: -1;
}

.history-section01 {
  width: 69.627%;
  margin: auto;
  margin-bottom: 180px;
  position: relative;
}
.history-section01 .title {
  margin-bottom: 28px;
  padding-left: 30px;
}
.history-section01 .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
}
.history-section01 .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.history-section01 .content-wrap {
  padding-left: 30px;
}
.history-section01 .content-wrap img {
  width: 100%;
}
.history-section01 .content-wrap .mo-box {
  display: none;
}

/* 기업 인증 */
.certification-section01 {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 180px;
  position: relative;
}
.certification-section01 .title {
  margin-bottom: 80px;
  padding-left: 30px;
}
.certification-section01 .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
  margin-bottom: 24px;
}
.certification-section01 .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.certification-section01 .title p {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4e5968;
}
.certification-section01 .content-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.certification-section01 .content-wrap .content {
  width: 100%;
}
.certification-section01 .content-wrap .content img {
  width: 100%;
  margin-bottom: 32px;
}
.certification-section01 .content-wrap .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #4e5968;
  text-align: center;
}

/* 대표 경력 */
.ceo-section01 {
  width: 100%;
  margin-bottom: 176px;
}
.ceo-section01 .title {
  margin-left: 13.663%;
  margin-bottom: 80px;
  padding-left: 30px;
}
.ceo-section01 .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
  margin-bottom: 24px;
}
.ceo-section01 .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.ceo-section01 .content-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.ceo-section01 .content-wrap .left {
  width: 37.31%;
}
.ceo-section01 .content-wrap .left img {
  width: 100%;
}
.ceo-section01 .content-wrap .right {
  width: 62.69%;
  padding: 60px;
}
.ceo-section01 .content-wrap .right .ceo {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #cfd3d7;
}
.ceo-section01 .content-wrap .right .ceo h3 {
  font-weight: 700;
  font-size: 56px;
  line-height: 80px;
  text-align: center;
  color: #191919;
  margin-bottom: 24px;
}
.ceo-section01 .content-wrap .right .ceo p {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #4e5968;
}
.ceo-section01 .content-wrap .right .career ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ceo-section01 .content-wrap .right .career ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 22px;
}
.ceo-section01 .content-wrap .right .career ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #0d3ec9;
  left: 0;
}
.ceo-section01 .content-wrap .right .career ul li h3 {
  width: 188px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
}
.ceo-section01 .content-wrap .right .career ul li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #4e5968;
}

/* 오시는 길 */
.location-section01 {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 180px;
  position: relative;
}
.location-section01 .title {
  margin-bottom: 80px;
  padding-left: 30px;
}
.location-section01 .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
  margin-bottom: 24px;
}
.location-section01 .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.location-section01 .title p {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4e5968;
}
.location-section01 .content-wrap .top {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  margin-bottom: 80px;
  gap: 40px;
}
.location-section01 .content-wrap .top .content {
  /* width: 240px; */
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.location-section01 .content-wrap .top .content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
}
.location-section01 .content-wrap .top .content span {
  display: block;
  width: 40px;
  height: 1px;
  background: #000000;
}
.location-section01 .content-wrap .top .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
.location-section01 .content-wrap .top .content a {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
.location-section01 .content-wrap .bottom iframe {
  width: 100%;
  height: 720px;
}

/* GreenTD® */
.green-banner {
  width: 100%;
  margin: 220px auto 120px;
  position: relative;
}
.green-banner .bg {
  position: absolute;
  width: 960px;
  height: 560px;
  right: 0;
  top: 0px;
  background: #f9f9fa;
  border-radius: 80px 0px 0px 0px;
  z-index: -1;
}
.green-banner .title {
  margin-bottom: 48px;
  margin-left: 13.663%;
}
.green-banner .title h3 {
  display: flex;
  line-height: 60px;
  color: #191919;
  font-size: 24px;
}
.green-banner .title h3 &gt; i.montserrat {
  font-weight: 700;
  font-size: 64px;
  line-height: 94px;
  color: #191919;
}
.green-banner .title p,
.green-banner .title i {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4e5968;
}
.green-banner .title i {
  display: flex;
  /* align-items: center; */
}
.green-banner .title i .r {
  line-height: 26px;
  font-size: 16px;
}
.green-banner .title &gt; div {
  display: flex;
  gap: 8px;
}
.green-banner &gt; img {
  width: 87.231%;
  margin-bottom: 48px;
}
.green-banner .line-menu {
  margin-left: 13.663%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.green-banner .line-menu .l{
  font-size: 16px;
  line-height: 11px;
}
.green-banner .line-menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4e5968;
  transition: all 0.3s;
  display: flex;
}
.green-banner .line-menu a.active {
  font-weight: 500;
  color: #002691;
}
.green-banner .line-menu a:hover {
  color: #002691;
}

/* GreenTD® 소개 */
.green-about-section01 {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 90px;
}
.green-about-section01 .content01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 40px;
}
.green-about-section01 .content01 .left .title {
  margin-bottom: 48px;
  padding-left: 30px;
}
.green-about-section01 .content01 .left .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
  display: flex;
  gap: 12px;
}
.green-about-section01 .content01 .left .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.green-about-section01 .content01 .left .title h3 i {
  display: flex;
}
.green-about-section01 .content01 .left .title h3 i .r {
  font-size: 22px;
  line-height: 30px;
}
.green-about-section01 .content01 .left .text-box {
  padding-left: 30px;
}
.green-about-section01 .content01 .left .text-box h3 {
  font-weight: 700;
  font-size: 52px;
  line-height: 80px;
  color: #191919;
  margin-bottom: 12px;
}
.green-about-section01 .content01 .left .text-box h3 span {
  color: #0d3ec9;
  display: flex;
}
.green-about-section01 .content01 .left .text-box h3 span .r {
  line-height: 48px;
  font-size: 26px;
}
.green-about-section01 .content01 .left .text-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4e5968;
  margin-bottom: 24px;
}
.green-about-section01 .content01 .left .text-box ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.green-about-section01 .content01 .left .text-box ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  color: #191919;
  white-space: nowrap;
}
.green-about-section01 .content01 .left .text-box ul li span {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4e5968;
}
.green-about-section01 .content01 .right img {
  width: 100%;
  border-radius: 80px 0 0 0;
}
.green-about-section01 .content02 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.green-about-section01 .content02 .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 12px;
  width: 100%;
  background: #f9f9fa;
  border-radius: 24px;
}
.green-about-section01 .content02 .cont h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #333d4b;
  margin: 12px 0 24px;
}
.green-about-section01 .content02 .cont p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #333d4b;
}
.green-about-section01 .content02 .cont span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #6b7684;
  margin-top: 4px;
}
.green-about-section01 .content03 .box {
  max-width: 680px;
  margin: 0 auto;
}
.green-about-section01 .content03 .box img {
  width: 100%;
}

/* 용도 및 제품정보 */
.green-information-section01 {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 90px;
}
.green-information-section01 .title {
  margin-bottom: 80px;
  padding-left: 30px;
}
.green-information-section01 .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
  margin-bottom: 24px;
}
.green-information-section01 .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.green-information-section01 .title p {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4e5968;
}
.green-information-section01 .content-wrap {
  display: flex;
  gap: 80px;
}
.green-information-section01 .content-wrap .video video {
  width: 100%;
  border-radius: 24px;
}
.green-information-section01 .content-wrap .left img {
  width: 100%;
}
.green-information-section01 .content-wrap .right h3 {
  font-weight: 700;
  font-size: 56px;
  line-height: 80px;
  color: #191919;
  margin-bottom: 48px;
}
.green-information-section01 .content-wrap .right h3 span {
  color: #0d3ec9;
  display: flex;
}
.green-information-section01 .content-wrap .right h3 span .r {
  font-size: 26px;
  line-height: 48px;
}
.green-information-section01 .content-wrap .right .box img {
  width: 100%;
}

/* 적용사례 */
.green-example-section01 {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 90px;
}
.green-example-section01 .title {
  margin-bottom: 80px;
  padding-left: 30px;
}
.green-example-section01 .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
}
.green-example-section01 .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.green-example-section01 .content-wrap .content01 {
  margin-bottom: 24px;
}
.green-example-section01 .content-wrap .content01 h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #191919;
  margin-bottom: 24px;
}
.green-example-section01 .content-wrap .content01 h3 span {
  color: #0d3ec9;
}
.green-example-section01 .content-wrap .content01 img {
  width: 100%;
}
.green-example-section01 .content-wrap .content02 {
  padding: 80px 60px;
  background: #f9f9fa;
  margin-bottom: 24px;
}
.green-example-section01 .content-wrap .content02 h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #191919;
  margin-bottom: 48px;
}
.green-example-section01 .content-wrap .content02 img {
  width: 100%;
  margin-bottom: 48px;
}
.green-example-section01 .content-wrap .content02 p {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #4e5968;
}
.green-example-section01 .content-wrap .content03 {
  padding: 80px 60px;
  background: #f9f9fa;
  margin-bottom: 160px;
}
.green-example-section01 .content-wrap .content03 h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #191919;
  margin-bottom: 48px;
  display: flex;
  gap: 4px;
  justify-content: center;
}
.green-example-section01 .content-wrap .content03 h3 span {
  color: #0d3ec9;
  display: flex;
  justify-content: center;
}
.green-example-section01 .content-wrap .content03 h3 span .r {
  font-size: 20px;
  line-height: 24px;
}
.green-example-section01 .content-wrap .content03 img {
  width: 100%;
}
.green-example-section01 .content-wrap .content03 img:nth-child(2) {
  margin-bottom: 48px;
}
.green-example-section01 .content-wrap .content04 {
  margin-bottom: 24px;
}
.green-example-section01 .content-wrap .content04 h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #191919;
  margin-bottom: 24px;
}
.green-example-section01 .content-wrap .content04 h3 span {
  color: #0d3ec9;
}
.green-example-section01 .content-wrap .content04 img {
  width: 100%;
}
.green-example-section01 .content-wrap .content05 {
  padding: 80px 60px;
  background: #f9f9fa;
  margin-bottom: 24px;
}
.green-example-section01 .content-wrap .content05 h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #191919;
  margin-bottom: 48px;
}
.green-example-section01 .content-wrap .content05 img {
  width: 100%;
  margin-bottom: 80px;
}
.green-example-section01 .content-wrap .content05 p {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #4e5968;
}
.green-example-section01 .content-wrap .content06 {
  padding: 80px 60px;
  background: #f9f9fa;
  margin-bottom: 160px;
}
.green-example-section01 .content-wrap .content06 h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #191919;
  margin-bottom: 48px;
}
.green-example-section01 .content-wrap .content06 h3 span {
  color: #0d3ec9;
}
.green-example-section01 .content-wrap .content06 img {
  width: 100%;
}
.green-example-section01 .content-wrap .content06 img:nth-child(2) {
  margin-bottom: 48px;
}

/* 안전성 */
.green-safety-section01 {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 180px;
}
.green-safety-section01 .title {
  margin-bottom: 80px;
  padding-left: 30px;
}
.green-safety-section01 .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
}
.green-safety-section01 .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.green-safety-section01 &gt; img {
  width: 100%;
  margin-bottom: 24px;
}
.green-safety-section01 .content-wrap {
  padding: 80px 60px;
  background: #f9f9fa;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.green-safety-section01 .content-wrap .content .text-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.green-safety-section01 .content-wrap .content .text-box span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #0d3ec9;
  border-radius: 8px 0px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.green-safety-section01 .content-wrap .content .text-box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #191919;
}
.green-safety-section01 .content-wrap .content &gt; p {
  padding-left: 60px;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4e5968;
}
.green-safety-section01 .content-wrap .content .cont-box {
  margin-top: 24px;
  padding: 60px;
  background: #ffffff;
}
.green-safety-section01 .content-wrap .content .cont-box .box01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.green-safety-section01 .content-wrap .content .cont-box .box01 img {
  width: 100%;
}
.green-safety-section01 .content-wrap .content .cont-box .box02 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.green-safety-section01 .content-wrap .content .cont-box .box02 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #4e5968;
}
.green-safety-section01
  .content-wrap
  .content
  .cont-box
  .box02
  p
  span:nth-child(1) {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #0d3ec9;
}
.green-safety-section01
  .content-wrap
  .content
  .cont-box
  .box02
  p
  span:nth-child(2) {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #191919;
}
.green-safety-section01 .content-wrap .content .grid-box {
  margin-top: 24px;
  padding: 60px;
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 12px;
}
.green-safety-section01 .content-wrap .content .grid-box .box {
  width: 100%;
}
.green-safety-section01 .content-wrap .content .grid-box .box img {
  width: 100%;
  margin-bottom: 12px;
}
.green-safety-section01 .content-wrap .content .grid-box .box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #4e5968;
  text-align: center;
}

/* 사용방법 */
.green-use-section01 {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 180px;
}
.green-use-section01 .content01 {
  margin-bottom: 150px;
}
.green-use-section01 .content01 .title {
  margin-bottom: 80px;
  padding-left: 30px;
}
.green-use-section01 .content01 .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
}
.green-use-section01 .content01 .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.green-use-section01 .content01 .cont-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.green-use-section01 .content01 .cont-box img {
  width: 100%;
}
.green-use-section01 .content02 .title {
  margin-bottom: 80px;
  padding-left: 30px;
}
.green-use-section01 .content02 .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
}
.green-use-section01 .content02 .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.green-use-section01 .content02 .cont-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.green-use-section01 .content02 .cont-box img {
  width: 100%;
}

/* 큐얼스 소식 */
.news-banner {
  width: 100%;
  margin: 220px auto 120px;
  position: relative;
}
.news-banner .bg {
  position: absolute;
  width: 960px;
  height: 560px;
  right: 0;
  top: 0px;
  background: #f9f9fa;
  border-radius: 80px 0px 0px 0px;
  z-index: -1;
}
.news-banner .title {
  margin-bottom: 48px;
  margin-left: 13.663%;
}
.news-banner .title h3 {
  font-weight: 700;
  font-size: 64px;
  line-height: 94px;
  color: #191919;
}
.news-banner .title p {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4e5968;
}
.news-banner &gt; img {
  width: 87.231%;
  margin-bottom: 48px;
}
.news-banner .line-menu {
  margin-left: 13.663%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.news-banner .line-menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4e5968;
  transition: all 0.3s;
}
.news-banner .line-menu a.active {
  font-weight: 500;
  color: #002691;
}
.news-banner .line-menu a:hover {
  color: #002691;
}

.news-section {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 180px;
}
.news-section .title {
  margin-bottom: 80px;
  padding-left: 30px;
}
.news-section .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
}
.news-section .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.news-section .content-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
}
.news-section .content-wrap .content {
  width: 100%;
}
.news-section .content-wrap .content a {
  display: block;
}
.news-section .content-wrap .content a img {
  width: 100%;
}
.news-section .content-wrap .content a h3 {
  margin: 24px 0 16px;
  width: 22vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333d4b;
}
.news-section .content-wrap .content a p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #99a2ad;
}

/* 고객센터 */
.contact-banner {
  width: 100%;
  margin: 220px auto 120px;
  position: relative;
}
.contact-banner .bg {
  position: absolute;
  width: 960px;
  height: 560px;
  right: 0;
  top: 0px;
  background: #f9f9fa;
  border-radius: 80px 0px 0px 0px;
  z-index: -1;
}
.contact-banner .title {
  margin-bottom: 48px;
  margin-left: 13.663%;
}
.contact-banner .title h3 {
  font-weight: 700;
  font-size: 64px;
  line-height: 94px;
  color: #191919;
}
.contact-banner .title p {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #4e5968;
}
.contact-banner &gt; img {
  width: 87.231%;
  margin-bottom: 48px;
}
.contact-banner .line-menu {
  margin-left: 13.663%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact-banner .line-menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4e5968;
  transition: all 0.3s;
}
.contact-banner .line-menu a.active {
  font-weight: 500;
  color: #002691;
}
.contact-banner .line-menu a:hover {
  color: #002691;
}

.contact-section {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 180px;
}
.contact-section &gt; .title {
  margin-bottom: 80px;
  padding-left: 30px;
}
.contact-section &gt; .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #191919;
}
.contact-section &gt; .title h3 svg {
  position: absolute;
  left: -25px;
  top: 0;
}
.contact-section .content-wrap form .top {
  position: relative;
  margin-bottom: 42px;
}
.contact-section .content-wrap form .top h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #333d4b;
  margin-bottom: 24px;
}
.contact-section .content-wrap form .top .bg {
  position: absolute;
  width: 100%;
  height: 240px;
  z-index: -1;
  background: #edf1f7;
  border-radius: 8px;
}
.contact-section .content-wrap form .top .text-box {
  width: 98.5%;
  height: 240px;
  padding: 40px;
  overflow: auto;
  margin-bottom: 24px;
}
.contact-section .content-wrap form .top .text-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4e5968;
}
.contact-section .content-wrap form .top .text-box::-webkit-scrollbar {
  width: 5px;
}
.contact-section .content-wrap form .top .text-box::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
}
.contact-section .content-wrap form .top .text-box::-webkit-scrollbar-track {
  background: #dddddd;
  border-radius: 10px;
  margin: 20px;
}
.contact-section .content-wrap form .top .radio-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact-section .content-wrap form .top .radio-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4e5968;
  margin-right: 12px;
}
.contact-section .content-wrap form .top .radio-box label {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6b7684;
  margin-left: 10px;
  position: relative;
}
.contact-section .content-wrap form .top .radio-box label span {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #dddddd;
  left: -30px;
  top: 0px;
  transition: all 0.3s;
}
.contact-section .content-wrap form .top .radio-box label span::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #dddddd;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.contact-section .content-wrap form .top .radio-box label span.active {
  background: #002691;
  transition: all 0.3s;
}
.contact-section .content-wrap form .top .radio-box label span.active::after {
  background: #ffffff;
  transition: all 0.3s;
}
.contact-section .content-wrap form .top .radio-box input {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  opacity: 0;
}
.contact-section .content-wrap form .middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
  width: 100%;
  margin-bottom: 24px;
}
.contact-section .content-wrap form .middle &gt; div {
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
}
.contact-section .content-wrap form .middle &gt; div.title {
  grid-column: 1/4;
}
.contact-section .content-wrap form .middle &gt; div &gt; label {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #333d4b;
}
.contact-section .content-wrap form .middle &gt; div &gt; input {
  width: 100%;
  height: 50px;
  border: 1px solid #b9c3d0;
  border-radius: 8px;
  padding: 20px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6b7684;
}
.contact-section .content-wrap form .middle &gt; div &gt; input:placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6b7684;
}
.contact-section .content-wrap form .bottom {
  width: 100%;
  margin-bottom: 60px;
}
.contact-section .content-wrap form .bottom .message {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
}
.contact-section .content-wrap form .bottom .message label {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #333d4b;
  margin-top: 12px;
  display: block;
}
.contact-section .content-wrap form .bottom .message textarea {
  width: 100%;
  height: 300px;
  background: #ffffff;
  border: 1px solid #b9c3d0;
  border-radius: 8px;
  padding: 24px;
  resize: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6b7684;
}
.contact-section .content-wrap form .bottom .message textarea:placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6b7684;
}
.contact-section .content-wrap form .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  gap: 12px;
}
.contact-section .content-wrap form .btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  background: #dce3eb;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #6b7684;
}
.contact-section .content-wrap form .btn-wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  background: #002691;
  border-radius: 8px;
  cursor: pointer;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

/* 반응형 */
@media screen and (max-width: 900px) {
  section .tab {
    display: none;
  }
  .green-about-section01 .content01 .left .text-box h3 {
    font-size: 52px;
  }
  .green-about-section01 .content01 .left .text-box h3 span {
    justify-content: center;
  }
}
</pre></body></html>