@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  min-width: 360px;
  width: 100%;
  font-size: 13px;
  color: #000;
  line-height: 1;
  letter-spacing: -.3px;
  font-family: Pretendard,'Noto Sans KR', sans-serif;
  font-weight: 400;
  padding-top: 80px;
  word-break: keep-all;
  box-sizing: border-box; }
  body *, body *::before, body *::after {
    box-sizing: border-box; }
  @media (max-width: 1024px) {
    body {
      padding-top: 60px; } }

hr {
  display: block;
  border: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select, textarea {
  font-family: inherit;
  outline: none; }

a, button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none; }
  a:hover, button:hover {
    color: #000; }

.container {
  display: block;
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto; }

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 15px; }

/* page-header */
.page-header {
  width: 100%;
  height: 363px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  .page-header .container {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed; }
    .page-header .container .v-align {
      display: table-cell;
      vertical-align: middle; }
      .page-header .container .v-align b {
        display: block;
        font-size: 45px;
        line-height: 68px;
        color: #000;
        font-weight: bold; }
  @media (max-width: 1024px) {
    .page-header {
      height: 150px; }
      .page-header .container .v-align b {
        font-size: 20px;
        line-height: 30px; } }

section {
  padding: 80px 0 130px; }
  @media (max-width: 1024px) {
    section {
      padding: 40px 0 80px; } }

.sub-tab {
  overflow: hidden;
  text-align: center; }
  .sub-tab > ul {
    display: table;
    width: calc(100% + 14px);
    table-layout: fixed;
    margin: 0 -7px; }
    .sub-tab > ul > li {
      display: table-cell;
      vertical-align: middle;
      padding: 0 7px; }
      .sub-tab > ul > li > a {
        display: block;
        font-size: 26px;
        color: #797979;
        letter-spacing: -1.5px;
        font-weight: 400;
        line-height: 70px;
        border: 1px solid #797979;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
        .sub-tab > ul > li > a:hover {
          opacity: .7;
          color: #fff;
          font-weight: bold;
          border-color: #f8cb07;
          background-color: #f8cb07; }
      .sub-tab > ul > li.active > a {
        color: #fff;
        font-weight: bold;
        border-color: #f8cb07;
        background-color: #f8cb07; }
        .sub-tab > ul > li.active > a:hover {
          opacity: 1; }
  @media (max-width: 1024px) {
    .sub-tab > ul {
      width: calc(100% + 5px);
      margin: 0 -2.5px; }
      .sub-tab > ul > li {
        padding: 0 2.5px; }
        .sub-tab > ul > li > a {
          font-size: 12px;
          line-height: 34px; } }

/* tab-link */
.tab-link {
  text-align: center;
  font-size: 0; }
  .tab-link > ul {
    max-width: 1024px;
    margin: 0 auto; }
    .tab-link > ul > li {
      display: inline-block;
      width: 25%;
      vertical-align: top;
      padding: 0 15px; }
      .tab-link > ul > li > a {
        display: block;
        font-size: 26px;
        color: #797979;
        font-weight: 400;
        line-height: 68px;
        border-radius: 50px;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        border: 1px solid #797979; }
        .tab-link > ul > li > a:hover {
          opacity: .7;
          color: #fff;
          font-weight: bold;
          border-color: #f8cb07;
          background-color: #f8cb07; }
      .tab-link > ul > li.active > a {
        color: #fff;
        font-weight: bold;
        border-color: #f8cb07;
        background-color: #f8cb07; }
        .tab-link > ul > li.active > a:hover {
          opacity: 1; }
  @media (max-width: 1024px) {
    .tab-link > ul {
      width: calc(100% + 5px);
      margin: 0 -2.5px; }
      .tab-link > ul > li {
        padding: 0 2.5px; }
        .tab-link > ul > li > a {
          width: 100%;
          font-size: 14px;
          line-height: 32px; } }

/* company */
.company .container .section-content {
  padding-top: 110px; }
  .company .container .section-content .tab-content .tab-pane {
    display: none; }
    .company .container .section-content .tab-content .tab-pane.active {
      display: block; }
@media (max-width: 1024px) {
  .company .container .section-content {
    padding-top: 40px; } }

/* greeting */
.greeting {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .greeting > div {
    display: table-cell;
    vertical-align: top; }
    .greeting > div.figure img {
      display: block;
      width: 100%; }
    .greeting > div.summary {
      width: 738px;
      padding-top: 10px;
      padding-left: 100px; }
      .greeting > div.summary p {
        font-size: 20px;
        color: #1d1d1d;
        font-weight: 400;
        line-height: 27px; }
      .greeting > div.summary dl {
        text-align: right;
        font-size: 0;
        margin-top: 20px; }
        .greeting > div.summary dl > dt, .greeting > div.summary dl dd {
          font-size: 20px;
          color: #1d1d1d;
          font-weight: 400;
          display: inline-block;
          vertical-align: bottom; }
        .greeting > div.summary dl dd {
          padding-left: 10px; }
          .greeting > div.summary dl dd img {
            display: block;
            max-width: 100%; }
  @media (max-width: 1230px) {
    .greeting > div.summary {
      width: 60%;
      padding-left: 40px; }
      .greeting > div.summary br.visible-lg {
        display: none; } }
  @media (max-width: 1024px) {
    .greeting {
      display: block; }
      .greeting > div {
        display: block;
        width: 100% !important; }
        .greeting > div.summary {
          padding-top: 30px;
          padding-left: 0; }
          .greeting > div.summary p {
            font-size: 14px;
            line-height: 22px; }
          .greeting > div.summary dl dt, .greeting > div.summary dl dd {
            font-size: 14px; }
          .greeting > div.summary dl dd img {
            width: 50px; } }

/* chemical */
.chemical {
  max-width: 860px;
  margin: 0 auto; }
  .chemical .article-header {
    text-align: center;
    padding-bottom: 90px; }
    .chemical .article-header h3 {
      font-size: 42px;
      color: #1d1d1d;
      font-weight: bold; }
  .chemical .article-content > ul > li .box {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .chemical .article-content > ul > li .box > div {
      display: table-cell;
      vertical-align: middle; }
      .chemical .article-content > ul > li .box > div.figure {
        width: 385px; }
        .chemical .article-content > ul > li .box > div.figure img {
          display: block;
          width: 100%; }
      .chemical .article-content > ul > li .box > div.details {
        padding-left: 110px; }
        .chemical .article-content > ul > li .box > div.details b {
          display: block;
          font-size: 24px;
          color: #1d1d1d;
          font-weight: bold; }
        .chemical .article-content > ul > li .box > div.details hr {
          display: block;
          border: 0;
          width: 30px;
          height: 1px;
          background-color: #c9c9c9;
          margin: 20px 0 25px; }
        .chemical .article-content > ul > li .box > div.details p {
          font-size: 20px;
          color: #1d1d1d;
          font-weight: 400;
          letter-spacing: -1px;
          line-height: 27px; }
  .chemical .article-content > ul > li ~ li {
    margin-top: 40px; }
  @media (max-width: 1024px) {
    .chemical .article-header {
      padding-bottom: 30px; }
      .chemical .article-header h3 {
        font-size: 30px; }
    .chemical .article-content > ul > li .box {
      display: block; }
      .chemical .article-content > ul > li .box > div {
        display: block; }
        .chemical .article-content > ul > li .box > div.figure {
          width: 100%; }
        .chemical .article-content > ul > li .box > div.details {
          text-align: center;
          padding-left: 0;
          padding-top: 20px; }
          .chemical .article-content > ul > li .box > div.details b {
            font-size: 20px; }
          .chemical .article-content > ul > li .box > div.details hr {
            margin: 10px auto 15px; }
          .chemical .article-content > ul > li .box > div.details p {
            font-size: 14px;
            line-height: 22px; }
            .chemical .article-content > ul > li .box > div.details p br {
              display: none; }
    .chemical .article-content > ul > li ~ li {
      margin-top: 40px; } }

/* introduction */
.introduction {
  text-align: center; }
  .introduction .article-header {
    padding-bottom: 90px; }
    .introduction .article-header h3 {
      font-size: 42px;
      color: #1d1d1d;
      font-weight: bold; }
  .introduction .article-content {
    overflow: hidden; }
    .introduction .article-content > ul {
      display: table;
      table-layout: fixed;
      width: calc(100% + 50px);
      margin: 0 -25px; }
      .introduction .article-content > ul > li {
        display: table-cell;
        vertical-align: top;
        padding: 0 25px; }
        .introduction .article-content > ul > li > dl {
          overflow: hidden;
          border-radius: 20px;
          border: 2px solid #f8cb07; }
          .introduction .article-content > ul > li > dl dt {
            font-size: 26px;
            color: #fff;
            font-weight: bold;
            line-height: 75px;
            background-color: #f8cb07; }
          .introduction .article-content > ul > li > dl dd {
            padding: 40px 0 30px; }
            .introduction .article-content > ul > li > dl dd strong {
              display: block;
              font-size: 32px;
              color: #1d1d1d;
              font-weight: bold; }
            .introduction .article-content > ul > li > dl dd address {
              font-size: 18px;
              color: #1d1d1d;
              font-weight: 400;
              font-style: normal;
              margin-top: 30px; }
  @media (max-width: 1024px) {
    .introduction .article-header {
      padding-bottom: 30px; }
      .introduction .article-header h3 {
        font-size: 30px; }
    .introduction .article-content > ul {
      display: block;
      margin: 0;
      width: 100%; }
      .introduction .article-content > ul > li {
        display: block;
        width: 100%;
        padding: 0; }
        .introduction .article-content > ul > li > dl > dt {
          font-size: 18px;
          line-height: 42px; }
        .introduction .article-content > ul > li > dl > dd {
          padding: 30px 0 20px; }
          .introduction .article-content > ul > li > dl > dd strong {
            font-size: 24px; }
          .introduction .article-content > ul > li > dl > dd address {
            font-size: 14px;
            margin-top: 15px; }
        .introduction .article-content > ul > li ~ li {
          margin-top: 30px; } }

/* facilities */
.facilities .article-header {
  text-align: center;
  padding-bottom: 90px; }
  .facilities .article-header h3 {
    font-size: 42px;
    color: #1d1d1d;
    font-weight: bold; }
.facilities .article-content > ul > li .box {
  position: relative; }
  .facilities .article-content > ul > li .box > img {
    display: block;
    width: 100%; }
  .facilities .article-content > ul > li .box .btn-area {
    position: absolute;
    bottom: 20px;
    left: 0; }
    .facilities .article-content > ul > li .box .btn-area .btn-target {
      display: block;
      width: 140px;
      font-size: 16px;
      color: #f8cb07;
      text-align: center;
      font-weight: bold;
      line-height: 35px;
      border: 2px solid #f8cb07;
      border-radius: 50px;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      .facilities .article-content > ul > li .box .btn-area .btn-target:hover {
        color: #fff;
        background-color: #f8cb07; }
.facilities .article-content > ul > li ~ li {
  margin-top: 60px; }
@media (max-width: 1024px) {
  .facilities .article-header {
    padding-bottom: 30px; }
    .facilities .article-header h3 {
      font-size: 30px; }
  .facilities .article-content > ul > li .box .btn-area .btn-target {
    width: 100px;
    font-size: 14px;
    line-height: 28px; }
  .facilities .article-content > ul > li ~ li {
    margin-top: 40px; } }

/* goods */
.goods {
  overflow: hidden; }
  .goods .section-header {
    padding-bottom: 80px; }
  .goods .section-content > ul {
    width: calc(100% + 15px);
    margin: 0 -7.5px; }
    .goods .section-content > ul > li {
      float: left;
      width: 25%;
      padding: 0 7.5px; }
      .goods .section-content > ul > li > a {
        display: block; }
        .goods .section-content > ul > li > a > figure img {
          display: block;
          width: 100%; }
      .goods .section-content > ul > li:nth-of-type(4) ~ li {
        margin-top: 15px; }
  @media (max-width: 1024px) {
    .goods .section-header {
      padding-bottom: 30px; }
    .goods .section-content > ul > li {
      width: 33.33333333%; }
      .goods .section-content > ul > li:nth-of-type(3) ~ li {
        margin-top: 15px; } .board-list .section-content .table-wrap .table tbody tr td:nth-of-type(3), .board-list .section-content .table-wrap .table tbody tr td:nth-of-type(4), .board-list .section-content .table-wrap .table tbody tr td:nth-of-type(5) {
          display: none; } } }
  @media (max-width: 768px) {
    .goods .section-content > ul {
      width: calc(100% + 10px);
      margin: 0 -5px; }
      .goods .section-content > ul > li {
        width: 50%;
        padding: 0 5px; }
        .goods .section-content > ul > li:nth-of-type(2) ~ li {
          margin-top: 10px; } .board-list .section-content .table-wrap .table tbody tr td:nth-of-type(3), .board-list .section-content .table-wrap .table tbody tr td:nth-of-type(4), .board-list .section-content .table-wrap .table tbody tr td:nth-of-type(5) {
            display: none; } } }

/* inquiry */
.inquiry {
  text-align: center; }
  .inquiry .section-header {
    padding-bottom: 60px; }
    .inquiry .section-header h3 {
      font-size: 42px;
      color: #1d1d1d;
      font-weight: bold; }
  .inquiry .section-content ul {
    max-width: 380px;
    margin: 0 auto; }
    .inquiry .section-content ul > li .form-control {
      display: block;
      width: 100%;
      font-size: 16px;
      color: #000;
      font-weight: 400;
      padding: 0 30px;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      border: 1px solid #f0f0f0;
      background-color: #f0f0f0; }
      .inquiry .section-content ul > li .form-control:focus {
        border-color: #f8cb07; }
      .inquiry .section-content ul > li .form-control::placeholder {
        color: #797979;
        opacity: 1; }
      .inquiry .section-content ul > li .form-control::-ms-input-placeholder {
        color: #797979; }
    .inquiry .section-content ul > li input[type="text"] {
      height: 44px; }
    .inquiry .section-content ul > li textarea {
      height: 150px;
      resize: none;
      padding: 10px 30px !important; }
    .inquiry .section-content ul > li ~ li {
      margin-top: 10px; }
  .inquiry .section-content .agree {
    margin-top: 15px; }
    .inquiry .section-content .agree > label {
      display: inline-block;
      vertical-align: top;
      font-size: 12px;
      color: #797979;
      font-weight: 400; }
      .inquiry .section-content .agree > label input[type="checkbox"] {
        position: relative;
        top: 2px;
        margin: 0;
        margin-right: 2px; }
  .inquiry .section-content .btn-area {
    margin-top: 50px; }
    .inquiry .section-content .btn-area .btn-submit {
      display: block;
      width: 150px;
      font-size: 16px;
      color: #fff;
      line-height: 45px;
      font-weight: bold;
      margin: 0 auto;
      border-radius: 50px;
      background-color: #f8cb07; }
  @media (max-width: 1024px) {
    .inquiry .section-header {
      padding-bottom: 30px; }
      .inquiry .section-header h3 {
        font-size: 30px; } }

/* board-list */
.board-list .section-header {
  text-align: center;
  padding-bottom: 70px; }
  .board-list .section-header h3 {
    font-size: 42px;
    color: #1d1d1d;
    font-weight: bold; }
.board-list .section-content small {
  display: block;
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 400;
  padding-left: 15px; }
.board-list .section-content .table-wrap {
  margin-top: 20px; }
  .board-list .section-content .table-wrap .table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #ccc; }
    .board-list .section-content .table-wrap .table thead tr th {
      font-size: 16px;
      line-height: 44px;
      color: #1d1d1d;
      font-weight: 500;
      text-align: center;
      border-bottom: 1px solid #797979; }
      .board-list .section-content .table-wrap .table thead tr th:nth-of-type(1) {
        width: 60px; }
      .board-list .section-content .table-wrap .table thead tr th:nth-of-type(3) {
        width: 80px; }
      .board-list .section-content .table-wrap .table thead tr th:nth-of-type(4) {
        width: 100px; }
      .board-list .section-content .table-wrap .table thead tr th:nth-of-type(5) {
        width: 100px; }
    .board-list .section-content .table-wrap .table tbody tr td {
      font-size: 14px;
      color: #1d1d1d;
      font-weight: 500;
      padding: 20px 0; }
      .board-list .section-content .table-wrap .table tbody tr td .no-data {
        display: block;
        text-align: center; }
.board-list .section-content .pagination {
  text-align: center;
  margin-top: 50px; }
  .board-list .section-content .pagination > ul {
    font-size: 0; }
    .board-list .section-content .pagination > ul > li {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px; }
      .board-list .section-content .pagination > ul > li > a {
        display: block;
        width: 20px;
        font-size: 12px;
        color: #1d1d1d;
        border-radius: 3px;
        font-weight: 500;
        line-height: 18px;
        border: 1px solid #ccc; }
      .board-list .section-content .pagination > ul > li.active > a {
        color: #fff;
        border-color: #f8cb07;
        background-color: #f8cb07; }
      .board-list .section-content .pagination > ul > li:last-child {
        margin-right: 0; }
@media (max-width: 1024px) {
  .board-list .section-header {
    padding-bottom: 30px; }
    .board-list .section-header h3 {
      font-size: 30px; }
  .board-list .section-content .table-wrap .table thead tr th:nth-of-type(2) {
    /*width: calc(100% - 60px);*/ }
  .board-list .section-content .table-wrap .table thead tr th:nth-of-type(3), .board-list .section-content .table-wrap .table thead tr th:nth-of-type(4), .board-list .section-content .table-wrap .table thead tr th:nth-of-type(5) {
    display: none; } }


.board-view .section-header {
  text-align: center;
  padding-bottom: 70px; }
  .board-view .section-header h3 {
    font-size: 42px;
    color: #1d1d1d;
    font-weight: bold; }
.board-view article .article-header {
  text-align: center;
  padding: 30px 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .board-view article .article-header h4 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    line-height: 36px; }
  .board-view article .article-header .info {
    text-align: right;
    margin-top: 20px; }
    .board-view article .article-header .info > ul {
      font-size: 0; }
      .board-view article .article-header .info > ul > li {
        display: inline-block;
        font-size: 14px;
        color: #333;
        font-weight: 400;
        margin-right: 15px; }
        .board-view article .article-header .info > ul > li:last-child {
          margin-right: 0; }
.board-view article .article-content {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 26px;
  border-bottom: 1px solid #ddd;
  padding: 30px 15px 40px; }
  .board-view article .article-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
@media (max-width: 1024px) {
  .board-view .section-header {
    padding-bottom: 30px; }
    .board-view .section-header h3 {
      font-size: 30px; }
  .board-view article .article-header {
    padding: 20px 15px; }
    .board-view article .article-header h4 {
      font-size: 18px;
      line-height: 18px; }
    .board-view article .article-header .info {
      margin-top: 15px; }
      .board-view article .article-header .info > ul > li {
        font-size: 12px;
        margin-right: 10px; }
  .board-view article .article-content {
    font-size: 14px;
    line-height: 26px;
    padding: 20px 15px 40px; } }

/*# sourceMappingURL=sub.css.map */
