.section {
  padding: 14rem 0;
}

.inner {
  max-width: 158rem;
  padding: 0 4rem;
  margin: 0 auto;
}

.flex-wrap {
  display: flex;
}

.sec-desc {
  margin-bottom: 2rem;
  font-family: var(--arch);
  font-size: 2.4rem;
  color: var(--gray-999);
  font-weight: 300;
  line-height: 3.2rem;
}

.sec-tit {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 5.8rem;
}

.mini-tit {
  width: 23rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--point, #D7602A);
  font-family: var(--arch);
  font-size: 1.6rem;
  color: var(--point);
  font-weight: 500;
  line-height: 1;
}

@media all and (max-width: 85.375rem) {
  .section {
    padding: 12rem 0;
  }
}
@media all and (max-width: 64rem) {
  .section {
    padding: 10rem 0;
  }
  .sec-desc {
    font-size: 2rem;
    line-height: 1.2;
  }
  .sec-tit {
    font-size: 4rem;
    line-height: 1.3;
  }
}
@media all and (max-width: 63.9375rem) {
  .section {
    padding: 8rem 0;
  }
  .sec-desc {
    font-size: 1.8rem;
  }
  .sec-tit {
    font-size: 3.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .section {
    padding: 6rem 0;
  }
  .inner {
    padding: 0 2rem;
  }
  .sec-desc {
    font-size: 1.6rem;
  }
  .sec-tit {
    font-size: 2.4rem;
  }
}
.visual-wrap {
  width: 100%;
}

.visual {
  width: 100%;
  height: 70rem;
}
.visual.sub1 {
  background: url("../img/sub/sub1/visual.png") no-repeat;
  background-size: cover;
}
.visual.sub2 {
  background: url("../img/sub/sub2/visual.png") no-repeat;
  background-size: cover;
}
.visual.sub2-2 {
  background: url("../img/sub/sub2/visual2.jpg") no-repeat;
  background-size: cover;
}
.visual.sub2-3 {
  background: url("../img/sub/sub2/visual3.jpg") no-repeat;
  background-size: cover;
}
.visual.sub2-4 {
  background: url("../img/sub/sub2/visual4.jpg") no-repeat;
  background-size: cover;
}
.visual.sub2-5 {
  background: url("../img/sub/sub2/visual5.jpg") no-repeat;
  background-size: cover;
}
.visual.sub3 {
  background: url("../img/sub/sub3/visual.png") no-repeat;
  background-size: cover;
}
.visual.sub4 {
  background: url("../img/sub/sub4/visual.png") no-repeat;
  background-size: cover;
}
.visual.sub5 {
  background: url("../img/sub/sub5/visual.png") no-repeat;
  background-size: cover;
}

.sub-nav {
  position: absolute;
  width: 100%;
  max-width: 158rem;
  padding: 0 4rem;
  top: 51rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sub-nav .list {
  display: flex;
  align-items: center;
}
.sub-nav .list li a {
  padding: 1.6rem 2rem;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 500;
  color: #C8C8C8;
}
.sub-nav .list li.active a {
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid var(--fff, #FFF);
}
.sub-nav .list li:hover a {
  color: #fff;
  font-weight: 700;
}

.vis-tit {
  padding-top: 34rem;
  font-family: var(--arch);
  font-size: 7.2rem;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}

@media all and (max-width: 85.375rem) {
  .visual {
    height: 60rem;
  }
  .vis-tit {
    padding-top: 30rem;
  }
  .sub-nav {
    top: 44rem;
    overflow-x: auto;
  }
}
@media all and (max-width: 63.9375rem) {
  .vis-tit {
    padding-top: 24rem;
    font-size: 6rem;
  }
  .visual {
    height: 50rem;
  }
  .sub-nav {
    top: 35rem;
  }
  .sub-nav .list {
    gap: 2rem;
  }
  .sub-nav .list li a {
    display: block;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .vis-tit {
    padding-top: 17rem;
    font-size: 4rem;
  }
  .visual {
    height: 40rem;
  }
  .sub-nav {
    padding: 0 2rem;
    top: 24rem;
  }
  .sub-nav .list {
    align-items: flex-start;
  }
  .sub-nav .list li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem 0.9rem;
    font-size: 1.4rem;
  }
}
.company .flex-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 8rem;
  gap: 15rem;
}
.company .flex-wrap:first-child {
  margin-top: 0;
}
.company .all-wrap .flex-wrap {
  margin-top: 4rem;
}
.company .txt-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
.company .desc {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  word-break: keep-all;
}
.company .img-wrap {
  margin-bottom: 14rem;
}
.company .tit2 {
  padding-bottom: 0;
  border-bottom: 0;
  color: var(--bk);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.company .all-wrap {
  margin-top: 10rem;
}
.company .text-box {
  padding: 4rem 2rem;
  width: 86.5rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  box-shadow: 0px 4px 12px 0px rgba(52, 76, 151, 0.5);
  background: var(--main);
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.33333;
}
.company .text-box.white {
  background: #fff;
  color: var(--main);
}
.company .arrow {
  margin-top: 4rem;
  text-align: center;
}
.company .right-wrap {
  display: flex;
  gap: 2.4rem;
}
.company .right-cont {
  display: flex;
  gap: 2.4rem;
}
.company .cont {
  display: flex;
  flex-direction: column;
  width: 25.4rem;
}
.company .cont .top {
  font-size: 1.8rem;
  color: var(--point);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.company .cont .list {
  margin: 1rem 0;
  padding-left: 2rem;
}
.company .cont .list li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.company .cont .list li span {
  color: var(--point);
}

@media all and (max-width: 85.375rem) {
  .company .flex-wrap {
    gap: 12rem;
  }
  .company .txt-box .desc {
    word-break: keep-all;
  }
  .company .txt-box .desc:first-child {
    margin-bottom: 2rem;
  }
  .company .txt-box .desc:last-child {
    margin-top: 2rem;
  }
  .company .txt-box .desc br {
    display: none;
  }
  .company .box {
    width: 24.2rem;
    height: 25rem;
  }
  .company .img-wrap {
    margin-bottom: 12rem;
  }
  .company .text-box {
    width: 100%;
    min-width: 60rem;
  }
}
@media all and (max-width: 64rem) {
  .company .flex-wrap {
    gap: 0;
    margin-top: 6rem;
  }
  .company .img-wrap {
    margin-bottom: 10rem;
  }
  .company .box {
    width: 19.2rem;
    height: 20rem;
  }
  .company .num {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .company .box-tit {
    font-size: 2rem;
    line-height: 1.3;
  }
  .company .right-wrap,
  .company .right-cont {
    justify-content: space-between;
    width: 100%;
  }
  .company .cont {
    width: auto;
  }
  .company .cont .top {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .company .flex-wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .company .img-wrap {
    margin-bottom: 8rem;
  }
  .company .all-wrap {
    margin-top: 8rem;
  }
  .company .all-wrap .flex-wrap {
    gap: 2rem;
    margin-top: 3rem;
  }
  .company .arrow {
    margin-top: 3rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .company .flex-wrap {
    flex-direction: column;
    margin-top: 4rem;
    gap: 2rem;
  }
  .company .desc {
    font-size: 1.6rem;
  }
  .company .img-wrap {
    margin-bottom: 6rem;
  }
  .company .all-wrap {
    margin-top: 6rem;
  }
  .company .all-wrap .flex-wrap {
    margin-top: 2rem;
  }
  .company .text-box {
    min-width: 0;
    padding: 3rem 2rem;
    font-size: 1.8rem;
  }
  .company .arrow {
    margin-top: 2rem;
  }
  .company .right-wrap,
  .company .right-cont {
    flex-direction: column;
    gap: 1.2rem;
  }
  .company .right-wrap {
    align-items: center;
  }
  .company .cont .top {
    text-align: left;
  }
}
.history .scroll-wrap {
  margin-top: 8rem;
}
.history .flex-wrap {
  gap: 15.1rem;
  align-items: flex-start;
  margin-top: 8rem;
}
.history .flex-wrap:first-child {
  margin-top: 0;
}
.history .article {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-bottom: 8rem;
}
.history .article:last-child {
  margin-bottom: 0;
}
.history .date {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 5.8rem;
}
.history .cont {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.history .month {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.history .list li {
  display: flex;
  gap: 0.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.history .list li span {
  display: block;
}

@media all and (max-width: 85.375rem) {
  .history .flex-wrap {
    gap: 5rem;
  }
  .history .left {
    width: 40%;
  }
}
@media all and (max-width: 64rem) {
  .history .flex-wrap {
    flex-direction: column;
  }
  .history .left {
    width: 100%;
  }
}
@media all and (max-width: 63.9375rem) {
  .history .scroll-wrap {
    margin-top: 6rem;
  }
  .history .flex-wrap {
    margin-top: 6rem;
    gap: 6rem;
  }
  .history .article {
    margin-bottom: 6rem;
  }
  .history .date {
    font-size: 4rem;
    line-height: 1.3;
  }
}
@media all and (max-width: 47.9375rem) {
  .history .scroll-wrap {
    margin-top: 4rem;
  }
  .history .flex-wrap {
    margin-top: 4rem;
    gap: 4rem;
  }
  .history .article {
    margin-bottom: 4rem;
  }
  .history .date {
    font-size: 3.2rem;
  }
  .history .cont {
    flex-direction: column;
    gap: 1rem;
  }
  .history .month {
    font-size: 1.6rem;
  }
  .history .list li {
    word-break: keep-all;
    font-size: 1.5rem;
  }
}
.quality .flex-wrap {
  align-items: flex-start;
  gap: 15.1rem;
  margin-top: 8rem;
}
.quality .right {
  width: 100%;
}
.quality .desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.quality .wrap-cont {
  width: 99.2rem;
}
.quality .top {
  display: flex;
  margin-top: 4rem;
  justify-content: center;
  text-align: center;
}
.quality .bot {
  width: 100%;
  margin-top: 4.8rem;
  display: flex;
  gap: 6.4rem;
}
.quality .bot .left,
.quality .bot .right {
  width: 25.7rem;
}
.quality .bot .right {
  text-align: right;
}
.quality .line {
  width: 100%;
  height: 0.1rem;
  margin: 4.2rem 0;
  background: #c8c8c8;
}
.quality .txt-box .type {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33333;
  color: var(--point);
}
.quality .txt-box .small-tit {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.quality .txt-box .info {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

@media all and (max-width: 85.375rem) {
  .quality .desc {
    word-break: keep-all;
  }
  .quality .desc br {
    display: none;
  }
  .quality .wrap-cont {
    width: 100%;
  }
  .quality .img {
    display: flex;
    align-items: center;
  }
  .quality .bot {
    margin-top: 4rem;
    gap: 4rem;
  }
}
@media all and (max-width: 64rem) {
  .quality .flex-wrap {
    gap: 5rem;
  }
  .quality .tit-box {
    font-size: 2rem;
  }
  .quality .line {
    margin: 3rem 0;
  }
  .quality .wrap-cont .left,
  .quality .wrap-cont .right {
    min-width: 18.6rem;
    width: 18.6rem;
  }
  .quality .txt-box .type {
    font-size: 2rem;
  }
  .quality .txt-box .small-tit {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
  .quality .txt-box .info {
    word-break: keep-all;
    white-space: wrap;
    font-size: 1.5rem;
  }
  .quality .txt-box .info br {
    display: none;
  }
}
@media all and (max-width: 63.9375rem) {
  .quality .flex-wrap {
    flex-direction: column;
    margin-top: 6rem;
  }
  .quality .desc {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .quality .flex-wrap {
    margin-top: 4rem;
  }
  .quality .top {
    padding-bottom: 2rem;
    text-align: left;
    border-bottom: 0.1rem solid #c8c8c8;
  }
  .quality .bot {
    flex-direction: column;
    margin-top: 2rem;
  }
  .quality .bot .left,
  .quality .bot .right {
    width: 100%;
    text-align: left;
  }
  .quality .line {
    margin: 2rem 0;
  }
}
.certification .flex-wrap {
  gap: 15.1rem;
  margin-top: 8rem;
}
.certification .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.certification .desc {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

@media all and (max-width: 64rem) {
  .certification .flex-wrap {
    gap: 5rem;
  }
  .certification .desc {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .certification .flex-wrap {
    margin-top: 6rem;
    gap: 6rem;
    flex-direction: column;
  }
  .certification .grid-wrap {
    gap: 2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .certification .flex-wrap {
    margin-top: 4rem;
    gap: 4rem;
  }
  .certification .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .certification .desc {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}
.direction .flex-wrap {
  gap: 15.1rem;
  margin-top: 8rem;
}
.direction .right {
  width: 100%;
}
.direction .desc-flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.direction .desc {
  display: flex;
  font-size: 1.8rem;
  line-height: 1.5;
}
.direction address {
  display: block;
}
.direction .map {
  margin-top: 4rem;
  width: 100%;
  height: 33rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  overflow: hidden;
}
.direction .map iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 64rem) {
  .direction .flex-wrap {
    gap: 5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .direction .flex-wrap {
    flex-direction: column;
    gap: 6rem;
    margin-top: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .direction .flex-wrap {
    gap: 4rem;
    margin-top: 4rem;
  }
  .direction .desc {
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .direction span {
    display: block;
    min-width: 4rem;
  }
  .direction address {
    display: flex;
  }
  .direction .map {
    margin-top: 2rem;
    height: 25rem;
  }
}
.system .sec-desc {
  margin-bottom: 2rem;
  font-family: var(--arch);
  font-size: 2.4rem;
  color: var(--gray-999);
  font-weight: 300;
  line-height: 3.2rem;
}
.system .sec-tit {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 5.8rem;
}
.system .txt {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.system .flex-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 8rem;
  gap: 15rem;
}
.system .flex-wrap.col {
  flex-direction: column;
  gap: 6rem;
}
.system .right {
  display: flex;
  width: 100%;
  gap: 2.4rem;
  padding: 0 4.8rem;
}
.system .right-b {
  position: relative;
  width: 100%;
}
.system .right-b.m-display {
  display: none;
}
.system .right-b .box {
  position: relative;
  z-index: 9999;
  overflow: visible;
  width: 28rem;
}
.system .right-b .box .c-desc {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.system .right-b .box .c-desc span {
  color: var(--point);
}
.system .right-b .box .eng {
  position: relative;
  z-index: 100;
  margin-top: 2rem;
  padding: 1rem 2rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 0.1rem solid var(--point);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--point);
}
.system .right-b .box .eng::before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.3rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  background: var(--point);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.system .right-b .box .eng::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -4rem;
  z-index: 100;
  height: 4rem;
  width: 0.1rem;
  background: var(--point);
}
.system .right-b .mid-line {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.system .right-b .top {
  position: relative;
  margin-bottom: 14rem;
  z-index: 100;
  padding-left: 5rem;
  display: flex;
  gap: 4rem;
  align-items: flex-end;
}
.system .right-b .bot {
  margin-top: 14rem;
  padding-right: 5rem;
  display: flex;
  justify-content: right;
  gap: 4rem;
  align-items: flex-start;
}
.system .right-b .bot .box {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  height: 100%;
}
.system .right-b .bot .eng {
  margin-top: 0;
  margin-bottom: 2rem;
}
.system .right-b .bot .eng::before {
  bottom: auto;
  top: -0.3rem;
}
.system .right-b .bot .eng::after {
  bottom: auto;
  top: -4.2rem;
}
.system .box {
  width: 100%;
  max-width: 48.4rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  overflow: hidden;
}
.system .tit {
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: var(--point);
}
.system .list {
  padding: 2rem;
  height: 100%;
  background: #fbfbfb;
}
.system .list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.system .list li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background: var(--point);
}
.system .cont-wrap {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
  padding: 0 4.8rem;
}
.system .cont-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.system .cont-box .desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.system .under-flex {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
.system .under-flex .list {
  padding: 0;
  background: none;
}
.system .under-flex .list li::before {
  top: 0.9rem;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.system .img-wrap {
  width: 24rem;
  height: 24rem;
}
.system .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

@media all and (max-width: 85.375rem) {
  .system .img-wrap {
    width: 22rem;
    height: 22rem;
  }
  .system .grid-wrap {
    width: 100%;
  }
  .system .right {
    flex-wrap: wrap;
    padding: 0;
  }
  .system .box {
    width: 49%;
  }
  .system .cont-wrap {
    padding: 0;
  }
  .system .right-b .box {
    width: 100%;
  }
  .system .right-b .mid-line img {
    content: url("../img/sub/sub2/arrow.png");
  }
}
@media all and (max-width: 64rem) {
  .system .sec-desc {
    font-size: 2rem;
    line-height: 1.2;
  }
  .system .sec-tit {
    font-size: 4rem;
    line-height: 1.3;
  }
  .system .flex-wrap {
    gap: 5rem;
    margin-top: 6rem;
  }
  .system .flex-wrap.col {
    gap: 6rem;
  }
  .system .right {
    gap: 1rem;
  }
  .system .tit {
    font-size: 1.6rem;
  }
  .system .list li {
    font-size: 1.4rem;
  }
  .system .img-wrap {
    width: 20rem;
    height: 20rem;
  }
  .system .right-b .top {
    padding-left: 0;
    padding-right: 2rem;
    margin-bottom: 10.5rem;
  }
  .system .right-b .bot {
    padding-right: 0;
    padding-left: 2rem;
    margin-top: 10.5rem;
  }
  .system .right-b .bot .eng {
    margin-bottom: 1rem;
  }
  .system .right-b .box .c-desc {
    word-break: keep-all;
    font-size: 1.4rem;
  }
  .system .right-b .box .c-desc br {
    display: none;
  }
  .system .right-b .box .eng {
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .system .sec-desc {
    font-size: 1.8rem;
  }
  .system .sec-tit {
    font-size: 3.6rem;
  }
  .system .flex-wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .system .flex-wrap.col {
    gap: 4rem;
  }
  .system .right {
    flex-direction: column;
    gap: 2.4rem;
  }
  .system .box {
    width: 100%;
  }
  .system .cont-wrap {
    flex-wrap: wrap;
  }
  .system .cont-box {
    width: 45%;
  }
  .system .cont-box::before {
    display: none;
  }
  .system .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .system .right-b .top {
    margin-bottom: 9.5rem;
    padding-right: 1rem;
    gap: 2rem;
  }
  .system .right-b .bot {
    margin-top: 9.5rem;
    padding-left: 1rem;
    gap: 2rem;
  }
  .system .right-b .box .eng {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .system .sec-tit {
    word-break: keep-all;
  }
  .system .txt {
    font-size: 1.6rem;
  }
  .system .sec-desc {
    font-size: 1.6rem;
  }
  .system .sec-tit {
    font-size: 2.4rem;
  }
  .system .flex-wrap {
    flex-direction: column;
    margin-top: 4rem;
    gap: 2rem;
  }
  .system .flex-wrap.col {
    gap: 2rem;
  }
  .system .list li {
    line-height: 1.3;
    font-size: 1.5rem;
  }
  .system .list li::before {
    top: 0.9rem;
  }
  .system .cont-box {
    width: 100%;
  }
  .system .grid-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
  .system .img-box {
    padding: 1.6rem;
    font-size: 1.6rem;
  }
  .system .right-b {
    display: none;
  }
  .system .right-b.m-display {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .system .right-b.m-display .box {
    display: flex;
    flex-direction: column-reverse;
  }
  .system .right-b.m-display .box .eng {
    margin-bottom: 2rem;
    margin-top: 0;
  }
  .system .right-b.m-display .box .eng::before, .system .right-b.m-display .box .eng::after {
    display: none;
  }
  .system .right-b.m-display .top,
  .system .right-b.m-display .bot {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
    margin: 0;
  }
  .system .right-b.m-display .bot {
    margin-top: 2rem;
  }
  .system .right-b.m-display .bot .box {
    flex-direction: column;
  }
  .system .right-b.m-display .mid-line {
    display: none;
  }
}
.manu .right {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.manu .cont-wrap {
  justify-content: center;
  padding-right: 0;
  gap: 6.4rem;
}
.manu .cont-box::before {
  content: "";
  width: 4rem;
  height: 1px;
  background: var(--point);
  position: absolute;
  top: 50%;
  right: -5.2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.manu .cont-box:last-of-type::before {
  display: none;
}
.manu .cont-ibox {
  position: relative;
  width: 30rem;
  height: 29.2rem;
  background: url("../img/sub/sub2/Subtract.png") no-repeat;
  background-size: cover;
}
.manu .num {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  padding: 0.4rem 1rem;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
  background: var(--point);
  color: #fff;
  font-family: var(--arch);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.manu .img-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 24rem;
  height: 24rem;
}

@media all and (max-width: 85.375rem) {
  .manu .cont-ibox {
    width: 25rem;
    height: 24.2rem;
  }
  .manu .img-wrap {
    width: 19rem;
    height: 19rem;
  }
}
@media all and (max-width: 64rem) {
  .manu .cont-ibox {
    width: 20rem;
    height: 19.2rem;
  }
  .manu .num {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 0.6rem;
  }
  .manu .cont-box::before {
    width: 2rem;
    right: -3rem;
  }
  .manu .img-wrap {
    width: 15rem;
    height: 15rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .manu .cont-box {
    width: 45%;
  }
  .manu .cont-box::before {
    display: none;
  }
  .manu .cont-ibox {
    width: 25rem;
    height: 24.2rem;
  }
  .manu .img-wrap {
    width: 19rem;
    height: 19rem;
  }
}
/*CONSTRUCTION*/
.const .flex-wrap {
  display: flex;
  gap: 2.4rem;
  padding-top: 8rem;
  align-items: center;
}
.const .flex-wrap.reverse {
  flex-direction: row-reverse;
}
.const .flex-wrap.reverse .txt-wrap {
  justify-content: left;
  padding-right: 0;
  padding-left: 6rem;
}
.const .txt-wrap {
  display: flex;
  justify-content: right;
  padding-right: 6rem;
  width: 50%;
}
.const .inner-txt {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.const .top {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.const .line {
  width: 2rem;
  height: 0.2rem;
  background: var(--point);
}
.const .desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

@media all and (max-width: 85.375rem) {
  .const .flex-wrap {
    justify-content: space-between;
    padding-top: 6rem;
  }
  .const .flex-wrap.reverse .txt-wrap {
    padding-left: 0;
  }
  .const .txt-wrap {
    padding-right: 0;
  }
  .const .img-wrap {
    width: 45%;
  }
  .const .desc {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 64rem) {
  .const .desc {
    word-break: keep-all;
  }
  .const .desc br {
    display: none;
  }
}
@media all and (max-width: 63.9375rem) {
  .const .top {
    font-size: 1.6rem;
  }
  .const .desc {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .const .flex-wrap {
    padding-top: 4rem;
    flex-direction: column;
  }
  .const .flex-wrap.reverse {
    flex-direction: column;
  }
  .const .txt-wrap {
    width: 100%;
  }
  .const .img-wrap {
    width: 100%;
  }
  .const .top {
    font-size: 1.6rem;
  }
  .const .desc {
    font-size: 1.5rem;
  }
}
.site .img-flex-wrap {
  display: flex;
  padding-top: 8rem;
  gap: 2.4rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media all and (max-width: 85.375rem) {
  .site .img-flex-wrap {
    padding-top: 6rem;
  }
  .site .fimg-wrap {
    width: calc(33.3333333333% - 1.6rem);
  }
}
@media all and (max-width: 63.9375rem) {
  .site .img-flex-wrap {
    gap: 1.6rem;
  }
  .site .fimg-wrap {
    width: calc(33.3333333333% - 1.1rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .site .img-flex-wrap {
    padding-top: 4rem;
    gap: 1.6rem;
    justify-content: left;
  }
  .site .fimg-wrap {
    width: calc(50% - 0.8rem);
  }
}
.dcs .flex-wrap {
  margin-top: 8rem;
  gap: 15.1rem;
}
.dcs .flex-wrap:first-of-type {
  gap: 2.4rem;
}
.dcs .flex-wrap:first-of-type .mini-tit {
  min-width: 35.7rem;
}
.dcs .flex-wrap .table-wrap {
  width: 100%;
  border-top: 0.2rem solid var(--bk);
}
.dcs .flex-wrap .table {
  width: 100%;
}
.dcs .flex-wrap .table table {
  width: 100%;
}
.dcs .flex-wrap .long-wid {
  width: 40.303843%;
}
.dcs .flex-wrap th,
.dcs .flex-wrap td {
  padding: 2rem 0;
  border-right: 0.1rem solid #c8c8c8;
  border-bottom: 0.1rem solid #c8c8c8;
  text-align: center;
  vertical-align: middle;
}
.dcs .flex-wrap th:nth-of-type(5),
.dcs .flex-wrap td:nth-of-type(5) {
  border-right: none;
}
.dcs .flex-wrap th {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  background: #FBFBFB;
}
.dcs .flex-wrap td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.dcs .flex-wrap td:nth-child(2) {
  padding: 2rem;
  text-align: left;
  font-weight: 600;
}
.dcs .right .desc {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.dcs .under-wrap {
  margin-top: 4rem;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  align-items: center;
}
.dcs .top-tit {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.33333;
  font-weight: 700;
}
.dcs .list li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dcs .list li .point {
  display: block;
  width: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--point);
  text-align: center;
  border-bottom: 0.1rem solid var(--point);
}
.dcs .list li .word {
  display: block;
  width: 13.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.dcs .list li .info {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.dcs .inner-flex {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.dcs .inner-flex .img {
  min-width: 48.4rem;
  width: 48.4rem;
}
.dcs .inner-flex {
  margin-bottom: 8rem;
}
.dcs .inner-flex:last-of-type {
  margin-bottom: 0;
}
.dcs .inner-right {
  padding-left: 6rem;
}
.dcs .inner-right .desc {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}
.dcs .top-txt {
  display: flex;
  gap: 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}
.dcs .top-txt span {
  display: block;
  width: 1.6rem;
  color: var(--point);
  text-align: center;
  border-bottom: 0.1rem solid var(--point);
}
.dcs .imp {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.dcs .dot-list {
  margin-top: 1rem;
}
.dcs .dot-list li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.dcs .dot-list li span {
  color: var(--point);
}
.dcs .list-flex {
  display: flex;
  gap: 2rem;
}

@media all and (max-width: 85.375rem) {
  .dcs .list li .point {
    font-size: 1.6rem;
  }
  .dcs .list li .word {
    width: 11.6rem;
    font-size: 1.6rem;
  }
  .dcs .img {
    width: 50%;
  }
  .dcs .inner-flex {
    align-items: flex-start;
    gap: 4rem;
  }
  .dcs .inner-flex .img {
    width: 40%;
    min-width: 40%;
  }
  .dcs .inner-right {
    padding-left: 0;
  }
  .dcs .dot-list li {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 64rem) {
  .dcs .flex-wrap {
    gap: 4rem;
    flex-direction: column;
  }
  .dcs .flex-wrap:first-of-type {
    gap: 4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .dcs .flex-wrap {
    margin-top: 6rem;
  }
  .dcs .flex-wrap .right .desc {
    word-break: keep-all;
    font-size: 1.8rem;
  }
  .dcs .flex-wrap .right .desc br {
    display: none;
  }
  .dcs .flex-wrap th {
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
  .dcs .flex-wrap td {
    font-size: 1.4rem;
  }
  .dcs .flex-wrap td:nth-child(2) {
    padding: 1.5rem 1rem;
  }
  .dcs .flex-wrap .long-wid {
    width: 35.303843%;
  }
  .dcs .img {
    width: 47%;
  }
  .dcs .inner-flex {
    margin-bottom: 6rem;
  }
  .dcs .inner-flex .img {
    width: 28%;
    min-width: 28%;
  }
}
@media all and (max-width: 47.9375rem) {
  .dcs .table-wrap {
    overflow-x: auto;
  }
  .dcs .table-wrap .table {
    min-width: 68.8rem;
  }
  .dcs .under-wrap {
    flex-direction: column;
  }
  .dcs .top-tit {
    margin-bottom: 1rem;
  }
  .dcs .list li .point {
    font-size: 1.5rem;
  }
  .dcs .list li .word {
    font-size: 1.5rem;
  }
  .dcs .list li .info {
    font-size: 1.5rem;
  }
  .dcs .img {
    width: 100%;
  }
  .dcs .flex-wrap:first-of-type .mini-tit {
    width: 100%;
    min-width: 0;
  }
  .dcs .flex-wrap .right .desc {
    font-size: 1.6rem;
  }
  .dcs .inner-flex {
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .dcs .inner-flex .img {
    width: 100%;
    min-width: 0;
  }
  .dcs .list-flex {
    flex-direction: column;
    gap: 0;
  }
}
.aventics .flex-wrap {
  gap: 12.7rem;
  justify-content: space-between;
  margin-top: 8rem;
}
.aventics .left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.aventics .desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.aventics .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 8rem;
}
.aventics .cont-box {
  position: relative;
}
.aventics .cont-box .desc {
  position: absolute;
  left: 2.8rem;
  bottom: 2.4rem;
  margin-right: 2.8rem;
  padding: 0.8rem 0.8rem 0.4rem 0.8rem;
  border-bottom: 1px solid var(--gray-999, #999);
  color: var(--gray-999, #999);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

@media all and (max-width: 85.375rem) {
  .aventics .flex-wrap {
    gap: 0;
  }
  .aventics .desc {
    font-size: 1.7rem;
  }
  .aventics .right {
    width: 40%;
  }
  .aventics .grid-wrap {
    gap: 2.2rem;
  }
}
@media all and (max-width: 64rem) {
  .aventics .flex-wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .aventics .right {
    width: 100%;
  }
  .aventics .right img {
    width: 100%;
  }
  .aventics .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 63.9375rem) {
  .aventics .flex-wrap {
    margin-top: 6rem;
  }
  .aventics .grid-wrap {
    margin-top: 6rem;
  }
  .aventics .cont-box .desc {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .aventics .flex-wrap {
    margin-top: 4rem;
  }
  .aventics .br {
    display: inline;
  }
  .aventics .desc {
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .aventics .grid-wrap {
    margin-top: 4rem;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .aventics .grid-wrap .desc {
    left: 1.8rem;
    margin-right: 1.8rem;
  }
}
.tubing .under-flex {
  display: flex;
  gap: 2.4rem;
  padding-top: 8rem;
}
.tubing .box {
  display: flex;
  gap: 4rem;
  width: 50%;
}
.tubing .r-txt {
  padding-top: 7.75rem;
}
.tubing .top {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.tubing .mid {
  margin-bottom: 0.5rem;
  color: var(--gray-999);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.tubing .list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.tubing .list li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  top: 0.9rem;
  left: 0.2rem;
  background: var(--point);
}

.package .under-flex {
  display: flex;
  gap: 4.8rem 2.4rem;
  padding-top: 0;
  flex-wrap: wrap;
}
.package .box {
  display: flex;
  gap: 4rem;
  width: calc(50% - 2.4rem);
  align-items: center;
}
.package .r-txt {
  padding-top: 0;
}
.package .top {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.package .mid {
  margin-bottom: 0.5rem;
  color: var(--gray-999);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.package .list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.package .list li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  top: 0.9rem;
  left: 0.2rem;
  background: var(--point);
}

@media all and (max-width: 85.375rem) {
  .tubing .under-flex {
    padding-top: 6rem;
  }
  .tubing .l-img {
    width: 60%;
  }
  .tubing .r-txt {
    padding-top: 3.75rem;
  }
}
@media all and (max-width: 64rem) {
  .tubing .top {
    margin-bottom: 1rem;
  }
  .tubing .mid {
    font-size: 1.6rem;
  }
  .tubing .box {
    gap: 2rem;
  }
  .tubing .r-txt {
    padding-top: 0.85rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .tubing .box {
    flex-direction: column;
  }
  .tubing .l-img {
    width: 100%;
  }
  .tubing .r-txt {
    padding-top: 0;
  }
}
@media all and (max-width: 47.9375rem) {
  .tubing .under-flex {
    padding-top: 4rem;
    gap: 4rem;
    flex-direction: column;
  }
  .tubing .box {
    width: 100%;
  }
}
.recruitment .flex-wrap {
  justify-content: space-between;
  align-items: flex-end;
}
.recruitment .input-wrap {
  display: flex;
  gap: 1rem;
}
.recruitment select,
.recruitment input,
.recruitment .btn {
  padding: 1rem 1.6rem;
  height: 4.4rem;
  border-radius: 0.5rem;
  border: 1px solid var(--gray-c8, #C8C8C8);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.recruitment select {
  padding-right: 3.8rem;
  background: url("../img/sub/sub4/arrow.png") no-repeat 85% 50%/10px auto;
}
.recruitment input {
  width: 26rem;
}
.recruitment .btn {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.recruitment .table-wrap {
  margin-top: 8rem;
  width: 100%;
}
.recruitment .search-wrap {
  display: flex;
  gap: 1rem;
}
.recruitment .table {
  width: 100%;
}
.recruitment table {
  width: 100%;
  border-bottom: 1px solid var(--gray-c8, #C8C8C8);
}
.recruitment .wid-15 {
  width: 15%;
}
.recruitment th,
.recruitment td {
  padding: 2rem 0;
  vertical-align: middle;
}
.recruitment th {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--main);
  border-top: 2px solid var(--main, #344C97);
}
.recruitment td {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  border-top: 1px solid var(--gray-c8, #C8C8C8);
  height: 6.8rem;
  margin-top: -0.1rem;
}
.recruitment td:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.recruitment td:nth-child(2) .img-wrap {
  display: flex;
  align-items: center;
}
.recruitment td:nth-child(2) .img-wrap img {
  width: 100%;
  height: 100%;
}
.recruitment .title {
  text-align: left;
  font-weight: 600;
}
.recruitment .title:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
}
.pagination .p-btn {
  width: 0.8rem;
  height: 1.2rem;
  opacity: 0.3;
}
.pagination .p-btn img {
  width: 100%;
  height: 100%;
}
.pagination .p-btn:hover {
  opacity: 1;
}
.pagination ul {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.pagination ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--gray-999);
}
.pagination ul li.active {
  color: var(--point);
  font-weight: 700;
}
.pagination ul li:hover {
  font-weight: 700;
}
.pagination ul li a {
  display: block;
}
.pagination ul li a span {
  display: block;
}
.pagination ul li::before {
  content: "";
  width: 0.1rem;
  height: 1.2rem;
  background: var(--gray-999);
  position: absolute;
  right: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.pagination ul li:last-child::before {
  display: none;
}

@media all and (max-width: 63.9375rem) {
  .recruitment .flex-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
  .recruitment .table-wrap {
    margin-top: 6rem;
  }
  .recruitment th,
  .recruitment td {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .recruitment .input-wrap {
    flex-direction: column;
  }
  .recruitment .table-wrap {
    margin-top: 4rem;
  }
  .recruitment input {
    width: 100%;
  }
  .recruitment .btn {
    min-width: 9rem;
  }
  .recruitment .wid-15 {
    width: 20%;
  }
  .recruitment th,
  .recruitment td {
    font-size: 1.4rem;
  }
  .recruitment td {
    margin-top: 0;
  }
  .recruitment td:nth-child(2) {
    display: flex;
    gap: 1rem;
    text-align: left;
  }
  .recruitment td .title {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .recruitment td .img-wrap {
    min-width: 1.6rem;
    height: 1.7rem;
  }
}
.recruitment-view .cont-wrap {
  margin-top: 8rem;
}
.recruitment-view .cont-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid var(--main, #344C97);
}
.recruitment-view .title {
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.recruitment-view .date {
  width: 22.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.recruitment-view .file-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  background: #fbfbfb;
}
.recruitment-view .file-wrap a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}
.recruitment-view .cont {
  padding: 4rem 2rem;
  border-top: 1px solid var(--gray-c8, #C8C8C8);
  border-bottom: 1px solid var(--gray-c8, #C8C8C8);
}
.recruitment-view .desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.recruitment-view .img-wrap {
  width: 100%;
  margin-top: 2rem;
}
.recruitment-view .btn {
  display: inline-block;
  margin-top: 8rem;
  padding: 1rem 1.6rem;
  border-radius: 0.5rem;
  background: var(--gray-999, #999);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media all and (max-width: 63.9375rem) {
  .recruitment-view .cont-wrap {
    margin-top: 6rem;
  }
  .recruitment-view .date {
    width: auto;
    padding: 2rem;
  }
  .recruitment-view .btn {
    margin-top: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .recruitment-view .cont-wrap {
    margin-top: 4rem;
  }
  .recruitment-view .cont-tit {
    flex-direction: column;
    align-items: flex-start;
  }
  .recruitment-view .title {
    padding: 1.2rem;
    padding-bottom: 0;
  }
  .recruitment-view .date {
    font-size: 1.6rem;
    padding: 1.2rem;
    padding-top: 0.8rem;
  }
  .recruitment-view .file-wrap {
    padding: 1rem 1.2rem;
  }
  .recruitment-view .file-wrap a {
    font-size: 1.5rem;
  }
  .recruitment-view .cont {
    padding: 2rem 1.2rem;
  }
  .recruitment-view .desc {
    font-size: 1.6rem;
  }
  .recruitment-view .img-wrap {
    margin-top: 1rem;
  }
  .recruitment-view .btn {
    margin-top: 4rem;
    padding: 1rem 1.2rem;
    font-size: 1.4rem;
  }
}
.tech .flex-wrap {
  margin-top: 8rem;
  gap: 15.1rem;
}
.tech .right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tech .right-tit {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.tech .policy-wrap {
  width: 100%;
  height: 37.9rem;
  padding: 2rem;
  overflow-y: scroll;
  border-radius: 0.5rem;
  border: 1px solid var(--gray-c8, #C8C8C8);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.tech .desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.tech .agree-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.tech .agree-wrap span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.tech .agree-wrap input {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #C8C8C8;
  background: #fff;
}
.tech .agree-wrap input:checked {
  background: url("../img/sub/sub5/check-box.png") no-repeat center;
  background-size: cover;
  border: none;
}
.tech .input-all {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
.tech .input-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.tech .input-wrap label {
  min-width: 6.3rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
.tech .input-wrap input {
  width: 47.5rem;
  padding: 1rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.5rem;
  border: 1px solid var(--gray-c8, #C8C8C8);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.tech .right {
  width: 100%;
}
.tech textarea {
  width: 100%;
  height: 18rem;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--gray-c8, #C8C8C8);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  resize: none;
}
.tech .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
.tech .btn {
  padding: 1rem 1.6rem;
  background: var(--point);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  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;
}

@media all and (max-width: 85.375rem) {
  .tech .input-all {
    width: 100%;
  }
  .tech .input-wrap input {
    width: 100%;
  }
}
@media all and (max-width: 64rem) {
  .tech .flex-wrap {
    gap: 5rem;
  }
  .tech .input-wrap label {
    min-width: 5.6rem;
    font-size: 1.6rem;
  }
  .tech .input-wrap input {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .tech .flex-wrap {
    gap: 6rem;
    flex-direction: column;
    margin-top: 6rem;
  }
  .tech .right-tit {
    font-size: 1.6rem;
  }
  .tech .right {
    gap: 1rem;
  }
  .tech .agree-wrap span {
    font-size: 1.6rem;
  }
  .tech .agree-wrap input {
    width: 1.6rem;
    height: 1.6rem;
  }
  .tech .input-wrap label {
    min-width: 5.6rem;
    font-size: 1.6rem;
  }
  .tech .input-wrap input {
    font-size: 1.6rem;
  }
  .tech .btn-wrap {
    margin-top: 6rem;
  }
  .pagination {
    margin-top: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .tech .flex-wrap {
    gap: 4rem;
    margin-top: 4rem;
  }
  .tech .input-all {
    grid-template-columns: repeat(1, 1fr);
  }
  .tech .input-wrap label {
    min-width: 5.6rem;
    font-size: 1.6rem;
  }
  .tech .input-wrap input {
    font-size: 1.6rem;
  }
  .tech .btn-wrap {
    margin-top: 4rem;
  }
  .pagination {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=style.css.map */