@charset "UTF-8";
#sub-main {
  width: 100%;
  height: auto;
  padding: 22rem 0 0;
}
#sub-main .subpage-huge-title {
  width: 100%;
  height: auto;
  margin-bottom: 7.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7rem;
}
#sub-main .subpage-huge-title .container {
  width: 95%;
  height: auto;
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
#sub-main .subpage-huge-title .container .leaf-title {
  padding: 4rem 5.2rem 0 0;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
  background-image: url("/img/leaf.svg");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 5.2rem auto;
}
#sub-main .subpage-huge-title .vertical-bar {
  width: 1px;
  height: 10rem;
  background: #aaa;
}

.brand-tabs {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  padding: 0 2.5%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.brand-tabs > a {
  position: relative;
  flex: 0 1 auto;
  width: 290px;
  height: 90px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10000rem;
  background: #ccc;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.brand-tabs > a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-tabs > a.now {
  background: linear-gradient(78deg, #71BB0F, #00B791);
}

.mat-summary {
  width: 100%;
  height: auto;
  margin-bottom: 13rem;
}
.mat-summary .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  padding: 7rem 12rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f0f0f0;
  border-radius: 12px;
  gap: 9rem;
}
.mat-summary .container .mat-trio {
  flex: 0 0 55%;
  display: flex;
}
.mat-summary .container .mat-trio > img {
  width: 100%;
  height: auto;
}
.mat-summary .container .summary-contents {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 4rem;
}
.mat-summary .container .summary-contents > h1 {
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.mat-summary .container .summary-contents > p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  text-align: right;
  color: black;
}

.mat-vision {
  width: 100%;
  height: auto;
  margin-bottom: 17rem;
}
.mat-vision .container {
  width: 95%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9rem;
}
.mat-vision .container .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
.mat-vision .container .title-wrap > h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.mat-vision .container .title-wrap p {
  font-size: 2rem;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.mat-vision .container .target-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.mat-vision .container .target-grid .item {
  width: 100%;
  height: auto;
  display: flex;
}
.mat-vision .container .target-grid .item > img {
  width: 100%;
  height: auto;
}

.sunje-hanja {
  width: 100%;
  height: auto;
  margin-bottom: 5.6rem;
}
.sunje-hanja .container {
  width: 95%;
  height: auto;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 7rem;
}
.sunje-hanja .container .hanja {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 3.6rem;
}
.sunje-hanja .container .hanja .group {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1rem;
}
.sunje-hanja .container .hanja .group strong {
  font-size: 22rem;
  font-weight: 700;
  line-height: 1;
  color: black;
  word-break: keep-all;
}
.sunje-hanja .container .hanja .group .mean {
  padding: 1rem 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  color: black;
  background: #f0f0f0;
  border-radius: 1000000rem;
}
.sunje-hanja .container .hanja .group .mean > em {
  font-weight: 800;
}
.sunje-hanja .container .name-mean {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3rem;
}
.sunje-hanja .container .name-mean > strong {
  font-size: 5.4rem;
  font-weight: 800;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: right;
}
.sunje-hanja .container .name-mean p {
  font-size: 1.8rem;
  line-height: 1.6;
  word-break: keep-all;
  text-align: right;
  color: black;
}
.sunje-hanja .container .name-mean p b {
  font-weight: 700;
}

.story-infinite {
  width: 100%;
  height: auto;
  margin-bottom: 3.2rem;
  display: flex;
  overflow: hidden;
}
.story-infinite .infinite-body {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: row;
  animation-name: infinite02;
  animation-timing-function: linear;
  animation-duration: 40s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.story-infinite .infinite-body .inf-img-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.story-infinite .infinite-body .inf-img-group > img {
  width: 47.6rem;
  height: auto;
  margin-right: 5rem;
}

@keyframes infinite02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.tasty-message {
  width: 100%;
  height: auto;
  margin-bottom: 11rem;
}
.tasty-message .container {
  width: 95%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  padding: 5.2rem 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f0f0f0;
  border-radius: 1.2rem;
  gap: 4rem;
}
.tasty-message .container h1 {
  font-size: 7rem;
  line-height: 1.1;
  color: #69B800;
  word-break: keep-all;
  text-align: center;
}
.tasty-message .container article {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
.tasty-message .container article b {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.tasty-message .container article p {
  font-size: 1.8rem;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
  text-align: center;
}

.sunje-ci {
  width: 100%;
  height: auto;
  margin-bottom: 10rem;
}
.sunje-ci .container {
  width: 95%;
  height: auto;
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.sunje-ci .container .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.6rem;
}
.sunje-ci .container .title-wrap > h1 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.sunje-ci .container .title-wrap > span {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
  color: black;
  text-align: center;
}
.sunje-ci .container .ci-body {
  width: 100%;
  height: auto;
  padding: 5.2rem 6%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 5px solid #ccc;
  background: white;
}
.sunje-ci .container .ci-body .top {
  flex: 0 0 auto;
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding-right: 64px;
  margin-right: 64px;
  border-right: 1px solid #ddd;
}
.sunje-ci .container .ci-body .top .ci {
  width: 100%;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7rem;
}
.sunje-ci .container .ci-body .top .ci > img {
  width: 100%;
  height: auto;
}
.sunje-ci .container .ci-body .top .ci span {
  font-size: 2rem;
  line-height: 1.2;
  color: #818181;
}
.sunje-ci .container .ci-body .top .ci-color {
  width: 100%;
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
}
.sunje-ci .container .ci-body .top .ci-color .color {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
.sunje-ci .container .ci-body .top .ci-color .color .color-circle {
  width: 16rem;
  height: 16rem;
  background: #8CB808;
  border-radius: 100000rem;
}
.sunje-ci .container .ci-body .top .ci-color .color span {
  font-size: 2rem;
  line-height: 1.1;
  color: #818181;
  word-break: keep-all;
  text-align: center;
}
.sunje-ci .container .ci-body .top .ci-color .color:nth-of-type(2) .color-circle {
  background: #008129;
}
.sunje-ci .container .ci-body .desc {
  flex: 1 1 auto;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #2D2D2D;
  word-break: keep-all;
  text-align: left;
}

.vision-value {
  width: 100%;
  height: auto;
  margin-bottom: 17rem;
  padding: 6.4rem 0;
  background: #64B100;
}
.vision-value .container {
  width: 100%;
  height: auto;
  max-width: 1420px;
  padding: 8.8rem 1.6rem 7rem;
  margin: 0 auto;
  background: white;
  border-radius: 1.6rem;
}
.vision-value .container .title {
  margin-bottom: 3.6rem;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.vision-value .container .value-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.6rem;
}
.vision-value .container .value-contents p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.vision-value .container .value-contents p > b {
  font-size: 1.25em;
  font-weight: 700;
}
.vision-value .container .value-contents .value-img {
  width: 100%;
  max-width: 75.8rem;
  display: flex;
}
.vision-value .container .value-contents .value-img > img {
  width: 100%;
  height: auto;
}

.just-sub-title {
  width: 100%;
  height: auto;
  margin-bottom: 10rem;
}
.just-sub-title .container {
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.6rem;
}
.just-sub-title .container .title {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.just-sub-title .container .sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
  text-align: center;
}

.location {
  width: 100%;
  height: auto;
  margin-bottom: 17rem;
}
.location .container {
  width: 95%;
  height: auto;
  max-width: 1440px;
  margin: 0 auto;
}
.location .container .local-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.location .container .local-box .local-title {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.8rem;
}
.location .container .local-box .local-title > img {
  flex: 0 0 auto;
  width: auto;
  height: 5rem;
}
.location .container .local-box .local-title h4 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
.location .container .local-box .local-map {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.location .container .local-box .local-map .map-box {
  width: 100%;
  height: 46.5rem;
  margin-bottom: 2.2rem;
  border: 5px solid #008129;
  border-radius: 1.8rem;
  overflow: hidden;
}
.location .container .local-box .local-map .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.location .container .local-box .local-map .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.location .container .local-box .local-map .addr-box {
  width: 100%;
  height: auto;
  padding: 2.5rem 3.2rem;
  margin-bottom: 4.4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  background: #f0f0f0;
  border-radius: 0.8rem;
}
.location .container .local-box .local-map .addr-box .addr-list {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.location .container .local-box .local-map .addr-box .addr-list .addr-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
.location .container .local-box .local-map .addr-box .addr-list .addr-item:not(:last-of-type) {
  padding-right: 3rem;
  margin-right: 3rem;
  border-right: 1px solid #ddd;
}
.location .container .local-box .local-map .addr-box .addr-list .addr-item b {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.location .container .local-box .local-map .addr-box .addr-list .addr-item span {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.location .container .local-box .local-map .addr-box .map-view {
  flex: 0 0 auto;
  width: 23rem;
  height: 7.4rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  background: linear-gradient(120deg, #71BB0F, #52A8BE);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.location .container .local-box .local-transport {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.location .container .local-box .local-transport .transport-row {
  width: 100%;
  height: auto;
  padding: 0 3.6rem;
  padding-bottom: 4.8rem;
  margin-bottom: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  border-bottom: 1px solid #ddd;
}
.location .container .local-box .local-transport .transport-row .title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.4rem;
}
.location .container .local-box .local-transport .transport-row .title .title-icon {
  position: relative;
  flex: 0 0 auto;
  width: 4.4rem;
  height: 4.4rem;
}
.location .container .local-box .local-transport .transport-row .title .title-icon > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.location .container .local-box .local-transport .transport-row .title h4 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}
.location .container .local-box .local-transport .transport-row .transport-content-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4rem;
}
.location .container .local-box .local-transport .transport-row .transport-content-box .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.location .container .local-box .local-transport .transport-row .transport-content-box .row .row-name {
  flex: 0 0 10rem;
  padding-right: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.location .container .local-box .local-transport .transport-row .transport-content-box .row .row-content {
  font-size: 2rem;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}

.ceo-message {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
  overflow: hidden;
}
.ceo-message .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1640px;
  margin: 0 auto;
}
.ceo-message .container .top {
  width: 100%;
  height: auto;
  margin-bottom: 3.2rem;
}
.ceo-message .container .top .msg-summary {
  width: 60%;
  position: relative;
  padding: 5.8rem 0 0 4.8rem;
}
.ceo-message .container .top .msg-summary > img {
  position: absolute;
  left: 0;
  top: 0;
}
.ceo-message .container .top .msg-summary h4 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
.ceo-message .container .bottom {
  position: relative;
  width: 100%;
  height: auto;
  padding: 6.6rem 0 11rem;
  background: #7BBF2E;
}
.ceo-message .container .bottom::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: inherit;
}
.ceo-message .container .bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: inherit;
}
.ceo-message .container .bottom .msg-content {
  width: 60%;
  height: auto;
  padding-left: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
.ceo-message .container .bottom .msg-content p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  color: white;
}
.ceo-message .container .bottom .msg-content .signature-row {
  width: 100%;
  height: auuto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.4rem;
}
.ceo-message .container .bottom .msg-content .signature-row span {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: white;
}
.ceo-message .container .bottom .msg-content .signature-row span em {
  font-weight: 800;
}
.ceo-message .container .bottom .msg-content .signature-row img {
  flex: 0 0 auto;
  width: auto;
  height: 3.2rem;
}
.ceo-message .container .msg-image-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35%;
  height: auto;
  padding: 2.8rem;
  display: flex;
}
.ceo-message .container .msg-image-box > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 13rem;
  height: auto;
}
.ceo-message .container .msg-image-box > img.rotate {
  top: unset;
  right: unset;
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.ceo-message .container .msg-image-box .main-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 3;
}
.ceo-message .container .msg-image-box .main-img > img {
  width: 100%;
  height: auto;
}

.organization {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
}
.organization .container {
  width: 95%;
  height: auto;
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
}
.organization .container > img {
  width: 100%;
  height: auto;
}

.history {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
}
.history .container {
  width: 95%;
  height: auto;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.history .container > img {
  width: 100%;
  height: auto;
}
.history .container .history-timeline {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}
.history .container .history-timeline .timeline-list {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
}
.history .container .history-timeline .timeline-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 3px;
  height: calc(100% - 1.5rem);
  background: #aaa;
}
.history .container .history-timeline .timeline-list .time-row {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 7rem;
}
.history .container .history-timeline .timeline-list .time-row::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1.3rem;
  transform: translateX(-39%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100rem;
  background: #65AF04;
  z-index: 3;
}
.history .container .history-timeline .timeline-list .time-row:first-child::before, .history .container .history-timeline .timeline-list .time-row:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  transform: translate(-45%);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 100rem;
  background: #BEDD95;
}
.history .container .history-timeline .timeline-list .time-row .row-content-box {
  width: 100%;
  height: auto;
  padding-bottom: 5.2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
}
.history .container .history-timeline .timeline-list .time-row .row-content-box .year {
  flex: 0 0 30rem;
  width: auto;
  height: auto;
  padding-left: 5.2rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  color: black;
}
.history .container .history-timeline .timeline-list .time-row .row-content-box .events {
  padding-top: 7px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
.history .container .history-timeline .timeline-list .time-row .row-content-box .events * {
  position: relative;
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
  color: black;
}
.history .container .history-timeline .timeline-list .time-row .row-content-box .events *::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.history .container .history-timeline .timeline-list .time-row .row-content-box .events em {
  font-weight: 700;
}

.certification {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
}
.certification .container {
  width: 95%;
  height: auto;
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
}
.certification .container .cert-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10rem 1.6rem;
}
.certification .container .cert-grid .cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.certification .container .cert-grid .cell .cert-thumb {
  width: 100%;
  height: auto;
  max-width: 17.5rem;
  margin-bottom: 3rem;
  display: flex;
  border: 1px solid #ddd;
  cursor: pointer;
}
.certification .container .cert-grid .cell .cert-thumb > img {
  width: 100%;
  height: auto;
}
.certification .container .cert-grid .cell .cert-name {
  width: auto;
  height: auto;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
  background: #f0f0f0;
  border-radius: 1000rem;
}
.certification .container .cert-grid .cell .cert-etc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  color: #3D3D3D;
  word-break: keep-all;
  text-align: center;
}

.view-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 600;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.view-background.active {
  opacity: 1;
  visibility: visible;
}

.view-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 90dvh;
  aspect-ratio: 1/1;
  display: flex;
  border: 4px solid #f0f0f0;
  background: #f0f0f0;
  z-index: 601;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.view-box.active {
  opacity: 1;
  visibility: visible;
}
@media (orientation: portrait) {
  .view-box {
    width: 90vw;
    height: 90dvh;
    aspect-ratio: unset;
  }
}
.view-box .view-close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 100000rem;
  background: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.view-box .view-close i {
  font-size: 24px;
  line-height: 1;
  color: white;
}
.view-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.plant-tabs {
  width: 95%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 6.6rem;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.plant-tabs .tab {
  flex: 1 1 10%;
  height: 8rem;
}
.plant-tabs .tab > a {
  width: 100%;
  height: 100%;
  padding: 0 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #EEF9E0;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #aaa;
  word-break: keep-all;
  text-align: center;
}
.plant-tabs .tab:first-child > a {
  border-radius: 4rem 1rem 1rem 1rem;
}
.plant-tabs .tab:last-child > a {
  border-radius: 1rem 4rem 1rem 1rem;
}
.plant-tabs .tab.active > a {
  background: #71BB0F;
  color: white;
}

.swiper-section {
  width: 100%;
  height: auto;
  margin-bottom: 8.8rem;
}
.swiper-section .plant-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.swiper-section .plant-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.swiper-section .plant-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 60%;
  height: 63rem;
  border-radius: 1.6rem;
  overflow: hidden;
  opacity: 0.4;
}
.swiper-section .plant-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-section .plant-swiper .swiper-wrapper .swiper-slide > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-section .plant-swiper .plant-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(60% + 12rem + 6rem);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.swiper-section .plant-swiper .plant-navigation div {
  width: 6rem;
  height: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.swiper-section .plant-swiper .plant-navigation div > svg {
  width: 90%;
  height: 90%;
  fill: #3D3D3D;
}

.plant-content {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
}
.plant-content .container {
  width: 95%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plant-content .container .content-title {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 2.8rem;
  padding-left: 6.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: black;
  word-break: keep-all;
  background-image: url(/img/leaf.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto 4.8rem;
}
.plant-content .container .plant-desc-article {
  width: 100%;
  height: auto;
  margin-bottom: 6.6rem;
  padding: 4.8rem;
  background: #fafafa;
}
.plant-content .container .plant-desc-article .plant-infos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
}
.plant-content .container .plant-desc-article .plant-infos .info-field {
  position: relative;
  flex: 1 1 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.plant-content .container .plant-desc-article .plant-infos .info-field .tag {
  flex: 0 0 auto;
  width: 10rem;
  height: 4rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
  background: #65AF04;
  border-radius: 1000000rem;
}
.plant-content .container .plant-desc-article .plant-infos .info-field .desc {
  flex: 1 1 auto;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  color: black;
}
.plant-content .container .plant-desc-article .plant-infos .field-devide {
  flex: 0 0 auto;
  display: block;
  width: 1px;
  height: 3.6rem;
  background: #aaa;
}
.plant-content .container .plant-category {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.2rem;
}
.plant-content .container .plant-category b {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.plant-content .container .plant-category > figure {
  width: 100%;
  height: auto;
  display: flex;
}
.plant-content .container .plant-category > figure > img {
  width: 100%;
  height: auto;
}
.plant-content .container .plant-table-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
}
.plant-content .container .plant-table-group .table-field {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.plant-content .container .plant-table-group .table-field > b {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 2.8rem;
  padding-left: 6.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: black;
  word-break: keep-all;
  background-image: url(/img/leaf.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto 4.8rem;
}
.plant-content .container .plant-table-group .table-field .plant-table {
  width: 100%;
  height: auto;
  border-top: 2px solid #65AF04;
  border-bottom: 2px solid #ddd;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-01 {
  table-layout: fixed;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-01 colgroup col:nth-child(1) {
  width: 120px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-01 colgroup col:nth-child(2) {
  width: 120px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-01 colgroup col:nth-child(3) {
  width: auto;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-01 colgroup col:nth-child(4) {
  width: 140px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-01 colgroup col:nth-child(5) {
  width: 100px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-01 colgroup col:nth-child(6) {
  width: 160px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-02 colgroup col:nth-child(1) {
  width: 120px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-02 colgroup col:nth-child(2) {
  width: 120px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-02 colgroup col:nth-child(3) {
  width: auto;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-02 colgroup col:nth-child(4) {
  width: 180px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-02 colgroup col:nth-child(5) {
  width: 100px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-02 colgroup col:nth-child(6) {
  width: 160px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-03 colgroup col:nth-child(1) {
  width: 120px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-03 colgroup col:nth-child(2) {
  width: 120px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-03 colgroup col:nth-child(3) {
  width: auto;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-03 colgroup col:nth-child(4) {
  width: auto;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-03 colgroup col:nth-child(5) {
  width: auto;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-03 colgroup col:nth-child(6) {
  width: 80px;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-04 colgroup col:nth-child(1) {
  width: 24%;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-04 colgroup col:nth-child(2) {
  width: 38%;
}
.plant-content .container .plant-table-group .table-field .plant-table.type-04 colgroup col:nth-child(3) {
  width: 38%;
}
.plant-content .container .plant-table-group .table-field .plant-table th, .plant-content .container .plant-table-group .table-field .plant-table td {
  vertical-align: middle;
}
.plant-content .container .plant-table-group .table-field .plant-table thead tr {
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
}
.plant-content .container .plant-table-group .table-field .plant-table thead tr th {
  height: 7rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.plant-content .container .plant-table-group .table-field .plant-table thead tr th > p {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: auto;
  gap: 0.4rem;
}
.plant-content .container .plant-table-group .table-field .plant-table thead tr th > p b {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.plant-content .container .plant-table-group .table-field .plant-table thead tr th > p span {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #3D3D3D;
  word-break: keep-all;
  text-align: center;
}
.plant-content .container .plant-table-group .table-field .plant-table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.plant-content .container .plant-table-group .table-field .plant-table tbody tr td {
  border: 1px solid #ddd;
  padding: 1.2rem 1.2rem 1.2rem 2rem;
}
.plant-content .container .plant-table-group .table-field .plant-table tbody tr td.centered {
  text-align: center;
}
.plant-content .container .plant-table-group .table-field .plant-table tbody tr td > span {
  font-size: 1.8rem;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}
.plant-content .container .plant-table-group .table-field .plant-table tbody tr td > b {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}

.plant-videos {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
}
.plant-videos .container {
  width: 95%;
  height: auto;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.plant-videos .container .goto-channel {
  padding: 8px 12px;
  border-radius: 12px;
  background: #f3fff7;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  box-shadow: 0 0 6px 0 rgba(0, 129, 41, 0.4);
}
.plant-videos .container .goto-channel img {
  flex: 0 0 auto;
  width: 40px;
}
.plant-videos .container .goto-channel span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #008129;
}
.plant-videos .container .video-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 16px;
}
.plant-videos .container .video-grid .cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.plant-videos .container .video-grid .cell .ytb-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.plant-videos .container .video-grid .cell a {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: #3D3D3D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.plant-videos .container .video-grid .cell a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 18px;
  background: #008129;
}

.product-swiper-section {
  width: 100%;
  height: auto;
  margin-bottom: 12rem;
}
.product-swiper-section .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1360px;
  margin: 0 auto;
}
.product-swiper-section .container .product-swiper {
  position: relative;
  width: calc(100% - 16rem);
  padding-bottom: 4.8rem;
  margin: 0 auto;
  overflow: hidden;
}
.product-swiper-section .container .product-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.product-swiper-section .container .product-swiper .swiper-wrapper .swiper-slide {
  width: auto;
  height: auto;
  display: flex;
}
.product-swiper-section .container .product-swiper .swiper-wrapper .swiper-slide .prod-dummy {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  border: 1px solid #ddd;
}
.product-swiper-section .container .product-swiper .swiper-wrapper .swiper-slide .prod-dummy > img {
  width: 100%;
  height: auto;
}
.product-swiper-section .container .product-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: #707070;
  border-radius: 100000rem;
}
.product-swiper-section .container .product-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2.4rem;
  background: #65AF04;
}
.product-swiper-section .container .product-navigation {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
}
.product-swiper-section .container .product-navigation > div {
  width: 4rem;
  height: auto;
  cursor: pointer;
  visibility: visible;
}
.product-swiper-section .container .product-navigation > div > svg {
  width: 100%;
  height: auto;
  fill: #3D3D3D;
}

.product-contents {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
}
.product-contents .container {
  width: 95%;
  height: auto;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9rem;
}
.product-contents .container .product-tabs {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.product-contents .container .product-tabs .tab {
  flex: 1 1 4%;
  height: 8rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  background: #EEF9E0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #707070;
  word-break: keep-all;
  text-align: center;
  cursor: pointer;
}
.product-contents .container .product-tabs .tab:first-child {
  border-radius: 4rem 1rem 1rem 1rem;
}
.product-contents .container .product-tabs .tab:last-child {
  border-radius: 1rem 4rem 1rem 1rem;
}
.product-contents .container .product-tabs .tab.active {
  background: #71BB0F;
  color: white;
}
.product-contents .container .product-table-wrap {
  width: 100%;
  height: auto;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 5.2rem;
}
.product-contents .container .product-table-wrap.active {
  display: flex;
}
.product-contents .container .product-table-wrap .product-name {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.product-contents .container .product-table-wrap .product-table {
  width: 100%;
  height: auto;
  border-top: 2px solid #65AF04;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  table-layout: fixed;
}
.product-contents .container .product-table-wrap .product-table th, .product-contents .container .product-table-wrap .product-table td {
  vertical-align: middle;
}
.product-contents .container .product-table-wrap .product-table colgroup col:nth-child(1) {
  width: 25%;
}
.product-contents .container .product-table-wrap .product-table colgroup col:nth-child(2) {
  width: 8%;
}
.product-contents .container .product-table-wrap .product-table colgroup col:nth-child(3) {
  width: 17%;
}
.product-contents .container .product-table-wrap .product-table colgroup col:nth-child(4) {
  width: 50%;
}
.product-contents .container .product-table-wrap .product-table thead tr {
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
}
.product-contents .container .product-table-wrap .product-table thead tr th {
  height: 7rem;
  padding: 0 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
  border-right: 1px solid #ddd;
}
.product-contents .container .product-table-wrap .product-table tbody tr {
  border-bottom: 1px solid #ddd;
}
.product-contents .container .product-table-wrap .product-table tbody tr.thick-bottom {
  border-bottom: 2px solid #ddd;
}
.product-contents .container .product-table-wrap .product-table tbody tr th, .product-contents .container .product-table-wrap .product-table tbody tr td {
  border-right: 1px solid #f0f0f0;
}
.product-contents .container .product-table-wrap .product-table tbody tr th {
  background: #f0f0f0;
  padding: 0 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
  border-bottom: 2px solid #ddd;
}
.product-contents .container .product-table-wrap .product-table tbody tr td {
  padding: 1.2rem;
  padding-left: 2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}
.product-contents .container .product-table-wrap .product-table tbody tr td.ba {
  word-break: break-all;
}
.product-contents .container .product-table-wrap .product-table tbody tr td.centered {
  text-align: center;
}

.quality-points {
  width: 100%;
  height: auto;
  margin-bottom: 16rem;
}
.quality-points .container {
  width: 95%;
  height: auto;
  max-width: 134rem;
  padding: 4rem 10rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9.6rem;
  border: 2px solid #71BB0F;
  border-radius: 1rem;
}
.quality-points .container .point-step {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.quality-points .container .point-step .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quality-points .container .point-step .title-wrap .step {
  margin-bottom: 1.4rem;
  padding: 0.3rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
  border: 2px solid #71BB0F;
  border-radius: 100000rem;
  background: linear-gradient(45deg, #71BB0F, #3E6E00);
}
.quality-points .container .point-step .title-wrap .title {
  margin-bottom: 2.4rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.quality-points .container .point-step .title-wrap .desc {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.quality-points .container .point-step .haccp-grid {
  width: auto;
  height: auto;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.4rem;
}
.quality-points .container .point-step .haccp-grid > img {
  width: 100%;
  height: auto;
  max-width: 17.4rem;
}
.quality-points .container .point-step .single-img {
  width: 100%;
  height: auto;
  padding: 1.6rem;
  display: flex;
  border-radius: 1.6rem;
  background: #E0F3C7;
}
.quality-points .container .point-step .single-img > img {
  width: 100%;
  height: auto;
}
.quality-points .container .point-step .double-imgs {
  width: 100%;
  height: auto;
  padding: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  border-radius: 1.6rem;
  background: #E0F3C7;
}
.quality-points .container .point-step .double-imgs > img {
  width: 100%;
  height: auto;
}

.quality-system {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
}
.quality-system .container {
  width: 95%;
  height: auto;
  max-width: 137rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quality-system .container h1 {
  margin-bottom: 8rem;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.quality-system .container > img {
  width: 100%;
  height: auto;
}

.quality-cert-table {
  width: 100%;
  height: auto;
  margin-bottom: 16rem;
}
.quality-cert-table .container {
  width: 95%;
  height: auto;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9.6rem;
}
.quality-cert-table .container .table-field {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.quality-cert-table .container .table-field > b {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 2.8rem;
  padding-left: 6.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: black;
  word-break: keep-all;
  background-image: url(/img/leaf.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto 4.8rem;
}
.quality-cert-table .container .table-field > table {
  width: 100%;
  height: auto;
  border-top: 2px solid #65AF04;
  border-bottom: 2px solid #ddd;
}
.quality-cert-table .container .table-field > table.type-01 {
  table-layout: fixed;
}
.quality-cert-table .container .table-field > table.type-01 colgroup col:nth-child(1) {
  width: 120px;
}
.quality-cert-table .container .table-field > table.type-01 colgroup col:nth-child(2) {
  width: 20%;
}
.quality-cert-table .container .table-field > table.type-01 colgroup col:nth-child(3) {
  width: 20%;
}
.quality-cert-table .container .table-field > table.type-01 colgroup col:nth-child(4) {
  width: auto;
}
.quality-cert-table .container .table-field > table th, .quality-cert-table .container .table-field > table td {
  vertical-align: middle;
}
.quality-cert-table .container .table-field > table thead tr {
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
}
.quality-cert-table .container .table-field > table thead tr th {
  height: 7rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.quality-cert-table .container .table-field > table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.quality-cert-table .container .table-field > table tbody tr td {
  border: 1px solid #ddd;
  padding: 1.2rem 1.2rem 1.2rem 2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  color: black;
  word-break: break-all;
}
.quality-cert-table .container .table-field > table tbody tr td.centered {
  text-align: center;
}

.rnd-graphic {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
}
.rnd-graphic .container {
  width: 95%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}
.rnd-graphic .container > figure {
  width: 100%;
  height: auto;
  display: flex;
}
.rnd-graphic .container > figure img {
  width: 100%;
  height: auto;
}

.rnd-parts {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
}
.rnd-parts .container {
  width: 95%;
  height: auto;
  max-width: 1530px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.4rem;
}
.rnd-parts .container h1 {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.rnd-parts .container .parts-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.rnd-parts .container .parts-body .left {
  flex: 1 1 45%;
  padding-top: 10.4rem;
}
.rnd-parts .container .parts-body .left .left-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1.4rem;
  overflow: hidden;
}
.rnd-parts .container .parts-body .left .left-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rnd-parts .container .parts-body .right {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.rnd-parts .container .parts-body .right .parts-tabs {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f0f0f0;
}
.rnd-parts .container .parts-body .right .parts-tabs .tab {
  width: 100%;
  height: 52px;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 500;
  color: #707070;
  word-break: keep-all;
  text-align: center;
  background: #f0f0f0;
  cursor: pointer;
}
.rnd-parts .container .parts-body .right .parts-tabs .tab.active {
  background: #71BB0F;
  color: white;
  font-weight: 700;
}
.rnd-parts .container .parts-body .right .parts-content-box {
  width: 100%;
  height: auto;
  padding: 2.4rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  background: #D3ECB3;
  border-radius: 0.8rem;
}
.rnd-parts .container .parts-body .right .parts-content-box .img-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 1.4rem;
}
.rnd-parts .container .parts-body .right .parts-content-box .img-group figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.rnd-parts .container .parts-body .right .parts-content-box .img-group figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rnd-parts .container .parts-body .right .parts-content-box .part-descs {
  width: 100%;
  height: auto;
  padding: 3.2rem 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  background: white;
}
.rnd-parts .container .parts-body .right .parts-content-box .part-descs b {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.rnd-parts .container .parts-body .right .parts-content-box .part-descs p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  text-align: left;
  color: black;
}

.product-process {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
}
.product-process .container {
  width: 95%;
  height: auto;
  max-width: 1530px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9rem;
}
.product-process .container h1 {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.product-process .container .process-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.product-process .container .process-list .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
}
.product-process .container .process-list .row .row-thumb {
  position: relative;
  flex: 0 0 32%;
  overflow: hidden;
  border-radius: 1.6rem;
}
.product-process .container .process-list .row .row-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-process .container .process-list .row .row-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4rem 5.6rem;
  background: #f0f0f0;
  border-radius: 1.6rem;
}
.product-process .container .process-list .row .row-content b {
  flex: 0 0 14rem;
  width: auto;
  height: auto;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}
.product-process .container .process-list .row .row-content p {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-process .container .process-list .row .row-content p > span {
  position: relative;
  padding-left: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
.product-process .container .process-list .row .row-content p > span::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.customer {
  width: 100%;
  height: auto;
  margin-bottom: 14rem;
}
.customer .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1440px;
  padding: 6.6rem 10rem 24rem;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  background: #71BB0F;
}
.customer .container .customer-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4.4rem 1.6rem;
}
.customer .container .customer-grid .cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.customer .container .customer-grid .cell .logo-box {
  width: 100%;
  height: auto;
  display: flex;
}
.customer .container .customer-grid .cell .logo-box > img {
  width: 100%;
  height: auto;
}
.customer .container .customer-grid .cell .customer-name {
  width: 100%;
  height: auto;
  padding: 0.8rem 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10000rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.customer .container > img {
  position: absolute;
  right: 10rem;
  bottom: 6rem;
  width: auto;
  height: 15rem;
  opacity: 0.35;
}

.contact-section {
  width: 100%;
  margin-bottom: 14rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact-section .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-section .container .contact-inquiry {
  width: 100%;
}
.contact-section .container .contact-inquiry .ard-inquiry-form {
  width: 100%;
  padding: 100px;
  display: flex;
  flex-direction: column;
  grid-gap: 50px;
  background: #f0f0f0;
  border-radius: 30px;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-part .part-name {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: black;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item {
  width: 100%;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label {
  width: 100%;
  padding-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span {
  flex: 0 0 130px;
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
  border-right: 1px solid #aaa;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span > i {
  padding-left: 16px;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > input {
  padding: 0 16px;
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1;
  color: #2D2D2D;
  border: none;
  outline: none;
  background: transparent;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 30px;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
  font-size: 18px;
  line-height: 1;
  color: #2D2D2D;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label > input {
  width: 14px;
  height: 14px;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > textarea {
  width: 100%;
  resize: none;
  font-size: 16px;
  line-height: 1.4;
  color: #2D2D2D;
  box-shadow: none;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-submit {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-submit > label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-submit > label > input {
  width: 12px;
  height: 12px;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-submit > label > span {
  font-size: 14px;
  line-height: 1;
  color: #2D2D2D;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-submit > label > span > i {
  font-weight: 600;
  text-decoration: underline;
}
.contact-section .container .contact-inquiry .ard-inquiry-form .form-submit > button {
  width: 300px;
  height: 60px;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg, #71BB0F, #5BAD8D);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  border: none;
  outline: none;
}
.contact-section .container .contact-inquiry2 {
  width: 100%;
  height: auto;
}
.contact-section .container .contact-inquiry2 .contact-ways {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.contact-section .container .contact-inquiry2 .contact-ways .contact-box {
  width: 100%;
  height: auto;
  padding: 40px 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #f0f0f0;
  border-radius: 24px;
  box-shadow: 0 0 8px 0 rgba(24, 59, 0, 0.4);
}
.contact-section .container .contact-inquiry2 .contact-ways .contact-box .contact-title {
  position: relative;
  width: 100%;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  color: black;
  word-break: keep-all;
  text-align: center;
  padding-bottom: 24px;
}
.contact-section .container .contact-inquiry2 .contact-ways .contact-box .contact-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 4px;
  background-color: #9BC51B;
  border-radius: 10000rem;
}
.contact-section .container .contact-inquiry2 .contact-ways .contact-box .inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.contact-section .container .contact-inquiry2 .contact-ways .contact-box .inner b {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.contact-section .container .contact-inquiry2 .contact-ways .contact-box .inner span {
  font-size: 16px;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: #464646;
}

@media (max-width: 1280px) {
  .contact-section .container {
    padding: 0 16px;
  }
}
@media (max-width: 1024px) {
  .contact-section .container .contact-inquiry {
    margin-bottom: 50px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form {
    padding: 50px;
    grid-gap: 30px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part {
    grid-gap: 20px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .part-name {
    font-size: 24px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list {
    grid-gap: 16px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label {
    padding-bottom: 12px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span {
    flex: 0 0 110px;
    font-size: 16px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span > i {
    padding-left: 16px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > input {
    font-size: 16px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types {
    grid-gap: 20px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label {
    font-size: 16px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label > input {
    width: 14px;
    height: 14px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > textarea {
    font-size: 14px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-submit {
    grid-gap: 20px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-submit > button {
    width: 220px;
    height: 45px;
    font-size: 20px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .contact-section .container .contact-inquiry {
    margin-bottom: 30px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form {
    padding: 20px;
    grid-gap: 20px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part {
    grid-gap: 16px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .part-name {
    font-size: 18px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list {
    grid-gap: 12px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label {
    padding-bottom: 10px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span {
    flex: 0 0 110px;
    font-size: 14px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > input {
    font-size: 14px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types {
    grid-gap: 20px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label {
    font-size: 16px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label > input {
    width: 14px;
    height: 14px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-submit {
    grid-gap: 16px;
    align-items: center;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-submit > button {
    width: 220px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .contact-section .container .contact-map .map-area .root_daum_roughmap {
    height: 320px;
  }
  .contact-section .container .contact-inquiry {
    margin-bottom: 20px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types {
    grid-gap: 14px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label {
    font-size: 14px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label > input {
    width: 12px;
    height: 12px;
  }
  .contact-section .container .contact-inquiry .ard-inquiry-form .form-submit > button {
    width: 180px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
  }
}
.wip {
  width: 95%;
  height: 560px;
  max-width: 1500px;
  padding: 16px;
  margin: 0 auto;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background: #f0f0f0;
}
.wip > svg {
  width: 80px;
  height: auto;
  fill: #aaa;
  animation-name: wipGear;
  animation-timing-function: linear;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.wip b {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  color: #aaa;
  -moz-text-align-last: center;
       text-align-last: center;
}

@keyframes wipGear {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=sub.css.map */