@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; }

/* jumbotron */
.jumbotron {
  position: relative; }
  .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .bg-box {
    display: block;
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
    .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .bg-box > figure {
      display: none; }
  .jumbotron .jumbo-slider .jumbo-pagination {
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 1;
    text-align: center; }
    .jumbotron .jumbo-slider .jumbo-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      opacity: 1;
      margin: 0 3px;
      -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;
      background-color: #1d1d1d; }
      .jumbotron .jumbo-slider .jumbo-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 34px;
        border-radius: 50px;
        background-color: #fff; }
  @media (max-width: 1024px) {
    .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .bg-box {
      height: auto;
      background: none !important; }
      .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .bg-box > figure {
        display: block; }
        .jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .bg-box > figure img {
          display: block;
          width: 100%; }
    .jumbotron .jumbo-slider .jumbo-pagination {
      bottom: 10px; } }

/* promote */
.promote {
  padding: 50px 0; }
  .promote .container {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .promote .container > div {
      display: table-cell;
      vertical-align: middle; }
      .promote .container > div.movie .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden; }
        .promote .container > div.movie .embed-responsive:before {
          display: block;
          content: '';
          padding-top: 56.25%; }
        .promote .container > div.movie .embed-responsive iframe {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0; }
      .promote .container > div.summary {
        width: 455px;
        padding-left: 25px; }
        .promote .container > div.summary .v-align {
          width: 413px;
          height: 307px;
          padding: 70px 0 0 90px;
          background-image: url(/assets/images/bg_summary.png);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 413px auto; }
          .promote .container > div.summary .v-align p {
            display: block;
            font-size: 32px;
            font-weight: 400;
            letter-spacing: -1.5px;
            line-height: 45.84px;
            color: #1d1d1d; }
  @media (max-width: 1024px) {
    .promote .container {
      display: block; }
      .promote .container > div {
        display: block;
        width: 100% !important; }
        .promote .container > div.summary {
          margin-top: 30px; }
          .promote .container > div.summary .v-align {
            width: 300px;
            height: 223px;
            margin: 0 auto;
            text-align: center;
            background-size: 300px auto;
            padding: 48px 0 0 0; }
            .promote .container > div.summary .v-align p {
              display: inline-block;
              font-size: 22px;
              line-height: 32px;
              text-align: left; } }

/* products */
.products {
  padding: 20px 0 50px; }
  .products .container {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0 50px; }
    .products .container > div {
      display: table-cell;
      vertical-align: top; }
    .products .container .section-header {
      width: 350px; }
      .products .container .section-header small {
        display: block;
        font-size: 24px;
        color: #ccc;
        font-weight: bold; }
      .products .container .section-header h3 {
        font-size: 42px;
        color: #1d1d1d;
        font-weight: bold;
        margin-top: 5px; }
      .products .container .section-header .tab-menu {
        margin-top: 100px; }
        .products .container .section-header .tab-menu > ul > li > a {
          font-size: 18px;
          color: #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;
          font-weight: 400; }
        .products .container .section-header .tab-menu > ul > li.active > a {
          font-weight: bold;
          color: #f8cb07; }
        .products .container .section-header .tab-menu > ul > li ~ li {
          margin-top: 25px; }
    .products .container .section-content .tab-content .tab-pane {
      height: 0;
      visibility: hidden;
      overflow: hidden; }
      .products .container .section-content .tab-content .tab-pane .pane-box {
        display: table;
        width: 100%;
        table-layout: fixed; }
        .products .container .section-content .tab-content .tab-pane .pane-box > div {
          display: table-cell;
          vertical-align: bottom; }
          .products .container .section-content .tab-content .tab-pane .pane-box > div figure img {
            display: block;
            width: 100%; }
          .products .container .section-content .tab-content .tab-pane .pane-box > div.nav-list {
            padding-left: 10px; }
      .products .container .section-content .tab-content .tab-pane.active {
        height: auto;
        visibility: visible;
        overflow: visible; }
  @media (max-width: 1024px) {
    .products .container {
      display: block;
      padding: 0 15px; }
      .products .container > div {
        display: block; }
      .products .container .section-header {
        width: 100%;
        text-align: center;
        overflow: hidden; }
        .products .container .section-header small {
          font-size: 16px; }
        .products .container .section-header h3 {
          font-size: 30px; }
        .products .container .section-header .tab-menu {
          margin-top: 30px; }
          .products .container .section-header .tab-menu > ul {
            display: table;
            table-layout: fixed;
            width: calc(100% + 10px);
            font-size: 0;
            margin: 0 -5px; }
            .products .container .section-header .tab-menu > ul > li {
              display: table-cell;
              vertical-align: top;
              padding: 0 5px; }
              .products .container .section-header .tab-menu > ul > li > a {
                display: block;
                font-size: 14px;
                line-height: 38px;
                color: #797979;
                border: 1px solid #797979; }
              .products .container .section-header .tab-menu > ul > li.active > a {
                color: #fff;
                border-color: #f8cb07;
                background-color: #f8cb07; }
              .products .container .section-header .tab-menu > ul > li ~ li {
                margin-top: 0; }
              .products .container .section-header .tab-menu > ul > li:last-child {
                margin-right: 0; }
      .products .container .section-content {
        padding-top: 30px; }
        .products .container .section-content .tab-content .tab-pane .pane-box {
          display: block; }
          .products .container .section-content .tab-content .tab-pane .pane-box > div {
            display: block; }
            .products .container .section-content .tab-content .tab-pane .pane-box > div.nav-list {
              padding-left: 0;
              margin-top: 10px; } }

/* im-chemical */
.im-chemical {
  padding: 50px 0; }
  .im-chemical .container {
    display: flex;
    width: 100%;
    padding: 0 50px;
    flex-direction: row-reverse;
    align-items: center; }
    .im-chemical .container > div {
      width: 50%; }
      .im-chemical .container > div.section-header {
        padding-left: 35px; }
        .im-chemical .container > div.section-header h3 {
          font-size: 42px;
          color: #1d1d1d;
          font-weight: bold; }
        .im-chemical .container > div.section-header p {
          font-size: 18px;
          color: #797979;
          font-weight: 400;
          line-height: 24px;
          margin-top: 45px; }
        .im-chemical .container > div.section-header .btn-area {
          margin-top: 40px; }
          .im-chemical .container > div.section-header .btn-area .btn-more {
            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; }
            .im-chemical .container > div.section-header .btn-area .btn-more:hover {
              color: #fff;
              background-color: #f8cb07; }
      .im-chemical .container > div.section-content {
        padding-right: 35px; }
        .im-chemical .container > div.section-content > figure img {
          display: block;
          width: 100%; }
  @media (max-width: 1024px) {
    .im-chemical {
      padding: 20px 0; }
      .im-chemical .container {
        display: block;
        padding: 0 15px; }
        .im-chemical .container > div {
          width: 100%; }
          .im-chemical .container > div br.visible-lg {
            display: none; }
          .im-chemical .container > div.section-header {
            text-align: center;
            padding-left: 0;
            padding-bottom: 30px; }
            .im-chemical .container > div.section-header h3 {
              font-size: 30px; }
            .im-chemical .container > div.section-header p {
              font-size: 14px;
              line-height: 22px;
              margin-top: 20px; }
            .im-chemical .container > div.section-header .btn-area {
              margin-top: 20px; }
              .im-chemical .container > div.section-header .btn-area .btn-more {
                width: 100px;
                font-size: 14px;
                line-height: 28px;
                margin: 0 auto; }
          .im-chemical .container > div.section-header {
            padding-right: 0; } }

/* news */
.news {
  padding: 50px 0 125px; }
  .news .container {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0 50px; }
    .news .container > div {
      display: table-cell;
      vertical-align: top; }
      .news .container > div.section-header {
        width: 47%; }
        .news .container > div.section-header h3 {
          font-size: 42px;
          color: #1d1d1d;
          font-weight: bold; }
        .news .container > div.section-header p {
          font-size: 18px;
          color: #797979;
          font-weight: 400;
          line-height: 24px;
          margin-top: 45px; }
        .news .container > div.section-header .btn-area {
          margin-top: 40px; }
          .news .container > div.section-header .btn-area .btn-more {
            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; }
            .news .container > div.section-header .btn-area .btn-more:hover {
              color: #fff;
              background-color: #f8cb07; }
      .news .container > div.section-content {
        padding-top: 10px; }
        .news .container > div.section-content .tab-menu {
          padding-bottom: 20px;
          border-bottom: 1px solid #ccc; }
          .news .container > div.section-content .tab-menu > ul {
            font-size: 0; }
            .news .container > div.section-content .tab-menu > ul > li {
              position: relative;
              display: inline-block; }
              .news .container > div.section-content .tab-menu > ul > li > a {
                font-size: 18px;
                color: #797979;
                font-weight: 400;
                -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; }
              .news .container > div.section-content .tab-menu > ul > li.active > a {
                font-weight: bold;
                color: #f8cb07; }
              .news .container > div.section-content .tab-menu > ul > li:after {
                position: absolute;
                top: 50%;
                right: -.5px;
                width: 1px;
                height: 12px;
                content: '';
                background-color: #797979;
                transform: translateY(-50%); }
              .news .container > div.section-content .tab-menu > ul > li:first-child {
                padding-right: 15px; }
              .news .container > div.section-content .tab-menu > ul > li:last-child {
                padding-left: 15px; }
                .news .container > div.section-content .tab-menu > ul > li:last-child:after {
                  display: none; }
        .news .container > div.section-content .tab-content .tab-pane {
          text-align: center;
          display: none; }
          .news .container > div.section-content .tab-content .tab-pane.active {
            display: block; }
          .news .container > div.section-content .tab-content .tab-pane .no-data {
            font-size: 16px;
            color: #797979;
            font-weight: 400;
            padding: 60px; }
  @media (max-width: 1024px) {
    .news {
      text-align: center;
      padding: 40px 0 60px; }
      .news .container {
        display: block;
        padding: 0 15px; }
        .news .container > div {
          display: block;
          width: 100% !important; }
          .news .container > div.section-header {
            padding-bottom: 30px; }
            .news .container > div.section-header h3 {
              font-size: 30px; }
            .news .container > div.section-header p {
              font-size: 14px;
              line-height: 22px;
              margin-top: 20px; }
            .news .container > div.section-header .btn-area {
              margin-top: 20px; }
              .news .container > div.section-header .btn-area .btn-more {
                width: 100px;
                font-size: 14px;
                line-height: 28px;
                margin: 0 auto; }
          .news .container > div.section-content {
            padding: 0; }
            .news .container > div.section-content .tab-menu {
              padding: 0;
              border: 0; }
              .news .container > div.section-content .tab-menu > ul {
                display: table;
                table-layout: fixed;
                width: calc(100% + 10px);
                font-size: 0;
                margin: 0 -5px; }
                .news .container > div.section-content .tab-menu > ul > li {
                  display: table-cell;
                  vertical-align: top;
                  padding: 0 5px !important; }
                  .news .container > div.section-content .tab-menu > ul > li > a {
                    display: block;
                    font-size: 14px;
                    line-height: 38px;
                    color: #797979;
                    border: 1px solid #797979; }
                  .news .container > div.section-content .tab-menu > ul > li.active > a {
                    color: #fff;
                    border-color: #f8cb07;
                    background-color: #f8cb07; }
                  .news .container > div.section-content .tab-menu > ul > li ~ li {
                    margin-top: 0; }
                  .news .container > div.section-content .tab-menu > ul > li:after {
                    display: none; }
                  .news .container > div.section-content .tab-menu > ul > li:last-child {
                    margin-right: 0; } }

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