@charset "UTF-8";
/*
CSS파일 직접 수정 금지...
SCSS 이용해서 수정해야함
*/
.page-content {
  display: block;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
  line-height: 1.4;
}
.page-content p {
  word-break: keep-all;
}
@media (max-width: 768px) {
  .page-content {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .page-content {
    padding: 0;
  }
}

.overview {
  padding: 0 0 150px;
}
.overview h2 {
  margin-bottom: 35px;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.3;
  color: #000;
}
.overview p {
  padding: 0 0 45px;
  color: #111;
}
.overview .p1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.overview .p2 {
  padding: 0 0 0;
  font-weight: 400;
}
.overview .p3 {
  padding: 0 0 80px;
  font-weight: 400;
}
.overview img {
  margin-bottom: 50px;
}
.overview ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.overview ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 50px;
  font-weight: 400;
  text-align: center;
  color: #000;
  border: 1px solid rgba(225, 225, 225, 0.8823529412);
  border-radius: 20px;
  text-align: left;
}
.overview ul li b {
  display: block;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
  color: #003e93;
}
@media (max-width: 1199px) {
  .overview h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .overview p {
    padding: 0 0 40px;
  }
  .overview .p1 {
    font-size: 25px;
  }
  .overview .p2 {
    padding: 0 0 0px;
  }
  .overview .p3 {
    padding: 0 0 45px;
  }
  .overview .p3 br {
    display: none;
  }
  .overview ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
    word-break: break-word;
    line-height: 1.6;
  }
  .overview ul li {
    margin-bottom: 5px;
    padding: 35px 45px;
  }
  .overview ul li b {
    margin-bottom: 25px;
    font-size: 25px;
  }
  .overview ul li b br {
    display: none;
  }
}
@media (max-width: 991px) {
  .overview h2 {
    margin-bottom: 25px;
    font-size: 35px;
  }
  .overview p {
    padding: 0 0 35px;
  }
  .overview .p1 {
    font-size: 20px;
  }
  .overview .p2 {
    padding: 0 0 0px;
    font-size: 15px;
  }
  .overview .p3 {
    padding: 0 0 40px;
    font-size: 15px;
  }
  .overview ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
    word-break: break-word;
    line-height: 1.6;
  }
  .overview ul li {
    margin-bottom: 0px;
    padding: 30px 40px;
    font-size: 15px;
  }
  .overview ul li b {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .overview ul li b br {
    display: none;
  }
}
@media (max-width: 576px) {
  .overview img {
    margin-bottom: 35px;
  }
  .overview h2 {
    margin-bottom: 24px;
    font-size: 29px;
  }
  .overview h2 br {
    display: none;
  }
  .overview p {
    padding: 0 0 32px;
  }
  .overview .p1 {
    line-height: 1.5;
    font-size: 20px;
  }
  .overview .p2 {
    margin: 0 0 0;
    padding: 0 0 0px;
    font-size: 16px;
  }
  .overview .p3 {
    margin: 0 0 0;
    padding: 0 0 40px;
    line-height: 1.6;
    font-size: 16px;
  }
  .overview ul li {
    padding: 30px 25px;
    word-break: break-word;
    line-height: 1.6;
    font-size: 16px;
  }
  .overview ul li b {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.organization .con1 h2 {
  position: relative;
  padding: 0 30px;
  font-size: 35px;
  font-weight: 500;
  color: #000;
}
.organization .con1 h2::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 13px;
  height: 13px;
  background: url("/theme/NB-Basic/page/img/ico_dot.png") no-repeat center center;
}
.organization .con1 .table-div {
  margin-top: 40px;
}
.organization .con1 table {
  width: 100%;
  margin-bottom: 100px;
  border-top: 2px solid #15679f;
}
.organization .con1 table tr {
  line-height: 60px;
  color: #000;
  border-bottom: 1px solid #cccccc;
}
.organization .con1 table th {
  width: 20%;
  font-weight: 700;
  background-color: #f3f3f3;
  text-align: center;
}
.organization .con1 table td {
  width: 30%;
  padding: 0 25px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .organization .con1 h2 {
    font-size: 30px;
  }
  .organization .con1 .table-div {
    margin-top: 30px;
  }
  .organization .con1 table {
    margin-bottom: 70px;
  }
  .organization .con1 table tr {
    font-size: 16px;
  }
  .organization .con1 table th {
    width: 15%;
  }
  .organization .con1 table td {
    width: 35%;
    padding: 15px 25px;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .organization .con1 h2 {
    font-size: 25px;
    padding: 0 25px;
  }
  .organization .con1 h2::before {
    top: 8px;
  }
  .organization .con1 .table-div {
    margin-top: 20px;
  }
  .organization .con1 table {
    margin-bottom: 50px;
  }
  .organization .con1 table tr {
    font-size: 16px;
  }
  .organization .con1 table th {
    width: 15%;
  }
  .organization .con1 table td {
    width: 35%;
    padding: 15px 25px;
    line-height: 1.5;
  }
}
@media (max-width: 576px) {
  .organization .con1 h2 {
    font-size: 20px;
  }
  .organization .con1 h2::before {
    top: 3px;
  }
  .organization .con1 .table-div {
    margin-top: 20px;
  }
  .organization .con1 table {
    margin-bottom: 50px;
  }
  .organization .con1 table tr {
    font-size: 16px;
  }
  .organization .con1 table th {
    width: 18%;
  }
  .organization .con1 table td {
    width: 32%;
    padding: 15px 10px;
    line-height: 1.5;
  }
}
.organization .con2 {
  margin: 40px 0 100px;
  text-align: center;
}

.location .map-wrap {
  overflow: hidden;
  position: relative;
  height: 400px;
  margin-bottom: 30px;
}
.location .map-wrap .root_daum_roughmap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.location .con2 {
  margin: 30px 0;
  color: #000;
}
.location .con2 .p1 {
  margin-top: 55px;
  font-size: 45px;
  font-weight: 700;
}
.location .con2 .p2 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
}
.location .con2 .p2 span {
  padding-right: 45px;
}
.location .con2 .p2 span b {
  font-weight: 700;
}
@media (max-width: 1199px) {
  .location .con2 .p1 {
    margin-top: 45px;
    font-size: 35px;
  }
  .location .con2 .p2 {
    margin-top: 20px;
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .location .con2 .p1 {
    margin-top: 45px;
    font-size: 35px;
  }
  .location .con2 .p2 {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .location .con2 .p1 {
    margin-top: 35px;
    font-size: 25px;
  }
  .location .con2 .p2 {
    margin-top: 15px;
    font-size: 16px;
  }
  .location .con2 span {
    display: block;
    padding-right: 0px;
    padding-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .location .map-wrap {
    height: 300px;
  }
}

.equipment img {
  display: block;
  margin: 0 auto 100px;
}
@media (max-width: 1240px) {
  .equipment img {
    width: 90%;
  }
}

.equipment2 table {
  width: 100%;
  margin-bottom: 100px;
  border-top: 2px solid #15679f;
}
.equipment2 table tr {
  line-height: 60px;
  color: #000;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.equipment2 table tr th {
  width: 25%;
  font-weight: 700;
  background-color: #656674;
  color: #fff;
  border-left: 1px solid #cccccc;
}
.equipment2 table tr :nth-of-type(1) {
  border-left: 0;
}
.equipment2 table tr td {
  padding: 16px 25px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  border-left: 1px solid #cccccc;
}
@media (max-width: 576px) {
  .equipment2 table tr td {
    padding: 16px 10px;
    font-size: 16px;
  }
}

.prod .con {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #e1e1e1;
}
.prod .con1 .flex .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 48.5%;
  min-height: 350px;
  border: 1px solid #e1e1e1;
}
.prod .con1 .flex .txt {
  position: relative;
  width: 48.5%;
}
.prod .con1 .flex .txt h3 {
  font-size: 45px;
  font-weight: 700;
  color: #004098;
  line-height: 1;
}
.prod .con1 .flex .txt h3 span.sub_tit {
  font-size: 20px;
}
.prod .con1 .flex .txt p {
  padding: 30px 0 40px;
  color: #777;
  line-height: 1.2;
}
.prod .con1 .flex .txt p span {
  display: block;
  padding: 0 0 10px;
}
.prod .con1 .flex .txt ul {
  padding: 0;
}
.prod .con1 .flex .txt ul li {
  position: relative;
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.prod .con1 .flex .txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
}
@media (max-width: 991px) {
  .prod .con1 .flex .txt h3 {
    font-size: 42px;
  }
  .prod .con1 .flex .txt p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .prod .con1 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prod .con1 .flex .img {
    padding: 20px 10px;
    margin: 0 0 30px;
    width: 100%;
    min-height: auto;
  }
  .prod .con1 .flex .txt {
    width: 100%;
  }
  .prod .con1 .flex .txt h3 {
    font-size: 36px;
  }
  .prod .con1 .flex .txt p {
    padding: 25px 0 30px;
  }
}
@media (max-width: 576px) {
  .prod .con1 .flex .txt {
    width: 100%;
  }
  .prod .con1 .flex .txt h3 {
    font-size: 32px;
  }
  .prod .con1 .flex .txt p {
    padding: 20px 0 25px;
    font-size: 15px;
  }
}
.prod .con2 .ps {
  display: none;
  padding: 0 0 5px;
  text-align: right;
  font-size: 13px;
  color: #999;
}
@media (max-width: 600px) {
  .prod .con2 .ps {
    display: block;
  }
}
.prod .con2 .table-overflow {
  overflow-x: auto;
  padding-bottom: 10px;
  width: 100%;
}
.prod .con2 .table-overflow::-webkit-scrollbar {
  width: 10px;
}
.prod .con2 .table-overflow::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px grey;
          box-shadow: inset 0 0 3px grey;
}
.prod .con2 .table-overflow::-webkit-scrollbar-thumb {
  background: #ccc;
}
.prod .con2 .table-overflow::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.prod .con2 .table-overflow table {
  min-width: 600px;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.prod .con2 .table-overflow table th, .prod .con2 .table-overflow table td {
  word-break: break-all;
  padding: 8px 5px;
  font-size: 12px;
  border-bottom: 1px solid #e1e1e1;
}
.prod .con2 .table-overflow table th {
  background: #f5f5f5;
  font-weight: 500;
}
.prod .con2 .table-overflow table td {
  border-right: 1px solid #e1e1e1;
}
.prod .con2 .option {
  font-size: 13px;
}
.prod .con2 .option span {
  position: relative;
  top: 5px;
}
.prod.prod2 .award {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .prod.prod2 .award {
    width: 100px;
  }
}
@media (max-width: 577px) {
  .prod.prod2 .award {
    width: 90px;
  }
}/*# sourceMappingURL=page.css.map */