@charset "utf-8";
.menuBtn {
  top: 7px;
}
/* 푸터 영역 */
.footer {
  display: block;
  padding: 5rem 0px;
  background: url(../images/footer-bg.jpg) center/cover no-repeat;
}
.footer .grid {
  color: #ddd;
}
.address {
  color: #ddd;
}
.footer-logo {
  width: 100px;
  margin-bottom: 20px;
}

/* page head 영역 */
.page-head.company {
  background: url(../images/company/head-bg.jpg) 0% 40% / cover no-repeat;
}
.page-head.smartFactory {
  background: url(../images/smartFactory/head-bg.jpg) center/cover no-repeat;
}
.page-head.business {
  background: url(../images/business/head-bg.jpg) 0 0% / cover no-repeat;
}
.page-head.product {
  background: url(../images/product/head-bg.jpg) 0 12% / cover no-repeat;
}
.page-head.support {
  background: url(../images/support/head-bg.jpg) center/cover no-repeat;
}
.page-head.mice {
  background: url(../images/mice/head-bg.jpg) center/cover no-repeat;
}

.page-head h2 {
  padding: 8rem 0 6rem;
  text-align: center;
  font-size: 2rem;
  font-weight: medium;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.3em #0000009a;
}
.localMenu {
  display: flex;
  display: -ms-flexbox;
}
.localMenu .bread {
  padding: 0.7rem 1rem;
  color: #fff;
  font-size: 0.9rem;
  text-shadow: 0.1em 0.1em 0.3em #0000009a;
  cursor: pointer;
}
.localMenu a.bread {
  padding: 0.7rem 1rem 0.7rem 0;
}
.localMenu div {
  position: relative;
}
.bread:after {
  content: "";
  display: inline-block;
  margin-left: 1.2em;
  width: 10px;
  height: 10px;
  background: url(../images/arrow-next.png) center/cover no-repeat;
}
div.bread:hover::after {
  transform: rotateZ(90deg);
  transition: 0.5s;
}
.menu {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1rem 1.2rem;
  box-sizing: border-box;
  background-color: rgba(238, 238, 238, 0.7);
  color: #000;
  text-shadow: none;
  font-size: 0.85em;
  line-height: 2;
  transition: 0.5s;
}
.menu li:hover,
.menu li a:hover {
  color: #0b56b8;
}
@media screen and (min-width: 750px) {
  .bread:after {
    height: 12px;
  }
}
@media screen and (min-width: 1080px) {
  .bread:after {
    height: 14px;
  }
}

/* 메인 컨텐츠 영역 */
.contentsBox {
  padding: 10rem 0;
}
.contentsBox .grid > h2 {
  padding-bottom: 1.5rem;
  font-size: 1.3rem;
}
.cardBox {
  display: flex;
  display: -ms-flexbox;
  flex-flow: wrap;
  justify-content: flex-start;
}
.cardBox > li {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 1.5rem 1.5rem;
  box-sizing: border-box;
  font-size: 0.9rem;
  background-color: whitesmoke;
}
.cardBox > li > img {
  display: block;
  width: 100%;
}
.cardBox > li > h3 {
  width: 100%;
  padding-top: 1.5rem;
  text-align: center;
}
.cardBox > li > p {
  width: 100%;
  padding: 0.8rem 0;
}
.cardBox p span {
  display: block;
  padding: 0.1em 0;
}
.cardBox p span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 7px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #083f85;
}
.cardBox p a {
  color: dodgerblue;
}
.cardBox p a:hover {
  text-decoration: underline;
}
.state {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2em 2.2em;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 1);
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  .cardBox > li {
    width: calc(50% - 7px);
    margin-right: 14px;
  }
  .cardBox > li:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1079px) {
  .cardBox > li {
    width: calc(33.3% - 10px);
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .cardBox > li:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1080px) {
  .cardBox > li {
    width: calc(33.3% - 15px);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .cardBox > li:nth-of-type(3n) {
    margin-right: 0px;
  }
  .cardBox > li:nth-of-type(4n) {
    margin-right: 20px;
  }
  .footer .grid {
    position: relative;
  }
  .footer-logo {
    position: absolute;
    right: 20px;
  }
}

/* data table */
#table {
  margin-bottom: 1.5rem;
  padding-top: 2rem;
  border-bottom: 1px solid #e3e3e3;
  cursor: default;
  text-align: center;
}
#table thead th {
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #555;
}
#table tbody td {
  border-right: 1px solid #e3e3e3;
  font-size: 0.9rem;
}
#table thead th:last-of-type {
  border-right: 0;
}
#table tbody td:last-of-type {
  border-right: 0;
}
#table .product-refer,
#table .callPop {
  cursor: pointer;
}
#table .product-refer:hover,
#table .callPop:hover {
  text-decoration: underline;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 0.8rem;
}

/* popup */
.popup {
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 150px 20px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  cursor: default;
}
.popup .wrap {
  position: relative;
  max-width: 1080px;
  margin: auto;
}
.popup .wrap h3 {
  font-size: 2rem;
  padding: 3rem 0 1rem;
}
.popup .wrap img {
  display: block;
  width: 100%;
}
.popup span {
  display: block;
}
.popup .textBox table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  font-size: 0.9rem;
}
.popup .textBox strong {
  display: block;
  padding: 1rem 0 0.3rem;
}
.popup .textBox span::before {
  content: "- ";
}
.popup .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
}
