@media (max-width: 900px) {
  body.open {
    overflow: hidden;
  }
  .open-menu {
    display: block;
    position: fixed;
    overflow-y: scroll;
    top: 80px;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-bottom: 100px;
    transform: translateX(-100%);
    transition: all 0.5s;
    opacity: 0;
  }
  .open-menu.open {
    transform: translateX(0%);
    opacity: 1;
  }
  .open-menu .box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 24px 24px 0;
  }
  .open-menu .box a {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #adadad;
    transition: all 0.3s;
  }
  .open-menu .box a.active {
    color: #ffffff;
  }
  .open-menu .box span {
    display: block;
    width: 1px;
    height: 18px;
    background: #99a2ad;
    margin: 0 16px;
  }
  .open-menu > ul {
    width: 80%;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .open-menu > ul > li > a {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #ffffff;
    display: block;
  }
  .open-menu > ul > li > ul {
    margin-top: 10px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .open-menu > ul > li > ul > li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #ffffff;
    display: block;
  }
  header {
    max-width: unset;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 9999;
    padding: 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: 80%;
    height: 80px;
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-wrap .left a img {
    width: 80px;
  }
  header .header-wrap .left a img:nth-child(1) {
    opacity: 0;
  }
  header .header-wrap .left a img:nth-child(2) {
    opacity: 1;
  }
  header .header-wrap .center {
    display: none;
  }
  header .header-wrap .right .open-btn {
    display: block;
  }
  header .header-wrap .right .open-btn span {
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 30px;
    transition: all 0.3s;
  }
  header .header-wrap .right .open-btn span:nth-child(2) {
    margin: 5px 0;
  }
  header .header-wrap .right .open-btn.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  header .header-wrap .right .open-btn.open span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
  }
  header .header-wrap .right .open-btn.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  header .header-wrap .right > img {
    display: none;
  }
  header .header-wrap .right .box {
    display: none;
  }
  footer {
    padding: 40px 0;
  }
  footer .footer-wrap {
    width: 80%;
    flex-direction: column;
  }
  footer .footer-wrap .left .logo {
    margin-bottom: 20px;
  }
  footer .footer-wrap .left .text-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  footer .footer-wrap .left .text-box > div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  footer .footer-wrap .left .text-box > div span {
    display: none;
  }
  footer .footer-wrap .left .text-box > div > div {
    display: flex;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
  }
  footer .footer-wrap .right {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: flex-end;
  }
  footer .footer-wrap .right .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 12px 0;
  }
  footer .footer-wrap .right .sns a img {
    width: 70%;
    margin: auto;
  }
  footer .footer-wrap .right .company-num {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 16px;
    flex-direction: column;
  }
  footer .footer-wrap .right .copy p {
    text-align: center;
    font-size: 12px;
  }
  .section01 {
    width: 100%;
    height: 300px;
    margin-top: 80px;
  }
  .section01 .mySwiper .swiper-wrapper .swiper-slide .bg {
    width: 70%;
  }
  .section01 .mySwiper .swiper-wrapper .swiper-slide .left {
    margin-left: 10%;
  }
  .section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box {
    padding-top: 100px;
  }
  .section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box h3 > svg {
    left: -60px;
    top: -105px;
    width: 60%;
  }
  .section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box > p {
    display: none;
  }
  .section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box {
    align-items: flex-start;
    margin-top: 12px;
    gap: 0;
    flex-direction: column;
  }
  .section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .btn {
    gap: 0;
  }
  .section01 .mySwiper .swiper-wrapper .swiper-slide .right {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .section02 {
    width: 80%;
    margin: 40px auto;
  }
  .section02 .title {
    margin-bottom: 40px;
  }
  .section02 .title h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .section02 .content-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
  }
  .section02 .content-wrap .content {
    gap: 12px;
    padding: 20px 40px;
  }
  .section02 .content-wrap .content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .section02 .content-wrap .content img {
    width: 50%;
  }
  .section02 .content-wrap .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .section03 {
    gap: 12px;
    padding: 40px 10%;
    flex-direction: column;
    justify-content: center;
  }
  .section03 .left {
    margin-left: 0%;
  }
  .section03 .right h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
    text-align: center;
  }
  .section03 .right h3 br {
    display: none;
  }
  .section03 .right ul {
    gap: 8px;
    margin: auto;
  }
  .section03 .right ul li {
    font-size: 16px;
    line-height: 25px;
    padding-left: 20px;
    position: relative;
  }
  .section03 .right ul li::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #333D4B;
    left: 0;
  }
  .section03 .right ul li:last-child {
    padding-left: 0px;
    margin-top: 12px;
  }
  .section03 .right ul li:last-child:after {
    display: none;
  }
  .section03 .right ul li svg {
    display: none;
  }
  .section03 .right ul li br {
    display: none;
  }
  .section03 .right ul li span {
    font-size: 14px;
    line-height: 22px;
  }
  .section03 .right a {
    margin: 0 auto;
  }
  .bridge {
    margin-top: 40px;
  }
  .bridge .content-wrap {
    width: 80%;
    gap: 56px;
  }
  .bridge .content-wrap h3 {
    font-size: 28px;
  }
  .bridge .content-wrap p {
    font-size: 18px;
  }
  .section04 {
    width: 100%;
    height: unset;
    margin: 40px 0;
    padding: 40px 0;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
  }
  .section04 .left {
    padding-left: 0;
    margin-bottom: 24px;
  }
  .section04 .left .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #edf1f7;
    border-radius: 0px 80px 80px 0px;
    z-index: -1;
  }
  .section04 .left h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #191f28;
    margin-bottom: 12px;
  }
  .section04 .left p {
    margin-bottom: 12px;
  }
  .section04 .left .btn {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }
  .section04 .left > a {
    width: 140px;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
  }
  .section04 .mySwiper02 {
    width: 80%;
    margin-right: 0;
    margin-left: 0;
  }
  .section04 .mySwiper02 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 300px;
  }
  .section04 .mySwiper02 .swiper-wrapper .swiper-slide a h3 {
    width: unset;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333d4b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .section05 {
    width: 80%;
    margin: 40px auto;
  }
  .section05 .title {
    margin-bottom: 40px;
  }
  .section05 .title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .section05 .content-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .section05 .content-wrap a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    transition: all 0.3s;
  }
  .section05 .content-wrap a:hover {
    transform: unset;
    box-shadow: unset;
  }
  .about-banner {
    width: 100%;
    margin: 120px auto 40px;
    position: relative;
  }
  .about-banner .bg {
    display: none;
  }
  .about-banner .title {
    margin: 0 10%;
    margin-bottom: 24px;
  }
  .about-banner .title h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 12px;
  }
  .about-banner .title p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
  .about-banner > img {
    width: 90%;
    margin-bottom: 24px;
  }
  .about-banner .line-menu {
    display: none;
  }
  .curearth-section01 {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: unset;
    flex-direction: column-reverse;
  }
  .curearth-section01 .left {
    width: 80%;
    margin: auto;
    padding-left: 0px;
  }
  .curearth-section01 .left .title {
    margin-bottom: 24px;
    text-align: center;
  }
  .curearth-section01 .left .title h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .curearth-section01 .left .text-box h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    margin-bottom: 24px;
    text-align: center;
  }
  .curearth-section01 .left .text-box p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .curearth-section01 .right {
    margin-bottom: 24px;
  }
  .curearth-section01 .right img {
    width: 90%;
    margin-left: auto;
  }
  .curearth-section02 {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .curearth-section02 .title {
    padding-left: 0px;
    margin-bottom: 24px;
    text-align: center;
  }
  .curearth-section02 .title h3 {
    position: relative;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .curearth-section02 .content-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
  }
  .curearth-section02 .content-wrap .content {
    gap: 12px;
    padding: 20px 40px;
    height: unset;
  }
  .curearth-section02 .content-wrap .content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .curearth-section02 .content-wrap .content img {
    width: 50%;
    margin-bottom: 0px;
  }
  .curearth-section02 .content-wrap .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .curearth-section03 {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: unset;
    flex-direction: column;
  }
  .curearth-section03 .left {
    width: 100%;
    margin: auto;
    padding-left: 0px;
  }
  .curearth-section03 .left .title {
    margin-bottom: 24px;
    text-align: center;
  }
  .curearth-section03 .left .title h3 {
    position: relative;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .curearth-section03 .left .text-box h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    margin-bottom: 24px;
    text-align: center;
  }
  .curearth-section03 .left .text-box p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .curearth-section03 .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    margin-top: 24px;
    align-items: center;
  }
  .curearth-section03 .right img {
    width: 100%;
  }
  .curearth-section03 .right img:nth-child(1) {
    position: relative;
    transform: unset;
  }
  .bg-history {
    display: none;
  }
  .history-section01 {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
  }
  .history-section01 .title {
    padding-left: 0px;
    margin-bottom: 24px;
    text-align: center;
  }
  .history-section01 .title h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .history-section01 .content-wrap {
    padding-left: 0px;
  }
  .history-section01 .content-wrap img {
    display: none;
  }
  .history-section01 .content-wrap .mo-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .history-section01 .content-wrap .mo-box ul h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #002691;
    margin-bottom: 8px;
  }
  .history-section01 .content-wrap .mo-box ul li {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .history-section01 .content-wrap .mo-box ul li .box {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .history-section01 .content-wrap .mo-box ul li .box > span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
  }
  .history-section01 .content-wrap .mo-box ul li .box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4e5968;
  }
  .history-section01 .content-wrap .mo-box ul li .box p span {
    font-size: 12px;
    color: #99a2ad;
  }
  .certification-section01 {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
  }
  .certification-section01 .title {
    padding-left: 0px;
    margin-bottom: 24px;
    text-align: center;
  }
  .certification-section01 .title h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .certification-section01 .title p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .certification-section01 .content-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .certification-section01 .content-wrap .content img {
    margin-bottom: 12px;
  }
  .certification-section01 .content-wrap .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4e5968;
    text-align: center;
  }
  .ceo-section01 {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .ceo-section01 .title {
    margin-bottom: 24px;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }
  .ceo-section01 .title h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
  }
  .ceo-section01 .content-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .ceo-section01 .content-wrap .left {
    width: 100%;
    margin-bottom: 24px;
  }
  .ceo-section01 .content-wrap .right {
    width: 100%;
    padding: 0px;
  }
  .ceo-section01 .content-wrap .right .ceo {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cfd3d7;
  }
  .ceo-section01 .content-wrap .right .ceo h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .ceo-section01 .content-wrap .right .ceo p {
    font-size: 16px;
    line-height: 24px;
  }
  .ceo-section01 .content-wrap .right .career ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    flex-direction: column;
    justify-content: center;
  }
  .ceo-section01 .content-wrap .right .career ul li h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .ceo-section01 .content-wrap .right .career ul li p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .ceo-section01 .content-wrap .right .career ul li::after {
    display: none;
  }
  .location-section01 {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
  }
  .location-section01 .title {
    padding-left: 0px;
    margin-bottom: 24px;
    text-align: center;
  }
  .location-section01 .title h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .location-section01 .content-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .location-section01 .content-wrap .top {
    width: 100%;
    display: flex;
    justify-content: unset;
    margin-bottom: 40px;
    gap: 24px;
    flex-direction: column;
  }
  .location-section01 .content-wrap .top .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .location-section01 .content-wrap .top .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .location-section01 .content-wrap .top .content p {
    font-size: 16px;
    line-height: 24px;
  }
  .location-section01 .content-wrap .bottom {
    margin-bottom: 24px;
  }
  .location-section01 .content-wrap .bottom iframe {
    height: 300px;
  }
  .green-banner {
    width: 100%;
    margin: 120px auto 40px;
    position: relative;
  }
  .green-banner .bg {
    display: none;
  }
  .green-banner .title {
    margin: 0 10%;
    margin-bottom: 24px;
  }
  .green-banner .title h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 12px;
  }
  .green-banner .title p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
  .green-banner > img {
    width: 90%;
    margin-bottom: 24px;
  }
  .green-banner .line-menu {
    display: none;
  }
  .green-about-section01 {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
  .green-about-section01 .content01 {
    justify-content: unset;
    flex-direction: column-reverse;
  }
  .green-about-section01 .content01 .left {
    width: 80%;
    margin: auto;
    padding-left: 0px;
  }
  .green-about-section01 .content01 .left .title {
    padding-left: 0px;
    margin-bottom: 24px;
    text-align: center;
  }
  .green-about-section01 .content01 .left .title h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .green-about-section01 .content01 .left .text-box {
    padding-left: 0px;
  }
  .green-about-section01 .content01 .left .text-box h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    margin-bottom: 24px;
    text-align: center;
  }
  .green-about-section01 .content01 .left .text-box p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 36px;
  }
  .green-about-section01 .content01 .left .text-box p br {
    display: none;
  }
  .green-about-section01 .content01 .left .text-box ul li {
    display: unset;
    font-size: 18px;
    line-height: 24px;
    white-space: unset;
    text-align: center;
  }
  .green-about-section01 .content01 .left .text-box ul li span {
    font-size: 18px;
    line-height: 24px;
  }
  .green-about-section01 .content01 .left .text-box ul li svg {
    display: none;
  }
  .green-about-section01 .content01 .right {
    margin-bottom: 24px;
  }
  .green-about-section01 .content01 .right img {
    width: 90%;
    margin-left: auto;
    border-radius: 34px 0 0 0
  }
  .green-about-section01 .content02 {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .green-about-section01 .content02 .cont {
    padding: 40px;
  }
  .green-about-section01 .content02 .cont h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333d4b;
    margin: 12px 0;
  }
  .green-about-section01 .content02 .cont p {
    font-size: 16px;
    line-height: 24px;
  }
  .green-about-section01 .content02 .cont span {
    font-size: 14px;
    line-height: 24px;
  }
  .green-about-section01 .content03 .box {
    width: 80%;
  }
  .green-information-section01 {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .green-information-section01 .title {
    padding-left: 0px;
    margin-bottom: 24px;
    text-align: center;
  }
  .green-information-section01 .title h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .green-information-section01 .title p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .green-information-section01 .content-wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .green-information-section01 .content-wrap .right h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #191919;
    margin-bottom: 12px;
  }
  .green-example-section01 {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .green-example-section01 .title {
    padding-left: 0px;
    margin-bottom: 24px;
    text-align: center;
  }
  .green-example-section01 .title h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .green-example-section01 .content-wrap .content01 h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .green-example-section01 .content-wrap .content02 {
    padding: 20px;
  }
  .green-example-section01 .content-wrap .content02 h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .green-example-section01 .content-wrap .content02 img {
    margin-bottom: 12px;
  }
  .green-example-section01 .content-wrap .content02 p {
    font-size: 18px;
    line-height: 24px;
  }
  .green-example-section01 .content-wrap .content03 {
    padding: 20px;
    margin-bottom: 20px;
  }
  .green-example-section01 .content-wrap .content03 h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .green-example-section01 .content-wrap .content03 img:nth-child(2) {
    margin-bottom: 12px;
  }
  .green-example-section01 .content-wrap .content03 p {
    font-size: 18px;
    line-height: 24px;
  }
  .green-example-section01 .content-wrap .content04 h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .green-example-section01 .content-wrap .content05 {
    padding: 20px;
    margin-bottom: 20px;
  }
  .green-example-section01 .content-wrap .content05 h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .green-example-section01 .content-wrap .content05 img {
    margin-bottom: 12px !important;
  }
  .green-example-section01 .content-wrap .content05 p {
    font-size: 18px;
    line-height: 24px;
  }
  .green-example-section01 .content-wrap .content06 {
    padding: 20px;
    margin-bottom: 20px;
  }
  .green-example-section01 .content-wrap .content06 h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .green-example-section01 .content-wrap .content06 img:nth-child(2) {
    margin-bottom: 12px;
  }
  .green-example-section01 .content-wrap .content06 p {
    font-size: 18px;
    line-height: 24px;
  }
  .green-safety-section01 {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .green-safety-section01 .title {
    padding-left: 0px;
    margin-bottom: 24px;
    text-align: center;
  }
  .green-safety-section01 .title h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .green-safety-section01 .content-wrap {
    padding: 40px;
    gap: 20px;
  }
  .green-safety-section01 .content-wrap .content .text-box {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
  }
  .green-safety-section01 .content-wrap .content .text-box h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 12px;
  }
  .green-safety-section01 .content-wrap .content > p {
    padding-left: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .green-safety-section01 .content-wrap .content .cont-box {
    padding: 20px;
  }
  .green-safety-section01 .content-wrap .content .cont-box .box01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }
  .green-safety-section01 .content-wrap .content .cont-box .box02 p {
    font-size: 16px;
    line-height: 24px;
  }
  .green-safety-section01 .content-wrap .content .cont-box .box02 p span {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .green-safety-section01 .content-wrap .content .grid-box {
    margin-top: 24px;
    padding: 20px;
    background: #ffffff;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .green-safety-section01 .content-wrap .content .grid-box .box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4e5968;
    text-align: center;
  }
  .green-use-section01 {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .green-use-section01 .content01,
  .green-use-section01 .content02 {
    margin-bottom: 40px;
  }
  .green-use-section01 .content01 .title,
  .green-use-section01 .content02 .title {
    padding-left: 0px;
    margin-bottom: 24px;
    text-align: center;
  }
  .green-use-section01 .content01 .title h3,
  .green-use-section01 .content02 .title h3 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .green-use-section01 .content01 .cont-box,
  .green-use-section01 .content02 .cont-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .news-banner {
    width: 100%;
    margin: 120px auto 40px;
    position: relative;
  }
  .news-banner .bg {
    display: none;
  }
  .news-banner .title {
    margin: 0 10%;
    margin-bottom: 24px;
  }
  .news-banner .title h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 12px;
  }
  .news-banner .title p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
  .news-banner > img {
    width: 90%;
    margin-bottom: 24px;
  }
  .news-banner .line-menu {
    display: none;
  }
  .news-section {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .news-section .title {
    padding-left: 0px;
    margin-bottom: 24px;
    text-align: center;
  }
  .news-section .title h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .news-section .content-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .news-section .content-wrap .content a h3 {
    margin: 6px 0;
    width: unset;
    white-space: unset;
    text-overflow: unset;
    overflow: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333d4b;
  }
  .contact-banner {
    width: 100%;
    margin: 120px auto 40px;
    position: relative;
  }
  .contact-banner .bg {
    display: none;
  }
  .contact-banner .title {
    margin: 0 10%;
    margin-bottom: 24px;
  }
  .contact-banner .title h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 12px;
  }
  .contact-banner .title p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
  .contact-banner > img {
    width: 90%;
    margin-bottom: 24px;
  }
  .contact-banner .line-menu {
    display: none;
  }
  .contact-section {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .contact-section > .title {
    padding-left: 0px;
    margin-bottom: 24px;
    text-align: center;
  }
  .contact-section > .title h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    display: inline-block;
  }
  .contact-section .content-wrap form .top {
    position: relative;
    margin-bottom: 24px;
  }
  .contact-section .content-wrap form .top h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333d4b;
    margin-bottom: 12px;
  }
  .contact-section .content-wrap form .top .bg {
    height: 150px;
  }
  .contact-section .content-wrap form .top .text-box {
    width: 98.5%;
    height: 150px;
    padding: 20px;
    overflow: auto;
    margin-bottom: 12px;
  }
  .contact-section .content-wrap form .top .text-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-section .content-wrap form .top .radio-box p {
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
  }
  .contact-section .content-wrap form .middle {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 24px;
  }
  .contact-section .content-wrap form .middle > div {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .contact-section .content-wrap form .middle > div > label {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    width: 70px;
  }
  .contact-section .content-wrap form .middle > div > input {
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .contact-section .content-wrap form .middle > div.title {
    grid-column: unset;
  }
  .contact-section .content-wrap form .bottom {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-section .content-wrap form .bottom .message {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  .contact-section .content-wrap form .bottom .message > label {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    width: 70px;
  }
  .contact-section .content-wrap form .bottom .message textarea {
    height: 150px;
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .contact-section .content-wrap form .btn-wrap {
    margin-top: 20px;
    gap: 12px;
  }
  .contact-section .content-wrap form .btn-wrap a {
    width: 150px;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
  }
  .contact-section .content-wrap form .btn-wrap button {
    width: 150px;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* 반응형 */
@media screen and (max-width: 500px) {
  .section03 .left img {
    width: 100%;
    margin: 0 auto;
  }
  .section03 {
    gap: 0px;
  }
  .section03 .right ul li {
    line-height: 20px;
  }
  .section03 .right ul li br {
    display: none;
  }
  .section03 .right ul {
    width: 100%;
  }
  .section04 .left .btn {
    justify-content: center;
  }
  .section04 .left > a {
    margin: 0 auto;
  }
  .contact-section .content-wrap form .middle > div > label {
    width: 30%;
  }
  .contact-section .content-wrap form .bottom .message > label {
    width: 30%;
  }
  .curearth-section01 .left .text-box p br {
    display: none;
  }
  .curearth-section03 .left .text-box p br {
    display: none;
  }
  .green-about-section01 .content02 .cont p br {
    display: none;
  }
  .green-about-section01 .content01 .left .text-box h3 br {
    display: none;
  }
  .green-about-section01 .content02 .cont span br {
    display: none;
  }
  .green-example-section01 .content-wrap .content05 p br {
    display: none;
  }
  .green-information-section01 .title p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .green-example-section01 .content-wrap .content02 p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .green-example-section01 .content-wrap .content05 p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .green-safety-section01 .content-wrap .content > p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .curearth-section01 .left .text-box p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .curearth-section03 .left .text-box p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .certification-section01 .title p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .about-banner .title p {
    font-size: 16px;
    line-height: 20px;
  }
  .ceo-section01 .content-wrap .right .ceo p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .green-about-section01 .content01 .left .text-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .green-about-section01 .content01 .left .text-box ul {
    align-items: flex-start;
    text-align: left;
  }
  .about-banner .title p {
    font-size: 16px;
    line-height: 20px;
  }
  .green-banner .title p {
    font-size: 16px;
    line-height: 20px;
  }
  .green-about-section01 .content01 .left .text-box ul li span {
    font-size: 16px;
    line-height: 20px;
  }
  .green-safety-section01 .content-wrap .content .grid-box .box p {
    font-size: 16px;
    line-height: 20px;
  }
  .news-section .content-wrap .content a h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-banner .title p {
    font-size: 16px;
    line-height: 20px;
  }
  .certification-section01 .content-wrap .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .location-section01 .content-wrap .top .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .green-about-section01 .content01 .left .text-box ul li {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .green-about-section01 .content01 .left .text-box ul li br {
    display: none;
  }
  .green-about-section01 .content02 .cont p {
    font-size: 16px;
    line-height: 20px;
  }
  .green-about-section01 .content02 .cont span {
    font-size: 14px;
    line-height: 16px;
  }
  .history-section01 .content-wrap .mo-box ul li .box p span {
    line-height: 14px;
  }
  .ceo-section01 .content-wrap .right .career ul li p {
    font-size: 16px;
    line-height: 20px;
  }
  .green-safety-section01 .content-wrap .content .text-box h3 {
    line-height: 24px;
    text-align: left;
  }
  .green-safety-section01 .content-wrap .content .cont-box .box02 p {
    line-height: 20px;
  }
  .section04 .left p {
    line-height: 20px;
  }
  .section05 .title p {
    line-height: 20px;
  }
  .green-example-section01 .content-wrap .content01 h3 {
    line-height: 24px;
  }
  .green-example-section01 .content-wrap .content04 h3 {
    line-height: 24px;
  }
  .green-about-section01 .content01 .left .title h3 {
    line-height: 28px;
  }
  .curearth-section01 .left .text-box h3 {
    line-height: 28px;
  }
  .curearth-section03 .left .text-box h3 {
    line-height: 28px;
  }
  .green-about-section01 .content01 .left .text-box h3 {
    display:none;
  }
  .green-information-section01 .content-wrap .right h3 {
    line-height: 28px;
  }
  .green-example-section01 .content-wrap .content03 h3 {
    line-height: 24px;
  }
  .green-example-section01 .content-wrap .content06 h3 span {
    line-height: 24px;
    display: inline-block;
  }
}
