@charset "UTF-8";
.inner {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
  padding: 0 2rem;
  height: 100%;
  max-width: 144rem;
}

.visual-wrap {
  width: 100%;
  height: 60rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.visual-wrap.sub-1 {
  background-image: url("../img/sub/sub-1/banner.jpg");
}
.visual-wrap.sub-2 {
  background-image: url("../img/sub/sub-2/banner-1.jpg");
}
.visual-wrap.sub-2-2 {
  background-image: url("../img/sub/sub-2/banner-2.jpg");
}
.visual-wrap.sub-3 {
  background-image: url("../img/sub/sub-3/banner.jpg");
}
.visual-wrap.sub-3-2 {
  background-image: url("../img/sub/sub-3/banner-1.jpg");
}
.visual-wrap.sub-3-3 {
  background-image: url("../img/sub/sub-3/banner-2.jpg");
}
.visual-wrap.sub-3-4 {
  background-image: url("../img/sub/sub-3/banner-3.jpg");
}
.visual-wrap.sub-4 {
  background-image: url("../img/sub/sub-4/banner.jpg");
}
.visual-wrap.sub-5 {
  background-image: url("../img/sub/sub-5/banner.jpg");
}
.visual-wrap .inner {
  padding-top: 11rem;
}
.visual-wrap .tit-wrap {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding-top: 19rem;
}
.visual-wrap .tit-wrap .visual-tit {
  font-size: 5.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 6.5rem;
}
.visual-wrap .tit-wrap .visual-tit span {
  font-weight: 400;
}

.content-wrap {
  padding: 12rem 0 0;
}

.section {
  margin: 10rem 0;
}
.section:last-child {
  margin-bottom: 14rem;
}

.location {
  margin: 0 auto 4rem;
  text-align: center;
  color: var(--fc-1);
}
.location b {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 3.4rem;
  color: var(--main-color);
}
.location b::after {
  position: absolute;
  right: -1.4rem;
  top: 50%;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--main-color);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* 탭 */
.tab-wrap {
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
}
.tab-wrap.fixed {
  z-index: 1;
  position: fixed;
  background-color: #fff;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  left: 0;
}
.tab-wrap.fixed .tab {
  border-top: 0 none;
  border-bottom: 0 none;
}

.tab {
  margin: 0 auto;
  max-width: 140rem;
  min-width: 77rem;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.tab li {
  margin: 0 2rem;
}
.tab li.active a {
  font-weight: 600;
  color: var(--main-color);
}
.tab li:hover a {
  font-weight: 600;
  color: #61BA2B;
}
.tab a {
  line-height: 3rem;
  font-size: 2rem;
  color: #777;
}
.tab a:focus {
  color: var(--main-color);
}

/* 타이틀 */
.page-tit-wrap {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 6rem;
  text-align: center;
}
.page-tit-wrap .page-tit {
  margin-bottom: 1.5rem;
  font-size: 4.4rem;
  font-weight: 800;
}
.page-tit-wrap .page-tit > span {
  padding: 0 2rem 0.4rem;
  border-bottom: 0.4rem solid var(--main-color);
}
.page-tit-wrap.deco::after {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  content: url("../img/common/tit-deco.png");
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.page-tit-wrap .sm-txt {
  line-height: 1.2;
  font-size: 2rem;
  color: var(--main-color);
}

.sec-tit-wrap {
  margin: 10rem auto;
  line-height: 1.3;
  text-align: center;
}
.sec-tit-wrap .sec-tit {
  font-size: 5.4rem;
}

.desc {
  text-align: center;
  font-size: 2rem;
  word-break: keep-all;
}
.desc .br {
  display: block;
}

.sm-tit {
  line-height: 1.41;
  font-size: 2.4rem;
  text-align: center;
  word-break: keep-all;
}
.sm-tit:only-child {
  margin-bottom: 6rem;
}
.sm-tit .br {
  display: block;
}

@media all and (max-width: 1366px) {
  .visual-wrap .inner .tit-wrap {
    padding: 19rem 4rem 0;
  }
  .content-wrap {
    padding: 8rem 0 0;
  }
  .sec-tit-wrap .sec-tit {
    font-size: 5rem;
  }
}
@media all and (max-width: 1024px) {
  .visual-wrap {
    height: 45rem;
  }
  .visual-wrap .inner .tit-wrap {
    padding: 11rem 2rem 0;
  }
  .visual-wrap .inner .tit-wrap .visual-tit {
    line-height: 5rem;
    font-size: 4rem;
  }
  .section {
    margin: 6rem 0;
  }
  .section:last-child {
    margin-bottom: 10rem;
  }
  .page-tit-wrap .page-tit {
    font-size: 4rem;
  }
  .page-tit-wrap.deco::after {
    transform-origin: -100% top;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
  }
  .page-tit-wrap .sm-txt {
    font-size: 1.8rem;
  }
  .sec-tit-wrap .sec-tit {
    font-size: 4rem;
  }
  .sm-tit {
    font-size: 2rem;
  }
  .sm-tit:only-child {
    margin-bottom: 4rem;
  }
  .desc {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 1023px) {
  .visual-wrap {
    height: 35rem;
  }
  .visual-wrap .inner .tit-wrap {
    padding: 5rem 0;
  }
  .visual-wrap .inner .tit-wrap .visual-tit {
    font-size: 4rem;
    line-height: 1.3;
  }
  .tab {
    padding: 1rem 0;
  }
  .tab a {
    font-size: 1.8rem;
  }
  .page-tit-wrap .page-tit {
    font-size: 3.5rem;
  }
  .sec-tit-wrap {
    margin: 6rem 0;
  }
  .sec-tit-wrap .sec-tit {
    font-size: 3.5rem;
  }
  .sm-tit:only-child {
    margin-bottom: 2rem;
  }
  .desc .br {
    display: inline;
  }
}
@media all and (max-width: 767px) {
  .visual-wrap {
    height: 35rem;
  }
  .visual-wrap .inner .tit-wrap {
    padding: 0;
  }
  .visual-wrap .inner .tit-wrap .visual-tit {
    font-size: 3.2rem;
  }
  .sec-tit-wrap {
    margin: 4rem 0;
  }
  .sec-tit-wrap .sec-tit {
    font-size: 2.5rem;
    word-break: keep-all;
  }
  .dry .tab {
    width: 100rem;
  }
  .tab a {
    font-size: 1.6rem;
  }
}
/* 카드 스타일 */
.img-box {
  font-size: 0;
}
.img-box .figure {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 0;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.img-box .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.row-img-card {
  margin: 0 0 10rem;
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: 6rem;
}
.row-img-card .tit-wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 88rem;
}
.row-img-card .desc {
  margin: 2rem 0;
  text-align: center;
}
.row-img-card .desc:last-child {
  margin-bottom: 6rem;
}
.row-img-card::after {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30rem;
  background-color: var(--sub-color);
  content: "";
}
.row-img-card.bg-none::after {
  display: none;
}

.img-card-wrap {
  margin: 10rem 0;
}

.img-container-wrap {
  overflow-x: auto;
  margin: 6rem auto;
  max-width: 106rem;
  padding: 1rem;
}
.img-container-wrap .img-container {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  min-width: 63rem;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.img-container-wrap .img-container .tit {
  position: absolute;
  left: 1.4rem;
  top: 1.4rem;
  display: inline-block;
  padding: 0.1rem 1.7rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}
.img-container-wrap .img-container .figure {
  font-size: 0;
}

.col-img-card.col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(32rem, 67rem));
  gap: 6rem 4rem;
}

.col-txt-box {
  display: flex;
  justify-content: flex-start;
  margin: 10rem 0;
  align-items: flex-start;
  background-color: var(--sub-color);
}
.col-txt-box .tit-wrap {
  padding: 4rem;
  width: 26.5%;
  max-width: 37rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--main-color);
}
.col-txt-box .txt-box {
  flex: 1 1 0;
  padding-left: 6rem;
  padding-bottom: 8rem;
  background-color: #fff;
}

.sm-txt-card {
  margin-top: 2.6rem;
}
.sm-txt-card .tit {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
.sm-txt-card .desc {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 300;
}

.square-list .item {
  position: relative;
  left: 0;
  top: 0;
  margin: 2rem 0;
  padding-left: 2rem;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
.square-list .item::before {
  position: absolute;
  left: 0;
  top: 1rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: var(--main-color);
}
.square-list .item .sm-txt {
  margin: 1rem 0;
  line-height: 1.7;
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
}

/* 이미지 타이틀 위치 */
.figure {
  font-size: 0;
}
.figure > figcaption {
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
}
.figure.top-caption {
  margin-top: 6rem;
}
.figure.top-caption > figcaption {
  position: absolute;
  left: 50%;
  top: -7rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.figure.bottom-caption > figcaption {
  position: absolute;
  bottom: -7rem;
  left: 50%;
  color: var(--main-color);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.figure.img-caption > figcaption {
  position: absolute;
  left: 1.4rem;
  top: 1.4rem;
  display: inline-block;
  padding: 0.1rem 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background-color: #fff;
}

.grid-box {
  margin: 6rem auto;
  display: grid;
}
.grid-box.col-4 {
  grid-template-columns: repeat(4, minmax(auto, 26.4rem));
  gap: 2rem;
  max-width: 111.6rem;
}
.grid-box .item {
  text-align: center;
}
.grid-box .item .figure {
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: 62.12%;
  width: 100%;
  height: 0;
}
.grid-box .item .figure img {
  padding: 3.2rem 9.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media all and (max-width: 1024px) {
  .row-img-card .desc:last-child {
    margin-bottom: 4rem;
  }
  .grid-box .item .figure img {
    padding: 3rem 7.5rem;
  }
  .sm-txt-card {
    margin-top: 1.5rem;
  }
  .sm-txt-card .tit {
    font-size: 1.8rem;
  }
  .sm-txt-card .desc {
    font-size: 1.5rem;
    word-break: keep-all;
  }
  .figure > figcaption {
    font-size: 1.8rem;
  }
  .figure.top-caption > figcaption {
    top: -5rem;
  }
  .figure.img-caption > figcaption {
    font-size: 1.4rem;
  }
  .square-list .item {
    margin: 1rem 0;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1023px) {
  .square-list .item::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .square-list .item .sm-txt {
    margin: 0.5rem 0;
    font-size: 1.4rem;
  }
  .grid-box.col-4 {
    grid-template-columns: repeat(2, minmax(auto, 50%));
    padding-bottom: 2rem;
    max-width: 80%;
  }
  .grid-box.col-4 .item .figure {
    padding-bottom: 35%;
  }
  .grid-box.col-4 .item .figure img {
    padding: 0;
    width: 70%;
    height: 70%;
  }
  .grid-box.col-4 .item .desc {
    margin-bottom: 0;
  }
  .img-card-wrap {
    margin: 6rem 0;
  }
  .img-container-wrap {
    margin: 3rem auto;
  }
  .row-img-card {
    margin-bottom: 6rem;
  }
  .col-txt-box {
    margin: 6rem auto;
  }
  .col-txt-box .tit-wrap {
    padding: 2rem;
  }
  .col-txt-box .txt-box {
    padding-left: 2rem;
  }
}
@media all and (max-width: 767px) {
  .page-tit-wrap {
    margin-bottom: 4rem;
  }
  .page-tit-wrap .page-tit {
    font-size: 3rem;
  }
  .page-tit-wrap .sm-txt {
    font-size: 1.6rem;
  }
  .desc {
    font-size: 1.6rem;
  }
  .desc .br {
    display: inline;
  }
  .sm-txt-card .tit {
    font-size: 1.6rem;
  }
  .figure.img-caption > figcaption {
    font-size: 1.1rem;
  }
  .figure.bottom-caption > figcaption {
    bottom: -5rem;
  }
  .square-list {
    word-break: break-all;
  }
  .square-list .item {
    padding-left: 1.5rem;
    font-size: 1.5rem;
  }
  .square-list .item::before {
    top: 0.6rem;
  }
  .square-list .item.mb-10 {
    margin-bottom: 0.5rem !important;
  }
  .square-list .sm-txt {
    font-size: 1.4rem;
  }
  .grid-box.col-4 {
    grid-template-columns: repeat(1, minmax(auto, 100%));
  }
  .col-img-card.col-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .row-img-card .figure {
    width: 90%;
  }
  .row-img-card::after {
    height: 30%;
  }
  .row-img-card .tit-wrap {
    width: 100%;
  }
  .row-img-card .desc .br {
    display: inline;
    word-break: keep-all;
  }
  .col-txt-box {
    margin-bottom: 0;
    flex-direction: column;
  }
  .col-txt-box .tit-wrap {
    width: 100%;
    max-width: none;
  }
  .col-txt-box .tit-wrap .sm-tit {
    margin-bottom: 0;
    text-align: center;
  }
  .col-txt-box .tit-wrap .sm-tit .br {
    display: inline;
  }
  .col-txt-box .txt-box {
    padding: 0 0.5rem 0;
    width: 100%;
  }
  .section:last-child .col-txt-box .txt-box {
    padding-bottom: 6rem;
  }
}
/*
 회사소개 
 */
/* 인사말 */
.message {
  position: relative;
  left: 0;
  top: 0;
}
.message::after {
  z-index: -1;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 31.25%;
  height: 82%;
  max-height: 90rem;
  max-width: 60rem;
  background: url("../img/sub/sub-1/bg.png") center bottom no-repeat;
}
.message .full-img {
  margin: 10rem 0;
  height: 40rem;
}
.message .full-img img {
  width: 100%;
  height: 100%;
}
.message .txt-area {
  text-align: center;
}
.message .txt-area .tit {
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 700;
}
.message .txt-area .desc {
  margin: 2rem 0;
  font-size: 2rem;
}
.message .txt-area .desc .br {
  display: block;
}
.message .txt-area .c-name {
  margin: 4rem auto 0;
  text-align: center;
}
.message .txt-area .c-name > p {
  font-size: 1.8rem;
}

/* history */
.history {
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: 14rem;
}
.history::before {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28%;
  max-width: 53rem;
  height: 100%;
  content: "";
  background: url("../img/sub/sub-1/hs-bg.png") center top no-repeat #F5F9F2;
}
.history-list {
  width: 87%;
  max-width: 121.5rem;
}
.history-list li {
  margin: 4rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.history-list li:first-child {
  margin-top: 0;
}
.history-list li:last-child {
  margin-bottom: 0;
}
.history-list li .year {
  margin-right: 6rem;
  padding: 0.16rem 3rem;
  min-width: 17.4rem;
  font-size: 4.4rem;
  font-weight: 800;
  color: var(--main-color);
  border-radius: 5px;
  border: 1px solid var(--line-1);
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.history-list li .month-wrap {
  font-size: 1.8rem;
}
.history-list li .month-wrap .item {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 1rem;
  padding-left: 1.6rem;
}
.history-list li .month-wrap .item::before {
  position: absolute;
  left: 0;
  top: 1.2rem;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--main-color);
}

/* certification */
.certification .gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  text-align: center;
}
.certification .gallery-list .figure {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 2rem;
  padding-bottom: 140.625%;
  width: 100%;
  height: 0;
}
.certification .gallery-list .figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
}
.certification .gallery-list .tit {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
}

/* ci*/
.ci .sec-1 .figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6rem auto;
  width: 56.43%;
  max-width: 79rem;
  height: 35rem;
  border: 1px solid var(--line-1);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.ci .sec-1 .figure img {
  width: 49.2%;
  max-width: 38.8rem;
  height: auto;
}
.ci .sec-2 .col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.ci .sec-2 .item {
  position: relative;
  left: 0;
  top: 0;
  padding: 2rem;
  text-align: center;
}
.ci .sec-2 .item dt {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
.ci .sec-2 .item dd {
  font-weight: 300;
  word-break: keep-all;
}
.ci .sec-2 .item:first-child::after {
  position: absolute;
  right: -2rem;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--line-1);
}
.ci .sec-2 .item:first-child::before {
  position: absolute;
  left: 0;
  bottom: -2rem;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--line-1);
}
.ci .sec-2 .item:last-child::after {
  position: absolute;
  left: -2rem;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--line-1);
}
.ci .sec-2 .item:last-child::before {
  position: absolute;
  right: 0;
  top: -2rem;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--line-1);
}
.ci .sec-3 .col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.ci .sec-3 .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
}
.ci .sec-3 .item:not(:last-child) {
  border-right: 1px solid var(--line-1);
}
.ci .sec-3 .item .circle {
  margin-right: 2rem;
  min-width: 7rem;
  min-height: 7rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.ci .sec-3 .item p {
  font-weight: 300;
  letter-spacing: -0.03rem;
}
.ci .sec-3 .item p span {
  display: inline-block;
  margin-right: 1rem;
  min-width: 5rem;
  font-weight: 700;
  color: #777;
}
.ci .sec-3 .item:nth-of-type(4) .circle {
  border: 1px solid var(--line-1);
}
.ci .sec-4 .col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.ci .sec-4 .col-2 .item {
  padding: 2rem 2rem 4rem;
  border-right: 1px solid var(--line-1);
}
.ci .sec-4 .col-2 .item:last-child {
  border-right: 0 none;
}
.ci .sec-4 .col-2 .item .figure {
  text-align: center;
}
.ci .sec-4 .col-2 .item .figure figcaption {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
}
.ci .sec-4 .col-2 .item .figure img {
  width: 80%;
  max-width: 21.2rem;
  height: auto;
}

/*com-location*/
.com-location .square-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.com-location .square-list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 3rem;
}
.com-location .square-list .item:nth-of-type(1) {
  margin-bottom: 1rem;
  width: 100%;
}
.com-location .square-list .item::before {
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.com-location .square-list .item dt {
  margin-right: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
}
.com-location .map-wrap {
  position: relative;
  left: 0;
  top: 0;
  margin: 6rem 0;
  padding-bottom: 57.2%;
  width: 100%;
  height: 0;
}
.com-location .map-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1366px) {
  .ci .sec-3 .col-4 {
    gap: 0;
  }
  .ci .sec-3 .item .circle {
    min-width: 5rem;
    min-height: 5rem;
  }
  .ci .sec-3 .item p {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1024px) {
  .message .txt-area .tit {
    font-size: 2.5rem;
    word-break: keep-all;
  }
  .message .txt-area .desc {
    font-size: 1.8rem;
    word-break: keep-all;
  }
  .message .txt-area .desc .br {
    display: inline;
  }
  .certification .gallery-list .tit {
    font-size: 1.6rem;
  }
  .ci .sec-3 .item p span {
    display: block;
  }
}
@media all and (max-width: 1023px) {
  .message .inline {
    display: block;
  }
  .message .full-img {
    margin: 6rem 0;
    height: 20rem;
  }
  .message::after {
    width: 40%;
    height: 40%;
    background-position: center 65%;
  }
  .ci .sec-1 .figure {
    height: 25rem;
  }
  .ci .sec-3 .item {
    flex-direction: column;
    padding: 1rem;
  }
  .ci .sec-3 .item .circle {
    margin-right: 0;
  }
  .ci .sec-3 .item p:first-child {
    margin-top: 1.5rem;
  }
  .ci .sec-3 .item p span {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .message .txt-area .tit {
    font-size: 2rem;
  }
  .message .txt-area .desc {
    font-size: 1.5rem;
  }
  .ci .sec-1 .figure {
    margin: 3rem auto;
    width: 80%;
    height: 15rem;
  }
  .ci .sec-1 .figure img {
    width: 63%;
  }
  .ci .sec-2 .col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .ci .sec-2 .item:nth-of-type(even) {
    border-top: 1px solid var(--line-1);
    border-bottom: 1px solid var(--line-1);
  }
  .ci .sec-2 .item:first-child::after, .ci .sec-2 .item:first-child::before {
    display: none;
  }
  .ci .sec-2 .item:last-child::after, .ci .sec-2 .item:last-child::before {
    display: none;
  }
  .ci .sec-3 .col-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    text-align: center;
  }
  .ci .sec-3 .item:nth-of-type(even) {
    border-right: 0 none;
  }
  .ci .sec-4 .col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .ci .sec-4 .item:first-child {
    border-right: 0 none;
    border-bottom: 1px solid var(--line-1);
  }
}
@media all and (max-width: 1023px) {
  .history::before {
    width: 23%;
  }
  .history-list {
    width: 90%;
  }
  .history-list li .year {
    margin-right: 3rem;
    min-width: 14rem;
    font-size: 3rem;
  }
  .history-list li .month-wrap {
    font-size: 1.6rem;
    word-break: break-all;
  }
  .certification .gallery-list {
    gap: 2rem;
  }
  .certification .gallery-list .tit {
    font-size: 1.4rem;
  }
  .com-location .square-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .com-location .square-list .item:nth-of-type(1) {
    margin-bottom: 0;
  }
  .com-location .map-wrap {
    margin: 4rem 0;
  }
}
@media all and (max-width: 767px) {
  .history {
    padding-bottom: 6rem;
  }
  .history::before {
    width: 23%;
  }
  .history-list {
    width: 100%;
  }
  .history-list li {
    flex-direction: column;
  }
  .history-list li .year {
    margin-bottom: 2rem;
  }
  .certification .gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .com-location .square-list .item {
    margin: 0;
    font-size: 1.3rem;
  }
  .com-location .square-list .item::before {
    top: 0.7rem;
    width: 0.6rem;
    height: 0.6rem;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .com-location .square-list .item dt {
    font-size: 1.5rem;
  }
}
/* 
제품소개
*/
/*건조*/
.dry-1 .sec-3 {
  padding-top: 4rem;
  margin: 0;
}

.dry-5 .sec-2 .col-txt-box {
  margin-top: 0;
}

.dry-6 .sec-1 .tit-wrap {
  max-width: 91rem;
}
.dry-6 .sec-1 .tit-wrap .sm-tit {
  font-size: 2.2rem;
}
.dry-6 .sec-2 .sm-txt-card {
  margin-top: 0;
  text-align: center;
  font-size: 0;
}
.dry-6 .sec-2 .sm-txt-card .tit {
  margin-top: 4rem;
  color: var(--main-color);
}
.dry-6 .sec-2 .sm-txt-card .desc {
  font-size: 1.6rem;
}
.dry-6 .sec-3 .img-box {
  margin: 0 auto;
  max-width: 130rem;
}

.dry-7 .page-tit-wrap {
  margin-bottom: 5rem;
}
.dry-7 .sec-tit-wrap {
  margin-top: 0;
  line-height: 1.4;
}
.dry-7 .sec-tit-wrap .sec-tit {
  margin-bottom: 2rem;
  font-size: 3rem;
  color: var(--main-color);
}
.dry-7 .sec-tit-wrap .sec-tit > span {
  font-size: 2rem;
}
.dry-7 .sec-tit-wrap .desc {
  margin: 2rem 0;
  line-height: 1.7;
}
.dry-7 .sec-tit-wrap .desc:nth-of-type(1) {
  line-height: 1.45;
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
}
.dry-7 .col-img-card {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  padding: 0 6rem;
}
.dry-7 .col-img-card.bg::after {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  height: 30rem;
  content: "";
  background-color: #F5F9F2;
}
.dry-7 .col-img-card .figure {
  margin-right: 4.48%;
  width: 59.375%;
  max-width: 76rem;
}
.dry-7 .col-img-card .txt-box {
  padding-top: 4rem;
  flex: 1 1 0;
  word-break: keep-all;
}
.dry-7 .col-img-card .txt-box > p {
  font-size: 2rem;
  font-weight: 600;
  color: var(--main-color);
}
.dry-7 .card-wrap {
  margin: 10rem auto;
}
.dry-7 .img-row {
  margin: 6rem auto;
  max-width: 98rem;
}
.dry-7 .img-row p {
  margin: 1rem 0;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
.dry-7 .sec-1 .img-row {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 2.8%) 2fr;
  gap: 3.8%;
  width: 90%;
  max-width: 105rem;
  align-items: flex-start;
}
.dry-7 .sec-1 .img-row .arrow {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
}
.dry-7 .sec-1 .img-row .arrow img {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -o-transform: translate(-50%, -70%);
}
.dry-7 .sec-1 .img-row .img-group {
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.dry-7 .sec-1 .img-row .img-group .figure {
  max-width: 30rem;
}
.dry-7 .sec-1 .img-row .img-group:last-child .figure {
  width: 50%;
}
.dry-7 .sec-2 .img-row.item-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4%;
  align-items: flex-start;
  text-align: center;
}
.dry-7 .sec-2 .img-row.item-1 .d-arrow {
  margin: 3.3% 0;
  height: 5%;
}
.dry-7 .sec-2 .img-row.item-1 .d-arrow img {
  max-height: 100%;
}
.dry-7 .sec-2 .img-row.item-2 {
  display: grid;
  grid-template-columns: 2fr minmax(auto, 2.8%) 1fr;
  gap: 3.8%;
  align-items: flex-start;
}
.dry-7 .sec-2 .img-row.item-2 .arrow {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
}
.dry-7 .sec-2 .img-row.item-2 .arrow img {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -o-transform: translate(-50%, -70%);
}
.dry-7 .sec-2 .img-row.item-2 .img-group {
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.dry-7 .sec-2 .img-row.item-2 .img-group .figure {
  max-width: 27.5rem;
}
.dry-7 .sec-2 .img-row.item-2 .img-group:first-child .figure {
  width: 50%;
}
.dry-7 .sec-3 .card-wrap:nth-of-type(2) .img-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.dry-7 .sec-3 .card-wrap:nth-of-type(2) .img-row > div {
  flex-direction: column;
}
.dry-7 .sec-3 .card-wrap:nth-of-type(2) .img-row > div > .img-group {
  width: 50%;
}
.dry-7 .sec-3 .card-wrap:nth-of-type(2) .img-row > div.flex-start .img-group {
  margin-right: auto;
}
.dry-7 .sec-3 .card-wrap:nth-of-type(2) .img-row .d-arrow {
  text-align: center;
}
.dry-7 .sec-3 .card-wrap:nth-of-type(3) .img-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.dry-7 .sec-4 .img-row,
.dry-7 .sec-5 .img-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4%;
  align-items: flex-start;
  text-align: center;
}
.dry-7 .sec-4 .img-row .d-arrow,
.dry-7 .sec-5 .img-row .d-arrow {
  margin: 3.3% 0;
  height: 5%;
}
.dry-7 .sec-4 .img-row .d-arrow img,
.dry-7 .sec-5 .img-row .d-arrow img {
  max-height: 100%;
}
.dry-7 .sec-4 .img-row .img-group,
.dry-7 .sec-5 .img-row .img-group {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}
.dry-7 .sec-4 .img-row .img-group .d-arrow,
.dry-7 .sec-5 .img-row .img-group .d-arrow {
  margin-top: auto;
  margin-bottom: 2rem;
}
.dry-7 .grid-box {
  margin: 10rem auto 0;
}
.dry-7 .grid-box.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 2rem;
  text-align: center;
}
.dry-7 .grid-box.col-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 32rem));
  gap: 2rem;
  text-align: center;
  max-width: 134rem;
}
.dry-7 .grid-box.col-4 .figure {
  height: 36rem;
}
.dry-7 .grid-box.col-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(calc((100% - 8rem) / 5), 20rem));
  gap: 2rem;
  margin: 0 auto;
  max-width: 108rem;
  text-align: center;
}
.dry-7 .grid-box p {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
.dry-7 .sec-2 .sec-tit-wrap,
.dry-7 .sec-3 .sec-tit-wrap,
.dry-7 .sec-4 .sec-tit-wrap,
.dry-7 .sec-5 .sec-tit-wrap {
  padding-top: 10rem;
}

.table-wrap .wid-50p {
  width: 50%;
}

.t-type-1 {
  margin: 0 auto;
  width: 100%;
  max-width: 80rem;
  border-bottom: 1px solid var(--main-color);
}
.t-type-1 table {
  width: 100%;
}
.t-type-1 th,
.t-type-1 td {
  height: 5rem;
  vertical-align: middle;
  text-align: center;
}
.t-type-1 thead tr {
  background-color: #F5F9F2;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid #DFF1D4;
}
.t-type-1 thead th {
  font-size: 2rem;
  color: #000;
}
.t-type-1 thead th:not(:last-child) {
  border-right: 1px solid #DFF1D4;
}
.t-type-1 tbody {
  font-size: 1.8rem;
}
.t-type-1 tbody tr {
  border-bottom: 1px solid var(--line-1);
}
.t-type-1 tbody td:not(:last-child) {
  border-right: 1px solid #DFF1D4;
}

@media all and (max-width: 1024px) {
  .dry-7 .img-row .figure {
    max-width: 29.2rem;
  }
}
@media all and (max-width: 1023px) {
  .t-type-1 thead th {
    font-size: 1.4rem;
  }
  .t-type-1 td {
    font-size: 1.4rem;
  }
  .dry-7 .sec-1 .img-row {
    width: 100%;
  }
  .dry-7 .sec-2 .sec-tit-wrap,
  .dry-7 .sec-3 .sec-tit-wrap,
  .dry-7 .sec-4 .sec-tit-wrap,
  .dry-7 .sec-5 .sec-tit-wrap {
    padding-top: 3rem;
  }
  .dry-7 .sec-tit-wrap {
    margin-bottom: 6rem;
  }
  .dry-7 .sec-tit-wrap .sec-tit {
    font-size: 2.5rem;
  }
  .dry-7 .sec-tit-wrap .desc:nth-of-type(1) {
    font-size: 1.8rem;
  }
  .dry-7 .card-wrap {
    margin: 6rem auto;
  }
  .dry-7 .col-img-card {
    flex-direction: column;
  }
  .dry-7 .col-img-card .figure {
    width: 100%;
  }
  .dry-7 .col-img-card.bg::after {
    bottom: 0;
  }
  .dry-7 .img-row {
    max-width: 90%;
    margin: 6rem auto;
    justify-content: center;
    align-items: flex-start;
  }
  .dry-7 .img-row .img-group p {
    font-size: 1.6rem;
  }
  .dry-7 .grid-box {
    margin: 3rem auto;
  }
  .dry-7 .grid-box p {
    font-size: 1.4rem;
  }
  .dry-7 .grid-box.col-4 {
    max-width: none;
  }
  .dry-7 .grid-box.col-4 .figure {
    height: 20rem;
  }
  .dry-7 .grid-box.col-2 {
    gap: 0.5rem;
  }
  .dry-7 .card-wrap {
    margin: 6rem auto;
  }
}
@media all and (max-width: 767px) {
  .dry-6 .sec-1 .tit-wrap .sm-tit {
    font-size: 1.8rem;
  }
  .dry-7 .sec-tit-wrap {
    margin-bottom: 3rem;
  }
  .dry-7 .sec-tit-wrap .sec-tit {
    font-size: 2rem;
  }
  .dry-7 .sec-tit-wrap .desc {
    font-size: 1.5rem;
  }
  .dry-7 .sec-tit-wrap .desc:nth-of-type(1) {
    font-size: 1.7rem;
  }
  .dry-7 .col-img-card {
    padding: 2rem 0;
  }
  .dry-7 .col-img-card.bg::after {
    bottom: 0;
  }
  .dry-7 .img-row {
    max-width: none;
  }
  .dry-7 .img-row .img-group p {
    font-size: 1.2rem;
  }
  .dry-7 .img-row .arrow {
    padding: 1rem;
  }
  .dry-7 .col-img-card .figure {
    margin: 0 auto;
    width: 90%;
  }
  .dry-7 .col-img-card .txt-box {
    padding: 1rem;
  }
  .dry-7 .img-row {
    margin: 3rem 0;
    max-width: none;
  }
  .dry-7 .card-wrap {
    margin: 3rem auto;
  }
  .dry-7 .d-arrow img {
    width: 1.5rem;
  }
  .dry-7 .grid-box {
    margin: 3rem auto;
  }
  .dry-7 .grid-box.col-4 {
    max-width: none;
    grid-template-columns: repeat(2, minmax(16rem, 32rem));
    gap: 1rem;
  }
  .dry-7 .grid-box.col-2 {
    margin: 0 0.5rem;
    grid-template-rows: repeat(2, minmax(13rem, auto));
    gap: 0.5rem;
  }
  .dry-7 .grid-box.col-2 p {
    font-size: 1.1rem;
  }
  .dry-7 .grid-box.col-5 {
    grid-template-columns: repeat(3, minmax(30%, 20rem));
    gap: 1rem;
  }
  .dry-7 .grid-box.col-5 p {
    font-size: 1.2rem;
  }
  .dry-7 .sec-1 .img-row .img-group .figure {
    min-width: 9rem;
  }
  .dry-7 .sec-1 .img-row .img-group p {
    margin: 0.5rem 0;
    font-size: 1.4rem;
  }
}
.carbonization-3 .img-box.col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 76rem));
  gap: 6rem;
}

.carbonization-4 .sec-1 .row-img-card {
  padding-bottom: 12rem;
}
.carbonization-4 .sec-1 .row-img-card .desc {
  margin-bottom: 20rem;
  font-size: 2.2rem;
  font-weight: 600;
}
.carbonization-4 .sec-1 .col-2 {
  margin: 0 auto;
  max-width: 74rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 36rem));
  gap: 2rem;
}
.carbonization-4 .grid-box {
  display: grid;
  grid-template-columns: repeat(5, minmax(12rem, auto));
  gap: 2rem;
  margin-bottom: 10rem;
  max-width: 108rem;
}
.carbonization-4 .grid-box .figure {
  width: 100%;
  text-align: center;
}
.carbonization-4 .grid-box .figure img {
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
}
.carbonization-4 .grid-box .figure figcaption {
  font-size: 1.8rem;
  color: #000;
}

.table-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin: 6rem auto 10rem;
}
.table-card .table {
  border-radius: 0.5rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.table-card .table table {
  width: 100%;
}
.table-card .table thead tr {
  border-bottom: 1px solid var(--line-1);
  background: #F5F9F2;
}
.table-card .table thead th {
  height: 6.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--main-color);
  vertical-align: middle;
}
.table-card .table tbody td {
  padding: 2rem 2.5rem;
  font-size: 2rem;
  font-weight: 300;
}
.table-card .table .square-list {
  margin-bottom: 1rem;
}
.table-card .table .square-list:last-child {
  margin-bottom: 0;
}
.table-card .table .item {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
.table-card .table .item > span {
  position: relative;
  left: 0;
  top: 0;
  margin-left: 1rem;
  padding-left: 1rem;
  font-weight: 300;
  color: #777;
}
.table-card .table .item > span::before {
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 1px;
  height: 1.4rem;
  background-color: var(--line-1);
  content: "";
}
.table-card .table dd {
  font-size: 1.8rem;
}

.ex-wrap {
  display: grid;
  grid-template-columns: repeat(6, minmax(6rem, 19rem));
  justify-content: center;
  gap: 2rem;
  text-align: center;
}
.ex-wrap .figure {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 2rem;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.ex-wrap .figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tit-18 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}

@media all and (max-width: 1366px) {
  .ex-wrap {
    grid-template-columns: repeat(6, minmax(6rem, 16rem));
    justify-content: center;
  }
  .ex-wrap .tit-18 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1023px) {
  .carbonization-3 .img-box.col-2 {
    gap: 2rem;
  }
  .ex-wrap {
    grid-template-columns: repeat(5, minmax(6rem, 16rem));
    gap: 1rem;
  }
  .carbonization-4 .grid-box .figure img {
    margin-bottom: 1rem;
  }
  .carbonization-4 .grid-box .figure figcaption {
    font-size: 1.6rem;
  }
  .table-card {
    gap: 3rem;
  }
  .table-card .table thead th {
    font-size: 2rem;
  }
  .table-card .table tbody td {
    font-size: 1.8rem;
  }
  .table-card .table .item {
    margin: 0;
    font-size: 1.8rem;
  }
  .table-card .table .item > span {
    display: block;
    margin-left: 0;
  }
  .table-card .table dd {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .carbonization-3 .sec-2 .row-img-card {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .carbonization-3 .img-box.col-2 {
    grid-template-columns: repeat(1, minmax(auto, 76rem));
  }
  .carbonization-3 .img-box.col-2 .figure {
    margin-bottom: 6rem;
    width: 100%;
  }
  .ex-wrap {
    grid-template-columns: repeat(3, minmax(6rem, 16rem));
    gap: 2rem;
  }
  .ex-wrap .tit-18 {
    font-size: 1.2rem;
    word-break: keep-all;
  }
  .carbonization-4 .sec-1 .row-img-card .desc {
    margin-bottom: 10rem;
    font-size: 1.8rem;
  }
  .carbonization-4 .sec-1 .col-2 {
    gap: 0;
  }
  .carbonization-4 .sec-1 .col-2 .figure {
    margin: 0 auto;
  }
  .carbonization-4 .sec-1 .col-2 .figure figcaption {
    font-size: 1.3rem;
  }
  .carbonization-4 .grid-box {
    margin: 3rem 0;
    grid-template-columns: repeat(3, minmax(9rem, auto));
  }
  .carbonization-4 .grid-box .figure img {
    margin-bottom: 1rem;
  }
  .carbonization-4 .grid-box .figure figcaption {
    font-size: 1.2rem;
  }
  .table-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .table-card .table thead th {
    font-size: 1.8rem;
  }
  .table-card .table tbody td {
    font-size: 1.5rem;
  }
  .table-card .table .item {
    margin: 0;
    font-size: 1.5rem;
  }
  .table-card .table dd {
    font-size: 1.4rem;
  }
}
/* 실적소개*/
.career-1 .location b,
.career-2 .location b,
.career-3 .location b {
  display: block;
  margin-bottom: 3rem;
  margin-right: 0;
  line-height: 1;
}
.career-1 .location b::after,
.career-2 .location b::after,
.career-3 .location b::after {
  left: 50.5%;
  top: calc(100% + 1.4rem);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.career-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
.career-list .figure {
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.career-list .info {
  margin: 2rem 0 0;
}
.career-list .info dl {
  margin: 1rem 0;
  line-height: 1;
  font-size: 1.6rem;
  color: #000;
}
.career-list .info dl dt {
  margin-right: 0.5rem;
  min-width: 6rem;
  line-height: 1.7;
  font-weight: 600;
}
.career-list .info dl dd {
  font-weight: 400;
}

@media all and (max-width: 1366px) {
  .career-list .info dl dt {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .career-list {
    gap: 2rem;
  }
  .career-list .info dl {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1023px) {
  .career-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .career-list .info {
    margin: 2rem 0 0;
    line-height: 1.2;
  }
}
@media all and (max-width: 767px) {
  .career-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* 공지사항 */
.t-type-2 {
  margin: 0 auto 10rem;
}
.t-type-2 table {
  width: 100%;
}
.t-type-2 th,
.t-type-2 td {
  position: relative;
  left: 0;
  top: 0;
  padding: 1rem;
  height: 5rem;
  vertical-align: middle;
  text-align: center;
}
.t-type-2 th:not(:last-child)::after,
.t-type-2 td:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 3rem;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.t-type-2 thead tr {
  background-color: #F5F9F2;
}
.t-type-2 thead th {
  font-size: 1.8rem;
}
.t-type-2 thead th::after {
  background-color: var(--main-color);
}
.t-type-2 tbody tr {
  border-bottom: 1px solid var(--line-1);
}
.t-type-2 tbody td {
  font-size: 1.7rem;
}
.t-type-2 tbody td::after {
  width: 0.5rem;
  background-color: var(--line-1);
}
.t-type-2 .tit a {
  overflow: hidden;
  display: block;
  width: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t-type-2 .wid-15p {
  width: 15%;
}
.t-type-2 .wid-55p {
  width: 55%;
}

.pagination {
  margin: 0 auto;
  max-width: 90%;
}
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination ul li {
  margin: 0 0.6rem;
}
.pagination ul li a {
  display: inline-block;
  padding: 0 1rem;
  min-width: 2.7rem;
  height: 2.7rem;
  line-height: 2.7rem;
  color: #777;
}
.pagination ul li.active a {
  font-weight: 700;
  color: var(--main-color);
  border: 1px solid var(--main-01, #61BA2B);
  background: var(--sub-02, #F5F9F2);
}

.form-wrap {
  margin: 0 auto;
  max-width: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-wrap .input-group {
  display: flex;
  justify-content: flex-start;
  position: relative;
  left: 0;
  top: 0;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 2rem;
  width: 50%;
}
.form-wrap .input-group .label {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 1.6rem;
  padding-left: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
.form-wrap .input-group .label::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  background-color: var(--main-color);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.form-wrap .input-group input {
  height: 100%;
  font-size: 1.8rem;
  border-bottom: 1px solid var(--line-1);
}
.form-wrap .input-group [type=radio] {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
}
.form-wrap .group-11,
.form-wrap .group-12 {
  align-items: center;
}
.form-wrap .select-wrap {
  position: relative;
  left: 0;
  top: 0;
  flex: 1 1 0;
  max-width: 20rem;
}
.form-wrap .select-wrap .select-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3rem;
  font-size: 1.8rem;
}
.form-wrap .select-wrap .select-btn .select {
  display: inline-block;
  flex: 1 1 0;
  text-align: left;
}
.form-wrap .select-wrap .select-btn .fi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  vertical-align: middle;
}
.form-wrap .select-wrap .option {
  display: none;
  position: absolute;
  top: 3rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--line-1);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.form-wrap .select-wrap .option li {
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.form-wrap .select-wrap.active .fi img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.form-wrap .group-6 input {
  padding-right: 3rem;
  max-width: 12rem;
}
.form-wrap .group-6::after {
  position: absolute;
  right: 45%;
  content: "/day";
}
.form-wrap .group-7 input {
  padding-right: 3rem;
  max-width: 12rem;
}
.form-wrap .group-7::after {
  content: "%";
}
.form-wrap .group-8::after {
  position: relative;
  right: 13%;
  content: "Hours/day";
}
.form-wrap .group-9 input {
  padding-right: 0;
  max-width: 12rem;
}
.form-wrap .group-9::after {
  content: "%";
}
.form-wrap .group-10 input:checked + span {
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
.form-wrap .group-13 {
  flex-wrap: wrap;
  width: 100%;
  max-width: none;
}
.form-wrap .group-13 .label {
  width: 100%;
}
.form-wrap .group-13 .textarea {
  display: block;
  margin-top: 1rem;
  padding: 1rem;
  width: 100%;
  height: 20rem;
  font-size: 1.8rem;
  color: #777;
  border: 1px solid var(--line-1);
  resize: none;
}

.submit-btn {
  width: 17rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--main-color);
}

/* 인재상 */
.icon-card .col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  margin: 0 auto;
  max-width: 91.2rem;
}
.icon-card .col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 6rem auto;
  max-width: 100rem;
}
.icon-card .col-4 .figure {
  padding: 0 1.75rem;
}
.icon-card .item {
  text-align: center;
}
.icon-card .item > strong {
  display: block;
  margin: 2rem 0 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
.icon-card .item p {
  font-size: 1.6rem;
  font-weight: 300;
}

/* 인재채용 */
.recruitment .sec-tit-wrap .sec-tit {
  margin-bottom: 6rem;
}
.recruitment .sec-tit-wrap .desc {
  line-height: 1.7;
}
.recruitment .download-btn {
  padding: 0 3rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--main-color);
}

@media all and (max-width: 1366px) {
  .t-type-2 thead th {
    font-size: 1.6rem;
  }
  .t-type-2 tbody td {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1024px) {
  .t-type-2 .wid-15p:nth-of-type(3) {
    width: 20%;
  }
  .t-type-2 .wid-15p:nth-of-type(2) {
    width: 50%;
  }
  .form-wrap .input-group .label {
    font-size: 1.6rem;
  }
  .form-wrap .group-8::after {
    position: absolute;
    right: 0;
  }
}
@media all and (max-width: 1023px) {
  .t-type-2 thead th {
    font-size: 1.5rem;
  }
  .t-type-2 tbody td {
    font-size: 1.3rem;
  }
  .form-wrap .input-group {
    flex-wrap: nowrap;
    width: 100%;
    max-width: none;
  }
  .form-wrap .input-group.group-13 {
    flex-wrap: wrap;
  }
  .form-wrap .input-group::after {
    position: relative;
    right: 0;
    font-size: 1.3rem;
  }
  .form-wrap .input-group .label {
    padding-left: 1rem;
  }
  .form-wrap .input-group input {
    padding-right: 0;
    flex: 1 1 0;
    font-size: 1.3rem;
    max-width: none;
  }
  .form-wrap .input-group .select-btn {
    font-size: 1.3rem;
  }
  .form-wrap .input-group .textarea {
    font-size: 1.3rem;
  }
  .icon-card .col-4 {
    margin: 4rem 0;
    gap: 1rem;
    word-break: keep-all;
  }
  .icon-card .item > strong {
    font-size: 1.6rem;
  }
  .icon-card .item p {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .t-type-2 {
    margin-bottom: 4rem;
  }
  .t-type-2 colgroup {
    display: none;
  }
  .t-type-2 thead tr {
    display: flex;
    justify-content: flex-start;
  }
  .t-type-2 thead th {
    font-size: 1.4rem;
  }
  .t-type-2 thead th:nth-of-type(1) {
    width: 15%;
  }
  .t-type-2 thead th:nth-of-type(2) {
    width: 85%;
  }
  .t-type-2 thead th:nth-of-type(2)::after {
    display: none;
  }
  .t-type-2 thead th:nth-of-type(3), .t-type-2 thead th:nth-of-type(4) {
    display: none;
  }
  .t-type-2 tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .t-type-2 tbody td {
    padding: 0.5rem 1rem;
    height: 3rem;
  }
  .t-type-2 tbody td:only-child {
    width: 100% !important;
  }
  .t-type-2 tbody td:nth-of-type(1) {
    width: 15%;
  }
  .t-type-2 tbody td:nth-of-type(1)::after {
    height: 2rem;
  }
  .t-type-2 tbody td:nth-of-type(2) {
    width: 85%;
    text-align: left;
  }
  .t-type-2 tbody td:nth-of-type(2)::after {
    display: none;
  }
  .t-type-2 tbody td:nth-of-type(3),
  .t-type-2 tbody td:nth-of-type(4) {
    position: relative;
    left: 0;
    top: 0;
    font-size: 1.2rem;
  }
  .t-type-2 tbody td:nth-of-type(3) {
    margin-left: auto;
  }
  .t-type-2 tbody td:nth-of-type(3)::before {
    content: "작성자: ";
  }
  .t-type-2 tbody td:nth-of-type(3)::after {
    display: none;
  }
  .t-type-2 tbody td:nth-of-type(4)::before {
    content: "날짜 : ";
  }
  .submit-btn {
    font-size: 1.5rem;
  }
  .pagination ul li a {
    font-size: 1.2rem;
  }
  .icon-card .col-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .icon-card .col-3 .item {
    margin-bottom: 4rem;
  }
  .icon-card .col-3 .figure {
    margin: 0 auto;
    width: 16rem;
  }
  .icon-card .col-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .icon-card .item p {
    font-size: 1.4rem;
  }
  .form-wrap .input-group .label {
    min-width: 30%;
    white-space: normal;
  }
  .form-wrap .group-6 .label::before,
  .form-wrap .group-7 .label::before,
  .form-wrap .group-8 .label::before,
  .form-wrap .group-9 .label::before {
    top: 1rem;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .recruitment .download-btn {
    font-size: 1.4rem;
  }
}
.view-wrap .btn-wrap .back-btn {
  width: 10rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  font-size: 2rem;
  border: 1px solid var(--line-1);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.view-wrap .view-board {
  margin: 5rem 0 12rem;
}
.view-wrap .view-board .board-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1.4rem 0;
  width: 100%;
  font-size: 1.8rem;
  border-top: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
}
.view-wrap .view-board .board-header .tit {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 1.4rem;
  padding-right: 1.4rem;
  font-size: 1.11em;
  font-weight: 500;
}
.view-wrap .view-board .board-header .tit::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 2rem;
  background-color: #555;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.view-wrap .view-board .board-header .info {
  margin-left: auto;
  color: #555;
}
.view-wrap .view-board .board-header .info .writer {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 1.4rem;
  padding-right: 1.4rem;
}
.view-wrap .view-board .board-header .info .writer::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 2rem;
  background-color: #555;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.view-wrap .board-body {
  padding: 5rem 2rem;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 300;
}
.view-wrap .board-body .img-box {
  margin: 5rem 0;
  max-width: 90%;
}
.view-wrap .board-body .img-box:only-child {
  margin: 0;
}
.view-wrap .btn-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
}
.view-wrap .btn-nav .next-btn .fi::before {
  margin: 0 0 0 1rem;
}

@media all and (max-width: 1024px) {
  .view-wrap .btn-wrap .back-btn {
    width: 8rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.7rem;
  }
  .view-wrap .view-board {
    margin: 4rem 0;
  }
  .view-wrap .view-board .board-header {
    font-size: 1.6rem;
  }
  .view-wrap .view-board .board-body {
    font-size: 1.6rem;
  }
  .view-wrap .view-board .btn-nav {
    font-size: 1.7rem;
  }
  .view-wrap .bottom-con .tit {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .view-wrap .view-board {
    margin: 3rem 0;
  }
  .view-wrap .view-board .board-header {
    flex-wrap: wrap;
  }
  .view-wrap .view-board .board-header .info {
    margin: 2rem 0 0;
    width: 100%;
  }
  .view-wrap .view-board .board-body {
    padding: 2.5rem 1.5rem;
  }
}
.en .form-wrap.com-location dl {
  font-size: 1.6rem;
}

@media all and (max-width: 1366px) {
  .en.com-location dl {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1024px) {
  .en.dry .tab {
    width: 120rem;
  }
}
@media all and (max-width: 1023px) {
  .en .page-tit-wrap .page-tit {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 767px) {
  .en .figure figcaption {
    white-space: normal;
  }
  .en .ex-wrap .tit-18 {
    font-size: 1.1rem;
  }
  .en .figure.bottom-caption > figcaption {
    display: inline-block;
    position: absolute;
    top: calc(100% + 1rem);
    width: 100%;
  }
  .en.com-location .square-list .item {
    display: block;
  }
}
/* 비디오 */
.video-background {
  position: relative;
  margin: 0 auto;
  padding-bottom: 44.2%;
  width: 100%;
  max-width: 104rem;
  height: 0;
}
.video-background .iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}