@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css";
@import "https://fonts.googleapis.com/css2?family=Song+Myung&display=swap";
.inner {
  padding: 150px 80px 200px;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
}

.btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 30px;
  height: 65px;
  border-radius: 100px;
  cursor: pointer;
}
.btn p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.btn .icon {
  width: 18px;
  height: 20px;
}
.btn.white {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
}
.btn.white:hover {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  background: #ffffff;
  color: #000;
}
.btn.white:hover .icon {
  filter: invert(1) brightness(0);
}
.btn.line {
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
}

header {
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease, color 0.3s ease, height 0.3s ease, transform 0.6s ease-in-out;
}
header.hidden {
  transform: translateY(-100%);
  transition: background 0.3s ease, color 0.3s ease, height 0.3s ease, transform 0.6s ease-in-out;
}
header:hover {
  background: #fff;
}
header:hover::after {
  opacity: 1;
  visibility: visible;
}
header:hover .inner .nav .gnb > li > .dep-01 {
  color: #111;
  padding: 0 7.5rem;
  transition: 0.3s;
}
header:hover .inner .nav {
  flex: 1;
}
header:hover .inner .nav .gnb {
  width: 100%;
}
header:hover .inner .nav .gnb > li > .lnb {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  gap: 10px;
  width: 100%;
  height: 194px;
}
header:hover #lnb-rnd {
  width: 145px;
}
header:hover #lnb-esg {
  width: 145px;
}
header:hover #lnb-inquiry, header:hover #lnb-support {
  width: 145px;
}
header:hover #lnb-notice {
  width: 145px;
}
header:hover #lnb-board {
  width: 145px;
}
header:hover .inner .logo a {
  background-image: url("/static/img/common/logo.svg");
}
header:hover .inner .language .ico {
  filter: invert(1) brightness(0);
}
header:hover .inner .language .btn button span {
  color: #111;
}
header::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 194px;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
header .inner {
  width: 100%;
  max-width: 1600px;
  padding: 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  padding-top: 0;
  padding-bottom: 0;
}
header .inner .logo {
  height: 80px;
  width: 160px;
  flex-shrink: 0;
}
header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/static/img/common/logo.svg") no-repeat center center/contain;
}
header .inner .nav {
  display: flex;
  align-items: center;
}
header .inner .nav .sidebar-close {
  display: none;
}
header .inner .nav .sidebar-language {
  display: none;
}
header .inner .nav .gnb {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 120px;
  overflow: visible;
}
header .inner .nav .gnb > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
header .inner .nav .gnb > li > .dep-01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: 120px;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
  color: #000;
  padding: 0 4rem;
  text-transform: uppercase;
}
header .inner .nav .gnb > li > .lnb {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
header .inner .nav .gnb > li > .lnb:has(.dep-02:hover), header .inner .nav .gnb > li > .lnb:has(.dep-02.on) {
  background: rgba(218, 31, 44, 0.0509803922);
}
header .inner .nav .gnb > li > .lnb .dep-02 {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  transition: color 0.3s;
}
header .inner .nav .gnb > li > .lnb .dep-02:hover, header .inner .nav .gnb > li > .lnb .dep-02.on {
  color: #da1f2c;
  font-weight: 700;
}
header .inner .nav .gnb > li:hover > .dep-01, header .inner .nav .gnb > li.on > .dep-01 {
  color: #da1f2c;
}
header .contact-wrap .header-contact-btn {
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
header .contact-wrap .header-contact-btn:hover {
  color: #da1f2c;
}
header .allmenu {
  display: none;
}
header.white {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header.white:hover {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header.white:hover .inner .logo a {
  background-image: url("/static/img/common/logo.svg");
}
header.white:hover .inner .nav .gnb > li > .dep-01 {
  color: #000;
}
header.white:hover .inner .language .ico {
  filter: invert(1) brightness(0);
}
header.white:hover .inner .language .btn button span {
  color: #111;
}
header.white::after {
  background: #fff;
  border-top: 1px solid #eee;
}
header.white .inner .logo a {
  background-image: url("/static/img/common/logo.svg");
}
header.white .inner .nav .gnb > li > .dep-01 {
  color: #111;
}
header.white .inner .nav .gnb > li:hover > .dep-01,
header.white .inner .nav .gnb > li.on > .dep-01 {
  color: #da1f2c;
}
header.white .inner .language .ico {
  filter: invert(1) brightness(0);
}
header.white .inner .language .btn button span {
  color: #111;
}
header.white .inner .nav .gnb > li > .lnb .dep-02 {
  color: #555;
}
header.white .inner .nav .gnb > li > .lnb .dep-02:hover {
  color: #da1f2c;
}
header.white .inner .contact-wrap .header-contact-btn {
  border-color: rgba(0, 0, 0, 0.25);
  color: #111;
}
header.white .inner .contact-wrap .header-contact-btn:hover {
  background: rgba(0, 0, 0, 0.04);
}

footer {
  position: relative;
  border-top: 1px solid rgba(0, 71, 157, 0.2);
}
footer .btn-top {
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 72px;
  height: 72px;
  background: #da1f2c;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
footer .btn-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
footer .btn-top .img {
  width: 32px;
  height: 32px;
}
footer .inner {
  padding-top: 100px;
  padding-bottom: 120px;
  flex-direction: column;
  gap: 50px;
}
footer .inner .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .inner .top .logo {
  width: 235px;
  height: 78px;
}
footer .inner .top .nav-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .inner .top .nav-wrap p {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #767676;
  cursor: pointer;
}
footer .inner .top .nav-wrap p:hover {
  color: #000;
}
footer .inner .top .nav-wrap .line {
  border: 1px solid rgba(29, 31, 151, 0.3019607843);
  width: 1px;
  height: 13px;
}
footer .inner .bottom {
  display: flex;
  gap: 100px;
}
footer .inner .bottom .footer-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .inner .bottom .footer-section .footer-section-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  color: #da1f2c;
}
footer .inner .bottom .footer-section .footer-section-content .content-item {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #555;
}
footer .inner .bottom .footer-section .footer-section-content .content-item .title {
  width: 65px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}
footer .inner .bottom .footer-section .footer-section-content .content-item .content {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}
footer .inner .copyright {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #888;
}

.main .main-hero {
  height: 960px;
  overflow: hidden;
}
.main .main-hero .inner {
  padding-top: 300px;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.main .main-hero .inner .title-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
.main .main-hero .inner .title-wrap .logo {
  width: 250px;
  height: 250px;
  opacity: 0;
  transform: translateX(calc(50vw - 50% - 80px));
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.main .main-hero .inner .title-wrap .logo.animate {
  opacity: 1;
  transform: translateX(0);
}
.main .main-hero .inner .title-wrap h1 {
  font-weight: 700;
  font-size: 100px;
  line-height: 105%;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
}
.main .main-hero .inner .title-wrap h1.animate {
  opacity: 1;
  transform: translateX(0);
}
.main .main-hero .inner p {
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 1%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 1s, transform 0.6s ease 1s;
}
.main .main-hero .inner p.animate {
  opacity: 1;
  transform: translateY(0);
}
.main .main-full-img {
  position: relative;
  overflow: hidden;
}
.main .main-full-img .inner {
  padding: 10rem 8rem;
}
.main .main-full-img .title-area-wrap {
  position: absolute;
  height: 760px;
  margin: 0 auto;
  z-index: 10;
  pointer-events: none;
}
.main .main-full-img .title-area {
  position: absolute;
  bottom: -52rem;
  left: 200px;
  max-width: 1760px;
  width: 100%;
  height: 760px;
  z-index: 9;
}
.main .main-full-img .slide-title {
  font-weight: 700;
  font-size: 110px;
  line-height: 140%;
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.18, 1);
}
.main .main-full-img .slide-title.active {
  opacity: 1;
  transform: translateY(0);
}
.main .main-full-img .slide-title {
  position: absolute;
  left: 0;
  top: 0;
}
.main .main-full-img .slide-title.active {
  animation: textUp 0.8s forwards;
}
.main .main-full-img .slide-title.out {
  animation: textOut 0.8s forwards;
}
@keyframes textUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
.main .main-full-img .main-full-img {
  position: relative;
}
.main .main-full-img .main-full-img .progress-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
}
.main .main-full-img .main-full-img .progress-bar {
  width: 0%;
  height: 100%;
  background: #fff;
}
.main .main-full-img .main-full-img-swiper {
  width: 100%;
}
.main .main-full-img .main-full-img-swiper .swiper-slide {
  overflow: hidden;
}
.main .main-full-img .main-full-img-swiper .swiper-slide.swiper-slide-active .img-wrap {
  animation: mainImgZoom 4.8s ease forwards;
}
.main .main-full-img .img-wrap {
  width: 100%;
  height: 760px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
}
.main .main-full-img .text-wrapper {
  max-width: 168rem;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding-left: 2rem;
  -o-transform: translate(-50%, -50%);
}
.main .main-full-img .text-wrapper.active {
  animation: textUp 0.8s forwards;
}
.main .main-full-img .text-wrapper.out {
  animation: textOut 0.8s forwards;
}
.main .main-full-img .text-wrapper h2 {
  display: block;
  color: #4F5A27;
  font-family: Outfit;
  font-size: 11rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 110px */
  margin-bottom: 1rem;
}
.main .main-full-img .text-wrapper p {
  color: #4F5A27;
  font-family: Outfit;
  font-size: 6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  /* 60px */
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.main .main-full-img .text-wrapper ul li {
  color: #4F5A27;
  font-family: "Pretendard", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 42px */
}
.main .main-full-img .text-wrapper.b h2 {
  display: block;
  color: #043272;
  font-family: Outfit;
  font-size: 11rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 110px */
  margin-bottom: 1rem;
}
.main .main-full-img .text-wrapper.b p {
  color: #043272;
  font-family: Outfit;
  font-size: 6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  /* 60px */
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.main .main-full-img .text-wrapper.b ul li {
  color: #043272;
  font-family: "Pretendard", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 42px */
}
@media all and (max-width: 63.9375rem) {
  .main .main-full-img .title-area {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1760px;
    width: 100%;
    height: 740px;
    z-index: 9;
  }
  .main .main-full-img .title-area .slide-title {
    padding: 0 2rem;
  }
  .main .main-full-img .text-wrapper,
  .main .main-full-img .text-wrapper.b {
    padding: 0 2rem;
    zoom: 0.7;
  }
  .main .main-full-img .text-wrapper h2,
  .main .main-full-img .text-wrapper.b h2 {
    font-size: 7.2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .main .text-wrapper,
  .main .text-wrapper.b {
    padding: 0 2rem;
    zoom: 0.7;
  }
  .main .text-wrapper h2,
  .main .text-wrapper.b h2 {
    font-size: 6rem;
  }
  .main .main-full-img .title-area .slide-title {
    padding: 0rem;
  }
  .main .main-full-img .text-wrapper,
  .main .main-full-img .text-wrapper.b {
    padding: 0 2rem;
    zoom: 0.6;
  }
  .main .main-full-img .text-wrapper h2,
  .main .main-full-img .text-wrapper.b h2 {
    font-size: 4.8rem;
  }
  .main .main-full-img .text-wrapper p,
  .main .main-full-img .text-wrapper.b p {
    font-size: 2.8rem;
  }
}
.main .main-full-img-swiper {
  width: 100%;
  height: 100%;
}
.main .main-full-img-swiper .swiper-wrapper {
  height: 100%;
}
.main .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}
.main .main-full-img-swiper .swiper-slide {
  height: 100%;
}
@keyframes mainImgZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
.main .main-product .inner {
  padding-top: 10rem;
  padding-bottom: 200px;
  flex-direction: column;
  gap: 150px;
}
.main .main-product .inner .product-item {
  display: flex;
  position: relative;
  width: 100%;
}
.main .main-product .inner .product-item:last-child {
  justify-content: end;
}
.main .main-product .inner .product-item:last-child h1 {
  left: 0;
  top: 229px;
  right: unset;
}
.main .main-product .inner .product-item .product-img-wrap {
  width: 960px;
  height: 550px;
  overflow: hidden;
}
.main .main-product .inner .product-item .product-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.main .main-product .inner .product-item:hover .product-img {
  transform: scale(1.08);
}
.main .main-product .inner .product-item h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 110%;
  text-transform: uppercase;
  position: absolute;
  top: 120px;
  right: 0;
}
.main .main-industrial {
  background: #f9f9f9;
}
.main .main-industrial .inner {
  padding-top: 140px;
  padding-bottom: 180px;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}
.main .main-industrial .inner .title {
  font-weight: 800;
  font-size: 50px;
  line-height: 140%;
}
.main .main-industrial .inner .industrial-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.main .main-industrial .inner .industrial-list .industrial-item .img-wrap {
  overflow: hidden;
}
.main .main-industrial .inner .industrial-list .industrial-item .img-wrap .img {
  width: 100%;
  aspect-ratio: 480/300;
  display: block;
  transition: transform 0.6s ease;
}
.main .main-industrial .inner .industrial-list .industrial-item .txt-wrap {
  padding: 40px 30px 0;
  height: 220px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: white;
}
.main .main-industrial .inner .industrial-list .industrial-item .txt-wrap h1 {
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
  transition: color 0.3s ease;
}
.main .main-industrial .inner .industrial-list .industrial-item .txt-wrap p {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
}
.main .main-industrial .inner .industrial-list .industrial-item:hover .img {
  transform: scale(1.08);
}
.main .main-industrial .inner .industrial-list .industrial-item:hover .txt-wrap h1, .main .main-industrial .inner .industrial-list .industrial-item:hover .txt-wrap p {
  color: #da1f2c;
}
.main .main-video {
  background: #f9f9f9;
}
.main .main-video .inner {
  padding: 0px 80px 180px;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}
.main .main-video p {
  font-weight: 600;
  font-size: 100px;
  line-height: 100%;
  color: white;
  opacity: 0.5;
}
.main .main-video .container {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      max-height: 76rem;
      overflow: hidden;
        position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.main .main-video .container video {
  width: 100%;
  height: auto;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .main-video .container iframe{
       width: 100%;
       height: 76rem;
       text-align: center;
       object-fit: cover;
       transform-origin: center;
           position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;

}
.main .main-contact {
  background: linear-gradient(180deg, rgba(42, 41, 41, 0.2) -60.79%, rgba(21, 0, 1, 0.2) 100%), linear-gradient(0deg, #d61e2c, #d61e2c);
  height: 960px;
  position: relative;
  overflow: hidden;
}
.main .main-contact .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.15);
  transition: opacity 0.8s ease, transform 6s ease-out;
}
.main .main-contact .bg.animate {
  opacity: 1;
  transform: scale(1);
}
.main .main-contact .inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
  gap: 50px;
}
.main .main-contact .inner .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white;
  align-items: center;
}
.main .main-contact .inner .txt-wrap h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 140%;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.3s ease 0.8s, transform 0.3s ease 0.8s;
}
.main .main-contact .inner .txt-wrap h1.animate {
  opacity: 1;
  transform: translateX(0);
}
.main .main-contact .inner .txt-wrap p {
  font-weight: 300;
  font-size: 28px;
  line-height: 130%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease 1.2s, transform 0.3s ease 1.2s;
}
.main .main-contact .inner .txt-wrap p.animate {
  opacity: 1;
  transform: translateY(0);
}
.main .main-contact .inner > .btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease 1.6s, transform 0.4s ease 1.6s;
}
.main .main-contact .inner > .btn.animate {
  opacity: 1;
  transform: translateY(0);
}

.sub .sub-header-wrap {
  background: no-repeat center/cover;
  height: 960px;
}
.sub .sub-header-wrap .inner {
  padding-bottom: 225px;
  flex-direction: column;
  gap: 50px;
  justify-content: end;
  height: 100%;
}
.sub .sub-header-wrap .inner .sub-header-title {
  font-weight: 700;
  font-size: 100px;
  line-height: 110%;
  color: white;
  opacity: 0.8;
}
.sub .sub-header-wrap .inner .tab-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.sub .sub-header-wrap .inner .tab-list .tab {
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 1px;
  display: flex;
  align-items: center;
  height: 55px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
  position: relative;
}
.sub .sub-header-wrap .inner .tab-list .tab.active {
  background: rgba(218, 31, 44, 0.8980392157);
  border-color: rgba(218, 31, 44, 0.8980392157);
}
.sub .sub-header-wrap .inner .tab-list .tab:hover .tab-hover-box {
  visibility: visible;
  opacity: 1;
}
.sub .sub-header-wrap .inner .tab-list .tab .tab-hover-box {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 240px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
}
.sub .sub-header-wrap .inner .tab-list .tab .tab-hover-box a {
  padding: 16px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  text-align: left;
  border: 1px solid transparent;
}
.sub .sub-header-wrap .inner .tab-list .tab .tab-hover-box a:hover {
  color: #DA1F2C;
  border: 1px solid #DA1F2C;
}
.sub .sub-header-wrap .inner .tab-list .tab .tab:hover .tab-hover-box {
  opacity: 1;
  visibility: visible;
}
.sub .tab-box {
  display: none;
}
.sub .tab-box.on {
  display: block;
}
.sub .tab-box .tab-box-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 140%;
  text-transform: uppercase;
}

.about-greeting .inner {
  padding-top: 150px;
  padding-bottom: 200px;
}
.about-greeting .inner .tab-box-title {
  width: 500px;
}
.about-greeting .inner .message-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.about-greeting .inner .message-wrap .message {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-greeting .inner .message-wrap .message p {
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
}
.about-greeting .inner .message-wrap .ceo-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
}

.about-organization .inner {
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
.about-organization .inner .tab-box-title {
  font-size: 5rem;
}
.about-organization .inner .organization-img {
  width: 100%;
}

.about-organization.blue {
  background-color: #F1F5F8;
}
.about-organization.blue .inner {
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}
.about-organization.blue .inner .esg-section-title {
  text-align: center;
  margin-bottom: 8rem;
  color: #000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  /* 70px */
  text-transform: uppercase;
}
.about-organization.blue .inner .eco-safety-list {
  max-width: 133rem;
  display: flex;
  gap: 1.5rem 8rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.about-organization.blue .inner .eco-safety-list .eco-safety {
  width: calc(25% - 6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-organization.blue .inner .eco-safety-list .eco-safety img {
  width: 100%;
  aspect-ratio: 240/332;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-organization.blue .inner .eco-safety-list .eco-safety p {
  padding: 1rem 0 2rem;
  color: #000;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}

.about-vision .inner {
  flex-direction: column;
  gap: 200px;
}
.about-vision .inner .title {
  font-weight: 700;
  font-size: 90px;
  line-height: 140%;
  text-transform: uppercase;
  padding-left: 40px;
  position: relative;
}
.about-vision .inner > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-vision .inner .vision-wrap {
  padding-left: 300px;
}
.about-vision .inner .vision-wrap .desc {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  padding-left: 40px;
}
.about-vision .inner .mission-wrap {
  padding-left: 80px;
}
.about-vision .inner .mission-wrap .mission-list {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
}
.about-vision .inner .mission-wrap .mission-list .mission {
  display: flex;
  align-items: center;
  gap: 30px;
}
.about-vision .inner .mission-wrap .mission-list .mission h1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 180%;
  width: 223px;
}
.about-vision .inner .mission-wrap .mission-list .mission p {
  font-weight: 300;
  font-size: 30px;
  line-height: 270%;
}

.about-location .inner {
  flex-direction: column;
  gap: 150px;
}
.about-location .inner .loaciton-item {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
.about-location .inner .loaciton-item .location-info-wrap {
  display: flex;
}
.about-location .inner .loaciton-item .location-info-wrap .tab-box-title {
  width: 440px;
  flex-shrink: 0;
}
.about-location .inner .loaciton-item .location-info-wrap .location-info-item-list {
  display: flex;
  flex-direction: column;
}
.about-location .inner .loaciton-item .location-info-wrap .location-info-item-list .location-info {
  display: flex;
  gap: 30px;
}
.about-location .inner .loaciton-item .location-info-wrap .location-info-item-list .location-info .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  width: 102px;
}
.about-location .inner .loaciton-item .location-info-wrap .location-info-item-list .location-info .content {
  font-weight: 300;
  font-size: 22px;
  line-height: 180%;
}
.about-location .inner .loaciton-item iframe {
  width: 100%;
  aspect-ratio: 1520/500;
}

.product-page .inner {
  flex-direction: column;
  gap: 100px;
  align-items: center;
}
.product-page .inner .product-list {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
}
.product-page .inner .product-list > a {
  display: block;
  width: 400px;
}
.product-page .inner .product-list .product {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.product-page .inner .product-list .product .img-wrap {
  overflow: hidden;
}
.product-page .inner .product-list .product .img {
  width: 100%;
  aspect-ratio: 400/500;
  display: block;
  transition: transform 0.6s ease;
}
.product-page .inner .product-list .product:hover .img {
  transform: scale(1.08);
}
.product-page .inner .product-list .product .info {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page .inner .product-list .product .info p {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
}
.product-page .inner .product-list .product .info .arrow {
  width: 20px;
  height: 20px;
  background: url("/static/img/sub/ico_product_arrow.svg") no-repeat center/cover;
}
.product-page .inner .product-list .product:hover p {
  color: #da1f2c;
}
.product-page .inner .product-list .product:hover .arrow {
  background-image: url("/static/img/sub/ico_product_arrow_active.svg");
}

.product-detail .inner {
  flex-direction: column;
  gap: 100px;
  align-items: center;
  overflow: hidden;
}
.product-detail .inner .product-detail-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: end;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content {
  width: 100%;
  display: flex;
  gap: 80px;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .img {
  width: 400px;
  flex-shrink: 0;
  aspect-ratio: 400/500;
  height: -moz-min-content;
  height: min-content;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table-wrap {
  width: 100%;
  overflow: auto;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #000000;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table tr:has(td) {
  cursor: pointer;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table tr:has(td):hover {
  background: rgba(218, 31, 44, 0.0509803922);
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table tr:has(td).active {
  background: rgba(218, 31, 44, 0.0509803922);
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table .row-detail-tr td {
  padding: 0;
  border-right: none;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table .row-detail {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  background: #ffffff;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table .row-detail .row-detail-inner {
  height: 250px;
  padding: 30px;
  box-sizing: border-box;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table th {
  background: #fafafa;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 12px;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  border-right: 1px solid #e1e1e1;
  text-align: left;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table th:last-child {
  border-right: none;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table td {
  padding: 17.5px 12px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  vertical-align: middle;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table td:last-child {
  border-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table td .data-list {
  display: flex;
  align-items: center;
  align-items: center;
  height: 100%;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table td .data-list a {
  flex-shrink: 0;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .product-info-table td .data-list .data-icon {
  width: 42px;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .img-list {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
.product-detail .inner .product-detail-content-wrap .product-detail-content .product-info-wrap .img-list img {
  height: auto;
  aspect-ratio: 340/270;
}
.product-detail .inner .product-detail-content-wrap .btn {
  padding: 15px 40px;
}

.rnd .inner {
  flex-direction: column;
  gap: 100px;
  align-items: center;
}
.rnd .inner .rnd-item-list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.rnd .inner .rnd-item-list .rnd-item {
  display: flex;
  gap: 80px;
}
.rnd .inner .rnd-item-list .rnd-item .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rnd .inner .rnd-item-list .rnd-item .content-wrap .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #da1f2c;
}
.rnd .inner .rnd-item-list .rnd-item .content-wrap .content {
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
}
.rnd .inner .rnd-item-list .rnd-item .img {
  width: 780px;
  height: 520px;
}

.esg-section-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-transform: uppercase;
}

.esg-overview {
  background: url("/static/img/sub/04-2.webp") no-repeat center/cover;
}
.esg-overview .inner .tab-box-title {
  width: 400px;
  flex-shrink: 0;
}
.esg-overview .inner .goal-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.esg-overview .inner .goal-content-wrap .slog {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
}
.esg-overview .inner .goal-content-wrap .goal-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.esg-overview .inner .goal-content-wrap .goal-section .key-focus-list {
  display: flex;
  flex-direction: column;
}
.esg-overview .inner .goal-content-wrap .goal-section .key-focus-list .key-focus {
  display: flex;
}
.esg-overview .inner .goal-content-wrap .goal-section .key-focus-list .key-focus .num {
  font-weight: 600;
  font-size: 22px;
  line-height: 200%;
  width: 38px;
}
.esg-overview .inner .goal-content-wrap .goal-section .key-focus-list .key-focus .text {
  font-weight: 300;
  font-size: 22px;
  line-height: 200%;
}
.esg-overview .inner .goal-content-wrap .goal-section .activity-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.esg-overview .inner .goal-content-wrap .goal-section .activity-list .activity {
  font-weight: 300;
  font-size: 22px;
  line-height: 200%;
  display: flex;
  gap: 15px;
}
.esg-overview .inner .goal-content-wrap .goal-section .activity-list .activity::before {
  content: "-";
  font-weight: 300;
  font-size: 22px;
  line-height: 200%;
}
.esg-overview .inner .goal-content-wrap .goal-section .esg-recommend-org {
  width: 100%;
  aspect-ratio: 1120/582;
}

.esg-environment .inner {
  gap: 80px;
}
.esg-environment .inner .tab-box-title {
  width: 400px;
  flex-shrink: 0;
}
.esg-environment .inner .content-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.esg-environment .inner .content-wrap .sustainability-section {
  display: flex;
  gap: 80px;
}
.esg-environment .inner .content-wrap .sustainability-section .text {
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
}
.esg-environment .inner .content-wrap .sustainability-section .text b {
  color: #da1f2c;
  font-weight: bold;
}
.esg-environment .inner .content-wrap .sustainability-section img {
  width: 320px;
  height: 441px;
}
.esg-environment .inner .content-wrap .eco-safety-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.esg-environment .inner .content-wrap .eco-safety-section .eco-safety-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 15px;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
.esg-environment .inner .content-wrap .eco-safety-section .eco-safety-list .eco-safety {
  display: flex;
  flex-direction: column;
}
.esg-environment .inner .content-wrap .eco-safety-section .eco-safety-list .eco-safety .img {
  width: 100%;
  aspect-ratio: 201/278;
}
.esg-environment .inner .content-wrap .eco-safety-section .eco-safety-list .eco-safety p {
  padding: 20px 0;
  font-size: 22px;
  line-height: 130%;
}

.esg-social {
  background: url("/static/img/sub/04-21.webp") no-repeat center/cover;
}
.esg-social .inner {
  gap: 80px;
}
.esg-social .inner .tab-box-title {
  width: 400px;
  flex-shrink: 0;
}
.esg-social .inner .content-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.esg-social .inner .content-wrap .company-philosophy {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.esg-social .inner .content-wrap .company-philosophy .text {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
}
.esg-social .inner .content-wrap .company-philosophy .img {
  width: 100%;
  aspect-ratio: 1120/480;
}
.esg-social .inner .content-wrap .key-initiative-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.esg-social .inner .content-wrap .key-initiative-section .key-initiative-list .key-initiative .title-wrap {
  display: flex;
}
.esg-social .inner .content-wrap .key-initiative-section .key-initiative-list .key-initiative .title-wrap .num {
  width: 38px;
  font-weight: 600;
  font-size: 22px;
  line-height: 200%;
}
.esg-social .inner .content-wrap .key-initiative-section .key-initiative-list .key-initiative .title-wrap .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 200%;
}
.esg-social .inner .content-wrap .key-initiative-section .key-initiative-list .key-initiative .content {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 10px;
}
.esg-social .inner .content-wrap .key-initiative-section .key-initiative-list .key-initiative .content b {
  font-weight: bold;
  color: #da1f2c;
}
.esg-social .inner .content-wrap .certification-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.esg-social .inner .content-wrap .certification-section .certification-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 30px;
}
.esg-social .inner .content-wrap .certification-section .certification-list .certification {
  display: flex;
  gap: 30px;
}
.esg-social .inner .content-wrap .certification-section .certification-list .certification .img {
  width: 155px;
  aspect-ratio: 155/215;
  flex-shrink: 0;
}
.esg-social .inner .content-wrap .certification-section .certification-list .certification .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}
.esg-social .inner .content-wrap .certification-section .certification-list .certification .txt-wrap .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  color: #da1f2c;
}
.esg-social .inner .content-wrap .certification-section .certification-list .certification .txt-wrap .content {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}
.esg-social .inner .content-wrap .certification-section .certification-list .certification .txt-wrap .content span {
  color: #da1f2c;
}

.esg-governance .inner {
  gap: 80px;
}
.esg-governance .inner .tab-box-title {
  width: 400px;
  flex-shrink: 0;
}
.esg-governance .inner .content-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.esg-governance .inner .content-wrap .corporate-governance-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.esg-governance .inner .content-wrap .corporate-governance-section p {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
}
.esg-governance .inner .content-wrap .corporate-governance-section p span {
  color: #da1f2c;
}
.esg-governance .inner .content-wrap .corporate-governance-section .img {
  width: 100%;
  aspect-ratio: 1120/480;
}
.esg-governance .inner .content-wrap .key-initiative-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.esg-governance .inner .content-wrap .key-initiative-section .key-initiative-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
}
.esg-governance .inner .content-wrap .key-initiative-section .key-initiative-list .key-initiative {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.esg-governance .inner .content-wrap .key-initiative-section .key-initiative-list .key-initiative .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 200%;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.esg-governance .inner .content-wrap .key-initiative-section .key-initiative-list .key-initiative .content {
  padding-left: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}

.inquiry {
  padding: 0 0;
}
.inquiry .inner {
  margin: 0 auto;
  padding: 0 2rem;
}
.inquiry .inner span {
  display: block;
  text-align: right;
  color: #3B2013;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  /* 206.25% */
}
.inquiry-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
.inquiry-head h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
.inquiry-head p {
  font-size: 1.4rem;
  color: #666;
}
.inquiry .inquiry-form {
  border-top: 1px solid #999;
  padding-top: 4rem;
}
.inquiry .form-row {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 4rem 0;
}
.inquiry .form-row .form-title {
  width: 25.7rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #DA1F2C;
  font-family: "Pretendard", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 133.333% */
}
.inquiry .form-row .form-content {
  flex: 1;
}
.inquiry .input-row {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.inquiry .input-row label {
  width: 18rem;
  font-size: 1.4rem;
  color: #333;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
  /* 150% */
}
.inquiry .input-row input,
.inquiry .input-row textarea {
  border: 1px solid #ccc;
  height: 4rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  background: #fff;
}
.inquiry .input-row textarea {
  height: 12rem;
  resize: none;
  padding: 1rem;
  flex: 1;
}
.inquiry .input-row .full {
  flex: 1;
}
.inquiry {
  /* 이메일 */
}
.inquiry .email-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.inquiry .email-wrap input {
  width: 20rem;
}
.inquiry .email-wrap span {
  font-size: 1.6rem;
}
.inquiry {
  /* 파일 */
}
.inquiry .file-wrap {
  display: flex;
  width: 100%;
  flex: 1;
}
.inquiry .file-wrap input {
  flex: 1;
}
.inquiry .file-wrap button {
  width: 10rem;
  background: #777;
  color: #fff;
  border: none;
  cursor: pointer;
}
.inquiry {
  /* prevent */
}
.inquiry .prevent-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.inquiry .prevent-wrap .code {
  letter-spacing: 0.3rem;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  /* 132% */
  letter-spacing: 12.5px;
}
.inquiry .prevent-wrap input {
  width: 12rem;
}
.inquiry .prevent-wrap p {
  font-size: 1.2rem;
  color: #888;
}
.inquiry {
  /* 버튼 */
}
.inquiry .form-submit {
  text-align: center;
  margin-top: 4rem;
}
.inquiry .form-submit button {
  width: 20rem;
  height: 5rem;
  border-radius: 3rem;
  border: 1px solid #333;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.inquiry .form-submit button:hover {
  background: #DA1F2C;
  color: #fff;
}
@media (max-width: 768px) {
  .inquiry .notice .section .inner .txt-title {
    display: block !important;
  }
  .inquiry .form-row {
    flex-direction: column;
  }
  .inquiry .form-title {
    margin-bottom: 2rem;
  }
  .inquiry .input-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .inquiry .input-row label {
    margin-bottom: 0.5rem;
  }
  .inquiry .input-row input,
  .inquiry .input-row textarea {
    width: 100%;
    padding: 1rem 0.5rem;
  }
  .inquiry .email-wrap {
    width: 100%;
  }
  .inquiry .email-wrap input {
    flex: 1;
  }
  .inquiry .prevent-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.notice .section {
  padding: 12rem 0;
}
.notice .section .inner {
  display: block;
  padding: 12rem 8rem 0;
}
.notice .inquiry .inner{
  padding: 0;
}
.notice .section .inner .txt-title {
  display: flex;
  align-items: center;
  margin-bottom: 12rem;
}
.notice .section .inner .txt-title span {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 33.6px */
}
.notice .section .inner .type-tit {
  width: 50rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 70px */
  text-transform: uppercase;
}
.notice .section .inner .list-top p {
  text-align: right;
  margin-bottom: 2rem;
}
.notice .list {
  width: 100%;
}
.notice .list li {
  border-bottom: 0.1rem solid #000;
}
.notice .list li:first-child {
  border-top: 0.1rem solid #000;
}
.notice .list li:hover {
  background: #F9F9F9;
}
.notice .list .top {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
}
.notice .list .title {
  display: inline-block;
  width: calc(100% - 20rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 2.25;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  /* 204.545% */
}
.notice .list .title.a {
  background: url(/static/img/icon/link.png) no-repeat center left 45rem;
}
.notice .list .type {
  display: inline-block;
  min-width: 5rem;
  width: 5rem;
  max-width: 6.6rem;
  margin-right: 2rem;
  text-align: center;
}
.notice .list .right {
  display: flex;
  align-items: center;
  min-width: 15rem;
  width: 15rem;
  gap: 3.6rem;
}
.notice .list .right span {
  position: relative;
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 2.8125;
  color: #888;
}
.notice .list .right span::before {
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: -1.9rem;
  background: #888;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.notice .list .right span:last-of-type::before {
  display: none;
}
.notice .top-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}
.notice .top-list h5 {
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.252;
}
.notice .top-list form {
  display: flex;
}
.notice .top-list form .select-box {
  width: 10rem;
}
.notice .top-list form .select-box .selected {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  background: url(/static/img/icon/bottom.svg) no-repeat center right 10px;
}
.notice .top-list form .select-box .selected span {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}
.notice .top-list form .select-box .option-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}
.notice .top-list form .select-box .option-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  cursor: pointer;
}
.notice .top-list form .select-box .option-list li:hover {
  background: #f5f5f5;
}
.notice .top-list form .select-box.open .option-list {
  display: block;
}
.notice .top-list form .select-box.open .option-list span {
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.216;
}

@media all and (max-width: 63.9375rem) {
  .notice .section {
    padding-bottom: 10rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .notice .inner {
    padding: 40px 20px;
  }
  .notice .section {
    padding-bottom: 8rem;
  }
  .notice .section .inner .txt-title {
    display: block;
  }
  .notice .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .notice .list .title {
    line-height: 1.3;
    width: 100%;
  }
  .notice .list .right span {
    line-height: 1.3;
  }
}
.pagination {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
.pagination ul {
  display: flex;
  gap: 0.4rem;
}
.pagination ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.4;
  color: #666;
}
.pagination ul li.active a {
  color: #fff;
  font-weight: 700;
  background: #000;
}
.pagination ul li.active span {
  color: #fff;
}

.viewpage .section {
  padding: 12rem 0;
}
.viewpage .section .inner {
  display: block;
  padding: 15rem 8rem 0;
}
.viewpage .section .inner .txt-title {
  display: flex;
  align-items: center;
  margin-bottom: 12rem;
}
.viewpage .section .inner .type-tit {
  width: 50rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 70px */
  text-transform: uppercase;
}
.viewpage .section .inner span {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 33.6px */
}
.viewpage .view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 5rem;
  border: 0.1rem solid #000;
}
.viewpage .view-header .title-area {
  display: flex;
  font-size: calc(var(--fs-stit) + 0.3rem);
  font-weight: 400;
  line-height: 1.36364;
}
.viewpage .view-header .title-area .type {
  font-weight: 600;
}
.viewpage .view-header .title-area .title {
  font-weight: 400;
}
.viewpage .view-header .right {
  display: flex;
  align-items: center;
  min-width: 15rem;
  width: 15rem;
  gap: 3.6rem;
}
.viewpage .view-header .right span {
  position: relative;
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 2.8125;
}
.viewpage .view-header .right span::before {
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: -1.9rem;
  background: #000;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.viewpage .view-header .right span:last-of-type::before {
  display: none;
}
.viewpage .view-body {
  padding: 4rem 0 8rem;
  border-bottom: 0.1rem solid #000;
}
.viewpage .view-body .img-wrap {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0rem;
}
.viewpage .view-body p,
.viewpage .view-body div {
  font-size: var(--fs-com);
  font-weight: 300;
  line-height: 1.66667;
}
.viewpage .view-body .desc {
  margin-bottom: 5rem;
}
.viewpage .view-body .file span img {
  margin-left: 1rem;
}
.viewpage .list-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  padding: 1.1rem 5.6rem;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.66667;
  border: 0.1rem solid;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.viewpage .list-btn:hover {
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
  border: 1px solid #DA1F2C;
  background: #DA1F2C;
  color: #fff;
}

@media all and (max-width: 85.375rem) {
  .viewpage .view-header {
    padding: 3rem 4rem;
  }
  .viewpage .view-header .title-area {
    font-size: var(--fs-stit);
  }
}
@media all and (max-width: 64rem) {
  .viewpage .view-header {
    padding: 2.4rem 3.2rem;
  }
  .viewpage .view-header .title-area {
    font-size: var(--fs-md);
  }
  .viewpage .view-body {
    padding: 6rem 0 8rem;
  }
}/*# sourceMappingURL=layout.css.map */