@import url("https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&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: 14px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 71px;
  word-break: keep-all;
  box-sizing: border-box;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  body *, body *::before, body *::after {
    box-sizing: border-box; }
  @media (max-width: 1024px) {
    body {
      padding-bottom: 0; } }

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: 1530px;
  padding: 0 15px;
  margin: 0 auto; }

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 15px; }

/* page-header */
.page-header {
  display: table;
  width: 100%;
  text-align: center;
  height: 450px;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  .page-header .container {
    display: table-cell;
    vertical-align: middle; }
    .page-header .container h3 {
      display: block;
      color: #FFF;
      font-family: 'Gmarket Sans';
      font-size: 63px;
      font-weight: 600;
      letter-spacing: -3px; }
    .page-header .container .breadcrumb {
      margin-top: 30px; }
      .page-header .container .breadcrumb > ol {
        display: inline-block;
        font-size: 0;
        padding: 0 30px;
        border-radius: 50px;
        background: rgba(34, 34, 34, 0.3); }
        .page-header .container .breadcrumb > ol > li {
          display: inline-block;
          vertical-align: top;
          color: #ccc;
          font-size: 22px;
          font-weight: 600;
          letter-spacing: -1px;
          line-height: 48px; }
          .page-header .container .breadcrumb > ol > li .home {
            display: inline-block;
            vertical-align: top;
            width: 17px;
            height: 48px;
            background-image: url(/assets/images/sub/ico_home.png);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: auto auto; }
          .page-header .container .breadcrumb > ol > li:after {
            display: inline-block;
            vertical-align: top;
            width: 10px;
            height: 48px;
            margin: 0 13px;
            content: '';
            background-image: url(/assets/images/sub/ico_breadcrumb_next.png);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: auto auto; }
          .page-header .container .breadcrumb > ol > li.active {
            color: #fff; }
            .page-header .container .breadcrumb > ol > li.active:after {
              display: none; }
  .page-header.introduction {
    background-image: url(/assets/images/sub/bg_page_header_introduction.png); }
  .page-header.reward {
    background-image: url(/assets/images/sub/bg_page_header_reward.png); }
  .page-header.instance {
    background-image: url(/assets/images/sub/bg_page_header_instance.png); }
  .page-header.customer {
    background-image: url(/assets/images/sub/bg_page_header_customer.png); }
  @media (max-width: 1024px) {
    .page-header {
      height: 225px;
      padding-top: 70px; }
      .page-header .container h3 {
        font-size: 36px; }
      .page-header .container .breadcrumb {
        margin-top: 20px; }
        .page-header .container .breadcrumb > ol {
          padding: 0 20px; }
          .page-header .container .breadcrumb > ol > li {
            font-size: 15px;
            line-height: 30px; }
            .page-header .container .breadcrumb > ol > li .home {
              width: 12px;
              height: 30px;
              background-size: 12px auto; }
            .page-header .container .breadcrumb > ol > li:after {
              width: 6px;
              height: 30px;
              margin: 0 8px;
              background-size: 6px auto; } }

/* lnb-tab */
.lnb-tab {
  text-align: center;
  border-bottom: 1px solid #E9E9E9; }
  .lnb-tab .container > ul {
    font-size: 0; }
    .lnb-tab .container > ul > li {
      position: relative;
      display: inline-block;
      padding: 0 30px; }
      .lnb-tab .container > ul > li > a {
        position: relative;
        display: block;
        color: #888;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: -1px;
        line-height: 65px;
        -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; }
        .lnb-tab .container > ul > li > a:hover {
          color: #2594C1;
          opacity: .7; }
        .lnb-tab .container > ul > li > a:after {
          position: absolute;
          bottom: -1px;
          width: 100%;
          height: 2px;
          display: none;
          content: '';
          background-color: #2594C1; }
      .lnb-tab .container > ul > li:after {
        position: absolute;
        top: 50%;
        width: 1px;
        height: 18px;
        right: -.5px;
        content: '';
        transform: translateY(-50%);
        background-color: #ddd; }
      .lnb-tab .container > ul > li:last-child:after {
        display: none; }
      .lnb-tab .container > ul > li.active > a {
        color: #2594C1;
        font-weight: 700; }
        .lnb-tab .container > ul > li.active > a:hover {
          opacity: 1; }
        .lnb-tab .container > ul > li.active > a:after {
          display: block; }
  @media (max-width: 1024px) {
    .lnb-tab .container {
      padding: 0; }
      .lnb-tab .container > ul > li {
        padding: 0 14px; }
        .lnb-tab .container > ul > li > a {
          font-size: 15px;
          line-height: 40px; }
        .lnb-tab .container > ul > li:after {
          height: 14px; } }

section {
  padding-bottom: 100px; }
  @media (max-width: 1024px) {
    section {
      padding-bottom: 60px; } }

/* section-header */
.section-header {
  text-align: center;
  padding: 100px 0 60px; }
  .section-header h3 {
    font-family: 'Gmarket Sans';
    color: #444;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.85px; }
    .section-header h3 span {
      color: #2594C1; }
  .section-header p {
    color: #555;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-top: 20px; }
  @media (max-width: 1024px) {
    .section-header {
      padding: 60px 0 30px; }
      .section-header h3 {
        font-size: 30px; }
      .section-header p {
        font-size: 15px;
        line-height: 23px;
        margin-top: 10px; } }

/* pagination */
.pagination {
  position: relative;
  text-align: center; }
  .pagination > ol {
    font-size: 0; }
    .pagination > ol > li {
      display: inline-block;
      vertical-align: top;
      margin-right: 6px; }
      .pagination > ol > li > a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 44px;
        color: #666;
        font-family: 'Gmarket Sans';
        font-size: 17px;
        font-weight: 400;
        letter-spacing: -0.45px;
        border-radius: 100%;
        -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; }
        .pagination > ol > li > a:hover {
          opacity: .7; }
      .pagination > ol > li.active > a {
        color: #fff;
        font-weight: 600;
        background-color: #2594C1; }
      .pagination > ol > li.first > a, .pagination > ol > li.prev > a, .pagination > ol > li.next > a, .pagination > ol > li.last > a {
        border: 1px solid #E9E9E9;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto auto; }
      .pagination > ol > li.first > a {
        background-image: url(/assets/images/sub/ico_pagination_first.png); }
      .pagination > ol > li.prev {
        margin-right: 15px; }
        .pagination > ol > li.prev > a {
          background-image: url(/assets/images/sub/ico_pagination_prev.png); }
      .pagination > ol > li.next {
        margin-left: 15px; }
        .pagination > ol > li.next > a {
          background-image: url(/assets/images/sub/ico_pagination_next.png); }
      .pagination > ol > li.last > a {
        background-image: url(/assets/images/sub/ico_pagination_last.png); }
      .pagination > ol > li:last-child {
        margin-right: 0; }
  .pagination .btn-area {
    position: absolute;
    top: 0;
    right: 0; }
    .pagination .btn-area .btn-write {
      display: block;
      width: 82px;
      color: #FFF;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: -0.75px;
      line-height: 40px;
      border-radius: 6px;
      background-color: #2594C1;
      -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; }
      .pagination .btn-area .btn-write:hover {
        opacity: .7; }
  @media (max-width: 1024px) {
    .pagination > ol > li {
      margin-right: 4px; }
      .pagination > ol > li > a {
        width: 26px;
        height: 26px;
        font-size: 12px;
        line-height: 28px; }
      .pagination > ol > li.prev {
        margin-right: 10px; }
      .pagination > ol > li.next {
        margin-left: 10px; }
      .pagination > ol > li.first > a, .pagination > ol > li.prev > a, .pagination > ol > li.next > a, .pagination > ol > li.last > a {
        background-size: auto 7px; }
      .pagination > ol > li.next > a, .pagination > ol > li.last > a {
        background-position: calc(50% + 1px) 50%; }
    .pagination .btn-area {
      position: static;
      margin-top: 20px; }
      .pagination .btn-area .btn-write {
        margin: 0 auto; } }

/* btn-effect */
.btn-effect .btn-default {
  position: relative;
  display: block;
  width: 190px;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  border-radius: 50px;
  background-color: #1E576F; }
  .btn-effect .btn-default:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 30px;
    display: block;
    content: '';
    border-radius: 50px;
    border: 1px solid #1E576F;
    transform: translate(-50%, -50%); }
  .btn-effect .btn-default:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 30px;
    display: block;
    content: '';
    border-radius: 50px;
    border: 1px solid #1E576F;
    transform: translate(-50%, -50%); }
  .btn-effect .btn-default .icon {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 50px;
    margin-right: 6px;
    background-image: url(/assets/images/sub/ico_consult.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto; }
.btn-effect.show .btn-default:before {
  width: 220px;
  height: 80px;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }
.btn-effect.show .btn-default:after {
  width: 220px;
  height: 80px;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }
@media (max-width: 1024px) {
  .btn-effect .btn-default {
    width: 140px;
    line-height: 36px;
    font-size: 17px;
    letter-spacing: -.5px;
    margin: 0 auto; }
    .btn-effect .btn-default .icon {
      width: 14px;
      height: 36px;
      background-size: 14px auto; }
    .btn-effect .btn-default:before {
      width: 130px;
      height: 20px; }
    .btn-effect .btn-default:after {
      width: 130px;
      height: 20px; }
  .btn-effect.show .btn-default:before {
    width: 170px;
    height: 66px; }
  .btn-effect.show .btn-default:after {
    width: 170px;
    height: 66px; } }

/* insight */
.insight .container .section-content {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .insight .container .section-content > div {
    display: table-cell;
    vertical-align: top; }
    .insight .container .section-content > div.item-img {
      width: 750px; }
      .insight .container .section-content > div.item-img > figure {
        position: relative;
        display: inline-block;
        padding-bottom: 60px; }
        .insight .container .section-content > div.item-img > figure:after {
          position: absolute;
          display: block;
          bottom: 0;
          right: -60px;
          width: 500px;
          height: 500px;
          content: '';
          display: block;
          background-color: #2594C1; }
        .insight .container .section-content > div.item-img > figure > img {
          position: relative;
          max-width: 100%;
          z-index: 1; }
    .insight .container .section-content > div.details {
      padding-top: 40px; }
      .insight .container .section-content > div.details h4 {
        color: #333;
        font-size: 36px;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: -1.7px;
        font-family: 'Gmarket Sans'; }
      .insight .container .section-content > div.details p {
        color: #555;
        font-size: 22px;
        font-weight: 400;
        line-height: 31px;
        letter-spacing: -1px;
        margin-top: 40px; }
      .insight .container .section-content > div.details > dl {
        font-size: 0;
        margin-top: 45px; }
        .insight .container .section-content > div.details > dl > dt, .insight .container .section-content > div.details > dl dd {
          display: inline-block;
          vertical-align: top; }
        .insight .container .section-content > div.details > dl > dt {
          color: #444;
          font-size: 24px;
          font-weight: 700;
          letter-spacing: -1.1px;
          line-height: 45px;
          margin-right: 20px; }
        .insight .container .section-content > div.details > dl > dd img {
          display: block;
          max-width: 100%; }
@media (max-width: 1400px) {
  .insight .container .section-content > div.item-img {
    width: 600px;
    padding-right: 100px; } }
@media (max-width: 1230px) {
  .insight .container .section-content > div.item-img {
    width: 500px; }
    .insight .container .section-content > div.item-img > figure:after {
      width: 400px;
      height: 400px; }
  .insight .container .section-content > div.details {
    padding-top: 0; } }
@media (max-width: 1024px) {
  .insight .container .section-content {
    display: block; }
    .insight .container .section-content > div {
      display: block;
      width: 100% !important; }
      .insight .container .section-content > div.item-img {
        padding: 0 25px;
        text-align: center; }
        .insight .container .section-content > div.item-img > figure {
          padding-right: 30px;
          padding-bottom: 30px; }
          .insight .container .section-content > div.item-img > figure:after {
            bottom: 0;
            right: 0;
            width: 70%;
            height: 70%; }
      .insight .container .section-content > div.details {
        margin-top: 70px; }
        .insight .container .section-content > div.details h4 {
          font-size: 32px;
          line-height: 44px; }
        .insight .container .section-content > div.details p {
          font-size: 17px;
          line-height: 33px;
          letter-spacing: -0.75px;
          margin-top: 30px; }
          .insight .container .section-content > div.details p br {
            display: none; }
            .insight .container .section-content > div.details p br.d-block {
              display: block; }
        .insight .container .section-content > div.details > dl {
          margin-top: 35px; }
          .insight .container .section-content > div.details > dl > dt {
            font-size: 17px;
            line-height: 35px; }
          .insight .container .section-content > div.details > dl > dd img {
            width: auto;
            height: 35px; } }

/* group */
.group {
  overflow: hidden;
  background-color: #F9F9F9; }
  .group .container .section-content > ul {
    overflow: hidden;
    width: calc(100% + 30px);
    margin: 0 -15px; }
    .group .container .section-content > ul > li {
      float: left;
      width: 33.33333333%;
      padding: 0 15px; }
      .group .container .section-content > ul > li:nth-of-type(3n + 1) {
        clear: left; }
      .group .container .section-content > ul > li:nth-of-type(3) ~ li {
        margin-top: 30px; }
      .group .container .section-content > ul > li .item-box {
        display: table;
        width: 100%;
        table-layout: fixed;
        padding: 35px;
        border-radius: 20px;
        border: 1px solid #E8E8E8;
        background-color: #FFF; }
        .group .container .section-content > ul > li .item-box > div {
          display: table-cell;
          vertical-align: middle; }
          .group .container .section-content > ul > li .item-box > div.item-img {
            width: 83px; }
            .group .container .section-content > ul > li .item-box > div.item-img img {
              display: block;
              max-width: 100%; }
          .group .container .section-content > ul > li .item-box > div.details {
            padding-left: 20px; }
            .group .container .section-content > ul > li .item-box > div.details > dl {
              font-family: 'Gmarket Sans'; }
              .group .container .section-content > ul > li .item-box > div.details > dl > dt {
                color: #444;
                font-size: 24px;
                font-weight: 600;
                letter-spacing: -1.1px; }
              .group .container .section-content > ul > li .item-box > div.details > dl > dd {
                color: #666;
                font-size: 19px;
                font-weight: 400;
                line-height: 24px;
                letter-spacing: -0.85px;
                margin-top: 10px; }
  @media (max-width: 1600px) {
    .group .container .section-content > ul {
      width: calc(100% + 20px);
      margin: 0 -10px; }
      .group .container .section-content > ul > li {
        padding: 0 10px; }
        .group .container .section-content > ul > li:nth-of-type(3) ~ li {
          margin-top: 20px; }
        .group .container .section-content > ul > li .item-box {
          padding: 30px 15px; }
          .group .container .section-content > ul > li .item-box > div.item-img {
            width: 70px; }
          .group .container .section-content > ul > li .item-box > div.details {
            padding-left: 10px; }
            .group .container .section-content > ul > li .item-box > div.details > dl > dd {
              font-size: 14px;
              line-height: 20px; } }
  @media (max-width: 1230px) {
    .group .container .section-content > ul > li {
      width: 50%; }
      .group .container .section-content > ul > li:nth-of-type(2n + 1) {
        clear: left; }
      .group .container .section-content > ul > li:nth-of-type(3n + 1) {
        clear: none; }
      .group .container .section-content > ul > li:nth-of-type(2) ~ li {
        margin-top: 20px; } }
  @media (max-width: 1024px) {
    .group .container .section-content > ul {
      width: 100%;
      margin: 0; }
      .group .container .section-content > ul > li {
        padding: 0;
        width: 100%;
        float: none; }
        .group .container .section-content > ul > li .item-box {
          padding: 25px 15px; }
          .group .container .section-content > ul > li .item-box > div.item-img {
            width: 60px; }
          .group .container .section-content > ul > li .item-box > div.details {
            padding-left: 15px; }
            .group .container .section-content > ul > li .item-box > div.details > dl > dt {
              font-size: 18px; }
            .group .container .section-content > ul > li .item-box > div.details > dl > dd {
              font-size: 15px;
              line-height: 23px;
              letter-spacing: -0.6px; }
              .group .container .section-content > ul > li .item-box > div.details > dl > dd br {
                display: none; }
        .group .container .section-content > ul > li ~ li {
          margin-top: 20px; } }

/* location */
.location .section-content .location-tab {
  font-size: 0;
  text-align: center;
  padding-bottom: 30px; }
  .location .section-content .location-tab > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
    .location .section-content .location-tab > ul > li > a {
      display: block;
      width: 222px;
      height: 52px;
      color: #A1A1A1;
      font-family: 'Gmarket Sans';
      font-size: 24px;
      font-weight: 400;
      letter-spacing: -1.1px;
      line-height: 56px;
      -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 #E5E5E5;
      border-radius: 50px; }
      .location .section-content .location-tab > ul > li > a:hover {
        opacity: .7;
        color: #fff;
        border-color: #2594C1;
        background-color: #2594C1; }
    .location .section-content .location-tab > ul > li.active > a {
      color: #fff;
      border-color: #2594C1;
      background-color: #2594C1; }
      .location .section-content .location-tab > ul > li.active > a:hover {
        opacity: 1; }
    .location .section-content .location-tab > ul > li:last-child {
      margin-right: 0; }
.location .section-content .map-area .root_daum_roughmap {
  width: 100% !important;
  height: 500px !important; }
  .location .section-content .map-area .root_daum_roughmap .wrap_map {
    width: 100% !important;
    height: 100% !important; }
  .location .section-content .map-area .root_daum_roughmap .wrap_btn_zoom {
    display: none !important; }
  .location .section-content .map-area .root_daum_roughmap .wrap_controllers {
    display: none; }
.location .section-content .details-info {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: -100px;
  padding: 0 100px; }
  .location .section-content .details-info > div {
    font-family: 'Gmarket Sans';
    padding: 60px 0;
    background-color: #2594C1; }
    .location .section-content .details-info > div address {
      display: block;
      color: #fff;
      font-style: normal;
      font-size: 26px;
      font-weight: 600;
      letter-spacing: -1.2px; }
    .location .section-content .details-info > div > ul {
      font-size: 0;
      margin-top: 20px; }
      .location .section-content .details-info > div > ul > li {
        display: inline-block;
        vertical-align: top;
        margin-right: 12px; }
        .location .section-content .details-info > div > ul > li:last-child {
          margin-right: 0; }
        .location .section-content .details-info > div > ul > li > dl {
          letter-spacing: -0.5px; }
          .location .section-content .details-info > div > ul > li > dl > dt, .location .section-content .details-info > div > ul > li > dl dd {
            display: inline-block;
            vertical-align: top; }
          .location .section-content .details-info > div > ul > li > dl > dt {
            color: #55CEFF;
            font-size: 20px;
            font-weight: 600;
            margin-right: 4px; }
          .location .section-content .details-info > div > ul > li > dl > dd {
            color: #FFF;
            font-size: 20px;
            font-weight: 400; }
            .location .section-content .details-info > div > ul > li > dl > dd > a {
              color: inherit; }
    .location .section-content .details-info > div .btn-area {
      font-size: 0;
      margin-top: 25px; }
      .location .section-content .details-info > div .btn-area > a {
        display: inline-block;
        vertical-align: top;
        height: 36px;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        letter-spacing: -0.8px;
        border-radius: 50px;
        line-height: 38px;
        margin-right: 6px;
        padding: 0 20px;
        border: 1px solid #fff;
        -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; }
        .location .section-content .details-info > div .btn-area > a:before {
          display: inline-block;
          vertical-align: top;
          width: 14px;
          height: 34px;
          content: '';
          margin-right: 7px;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: auto auto; }
        .location .section-content .details-info > div .btn-area > a:last-child {
          margin-right: 0; }
        .location .section-content .details-info > div .btn-area > a:hover {
          opacity: .7; }
        .location .section-content .details-info > div .btn-area > a.btn-share:before {
          background-image: url(/assets/images/sub/ico_share.png); }
        .location .section-content .details-info > div .btn-area > a.btn-map:before {
          background-image: url(/assets/images/sub/ico_google_map.png); }
@media (max-width: 1024px) {
  .location {
    overflow: hidden; }
    .location .container .section-content .location-tab > ul > li {
      margin-right: 10px; }
      .location .container .section-content .location-tab > ul > li > a {
        width: 125px;
        font-size: 15px;
        height: 32px;
        line-height: 34px; }
    .location .container .section-content .map-area {
      width: calc(100% + 30px);
      margin: 0 -15px; }
      .location .container .section-content .map-area .root_daum_roughmap {
        height: 230px !important; }
    .location .container .section-content .details-info {
      margin-top: -40px;
      padding: 0 15px; }
      .location .container .section-content .details-info > div {
        padding: 35px 20px; }
        .location .container .section-content .details-info > div address {
          font-size: 20px;
          line-height: 26px;
          letter-spacing: -1px; }
        .location .container .section-content .details-info > div > ul {
          margin-top: 20px; }
          .location .container .section-content .details-info > div > ul > li {
            display: block; }
            .location .container .section-content .details-info > div > ul > li ~ li {
              margin-top: 10px; }
        .location .container .section-content .details-info > div .btn-area {
          margin-top: 20px; }
          .location .container .section-content .details-info > div .btn-area > a {
            font-size: 16px;
            padding: 0 15px; }
            .location .container .section-content .details-info > div .btn-area > a:before {
              margin-right: 5px; } }

/* banner */
.banner {
  display: table;
  width: 100%;
  height: 260px;
  text-align: center;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  .banner > dl {
    font-family: 'Gmarket Sans';
    color: #fff;
    display: table-cell;
    vertical-align: middle; }
    .banner > dl dt {
      font-size: 34px;
      font-weight: 600;
      letter-spacing: -1.55px; }
    .banner > dl dd {
      font-size: 22px;
      font-weight: 400;
      line-height: 33px;
      letter-spacing: -1px;
      margin-top: 20px; }
  .banner ~ .banner {
    margin-top: 15px; }
  @media (max-width: 1024px) {
    .banner {
      width: calc(100% + 30px);
      height: 180px;
      margin: 0 -15px;
      padding: 0 15px;
      border-radius: 0; }
      .banner > dl > dt {
        font-size: 23px;
        letter-spacing: -1.05px; }
      .banner > dl > dd {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.6px;
        margin-top: 10px; } }

/* process-list */
.process-list {
  margin-top: 15px; }
  .process-list > ul > li .box {
    display: table;
    width: 100%;
    padding: 40px;
    table-layout: fixed;
    border-radius: 20px;
    border: 1px solid #E5E5E5; }
    .process-list > ul > li .box > div {
      display: table-cell;
      vertical-align: middle; }
      .process-list > ul > li .box > div.item-img {
        width: 130px; }
        .process-list > ul > li .box > div.item-img img {
          display: block;
          max-width: 100%; }
      .process-list > ul > li .box > div.details {
        font-family: 'Gmarket Sans';
        padding-left: 35px; }
        .process-list > ul > li .box > div.details > dl > dt {
          color: #444;
          font-size: 28px;
          font-weight: 600;
          line-height: 24px;
          letter-spacing: -1.25px; }
        .process-list > ul > li .box > div.details > dl > dd {
          color: #777;
          font-size: 22px;
          font-weight: 400;
          line-height: 30px;
          letter-spacing: -1px;
          margin-top: 15px; }
  .process-list > ul > li ~ li {
    margin-top: 15px; }
  @media (max-width: 1024px) {
    .process-list > ul > li .box {
      position: relative;
      display: block;
      padding: 0; }
      .process-list > ul > li .box > div.item-img {
        position: absolute;
        top: 25px;
        left: 25px;
        width: 64px; }
      .process-list > ul > li .box > div.details {
        padding: 25px; }
        .process-list > ul > li .box > div.details > dl > dt {
          font-size: 18px;
          line-height: 64px;
          padding-left: 90px;
          letter-spacing: -0.75px; }
        .process-list > ul > li .box > div.details > dl > dd {
          font-size: 14px;
          line-height: 26px;
          letter-spacing: -0.55px;
          margin-top: 16px; } }

/* reward */
.reward {
  overflow: hidden; }

/* consult-guide */
.consult-guide, .process {
  padding: 100px 0; }
  .consult-guide .container, .process .container {
    display: table;
    table-layout: fixed; }
    .consult-guide .container > div, .process .container > div {
      display: table-cell;
      vertical-align: top; }
      .consult-guide .container > div.section-title, .process .container > div.section-title {
        width: 320px; }
        .consult-guide .container > div.section-title > .icon, .process .container > div.section-title > .icon {
          display: block; }
          .consult-guide .container > div.section-title > .icon img, .process .container > div.section-title > .icon img {
            display: block;
            max-width: 100%; }
        .consult-guide .container > div.section-title h3, .process .container > div.section-title h3 {
          color: #444;
          font-size: 39px;
          font-weight: 600;
          line-height: 54px;
          letter-spacing: -1.8px;
          font-family: 'Gmarket Sans';
          margin-top: 15px; }
          .consult-guide .container > div.section-title h3 span, .process .container > div.section-title h3 span {
            color: #2594C1; }
        .consult-guide .container > div.section-title .btn-effect, .process .container > div.section-title .btn-effect {
          margin-top: 20px; }
  @media (max-width: 1400px) {
    .consult-guide .container > div.section-title, .process .container > div.section-title {
      width: 250px; } }
  @media (max-width: 1024px) {
    .consult-guide, .process {
      padding: 60px 0; }
      .consult-guide .container, .process .container {
        display: block; }
        .consult-guide .container > div, .process .container > div {
          display: block; }
          .consult-guide .container > div.section-title, .process .container > div.section-title {
            width: 100%;
            text-align: center;
            padding-bottom: 40px; }
            .consult-guide .container > div.section-title > .icon, .process .container > div.section-title > .icon {
              width: 24px;
              margin: 0 auto; }
            .consult-guide .container > div.section-title h3, .process .container > div.section-title h3 {
              font-size: 30px;
              line-height: 40px;
              margin-top: 13px;
              letter-spacing: -1px; }
            .consult-guide .container > div.section-title .btn-effect, .process .container > div.section-title .btn-effect {
              margin-top: 13px; } }

.consult-guide {
  overflow: hidden;
  background-color: #F9F9F9; }
  .consult-guide .container .section-content > ul {
    display: table;
    width: calc(100% + 20px);
    height: 100%;
    margin: 0 -10px;
    table-layout: fixed; }
    .consult-guide .container .section-content > ul > li {
      display: table-cell;
      vertical-align: top;
      height: 100%;
      padding: 0 10px; }
      .consult-guide .container .section-content > ul > li .box {
        position: relative;
        height: 100%;
        font-family: 'Gmarket Sans';
        padding: 40px 35px;
        border-radius: 20px;
        border: 1px solid #E5E5E5;
        background-color: #fff; }
        .consult-guide .container .section-content > ul > li .box > dl > dt {
          color: #444;
          font-size: 26px;
          font-weight: 600;
          line-height: 34px;
          letter-spacing: -1.2px; }
          .consult-guide .container .section-content > ul > li .box > dl > dt span {
            color: #2594C1; }
        .consult-guide .container .section-content > ul > li .box > dl > dd {
          color: #777;
          font-size: 17px;
          font-weight: 400;
          line-height: 30px;
          letter-spacing: -0.75px;
          margin-top: 16px; }
  @media (max-width: 1024px) {
    .consult-guide .container .section-content > ul {
      width: 100%;
      margin: 0; }
      .consult-guide .container .section-content > ul > li {
        display: block;
        padding: 0; }
        .consult-guide .container .section-content > ul > li .box {
          padding: 35px 30px; }
          .consult-guide .container .section-content > ul > li .box > dl > dt {
            font-size: 25px;
            letter-spacing: -1px; }
          .consult-guide .container .section-content > ul > li .box > dl > dd {
            font-size: 16px;
            line-height: 28px;
            letter-spacing: -0.665px;
            margin-top: 15px; }
        .consult-guide .container .section-content > ul > li ~ li {
          margin-top: 15px; } }

/* process */
.process {
  overflow: hidden; }
  .process .container .section-content > ol {
    overflow: hidden;
    width: calc(100% + 20px);
    margin: 0 -10px; }
    .process .container .section-content > ol > li {
      float: left;
      width: 33.33333333%;
      padding: 0 10px; }
      .process .container .section-content > ol > li .box {
        font-family: 'Gmarket Sans';
        text-align: center;
        height: 190px;
        padding: 40px 0;
        border-radius: 20px;
        border: 1px solid #E5E5E5;
        background-color: #FFF; }
        .process .container .section-content > ol > li .box span {
          display: block;
          width: 32px;
          height: 32px;
          line-height: 34px;
          color: #FFF;
          font-size: 16px;
          font-weight: 600;
          letter-spacing: -0.7px;
          margin: 0 auto;
          border-radius: 50%; }
        .process .container .section-content > ol > li .box p {
          color: #444;
          font-size: 24px;
          font-weight: 400;
          line-height: 33px;
          letter-spacing: -1px;
          margin-top: 20px; }
      .process .container .section-content > ol > li:nth-of-type(1) .box span {
        background-color: #2594C1; }
      .process .container .section-content > ol > li:nth-of-type(2) .box span {
        background-color: #2197C7; }
      .process .container .section-content > ol > li:nth-of-type(3) .box span {
        background-color: #1E9FD4; }
      .process .container .section-content > ol > li:nth-of-type(4) .box span {
        background-color: #18A6DF; }
      .process .container .section-content > ol > li:nth-of-type(5) .box span {
        background-color: #14ADEB; }
      .process .container .section-content > ol > li:nth-of-type(6) .box span {
        background-color: #0EB0F1; }
      .process .container .section-content > ol > li:nth-of-type(7) .box span {
        background-color: #0BB1F4; }
      .process .container .section-content > ol > li:nth-of-type(8) .box span {
        background-color: #0BB1F4; }
      .process .container .section-content > ol > li:nth-of-type(9) .box span {
        background-color: #06B2F7; }
      .process .container .section-content > ol > li:nth-of-type(3) ~ li {
        margin-top: 20px; }
      .process .container .section-content > ol > li:nth-of-type(3n + 1) {
        clear: left; }
  @media (max-width: 1024px) {
    .process .container .section-content > ol {
      width: calc(100% + 10px);
      margin: 0 -5px; }
      .process .container .section-content > ol > li {
        width: 50%;
        padding: 0 5px; }
        .process .container .section-content > ol > li .box {
          height: 110px;
          padding: 20px 0;
          border-radius: 10px; }
          .process .container .section-content > ol > li .box > span {
            width: 24px;
            font-size: 12px;
            height: 24px;
            line-height: 26px; }
          .process .container .section-content > ol > li .box p {
            font-size: 15px;
            margin-top: 10px;
            line-height: 20px;
            letter-spacing: -.5px; }
        .process .container .section-content > ol > li:nth-of-type(3n + 1) {
          clear: none; }
        .process .container .section-content > ol > li:nth-of-type(2n + 1) {
          clear: left; }
        .process .container .section-content > ol > li:nth-of-type(2) ~ li {
          margin-top: 10px !important; }
        .process .container .section-content > ol > li:last-child {
          width: 100%; } }

/* qna */
.qna {
  background-color: #F9F9F9; }
  .qna .section-content .qna-list .swiper-wrapper {
    transition-timing-function: linear; }
    .qna .section-content .qna-list .swiper-wrapper .swiper-slide {
      width: auto !important; }
      .qna .section-content .qna-list .swiper-wrapper .swiper-slide > a {
        display: block;
        min-width: 322px;
        padding: 30px;
        font-family: 'Gmarket Sans';
        border-radius: 20px;
        border: 1px solid #E5E5E5;
        background-color: #fff; }
        .qna .section-content .qna-list .swiper-wrapper .swiper-slide > a span {
          font-size: 22px;
          font-weight: 600;
          color: #2594C1; }
        .qna .section-content .qna-list .swiper-wrapper .swiper-slide > a p {
          color: #444;
          font-size: 22px;
          font-weight: 400;
          line-height: 34px;
          letter-spacing: -1px;
          margin-top: 12px; }
  @media (max-width: 1024px) {
    .qna .section-content .qna-list .swiper-wrapper .swiper-slide > a {
      padding: 20px;
      min-width: 240px; }
      .qna .section-content .qna-list .swiper-wrapper .swiper-slide > a span {
        font-size: 16px; }
      .qna .section-content .qna-list .swiper-wrapper .swiper-slide > a p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px; } }

/* interview-list */
.interview-list .container .section-content .gallery-list {
  border-bottom: 1px solid #777; }
  .interview-list .container .section-content .gallery-list .list-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #777; }
    .interview-list .container .section-content .gallery-list .list-info p {
      color: #333;
      font-size: 17px;
      font-weight: 400;
      letter-spacing: -0.45px;
      padding-left: 20px;
      background-image: url(/assets/images/sub/ico_all.png);
      background-repeat: no-repeat;
      background-position: 0 50%;
      background-size: auto auto; }
      .interview-list .container .section-content .gallery-list .list-info p b {
        color: #2594C1;
        font-weight: 700; }
  .interview-list .container .section-content .gallery-list > ul {
    overflow: hidden;
    padding: 70px 0 60px; }
    .interview-list .container .section-content .gallery-list > ul > li {
      float: left;
      width: 33.3333333333%;
      padding: 0 30px; }
      .interview-list .container .section-content .gallery-list > ul > li > a {
        display: block; }
        .interview-list .container .section-content .gallery-list > ul > li > a > figure img {
          display: block;
          width: 100%; }
        .interview-list .container .section-content .gallery-list > ul > li > a .details {
          padding-top: 20px; }
          .interview-list .container .section-content .gallery-list > ul > li > a .details small {
            display: block;
            font-size: 18px;
            color: #2594C1;
            font-weight: 700;
            letter-spacing: -0.8px; }
          .interview-list .container .section-content .gallery-list > ul > li > a .details p {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #333;
            font-size: 26px;
            font-weight: 600;
            letter-spacing: -1.2px;
            margin-top: 10px; }
          .interview-list .container .section-content .gallery-list > ul > li > a .details .date {
            display: block;
            color: #999;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: -0.8px;
            margin-top: 12px; }
      .interview-list .container .section-content .gallery-list > ul > li:nth-of-type(3) ~ li {
        margin-top: 50px; }
      .interview-list .container .section-content .gallery-list > ul > li:nth-of-type(3n + 1) {
        clear: left; }
.interview-list .container .section-content .pagination {
  margin-top: 40px; }
@media (max-width: 1400px) {
  .interview-list .container .section-content .gallery-list > ul > li {
    padding: 0 10px; } }
@media (max-width: 1024px) {
  .interview-list .container .section-content .gallery-list .list-info {
    text-align: right;
    padding-bottom: 14px; }
    .interview-list .container .section-content .gallery-list .list-info p {
      display: inline-block;
      font-size: 15px; }
  .interview-list .container .section-content .gallery-list > ul {
    padding: 20px 15px; }
    .interview-list .container .section-content .gallery-list > ul > li {
      width: 100%;
      padding: 0;
      float: none; }
      .interview-list .container .section-content .gallery-list > ul > li > a .details {
        padding-top: 15px; }
        .interview-list .container .section-content .gallery-list > ul > li > a .details small {
          font-size: 14px; }
        .interview-list .container .section-content .gallery-list > ul > li > a .details p {
          font-size: 20px;
          margin-top: 5px; }
        .interview-list .container .section-content .gallery-list > ul > li > a .details .date {
          font-size: 14px;
          margin-top: 10px; }
      .interview-list .container .section-content .gallery-list > ul > li ~ li {
        margin-top: 50px !important; } }

/* board-view */
.board-view .article-header {
  font-family: 'Gmarket Sans';
  text-align: center;
  padding: 35px 0;
  border-top: 2px solid #2594C1; }
  .board-view .article-header small {
    display: block;
    color: #2594C1;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.57px; }
  .board-view .article-header h4 {
    color: #000;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: -0.9px;
    margin-top: 20px; }
.board-view .view-info {
  text-align: right;
  padding: 15px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  background-color: #F9F9F9; }
  .board-view .view-info > dl {
    font-size: 0; }
    .board-view .view-info > dl > dt, .board-view .view-info > dl dd {
      display: inline-block;
      vertical-align: top;
      color: #555;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: -0.48px; }
    .board-view .view-info > dl dt {
      font-weight: 400;
      margin-right: 10px; }
.board-view .article-content {
  color: #666;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.75px;
  padding: 40px 30px 60px;
  border-bottom: 1px solid #E9E9E9; }
.board-view .btn-area {
  text-align: center;
  margin-top: 30px; }
  .board-view .btn-area .btn-back {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.9px;
    line-height: 48px;
    padding: 0 30px;
    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;
    background-color: #2594C1; }
    .board-view .btn-area .btn-back:hover {
      opacity: .7; }
    .board-view .btn-area .btn-back:after {
      display: inline-block;
      vertical-align: top;
      width: 12px;
      height: 48px;
      content: '';
      margin-left: 10px;
      background-image: url(/assets/images/sub/ico_back.png);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: auto auto; }
@media (max-width: 1024px) {
  .board-view .article-header {
    padding: 35px 0 30px; }
    .board-view .article-header small {
      font-size: 19px; }
    .board-view .article-header h4 {
      font-size: 20px;
      margin-top: 15px; }
  .board-view .view-info {
    text-align: center; }
  .board-view .article-content {
    padding: 30px 15px 40px; }
  .board-view .btn-area .btn-back {
    font-size: 13px;
    padding: 0 20px;
    line-height: 36px; }
    .board-view .btn-area .btn-back:after {
      width: 10px;
      height: 36px;
      background-size: 10px auto; } }

/* write-form */
.write-form {
  padding-top: 100px;
  background-color: #f9f9f9; }
  .write-form .container .form-wrap {
    padding: 50px;
    background-color: #fff; }
    .write-form .container .form-wrap .article-header select.form-control {
      display: block;
      width: 180px;
      height: 46px;
      color: #444;
      font-size: 17px;
      font-weight: 400;
      letter-spacing: -0.75px;
      padding: 0 15px;
      border: 1px solid #E5E5E5; }
    .write-form .container .form-wrap .article-header input[type="text"].form-control {
      display: block;
      width: 100%;
      height: 60px;
      color: #000;
      font-size: 30px;
      font-weight: 400;
      letter-spacing: -1.5px;
      padding-bottom: 20px;
      border: 0;
      border-bottom: 1px solid #E5E5E5; }
      .write-form .container .form-wrap .article-header input[type="text"].form-control::placeholder {
        color: #8D8D8D; }
    .write-form .container .form-wrap .article-header .form-group ~ .form-group {
      margin-top: 30px; }
    .write-form .container .form-wrap .article-content {
      padding-top: 30px; }
  .write-form .container .btn-area {
    text-align: center;
    margin-top: 30px; }
    .write-form .container .btn-area .btn {
      display: inline-block;
      vertical-align: top;
      color: #FFF;
      font-size: 20px;
      line-height: 48px;
      font-weight: 700;
      letter-spacing: -0.9px;
      padding: 0 30px;
      margin-right: 10px;
      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; }
      .write-form .container .btn-area .btn:hover {
        opacity: .7; }
      .write-form .container .btn-area .btn:last-child {
        margin-right: 0; }
      .write-form .container .btn-area .btn.btn-back {
        background-color: #2594C1; }
        .write-form .container .btn-area .btn.btn-back:after {
          display: inline-block;
          vertical-align: top;
          width: 12px;
          height: 48px;
          content: '';
          margin-left: 10px;
          background-image: url(/assets/images/sub/ico_back.png);
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: auto auto; }
      .write-form .container .btn-area .btn.btn-submit {
        background-color: #1E576F; }
  @media (max-width: 1024px) {
    .write-form {
      padding: 20px 15px; }
      .write-form .container .form-wrap {
        padding: 20px 25px; }
        .write-form .container .form-wrap .article-header select.form-control {
          margin: 0 auto; }
        .write-form .container .form-wrap .article-header input[type="text"].form-control {
          font-size: 15px;
          height: 40px;
          padding-bottom: 15px; }
        .write-form .container .form-wrap .article-header .form-group ~ .form-group {
          margin-top: 30px; }
        .write-form .container .form-wrap .article-content {
          padding-top: 25px; }
      .write-form .container .btn-area .btn {
        font-size: 13px;
        padding: 0 20px;
        line-height: 36px;
        margin-right: 5px; }
        .write-form .container .btn-area .btn.btn-back:after {
          width: 10px;
          height: 36px;
          background-size: 10px auto; } }

/* industrial-list */
.industrial-list .container .section-content .board-list {
  border-bottom: 1px solid #777; }
  .industrial-list .container .section-content .board-list .list-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #777; }
    .industrial-list .container .section-content .board-list .list-info p {
      color: #333;
      font-size: 17px;
      font-weight: 400;
      letter-spacing: -0.45px;
      padding-left: 20px;
      background-image: url(/assets/images/sub/ico_all.png);
      background-repeat: no-repeat;
      background-position: 0 50%;
      background-size: auto auto; }
      .industrial-list .container .section-content .board-list .list-info p b {
        color: #2594C1;
        font-weight: 700; }
  .industrial-list .container .section-content .board-list > ul {
    overflow: hidden;
    padding: 70px 20px; }
    .industrial-list .container .section-content .board-list > ul > li {
      float: left;
      width: 25%;
      padding: 0 10px; }
      .industrial-list .container .section-content .board-list > ul > li > a {
        display: block;
        padding: 30px;
        border-radius: 10px;
        -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 #E9E9E9;
        background-color: #FFF;
        background-image: url(/assets/images/sub/bg_industrial_list.png);
        background-repeat: no-repeat;
        background-position: calc(100% + 15px) calc(100% + 30px);
        background-size: auto auto; }
        .industrial-list .container .section-content .board-list > ul > li > a:hover {
          border-color: #2594C1;
          background-color: rgba(37, 148, 193, 0.3); }
        .industrial-list .container .section-content .board-list > ul > li > a .top {
          position: relative;
          padding-bottom: 15px;
          padding-right: 65px;
          border-bottom: 2px solid #2594C1; }
          .industrial-list .container .section-content .board-list > ul > li > a .top p {
            display: block;
            font-size: 22px;
            color: #2594C1;
            font-weight: 400;
            font-family: 'Gmarket Sans';
            letter-spacing: -1px; }
          .industrial-list .container .section-content .board-list > ul > li > a .top img {
            position: absolute;
            top: 0;
            right: 0;
            max-width: 100%; }
        .industrial-list .container .section-content .board-list > ul > li > a .details {
          position: relative;
          height: 180px;
          padding-top: 25px; }
          .industrial-list .container .section-content .board-list > ul > li > a .details > dl {
            font-family: 'Gmarket Sans'; }
            .industrial-list .container .section-content .board-list > ul > li > a .details > dl > dt {
              color: #333;
              font-size: 26px;
              font-weight: 600;
              letter-spacing: -1.2px; }
            .industrial-list .container .section-content .board-list > ul > li > a .details > dl > dd {
              color: #666;
              font-size: 22px;
              font-weight: 400;
              line-height: 30px;
              letter-spacing: -1px;
              margin-top: 12px; }
          .industrial-list .container .section-content .board-list > ul > li > a .details .date {
            position: absolute;
            bottom: 0;
            right: 0;
            color: #999;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: -0.8px; }
      .industrial-list .container .section-content .board-list > ul > li:nth-of-type(4n + 1) {
        clear: left; }
      .industrial-list .container .section-content .board-list > ul > li:nth-of-type(4) ~ li {
        margin-top: 30px; }
.industrial-list .container .section-content .pagination {
  margin-top: 40px; }
@media (max-width: 1230px) {
  .industrial-list .container .section-content .board-list > ul {
    padding-left: 5px;
    padding-right: 5px; }
    .industrial-list .container .section-content .board-list > ul > li {
      padding: 0 5px; }
      .industrial-list .container .section-content .board-list > ul > li > a {
        padding: 20px 15px; }
        .industrial-list .container .section-content .board-list > ul > li > a .top {
          padding-right: 60px;
          padding-bottom: 10px; }
          .industrial-list .container .section-content .board-list > ul > li > a .top p {
            font-size: 16px;
            line-height: 17px; }
          .industrial-list .container .section-content .board-list > ul > li > a .top img {
            max-width: 50px; }
        .industrial-list .container .section-content .board-list > ul > li > a .details {
          height: 140px;
          padding-top: 15px; }
          .industrial-list .container .section-content .board-list > ul > li > a .details > dl dt {
            font-size: 22px; }
          .industrial-list .container .section-content .board-list > ul > li > a .details > dl dd {
            font-size: 18px;
            line-height: 26px; }
          .industrial-list .container .section-content .board-list > ul > li > a .details .date {
            font-size: 16px; } }
@media (max-width: 1024px) {
  .industrial-list .container .section-content .board-list .list-info {
    text-align: right;
    padding-bottom: 14px; }
    .industrial-list .container .section-content .board-list .list-info p {
      display: inline-block;
      font-size: 15px; }
  .industrial-list .container .section-content .board-list > ul {
    padding: 30px 10px; }
    .industrial-list .container .section-content .board-list > ul > li {
      float: none;
      width: 100%; }
      .industrial-list .container .section-content .board-list > ul > li ~ li {
        margin-top: 15px !important; } }

/* news-list */
.news-list .list-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9; }
  .news-list .list-info p {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.45px;
    padding-left: 20px;
    background-image: url(/assets/images/sub/ico_all.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: auto auto; }
    .news-list .list-info p b {
      color: #2594C1;
      font-weight: 700; }
.news-list > ul {
  border-bottom: 1px solid #E9E9E9; }
  .news-list > ul > li > a {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 35px 30px; }
    .news-list > ul > li > a > div {
      display: table-cell;
      vertical-align: middle; }
      .news-list > ul > li > a > div.info {
        width: 90px; }
        .news-list > ul > li > a > div.info small {
          display: block;
          width: 100%;
          font-size: 18px;
          color: #fff;
          line-height: 30px;
          font-weight: 700;
          letter-spacing: -0.8px;
          text-align: center;
          background-color: #2594C1; }
      .news-list > ul > li > a > div.details {
        padding-left: 45px; }
        .news-list > ul > li > a > div.details strong {
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #333;
          font-size: 26px;
          font-weight: 600;
          letter-spacing: -1.2px; }
        .news-list > ul > li > a > div.details ul {
          font-size: 0;
          margin-top: 12px; }
          .news-list > ul > li > a > div.details ul > li {
            display: inline-block;
            vertical-align: top;
            color: #888;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: -0.8px; }
            .news-list > ul > li > a > div.details ul > li:after {
              position: relative;
              top: 7px;
              display: inline-block;
              vertical-align: top;
              width: 3px;
              height: 3px;
              content: '';
              margin: 0 7px 0 9px;
              border-radius: 50%;
              background-color: #D9D9D9; }
            .news-list > ul > li > a > div.details ul > li:last-child:after {
              display: none; }
  .news-list > ul > li ~ li {
    border-top: 1px solid #E9E9E9; }
@media (max-width: 1024px) {
  .news-list .list-info {
    text-align: right;
    padding-bottom: 14px; }
    .news-list .list-info p {
      display: inline-block;
      font-size: 15px; }
  .news-list > ul > li > a {
    display: block;
    padding: 15px 0; }
    .news-list > ul > li > a > div {
      display: block; }
      .news-list > ul > li > a > div.info {
        width: auto; }
        .news-list > ul > li > a > div.info small {
          display: inline-block;
          width: auto;
          font-size: 14px;
          line-height: 24px;
          padding: 0 10px; }
      .news-list > ul > li > a > div.details {
        margin-top: 12px;
        padding-left: 0; }
        .news-list > ul > li > a > div.details strong {
          font-size: 17px; }
        .news-list > ul > li > a > div.details > ul {
          margin-top: 10px; }
          .news-list > ul > li > a > div.details > ul > li {
            font-size: 16px; } }

/* consult-form */
.consult-form {
  max-width: 790px;
  margin: 0 auto;
  padding: 80px;
  background: #FFF;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.11); }
  .consult-form .article-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #777; }
    .consult-form .article-header > p {
      height: 46px;
      color: #FFF;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: -0.5px;
      line-height: 50px;
      font-family: 'Gmarket Sans';
      padding-left: 45px;
      background-color: #656DC2;
      background-image: url(/assets/images/sub/ico_message.png);
      background-repeat: no-repeat;
      background-position: 15px 50%;
      background-size: auto auto; }
      .consult-form .article-header > p b {
        font-weight: 600; }
  .consult-form .article-content {
    padding-top: 15px; }
    .consult-form .article-content > ul > li > dl > dt {
      color: #555;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: -0.75px; }
      .consult-form .article-content > ul > li > dl > dt.essential:after {
        color: #EC3C3C;
        content: ' *'; }
    .consult-form .article-content > ul > li > dl > dd {
      padding-top: 10px; }
      .consult-form .article-content > ul > li > dl > dd .form-control {
        display: block;
        width: 100%;
        height: 46px;
        font-size: 18px;
        color: #444;
        padding: 0 15px;
        border-radius: 5px;
        border: 1px solid #DDD;
        background: #FFF; }
        .consult-form .article-content > ul > li > dl > dd .form-control::placeholder {
          color: #B5B5B5; }
    .consult-form .article-content > ul > li ~ li {
      margin-top: 25px; }
    .consult-form .article-content .privacy {
      margin-top: 30px; }
      .consult-form .article-content .privacy h4 {
        color: #444;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.9px; }
        .consult-form .article-content .privacy h4 span {
          color: #2594C1; }
      .consult-form .article-content .privacy .privacy-content {
        color: #666;
        font-size: 17px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.75px;
        margin-top: 30px;
        padding: 20px;
        border-radius: 5px;
        border: 1px solid #DDD;
        background: #FFF; }
        .consult-form .article-content .privacy .privacy-content b {
          font-weight: 600; }
      .consult-form .article-content .privacy .agree {
        text-align: center;
        margin-top: 20px; }
        .consult-form .article-content .privacy .agree input[type="checkbox"] {
          display: none; }
        .consult-form .article-content .privacy .agree input[type="checkbox"] + label {
          display: inline-block;
          cursor: pointer;
          color: #555;
          font-size: 18px;
          font-weight: 500;
          letter-spacing: -0.75px;
          padding-left: 20px;
          -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-repeat: no-repeat;
          background-position: 0 50%;
          background-size: auto auto;
          background-image: url(/assets/images/sub/ico_checkbox.png); }
        .consult-form .article-content .privacy .agree input[type="checkbox"]:checked + label {
          background-image: url(/assets/images/sub/ico_checkbox_checked.png); }
    .consult-form .article-content .btn-area {
      margin-top: 20px; }
      .consult-form .article-content .btn-area .btn-submit {
        display: block;
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.9px;
        color: #fff;
        text-align: center;
        line-height: 54px;
        border-radius: 5px;
        background-color: #2594C1;
        -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; }
        .consult-form .article-content .btn-area .btn-submit:hover {
          opacity: .7; }
  @media (max-width: 1024px) {
    .consult-form {
      padding: 20px 15px; }
      .consult-form .article-header {
        padding-bottom: 20px; }
        .consult-form .article-header p {
          height: auto;
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.65px;
          padding: 10px 15px 6px 50px; }
      .consult-form .article-content {
        padding-top: 20px; }
        .consult-form .article-content .privacy {
          margin-top: 20px; }
          .consult-form .article-content .privacy .privacy-content {
            font-size: 14px;
            line-height: 25px;
            margin-top: 20px; } }

/* notice-list */
.notice-list {
  margin-bottom: 40px; }
  .notice-list .list-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #777; }
    .notice-list .list-info p {
      color: #333;
      font-size: 17px;
      font-weight: 400;
      letter-spacing: -0.45px;
      padding-left: 20px;
      background-image: url(/assets/images/sub/ico_all.png);
      background-repeat: no-repeat;
      background-position: 0 50%;
      background-size: auto auto; }
      .notice-list .list-info p b {
        color: #2594C1;
        font-weight: 700; }
  .notice-list > ul {
    border-bottom: 1px solid #777; }
    .notice-list > ul > li > a {
      position: relative;
      display: block;
      padding: 35px 0; }
      .notice-list > ul > li > a strong {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: -1.2px; }
      .notice-list > ul > li > a .date {
        display: block;
        color: #888;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.8px;
        margin-top: 12px; }
    .notice-list > ul > li.notice > a {
      padding-left: 110px; }
      .notice-list > ul > li.notice > a .ico {
        position: absolute;
        top: 50%;
        left: 0;
        width: 110px;
        text-align: center;
        transform: translateY(-50%); }
        .notice-list > ul > li.notice > a .ico p {
          display: inline-block;
          font-size: 20px;
          color: #2594C1;
          padding-left: 22px;
          font-weight: 800;
          letter-spacing: -0.9px;
          background-image: url(/assets/images/sub/ico_notice.png);
          background-repeat: no-repeat;
          background-position: 0 50%;
          background-size: auto auto; }
    .notice-list > ul > li ~ li {
      border-top: 1px solid #E9E9E9; }
  @media (max-width: 1024px) {
    .notice-list {
      margin-bottom: 30px; }
      .notice-list .list-info {
        text-align: right;
        padding-bottom: 14px; }
        .notice-list .list-info p {
          display: inline-block;
          font-size: 15px; }
      .notice-list > ul > li > a {
        padding: 15px 0; }
        .notice-list > ul > li > a strong {
          font-size: 17px; }
        .notice-list > ul > li > a .date {
          font-size: 16px;
          margin-top: 10px; }
      .notice-list > ul > li.notice > a {
        padding-top: 45px;
        padding-bottom: 45px; } }

/* terms */
.terms .container .section-content > ol {
  border-top: 1px solid #777;
  border-bottom: 1px solid #E9E9E9; }
  .terms .container .section-content > ol > li {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.8px;
    padding: 35px 0; }
    .terms .container .section-content > ol > li b {
      display: block;
      color: #444;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: -0.9px;
      margin-bottom: 15px; }
    .terms .container .section-content > ol > li .space {
      margin-bottom: 15px; }
    .terms .container .section-content > ol > li strong {
      display: block;
      color: #2594C1;
      font-size: 22px;
      font-weight: 700;
      line-height: 28px;
      margin-bottom: 15px; }
    .terms .container .section-content > ol > li a {
      display: inline;
      color: inherit; }
    .terms .container .section-content > ol > li .default {
      margin-top: 5px; }
      .terms .container .section-content > ol > li .default > li {
        color: #666; }
    .terms .container .section-content > ol > li .round > li {
      position: relative;
      padding-left: 16px; }
      .terms .container .section-content > ol > li .round > li span {
        position: absolute;
        top: 0;
        left: 0; }
      .terms .container .section-content > ol > li .round > li ~ li {
        margin-top: 8px; }
    .terms .container .section-content > ol > li .round.type-2 > li {
      font-weight: 600; }
      .terms .container .section-content > ol > li .round.type-2 > li > span {
        font-weight: 600; }
      .terms .container .section-content > ol > li .round.type-2 > li * {
        font-weight: 400; }
    .terms .container .section-content > ol > li .decimal {
      margin-top: 5px;
      padding-left: 15px; }
    .terms .container .section-content > ol > li ~ li {
      border-top: 1px solid #E9E9E9; }
.terms .container .section-content .dott {
  margin-top: 15px; }
  .terms .container .section-content .dott > li b {
    display: block;
    position: relative;
    color: #666;
    font-weight: 600;
    padding-left: 13px;
    margin-bottom: 0; }
    .terms .container .section-content .dott > li b:before {
      position: absolute;
      top: 50%;
      left: 0;
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      transform: translateY(-50%);
      background-color: #666; }
  .terms .container .section-content .dott > li ~ li {
    margin-top: 15px; }
.terms .container .section-content .dashed {
  margin-top: 5px;
  padding-left: 10px; }
.terms .container .section-content h4 {
  color: #444;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 35px; }
@media (max-width: 1024px) {
  .terms .container .section-content > ol > li {
    font-size: 13px;
    line-height: 24px;
    padding: 20px 0; }
    .terms .container .section-content > ol > li b {
      font-size: 15px;
      margin-bottom: 10px; }
    .terms .container .section-content > ol > li .space {
      margin-bottom: 10px; }
    .terms .container .section-content > ol > li strong {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 10px; }
    .terms .container .section-content > ol > li .round > li {
      padding-left: 13px; }
      .terms .container .section-content > ol > li .round > li ~ li {
        margin-top: 5px; }
    .terms .container .section-content > ol > li .decimal {
      padding-left: 10px; }
  .terms .container .section-content .dott {
    margin-top: 5px; }
  .terms .container .section-content h4 {
    font-size: 16px;
    margin-top: 20px; } }

/*# sourceMappingURL=sub.css.map */
