@charset "UTF-8";
/* 인풋스타일*/
input::-moz-placeholder {
  font-size: inherit;
}
input::placeholder {
  font-size: inherit;
}

/*
공통 */
.visual-wrap {
  width: 100%;
  height: 55.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.visual-wrap .inner {
  height: 100%;
}
.visual-wrap.cs {
  background-image: url("../img/sub/cs/visual.jpg");
}
.visual-wrap.com1 {
  background-image: url("../img/sub/sub1/visual.png");
}
.visual-wrap.com2 {
  background-image: url("../img/sub/sub1/visual2.png");
}
.visual-wrap.com3 {
  background-image: url("../img/sub/sub1/visual3.png");
}
.visual-wrap.oe {
  background-image: url("../img/sub/sub3/visual2.png");
}
.visual-wrap.pro1 {
  background-image: url("../img/sub/sub3/visual.png");
}
.visual-wrap.pro2 {
  background-image: url("../img/sub/product/visual.png");
}
.visual-wrap.pro3 {
  background-image: url("../img/sub/product/visual2.png");
}
.visual-wrap.pro4 {
  background-image: url("../img/sub/product/visual3.png");
}
.visual-wrap.pro5 {
  background-image: url("../img/sub/product/visual4.png");
}
.visual-wrap.pro6 {
  background-image: url("../img/sub/product/visual5.png");
}
.visual-wrap.pro7 {
  background-image: url("../img/sub/product/visual6.png");
}
.visual-wrap.pro8 {
  background-image: url("../img/sub/product/visual7.png");
}
.visual-wrap.pro9 {
  background-image: url("../img/sub/product/visual8.png");
}
.visual-wrap.cer {
  background-image: url("../img/sub/sub2/visual.png");
}
.visual-wrap .visual-tit-wrap {
  padding-top: 20rem;
}
.visual-wrap .visual-tit-wrap .sub-tit {
  z-index: 2;
  position: relative;
  margin-bottom: 3rem;
  font-size: var(--com-f);
  font-weight: 500;
  color: #135C8E;
  line-height: 1.5;
}
.visual-wrap .visual-tit-wrap .sub-tit .icon {
  position: absolute;
  left: -1.7rem;
  bottom: 0.7rem;
}
.visual-wrap .visual-tit-wrap .visual-tit {
  font-size: 6.4rem;
  font-weight: 800;
  font-family: "NanumGothic", sans-serif;
  line-height: 1.25;
}

.section {
  padding: 12rem 0 15rem;
}

.sec-tit-wrap {
  margin-bottom: 9rem;
  text-align: center;
}
.sec-tit-wrap .sec-tit {
  margin-bottom: 6rem;
  font-size: var(--tit-f);
  font-weight: 800;
  font-family: "NanumGothic", sans-serif;
  line-height: 1.25;
}
.sec-tit-wrap .sec-desc {
  font-size: var(--com-f);
  line-height: 1.5;
}

/* 비주얼 없는 페이지 */
.visu-none {
  padding-top: 9rem;
}

@media all and (max-width: 63.9375rem) {
  .visual-wrap {
    height: 45rem;
  }
  .visual-wrap .visual-tit-wrap {
    padding: 18rem 2rem 0;
  }
  .visual-wrap .visual-tit-wrap .sub-tit {
    margin-bottom: 2rem;
  }
  .visual-wrap .visual-tit-wrap .visual-tit {
    font-size: 5rem;
  }
  .section {
    padding: 10rem 0 13rem;
  }
  .sec-tit-wrap {
    margin-bottom: 6rem;
  }
  .sec-tit-wrap .sec-tit {
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .visual-wrap {
    height: 38rem;
  }
  .visual-wrap .visual-tit-wrap {
    padding: 18rem 1rem 0;
  }
  .visual-wrap .visual-tit-wrap .sub-tit {
    margin-bottom: 2rem;
  }
  .visual-wrap .visual-tit-wrap .visual-tit {
    font-size: 3.6rem;
  }
  .section {
    padding: 8rem 0 10rem;
  }
}
/*인사말*/
.greeting .sec-1 {
  position: relative;
}
.greeting .sec-1::before {
  content: "";
  width: 75.5rem;
  height: 33.8rem;
  background: url("../img/sub/sub1/green.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 1.8rem;
}
.greeting .flex-wrap {
  display: flex;
  gap: 14.6rem;
}
.greeting .flex-wrap .right {
  width: 58.6rem;
  padding-top: 2rem;
}
.greeting .cont-tit {
  font-size: var(--tit-f);
  font-weight: 800;
  line-height: 1.25;
  font-family: "NanumGothic", sans-serif;
}
.greeting .list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 6rem;
}
.greeting .list-tit {
  font-weight: 700;
  color: #143750;
  line-height: 3rem;
  font-size: var(--md-f);
}
.greeting .desc {
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}
.greeting .reverse {
  flex-direction: row-reverse;
  margin-top: 9rem;
}
.greeting .reverse .right {
  padding-top: 6rem;
  padding-left: 12.2rem;
}

@media all and (max-width: 85.375rem) {
  .greeting .sec-1::before {
    bottom: -12.2rem;
  }
  .greeting .flex-wrap {
    gap: 3.6rem;
  }
  .greeting .flex-wrap .right {
    padding-top: 2rem;
  }
  .greeting .cont-tit {
    font-size: 3rem;
  }
  .greeting .list {
    margin-top: 4rem;
  }
  .greeting .reverse .right {
    padding-left: 4.2rem;
  }
}
@media all and (max-width: 64rem) {
  .greeting .flex-wrap {
    gap: 0;
  }
  .greeting .left {
    width: 45%;
  }
  .greeting .list {
    gap: 2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .greeting .sec-1::before {
    width: 60.5rem;
    height: 21.8rem;
    bottom: -4.2rem;
  }
  .greeting .flex-wrap {
    flex-direction: column;
  }
  .greeting .flex-wrap .right {
    padding-top: 4rem;
  }
  .greeting .left,
  .greeting .right {
    width: 100%;
  }
  .greeting .reverse {
    margin-top: 6rem;
  }
  .greeting .reverse .right {
    padding-left: 0;
  }
}
@media all and (max-width: 47.9375rem) {
  .greeting .sec-1::before {
    width: 25.5rem;
    height: 11.8rem;
  }
  .greeting .cont-tit {
    font-size: 2.4rem;
  }
  .greeting .flex-wrap .right {
    width: 100%;
  }
  .greeting .list {
    margin-top: 2rem;
  }
}
/*history*/
.history .flex-wrap {
  display: flex;
  justify-content: space-between;
}
.history .line {
  position: relative;
  width: 1px;
  height: auto;
  background: #DAE3F3;
}
.history .line::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  background: #135C8E;
  top: 8.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.history .left {
  padding-top: 6rem;
}
.history .right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 67.6rem;
  padding-top: 6rem;
}
.history .year {
  font-size: var(--tit-f);
  color: #135C8E;
  font-weight: 800;
}
.history .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border: 1px solid #DAE3F3;
}
.history .list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 1.5;
}
.history .list li::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background: #5F90B1;
  position: absolute;
  left: 0;
  top: 1rem;
}

@media all and (max-width: 85.375rem) {
  .history .left {
    width: 48%;
  }
  .history .right {
    width: 48%;
  }
}
@media all and (max-width: 47.9375rem) {
  .history .flex-wrap {
    flex-direction: column;
  }
  .history .left,
  .history .right {
    padding-top: 4rem;
    width: 100%;
  }
  .history .right {
    gap: 1rem;
    padding-bottom: 4rem;
  }
  .history .left {
    padding-top: 0;
  }
  .history .line {
    display: none;
  }
  .history .pb0 {
    padding-bottom: 0;
  }
}
/*오시는 길*/
.location .flex-wrap {
  display: flex;
  gap: 2.4rem;
}
.location .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 46.4rem;
  padding: 4rem 0;
  height: 16.4rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border: 1px solid #DAE3F3;
  text-align: center;
}
.location .type {
  position: relative;
  font-size: var(--md-f);
  color: #135C8E;
  font-weight: 700;
}
.location .type::before {
  content: "";
  width: 1.8rem;
  height: 2.2rem;
  background: url("../img/sub/sub1/Vector.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: -1rem;
  left: -1.4rem;
  z-index: -1;
}
.location address {
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 1.5;
}
.location .list li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 1.5;
  gap: 0.8rem;
}
.location .list li span {
  font-weight: 600;
}
.location .map {
  margin-top: 9rem;
  width: 100%;
  height: 46rem;
}
.location .map iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 85.375rem) {
  .location .box {
    width: 100%;
  }
  .location .map {
    margin-top: 8rem;
  }
}
@media all and (max-width: 64rem) {
  .location .flex-wrap {
    gap: 1.6rem;
  }
  .location address {
    font-size: 1.4rem;
  }
  .location .list li {
    font-size: 1.4rem;
  }
  .location .map {
    margin-top: 6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .location .flex-wrap {
    flex-direction: column;
  }
  .location address {
    font-size: var(--com-f);
  }
  .location .list li {
    font-size: var(--com-f);
  }
  .location .map {
    height: 36rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .location .map {
    margin-top: 4rem;
    height: 30rem;
  }
}
/*인증현황*/
.certified .tab-box {
  margin-bottom: 9rem;
}
.certified .grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem 2.4rem;
}
.certified .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.certified .p-tit {
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

@media all and (max-width: 64rem) {
  .certified .grid-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 64rem) {
  .certified .tab-box {
    margin-bottom: 6rem;
  }
  .certified .grid-wrap {
    gap: 4rem 2rem;
  }
  .certified .p-tit {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .certified .tab-box {
    margin-bottom: 4rem;
  }
  .certified .grid-wrap {
    grid-template-columns: repeat(2, calc(50% - 1rem));
  }
  .certified .p-tit br {
    display: none;
  }
}
/*oem*/
.oem .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 6rem;
}
.oem .list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 31.5rem;
  height: 28.7rem;
  padding: 4rem 0;
  background: #F2F7FB;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.oem .list li::before {
  content: "";
  width: 2rem;
  height: 1.5rem;
  background: url("../img/sub/sub3/Vector.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -4rem;
}
.oem .list li:nth-child(4)::before, .oem .list li:last-child::before {
  display: none;
}
.oem .list .step {
  display: block;
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: #fff;
  color: #135C8E;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.oem .list .b-tit {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  text-align: center;
}
.oem .list .img-wrap {
  margin-top: 4rem;
}

@media all and (max-width: 85.375rem) {
  .oem .list li {
    width: 21%;
    height: 27.5rem;
  }
  .oem .list .b-tit {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media all and (max-width: 64rem) {
  .oem .list {
    gap: 2rem 4rem;
  }
  .oem .list li {
    width: calc(33.3% - 5rem);
  }
  .oem .list li:nth-child(3)::before, .oem .list li:nth-child(6)::before {
    display: none;
  }
  .oem .list li:nth-child(4)::before {
    display: block;
  }
  .oem .list li::before {
    right: -3rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .oem .list li {
    width: calc(50% - 2rem);
  }
  .oem .list li:nth-child(2)::before, .oem .list li:nth-child(4)::before {
    display: none;
  }
  .oem .list li:nth-child(3)::before {
    display: block;
  }
}
@media all and (max-width: 47.9375rem) {
  .oem .sec-desc br {
    display: none;
  }
  .oem .list {
    gap: 4rem;
  }
  .oem .list li {
    width: 100%;
  }
  .oem .list li::before {
    display: block !important;
    top: auto;
    bottom: -2.5rem;
    right: 44%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .oem .list li:last-child::before {
    display: none !important;
  }
}
/*서브네비*/
.sub-nav-wrap {
  position: relative;
}

.sub-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 12rem;
}

.radio-btn {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.radio-btn li a {
  display: block;
  background: #F2F7FB;
  width: 15.9rem;
  padding: 1.4rem 2rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  cursor: pointer;
  text-align: center;
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 1.5;
}
.radio-btn li.on a {
  background: #135C8E;
  color: #fff;
}

/*제품*/
.product .sec-1 {
  padding-top: 31.2rem;
}
.product .grid-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 2.4rem;
  margin: 9rem 0;
}
.product .box {
  display: flex;
  width: calc(25% - 1.8rem);
  flex-direction: column;
  gap: 2rem;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.product .box.active {
  animation: ani 0.8s forwards;
  -webkit-animation: ani 0.8s forwards;
}
@keyframes ani {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.product .box .img-wrap {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #F2F7FB;
  height: 27.6rem;
}
.product .box .img-wrap img {
  width: 100%;
  height: 100%;
}
.product .p-tit {
  font-size: var(--md-f);
  font-weight: 500;
  line-height: 3rem;
  text-align: center;
}

@media all and (max-width: 85.375rem) {
  .product .box .img-wrap {
    height: 23rem;
  }
}
@media all and (max-width: 64rem) {
  .product .grid-wrap {
    margin: 6rem 0;
  }
  .product .box {
    gap: 1.5rem;
  }
  .product .box .img-wrap {
    height: 17.8rem;
  }
  .product .p-tit {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media all and (max-width: 63.9375rem) {
  .sub-nav {
    top: 10rem;
  }
  .product .sec-1 {
    padding-top: 26.2rem;
  }
  .product .grid-wrap {
    gap: 4rem 2rem;
  }
  .product .box {
    width: calc(33.333% - 1.3333333333rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .sub-nav {
    width: 100%;
    padding: 0 2rem;
    top: 8rem;
  }
  .radio-btn {
    flex-direction: column;
  }
  .radio-btn li {
    width: 100%;
  }
  .radio-btn li a {
    width: 100%;
  }
  .product .sec-1 {
    padding-top: 35.7rem;
  }
  .product .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    margin: 4rem 0;
  }
  .product .box {
    gap: 1rem;
    width: calc(50% - 1rem);
  }
  .product .box .img-wrap {
    height: 12.2rem;
  }
  .product .p-tit {
    font-size: 1.4rem;
  }
}
/*
고객지원 */
.cs-oem .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 6rem;
  max-width: 106.5rem;
  margin: 0 auto;
}
.cs-oem .list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 31.5rem;
  height: 28.7rem;
  padding: 4rem 0;
  background: #F2F7FB;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.cs-oem .list li::before {
  content: "";
  width: 2rem;
  height: 1.5rem;
  background: url("../img/sub/sub3/Vector.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -4rem;
}
.cs-oem .list li:nth-child(3)::before, .cs-oem .list li:last-child::before {
  display: none;
}
.cs-oem .list .step {
  display: block;
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: #fff;
  color: #135C8E;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.cs-oem .list .b-tit {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  text-align: center;
}
.cs-oem .list .img-wrap {
  margin-top: 4rem;
}
.cs-oem .mt90 {
  margin-top: 9rem;
}
.cs-oem .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.4rem;
  justify-content: center;
  max-width: 119.6rem;
  margin: 0 auto;
}
.cs-oem .f-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: calc(50% - 1.2rem);
}
.cs-oem .f-box:hover .img-box {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.cs-oem .img-box {
  width: 100%;
  height: 30.4rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  line-height: 1;
}
.cs-oem .img-box img {
  width: 100%;
  height: 100%;
}
.cs-oem .desc {
  font-size: var(--md-f);
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
}
.cs-oem .download-wrap {
  display: flex;
  justify-content: space-between;
  margin: 9rem auto 0;
  padding: 1rem 1rem 0;
  max-width: 119.6rem;
  border-top: 1px solid #839099;
}
.cs-oem .download-wrap .desc {
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.cs-oem .download-wrap .download {
  display: block;
  min-width: 22rem;
  height: 4.4rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: #135C8E;
  font-size: var(--com-f);
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}

@media all and (max-width: 64rem) {
  .cs-oem .list li:nth-child(2)::before, .cs-oem .list li:nth-child(4)::before {
    display: none;
  }
  .cs-oem .list li:nth-child(3)::before {
    display: block;
  }
  .cs-oem .img-box {
    height: auto;
  }
}
@media all and (max-width: 63.9375rem) {
  .cs-oem .list {
    gap: 2rem 4rem;
  }
  .cs-oem .list li {
    width: calc(50% - 2rem);
  }
  .cs-oem .list li::before {
    right: -3rem;
  }
  .cs-oem .list li .b-tit {
    font-size: 2rem;
  }
  .cs-oem .mt90 {
    margin-top: 5rem;
  }
  .cs-oem .download-wrap .desc {
    font-size: 1.4rem;
  }
  .cs-oem .download-wrap .download {
    min-width: 19rem;
    padding: 1rem 1.5rem;
    height: 4rem;
    font-size: 1.4rem;
    margin-left: 1rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .cs-oem .sec-desc br {
    display: none;
  }
  .cs-oem .list {
    gap: 4rem;
  }
  .cs-oem .list li {
    width: 100%;
  }
  .cs-oem .list li::before {
    display: block !important;
    top: auto;
    bottom: -2.5rem;
    right: 44%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .cs-oem .list li:last-child::before {
    display: none !important;
  }
  .cs-oem .mt90 {
    margin-top: 5rem;
  }
  .cs-oem .f-box {
    width: 100%;
    gap: 1rem;
  }
  .cs-oem .download-wrap {
    flex-direction: column;
    gap: 2rem;
  }
  .cs-oem .download-wrap .download {
    width: 19rem;
    display: inline-block;
  }
  .cs-oem .download-wrap .desc:first-child {
    margin-bottom: 1rem;
  }
}
/* form */
.form-wrap {
  width: 100%;
  border-top: 1px solid #F2F7FB;
}

.input-wrap {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  width: 100%;
  font-size: var(--com-f);
  font-weight: 500;
  line-height: 1.5;
}
.input-wrap.file-wrap {
  grid-template-columns: 50% 50%;
}

.input-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.95rem 0 1.95rem 0;
  border-bottom: 1px solid #F2F7FB;
}
.input-group .label {
  display: block;
  margin-right: 2rem;
  padding-left: 2rem;
  width: 13rem;
}
.input-group .input-sty-1 {
  padding: 0 1rem;
  height: 4.4rem;
  border: 1px solid #F2F7FB;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.input-group .input-sty-1 input {
  outline: 0 none;
}
.input-group .sm-input {
  width: 14.4rem;
}
.input-group .sq-box {
  margin: 0 1rem;
}
.input-group .sq-box img {
  vertical-align: middle;
}
.input-group .at {
  margin: 0 0.8rem;
}
.input-group .select-box {
  margin-left: 0.8rem;
  height: 3rem;
  color: #fff;
}
.input-group .select-box::after {
  z-index: 1;
  position: absolute;
  top: 0.7rem;
  right: 1.2rem;
  content: "\e804";
  font-size: 1rem;
  font-family: "fontello";
  transform: rotate(0);
  transition: transform 0.3s 0s;
  -webkit-transition: transform 0.3s, 0s;
  -moz-transition: transform 0.3s, 0s;
  -ms-transition: transform 0.3s, 0s;
  -o-transition: transform 0.3s, 0s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.input-group .select-box .select {
  padding: 0 1.2rem 0 1.2rem;
  width: 7.7rem;
  font-size: var(--ss-f);
  background-color: #839099;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.input-group .select-box.active::after {
  transform: rotate(180deg);
  transition: transform 0.3s 0s;
  -webkit-transition: transform 0.3s, 0s;
  -moz-transition: transform 0.3s, 0s;
  -ms-transition: transform 0.3s, 0s;
  -o-transition: transform 0.3s, 0s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.input-group .replace-btn {
  position: relative;
  margin: 0 1rem;
  width: 2rem;
  height: 2rem;
  background-color: #F2F7FB;
}
.input-group .replace-btn::after {
  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: "\e832";
  font-family: "fontello";
  color: #839099;
}

.textarea-wrap {
  padding: 2rem;
  height: 18.2rem;
  border-bottom: 1px solid #F2F7FB;
}
.textarea-wrap .textarea {
  width: 100%;
  height: 100%;
  font-size: var(--com-f);
  line-height: 1.5;
  border: 0 none;
  resize: none;
}

.file-box.input-group {
  padding: 0.55rem 1rem;
}
.file-box h4.label {
  margin-right: 2rem;
  padding: 1rem 2rem;
  font-size: var(--ss-f);
  line-height: 157.143%;
  width: 13.5rem;
}
.file-box .file-name {
  overflow: hidden;
  display: none;
  margin-right: 2rem;
  position: relative;
  padding-right: 2.8rem;
  max-width: calc(100% - 21rem);
  color: #839099;
  text-overflow: ellipsis;
  text-decoration: underline;
  white-space: nowrap;
}
.file-box .file-name::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  background: url("../img/icon/file.png") center no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.file-box .file-add-btn {
  margin-right: 1rem;
  padding: 0.2rem 1.2rem 0;
  width: 8.6rem;
  height: 3rem;
  font-size: var(--ss-f);
  background-color: #839099;
  white-space: nowrap;
}
.file-box .file-del-btn {
  padding: 0.2rem 1.2rem 0;
  width: 6.5rem;
  height: 3rem;
  font-size: var(--ss-f);
  background-color: #5F90B1;
  white-space: nowrap;
}

.acc-wrap {
  margin: 9rem 0;
}

.accordion {
  border: 2px solid #DAE3F3;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.accordion .acc-header {
  border-bottom: 1px solid #F2F7FB;
}
.accordion .acc-header > .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2rem;
  width: 100%;
  font-weight: 500;
  color: #000;
}
.accordion .acc-header > .btn::after {
  z-index: 1;
  position: absolute;
  right: 2.2rem;
  content: "\e804";
  font-size: 1rem;
  font-family: "fontello";
  transform: rotate(0);
  transition: transform 0.3s 0s;
  -webkit-transition: transform 0.3s, 0s;
  -moz-transition: transform 0.3s, 0s;
  -ms-transition: transform 0.3s, 0s;
  -o-transition: transform 0.3s, 0s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.accordion .acc-header > .btn.active::after {
  transform: rotate(180deg);
  transition: transform 0.3s 0s;
  -webkit-transition: transform 0.3s, 0s;
  -moz-transition: transform 0.3s, 0s;
  -ms-transition: transform 0.3s, 0s;
  -o-transition: transform 0.3s, 0s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.accordion .acc-body {
  display: none;
  padding: 2rem;
  font-size: var(--ss-f);
  line-height: 157.143%;
}

.fieldset {
  display: block;
  position: relative;
  padding: 2rem;
}
.fieldset > * {
  float: left;
}
.fieldset > .input-group {
  padding: 0;
}
.fieldset > legend {
  margin-right: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}

.radio-wrap .radio-label {
  display: inline-block;
  position: relative;
  padding-right: 2.4rem;
}
.radio-wrap .radio-label::after {
  display: none;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #135C8E;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: "";
}
.radio-wrap .radio-label::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #135C8E;
  border-radius: 1.6rem;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  -ms-border-radius: 1.6rem;
  -o-border-radius: 1.6rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: "";
}
.radio-wrap input:checked + .radio-label::after {
  display: block;
}

.form-bottom {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.form-bottom .btn {
  padding: 1rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.form-bottom .btn:last-child {
  background-color: #135C8E;
}
.form-bottom .wid-btn {
  display: table-cell;
  width: 100%;
  height: 6.4rem;
  vertical-align: middle;
  background-color: #135C8E;
}

.reset-btn {
  background-color: #839099;
}

.submit-btn {
  background-color: #5F90B1;
}

.pw-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.pw-wrap .visible-btn {
  display: none;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 2rem;
  color: #135C8E;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.pw-wrap .visible-btn > i {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pw-wrap .visible-btn.active {
  color: #839099;
}

@media all and (max-width: 64rem) {
  .input-wrap {
    grid-template-columns: 52% 48%;
  }
  .input-wrap .sm-input {
    width: 11rem;
  }
  .input-wrap .radio-label {
    font-size: 1.4rem;
  }
  .input-group .label {
    font-size: 1.4rem;
  }
  .textarea-wrap .textarea {
    font-size: calc(var(--com-f) - 0.2rem);
  }
}
@media all and (max-width: 63.9375rem) {
  .input-wrap:not(.file-wrap) {
    grid-template-columns: 1fr;
  }
  .input-group .label {
    min-width: 9rem;
    width: 13rem;
    padding-left: 0;
  }
  .file-box .file-name {
    margin-right: 1rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .input-wrap.file-wrap {
    grid-template-columns: 1fr;
  }
  .input-wrap.col-2 .input-group .sm-input:nth-of-type(1) {
    margin-bottom: 0.8rem;
    width: calc(100% - 8rem);
  }
  .input-wrap.col-2 .input-group .at {
    padding-left: 8rem;
  }
  .input-wrap:nth-of-type(3) .input-group:first-child .label {
    width: 100%;
  }
  .input-wrap:nth-of-type(3) .input-group:first-child .sm-input {
    width: 31%;
  }
  .input-wrap:nth-of-type(3) .input-group:last-child .sm-input {
    width: 25%;
  }
  .input-group {
    padding: 1rem;
    flex-wrap: wrap;
  }
  .input-group .label {
    min-width: 0;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 0;
    width: 7rem;
  }
  .input-group .input-sty-1 {
    height: 3rem;
  }
  .file-wrap .label {
    min-width: 9rem;
  }
  .file-box .file-name {
    width: calc(100% - 12rem);
    max-width: none;
  }
  .acc-wrap {
    margin: 4rem 0;
  }
  .accordion .acc-header > .btn {
    padding: 1rem;
    font-size: 1.3rem;
    text-align: left;
  }
  .fieldset {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem;
  }
  .fieldset > legend {
    line-height: 1.25;
  }
  .form-bottom .btn {
    padding: 0.5rem 1rem;
  }
  .form-bottom .wid-btn {
    height: 4rem;
  }
  .pw-wrap input::-moz-placeholder {
    font-size: 1rem;
  }
  .pw-wrap input::placeholder {
    font-size: 1rem;
  }
  .pw-wrap .visible-btn {
    right: 1rem;
  }
}
/* view */
.view-wrap {
  margin-bottom: 9rem;
  width: 100%;
}
.view-wrap:last-child {
  margin-bottom: 0;
}

.view-top .view-tit {
  overflow: hidden;
  position: relative;
  padding: 2.007rem 3rem 2.007rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  font-size: var(--md-f);
  line-height: 166.667%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.view-top .view-tit.secret::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 2rem;
  background: url("../img/icon/secret.svg") center/contain no-repeat;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.view-top.answer-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  background-color: #F2F7FB;
}
.view-top.answer-top .answer {
  display: inline-block;
  min-width: 7.5rem;
  height: 3rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  background-color: #135C8E;
  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-top.answer-top .view-tit {
  width: auto;
}

.view-info {
  display: grid;
  grid-template-columns: minmax(17%, 24.4rem) 1fr minmax(17%, 24.4rem);
  border-top: 1px solid #F2F7FB;
  border-bottom: 1px solid #F2F7FB;
}
.view-info dl {
  display: grid;
  grid-template-columns: minmax(auto, 9.8rem) 1fr;
  font-weight: 500;
  line-height: 1.5;
}
.view-info dl dt {
  padding: 1rem 2rem;
  background-color: #F2F7FB;
}
.view-info dl dd {
  padding: 1rem 2rem;
  font-weight: 300;
}

.view-body {
  padding: 2rem 2rem 9rem 2rem;
  line-height: 1.5;
  border-bottom: 1px solid #F2F7FB;
}
.view-body > * {
  margin-bottom: 4rem;
}
.view-body th,
.view-body td {
  vertical-align: middle;
}
.view-body .view-video {
  position: relative;
  margin: 4rem auto;
  padding-bottom: 39%;
  width: 80%;
  max-width: 120rem;
  height: 0;
}
.view-body .view-video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.view-body .view-img {
  margin: 4rem auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
}

@media all and (max-width: 47.9375rem) {
  .cs_view .file-box .file-name {
    width: auto;
  }
  .view-wrap {
    margin-bottom: 5rem;
  }
  .view-top .view-tit {
    padding: 1rem;
  }
  .view-top .view-tit.secret::after {
    width: 1.2rem;
    height: 1.8rem;
  }
  .view-top.answer-top {
    padding-left: 1rem;
  }
  .view-top.answer-top .answer {
    height: 2.5rem;
    min-width: 6.5rem;
    line-height: 2.5rem;
  }
  .view-info {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .view-info dl dt {
    padding: 0.5rem 1rem;
  }
  .view-body {
    padding: 2rem 1rem 5rem 1rem;
  }
  .view-body > * {
    margin-bottom: 2rem;
  }
  .view-body > *:last-child {
    margin-bottom: 0;
  }
  .view-body .view-video {
    margin: 2rem 0;
    padding-bottom: 58%;
    width: 100%;
  }
  .view-body .view-img {
    width: 100%;
    max-width: none;
  }
  .file-box h4.label {
    margin-bottom: 0;
    padding: 0 1rem 0 0;
    width: 8.5rem;
    margin-right: 1rem;
  }
}
/* 고객문의 리스트 */
.table-list {
  width: 100%;
}
.table-list .table-header {
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.table-list .table-header .btn {
  padding: 0 2rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.4rem;
  line-height: 4.4rem;
  background-color: #135C8E;
}
.table-list .search-wrap {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  font-size: var(--com-f);
  font-weight: 500;
}
.table-list .select-box {
  height: 4.4rem;
}
.table-list .select-box::after {
  z-index: 1;
  position: absolute;
  top: 40%;
  right: 2.2rem;
  content: "\e804";
  font-size: 1rem;
  font-family: "fontello";
  transform: rotate(0);
  transition: transform 0.3s 0s;
  -webkit-transition: transform 0.3s, 0s;
  -moz-transition: transform 0.3s, 0s;
  -ms-transition: transform 0.3s, 0s;
  -o-transition: transform 0.3s, 0s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.table-list .select-box.active::after {
  transform: rotate(180deg);
  transition: transform 0.3s 0s;
  -webkit-transition: transform 0.3s, 0s;
  -moz-transition: transform 0.3s, 0s;
  -ms-transition: transform 0.3s, 0s;
  -o-transition: transform 0.3s, 0s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.table-list .select-box .select {
  padding: 0 2rem;
  width: 15.4rem;
  font-size: inherit;
  font-weight: inherit;
  background-color: #F2F7FB;
  border: 1px solid #DAE3F3;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.table-list .search-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.table-list .search-group > input {
  padding: 0 2rem;
  width: 26rem;
  height: 4.4rem;
  background-color: #F2F7FB;
  border: 1px solid #DAE3F3;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.table-list .search-group .fi {
  margin-left: 0.8rem;
}
.table-list .search-group .fi::before {
  vertical-align: middle;
  content: url("../img/icon/search.svg");
}

.table {
  margin: 0 auto 9rem;
  width: 100%;
}
.table table {
  width: 100%;
  white-space: nowrap;
}
.table thead {
  background-color: #F2F7FB;
}
.table th {
  padding: 0 1rem;
  height: 7rem;
  font-size: var(--md-f);
  line-height: 166.667%;
}
.table tbody {
  font-size: var(--com-f);
}
.table tbody tr {
  border-bottom: 1px solid #F2F7FB;
}
.table tbody td {
  height: 6.4rem;
}
.table tbody .date,
.table tbody .count {
  color: #839099;
}
.table th,
.table td {
  position: relative;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}
.table .tit {
  padding: 0 1rem;
  text-align: left;
}
.table .tit > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.table .tit > a > span {
  overflow: hidden;
  display: block;
  padding: 1rem 0;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.table .tit > a > i {
  display: block;
  position: relative;
  margin: 0 0.8rem;
  width: 2rem;
  height: 2rem;
}
.table .tit > a > i::after {
  width: 1.5rem;
  height: 1.5rem;
}
.table .tit > a:hover {
  -webkit-text-decoration: underline rgba(204, 204, 204, 0.6);
          text-decoration: underline rgba(204, 204, 204, 0.6);
  text-underline-offset: 0.5rem;
}
.table .col-1,
.table .col-3,
.table .col-4,
.table .col-5 {
  width: 10%;
}
.table .col-2 {
  width: auto;
}
.table .noti-flag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}
.table .noti-flag > span {
  padding: 0 1.5rem;
  height: 3rem;
  font-size: 1.2rem;
  color: #fff;
  line-height: 3rem;
  background-color: #135C8E;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.table .attach .attach-icon::after {
  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%);
  font-size: 0;
  content: "파일 첨부";
  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 .secret .secret-icon {
  position: relative;
}
.table .secret .secret-icon::after {
  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: "비밀글";
  font-size: 0;
  background: url("../img/icon/secret.svg") center/contain no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media all and (max-width: 64rem) {
  .table .col-4 {
    width: 12%;
  }
}
@media all and (max-width: 63.9375rem) {
  .table .col-4 {
    width: 14%;
  }
}
@media all and (max-width: 47.9375rem) {
  .table-list .table-header {
    flex-direction: column;
  }
  .table-list .table-header .btn {
    padding: 0 1rem;
    height: 3.3rem;
    line-height: 3.3rem;
  }
  .table-list .table-header .search-btn {
    width: 8rem;
  }
  .table-list .table-header .link-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
  }
  .table-list .search-wrap {
    flex-direction: column;
  }
  .table-list .select-box {
    width: -moz-fit-content;
    width: fit-content;
    height: 3.3rem;
  }
  .table-list .select-box .select {
    padding: 0 1rem;
    width: 12rem;
  }
  .table-list .select-box::after {
    right: 1.2rem;
  }
  .table-list .search-group {
    flex: 1 1 0;
  }
  .table-list .search-group > input {
    width: 100%;
    max-width: calc(100% - 9rem);
    height: 3.3rem;
  }
  .table {
    margin-bottom: 5rem;
  }
  .table colgroup {
    display: none;
  }
  .table thead {
    display: none !important;
  }
  .table tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .table tbody td {
    padding: 0 0.5rem;
    height: 3.7rem;
    line-height: 3.7rem;
  }
  .table tbody td:nth-of-type(n+3) {
    height: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  .table .num,
  .table .noti-flag {
    width: 15%;
  }
  .table .num::after,
  .table .noti-flag::after {
    height: 1.5rem;
  }
  .table .noti-flag > span {
    padding: 0 0.7rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .table .tit {
    width: 85%;
    text-align: left;
  }
  .table .tit a > span {
    padding: 0;
  }
  .table .tit a > i {
    width: 1.5rem;
    height: 1.5rem;
  }
  .table .tit a > i::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .table .writer {
    margin-left: auto;
  }
  .table .writer::before {
    content: "작성자: ";
  }
  .table .writer::after {
    display: none;
  }
  .table .date::before {
    content: "날짜 : ";
  }
  .table .count::before {
    content: "조회수 : ";
  }
  .table .null td {
    width: 100%;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.pagination a {
  display: block;
  width: 2.8rem;
  text-align: center;
  line-height: 2.8rem;
}
.pagination .btn {
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .btn:hover {
  opacity: 1;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination ul li a {
  overflow: hidden;
  display: inline-block;
  padding: 0.4rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  color: #839099;
  text-align: center;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.pagination ul li:hover a, .pagination ul li:focus a {
  color: #fff;
  font-weight: 800;
  background-color: #135C8E;
}
.pagination ul li.active a {
  color: #fff;
  font-weight: 800;
  background-color: #135C8E;
}

@media all and (max-width: 47.9375rem) {
  .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;
  }
}
/*
회원가입 */
.join-form {
  margin: 0 auto;
  max-width: 70.8rem;
}
.join-form .input-group {
  margin-bottom: 1rem;
  padding-right: 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.join-form .input-group .label {
  width: 13.5rem;
  min-width: 13.5rem;
}
.join-form .input-group .input-sty-1 {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  outline: 0 none;
}
.join-form .input-group .select-box::after {
  top: 1rem;
}
.join-form .input-group:hover, .join-form .input-group.active {
  box-shadow: 0 0 2px #839099;
}
.join-form .input-group:hover .input-sty-1, .join-form .input-group.active .input-sty-1 {
  font-weight: 500;
  color: #000;
}
.join-form .input-group:hover .input-sty-1::-moz-placeholder, .join-form .input-group.active .input-sty-1::-moz-placeholder {
  font-weight: inherit;
  color: inherit;
}
.join-form .input-group:hover .input-sty-1::placeholder, .join-form .input-group.active .input-sty-1::placeholder {
  font-weight: inherit;
  color: inherit;
}
.join-form .req {
  display: inline-block;
  position: relative;
  padding-right: 1rem;
  font-weight: 500;
}
.join-form .req::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "*";
  font-weight: 700;
  color: #F00;
}
.join-form .assent-wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4rem;
  margin: 6rem 0 5rem;
}
.join-form .assent-wrap .radio-wrap {
  display: flex;
  justify-content: flex-start;
  flex: 1 1 0;
}
.join-form .assent-wrap .radio-label {
  display: inline-block;
  padding: 0 2.8rem;
  flex: 1 1 0;
  font-weight: 500;
}
.join-form .assent-wrap .radio-label::before {
  right: 0;
}
.join-form .assent-wrap .assent-tit {
  margin-bottom: 1rem;
  font-size: var(--md-f);
  font-weight: 500;
  line-height: 1.5;
}
.join-form .assent-wrap .assent-body {
  overflow: hidden;
  overflow-y: scroll;
  padding: 2rem;
  width: 100%;
  height: 17.6rem;
  font-size: var(--ss-f);
  font-weight: 300;
  line-height: 157.143%;
  background-color: #fff;
}
.join-form .assent-wrap .assent-body::-webkit-scrollbar {
  width: 0;
}
.join-form .assent-wrap .fieldset {
  padding: 1rem 0;
  font-weight: 500;
  line-height: 1.5;
}
.join-form .assent-wrap .fieldset > legend {
  margin-right: 0;
}
.join-form .assent-wrap .fieldset > legend + .input-group {
  margin-bottom: 0;
}
.join-form .assent-wrap .fieldset > legend + .input-group .radio-label {
  font-size: var(--com-f);
  font-weight: 300;
}
.join-form .assent-wrap .fieldset .input-group {
  background-color: unset;
}
.join-form .form-bottom {
  display: table;
  width: 100%;
}
.join-form .form-bottom .btn {
  display: table-cell;
  width: 100%;
  height: 6.4rem;
  vertical-align: middle;
}

@media all and (max-width: 63.9375rem) {
  .join-form .input-group .label {
    padding-left: 2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .join-form .input-group .label {
    margin-bottom: 0.8rem;
    width: 100%;
  }
  .join-form .fieldset {
    align-items: center;
  }
  .join-form .form-bottom .btn {
    height: 4rem;
  }
}
/*
로그인 */
.login-form {
  margin: 0 auto;
  max-width: 46.4rem;
}
.login-form .input-group {
  margin-bottom: 1rem;
  padding: 0;
}
.login-form .input-sty-2 {
  padding: 2rem;
  width: 100%;
  height: 6.4rem;
  font-size: var(--com-f);
  font-weight: 600;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  outline: 0 none;
}
.login-form .input-sty-2:hover, .login-form .input-sty-2:focus {
  outline: 1px solid #839099;
}
.login-form .input-sty-2:hover::-moz-placeholder, .login-form .input-sty-2:focus::-moz-placeholder {
  color: #000;
}
.login-form .input-sty-2:hover::placeholder, .login-form .input-sty-2:focus::placeholder {
  color: #000;
}
.login-form .form-bottom {
  display: table;
  margin: 1.2rem 0 2rem;
  width: 100%;
}
.login-form .link-btn-wrap .top-box {
  margin-bottom: 6rem;
}
.login-form .link-btn-wrap .top-box .link-txt-btn {
  font-size: var(--ss-f);
  font-weight: 500;
  color: #839099;
  line-height: 157.143%;
}
.login-form .link-btn-wrap .top-box > span {
  display: inline-block;
  margin: 0 1rem;
  width: 1px;
  height: 1.4rem;
  background-color: #839099;
  vertical-align: middle;
}
.login-form .link-btn-wrap > hr {
  background-color: #839099;
}
.login-form .link-btn-wrap .bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 0;
  color: #000;
}
.login-form .link-btn-wrap .bottom-box .link-txt-btn {
  font-size: var(--com-f);
  color: inherit;
}
.login-form .link-btn-wrap .bottom-box .link-txt-btn .icon-right-open-big::before {
  margin: 0 0 0 0.8rem;
  font-size: 0.8em;
  font-weight: 600;
  vertical-align: middle;
}

@media all and (max-width: 47.9375rem) {
  .login-form .input-sty-2 {
    height: 5.1rem;
  }
  .login-form .link-btn-wrap .bottom-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
/*
개인정보 처리 방침*/
.line-box {
  padding: 2rem;
  font-size: var(--ss-f);
  font-weight: 300;
  line-height: 157.143%;
  border: 1px solid #DAE3F3;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

/*
아이디 비밀번호 찾기 */
.find-tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.find-view {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 4rem;
  text-align: center;
  font-size: var(--com-f);
  font-weight: 500;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.find-view .icon {
  display: block;
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #F2F7FB;
  border-radius: 2.8rem;
  -webkit-border-radius: 2.8rem;
  -moz-border-radius: 2.8rem;
  -ms-border-radius: 2.8rem;
  -o-border-radius: 2.8rem;
}
.find-view .icon img {
  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%);
}
.find-view .user-name {
  font-weight: 700;
}
.find-view .find-id {
  font-weight: 500;
  color: #135C8E;
}

/*
마이페이지 */
.my-page .input-group .label {
  font-weight: 500;
}
.my-page .form-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}
.my-page .form-bottom .btn {
  margin: unset;
  width: 6.8rem;
  height: 4.4rem;
}
.my-page .form-bottom .btn:last-child {
  background-color: #839099;
}

@media all and (max-width: 47.9375rem) {
  .my-page .form-bottom {
    margin-top: 4rem;
  }
  .my-page .form-bottom .btn {
    padding: 0.5rem 1rem;
    height: auto;
  }
}
/*
입력글 비번 확인 모달 */
.modal-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: -5rem;
  width: 100%;
  height: 100%;
}
.modal-wrap .modal {
  opacity: 0;
  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%);
  margin-top: -5rem;
  padding: 4rem 6rem;
  width: 90%;
  max-width: 37.6rem;
  max-height: 36rem;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.modal-wrap.pw-check .modal {
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
}
.modal-wrap.pw-check .modal-header {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
  text-align: center;
  line-height: 1.5;
}
.modal-wrap.pw-check .modal-header .icon {
  font-size: 0;
}
.modal-wrap.pw-check .modal-tit {
  font-size: var(--com-f);
  font-weight: 700;
  color: #135C8E;
}
.modal-wrap.pw-check .modal-body .input-group {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0;
  padding: 0 1rem;
  border: 0 none;
}
.modal-wrap.pw-check .modal-body .input-group .label {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-wrap.pw-check .modal-body .input-group input {
  max-width: 14.4rem;
}
.modal-wrap.pw-check .modal-bottom {
  display: flex;
  justify-content: center;
}
.modal-wrap.pw-check .modal-bottom .btn {
  margin: unset;
}
.modal-wrap .modal-close {
  background-color: #839099 !important;
}
.modal-wrap.active {
  top: 0;
  transition: top 0.6s 0.1s;
  -webkit-transition: top 0.6s, 0.1s;
  -moz-transition: top 0.6s, 0.1s;
  -ms-transition: top 0.6s, 0.1s;
  -o-transition: top 0.6s, 0.1s;
}

@media all and (max-width: 47.9375rem) {
  .modal-wrap .modal {
    padding: 4rem 3rem;
  }
  .modal-wrap.pw-check .modal-header {
    gap: 2rem 0;
  }
  .modal-wrap.pw-check .modal-body .input-group {
    margin: 2rem 0;
    padding: 0 1rem;
  }
}
.cs-list .sec-tit-wrap,
.cs-list .table-header,
.cs-list .table,
.visu-none .sec-tit-wrap,
.form-wrap,
.cs_view .sec-tit-wrap,
.cs_view .view-wrap,
.cs_form .sec-tit-wrap {
  opacity: 0;
}/*# sourceMappingURL=style-en.css.map */