@charset "UTF-8";
/* 인풋스타일*/
.v-tit, .v-desc, .form-wrap, .form-tit, .form-desc, .sec-tit-wrap,
.flex-wrap, .flex-wrap2, .flex-wrap3, .view-wrap, .table-list, .pro-wrap, .pro-col-box, .img-col-list li {
  opacity: 0;
}

.header-wrap {
  color: #000;
  background-color: #fff;
}

.mobile-btn span {
  background-color: #333;
}

.section {
  padding: 15rem 0;
}

.visual-wrap {
  padding-top: 31rem;
  height: 70rem;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.visual-wrap.company {
  background-image: url("../img/sub/company/visual.png");
}
.visual-wrap.cs {
  background-image: url("../img/sub/cs/visual.png");
}
.visual-wrap.skill {
  background-image: url("../img/sub/skill/visual.jpg");
}
.visual-wrap.pro {
  background-image: url("../img/sub/product/visual.png");
}
.visual-wrap .v-tit {
  margin-bottom: 2rem;
  line-height: 1.5;
  font-size: var(--visual-f);
  font-family: "Pretendard";
}
.visual-wrap .v-desc {
  line-height: 208.333%;
  font-size: var(--card-tit);
  font-weight: 600;
}

/*
서브네비 */
.sub-nav-wrap {
  margin-top: -9rem;
  width: 100%;
}
.sub-nav-wrap .sub-nav ul {
  overflow: hidden;
  display: grid;
  width: 100%;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
.sub-nav-wrap .sub-nav ul li {
  width: 100%;
  height: 9rem;
  line-height: 9rem;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-right: 1px solid #fff;
}
.sub-nav-wrap .sub-nav ul li:last-child {
  border-right: 0 none;
}
.sub-nav-wrap .sub-nav ul li.active {
  background-color: #70B23A;
}
.sub-nav-wrap .sub-nav ul li > a {
  display: block;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 600;
}
.sub-nav-wrap .sub-nav ul.col-1 {
  grid-template-columns: repeat(1, minmax(33.3333333333%, 33.3333333333%));
}
.sub-nav-wrap .sub-nav ul.col-1 li {
  overflow: hidden;
  border-top-right-radius: 3rem;
}
.sub-nav-wrap .sub-nav ul.col-3 {
  grid-template-columns: repeat(3, minmax(33.3333333333%, 33.3333333333%));
}
.sub-nav-wrap .sub-nav ul.col-4 {
  grid-template-columns: repeat(4, minmax(25%, 25%));
}

@media all and (max-width: 63.9375rem) {
  .visual-wrap {
    height: 60rem;
  }
  .visual-wrap .v-desc {
    line-height: 1.5;
  }
  .sub-nav-wrap {
    margin-top: -5rem;
  }
  .sub-nav-wrap .sub-nav ul li {
    height: 5rem;
    line-height: 5rem;
  }
  .sub-nav-wrap .sub-nav ul li > a {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .section {
    padding: 10rem 0;
  }
  .visual-wrap {
    padding-top: 28rem;
    height: 50rem;
  }
  .visual-wrap .v-tit {
    margin-bottom: 1rem;
  }
  .visual-wrap .v-desc {
    line-height: 1.5;
  }
  .sub-nav-wrap .sub-nav ul {
    font-size: 1.2rem;
  }
  .sub-nav-wrap .sub-nav ul li > a {
    font-size: 1.1rem;
  }
}
/*인사말*/
.greeting .sec-1 {
  padding: 15rem 0;
}
.greeting .mb15 {
  margin-bottom: 15rem;
}
.greeting .flex-wrap {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.greeting .left {
  width: 37rem;
}
.greeting .right {
  padding: 6rem 0 0 8rem;
}
.greeting .big-tit {
  margin-bottom: 6rem;
  font-size: var(--sub-tit);
  line-height: 1;
  color: #959595;
  font-weight: 600;
}
.greeting .big-tit .green {
  color: #70B23A;
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 900;
  opacity: 0.2;
}
.greeting .green-tit {
  margin-bottom: 2rem;
  color: #70B23A;
  font-size: var(--sub-tit);
  line-height: 1.8;
  font-weight: 700;
}
.greeting .desc {
  font-size: var(--com-f);
  color: #333;
  line-height: 2.22222;
}
.greeting .sec-tit {
  margin-bottom: 6rem;
  padding: 0;
  font-size: var(--sub-tit);
  line-height: 1.8;
  text-align: center;
  color: var(--bk333, #333);
  font-weight: 600;
}
.greeting .flex-wrap2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.greeting .cont-wrap:nth-child(3) .list, .greeting .cont-wrap:last-child .list {
  height: 25rem;
}
.greeting .cont-tit {
  background: var(--logo_green, #70B23A);
  padding: 0.6rem 3rem;
  text-align: center;
  font-size: var(--com-f);
  font-weight: 800;
  line-height: 2.22222;
  color: #fff;
}
.greeting .list {
  padding: 2rem 5rem 3rem;
  height: auto;
  border: 1px solid var(--light_gray, #EEE);
}
.greeting .list li {
  position: relative;
  padding-left: 2.8rem;
  font-size: var(--com-f);
  line-height: 2.22222;
  color: #333;
  font-weight: 400;
}
.greeting .list li::before {
  content: "";
  width: 0.4rem;
  height: 0.5rem;
  background: #333;
  border-radius: 9.9rem;
  -webkit-border-radius: 9.9rem;
  -moz-border-radius: 9.9rem;
  -ms-border-radius: 9.9rem;
  -o-border-radius: 9.9rem;
  position: absolute;
  left: 0;
  top: 1.6rem;
}
.greeting .g-tit {
  position: relative;
  padding: 6rem;
  margin-bottom: 2rem;
}
.greeting .g-tit::after {
  content: "";
  width: 4rem;
  height: 3.2rem;
  background: url("../img/sub/company/left.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 6rem;
  left: 0;
}
.greeting .g-tit::before {
  content: "";
  width: 4rem;
  height: 3.2rem;
  background: url("../img/sub/company/right.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 6rem;
  right: 0;
}
.greeting .re-tit {
  text-align: center;
  color: #70B23A;
  font-size: var(--sub-tit);
  font-weight: 600;
  line-height: 1;
}
.greeting .re-tit .big {
  font-size: var(--sec-tit);
}
.greeting .flex-wrap3 {
  display: flex;
  justify-content: center;
  gap: 3.7rem;
  padding: 6rem 0;
}
.greeting .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25.3rem;
  height: 25.3rem;
}
.greeting .icon.img1 {
  background: url("../img/sub/company/1.png") no-repeat;
  background-size: cover;
}
.greeting .icon.img2 {
  background: url("../img/sub/company/2.png") no-repeat;
  background-size: cover;
}
.greeting .icon.img3 {
  background: url("../img/sub/company/3.png") no-repeat;
  background-size: cover;
}
.greeting .type {
  margin-bottom: 1.4rem;
  font-size: var(--sub-tit);
  color: #333;
  font-weight: 600;
}
.greeting .en {
  color: #959595;
  font-size: var(--card-tit);
  font-weight: 500;
  line-height: 1;
}

@media all and (max-width: 85.375rem) {
  .greeting .right {
    padding: 2rem 0 0 4rem;
  }
  .greeting .cont-wrap:nth-child(3) .list, .greeting .cont-wrap:last-child .list {
    height: 23rem;
  }
  .greeting .re-tit {
    font-size: 3rem;
  }
  .greeting .re-tit .big {
    font-size: 3.4rem;
  }
}
@media all and (max-width: 64rem) {
  .greeting .sec-1 {
    padding: 12rem 0;
  }
  .greeting .flex-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .greeting .right {
    padding: 0;
  }
  .greeting .desc br {
    display: none;
  }
  .greeting .big-tit {
    margin-bottom: 4rem;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .greeting .big-tit .green {
    font-size: 4.5rem;
  }
  .greeting .mb15 {
    margin-bottom: 12rem;
  }
  .greeting .sec-tit {
    margin-bottom: 4rem;
  }
  .greeting .cont-wrap:nth-child(3) .list, .greeting .cont-wrap:last-child .list {
    height: 100%;
  }
  .greeting .g-tit {
    padding: 4rem;
  }
  .greeting .g-tit::after, .greeting .g-tit::before {
    top: 4rem;
  }
  .greeting .re-tit {
    font-size: 2.2rem;
  }
  .greeting .re-tit .big {
    font-size: 2.7rem;
  }
  .greeting .flex-wrap3 {
    padding: 4rem 0;
  }
  .greeting .icon {
    width: 23.3rem;
    height: 23.3rem;
  }
  .greeting .type {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .greeting .sec-1 {
    padding: 10rem 0;
  }
  .greeting .list {
    padding: 2rem 3rem 3rem;
  }
  .greeting .mb15 {
    margin-bottom: 10rem;
  }
  .greeting .icon {
    width: 18.3rem;
    height: 18.3rem;
  }
  .greeting .re-tit {
    font-size: 1.8rem;
  }
  .greeting .re-tit .big {
    font-size: 2.1rem;
  }
  .greeting .g-tit::after, .greeting .g-tit::before {
    width: 3rem;
    height: 2.2rem;
  }
  .greeting .cont-wrap:nth-child(3) .list, .greeting .cont-wrap:last-child .list {
    height: auto;
  }
}
@media all and (max-width: 47.9375rem) {
  .greeting .sec-1 {
    padding: 8rem 0;
  }
  .greeting .left {
    width: 100%;
  }
  .greeting .mb15 {
    margin-bottom: 8rem;
  }
  .greeting .flex-wrap2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .greeting .re-tit {
    line-height: 1.3;
  }
  .greeting .re-tit .big {
    line-height: 1.3;
  }
  .greeting .g-tit::after, .greeting .g-tit::before {
    top: 0;
  }
  .greeting .flex-wrap3 {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}
/*ci*/
.ci .sec-1 {
  padding: 15rem 0;
}
.ci .flex-wrap {
  display: flex;
  gap: 2rem;
  margin-bottom: 15rem;
}
.ci .flex-wrap:last-child {
  margin-bottom: 0;
}
.ci .left {
  min-width: 63rem;
  height: 20rem;
}
.ci .left2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 63rem;
  height: 20rem;
  padding: 3rem;
  background: #70B23A;
}
.ci .left2 span {
  color: #fff;
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 1.66667;
}
.ci .color {
  color: #fff;
  font-size: var(--card-tit);
  font-weight: 800;
  line-height: 1.25;
}
.ci .right {
  width: 100%;
}
.ci .type {
  width: 100%;
  padding: 2rem 0 3rem 2rem;
  font-size: var(--card-tit);
  font-weight: 600;
  line-height: 1.25;
  border-bottom: 1px solid var(--logo_green, #70B23A);
}
.ci .desc {
  padding: 2rem 0 2rem 2rem;
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 1.66667;
}

@media all and (max-width: 64rem) {
  .ci .sec-1 {
    padding: 12rem 0;
  }
  .ci .flex-wrap {
    margin-bottom: 12rem;
  }
  .ci .left {
    min-width: 45%;
  }
  .ci .left2 {
    min-width: 45%;
  }
}
@media all and (max-width: 63.9375rem) {
  .ci .sec-1 {
    padding: 10rem 0;
  }
  .ci .flex-wrap {
    flex-direction: column;
    margin-bottom: 10rem;
  }
  .ci .left {
    width: 100%;
    text-align: center;
  }
  .ci .left2 {
    width: 100%;
  }
}
@media all and (max-width: 47.9375rem) {
  .ci .sec-1 {
    padding: 8rem 0;
  }
  .ci .flex-wrap {
    flex-direction: column;
    margin-bottom: 8rem;
  }
  .ci .left {
    height: 12rem;
  }
  .ci .left2 {
    height: 12rem;
    padding: 2rem 0 0 1rem;
  }
  .ci .type {
    padding: 1rem 0 1rem 1rem;
  }
  .ci .desc {
    padding: 1rem;
  }
  .ci .desc br {
    display: none;
  }
}
/*오시는 길*/
.dire .sec-1 {
  padding: 15rem 0;
}
.dire .flex-wrap {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.dire .flex-wrap:first-child {
  margin-bottom: 15rem;
}
.dire .left {
  min-width: 63rem;
  height: 36rem;
}
.dire .left iframe {
  width: 100%;
  height: 100%;
}
.dire .right {
  width: 100%;
}
.dire .ad {
  padding: 3rem 2rem;
  border-bottom: 1px solid #70B23A;
  background: #FFF;
  color: #333;
  font-size: var(--card-tit);
  font-weight: 600;
  line-height: 1.25;
}
.dire .ad .green {
  color: #70B23A;
  font-weight: 800;
}
.dire .list li {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2.4rem 2rem;
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 1.66667;
  border-bottom: 1px solid var(--light_gray, #F7F7F7);
  background: #FFF;
}
.dire .list li:last-child {
  border-bottom: none;
}
.dire .list .flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.dire .list .type {
  font-weight: 700;
}

@media all and (max-width: 64rem) {
  .dire .sec-1 {
    padding: 12rem 0;
  }
  .dire .flex-wrap:first-child {
    margin-bottom: 12rem;
  }
  .dire .left {
    min-width: 45%;
    height: 32rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .dire .sec-1 {
    padding: 10rem 0;
  }
  .dire .flex-wrap {
    flex-direction: column;
  }
  .dire .flex-wrap:first-child {
    margin-bottom: 10rem;
  }
  .dire .left {
    width: 100%;
    height: 36rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .dire .sec-1 {
    padding: 8rem 0;
  }
  .dire .flex-wrap {
    flex-direction: column;
  }
  .dire .flex-wrap:first-child {
    margin-bottom: 8rem;
  }
  .dire .left {
    width: 100%;
    height: 30rem;
  }
  .dire .ad {
    padding: 2rem 1rem;
  }
  .dire .list li {
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
    padding: 1rem;
  }
}
/*
제품소개 */
.sec-tit-wrap {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  line-height: 1.8;
  border-bottom: 1px solid #70B23A;
}
.sec-tit-wrap .sec-tit {
  padding: 0 1rem;
  font-size: var(--sub-tit);
}
.sec-tit-wrap .lite {
  font-weight: 200;
}

.sec-desc {
  margin-bottom: 6rem;
  line-height: 166.667%;
  color: #000;
}

.desc-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6rem;
  line-height: 166.667%;
}
.desc-box dt {
  margin-right: 3rem;
  padding-right: 3rem;
  font-size: var(--card-tit);
  font-weight: 600;
  border-right: 0.6rem solid #70B23A;
}

.scroll-wrap {
  overflow-x: scroll;
  padding-top: 2rem;
  padding-bottom: 8rem;
}
.scroll-wrap::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
}
.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #333;
}
.scroll-wrap::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.8);
}
.scroll-wrap .img-wrap {
  display: flex;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2rem;
}
.scroll-wrap.down {
  cursor: grab;
}

.pro-wrap {
  margin: 18rem 0;
  padding-top: 0;
}
.pro-wrap:nth-of-type(1) {
  margin-top: 0;
}
.pro-wrap:nth-last-of-type(1) {
  margin-bottom: 0;
}

.pro-download-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
}

.download-btn {
  display: inline-block;
  width: 24rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  font-size: var(--com-f);
  color: #fff;
  background-color: #70B23A;
}

.pro-col-box {
  display: flex;
  justify-content: space-between;
  margin: 18rem 0;
  padding: 4rem 0;
}
.pro-col-box:nth-of-type(1) {
  margin-top: 0;
}
.pro-col-box:nth-last-of-type(1) {
  margin-bottom: 0;
}
.pro-col-box .txt-wrap {
  width: 49.35%;
  max-width: 76rem;
}
.pro-col-box .img-wrap {
  width: 40.9%;
  max-width: 63rem;
}

@media all and (max-width: 85.375rem) {
  .sec-desc {
    margin-bottom: 4rem;
  }
  .desc-box {
    margin-bottom: 4rem;
  }
  .scroll-wrap {
    padding-bottom: 6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .desc-box {
    margin-bottom: 2rem;
  }
  .scroll-wrap {
    padding-bottom: 4rem;
  }
  .pro-wrap {
    margin: 6rem 0;
  }
  .pro-col-box {
    margin: 6rem 0;
  }
  .pro-col-box:nth-last-of-type(1) br {
    display: none;
  }
  .desc-box dt {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-width: 0.3rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .scroll-wrap {
    padding-bottom: 4rem;
  }
  .pro-download-box {
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .pro-download-box .sec-desc {
    margin-bottom: 0;
  }
  .pro-download-box .download-btn {
    margin-left: auto;
    width: 15rem;
    height: 4rem;
    line-height: 4rem;
  }
  .pro-col-box {
    display: block;
    padding: 2rem 0;
  }
  .pro-col-box:nth-of-type(1) {
    padding-top: 0;
  }
  .pro-col-box .txt-wrap {
    width: 100%;
  }
  .pro-col-box .img-wrap {
    width: 100%;
  }
}
/*
기술현황*/
.img-col-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.img-col-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5rem;
  background-color: #eee;
}
.img-col-list li a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 27rem;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0;
}
.img-col-list li a .figure {
  position: relative;
}
.img-col-list li a .figure::before {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
}
.img-col-list li:hover a .figure::before {
  opacity: 0.5;
  z-index: 5;
  transition: opacity 0.4s 0s;
  -webkit-transition: opacity 0.4s 0s;
  -moz-transition: opacity 0.4s 0s;
  -ms-transition: opacity 0.4s 0s;
  -o-transition: opacity 0.4s 0s;
}
.img-col-list li:hover a .figure::after {
  z-index: 11;
  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%);
  content: url("../img/icon/plus.png");
}

@media all and (max-width: 63.9375rem) {
  .img-col-list li {
    padding: 2.5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .img-col-list {
    grid-template-columns: 1fr;
  }
}
/*
테이블 리스트 */
.table-list {
  width: 100%;
  color: #333;
}
.table-list .num,
.table-list .noti-flag {
  padding: 0 2rem;
}
.table-list .tit {
  padding: 0 6rem;
}
.table-list .noti-flag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}
.table-list .noti-flag > span {
  padding: 0.8rem 1.7rem;
  font-size: var(--sub-f);
  color: #fff;
  background-color: #70B23A;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.table-list th,
.table-list td {
  padding: 1rem;
  height: 9rem;
}
.table-list tbody .tit {
  padding: 0 0.9rem;
}
.table-list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.table-list a > span {
  overflow: hidden;
  padding: 1rem 0;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-list .attach .tit,
.table-list .attach-down .tit,
.table-list .reply-icon .tit,
.table-list .reply-flag .tit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-list .reply-flag .tit span {
  position: relative;
  padding-right: 6rem;
}
.table-list .reply-flag .tit span::after {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0.5rem 1.5rem;
  content: "답변";
  font-size: var(--sub-f);
  color: #fff;
  background-color: #70B23A;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.table-list .reply-icon .tit > a {
  position: relative;
  padding-right: 6rem;
}
.table-list .reply-icon .tit > a::after {
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  content: "답변";
  font-size: 0;
  background: url("../img/icon/file.png") center/contain no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.table-list .attach-down .tit {
  display: flex;
  justify-content: center;
}
.table-list .attach-down .tit a {
  width: -moz-fit-content;
  width: fit-content;
}
.table-list .list-download-icon {
  margin-left: 1rem;
}
.table-list .list-download-icon img {
  vertical-align: middle;
}
.table-list .table-bottom {
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}
.table-list .table-bottom .search-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.table-list .table-bottom .select-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 13.2rem;
  height: 4.2rem;
  border: 1px solid #eee;
}
.table-list .table-bottom .select-box select {
  padding: 0.6rem 1.4rem 0.6rem 1rem;
  border: 0 none;
  width: 100%;
  height: 100%;
  font-size: var(--com-f);
  color: #333;
  background: url("../img/icon/select-1.svg") right 1.4rem center no-repeat;
}
.table-list .table-bottom .search-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 380px;
  height: 4.2rem;
  border: 1px solid #eee;
}
.table-list .table-bottom .search-group input {
  padding: 6px 10px;
  flex: 1 1 0;
  font-size: var(--com-f);
}
.table-list .table-bottom .search-group input::-moz-placeholder {
  font-size: inherit;
}
.table-list .table-bottom .search-group input::placeholder {
  font-size: inherit;
}
.table-list .table-bottom .search-group .search-btn {
  width: 8.8rem;
  height: 4.2rem;
  font-size: var(--com-f);
  color: #fff;
  background-color: #333;
}

.table.table-list-t2 {
  margin: 0 auto 8rem;
  width: 100%;
}
.table.table-list-t2 table {
  width: 100%;
}
.table.table-list-t2 th,
.table.table-list-t2 td {
  position: relative;
  padding: 1rem;
  vertical-align: middle;
  text-align: center;
}
.table.table-list-t2 th:not(:last-child)::after,
.table.table-list-t2 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%);
}
.table.table-list-t2 thead tr {
  background-color: #eee;
}
.table.table-list-t2 thead tr th {
  font-weight: 500;
}
.table.table-list-t2 tbody tr {
  border-bottom: 1px solid #eee;
}
.table.table-list-t2 .col-1 {
  width: 14rem;
}
.table.table-list-t2 .col-3,
.table.table-list-t2 .col-4 {
  width: 16rem;
}
.table.table-list-t2 .col-5 {
  width: 15rem;
}
.table.table-list-t2 .col-2 {
  width: auto;
}

@media all and (max-width: 64rem) {
  .table.table-list-t2 .col-1 {
    width: 12rem;
  }
  .table.table-list-t2 .col-3,
  .table.table-list-t2 .col-4 {
    width: 13rem;
  }
  .table.table-list-t2 .col-5 {
    width: 12rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .table-list th,
  .table-list td {
    height: 7rem;
  }
  .table-list .reply-icon .tit > a::after {
    width: 1.6rem;
    height: 1.6rem;
  }
  .table-list .list-download-icon img {
    width: 1.2rem;
  }
  .table-wrap.table-list-t2 thead th {
    height: auto;
  }
  .table.table-list-t2 .col-1 {
    width: 10rem;
  }
  .table.table-list-t2 .col-3,
  .table.table-list-t2 .col-4 {
    width: 10rem;
  }
  .table.table-list-t2 .col-5 {
    width: 10rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .table-list a > span {
    padding: 0;
  }
  .table-list tbody td {
    padding: 0 1rem;
    height: 3rem;
    line-height: 3rem;
  }
  .table-list tbody td:nth-of-type(n+3) {
    height: 2rem;
    line-height: 2rem;
  }
  .table-list a,
  .table-list .attach-down .tit {
    justify-content: flex-start;
  }
  .table-list .noti-flag > span {
    padding: 0 0.7rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
  }
  .table-list .reply-flag .tit span::after {
    padding: 0 1rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
  }
  .table-list .table-bottom {
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 8rem;
  }
  .table-list .table-bottom .search-wrap {
    gap: 1rem;
  }
  .table-list .table-bottom .select-box {
    width: 8rem;
    min-width: 8rem;
  }
  .table-list .table-bottom .select-box select {
    width: calc(100% + 1rem);
    background-size: 1rem;
    background-position: right 1rem center;
  }
  .table-list .table-bottom .search-group {
    flex: 1 1 0;
    width: auto;
  }
  .table-list .table-bottom .search-group .search-btn {
    width: 7rem;
  }
  .table.table-list-t2 {
    margin-bottom: 4rem;
  }
  .table.table-list-t2 colgroup {
    display: none;
  }
  .table.table-list-t2 thead {
    display: none !important;
  }
  .table.table-list-t2 tbody {
    border-top: 1px solid #000;
  }
  .table.table-list-t2 tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .table.table-list-t2 tbody td:not(.noti-flag) {
    padding: 0 1rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
  .table.table-list-t2 tbody .num::after,
  .table.table-list-t2 tbody .noti-flag::after {
    height: 1.5rem;
  }
  .table.table-list-t2 tbody .tit {
    width: 100%;
    text-align: left;
    order: 4;
  }
  .table.table-list-t2 tbody .tit::after {
    display: none;
  }
  .table.table-list-t2 tbody .writer,
  .table.table-list-t2 tbody .date,
  .table.table-list-t2 tbody .view {
    position: relative;
    font-size: 1.2rem;
  }
  .table.table-list-t2 tbody .writer {
    margin-left: auto;
  }
  .table.table-list-t2 tbody .writer::after {
    display: none;
  }
  .table.table-list-t2 tbody .view::before {
    content: "조회수 : ";
  }
  .table.table-list-t2 tbody .null td {
    width: 100%;
  }
}
/*
페이지네이션
*/
.pagination.type-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination.type-2 a {
  display: block;
  padding: 0 1rem;
  min-width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
  border-radius: 3.4rem;
  -webkit-border-radius: 3.4rem;
  -moz-border-radius: 3.4rem;
  -ms-border-radius: 3.4rem;
  -o-border-radius: 3.4rem;
}
.pagination.type-2 .btn {
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
}
.pagination.type-2 .btn:hover {
  opacity: 1;
}
.pagination.type-2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination.type-2 ul li {
  margin: 0 0.5rem;
}
.pagination.type-2 ul li a {
  display: inline-block;
  padding: 0 0.5rem;
  text-align: center;
  font-weight: 400;
  color: #959595;
}
.pagination.type-2 ul li:hover a, .pagination.type-2 ul li:focus a, .pagination.type-2 ul li.active a {
  font-weight: 700;
  color: #fff !important;
  background-color: #70B23A;
  text-decoration: none;
}

@media all and (max-width: 47.9375rem) {
  .pagination.type-1 a.btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  .pagination.type-1 a.btn img {
    height: 0.8rem;
  }
  .pagination.type-1 ul {
    font-size: 1.3rem;
  }
  .pagination.type-1 ul li {
    margin: 0;
  }
  .pagination.type-2 a.btn {
    text-align: center;
  }
  .pagination.type-2 a.btn img {
    height: 0.8rem;
  }
  .pagination.type-2 ul {
    font-size: 1.3rem;
  }
  .pagination.type-2 ul li {
    margin: 0;
  }
}
/* 뷰페이지 */
.view-wrap {
  color: #333;
}
.view-wrap .view-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
  height: 9rem;
  border-bottom: 1px solid #eee;
}
.view-wrap .view-header .content-info {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 6rem;
}
.view-wrap .subject {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 166.667%;
}
.view-wrap .view-body {
  padding: 8rem 3rem;
}
.view-wrap .view-body > * {
  margin: 2rem 0;
  line-height: 166.667%;
}
.view-wrap .view-body th,
.view-wrap .view-body td {
  vertical-align: middle;
}
.view-wrap .view-body .view-video {
  position: relative;
  margin: 4rem auto;
  padding-bottom: 39%;
  width: 80%;
  max-width: 120rem;
  height: 0;
}
.view-wrap .view-body .view-video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.view-wrap .view-body .view-img {
  margin: 4rem auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  font-size: 0;
}
.view-wrap .btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  height: 5rem;
}

.download-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.4rem 3rem;
  line-height: 166.667%;
  border-bottom: 1px solid #eee;
}
.download-box .file-tit {
  margin-right: 2rem;
  font-weight: 600;
}
.download-box .download-file-btn {
  width: -moz-fit-content;
  width: fit-content;
}

.return-list-btn {
  margin: 0 auto;
  width: 15rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  color: #fff;
  font-weight: 600;
  background-color: #70B23A;
}

@media all and (max-width: 47.9375rem) {
  .view-wrap .view-header {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .view-wrap .view-header .subject {
    margin-bottom: 1rem;
    width: 100%;
  }
  .view-wrap .view-header .content-info {
    gap: 3rem;
  }
  .view-wrap .view-body {
    padding: 3rem 0 2rem;
  }
  .view-wrap .view-body .view-video {
    padding-bottom: 59%;
    width: 100%;
  }
  .view-wrap .view-body .view-img {
    max-width: 100%;
  }
  .view-wrap .view-body p {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
  }
  .download-box {
    align-items: flex-start;
    padding: 1.4rem;
  }
  .return-list-btn {
    width: 10rem;
    height: 4rem;
    line-height: 4rem;
  }
}
/*
고객문의 폼 */
.form-wrap {
  display: grid;
  grid-template-columns: minmax(auto, 50rem) minmax(auto, 89rem);
  justify-content: space-between;
}
.form-wrap .form-tit-wrap {
  position: relative;
  padding-top: 8rem;
}
.form-wrap .form-tit-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  content: url("../img/sub/cs/logo-icon.png");
}
.form-wrap .form-tit {
  margin-bottom: 2.4rem;
  font-size: var(--visual-f);
}
.form-wrap .form-desc {
  line-height: 1.25;
  font-size: var(--card-tit);
}
.form-wrap .small {
  display: block;
  margin-bottom: 2rem;
  text-align: right;
  font-weight: 300;
  line-height: 222.222%;
}
.form-wrap sup {
  margin: 0 0.4rem;
}
.form-wrap .input-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.4rem;
  color: #000;
  border: 1px solid #eee;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.form-wrap .input-wrap .label {
  padding: 2.35rem 3rem;
  min-width: 19.1%;
  width: 17rem;
  font-weight: 600;
  white-space: nowrap;
}
.form-wrap .input-wrap input {
  flex: 1 1 0;
  padding: 0 3rem;
  height: 100%;
  font-size: inherit;
  outline: 0 none;
}
.form-wrap .input-wrap input::-moz-placeholder {
  color: #959595;
  font-weight: 400;
}
.form-wrap .input-wrap input::placeholder {
  color: #959595;
  font-weight: 400;
}
.form-wrap .input-wrap.txt-area {
  margin-bottom: 0;
  align-items: flex-start;
}
.form-wrap .textarea {
  flex: 1 1 0;
  height: 40rem;
}
.form-wrap .textarea textarea {
  padding: 2.5rem 3rem;
  width: 100%;
  height: 100%;
  font-size: inherit;
  resize: none;
}
.form-wrap .checkbox input {
  margin: -0.1rem;
  font-size: 0;
}
.form-wrap .checkbox .check-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 2.8rem;
  font-weight: 300;
  line-height: 222.222%;
  color: #000;
}
.form-wrap .checkbox .check-label::before {
  position: absolute;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background-color: #70B23A;
  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 .checkbox > input:checked + .check-label::before {
  background: url("../img/icon/check.svg") center no-repeat #70B23A;
}
.form-wrap .agreement-box {
  counter-reset: num 0;
  line-height: 1.5;
}
.form-wrap .agreement-box .over-box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 6rem;
  overflow: hidden;
  overflow-y: scroll;
  padding: 3rem;
  height: 15rem;
  color: var(--sub-f);
  background-color: #eee;
  border: 1px solid #c0bfcd;
}
.form-wrap .agreement-box .over-box::-webkit-scrollbar {
  width: 1rem;
}
.form-wrap .agreement-box .over-box::-webkit-scrollbar-track {
  background-color: #fff;
}
.form-wrap .agreement-box .over-box::-webkit-scrollbar-thumb {
  background-color: #70B23A;
}
.form-wrap .agreement-box .ag-tit {
  position: relative;
  margin-bottom: 2rem;
  font-size: var(--com-f);
  font-weight: 600;
}
.form-wrap .agreement-box .ag-tit::before {
  counter-increment: num;
  content: counter(num) ". ";
}
.form-wrap .agreement-box .ag-sub {
  margin-top: 2rem;
  margin-bottom: 1.4rem;
  font-weight: 600;
}
.form-wrap .agreement-box .ag-desc {
  margin-bottom: 0.4rem;
}
.form-wrap .dot-list {
  margin-bottom: 1.4rem;
  padding-left: 0.5rem;
}
.form-wrap .dot-list li {
  position: relative;
  padding-left: 1.5rem;
}
.form-wrap .dot-list li::before {
  position: absolute;
  left: 0;
  top: -0.5rem;
  content: "·";
  font-size: 1.5em;
}
.form-wrap .dot-list + ul {
  padding-left: 0.5rem;
}
.form-wrap .btn-wrap {
  margin-top: 6rem;
  width: 100%;
  text-align: center;
}
.form-wrap .submit-btn {
  display: inline-block;
  width: 15rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  font-size: var(--com-f);
  color: #fff;
  background-color: #70B23A;
}

@media all and (max-width: 64rem) {
  .form-wrap {
    grid-template-columns: minmax(auto, 40%) minmax(auto, 89rem);
  }
}
@media all and (max-width: 63.9375rem) {
  .form-wrap .form-tit-wrap::after {
    transform-origin: 80% center;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
  }
  .form-wrap .input-wrap .label {
    padding: 2rem;
    min-width: 10rem;
    width: 20%;
  }
}
@media all and (max-width: 47.9375rem) {
  .form-wrap {
    grid-template-columns: 1fr;
  }
  .form-wrap .form-tit-wrap {
    padding-top: 0;
  }
  .form-wrap .form-tit-wrap::after {
    top: -8rem;
  }
  .form-wrap .input-wrap .label {
    padding: 2rem 1.5rem;
  }
  .form-wrap .input-wrap input {
    margin-bottom: 0;
  }
  .form-wrap .input-wrap.txt-area {
    flex-direction: column;
    justify-content: flex-start;
    height: 40rem;
  }
  .form-wrap .input-wrap .textarea {
    width: 100%;
  }
}
/*
모달 */
.modal-wrap {
  z-index: 9000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-wrap .modal {
  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%);
  width: 90%;
  max-width: 60rem;
}
.modal-wrap .modal-close-btn {
  position: absolute;
  right: 0;
  top: -5rem;
  padding: 1rem;
  width: 5rem;
  height: 5rem;
}