@charset "UTF-8";
/*스크롤 이벤트*/
.sm-tit,
.vis-tit,
.vis-desc,
.sec-tit,
.img-list,
.top-card,
.page-tit,
.nav-wrap,
.article,
.machine-list,
.row-card,
.sub-nav-wrap {
  opacity: 0;
}

.float-txt-card p {
  opacity: 0;
}

.sec-txt-wrap p {
  opacity: 0;
}

/*
비주얼 */
.visual {
  position: relative;
  width: 100%;
  height: 55rem;
  color: #FFFFFF;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.visual .vis-txt-wrap {
  padding-top: 24rem;
  word-break: keep-all;
}
.visual .sm-tit {
  margin-bottom: 1.2rem;
  font-size: var(--fs-sm);
  line-height: 157.143%;
  color: rgba(255, 255, 255, 0.8);
}
.visual .vis-tit {
  margin-bottom: 2.4rem;
  font-size: var(--fs-vtit);
  font-weight: 700;
  line-height: 1.25;
}
.visual .vis-desc {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  line-height: 1.5;
}
.visual.automation {
  background-image: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/visual.jpg");
}
.visual.parts {
  background-image: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/parts/visual.jpg");
}
.visual.machine {
  background-image: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/machine/visual.jpg");
}
.visual.robotics {
  background-image: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/robotics/visual.jpg");
}
.visual.company {
  background-image: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/company/visual.jpg");
}

.section {
  margin: 10rem 0;
}

.article {
  margin: 10rem 0;
}
.article.sub-3dep {
  margin-top: 0;
  padding-top: 10rem;
}

.inner {
  padding: 0 4rem;
  width: 100%;
  max-width: 152rem;
}

@media all and (max-width: 63.9375rem) {
  .visual {
    height: 40rem;
  }
  .visual .vis-txt-wrap {
    padding-top: 17rem;
  }
  .section {
    margin: 8rem 0;
  }
  .inner {
    padding: 0 2rem;
  }
  .article {
    margin: 7rem 0;
  }
  .article.sub-3dep {
    padding-top: 7rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .article {
    margin: 5em 0;
  }
  .article.sub-3dep {
    padding-top: 5em;
  }
}
/*
서브네비 2뎁 */
.sub-nav-wrap {
  margin: 5rem 0;
}

.sub-2dep {
  display: flex;
  justify-content: center;
  gap: 0 1.2rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.sub-2dep li {
  position: relative;
}
.sub-2dep li a {
  z-index: 1;
  position: relative;
  display: block;
  width: 13.8rem;
  height: 5.6rem;
  text-align: center;
  line-height: 5.4rem;
  border: 1px solid #9AA0AD;
  border-radius: 5.6rem;
  -webkit-border-radius: 5.6rem;
  -moz-border-radius: 5.6rem;
  -ms-border-radius: 5.6rem;
  -o-border-radius: 5.6rem;
}
.sub-2dep li a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}
.sub-2dep li:hover, .sub-2dep li.active {
  font-weight: 700;
  color: #233DC0;
}
.sub-2dep li:hover a, .sub-2dep li.active a {
  border: none;
}
.sub-2dep li:hover a::after, .sub-2dep li.active a::after {
  border: 2px solid #233DC0;
}

@media all and (max-width: 47.9375rem) {
  .sub-2dep li a {
    padding: 0 2rem;
    width: -moz-fit-content;
    width: fit-content;
    height: 3.2rem;
    line-height: 3rem;
  }
}
/*
 페이지 공통 top*/
.top-card {
  display: grid;
  grid-template-columns: minmax(46.578%, 70.8rem) minmax(48.157%, 73.2rem);
}
.top-card .card-desc {
  line-height: 1.5;
}
.top-card .card-desc p:first-child {
  margin-bottom: 0.8rem;
}
.top-card .card-desc P:only-child {
  margin-bottom: 0;
}

@media all and (max-width: 64rem) {
  .top-card .card-desc {
    word-break: keep-all;
  }
  .top-card .figure {
    padding: 1rem;
  }
  .top-card .figure img {
    height: auto;
  }
}
@media all and (max-width: 47.9375rem) {
  .top-card {
    display: block;
  }
  .top-card .card-body {
    margin-bottom: 2rem;
  }
}
.sec-tit {
  margin-bottom: 3.6rem;
  font-size: var(--fs-tit);
  font-weight: 700;
  line-height: 1.25;
}

.card-body .card-tit {
  margin-bottom: 3.6rem;
  font-size: var(--fs-tit);
  font-weight: 700;
  line-height: 1.25;
}
.card-body dl {
  display: flex;
  justify-content: flex-start;
  gap: 0 1.2rem;
  font-size: var(--fs-sm);
}
.card-body dl dt {
  width: 6rem;
  min-width: 6rem;
  font-weight: 500;
  white-space: nowrap;
}

/* dot-list*/
.dot-list > * {
  position: relative;
  padding-left: 0.8rem;
}
.dot-list > *::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "·";
}

.sub-3dep .page-tit {
  margin-bottom: 6rem;
  font-size: var(--fs-tit);
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}
.sub-3dep .nav-wrap {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(20%, 28.8rem));
  border: 1px solid #DFDFDF;
}
.sub-3dep .nav-wrap.col-3 {
  grid-template-columns: repeat(3, minmax(33.3%, 48rem));
}
.sub-3dep .nav-wrap.col-3 .figure img {
  margin: 0 auto;
  display: block;
  width: auto;
}
.sub-3dep .nav-wrap.col-2 {
  grid-template-columns: repeat(2, minmax(50%, 72rem));
}
.sub-3dep .nav-wrap.col-2 .figure img {
  margin: 0 auto;
  display: block;
  width: auto;
}
.sub-3dep .nav-wrap.col-2 .card-body {
  max-width: 44rem;
  margin: 0 auto;
}
.sub-3dep .nav-wrap.col-2 .img-flex {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.sub-3dep .nav-wrap.col-2 .img-flex::before {
  display: none;
}
.sub-3dep .nav-wrap.col-2 .card-img {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
}
.sub-3dep .nav-card:not(:last-child) {
  border-right: 1px solid #DFDFDF;
}
.sub-3dep .nav-card .card-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3.6rem;
  position: relative;
  padding: 3.6rem 1.2rem 2.4rem;
  border-bottom: 1px solid #DFDFDF;
}
.sub-3dep .nav-card .card-header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 72.6%;
  content: "";
  background-color: transparent;
  transition: all 0.5s 0.1s;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -ms-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
}
.sub-3dep .nav-card .card-header > * {
  z-index: 1;
  position: relative;
}
.sub-3dep .nav-card .card-header .card-tit {
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
.sub-3dep .nav-card .card-body {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.8rem 0;
  padding: 2.4rem 1.2rem;
  line-height: 157.143%;
}
.sub-3dep .nav-card .card-body .dot-list > *::before {
  font-weight: 700;
}
.sub-3dep .nav-card .card-body ul.dot-list > *::before {
  font-weight: 400;
}
.sub-3dep .nav-card:hover .card-header .card-tit, .sub-3dep .nav-card.active .card-header .card-tit {
  font-weight: 700;
  color: #233DC0;
}
.sub-3dep .nav-card:hover .card-header::after, .sub-3dep .nav-card.active .card-header::after {
  background-color: #F6F9FB;
  transition: all 0.5s 0.1s;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -ms-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
}

@media all and (max-width: 85.375rem) {
  .sub-3dep .nav-wrap:not(.col-3) {
    grid-template-columns: repeat(2, minmax(50%, 1fr));
    border: 0 none;
  }
  .sub-3dep .nav-wrap:not(.col-3) .nav-card {
    border: 1px solid #DFDFDF;
  }
  .sub-3dep .nav-wrap:not(.col-3) .nav-card:not(:last-child, :nth-last-of-type(2)) {
    border-bottom: 0 none;
  }
  .sub-3dep .nav-wrap:not(.col-3) .nav-card:nth-of-type(even) {
    border-left: 0 none;
  }
  .sub-3dep .nav-wrap:not(.col-3) .nav-card a {
    display: grid;
    grid-template-columns: minmax(30%, 1fr) minmax(70%, 1fr);
  }
  .sub-3dep .nav-wrap:not(.col-3) .nav-card .card-header {
    border-bottom: 0 none;
  }
}
@media all and (max-width: 63.9375rem) {
  .sub-3dep .nav-wrap:not(.col-3) {
    grid-template-columns: 1fr;
  }
  .sub-3dep .nav-wrap:not(.col-3) .nav-card:last-child {
    border-top: 0 none;
  }
  .sub-3dep .nav-wrap:not(.col-3) .nav-card:nth-of-type(even) {
    border-left: 1px solid #DFDFDF;
  }
  .sub-3dep .nav-wrap:not(.col-3) .nav-card .card-header {
    border-bottom: 0 none;
  }
  .sub-3dep .nav-wrap:not(.col-3) .nav-card .card-header .figure {
    margin: 0 auto;
    max-width: 20rem;
  }
  .sub-3dep .nav-wrap.col-3 {
    grid-template-columns: 1fr;
  }
  .sub-3dep .nav-wrap.col-3 .nav-card:not(:last-child) {
    border-bottom: 1px solid #DFDFDF;
  }
  .sub-3dep .nav-wrap.col-3 .nav-card {
    border-width: 1px 0;
  }
}
@media all and (max-width: 47.9375rem) {
  .sub-3dep .page-tit {
    margin-bottom: 4rem;
  }
  .sub-3dep .nav-card:last-child {
    border-top: 0 none;
  }
  .sub-3dep .nav-card:nth-of-type(even) {
    border-left: 1px solid #DFDFDF;
  }
  .sub-3dep .nav-card a {
    display: block;
  }
  .sub-3dep .nav-card .card-header {
    gap: 2rem;
  }
  .sub-3dep .nav-card .card-header .figure {
    margin: 0 auto;
    width: 70%;
  }
  .sub-3dep .nav-card .card-body {
    gap: 0.4rem 0;
  }
  .sub-3dep .nav-card .card-body dl {
    flex-direction: column;
  }
}
.page-pro-wrap {
  background: linear-gradient(90deg, #F6F9FB 0%, #FFF 50%);
}

.pro-card {
  display: grid;
  grid-template-columns: minmax(38.55%, 58.6rem) minmax(56.18%, 85.4rem);
}
.pro-card .figure {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem;
}
.pro-card .figure img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-card .card-body {
  padding: 6rem 4rem;
  width: 100%;
  height: 100%;
  background-color: #F6F9FB;
}
.pro-card .card-tit {
  margin-bottom: 3.6rem;
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 133.333%;
}
.pro-card .card-desc {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2.4rem;
  line-height: 1.5;
}
.pro-card.pro-card2 {
  display: block;
}

.table-card {
  grid-template-columns: minmax(32.23%, 46.4rem) minmax(67.78%, 97.6rem);
}
.table-card .table-wrap table {
  min-width: 90rem;
}
.table-card .table-wrap .col-md {
  width: 16%;
}
.table-card .table-wrap .col-mm {
  width: 14.75%;
}
.table-card .table-wrap .col-ss {
  width: 6.25%;
}
.table-card .table-wrap th {
  text-align: center;
}

@media all and (max-width: 63.9375rem) {
  .pro-card {
    display: block;
  }
  .pro-card .figure {
    margin: 0 auto;
    padding: 4rem 6rem;
    max-width: 30rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .pro-card {
    display: block;
  }
  .pro-card .card-body {
    padding: 3rem 0;
  }
  .pro-card .card-desc dl {
    flex-direction: column;
    gap: 1rem 0;
  }
}
.full-img {
  position: relative;
  overflow-x: auto;
  width: 100%;
  font-size: 0;
}
.full-img .figure {
  position: relative;
  min-width: 90rem;
  background-color: #F6F6F6;
}
.full-img .figcap {
  position: absolute;
  left: 50%;
  top: 6rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--fs-stit);
  font-weight: 700;
  text-align: center;
  line-height: 133.333%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.diagram {
  margin: 10rem 0;
  padding: 6rem 8%;
  background-color: #F6F6F6;
}
.diagram .figure {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.diagram .figure img {
  margin-bottom: 4rem;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.diagram .figure .figcap {
  margin: auto auto 0;
  font-size: var(--fs-com);
  font-weight: 500;
}
.diagram.dia2 {
  padding: 6rem 30%;
}

@media all and (max-width: 64rem) {
  .diagram.dia2 {
    padding: 6rem 20%;
  }
}
@media all and (max-width: 47.9375rem) {
  .diagram.dia2 {
    padding: 6rem 10%;
  }
}
/*
테이블 */
.table {
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
  border: 1px solid #C9E3EE;
}
.table.normal > table {
  min-width: 124rem;
}
.table > table {
  width: 100%;
  min-width: 100rem;
}
.table > table th {
  padding: 1rem;
  vertical-align: middle;
}
.table td {
  padding: 0.4rem;
  vertical-align: middle;
}
.table .t-bg {
  background-color: #F6F9FB;
}
.table tr {
  border-bottom: 1px solid #C9E3EE;
}
.table thead tr {
  background-color: #F6F9FB;
}
.table thead tr th {
  font-weight: 600;
}
.table tbody {
  font-size: var(-fs-sm);
}
.table tbody tr:last-child {
  border-bottom: 0 none;
}
.table tbody th,
.table tbody td {
  border-right: 1px solid #C9E3EE;
}
.table tbody th {
  text-align: left;
}
.table tbody td {
  font-weight: 300;
  text-align: center;
}
.table tbody td:last-child {
  border-right: 0 none;
}

.t-type-1 .col-lg {
  width: 15%;
}
.t-type-1 .col-md {
  width: 10%;
}
.t-type-1 .col-sm {
  width: 8.75%;
}
.t-type-1 .col-ss {
  width: 3.75%;
}
.t-type-1 .col-2ss {
  width: 8.125%;
}
.t-type-1 .col-mm {
  width: 17%;
}
.t-type-1 .col-last {
  width: 6.944444%;
}
.t-type-1 .col-ms {
  width: 11.25%;
}
.t-type-1 .bg-g th,
.t-type-1 .bg-g td {
  background: #9AA0AD;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.t-type-1 .table-img {
  padding: 1.6rem 0;
}
.t-type-1 thead th {
  position: relative;
  height: 11rem;
}
.t-type-1 thead th::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 100%;
  content: "";
  background-color: #C9E3EE;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.t-type-1 thead th:last-child::after {
  display: none;
}
.t-type-1 tbody th,
.t-type-1 tbody td {
  height: 4.6rem;
  font-size: var(--fs-sm);
}
.t-type-1 tbody th {
  font-weight: 500;
  background-color: #F6F9FB;
}
.t-type-1 .center {
  text-align: center;
}
.t-type-1.normal thead th {
  height: 6.4rem;
}

.t-type-2 .col-md {
  width: 16.66%;
}
.t-type-2 .col-sm {
  width: 13.89%;
}
.t-type-2 thead th {
  height: 6.4rem;
  border-right: 1px solid #C9E3EE;
}
.t-type-2 thead th:last-child {
  border-right: 0 none;
}
.t-type-2 tbody td {
  height: 4.6rem;
}

@media all and (max-width: 85.375rem) {
  .table > table th {
    padding: 0.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .t-type-1 {
    border: 1px solid #C9E3EE;
  }
  .t-type-1 table {
    min-width: 100rem;
  }
  .t-type-1 .col-lg {
    width: 15%;
  }
  .t-type-1 .col-md {
    width: 10%;
  }
  .t-type-1 .col-sm {
    width: 6.75%;
  }
  .t-type-1 .col-ss {
    width: 4.75%;
  }
}
/*
자동화 분야 */
.factory .sec-1 {
  position: relative;
  margin-bottom: 0;
  padding-top: 16.7rem;
}
.factory .full-img {
  height: 50rem;
}

.float-txt-card {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 6rem;
  line-height: 1.5;
  background-color: #F6F9FB;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.float-txt-card p {
  margin-bottom: 0.8rem;
}
.float-txt-card p:last-child {
  margin-bottom: 0;
  font-weight: 600;
}

.sec-txt-wrap {
  margin-bottom: 6rem;
}
.sec-txt-wrap p {
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
.sec-txt-wrap p:last-child {
  margin-bottom: 0;
  font-weight: 600;
}

.img-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4.8rem 2.5rem;
  position: relative;
  padding: 2.4rem 0;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}
.img-list::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #DFDFDF;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.img-list li {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem;
  width: 100%;
  height: 17.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
}
.img-list li:nth-of-type(1) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/fatory/img-1.jpg") center/cover no-repeat;
}
.img-list li:nth-of-type(2) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/fatory/img-2.jpg") center/cover no-repeat;
}
.img-list li:nth-of-type(3) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/fatory/img-3.jpg") center/cover no-repeat;
}
.img-list li:nth-of-type(4) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/fatory/img-4.jpg") center/cover no-repeat;
}
.img-list li:nth-of-type(5) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/fatory/img-5.jpg") center/cover no-repeat;
}
.img-list li:nth-of-type(6) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/fatory/img-6.jpg") center/cover no-repeat;
}
.img-list li:nth-of-type(7) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/fatory/img-7.jpg") center/cover no-repeat;
}
.img-list li:nth-of-type(8) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/fatory/img-8.jpg") center/cover no-repeat;
}
.img-list li:nth-of-type(9) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/fatory/img-9.jpg") center/cover no-repeat;
}
.img-list li:nth-of-type(10) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/fatory/img-10.jpg") center/cover no-repeat;
}
.img-list.img-list2 {
  grid-template-columns: repeat(3, 1fr);
}
.img-list.img-list2 li {
  height: 29.8rem;
}

.logis li:nth-of-type(1) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/logis/img-1.jpg") center/cover no-repeat;
}
.logis li:nth-of-type(2) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/logis/img-2.jpg") center/cover no-repeat;
}
.logis li:nth-of-type(3) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/logis/img-3.jpg") center/cover no-repeat;
}
.logis li:nth-of-type(4) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/logis/img-4.jpg") center/cover no-repeat;
}
.logis li:nth-of-type(5) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/logis/img-5.jpg") center/cover no-repeat;
}
.logis li:nth-of-type(6) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/logis/img-6.jpg") center/cover no-repeat;
}
.logis li:nth-of-type(7) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/logis/img-7.jpg") center/cover no-repeat;
}
.logis li:nth-of-type(8) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/logis/img-8.jpg") center/cover no-repeat;
}
.logis li:nth-of-type(9) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/logis/img-9.jpg") center/cover no-repeat;
}
.logis li:nth-of-type(10) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/logis/img-10.jpg") center/cover no-repeat;
}

.robot li:nth-of-type(1) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/robot/img-1.jpg") center/cover no-repeat;
}
.robot li:nth-of-type(2) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/robot/img-2.jpg") center/cover no-repeat;
}
.robot li:nth-of-type(3) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/robot/img-3.jpg") center/cover no-repeat;
}
.robot li:nth-of-type(4) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/robot/img-4.jpg") center/cover no-repeat;
}
.robot li:nth-of-type(5) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/robot/img-5.jpg") center/cover no-repeat;
}
.robot li:nth-of-type(6) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/robot/img-6.jpg") center/cover no-repeat;
}
.robot li:nth-of-type(7) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/robot/img-7.jpg") center/cover no-repeat;
}
.robot li:nth-of-type(8) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/robot/img-8.jpg") center/cover no-repeat;
}
.robot li:nth-of-type(9) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/robot/img-9.jpg") center/cover no-repeat;
}
.robot li:nth-of-type(10) {
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/sub/automation/robot/img-10.jpg") center/cover no-repeat;
}

@media all and (max-width: 85.375rem) {
  .logis .float-txt-card p {
    word-break: keep-all;
  }
  .logis .float-txt-card p br {
    display: none;
  }
}
@media all and (max-width: 64rem) {
  .factory .sec-txt-wrap p {
    word-break: keep-all;
  }
  .factory .sec-txt-wrap p br {
    display: none;
  }
  .img-list.img-list2 li {
    height: 24.8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .float-txt-card {
    padding: 4rem;
  }
  .sec-txt-wrap {
    margin-bottom: 4rem;
  }
  .img-list {
    gap: 2.4rem 1.2rem;
    padding: 1.2rem 0;
  }
  .img-list.img-list2 li {
    height: 18.8rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .float-txt-card {
    padding: 4rem;
  }
  .sec-txt-wrap {
    margin-bottom: 4rem;
  }
  .img-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .img-list::after {
    display: none;
  }
  .img-list.img-list2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .img-list.img-list2 li {
    height: 17.2rem;
    text-align: center;
  }
}
/*자동화 서보모터*/
.servo-motor .sub-3dep .nav-wrap {
  grid-template-columns: repeat(6, minmax(16.6666666667%, 24rem));
}
.servo-motor .sub-3dep .nav-card .card-header .card-tit {
  word-break: keep-all;
}
.servo-motor .card-body dl dt {
  width: auto;
  min-width: 0;
}
.servo-motor .pro-card .list li {
  padding-right: 1rem;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}

@media all and (max-width: 85.375rem) {
  .servo-motor .sub-3dep .nav-wrap {
    grid-template-columns: repeat(2, minmax(50%, 1fr));
  }
}
@media all and (max-width: 63.9375rem) {
  .servo-motor .sub-3dep .nav-wrap {
    grid-template-columns: 1fr;
  }
}
/*pic*/
.pic-hmi .card-body .body-in {
  display: flex;
  gap: 2.4rem;
}
.pic-hmi .card-body .body-in .card-wrap {
  width: 50%;
}
.pic-hmi .card-body dl dt {
  width: auto;
  min-width: 0;
}
.pic-hmi .card-body .dd-list li {
  word-break: keep-all;
}
.pic-hmi .pro-card .list li {
  padding-right: 1rem;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}
.pic-hmi .none-dot li:nth-child(9), .pic-hmi .none-dot li:nth-child(10), .pic-hmi .none-dot li:nth-child(11) {
  padding-left: 0;
}
.pic-hmi .none-dot li:nth-child(9)::before, .pic-hmi .none-dot li:nth-child(10)::before, .pic-hmi .none-dot li:nth-child(11)::before {
  display: none;
}
.pic-hmi .option-article .inner {
  max-width: 144rem;
  padding: 6rem 4rem;
  border: 0.1rem solid #DFDFDF;
}
.pic-hmi .option-row-card {
  display: flex;
  gap: 3.6rem;
}
.pic-hmi .option-row-card dl {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 50%;
}
.pic-hmi .option-row-card dt {
  font-weight: 500;
}
.pic-hmi .number-list li {
  font-weight: 300;
  line-height: 1.5;
  word-break: keep-all;
}

@media all and (max-width: 63.9375rem) {
  .pic-hmi .option-row-card {
    flex-direction: column;
    gap: 3rem;
  }
  .pic-hmi .option-row-card dl {
    width: 100%;
  }
}
@media all and (max-width: 47.9375rem) {
  .pic-hmi .card-body .body-in {
    flex-direction: column;
  }
  .pic-hmi .card-body .body-in .card-wrap {
    width: 100%;
  }
  .pic-hmi .option-article .inner {
    padding: 4rem 2rem;
  }
}
/*
 공기압 분야 */
.machine-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #DFDFDF;
}
.machine-list .figure {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.2;
  padding: 2.4rem 1.2rem;
  border-right: 1px solid #DFDFDF;
}
.machine-list .figure .figcap {
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.5;
}

@media all and (max-width: 63.9375rem) {
  .machine-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .machine-list .figure:nth-of-type(n+3) {
    border-top: 1px solid #DFDFDF;
  }
}
@media all and (max-width: 47.9375rem) {
  .machine-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .machine-list .figure:nth-of-type(n+2) {
    border-top: 1px solid #DFDFDF;
  }
  .machine-list .figure:nth-of-type(even) {
    border-right: 0 none;
  }
}
/*로봇분야*/
.scara .top-card {
  grid-template-columns: minmax(58.078%, 70.8rem) minmax(40.157%, 73.2rem);
  gap: 2.4rem;
}

@media all and (max-width: 85.375rem) {
  .scara .top-card {
    grid-template-columns: minmax(39.078%, 70.8rem) minmax(40.157%, 73.2rem);
  }
  .scara .card-desc p {
    word-break: keep-all;
  }
  .scara .card-desc p br {
    display: none;
  }
}
/*
회사소개 */
.introduction .section {
  margin-bottom: 0;
}
.introduction .row-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 6rem;
}
.introduction .card-body {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 3.6rem 0;
  padding-right: 0.5rem;
  width: 67.8%;
  max-width: 97.6rem;
}
.introduction .tit-desc {
  font-size: var(--fs-stit);
  font-weight: 500;
  line-height: 133.333%;
}
.introduction .card-desc {
  line-height: 1.5;
}
.introduction .card-desc p:not(:last-child) {
  margin-bottom: 1.2rem;
}
.introduction .card-desc p:not(:first-child) {
  word-break: keep-all;
}
.introduction .bt-txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.5;
}
.introduction .bt-txt b {
  margin-right: 1.2rem;
  font-weight: 600;
}

.bt-bg {
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.bt-bg img {
  width: 100%;
}

/*
관련경력 */
.career .section {
  margin-bottom: 0;
}
.career .row-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 10rem 0;
}
.career .row-card:nth-of-type(even) {
  flex-direction: row-reverse;
}
.career .card-body {
  padding: 0 0 3.125vw 3.125vw;
  width: 43.2%;
  max-width: 62.2rem;
  border-left: 2px solid #233DC0;
}
.career .card-body .card-tit {
  margin-bottom: 3.6rem;
  font-size: var(--fs-tit);
  font-weight: 800;
  color: #233DC0;
  line-height: 1.25;
}
.career .month-list {
  border-top: 1px solid #DFDFDF;
}
.career .month-list li {
  padding: 1.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #DFDFDF;
}
.career .month-list li .month {
  margin-right: 1.2rem;
  font-weight: 600l;
}
.career .figure {
  display: flex;
  justify-content: center;
  flex: 1 1 0;
  max-width: 81.8rem;
}
.career .figure img {
  width: 76.04%;
  max-width: 62.2rem;
}

@media all and (min-width: 120.0625rem) {
  .career .card-body {
    padding: 0 0 6rem 6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .introduction .row-card {
    margin-bottom: 4rem;
    flex-direction: column;
    gap: 4rem 0;
  }
  .introduction .card-body {
    width: 100%;
    max-width: none;
  }
  .bt-bg {
    display: flex;
    justify-content: flex-end;
    height: 15vh;
  }
  .bt-bg img {
    width: auto;
    max-width: none;
  }
  .career .row-card {
    margin: 7rem 0;
  }
  .career .card-body {
    width: 50%;
  }
}
@media all and (max-width: 47.9375rem) {
  .career .row-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem 0;
  }
  .career .row-card:nth-of-type(even) {
    flex-direction: column;
  }
  .career .card-body {
    width: 100%;
  }
  .career .figure {
    width: 100%;
    max-width: none;
  }
}