@charset "UTF-8";
@import url(./lib/owl_carousel.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
@font-face {
  font-family: 'Noto Sans Kr';
  font-style: normal;
  font-weight: 100;
  src: local("notokr light"), local("notokr-light"), url("../fonts/notokr-light.eot");
  src: url("../fonts/notokr-light.eot?#iefix") format("embedded-opentype"), url("../fonts/notokr-light.woff2") format("woff2"), url("../fonts/notokr-light.woff") format("woff"); }

@font-face {
  font-family: 'Noto Sans Kr';
  font-style: normal;
  font-weight: 300;
  src: local("notokr regular"), local("notokr-regular"), url("../fonts/notokr-regular.eot");
  src: url("../fonts/notokr-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/notokr-regular.woff2") format("woff2"), url("../fonts/notokr-regular.woff") format("woff"); }

@font-face {
  font-family: 'Noto Sans Kr';
  font-style: normal;
  font-weight: 500;
  src: local("notokr medium"), local("notokr-medium"), url("../fonts/notokr-medium.eot");
  src: url("../fonts/notokr-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/notokr-medium.woff2") format("woff2"), url("../fonts/notokr-medium.woff") format("woff"); }

@font-face {
  font-family: 'Noto Sans Kr';
  font-style: normal;
  font-weight: 700;
  src: local("notokr bold"), local("notokr-bold"), url("../fonts/notokr-bold.eot");
  src: url("../fonts/notokr-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/notokr-bold.woff2") format("woff2"), url("../fonts/notokr-bold.woff") format("woff"); }

@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  src: local("Segoe UI Regular"), url("../fonts/Segoe UI.woff") format("woff"); }

@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 500;
  src: local("seguisb"), url("../fonts/seguisb.woff") format("woff"); }

/*******************************************
*    Mixin
********************************************/
html {
  font-family: 'Noto Sans Kr', sans-serif;
  font-size: 16px;
  line-height: 1; }

/* text color */
/* point color */
/* line & Bg color */
.clfix {
  *zoom: 1; }
  .clfix:after {
    display: block;
    clear: both;
    content: ""; }

.hide {
  display: none; }

.inner {
  width: 1100px;
  margin: 0 auto; }

.sub_top.sub01 {
  background: url("../images/bg_sub_top_01.jpg") no-repeat; }
  .sub_top.sub01 .submenu_wrap .submenu_lst li {
    width: 20%; }

.sub_top.sub02 {
  background: url("../images/bg_sub_top_02.jpg") no-repeat; }
  .sub_top.sub02 .submenu_wrap .submenu_lst li {
    width: 33.333333%; }

.sub_top.sub03 {
  background: url("../images/bg_sub_top_03.jpg") no-repeat; }
  .sub_top.sub03 .submenu_wrap .submenu_lst li {
    width: 50%; }

.sub_top.sub04 {
  background: url("../images/bg_sub_top_04.jpg") no-repeat; }
  .sub_top.sub04 #subMenu {
    display: none !important; }

.roboto {
  font-family: 'Roboto', sans-serif; }

.fr {
  float: right; }

.fl {
  float: left; }

.tr {
  text-align: right !important; }

.tl {
  text-align: left !important; }

.tc {
  text-align: center !important; }

/****************************************************
*    TITLE COMMON
******************************************************/
.top_title {
  padding: 80px 0 99px; }
  .top_title h2 {
    font-size: 2.625rem;
    color: #fff;
    text-align: center;
    font-weight: 300; }

.cont_title {
  text-align: center;
  padding: 50px 0;
  position: relative; }
  .cont_title h3 {
    font-size: 2.375rem;
    color: #333;
    font-weight: 300; }
  .cont_title .tit_inner {
    margin-top: 10px; }
    .cont_title .tit_inner .desc {
      color: #999;
      line-height: 1.5rem;
      font-size: 1rem;
      font-weight: 300; }

.box_title {
  margin-bottom: 30px;
  *zoom: 1; }
  .box_title:after {
    display: block;
    clear: both;
    content: ""; }
  .box_title h4 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #333; }

.cont_slogan {
  font-weight: 300;
  line-height: 2rem; }
  .cont_slogan .main_txt {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #F4902F; }
  .cont_slogan .sub_txt {
    color: #666;
    line-height: 1.5rem;
    font-size: 1rem; }

/****************************************************
*    INPUT
******************************************************/
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select {
  font-family: 'Noto Sans Kr',sans-serif;
  font-size: 13px;
  padding: 0 15px;
  height: 40px;
  min-height: 40px;
  line-height: 40px;
  color: #333;
  background: #fff;
  border: 1px solid #5b9dd7;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input[type=color].auto,
  input[type=date].auto,
  input[type=datetime-local].auto,
  input[type=datetime].auto,
  input[type=email].auto,
  input[type=month].auto,
  input[type=number].auto,
  input[type=password].auto,
  input[type=search].auto,
  input[type=tel].auto,
  input[type=text].auto,
  input[type=time].auto,
  input[type=url].auto,
  input[type=week].auto,
  select.auto {
    width: 100%; }
  input[type=color].right,
  input[type=date].right,
  input[type=datetime-local].right,
  input[type=datetime].right,
  input[type=email].right,
  input[type=month].right,
  input[type=number].right,
  input[type=password].right,
  input[type=search].right,
  input[type=tel].right,
  input[type=text].right,
  input[type=time].right,
  input[type=url].right,
  input[type=week].right,
  select.right {
    text-align: right; }
  input[type=color].center,
  input[type=date].center,
  input[type=datetime-local].center,
  input[type=datetime].center,
  input[type=email].center,
  input[type=month].center,
  input[type=number].center,
  input[type=password].center,
  input[type=search].center,
  input[type=tel].center,
  input[type=text].center,
  input[type=time].center,
  input[type=url].center,
  input[type=week].center,
  select.center {
    text-align: center; }
  input[type=color]:focus,
  input[type=date]:focus,
  input[type=datetime-local]:focus,
  input[type=datetime]:focus,
  input[type=email]:focus,
  input[type=month]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=search]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=time]:focus,
  input[type=url]:focus,
  input[type=week]:focus,
  select:focus {
    outline-color: #5b9dd7; }

/****************************************************
*    RADIO
******************************************************/
input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important; }
  input[type="radio"] + label {
    color: #333;
    font-size: 14px;
    cursor: pointer; }
    input[type="radio"] + label:before {
      display: inline-block;
      margin: 0 6px 2px 18px;
      vertical-align: middle;
      background: url("../images/system_spr_ico.png") no-repeat;
      background-size: 300px 83px;
      cursor: pointer;
      content: ''; }
  input[type="radio"]:focus + label:before {
    border-color: rgba(48, 63, 79, 0.4);
    -webkit-box-shadow: 0 0 4px 1px rgba(48, 63, 79, 0.2), 0 0 0 1px #e7e7e7;
            box-shadow: 0 0 4px 1px rgba(48, 63, 79, 0.2), 0 0 0 1px #e7e7e7;
    outline: 0; }

input[type="radio"] + label:before {
  width: 17px;
  height: 17px;
  background-position: -40px -9px; }

input[type="radio"]:checked + label:before {
  background-position: -16px -9px; }

input[type="radio"][disabled] + label:before {
  background-position: -63px -9px; }

input[type="radio"]:focus + label:before {
  border-radius: 50%; }

/****************************************************
*    NICE SELECT
******************************************************/
.selbox {
  display: inline-block;
  vertical-align: middle; }
  .selbox .nice-select {
    font-family: 'Noto Sans Kr', sans-serif;
    width: 122px;
    height: 40px;
    font-size: 1rem;
    line-height: 38px;
    font-weight: 300;
    border-radius: 3px; }
    .selbox .nice-select span {
      font-weight: 300;
      color: #666;
      font-size: 1rem; }
    .selbox .nice-select:hover, .selbox .nice-select:focus {
      border-color: #dbdbdb !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .selbox .nice-select .list {
      width: 100%;
      border-radius: 3px; }
    .selbox .nice-select .option {
      min-height: 38px;
      line-height: 38px;
      color: #666;
      font-weight: 300; }
      .selbox .nice-select .option.selected {
        background-color: #f5f5f5; }
      .selbox .nice-select .option:hover {
        color: #666;
        background-color: #f5f5f5; }

/****************************************************
*    TABLE
******************************************************/
.tbl {
  position: relative; }
  .tbl.finance {
    width: 100%; }
    .tbl.finance table {
      border: 1px solid #dcdcdc;
      width: 100%; }
    .tbl.finance thead th {
      text-align: center;
      height: 50px;
      font-weight: 500;
      color: #333;
      font-size: 1rem;
      background-color: #f4f4f4;
      border-bottom: 1px solid #dcdcdc; }
      .tbl.finance thead th + th {
        border-left: 1px solid #dcdcdc; }
    .tbl.finance tbody th {
      text-align: center;
      height: 50px;
      font-weight: 500;
      color: #333;
      font-size: 1rem;
      background-color: #f4f4f4;
      border-bottom: 1px solid #dcdcdc; }
      .tbl.finance tbody th + th {
        border-left: 1px solid #dcdcdc; }
      .tbl.finance tbody th + td {
        border-left: 1px solid #dcdcdc; }
    .tbl.finance tbody tr + tr {
      border-top: 1px solid #dcdcdc; }
    .tbl.finance tbody td {
      text-align: right;
      font-size: 1rem;
      height: 44px;
      font-weight: 300;
      padding: 0 10px;
      color: #666; }
      .tbl.finance tbody td + td {
        border-left: 1px solid #dcdcdc; }
  .tbl.basic table {
    border: 1px solid #dcdcdc;
    width: 100%; }
  .tbl.basic thead th {
    text-align: center;
    height: 50px;
    font-weight: 300;
    color: #333;
    font-size: 1rem;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dcdcdc; }
    .tbl.basic thead th + th {
      border-left: 1px solid #dcdcdc; }
  .tbl.basic tbody th {
    text-align: center;
    height: 50px;
    font-weight: 300;
    color: #333;
    font-size: 1rem;
    border-bottom: 1px solid #dcdcdc; }
    .tbl.basic tbody th + th {
      border-left: 1px solid #dcdcdc; }
    .tbl.basic tbody th + td {
      border-left: 1px solid #dcdcdc; }
  .tbl.basic tbody tr + tr {
    border-top: 1px solid #dcdcdc; }
  .tbl.basic tbody td {
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
    padding: 20px 35px;
    color: #666; }
    .tbl.basic tbody td + td {
      border-left: 1px solid #dcdcdc; }
    .tbl.basic tbody td ul li {
      line-height: 1.5rem;
      font-size: 1rem; }
  .tbl.line table {
    width: 100%;
    border-top: 2px solid #808080; }
  .tbl.line thead th {
    background-color: #f4f4f4;
    padding: 24px 0;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9; }
    .tbl.line thead th + th {
      border-left: 1px solid #d9d9d9; }
  .tbl.line tbody th {
    padding: 50px 40px;
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9; }
  .tbl.line tbody td {
    padding: 30px;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; }
    .tbl.line tbody td .bullet ul li {
      line-height: 1.625rem; }
      .tbl.line tbody td .bullet ul li:before {
        top: 11px; }
  .tbl .caption {
    margin: 0;
    position: absolute;
    top: -30px;
    right: 0; }

.caption {
  margin: 20px 0; }
  .caption .dec {
    font-weight: 300;
    font-size: 0.875rem;
    color: #999; }

/****************************************************
*    TAB
******************************************************/
.tab_lst li {
  float: left;
  width: 25%;
  display: block;
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 50px; }
  .tab_lst li a {
    font-weight: 300;
    line-height: 50px;
    color: #666; }
  .tab_lst li.on {
    border: 1px solid #333;
    border-bottom: 0; }
    .tab_lst li.on a {
      font-weight: 500;
      color: #333; }
  .tab_lst li + li {
    border-left: 0; }

.tab_container {
  margin-top: 20px; }

/****************************************************
*    COMPONENT
******************************************************/
.bullet ul li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.25rem;
  color: #666;
  position: relative;
  padding-left: 10px; }
  .bullet ul li:before {
    width: 2px;
    height: 2px;
    background-color: #666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 17px;
    display: block;
    content: ""; }

.txt h5 {
  font-size: 1.125rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 15px; }

.txt p {
  font-size: 1rem;
  color: #666;
  line-height: 1.625rem;
  font-weight: 300; }
  .txt p + p {
    margin-top: 20px; }

.txt + .txt {
  margin-top: 25px; }

.img_box {
  *zoom: 1;
  margin-bottom: 30px; }
  .img_box:after {
    display: block;
    clear: both;
    content: ""; }
  .img_box .img {
    border: 1px solid #dcdcdc;
    width: 440px;
    height: 320px;
    float: left;
    margin-right: 35px;
    background-position: center;
    text-indent: -9999em; }
    .img_box .img.module {
      background: url(../images/img_storeage_module.png) no-repeat; }
    .img_box .img.software {
      background: url(../images/img_storeage_software.png) no-repeat; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0; }

dl, ul, ol, menu, li {
  list-style: none; }

address, caption, cite, code, dfn, em, var {
  font-style: normal; }

img, fieldset, iframe {
  border: 0 none; }

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

input, select, textarea, button {
  vertical-align: middle; }

textarea {
  resize: none; }

input::-ms-clear {
  display: none; }

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer; }

button, input[type='button'], input[type='submit'], input[type='reset'], input[type='file'] {
  border-radius: 0;
  -webkit-appearance: button; }

input[type="image"], input[type="text"], input[type="submit"], input[type="password"], input[type='search'] {
  border-radius: 0;
  -webkit-appearance: none; }

input:checked[type='checkbox'] {
  -webkit-appearance: checkbox;
  background-color: transparent; }

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

caption, legend {
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0px;
  line-height: 0; }

a {
  text-decoration: none;
  select-dummy: expression(this.hideFocus=true); }

a:active {
  background-color: transparent; }

body, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, button {
  /* font family, letter-spacing etc...*/ }

hr {
  display: none; }

textarea, input {
  -webkit-apperence: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, main, menu {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

sup, sub {
  line-height: 0; }

html, body {
  width: 100%; }

ul:after, ol:after {
  content: '';
  clear: both;
  display: block; }

/****************************************************
*    HEADER
******************************************************/
h1 {
  position: absolute;
  font-size: 0;
  text-indent: -9999px; }

header {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc; }
  header.on:before {
    z-index: 98;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 210px;
    background: #f8f8f8;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    content: ''; }
  header .header_wrap {
    position: relative;
    *zoom: 1; }
    header .header_wrap:after {
      display: block;
      clear: both;
      content: ""; }
  header .logo {
    position: absolute;
    top: 26px;
    left: 0;
    width: 182px;
    height: 31px;
    text-indent: -9999px; }
    header .logo a {
      display: block;
      width: 100%;
      height: 100%;
      background: url("../images/bit_header_logo.png") no-repeat; }
  header .nav_wrap {
    display: block;
    height: 79px;
    margin-left: 250px;
    float: left; }
    header .nav_wrap nav {
      display: block;
      *zoom: 1; }
      header .nav_wrap nav:after {
        display: block;
        clear: both;
        content: ""; }
  header .gnb {
    width: 825px;
    height: 79px;
    z-index: 100;
    float: left; }
    header .gnb > li {
      display: inline-block;
      height: auto;
      float: left;
      width: 22%; }
      header .gnb > li:last-child {
        padding-left: 0; }
        header .gnb > li:last-child a {
          text-align: center;
          padding-left: 0; }
      header .gnb > li.on a, header .gnb > li.here a {
        color: #F4902F; }
      header .gnb > li > a {
        padding-left: 45px;
        display: block;
        height: 100%;
        width: 100%;
        text-align: center;
        font-weight: 500;
        font-size: 1.25rem;
        color: #333;
        line-height: 79px; }
      header .gnb > li > .gnb_dep2 {
        text-align: center;
        padding-left: 66px;
        position: absolute;
        z-index: 99;
        left: auto;
        top: 79px;
        min-width: 120px;
        max-width: 150px;
        height: 0;
        padding-top: 20px;
        overflow: hidden; }
        header .gnb > li > .gnb_dep2 li {
          width: 100%;
          position: relative;
          display: block;
          line-height: 34px; }
          header .gnb > li > .gnb_dep2 li:hover a {
            color: #F4902F; }
          header .gnb > li > .gnb_dep2 li > a {
            position: relative;
            display: inline-block;
            padding-left: 10px;
            color: #333;
            font-size: 1em;
            font-weight: 400; }
            header .gnb > li > .gnb_dep2 li > a:before {
              position: absolute;
              top: 0;
              left: 0;
              width: 3px;
              height: 3px;
              font-size: 1em;
              content: '\00B7'; }
      header .gnb > li.active > .gnb_dep2 {
        display: block;
        height: auto; }
  header .sns {
    float: left;
    width: 130px;
    height: 80px;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc; }
    header .sns > ul {
      width: 92px;
      margin: 25px auto;
      *zoom: 1; }
      header .sns > ul:after {
        display: block;
        clear: both;
        content: ""; }
      header .sns > ul > li {
        float: left; }
        header .sns > ul > li a {
          position: absolute;
          font-size: 0;
          text-indent: -9999px;
          position: relative; }
          header .sns > ul > li a:before {
            background: url(../images/spr_global_icon.png) no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
            display: block;
            content: ""; }
        header .sns > ul > li.facebook a {
          display: block;
          width: 14px;
          height: 26px; }
          header .sns > ul > li.facebook a:before {
            width: 14px;
            height: 26px;
            background-position: -13px -11px; }
          header .sns > ul > li.facebook a:hover:before {
            background-position: -13px -51px; }
        header .sns > ul > li.youtube {
          margin-left: 13px; }
          header .sns > ul > li.youtube a {
            display: block;
            width: 29px;
            height: 29px; }
            header .sns > ul > li.youtube a:before {
              top: -1px;
              width: 29px;
              height: 29px;
              background-position: -39px -9px; }
            header .sns > ul > li.youtube a:hover:before {
              background-position: -39px -49px; }
        header .sns > ul > li.blog {
          margin-left: 10px; }
          header .sns > ul > li.blog a {
            display: block;
            width: 14px;
            height: 26px; }
            header .sns > ul > li.blog a:before {
              top: -1px;
              width: 27px;
              height: 27px;
              background-position: -80px -10px; }
            header .sns > ul > li.blog a:hover:before {
              background-position: -80px -50px; }
  header .quick_link {
    float: left;
    height: 80px;
    border-right: 1px solid #dcdcdc; }
    header .quick_link_open {
      display: block;
      padding: 32px 10px; }
      header .quick_link_open > span {
        padding-right: 10px;
        font-size: 12px;
        color: #F4902F;
        position: relative; }
        header .quick_link_open > span:after {
          background: url(../images/spr_global_icon.png) no-repeat;
          background-position: -117px -12px;
          width: 7px;
          height: 11px;
          position: absolute;
          top: 3px;
          right: 0px;
          display: block;
          content: ""; }
      header .quick_link_open:hover span {
        border-bottom: 1px solid #F4902F; }
    header .quick_link_close {
      display: block;
      position: absolute;
      font-size: 0;
      text-indent: -9999px;
      right: -30px;
      bottom: -33px;
      width: 19px;
      height: 19px; }
      header .quick_link_close:before {
        background: url(../images/spr_global_icon.png) no-repeat;
        background-position: -118px -34px;
        width: 19px;
        height: 19px;
        display: block;
        content: ""; }
    header .quick_link_wrap {
      display: none;
      width: 100%;
      position: absolute;
      top: 80px;
      left: 0;
      height: 200px;
      background-color: rgba(0, 0, 0, 0.9);
      padding-top: 65px; }
    header .quick_link_lst {
      width: 1100px;
      margin: 0 auto;
      position: relative; }
      header .quick_link_lst ul {
        *zoom: 1; }
        header .quick_link_lst ul:after {
          display: block;
          clear: both;
          content: ""; }
        header .quick_link_lst ul li {
          float: left;
          width: 210px;
          height: 86px;
          border: 4px solid #fff;
          text-align: center; }
          header .quick_link_lst ul li a {
            color: #fff;
            font-size: 1.125rem;
            font-weight: 300;
            display: block;
            padding: 30px 15px;
            text-shadow: 2px 2px 2px #000; }
            header .quick_link_lst ul li a span {
              position: relative;
              -webkit-transition: all .2s;
              -o-transition: all .2s;
              transition: all .2s; }
          header .quick_link_lst ul li + li {
            margin-left: 12px; }
          header .quick_link_lst ul li:hover a span {
            padding-right: 15px;
            border-bottom: 1px solid #fff; }
            header .quick_link_lst ul li:hover a span:before {
              background: url(../images/spr_global_icon.png) no-repeat;
              background-position: -129px -12px;
              position: absolute;
              right: 0;
              top: 7px;
              width: 8px;
              height: 13px;
              display: block;
              content: ""; }
          header .quick_link_lst ul li:first-child a {
            background: url("../images/quicklink_sol_img.png") no-repeat; }
          header .quick_link_lst ul li:nth-child(2) a {
            background: url("../images/quicklink_emb_img.png") no-repeat; }
          header .quick_link_lst ul li:nth-child(3) a {
            background: url("../images/quicklink_blo_img.png") no-repeat; }
          header .quick_link_lst ul li:nth-child(4) a {
            background: url("../images/quicklink_net_img.png") no-repeat; }
          header .quick_link_lst ul li:last-child a {
            background: url("../images/quicklink_voi_img.png") no-repeat; }
        header .quick_link_lst ul:before {
          position: absolute;
          top: -40px;
          color: #fff;
          font-size: 1.25rem;
          font-weight: 300;
          content: "SGA계열사"; }

/****************************************************
*    FOOTER
******************************************************/
#footer {
  border-top: 1px solid #dcdcdc; }
  #footer .footer_wrap {
    position: relative;
    background-color: #3e3e3e;
    border-top: 1px solid #dcdcdc; }
    #footer .footer_wrap .footer_cont {
      padding: 35px 0; }
    #footer .footer_wrap .footer_logo {
      float: left;
      display: block;
      text-indent: -9999em;
      margin-right: 35px;
      margin-top: 10px;
      background: url(../images/bit_footer_logo.png) no-repeat;
      width: 206px;
      height: 34px; }
    #footer .footer_wrap .footer_info {
      float: left;
      color: #999;
      font-size: 0.8125rem;
      font-weight: 300;
      position: relative; }
      #footer .footer_wrap .footer_info dl {
        display: inline-block;
        margin-bottom: 5px; }
        #footer .footer_wrap .footer_info dl + dl dt {
          margin-left: 15px;
          padding-left: 20px; }
          #footer .footer_wrap .footer_info dl + dl dt:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 13px;
            width: 1px;
            background-color: #999;
            display: block;
            content: ""; }
      #footer .footer_wrap .footer_info dt {
        display: inline-block;
        position: relative; }
      #footer .footer_wrap .footer_info dd {
        display: inline-block; }
        #footer .footer_wrap .footer_info dd + dt {
          margin-left: 20px;
          padding-left: 20px; }
          #footer .footer_wrap .footer_info dd + dt:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 13px;
            width: 1px;
            background-color: #999;
            display: block;
            content: ""; }
      #footer .footer_wrap .footer_info address {
        margin-bottom: 5px;
        font-size: 0.8125rem;
        line-height: 1rem; }
      #footer .footer_wrap .footer_info .copyright {
        line-height: 1rem; }
      #footer .footer_wrap .footer_info .privacy_link {
        border: 1px solid #999;
        padding: 5px;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 0.8125rem;
        color: #ddd;
        font-weight: 100;
        display: block; }
      #footer .footer_wrap .footer_info .ethics_link{
        border: 1px solid #fff;
        padding: 5px;
        position: absolute;
        bottom: 0;
        right: 120px;
        font-size: 0.8125rem;
        color: #0a0a0a;
        background-color: white;
        font-weight: 300;
        display: block;
      }
    #footer .footer_wrap .btn_top_wrap {
      position: fixed;
      bottom: 40px;
      right: 50px;
      width: 50px;
      height: 50px;
      z-index: 5;
      display: none;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      #footer .footer_wrap .btn_top_wrap.fix {
        display: block; }
      #footer .footer_wrap .btn_top_wrap > .top_btn {
        width: 60px;
        height: 60px;
        display: block;
        border-radius: 50%;
        position: relative;
        background-color: #8b8b8b;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
        opacity: .9; }
        #footer .footer_wrap .btn_top_wrap > .top_btn:before {
          background: url(../images/spr_global_icon.png) no-repeat;
          background-position: -117px -67px;
          width: 19px;
          height: 25px;
          position: absolute;
          top: 18px;
          left: 0;
          right: 0;
          bottom: 0;
          margin: 0 auto;
          display: block;
          content: ""; }
        #footer .footer_wrap .btn_top_wrap > .top_btn > span {
          display: block;
          text-indent: -9999em; }
  #footer .owl-carousel-wrap {
    height: 58px; }

  #footer .report .privacy_link{

  }
#footer .ethics .ethics_link{

}

/****************************************************
*    SUB MENU
******************************************************/
.submenu_wrap {
  background-color: #fff;
  height: 58px;
  width: 100%; }

.submenu_lst {
  *zoom: 1; }
  .submenu_lst:after {
    display: block;
    clear: both;
    content: ""; }
  .submenu_lst > li {
    float: left;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    overflow: hidden; }
    .submenu_lst > li + li {
      border-left: 0; }
    .submenu_lst > li > a {
      display: block;
      width: 100%;
      height: 58px;
      color: #666;
      font-weight: 300;
      line-height: 58px;
      font-size: 1.125rem;
      text-align: center; }
      .submenu_lst > li > a .ico {
        position: relative; }
        .submenu_lst > li > a .ico:after {
          background: url(../images/spr_global_icon.png) no-repeat;
          -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          -o-transition: transform .4s;
          transition: transform .4s;
          transition: transform .4s, -webkit-transform .4s;
          background-position: -49px -90px;
          width: 8px;
          height: 14px;
          margin-left: 10px;
          -webkit-transform: rotate(270deg);
              -ms-transform: rotate(270deg);
                  transform: rotate(270deg);
          display: inline-block;
          content: ""; }
      .submenu_lst > li > a:hover {
        color: #F4902F;
        border-bottom: 1px solid #F4902F;}
        .submenu_lst > li > a:hover .ico:after {
          background-position: -64px -90px; }
    .submenu_lst > li.on > a {
      color: #F4902F;
      border-bottom: 1px solid #F4902F;}
    .submenu_lst > li.open {
      overflow: inherit;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .submenu_lst > li.open .submenu_lst_dep2 {
        max-height: 50px; }
        .submenu_lst > li.open .submenu_lst_dep2 li {
          height: 50px; }
          .submenu_lst > li.open .submenu_lst_dep2 li a {
            height: 50px;
            font-size: 1.125rem;
            border: 1px solid #dcdcdc; }
            .submenu_lst > li.open .submenu_lst_dep2 li a:before {
              background: url(../images/spr_global_icon.png) no-repeat;
              background-position: -49px -90px;
              width: 8px;
              height: 14px;
              position: absolute;
              right: 20px;
              top: 18px;
              display: block;
              content: ""; }
            .submenu_lst > li.open .submenu_lst_dep2 li a:hover {
              color: #F4902F;
              }
              .submenu_lst > li.open .submenu_lst_dep2 li a:hover:before {
                background-position: -64px -90px; }
      .submenu_lst > li.open .ico:after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
  .submenu_lst_dep2 {
    width: 100%;
    max-height: 0;
    z-index: 999;
    position: absolute;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .submenu_lst_dep2 > li {
      width: 100% !important;
      background-color: #fff;
      height: 0; }
      .submenu_lst_dep2 > li a {
        height: 0;
        display: block;
        width: 100%;
        color: #666;
        font-weight: 300;
        line-height: 50px;
        padding: 0 20px;
        text-align: left;
        position: relative;
        font-size: 0; }
      .submenu_lst_dep2 > li + li {
        border-top: 1px solid #dcdcdc; }
      .submenu_lst_dep2 > li.on > a {
        color: #F4902F; }

/****************************************************
*    LAYOUT
******************************************************/
.container {
  text-align: left;
  padding-bottom: 80px;
  width: 1920px;
  margin: 0 auto; }
  .container .sub_top {
    height: 280px;
    border-bottom: 1px solid #dcdcdc;
    background-position: top right; }
    .container .sub_top > .inner {
      position: relative; }
    .container .sub_top.sub03,
    .container .sub_top.sub04 {
      height: 220px;
      border-bottom: 0; }
    .container .sub_top .location {
      position: absolute;
      top: 20px;
      left: 0; }
      .container .sub_top .location ul {
        *zoom: 1; }
        .container .sub_top .location ul:after {
          display: block;
          clear: both;
          content: ""; }
        .container .sub_top .location ul li {
          float: left;
          color: #fff;
          font-weight: 300;
          font-size: 0.8125rem; }
          .container .sub_top .location ul li + li {
            padding-left: 30px;
            position: relative; }
            .container .sub_top .location ul li + li:before {
              font-weight: 300;
              position: absolute;
              left: 10px;
              font-size: 0.8125rem;
              color: #fff;
              content: '>'; }
  .container .sub_cont .cont_box + .cont_box {
    margin-top: 50px; }

.main_cont {
  padding-bottom: 70px; }

.main_rolling {
  height: 780px;
  background-color: #f5f5f5; }
  .main_rolling .swiper-container {
    height: 100%;
    width: 100%; }
  .main_rolling .swiper-slide {
    background-position: center;
    position: relative; }
    .main_rolling .swiper-slide.bg01 {
      background: url(../images/bg_main_rolling_01.jpg) no-repeat;
      height: 780px;
      width: 100%; }
      .main_rolling .swiper-slide.bg01 .rolling_item:after {
        top: 110px;
        width: 594px;
        height: 567px;
        background: url(../images/bg_main_info_01.png) no-repeat; }
    .main_rolling .swiper-slide.bg02 {
      background: url(../images/bg_main_rolling_02.jpg) no-repeat;
      height: 780px;
      width: 100%; }
      .main_rolling .swiper-slide.bg02 .rolling_item:after {
        top: 120px;
        right: -65px;
        width: 838px;
        height: 538px;
        background: url(../images/bg_main_info_02.png) no-repeat; }
    .main_rolling .swiper-slide.bg03 {
      /*background: url(../images/bg_main_rolling_03.jpg) no-repeat;*/
      background: url(../images/bit_bg_main_rolling_03.png) no-repeat;
      height: 780px;
      width: 100%; }
      .main_rolling .swiper-slide.bg03 .rolling_item:after {
        top: 205px;
        right: -235px;
        width: 828px;
        height: 452px;
        background: url(../images/bit_bg_main_info_03.png) no-repeat; 
        /*background: url(../images/bg_main_info_03.png) no-repeat; */
      }
    .main_rolling .swiper-slide.bg04 {
      background: url(../images/bg_main_rolling_04.jpg) no-repeat;
      height: 780px;
      width: 100%; }
      .main_rolling .swiper-slide.bg04 .rolling_item:after {
        top: 130px;
        width: 574px;
        height: 565px;
        background: url(../images/bg_main_info_04.png) no-repeat; }
  .main_rolling .swiper-pagination {
    position: relative;
    display: block;
    float: left; }
    .main_rolling .swiper-pagination span.swiper-pagination-bullet {
      width: auto;
      height: auto;
      font-family: 'Roboto',san-serif;
      color: #fff;
      background-color: transparent;
      font-size: 1.125rem;
      margin: 0;
      font-weight: 200;
      display: inline-block; }
      .main_rolling .swiper-pagination span.swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 25px;
        position: relative; }
        .main_rolling .swiper-pagination span.swiper-pagination-bullet + .swiper-pagination-bullet:before {
          display: block;
          position: absolute;
          left: -15px;
          vertical-align: middle;
          content: "/"; }
  .main_rolling .swiper-component {
    width: 1100px;
    bottom: 230px;
    left: 0;
    right: 0;
    top: auto;
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    *zoom: 1; }
    .main_rolling .swiper-component:after {
      display: block;
      clear: both;
      content: ""; }
  .main_rolling .swiper-control {
    display: block;
    float: left;
    margin-left: 20px; }
    .main_rolling .swiper-control .btn {
      display: none; }
      .main_rolling .swiper-control .btn.start {
        position: relative;
        width: 10px;
        height: 16px;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px; }
        .main_rolling .swiper-control .btn.start:before {
          position: absolute;
          top: 2px;
          left: 0;
          width: 10px;
          height: 0;
          border-style: solid;
          border-width: 7px 0 7px 10px;
          border-color: transparent transparent transparent #fff;
          opacity: 0.5;
          display: block;
          content: ''; }
      .main_rolling .swiper-control .btn.stop {
        position: relative;
        width: 10px;
        height: 16px;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px; }
        .main_rolling .swiper-control .btn.stop:before {
          position: absolute;
          top: 2px;
          left: 1px;
          width: 8px;
          height: 16px;
          background: transparent;
          border-left: 2px solid #fff;
          border-right: 2px solid #fff;
          opacity: 0.5;
          content: ''; }
      .main_rolling .swiper-control .btn.show {
        display: block; }
  .main_rolling .rolling_item {
    width: 1100px;
    margin: 0 auto;
    padding-top: 240px;
    position: relative; }
    .main_rolling .rolling_item:after {
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      content: ""; }
    .main_rolling .rolling_item h2 {
      font-size: 3.75rem;
      color: #fff;
      font-weight: 500;
      margin-bottom: 30px; }
    .main_rolling .rolling_item p {
      color: #fff;
      font-size: 2.25rem;
      line-height: 3rem;
      font-weight: 100; }
      .main_rolling .rolling_item p em {
        font-size: 2.25rem;
        line-height: 3rem;
        display: block;
        font-weight: 100; }

.main .main_board .board_list {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0 0 0; }
  .main .main_board .board_list > li {
    width: 360px;
    float: left; }
    .main .main_board .board_list > li:last-child {
      width: 670px;
      margin-left: 70px; }
    .main .main_board .board_list > li .notice_wrap {
      position: relative; }
      .main .main_board .board_list > li .notice_wrap h2 {
        width: 100%;
        padding-bottom: 30px;
        font-size: 1.5rem;
        font-weight: 400; }
      .main .main_board .board_list > li .notice_wrap .notice_list {
        width: 100%;
        height: 100%;
        margin-top: 0; }
        .main .main_board .board_list > li .notice_wrap .notice_list li {
          width: 100%;
          padding: 0; }
          .main .main_board .board_list > li .notice_wrap .notice_list li:first-child {
            border-top: 0; }
            .main .main_board .board_list > li .notice_wrap .notice_list li:first-child a .title {
              color: #333; }
          .main .main_board .board_list > li .notice_wrap .notice_list li a {
            display: block;
            width: 100%;
            height: 100%; }
            .main .main_board .board_list > li .notice_wrap .notice_list li a .title {
              position: relative;
              max-width: 100%;
              font-size: 1rem;
              line-height: 24px;
              color: #333333;
              font-weight: 300;
              overflow: hidden;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .main .main_board .board_list > li .notice_wrap .notice_list li a .title:hover {
                color: #F4902F;
                text-decoration: underline; }
            .main .main_board .board_list > li .notice_wrap .notice_list li a .date {
              display: block;
              font-size: 0.875rem;
              color: #666;
              font-weight: 200;
              font-family: 'Roboto',san-serif;
              margin: 10px 0 18px 0; }
            .main .main_board .board_list > li .notice_wrap .notice_list li a.new .title {
              padding-left: 20px; }
              .main .main_board .board_list > li .notice_wrap .notice_list li a.new .title:after {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                font-size: 10px;
                width: 15px;
                height: 15px;
                line-height: 15px;
                color: #fff;
                font-weight: 700;
                text-align: center;
                background: #4a63a1;
                content: 'N';
                border-radius: 100%; }
      .main .main_board .board_list > li .notice_wrap .btn_more {
        position: absolute;
        display: block;
        top: 7px;
        right: 0; }
        .main .main_board .board_list > li .notice_wrap .btn_more span {
          position: relative;
          display: inline-block;
          padding-right: 23px;
          font-size: 0.875em;
          color: #666; }
          .main .main_board .board_list > li .notice_wrap .btn_more span:before {
            position: absolute;
            display: block;
            width: 2px;
            height: 12px;
            top: 1px;
            right: 5px;
            background: #333;
            content: ''; }
          .main .main_board .board_list > li .notice_wrap .btn_more span:after {
            position: absolute;
            display: block;
            width: 12px;
            height: 2px;
            top: 6px;
            right: 0;
            background: #333;
            content: ''; }
    .main .main_board .board_list > li .event_wrap {
      position: relative;
      width: 100%; }
      .main .main_board .board_list > li .event_wrap h2 {
        width: 100%;
        padding-bottom: 25px;
        font-size: 1.5rem;
        font-weight: 400; }
      .main .main_board .board_list > li .event_wrap .event_banner {
        width: 100%;
        height: 248px;
        margin-top: 7px;
        position: relative; }
        .main .main_board .board_list > li .event_wrap .event_banner .event_list {
          width: 100%;
          *zoom: 1; }
          .main .main_board .board_list > li .event_wrap .event_banner .event_list:after {
            display: block;
            clear: both;
            content: ""; }
          .main .main_board .board_list > li .event_wrap .event_banner .event_list li {
            float: left;
            height: 100%;
            width: 100%;
            position: relative; }
            .main .main_board .board_list > li .event_wrap .event_banner .event_list li.bg_gray {
              background-color: #f5f5f5; }
              .main .main_board .board_list > li .event_wrap .event_banner .event_list li.bg_gray:before {
                border-right: 14px solid #f5f5f5 !important; }
            .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box {
              height: 248px;
              width: 100%; }
              .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text {
                height: 100%;
                width: 100%; }
                .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li {
                  z-index: 1;
                  position: relative;
                  width: 50%;
                  overflow: hidden;
                  border-radius: 8px 0 0 8px;
                  border-right: 0; }
                  .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li:last-child {
                    border-radius: 0 8px 8px 0;
                    border: 1px solid #dcdcdc;
                    border-left: 0;
                    padding: 30px; }
                  .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li img {
                    width: 100%;
                    height: 100%; }
                  .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li h3 {
                    text-align: left;
                    font-weight: 300;
                    line-height: 22px;
                    font-size: 1rem;
                    margin-bottom: 20px;
                    margin-top: 25px; }
                  .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li p {
                    text-align: center; }
                    .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li p.title {
                      font-size: 0.875rem;
                      color: #666666;
                      font-weight: 500; }
                    .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li p.txt {
                      text-align: left;
                      font-size: 0.875rem;
                      color: #666666;
                      font-weight: 500;
                      line-height: 22px; }
                  .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li .celebrate {
                    width: 235px;
                    height: 167px;
                    margin: 10px auto;
                    background: url(../images/img_banner_01.png) no-repeat; }
                  .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li .banner_pure dl {
                    width: 100%; }
                  .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li .banner_pure dt {
                    font-size: 0.875rem;
                    font-weight: 500;
                    color: #000;
                    text-align: center;
                    margin-bottom: 25px; }
                  .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li .banner_pure dd {
                    font-size: 0.875rem;
                    color: #333;
                    font-weight: 500;
                    padding-left: 10px;
                    line-height: 1.625rem;
                    position: relative; }
                    .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li .banner_pure dd:before {
                      position: absolute;
                      width: 4px;
                      height: 4px;
                      background-color: #999;
                      border-radius: 50%;
                      left: 0;
                      top: 10px;
                      display: block;
                      content: ""; }
                    .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li .banner_pure dd.pure_logo div {
                      display: block;
                      width: 144px;
                      height: 26px;
                      margin: 30px auto 0;
                      background: url(../images/bg_main_banner_pure.png) no-repeat; }
                    .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li .banner_pure dd.pure_logo:before {
                      display: none; }
                  .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li + li {
                    position: relative;
                    overflow: visible; }
                    .main .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li + li:before {
                      width: 16px;
                      height: 50px;
                      border-top: 24px solid transparent;
                      border-left: 0;
                      border-right: 14px solid #ffffff;
                      border-bottom: 24px solid transparent;
                      position: absolute;
                      top: 50%;
                      left: 0;
                      z-index: 20;
                      margin-top: -24px;
                      margin-left: -14px;
                      content: '';
                      display: block; }
      .main .main_board .board_list > li .event_wrap .swiper-button-next {
        background: url(../images/spr_sub_icon.png) no-repeat;
        background-position: -93px -14px;
        width: 58px;
        height: 58px;
        position: absolute;
        right: -30px;
        border-radius: 50%;
        outline: none !important;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
      .main .main_board .board_list > li .event_wrap .swiper-button-prev {
        background: url(../images/spr_sub_icon.png) no-repeat;
        background-position: -17px -14px;
        width: 58px;
        height: 58px;
        position: absolute;
        left: -30px;
        border-radius: 50%;
        outline: none !important;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

/****************************************************
*    주요 연혁
******************************************************/
.history_box {
  *zoom: 1; }
  .history_box:after {
    display: block;
    clear: both;
    content: ""; }
  .history_box + .history_box ul {
    border-top: 0; }
  .history_box h4 {
    float: left;
    width: 220px;
    font-size: 1.5rem;
    color: #333;
    font-weight: 500;
    line-height: 1.625rem; }
    .history_box h4 .roboto {
      font-weight: 500;
      font-size: 1.5rem;
      color: #333; }
  .history_box ul {
    float: right;
    width: calc(100% - 220px);
    border-top: 1px solid #d9d9d9; }
    .history_box ul li {
      min-height: 100px;
      padding: 35px 0;
      border-bottom: 1px solid #d9d9d9; }
      .history_box ul li.this_year {
        position: relative; }
        .history_box ul li.this_year:before {
          position: absolute;
          top: -1px;
          left: 0;
          width: 160px;
          height: 4px;
          background-color: #F4902F;
          display: block;
          content: ""; }
      .history_box ul li dl {
        padding-left: 175px;
        position: relative; }
        .history_box ul li dl dt {
          padding-left: 5px;
          width: 175px;
          line-height: 1.9375rem;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -18px;
          font-size: 1.125rem;
          font-weight: 500;
          color: #333; }
        .history_box ul li dl dd {
          color: #666;
          font-size: 1rem;
          line-height: 1.9375rem;
          font-weight: 300;
          width: 100%;
          display: inline-block;
          vertical-align: super; }
          .history_box ul li dl dd:before {
            margin-right: 5px;
            background-color: #333;
            line-height: 1.9375rem;
            vertical-align: super;
            border-radius: 50%;
            width: 2px;
            height: 2px;
            display: inline-block;
            content: ""; }

/****************************************************
*    CI소개
******************************************************/
.cibox {
  position: relative; }
  .cibox .img {
    width: 100%;
    position: relative;
    border: 1px solid #dcdcdc; }
    .cibox .img img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .cibox .tit {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-top: 0; }
    .cibox .tit h5 {
      padding-top: 15px;
      color: #666;
      font-weight: 300;
      font-size: 1rem;
      text-align: center; }
  .cibox_full {
    width: 100%;
    height: 250px;
    background: url("../images/bg_cibox_full.png") no-repeat 0 0; }
    .cibox_full ul {
      height: 250px;
      border: 1px solid #dcdcdc;
      *zoom: 1; }
      .cibox_full ul:after {
        display: block;
        clear: both;
        content: ""; }
      .cibox_full ul li {
        width: 50%;
        height: 250px;
        float: left;
        position: relative; }
        .cibox_full ul li img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
  .cibox.kor {
    width: 100%;
    background: url("../images/bg_cibox_kor.png") repeat-x; }
    .cibox.kor .img {
      height: 320px; }
  .cibox.eng {
    width: 100%;
    background: url("../images/bg_cibox_eng.png") repeat-x; }
    .cibox.eng .img {
      height: 200px; }
  .cibox_col {
    *zoom: 1; }
    .cibox_col:after {
      display: block;
      clear: both;
      content: ""; }
    .cibox_col .col02 {
      width: calc(50% - 10px);
      float: left; }
      .cibox_col .col02 + .col02 {
        margin-left: 20px; }
    .cibox_col + .cibox_col {
      margin-top: 10px; }
  .cibox_color .color_box {
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    *zoom: 1; }
    .cibox_color .color_box:after {
      display: block;
      clear: both;
      content: ""; }
    .cibox_color .color_box dl {
      width: 20%;
      height: 218px;
      border: 1px solid #999999;
      float: left;
      margin-left: -1px; }
    .cibox_color .color_box dt {
      width: 100%;
      height: 50%;
      padding: 19px 0 0 19px;
      font-size: 0.875rem;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 18px; }
    .cibox_color .color_box dd {
      width: 100%;
      height: 50%;
      padding: 19px 0 0 19px;
      font-size: 0.875rem;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 18px;
      border-top: 1px solid #999999; }
      .cibox_color .color_box dd.blue {
        position: relative;
        color: #fff;
        background: #0079c0;
        border-color: #0079c0; }
      .cibox_color .color_box dd.gray {
        position: relative;
        color: #fff;
        background: #58595B;
        border-color: #999999; }
      .cibox_color .color_box dd span {
        display: inline-block;
        width: 22px; }
    .cibox_color .color_box + .color_box {
      margin-top: 20px; }

/****************************************************
*    GWP
******************************************************/
.gwp_intro {
  width: 100%;
  height: 286px;
  background-color: #f4f5f5;
  padding: 70px 0 70px 75px;
  margin-bottom: 40px;
  position: relative; }
  .gwp_intro:after {
    background: url(../images/img_gwp_intro.png);
    width: 302px;
    height: 286px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: ""; }
  .gwp_intro P {
    font-weight: 300; }
    .gwp_intro P.slogan {
      color: #F4902F;
      font-size: 1.25rem;
      line-height: 1.875rem;
      margin-bottom: 30px; }
    .gwp_intro P.txt {
      color: #666;
      font-size: 1rem;
      line-height: 1.625rem; }

.gwp_lst ul {
  *zoom: 1; }
  .gwp_lst ul:after {
    display: block;
    clear: both;
    content: ""; }
  .gwp_lst ul li {
    float: left;
    width: 340px;
    margin-bottom: 10px; }
    .gwp_lst ul li + li {
      margin-left: 40px; }
    .gwp_lst ul li.open .gwp_item {
      height: 360px;
      overflow: hidden;
      border: 1px solid #F4902F;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .gwp_lst ul li.open .gwp_item .info {
        position: relative; }
        .gwp_lst ul li.open .gwp_item .info .btn_wrap {
          opacity: 1; }
  .gwp_lst ul + ul {
    margin-top: 20px; }

.gwp_m_lst {
  display: none; }

.gwp_item {
  border: 1px solid #dcdcdc;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  height: 306px;
  overflow: hidden; }
  .gwp_item .info {
    padding: 20px; }
    .gwp_item .info dl {
      width: 100%; }
      .gwp_item .info dl dt {
        font-size: 0.875rem;
        color: #F4902F;
        font-weight: 300;
        margin-bottom: 15px;
        *zoom: 1; }
        .gwp_item .info dl dt:after {
          display: block;
          clear: both;
          content: ""; }
        .gwp_item .info dl dt span {
          float: right;
          padding-left: 12px;
          position: relative;
          color: #999; }
          .gwp_item .info dl dt span:before {
            width: 1px;
            height: 11px;
            position: absolute;
            top: 2px;
            left: 0;
            background-color: #b8b8b8;
            display: block;
            content: ""; }
          .gwp_item .info dl dt span time {
            color: #999;
            font-size: 0.75rem;
            line-height: 0.875rem; }
      .gwp_item .info dl dd {
        font-size: 0.9375rem;
        line-height: 1.5rem;
        color: #333; }
  .gwp_item .btn_wrap {
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .gwp_item .btn_wrap .btn.more {
      margin: 0 auto;
      text-align: center;
      display: block;
      width: 95px;
      height: 30px;
      line-height: 30px;
      border-radius: 2px;
      background-color: #F4902F;
      color: #fff;
      font-size: 0.8125rem; }

.gwp_photo {
  margin-top: 50px; }
  .gwp_photo > div {
    position: relative; }
  .gwp_photo_caption {
    text-align: center;
    margin-top: 25px; }
    .gwp_photo_caption p {
      font-size: 1.125rem;
      font-weight: 300; }
    .gwp_photo_caption ul li {
      display: none; }
      .gwp_photo_caption ul li.show {
        display: block; }
  .gwp_photo .swiper-container {
    width: 900px;
    height: 460px;
    background-color: #f4f4f4;
    position: relative; }
    .gwp_photo .swiper-container:before {
      position: absolute;
      color: #999;
      font-size: 2rem;
      display: block;
      text-align: center;
      width: 100%;
      margin-top: -30px;
      top: 50%;
      content: "Loading :)"; }
  .gwp_photo .swiper-button-prev {
    background: url(../images/spr_sub_icon.png) no-repeat;
    background-position: -17px -14px;
    width: 58px;
    height: 58px;
    margin-top: -58px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    outline: none !important; }
    .gwp_photo .swiper-button-prev:focus {
      outline: none !important; }
    .gwp_photo .swiper-button-prev:hover {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .gwp_photo .swiper-button-next {
    background: url(../images/spr_sub_icon.png) no-repeat;
    background-position: -93px -14px;
    width: 58px;
    height: 58px;
    margin-top: -58px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    outline: none !important; }
    .gwp_photo .swiper-button-next:focus {
      outline: none !important; }
    .gwp_photo .swiper-button-next:hover {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

/****************************************************
*    게시판
******************************************************/
.notice .search_head {
  text-align: right;
  margin-bottom: 12px; }
  .notice .search_head .searchbox {
    vertical-align: middle;
    display: inline-block;
    width: 360px; }
    .notice .search_head .searchbox input[type=text] {
      display: inline-block;
      float: left;
      font-size: 0.875rem;
      text-indent: 5px;
      color: #666;
      width: calc(100% - 95px);
      height: 40px;
      border-radius: 3px;
      border: 1px solid #dcdcdc; }
    .notice .search_head .searchbox .btn_search {
      display: inline-block;
      float: left;
      width: 88px;
      height: 40px;
      margin-left: 6px;
      border-radius: 3px;
      line-height: 40px;
      text-align: center;
      background-color: #F4902F; }
      .notice .search_head .searchbox .btn_search:hover {
        background-color: #D17A28; }
      .notice .search_head .searchbox .btn_search span {
        position: relative;
        display: inline-block;
        padding-left: 22px;
        color: #fff;
        font-size: 0.875rem; }
        .notice .search_head .searchbox .btn_search span:before {
          position: absolute;
          top: 11px;
          left: 0;
          width: 14px;
          height: 14px;
          border: 2px solid #fff;
          border-radius: 50%;
          content: ''; }
        .notice .search_head .searchbox .btn_search span:after {
          position: absolute;
          top: 23px;
          left: 12px;
          width: 2px;
          height: 5px;
          background: #fff;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          content: ''; }

.notice .board_table {
  width: 100%;
  border-top: 2px solid #666;
  border-bottom: 1px solid #dcdcdc; }
  .notice .board_table table {
    width: 100%; }
    .notice .board_table table tr:first-child th {
      border-top: 0; }
    .notice .board_table table tr:first-child td {
      border-top: 0; }
    .notice .board_table table th {
      height: 54px;
      border-bottom: 1px solid #dcdcdc;
      font-size: 1rem;
      font-weight: 500;
      color: #666;
      font-weight: 300;
      text-align: center;
      vertical-align: middle; }
    .notice .board_table table td {
      height: 54px;
      padding: 5px 10px;
      border-top: 1px solid #dcdcdc;
      font-size: 1rem;
      font-weight: 300;
      color: #333;
      text-align: center;
      vertical-align: middle; }
      .notice .board_table table td a {
        color: #333;
        font-weight: 300; }
        .notice .board_table table td a:hover {
          color: #F4902F; }
      .notice .board_table table td.title {
        text-align: left; }
        .notice .board_table table td.title.ico a {
          position: relative;
          padding-left: 30px; }
          .notice .board_table table td.title.ico a:before {
            background: url(../images/spr_sub_icon.png) no-repeat;
            background-position: -196px -14px;
            position: absolute;
            top: 3px;
            left: 0;
            width: 16px;
            height: 16px;
            display: block;
            content: ""; }
      .notice .board_table table td.date {
        color: #333; }
      .notice .board_table table td .noti {
        display: inline-block;
        width: 60px;
        height: 24px;
        background: #F4902F;
        text-align: center;
        color: #fff;
        font-weight: 300;
        font-size: 0.875rem;
        line-height: 24px;
        border-radius: 2px; }
      .notice .board_table table td .arti {
        display: inline-block;
        width: 60px;
        height: 24px;
        background: #58aa47;
        text-align: center;
        color: #fff;
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 24px;
        border-radius: 2px; }
      .notice .board_table table td .new {
        display: inline-block;
        width: 50px;
        height: 24px;
        background: #ff8a20;
        text-align: center;
        color: #fff;
        margin-right: 10px;
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 24px;
        border-radius: 2px; }

.notice .pagination_wrap {
  width: 100%;
  text-align: center; }
  .notice .pagination_wrap .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 20px 0;
    *zoom: 1; }
    .notice .pagination_wrap .pagination:after {
      display: block;
      clear: both;
      content: ""; }
    .notice .pagination_wrap .pagination li {
      float: left;
      position: relative;
      z-index: 0;
      background: #fff; }
      .notice .pagination_wrap .pagination li + li {
        border-left: 0; }
      .notice .pagination_wrap .pagination li > a, .notice .pagination_wrap .pagination li > span {
        color: #666;
        position: relative;
        float: left;
        font-family: 'Roboto', sans-serif;
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 1rem;
        margin-left: -1px;
        border: 1px solid #d9d9d9;
        font-weight: 400;
        background: #fff; }
        .notice .pagination_wrap .pagination li > a:hover, .notice .pagination_wrap .pagination li > span:hover {
          color: #fff;
          border: 1px solid #F4902F;
          background-color: #F4902F; }
      .notice .pagination_wrap .pagination li.active > a, .notice .pagination_wrap .pagination li.active > span {
        z-index: 2;
        color: #fff;
        cursor: default;
        border: 1px solid #F4902F;
        background-color: #F4902F; }
      .notice .pagination_wrap .pagination li.ico + .ico {
        margin-left: 0; }
      .notice .pagination_wrap .pagination li.ico a {
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        position: relative; }
        .notice .pagination_wrap .pagination li.ico a:hover {
          border: 1px solid #dcdcdc;
          background-color: #fff; }
        .notice .pagination_wrap .pagination li.ico a:before {
          background: url(../images/spr_global_icon.png) no-repeat;
          position: absolute;
          top: 9px;
          left: 0;
          right: 0;
          bottom: auto;
          margin: 0 auto;
          display: block;
          content: ""; }
      .notice .pagination_wrap .pagination li.ico.prev {
        margin-right: 5px; }
        .notice .pagination_wrap .pagination li.ico.prev a {
          overflow: hidden;
          font-size: 0;
          line-height: 0;
          text-indent: -9999px; }
          .notice .pagination_wrap .pagination li.ico.prev a:before {
            background-position: -46px -116px;
            width: 9px;
            height: 15px; }
          .notice .pagination_wrap .pagination li.ico.prev a:hover:before {
            background-position: -79px -116px; }
      .notice .pagination_wrap .pagination li.ico.next {
        margin-left: 5px; }
        .notice .pagination_wrap .pagination li.ico.next a {
          overflow: hidden;
          font-size: 0;
          line-height: 0;
          text-indent: -9999px; }
          .notice .pagination_wrap .pagination li.ico.next a:before {
            background-position: -63px -116px;
            width: 9px;
            height: 15px; }
          .notice .pagination_wrap .pagination li.ico.next a:hover:before {
            background-position: -96px -116px; }
      .notice .pagination_wrap .pagination li.ico.first a {
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px; }
        .notice .pagination_wrap .pagination li.ico.first a:before {
          background-position: -113px -117px;
          width: 15px;
          height: 15px; }
        .notice .pagination_wrap .pagination li.ico.first a:hover:before {
          background-position: -154px -117px; }
      .notice .pagination_wrap .pagination li.ico.last a {
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px; }
        .notice .pagination_wrap .pagination li.ico.last a:before {
          background-position: -134px -117px;
          width: 15px;
          height: 15px; }
        .notice .pagination_wrap .pagination li.ico.last a:hover:before {
          background-position: -175px -117px; }

.notice_view h4 {
  padding: 17px 20px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center; }

.notice_view .btn_area {
  padding-top: 14px;
  text-align: right; }
  .notice_view .btn_area .btn_list {
    border: 1px solid #dcdcdc;
    display: inline-block;
    width: 90px;
    height: 40px;
    background: #fafafa;
    border-radius: 3px;
    color: #666;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    line-height: 38px; }
    .notice_view .btn_area .btn_list:hover {
      color: #fff;
      background-color: #F4902F;
      border: 1px solid #F4902F; }

.notice_info {
  padding: 18px 0;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden; }
  .notice_info dl {
    display: inline-block; }
    .notice_info dl:last-child {
      float: right; }
    .notice_info dl dt {
      display: inline;
      font-size: 1rem;
      font-weight: 500;
      color: #333;
      margin-right: 40px; }
    .notice_info dl dd {
      display: inline;
      font-size: 1rem;
      font-weight: 300;
      color: #666; }
      .notice_info dl dd a {
        font-size: 1rem;
        font-weight: 300;
        color: #666; }

.notice_content {
  padding: 45px 40px 50px;
  border-bottom: 1px solid #d9d9d9; }
  .notice_content .view_cont {
    line-height: 22px;
    text-align: left; }
    .notice_content .view_cont * {
      font-family: "Noto Sans Kr", sans-serif !important;
      font-weight: 300; }
    .notice_content .view_cont a {
      display: inline-block;
      word-break: break-all; }
    .notice_content .view_cont p {
      font-size: 1rem;
      color: #666;
      line-height: 24px;
      margin-bottom: 12px;
      font-weight: 300; }

.notice_list {
  margin-top: 44px;
  width: 100%; }
  .notice_list ul {
    border-top: 1px solid #dcdcdc; }
    .notice_list ul li {
      height: 54px;
      border-bottom: 1px solid #dcdcdc; }
      .notice_list ul li dl {
        *zoom: 1;
        height: 100%; }
        .notice_list ul li dl:after {
          display: block;
          clear: both;
          content: ""; }
        .notice_list ul li dl dt {
          float: left;
          width: 90px;
          font-size: 1rem;
          line-height: 54px; }
        .notice_list ul li dl dd {
          float: left;
          font-size: 1rem;
          line-height: 54px;
          color: #666;
          font-weight: 300; }
          .notice_list ul li dl dd a {
            color: #666;
            font-weight: 300; }

/****************************************************
*    인재채용
******************************************************/
.step_lst_arrow ul {
  *zoom: 1; }
  .step_lst_arrow ul:after {
    display: block;
    clear: both;
    content: ""; }
  .step_lst_arrow ul li {
    float: left;
    position: relative;
    width: 175px; }
    .step_lst_arrow ul li + li {
      margin-left: 55px; }
      .step_lst_arrow ul li + li:before {
        background: url(../images/spr_sub_icon.png) no-repeat;
        background-position: -169px -17px;
        width: 14px;
        height: 27px;
        position: absolute;
        left: -30px;
        top: 105px;
        display: block;
        content: ""; }
    .step_lst_arrow ul li:after {
      background: url(../images/spr_sub_icon.png) no-repeat;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: auto;
      margin: 25px auto;
      display: block;
      content: ""; }
    .step_lst_arrow ul li:first-child:after {
      background-position: -20px -92px;
      width: 60px;
      height: 79px; }
    .step_lst_arrow ul li:nth-child(2):after {
      background-position: -98px -92px;
      width: 74px;
      height: 79px; }
    .step_lst_arrow ul li:nth-child(3):after {
      background-position: -184px -92px;
      width: 73px;
      height: 75px; }
    .step_lst_arrow ul li:nth-child(4):after {
      background-position: -277px -92px;
      width: 79px;
      height: 78px; }
    .step_lst_arrow ul li:last-child:after {
      background-position: -383px -92px;
      width: 63px;
      height: 84px;
      margin: 20px auto; }
    .step_lst_arrow ul li .info_num {
      padding-bottom: 145px;
      padding-left: 20px;
      position: relative; }
      .step_lst_arrow ul li .info_num:before {
        width: 128px;
        height: 128px;
        background-color: #f5f5f5;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        margin: 0 auto;
        display: block;
        content: ""; }

.step_lst_bullet ul {
  *zoom: 1; }
  .step_lst_bullet ul:after {
    display: block;
    clear: both;
    content: ""; }
  .step_lst_bullet ul + ul {
    margin-top: 70px; }
  .step_lst_bullet ul li {
    float: left;
    width: 33.333333%;
    padding-top: 155px;
    position: relative; }
    .step_lst_bullet ul li + li {
      margin-left: 40px;
      width: calc(33.333333% - 40px); }
    .step_lst_bullet ul li .info_bullet:before {
      width: 128px;
      height: 128px;
      background-color: #f5f5f5;
      border-radius: 50%;
      position: absolute;
      left: 20px;
      top: 0;
      display: block;
      content: ""; }
    .step_lst_bullet ul li .info_bullet:after {
      background: url(../images/spr_sub_icon.png) no-repeat;
      position: absolute;
      display: block;
      content: ""; }
    .step_lst_bullet ul li .info_bullet dl dt {
      position: relative; }
      .step_lst_bullet ul li .info_bullet dl dt h5 {
        font-size: 1.0625rem;
        color: #333;
        line-height: 1.5rem;
        font-weight: 500; }
      .step_lst_bullet ul li .info_bullet dl dt:before {
        width: 3px;
        height: 3px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -10px;
        background-color: #333;
        display: block;
        content: ""; }
    .step_lst_bullet ul li .info_bullet dl dd {
      font-weight: 300;
      font-size: 1rem;
      color: #666;
      line-height: 1.5rem; }
  .step_lst_bullet ul:first-child li:first-child .info_bullet:after {
    left: 45px;
    top: 20px;
    background-position: -17px -207px;
    width: 76px;
    height: 87px; }
  .step_lst_bullet ul:first-child li:nth-child(2) .info_bullet:after {
    left: 47px;
    top: 28px;
    background-position: -110px -207px;
    width: 75px;
    height: 70px; }
  .step_lst_bullet ul:first-child li:last-child .info_bullet:after {
    left: 55px;
    top: 25px;
    background-position: -210px -207px;
    width: 65px;
    height: 75px; }
  .step_lst_bullet ul:last-child li:first-child .info_bullet:after {
    left: 50px;
    top: 20px;
    background-position: -294px -207px;
    width: 73px;
    height: 85px; }
  .step_lst_bullet ul:last-child li:nth-child(2) .info_bullet:after {
    left: 47px;
    top: 20px;
    background-position: -383px -208px;
    width: 86px;
    height: 78px; }
  .step_lst_bullet ul:last-child li:last-child .info_bullet:after {
    left: 45px;
    top: 25px;
    background-position: -485px -210px;
    width: 78px;
    height: 72px; }

.step_lst_process > ul {
  *zoom: 1; }
  .step_lst_process > ul:after {
    display: block;
    clear: both;
    content: ""; }
  .step_lst_process > ul > li {
    float: left;
    width: 20%;
    position: relative; }
    .step_lst_process > ul > li .info_lst {
      height: 90px; }
      .step_lst_process > ul > li .info_lst ul {
        padding: 10px 0 10px 45px;
        position: relative;
        z-index: 2; }
      .step_lst_process > ul > li .info_lst:before {
        width: 240px;
        height: 90px;
        position: absolute;
        bottom: 0;
        z-index: 1;
        background: url("../images/bg_step_process01.png");
        display: block;
        content: ""; }
    .step_lst_process > ul > li:nth-child(even) .info_lst:before {
      background: url("../images/bg_step_process02.png");
      display: block;
      content: ""; }
    .step_lst_process > ul > li:first-child .info_lst ul {
      padding: 20px 0 10px 60px; }
    .step_lst_process > ul > li .info_num {
      padding-bottom: 30px; }

.info_num p {
  color: #666;
  font-size: 1rem;
  font-weight: 300; }
  .info_num p strong {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold; }
  .info_num p + p {
    margin-top: 5px; }

.info_lst ul li {
  font-size: 0.875rem;
  color: #666;
  font-weight: 300;
  line-height: 1.5rem; }
  .info_lst ul li:before {
    display: inline-block;
    margin-right: 5px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #666;
    line-height: 1.5rem;
    vertical-align: middle;
    content: ""; }

/****************************************************
*    infographic
******************************************************/
.infographic .hire {
  *zoom: 1;
  padding-top: 10px; }
  .infographic .hire:after {
    display: block;
    clear: both;
    content: ""; }
  .infographic .hire .info_box {
    width: 400px;
    height: 365px;
    position: relative; }
    .infographic .hire .info_box:before {
      /*background: url("../images/info_hire_bg.png") no-repeat;*/
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 86px;
      height: 49px;
      display: block;
      content: ""; }
    .infographic .hire .info_box.arrow {
      float: left; }
      .infographic .hire .info_box.arrow li:before {
        display: block;
        content: "";
        position: absolute; }
      .infographic .hire .info_box.arrow li:first-child:before {
        background: url("../images/info_hire_arrow.png") no-repeat;
        top: -13px;
        left: -13px;
        width: 253px;
        height: 97px; }
      .infographic .hire .info_box.arrow li:nth-child(2):before {
        background: url("../images/info_hire_arrow02.png") no-repeat;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        width: 97px;
        height: 216px;
        top: -13px;
        right: -13px; }
      .infographic .hire .info_box.arrow li:nth-child(3):before {
        background: url("../images/info_hire_arrow02.png") no-repeat;
        width: 97px;
        height: 216px;
        bottom: -13px;
        left: -13px; }
      .infographic .hire .info_box.arrow li:last-child:before {
        background: url("../images/info_hire_arrow.png") no-repeat;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        bottom: -13px;
        right: -13px;
        width: 253px;
        height: 97px; }
    .infographic .hire .info_box.circle {
      float: right; }
      .infographic .hire .info_box.circle:after {
        z-index: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 290px;
        height: 290px;
        border-radius: 50%;
        border: 1px dashed #dcdcdc;
        display: block;
        content: ""; }
    .infographic .hire .info_box ul {
      position: relative;
      width: 100%;
      height: 100%; }
      .infographic .hire .info_box ul li {
        z-index: 2;
        position: absolute;
        width: 150px;
        text-align: center;
        padding-top: 65px;
        height: 150px;
        font-size: 1.125rem;
        font-weight: 300;
        border: 1px solid #dcdcdc;
        background-color: #fff;
        border-radius: 50%; }
        .infographic .hire .info_box ul li:first-child {
          top: 0;
          left: 0; }
        .infographic .hire .info_box ul li:nth-child(2) {
          top: 0;
          right: 0; }
        .infographic .hire .info_box ul li:nth-child(3) {
          bottom: 0;
          left: 0; }
        .infographic .hire .info_box ul li:last-child {
          bottom: 0;
          right: 0; }

.infographic .business .si_box img {
  margin: 50px auto;
  display: block; }

.infographic .business .info_box:before {
  background: url("../images/info_hire_bg.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 86px;
  height: 49px;
  display: block;
  content: ""; }

.infographic .business .info_box.circle {
  width: 550px;
  height: 290px;
  margin: 50px auto;
  position: relative; }
  .infographic .business .info_box.circle:after {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    border: 1px dashed #dcdcdc;
    display: block;
    content: ""; }
  .infographic .business .info_box.circle ul {
    position: relative;
    width: 100%;
    height: 100%; }
    .infographic .business .info_box.circle ul li {
      z-index: 2;
      position: absolute;
      width: 200px;
      text-align: center;
      padding-top: 90px;
      height: 200px;
      font-size: 1.125rem;
      font-weight: 300;
      border: 1px solid #dcdcdc;
      background-color: #fff;
      border-radius: 50%; }
      .infographic .business .info_box.circle ul li:first-child {
        top: 45px;
        left: 0; }
      .infographic .business .info_box.circle ul li:last-child {
        top: 45px;
        right: 0; }

/****************************************************
*    way come
******************************************************/
.route_info {
  border-top: 2px solid #333; }
  .route_info_map {
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .route_info_lst ul {
    width: 100%;
    padding: 20px 0; }
    .route_info_lst ul li {
      line-height: 2.5rem;
      *zoom: 1; }
      .route_info_lst ul li:after {
        display: block;
        clear: both;
        content: ""; }
      .route_info_lst ul li .tit {
        color: #333;
        width: 100px;
        float: left;
        font-size: 1.125rem;
        line-height: 2.5rem;
        font-weight: 500;
        position: relative; }
        .route_info_lst ul li .tit:after {
          position: absolute;
          top: 0;
          right: 0;
          color: #333;
          display: block;
          content: '\003A'; }
      .route_info_lst ul li .txt {
        color: #666;
        float: left;
        width: calc(100% - 100px);
        padding-left: 50px;
        font-weight: 300;
        font-size: 1rem;
        line-height: 2.5rem; }
        .route_info_lst ul li .txt dl {
          *zoom: 1; }
          .route_info_lst ul li .txt dl:after {
            display: block;
            clear: both;
            content: ""; }
          .route_info_lst ul li .txt dl dt {
            float: left;
            width: 90px;
            float: left;
            color: #333;
            font-size: 1.125rem;
            line-height: 2.5rem;
            font-weight: 500;
            position: relative; }
          .route_info_lst ul li .txt dl dd {
            float: left;
            width: calc(100% - 90px); }
            .route_info_lst ul li .txt dl dd p {
              line-height: 1.875rem; }
              .route_info_lst ul li .txt dl dd p.dec {
                font-size: 0.875rem; }
              .route_info_lst ul li .txt dl dd p + p {
                margin-top: 0; }
          .route_info_lst ul li .txt dl:first-child {
            margin-bottom: 8px; }
            .route_info_lst ul li .txt dl:first-child dt {
              line-height: 1.875rem; }
          .route_info_lst ul li .txt dl:last-child {
            margin-top: 8px; }
            .route_info_lst ul li .txt dl:last-child dt {
              line-height: 1.875rem; }
  .route_info_lst + .route_info_lst {
    border-top: 1px solid #dcdcdc; }

/****************************************************
*    주가정보
******************************************************/
.stock_wrap {
  *zoom: 1; }
  .stock_wrap:after {
    display: block;
    clear: both;
    content: ""; }
  .stock_wrap .stock_column {
    border: 1px solid #dcdcdc;
    float: left;
    width: calc(50% - 2px); }
    .stock_wrap .stock_column + .stock_column {
      margin-left: 4px; }
    .stock_wrap .stock_column ul {
      padding: 40px 160px 41px; }
      .stock_wrap .stock_column ul li + li {
        margin-top: 15px; }
    .stock_wrap .stock_column dl {
      width: 100%;
      *zoom: 1; }
      .stock_wrap .stock_column dl:after {
        display: block;
        clear: both;
        content: ""; }
      .stock_wrap .stock_column dl + dl {
        border-top: 1px solid #dcdcdc; }
      .stock_wrap .stock_column dl dt {
        height: 50px;
        border-right: 1px solid #dcdcdc;
        background-color: #f4f4f4;
        display: block;
        width: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        float: left;
        color: #333;
        font-size: 1rem;
        font-weight: 500;
        padding: 17px 20px 17px; }
      .stock_wrap .stock_column dl dd {
        padding: 17px 20px 17px;
        text-align: right;
        font-size: 1rem;
        font-weight: 300;
        color: #666; }
    .stock_wrap .stock_column_tit {
      font-size: 1.5rem;
      font-weight: 300;
      color: #333; }
      .stock_wrap .stock_column_tit .column_info {
        font-size: 1.5rem;
        font-weight: 300; }
      .stock_wrap .stock_column_tit .CurJuka {
        font-size: 0.875rem;
        border-radius: 2px;
        background-color: #ff8a20;
        color: #fff;
        text-align: center;
        line-height: 26px;
        padding: 3px 10px;
        vertical-align: middle; }
        .stock_wrap .stock_column_tit .CurJuka_num {
          vertical-align: middle;
          font-family: 'Roboto',san-serif;
          font-size: 2rem;
          font-weight: 500;
          margin-left: 10px; }

.up {
  color: #ff4848; }

.down {
  color: #F4902F; }

/****************************************************
*    business
******************************************************/
.box_col {
  *zoom: 1; }
  .box_col:after {
    display: block;
    clear: both;
    content: ""; }
  .box_col h5 {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 500; }
  .box_col.col02 .column {
    width: calc(50% - 5px); }
  .box_col.col02 + .box_col {
    margin-top: 30px; }
  .box_col .col03 .column {
    width: calc(33.333333% - 10px);
    margin-bottom: 10px; }
    .box_col .col03 .column:nth-child(1) .bullet {
      padding: 30px 80px; }
    .box_col .col03 .column:nth-child(1):before {
      background-position: -17px -207px;
      width: 76px;
      height: 87px; }
    .box_col .col03 .column:nth-child(2) .bullet {
      padding: 20px 80px; }
    .box_col .col03 .column:nth-child(2):before {
      top: 42px;
      background-position: -6px -320px;
      width: 100px;
      height: 64px; }
    .box_col .col03 .column:nth-child(3) .bullet {
      padding: 30px 80px; }
    .box_col .col03 .column:nth-child(3):before {
      background-position: -127px -430px;
      width: 98px;
      height: 83px; }
    .box_col .col03 .column:nth-child(4) .bullet {
      padding: 40px 45px; }
    .box_col .col03 .column:nth-child(4):before {
      top: 40px;
      background-position: -250px -440px;
      width: 94px;
      height: 64px; }
    .box_col .col03 .column:nth-child(5) .bullet {
      padding: 30px 45px; }
    .box_col .col03 .column:nth-child(5):before {
      top: 20px;
      background-position: -496px -301px;
      width: 91px;
      height: 99px; }
    .box_col .col03 .column:nth-child(6) .bullet {
      padding: 40px 50px; }
    .box_col .col03 .column:nth-child(6):before {
      top: 22px;
      background-position: -243px -320px;
      width: 88px;
      height: 97px; }
  .box_col .col03 .bullet {
    height: 130px; }
  .box_col .col03 + .box_col {
    margin-top: 10px; }
  .box_col .column {
    float: left;
    border: 1px solid #dcdcdc;
    padding-top: 145px;
    position: relative;
    margin-right: 10px; }
    .box_col .column:nth-child(3n) {
      margin-right: 0; }
    .box_col .column:before {
      background: url(../images/spr_sub_icon.png) no-repeat;
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      bottom: auto;
      margin: 0 auto;
      display: block;
      content: ""; }
    .box_col .column .tit {
      color: #F4902F;
      height: 50px;
      text-align: center;
      line-height: 50px;
      background-color: #f5f5f5;
      border-top: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc; }
    .box_col .column .bullet ul li {
      line-height: 1.5rem; }
      .box_col .column .bullet ul li:before {
        top: 10px; }
  .box_col.maintain .column.left:before {
    background-position: -17px -207px;
    width: 76px;
    height: 87px; }
  .box_col.maintain .column.left .bullet {
    padding: 50px 20px; }
  .box_col.maintain .column.right:before {
    top: 42px;
    background-position: -6px -320px;
    width: 100px;
    height: 64px; }
  .box_col.maintain .column.right .bullet {
    padding: 50px 60px; }
  .box_col.infosystem .column.left:before {
    background-position: -127px -320px;
    width: 81px;
    height: 84px; }
  .box_col.infosystem .column.left .bullet {
    padding: 10px 20px; }
    .box_col.infosystem .column.left .bullet ul li + li {
      margin-top: 10px; }
  .box_col.infosystem .column.right:before {
    top: 22px;
    background-position: -243px -320px;
    width: 88px;
    height: 97px; }
  .box_col.infosystem .column.right .bullet {
    padding: 10px 10px; }
    .box_col.infosystem .column.right .bullet ul li + li {
      margin-top: 10px; }
  .box_col.netseparation .column.left:before {
    background-position: -350px -320px;
    width: 127px;
    height: 84px; }
  .box_col.netseparation .column.left .bullet {
    padding: 30px 40px; }
  .box_col.netseparation .column.right:before {
    background-position: -9px -430px;
    width: 102px;
    height: 89px; }
  .box_col.netseparation .column.right .bullet {
    padding: 42px 50px; }

.color_box_lst {
  margin-top: 25px; }
  .color_box_lst ul {
    *zoom: 1; }
    .color_box_lst ul:after {
      display: block;
      clear: both;
      content: ""; }
    .color_box_lst ul + ul {
      margin-top: 10px; }
    .color_box_lst ul li {
      float: left;
      height: 100%;
      width: 33.333333%;
      text-align: center; }
      .color_box_lst ul li p {
        font-size: 1.25rem;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding-top: 30px; }
        .color_box_lst ul li p + p {
          margin-left: 30px; }
        .color_box_lst ul li p.ico {
          width: 100%;
          padding-top: 121px;
          position: relative;
          text-transform: uppercase; }
          .color_box_lst ul li p.ico:before {
            background: url(../images/spr_sub_icon.png) no-repeat;
            position: absolute;
            top: 40px;
            left: 0;
            right: 0;
            bottom: auto;
            margin: 0 auto;
            display: block;
            content: ""; }
      .color_box_lst ul li .roboto {
        font-size: 0.9375rem;
        font-weight: 300;
        border: 1px solid #333;
        border-left: 0;
        padding: 2px 3px;
        min-width: 45px;
        vertical-align: middle;
        display: inline-block;
        margin-left: 10px; }
        .color_box_lst ul li .roboto + .roboto {
          margin-left: 10px; }
      .color_box_lst ul li + li {
        border-left: 1px dashed #fff; }
      .color_box_lst ul li.half {
        width: calc(33.333333% / 2); }
    .color_box_lst ul.protocols {
      height: 85px; }
      .color_box_lst ul.protocols li {
        background-color: #e7eae9; }
    .color_box_lst ul.data {
      height: 170px;
      color: #fff; }
      .color_box_lst ul.data p {
        padding-top: 80px; }
      .color_box_lst ul.data li {
        background-color: #eb5d2a; }
        .color_box_lst ul.data li:nth-child(2) .ico:before {
          background-position: -233px -11px;
          width: 63px;
          height: 64px; }
        .color_box_lst ul.data li:nth-child(3) .ico:before {
          background-position: -314px -13px;
          width: 95px;
          height: 64px; }
        .color_box_lst ul.data li:nth-child(4) .ico:before {
          top: 30px;
          background-position: -436px -6px;
          width: 64px;
          height: 77px; }
        .color_box_lst ul.data li:nth-child(5) .ico:before {
          top: 30px;
          background-position: -521px -5px;
          width: 62px;
          height: 76px; }
    .color_box_lst ul.core {
      height: 170px;
      color: #fff; }
      .color_box_lst ul.core p {
        padding-top: 80px; }
      .color_box_lst ul.core li {
        background-color: #2d2d2d; }
        .color_box_lst ul.core li:nth-child(2) .ico:before {
          background-position: -391px -439px;
          width: 90px;
          height: 60px; }
        .color_box_lst ul.core li:nth-child(3) .ico:before {
          top: 36px;
          background-position: -501px -436px;
          width: 67px;
          height: 68px; }
        .color_box_lst ul.core li:nth-child(4) .ico:before {
          top: 25px;
          background-position: -346px -510px;
          width: 139px;
          height: 81px; }
        .color_box_lst ul.core li:nth-child(5) .ico:before {
          top: 30px;
          background-position: -503px -515px;
          width: 94px;
          height: 73px; }

/****************************************************
*    company introduce
******************************************************/
.sga_intro {
  width: 100%;
  height: 340px;
  background: url(../images/img_sga_intro.png);
  background-position: center; }
  .sga_intro .headline {
    font-size: 4rem;
    font-weight: 700;
    color: #F4902F;
    letter-spacing: -2.5px;
    text-align: center;
    padding-top: 110px;
    text-shadow: 0 2px 0 #333;
    line-height: 3.125rem; }
  .sga_intro .txt {
    margin-top: 42px;
    text-align: center;
    font-size: 1.25rem;
    color: #666;
    line-height: 2.125rem; }
    .sga_intro .txt em {
      font-style: inherit; }
    .sga_intro .txt strong {
      font-weight: 500;
      display: block;
      letter-spacing: -0.5px;
      font-size: 1.75rem;
      margin-bottom: 5px;
      color: #333; }

.sga_slogan {
  padding-top: 30px; }
  .sga_slogan p {
    line-height: 1.75rem; }
  .sga_slogan .main_txt {
    font-size: 1.25rem;
    color: #F4902F;
    font-weight: 500; }
  .sga_slogan .sub_txt {
    font-size: 1.125rem;
    letter-spacing: -0.25px;
    color: #666;
    font-weight: 300; }


.greetings {
  position: relative;
  padding-top: 20px;
  *zoom: 1; }
  .greetings:after {
    display: block;
    clear: both;
    content: ""; }
  .greetings_title {
    margin-bottom: 40px; }
    .greetings_title h3 {
      font-family: "Poppins", sans-serif;
      line-height: 2.5rem;
      color: #0164b7;
      font-size: 2.25rem;
      font-weight: 700; }
    .greetings_title h4 {
      margin-top: 40px;
      line-height: 2.25rem;
      color: #333333;
      font-size: 1.5rem;
      font-weight: 500; }
      .greetings_title h4 em.bold {
        font-weight: 700; }
  .greetings_cont {
    float: right;
    padding-left: 50px; }
  .greetings_txt + .greetings_txt {
    margin-top: 30px; }
  .greetings_txt p {
    line-height: 1.875rem;
    color: #333333;
    font-weight: 350; 
    word-break: keep-all;}
    .greetings_txt p + p {
      margin-top: 30px; }
  .greetings_img {
    width: 35%;
    float: left; }
    .greetings_img_caption {
      display: block;
      margin-top: 18px;
      color: #333333;
      font-size: 1.1875rem;
      font-weight: 300;
      text-align: center; }
      .greetings_img_caption em.bold {
        color: #333333;
        font-size: 1.1875rem;
        font-weight: 500; }
 

/****************************************************
*    privacy
******************************************************/
.privacy {
  font-size: 0.875rem;
  font-weight: 300; }
  .privacy * {
    font-size: 0.875rem;
    letter-spacing: -0.03em;
    line-height: 1.375rem; }
  .privacy.cont_title {
    padding: 80px 0 40px; }
  .privacy_slogan {
    border: 1px solid #888;
    padding: 30px 40px;
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 40px; }
  .privacy_wrap {
    border: 1px solid #d9d9d9;
    padding: 40px 40px; }
    .privacy_wrap h4 {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 30px; }
  .privacy_box {
    margin-bottom: 50px; }
    .privacy_box > p {
      margin-bottom: 30px; }
    .privacy_box > dl + dl {
      margin-top: 30px; }
    .privacy_box > ul > li {
      font-size: 0.875rem;
      line-height: 1.375rem; }
      .privacy_box > ul > li + li {
        margin-top: 30px; }
      .privacy_box > ul > li > dl {
        margin-top: 20px; }
        .privacy_box > ul > li > dl dd > ul {
          padding-left: 15px; }
    .privacy_box .contact + .contact {
      margin-top: 30px; }
    .privacy_box .contact > p {
      margin-top: 30px; }


/********* Business DAT사업 *********/

.box_col.bit .sector {
  width: calc(50% - 5px); }
.box_col.bit + .box_col {
  margin-top: 30px; }

.box_col .sector {
  float: left;
  border: 1px solid #dcdcdc;
  padding-top: 145px;
  position: relative;
  margin-right: 10px; }
.box_col .sector:nth-child(3n) {
  margin-right: 0; }
.box_col .sector:before {
  /*background: url(../images/spr_sub_icon.png) no-repeat;*/
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  display: block;
  content: ""; }
.box_col .sector .tit {
  color: #F4902F;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc; }
.box_col .sector .bullet ul li {
  line-height: 1.5rem; }
.box_col .sector .bullet ul li:before {
  top: 10px; }
.box_col.line1 .sector.left:before {
  background-position: -17px -207px;
  width: 100px;
  height: 90px; }
.box_col.line1 .sector.left .bullet {
  padding: 50px 20px; }
.box_col.line1 .sector.right:before {
  top: 42px;
  background-position: -6px -320px;
  width: 100px;
  height: 90px; }
.box_col.line1 .sector.right .bullet {
  padding: 50px 20px; }
.box_col.line2 .sector.left:before {
  background-position: -127px -320px;
  width: 100px;
  height: 90px; }
.box_col.line2 .sector.left .bullet {
  padding: 50px 20px; }
.box_col.line2 .sector.left .bullet ul li + li {
  margin-top: 10px; }
.box_col.line2 .sector.right:before {
  top: 22px;
  background-position: -243px -320px;
  width: 100px;
  height: 90px; }
.box_col.line2 .sector.right .bullet {
  padding: 50px 20px; }
.box_col.line2 .sector.right .bullet ul li + li {
  margin-top: 10px; }
.box_col.line3 .sector.left:before {
  background-position: -350px -320px;
  width: 100px;
  height: 90px; }
.box_col.line3 .sector.left .bullet {
  padding: 50px 20px; }

.box_col.line1 .sector.left.icon1:before {
  background: url(../images/DAT_01.png) no-repeat;
}
.box_col.line1 .sector.right.icon2:before {
  background: url(../images/DAT_02.png) no-repeat;
}
.box_col.line2 .sector.left.icon3:before {
  background: url(../images/DAT_03.png) no-repeat;
}
.box_col.line2 .sector.right.icon4:before {
  background: url(../images/DAT_04.png) no-repeat;
}
.box_col.line3 .sector.left.icon5:before {
  background: url(../images/DAT_05.png) no-repeat;
}

@media all and (max-width: 1920px) {
  .container {
    width: 100%; } }

@media all and (max-width: 1350px) {
  .main_rolling .rolling_item {
    padding-top: 200px;
    width: 100%;
    left: 5%;
    height: 100%; }
    .main_rolling .rolling_item:after {
      right: 8%; }
  .main_rolling .swiper-component {
    width: 100%;
    left: 5%;
    bottom: 350px; }
  .main_rolling .swiper-slide.bg01 .rolling_item:after {
    top: auto;
    bottom: 10%;
    right: 8%;
    width: 459.2px;
    height: 453.6px;
    background-size: 100% 100%; }
  .main_rolling .swiper-slide.bg02 .rolling_item:after {
    top: auto;
    bottom: 10%;
    right: 8%;
    width: 670.4px;
    height: 430.4px;
    background-size: 100% 100%; }
  .main_rolling .swiper-slide.bg03 .rolling_item:after {
    top: auto;
    bottom: 10%;
    right: 8%;
    width: 662.4px;
    height: 361.6px;
    background-size: 100% 100%; } }

@media all and (max-width: 1245px) {
  .owl-carousel-wrap .owl-carousel {
    width: 100%;
    padding: 0 51px; } }

@media all and (max-width: 1200px) {
  .inner {
    width: 100%; }
  header {
    padding: 0 20px; }
    header .nav_wrap {
      position: absolute;
      right: 100px;
      margin-left: 0; }
    header .logo {
      left: 0; }
    header .quick_link {
      position: absolute;
      right: 0; }
  #footer .footer_wrap .footer_logo {
    float: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    top: auto;
    right: 0;
    margin: 0 auto; }
  #footer .footer_wrap .footer_cont {
    padding: 35px 20px 90px;
    position: relative;
    opacity: 1; }
  #footer .footer_wrap .footer_info {
    float: none;
    text-align: center; }
    #footer .footer_wrap .footer_info .privacy_link {
      width: 120px;
      position: relative;
      margin: 10px auto 0; }
    #footer .footer_wrap .footer_info .ethics_link{
          width: 140px;
          position: relative;
          margin: 10px auto 0;
          right: 0px;
    }
  .container .sub_top .location {
    left: 20px;
    top: 12px; }
  .container .sub_cont {
    padding: 0 20px; }
  .step_lst_process > ul > li {
    margin: 0 auto;
    width: 100%;
    float: none;
    padding-bottom: 80px;
    position: relative; }
    .step_lst_process > ul > li .info_num {
      text-align: center;
      padding-bottom: 15px; }
      .step_lst_process > ul > li .info_num p {
        vertical-align: middle;
        display: inline-block;
        color: #333;
        font-weight: 500; }
        .step_lst_process > ul > li .info_num p + p {
          margin-top: 0; }
    .step_lst_process > ul > li:nth-child(even) .info_lst:before {
      display: none; }
    .step_lst_process > ul > li:nth-child(even) .info_lst:after {
      background: url(../images/spr_sub_icon.png) no-repeat;
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: 20px;
      margin: 0 auto;
      background: url(../images/m_bg_step_process02.png) no-repeat;
      width: 263px;
      height: 60px;
      display: block;
      content: ""; }
    .step_lst_process > ul > li:last-child .info_lst:after {
      display: none; }
    .step_lst_process > ul > li .info_lst {
      height: auto; }
      .step_lst_process > ul > li .info_lst:before {
        display: none; }
      .step_lst_process > ul > li .info_lst:after {
        background: url(../images/spr_sub_icon.png) no-repeat;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 20px;
        margin: 0 auto;
        background: url(../images/m_bg_step_process01.png) no-repeat;
        width: 263px;
        height: 60px;
        display: block;
        content: ""; }
      .step_lst_process > ul > li .info_lst ul {
        padding: 0 !important;
        text-align: center; }
  .gwp_lst ul li {
    width: calc(33.333333% - 10px); }
    .gwp_lst ul li + li {
      margin-left: 10px; }
  .gwp_item .thumbnail img {
    width: 100%; }
  .box_col .col03 .column .bullet {
    padding: 20px 20px !important; }
  .main_cont .main_board .board_list {
    width: 100%;
    margin: 0;
    padding: 50px 30px 0; }
    .main_cont .main_board .board_list > li {
      width: calc(100% - 655px); }
      .main_cont .main_board .board_list > li:last-child {
        width: 655px;
        padding-left: 65px;
        margin-left: 0; }
      .main_cont .main_board .board_list > li .notice_wrap .notice_list li a .title {
        white-space: nowrap; }
      .main_cont .main_board .board_list > li .event_wrap .event_banner .event_list li .event_box .event_text li ul li {
        font-size: 0.875rem; } }

@media all and (max-width: 1160px) {
  header .header_wrap {
    width: 100%; }
  header .gnb {
    width: 520px; }
    header .gnb li > a {
      font-size: 1.125rem; }
  .step_lst_arrow ul {
    width: 875px;
    margin: 0 auto; }
    .step_lst_arrow ul li + li {
      margin-left: 0; }
      .step_lst_arrow ul li + li:before {
        left: -5px; }
  .step_lst_bullet ul {
    width: 80%;
    margin: 0 auto; }
    .step_lst_bullet ul li .info_bullet:before {
      top: 0;
      right: 0;
      left: 0;
      bottom: auto;
      margin: 0 auto; }
    .step_lst_bullet ul li .info_bullet:after {
      right: 0 !important;
      left: 0 !important;
      bottom: auto !important;
      margin: 0 auto; }
    .step_lst_bullet ul li .info_bullet dl {
      text-align: center; }
      .step_lst_bullet ul li .info_bullet dl dt:before {
        display: inline-block;
        position: relative;
        left: auto;
        top: auto;
        vertical-align: middle;
        margin-right: 10px; }
      .step_lst_bullet ul li .info_bullet dl dt h5 {
        display: inline-block;
        vertical-align: middle; }
  .infographic .hire {
    width: 850px;
    margin: 0 auto; }
    .infographic .hire .info_box.circle {
      float: left;
      margin-left: 50px; } }

@media all and (max-width: 1024px) {
  header {
    position: fixed;
    height: 50px;
    top: 0;
    left: 0; }
    header.on:before {
      display: none; }
    header .header_wrap {
      width: 100%;
      height: 100%; }
      header .header_wrap.open:before {
        display: block;
        position: fixed;
        z-index: 998;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        content: ''; }
      header .header_wrap.open .nav_wrap {
        left: 0;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5); 
        background: #fff; }
    header .logo {
      position: relative;
      margin: 0 auto;
      width: 136px;
      height: 23px;
      top: 15px; }
      header .logo a {
        background-size: 136px 23px;
        background-position: center center; }
    header .quick_link {
      float: none;
      position: absolute;
      right: 0;
      top: 15px;
      bottom: 0;
      border-right: 0;
      height: auto; }
      header .quick_link_open {
        padding: 0; }
        header .quick_link_open span {
          position: absolute;
          font-size: 0;
          text-indent: -9999px;
          padding-right: 0; }
          header .quick_link_open span:after {
            background: url(../images/spr_global_icon.png) no-repeat;
            background-size: 150px 150px;
            -webkit-background-size: 150px 150px;
            top: 0;
            background-position: 56.439% 19.318%;
            width: 18px;
            height: 18px; }
      header .quick_link_wrap {
        position: fixed;
        display: block;
        width: 240px;
        right: -240px;
        left: auto;
        top: 0;
        height: 100%;
        padding-top: 60px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
        header .quick_link_wrap.open {
          right: 0; }
      header .quick_link_lst {
        width: 100%; }
        header .quick_link_lst ul {
          width: 100%; }
          header .quick_link_lst ul:before {
            top: -60px;
            width: 100%;
            padding: 18px 20px;
            font-size: 1.0625rem;
            border-bottom: 1px solid #606060; }
          header .quick_link_lst ul li {
            float: none;
            margin: 0 auto;
            width: 200px;
            height: 65px; }
            header .quick_link_lst ul li a {
              font-size: 1rem;
              padding: 22px 20px; }
            header .quick_link_lst ul li + li {
              margin-left: 0;
              margin: 10px auto; }
            header .quick_link_lst ul li:hover a span span {
              border: 0;
              padding-right: 0; }
              header .quick_link_lst ul li:hover a span span:before {
                display: none; }
            header .quick_link_lst ul li:hover:active a span {
              padding-right: 15px;
              -webkit-transition: none;
              -o-transition: none;
              transition: none; }
              header .quick_link_lst ul li:hover:active a span:before {
                background: url(../images/spr_global_icon.png) no-repeat;
                background-position: -129px -12px;
                position: absolute;
                right: 0;
                top: 4px;
                width: 8px;
                height: 13px;
                display: block;
                content: ""; }
            header .quick_link_lst ul li:hover:first-child a {
              background: url(../images/m_quicklink_sol_img.png) no-repeat;
              background-size: 100%; }
            header .quick_link_lst ul li:hover:nth-child(2) a {
              background: url(../images/m_quicklink_emb_img.png) no-repeat;
              background-size: 100%; }
            header .quick_link_lst ul li:hover:nth-child(3) a {
              background: url(../images/m_quicklink_blo_img.png) no-repeat;
              background-size: 100%; }
            header .quick_link_lst ul li:hover:nth-child(4) a {
              background: url(../images/m_quicklink_net_img.png) no-repeat;
              background-size: 100%; }
            header .quick_link_lst ul li:hover:last-child a {
              background: url(../images/m_quicklink_voi_img.png) no-repeat;
              background-size: 100%; }
        header .quick_link_lst_close {
          top: -45px;
          right: 20px;
          bottom: auto; }
          header .quick_link_lst_close:before {
            background: url(../images/spr_global_icon.png) no-repeat;
            background-size: 150px 150px;
            -webkit-background-size: 150px 150px;
            background-position: 76.136% 20.076%;
            width: 18px;
            height: 18px; }
      header .quick_link_close {
        right: 20px;
        top: -43px; }
    header .mobile_btn_area {
      display: block;
      position: absolute;
      top: 17px;
      left: 0; }
      header .mobile_btn_area .mobile_menu_open {
        display: block;
        width: 21px;
        height: 15px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        font-size: 0;
        text-indent: -9999px;
        position: relative; }
        header .mobile_btn_area .mobile_menu_open:after {
          position: absolute;
          background: url(../images/spr_global_icon.png) no-repeat;
          background-size: 150px 150px;
          -webkit-background-size: 150px 150px;
          background-position: 56.977% 4.444%;
          width: 21px;
          height: 15px;
          display: block;
          content: ""; }
    header .nav_wrap {
      display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      left: -250px;
      bottom: 0;
      margin-left: 0;
      width: 250px;
      height: 100%;
      padding-top: 51px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      -webkit-box-shadow: none;
              box-shadow: none; }
      header .nav_wrap > nav {
        width: 100%;
        height: 100%;
        background: #fff;
        border-top: 1px solid #dcdcdc; }
        header .nav_wrap > nav .gnb {
          width: 100%;
          height: 100%; }
          header .nav_wrap > nav .gnb li {
            position: relative;
            width: 100%; }
            header .nav_wrap > nav .gnb li.has_children:before {
              position: absolute;
              top: 18px;
              right: 22px;
              width: 8px;
              height: 8px;
              border-right: 1px solid #666;
              border-bottom: 1px solid #666;
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg);
              -webkit-transition: all 0.15s ease-in-out;
              -o-transition: all 0.15s ease-in-out;
              transition: all 0.15s ease-in-out;
              content: ''; }
            header .nav_wrap > nav .gnb li + li {
              border-top: 1px solid #dcdcdc; }
            header .nav_wrap > nav .gnb li:last-child {
              border-bottom: 1px solid #dcdcdc; }
            header .nav_wrap > nav .gnb li a {
              display: block;
              width: 100%;
              padding-left: 22px;
              color: #333;
              font-weight: 500;
              font-size: 1.125rem;
              line-height: 49px;
              text-align: left; }
            header .nav_wrap > nav .gnb li.active {
              background: #f9f9f9; }
              header .nav_wrap > nav .gnb li.active:before {
                -webkit-transform: rotate(-135deg);
                    -ms-transform: rotate(-135deg);
                        transform: rotate(-135deg);
                top: 23px; }
              header .nav_wrap > nav .gnb li.active > a {
                border-bottom: 1px solid #dcdcdc;
                background: #fff;
                color: #F4902F !important; }
            header .nav_wrap > nav .gnb li .gnb_dep2 {
              position: relative;
              top: auto;
              left: auto;
              display: none;
              width: 100%;
              height: auto;
              max-width: 100%;
              min-width: 100%;
              padding: 0 !important; }
              header .nav_wrap > nav .gnb li .gnb_dep2:before {
                display: none; }
              header .nav_wrap > nav .gnb li .gnb_dep2:after {
                display: none; }
              header .nav_wrap > nav .gnb li .gnb_dep2 li {
                position: relative;
                display: block;
                float: none;
                width: 100%;
                height: auto;
                border-bottom: 0; }
                header .nav_wrap > nav .gnb li .gnb_dep2 li:before {
                  -webkit-transform: rotate(-45deg);
                      -ms-transform: rotate(-45deg);
                          transform: rotate(-45deg); }
                header .nav_wrap > nav .gnb li .gnb_dep2 li:last-child {
                  border-bottom: 0; }
                header .nav_wrap > nav .gnb li .gnb_dep2 li a {
                  position: relative;
                  display: block;
                  font-size: 1rem;
                  color: #333;
                  font-weight: 400;
                  line-height: 42px;
                  padding: 0 30px;
                  background: #fff; }
                  header .nav_wrap > nav .gnb li .gnb_dep2 li a:before {
                    left: 22px;
                    font-size: 1.25rem; }
                header .nav_wrap > nav .gnb li .gnb_dep2 li.has_children:before {
                  -webkit-transform: rotate(45deg);
                      -ms-transform: rotate(45deg);
                          transform: rotate(45deg); }
                header .nav_wrap > nav .gnb li .gnb_dep2 li.has_children a {
                  border-bottom: 1px solid #e7e7e7; }
            header .nav_wrap > nav .gnb li:nth-child(2) .gnb_dep2 li {
              margin-top: 0; }
      header .nav_wrap .mobile_menu_close {
        z-index: 999;
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        width: 18px;
        height: 18px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
        header .nav_wrap .mobile_menu_close span {
          display: block;
          text-indent: -9999em; }
        header .nav_wrap .mobile_menu_close:before {
          background: url(../images/spr_global_icon.png) no-repeat;
          background-size: 150px 150px;
          -webkit-background-size: 150px 150px;
          background-position: 76.136% 4.545%;
          width: 18px;
          height: 18px;
          display: block;
          content: ""; }
    header .sns {
      float: none;
      position: absolute;
      top: 13px;
      left: 15px;
      border: 0;
      height: auto; }
      header .sns ul {
        margin: 0; }
        header .sns ul li.facebook a:before {
          background: url(../images/spr_global_icon.png) no-repeat;
          background-size: 150px 150px;
          -webkit-background-size: 150px 150px;
          background-position: 2.909% 35.178%;
          width: 13px;
          height: 24px; }
        header .sns ul li.facebook a:hover:before {
          background: url(../images/spr_global_icon.png) no-repeat;
          background-size: 150px 150px;
          -webkit-background-size: 150px 150px;
          background-position: 2.909% 35.178%;
          width: 13px;
          height: 24px; }
        header .sns ul li.youtube {
          margin-left: 10px; }
          header .sns ul li.youtube a:before {
            background: url(../images/spr_global_icon.png) no-repeat;
            background-size: 150px 150px;
            -webkit-background-size: 150px 150px;
            background-position: 4.4% 58.8%;
            width: 25px;
            height: 25px;
            top: 0; }
          header .sns ul li.youtube a:hover:before {
            background: url(../images/spr_global_icon.png) no-repeat;
            background-size: 150px 150px;
            -webkit-background-size: 150px 150px;
            background-position: 4.4% 58.8%;
            width: 25px;
            height: 25px; }
        header .sns ul li.blog {
          margin-left: 10px; }
          header .sns ul li.blog a:before {
            background: url(../images/spr_global_icon.png) no-repeat;
            background-size: 150px 150px;
            -webkit-background-size: 150px 150px;
            top: 0;
            background-position: 4.348% 83.004%;
            width: 24px;
            height: 24px; }
          header .sns ul li.blog a:hover:before {
            background: url(../images/spr_global_icon.png) no-repeat;
            background-size: 150px 150px;
            -webkit-background-size: 150px 150px;
            background-position: 4.348% 83.004%;
            width: 24px;
            height: 24px; }
  .container #subMenu {
    display: none; }
    .container #subMenu .submenu_wrap {
      overflow: hidden;
      font-size: 0;
      line-height: 0;
      text-indent: -9999px; }
  .container .sub_top {
    margin-top: 50px;
    height: auto; }
  .owl-theme .owl-nav {
    display: block; }
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 58px;
    border-right: 1px solid #ddd; }
  .owl-carousel .owl-nav button.owl-prev > span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px; }
  .owl-carousel .owl-nav button.owl-prev > span:after {
    position: absolute;
    display: block;
    top: 21px;
    left: 20px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #818182;
    border-left: 2px solid #818182;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    content: ''; }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 51px;
    height: 58px;
    border-left: 1px solid #ddd; }
  .owl-carousel .owl-nav button.owl-next > span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px; }
  .owl-carousel .owl-nav button.owl-next > span:after {
    position: absolute;
    display: block;
    top: 21px;
    left: 20px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #818182;
    border-right: 2px solid #818182;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: ''; }
  .owl-carousel .owl-nav button.disabled {
    opacity: 0.5;
    cursor: default; }
  .footer-wrap .top-btn-wrap {
    right: 10px;
    bottom: 10px; }
  .footer-wrap .btn-private-policy {
    top: 60px;
    right: 150px; }
  .footer-wrap .logo-wa {
    right: 65px; }
  .app-info-wrap {
    top: 100px; }
  .main_cont .main_board .board_list li {
    width: 100%;
    float: unset; }
    .main_cont .main_board .board_list li:last-child {
      width: 100%;
      padding-left: 0; }
    .main_cont .main_board .board_list li .notice_wrap {
      margin-bottom: 25px; }
    .main_cont .main_board .board_list li .event_wrap {
      padding-left: 0; }
      .main_cont .main_board .board_list li .event_wrap .event_banner {
        height: 250px; }
        .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box {
          height: 250px; }
          .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li {
            float: left; }
            .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li:last-child {
              padding: 35px 25px 30px 35px; }
            .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li p.team {
              margin-bottom: 15px; }
            .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li {
              font-size: 1rem; } }

@media all and (max-width: 1023px) {
  html {
    font-size: 14px; }
  br {
    display: none; }
  .history_box h4 {
    float: none;
    display: none; }
  .history_box ul {
    float: none;
    width: 100%;
    border-top: 2px solid #F4902F; }
    .history_box ul li {
      padding: 0; }
      .history_box ul li.this_year:before {
        display: none; }
      .history_box ul li dl {
        padding-left: 0; }
        .history_box ul li dl dt {
          position: relative;
          width: 100%;
          text-align: center;
          font-size: 1.375rem;
          line-height: 50px;
          height: 50px;
          margin-top: 0;
          border-bottom: 1px solid #ececec; }
        .history_box ul li dl dd {
          padding: 14px 0;
          line-height: 1.5rem; }
          .history_box ul li dl dd + dd {
            padding-top: 0; }
  .gwp_lst {
    margin-top: 25px; }
    .gwp_lst ul + ul {
      margin-top: 0; }
    .gwp_lst ul li {
      width: calc(33.333333% - 10px); }
  .gwp_item {
    height: auto; }
    .gwp_item .info {
      padding: 20px 10px; }
      .gwp_item .info dl dt {
        font-size: 0.9375rem; }
        .gwp_item .info dl dt span {
          padding-left: 9px; }
      .gwp_item .info .btn_wrap {
        opacity: 1; }
  .gwp_photo {
    margin-top: 15px; }
    .gwp_photo .swiper-container {
      width: 100%;
      height: auto; }
    .gwp_photo .swiper-button-next {
      right: -20px;
      margin-top: -28px; }
    .gwp_photo .swiper-button-prev {
      margin-top: -28px;
      left: -20px; }
    .gwp_photo_caption {
      display: none; }
  .color_box_lst ul {
    height: auto !important; }
    .color_box_lst ul li {
      height: 70px;
      float: none;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .color_box_lst ul li.title p {
        padding-top: 25px; }
      .color_box_lst ul li p {
        padding-top: 22px; }
        .color_box_lst ul li p + p {
          margin-left: 0; }
        .color_box_lst ul li p.ico {
          padding-top: 115px; }
          .color_box_lst ul li p.ico:before {
            top: 30px; }
      .color_box_lst ul li + li {
        border-left: 0;
        border-top: 1px dashed #fff; }
      .color_box_lst ul li.half {
        float: left;
        width: 50%;
        border-right: 1px dashed #fff; }
        .color_box_lst ul li.half:nth-child(3n) {
          border-right: 0; }
        .color_box_lst ul li.half:last-child {
          border-right: 0; }
    .color_box_lst ul.protocols li.half + .half {
      border-left: 1px dashed #fff; }
    .color_box_lst ul.data li {
      height: 155px; }
      .color_box_lst ul.data li.title {
        height: 70px; }
      .color_box_lst ul.data li:nth-child(4) .ico:before {
        top: 20px; }
      .color_box_lst ul.data li:nth-child(5) .ico:before {
        top: 20px; }
    .color_box_lst ul.core li {
      height: 155px; }
      .color_box_lst ul.core li.title {
        height: 70px; }
      .color_box_lst ul.core li:nth-child(3) .ico:before {
        top: 26px; }
      .color_box_lst ul.core li:nth-child(4) .ico:before {
        top: 20px; }
      .color_box_lst ul.core li:nth-child(5) .ico:before {
        top: 20px; }
  .img_box .img {
    width: 320px;
    height: 235px;
    background-size: 100% !important; }
  .stock_wrap .stock_column ul {
    height: 153px;
    padding: 40px 0;
    text-align: center; }
  #footer .footer_wrap .btn_top_wrap {
    bottom: 40px;
    right: 30px;
    width: 50px;
    height: 50px; }
    #footer .footer_wrap .btn_top_wrap > .top_btn {
      width: 50px;
      height: 50px; }
      #footer .footer_wrap .btn_top_wrap > .top_btn:before {
        top: 13px; }
  .route_info_map {
    height: 250px !important; } }

@media all and (max-width: 915px) {
  .step_lst_arrow ul {
    width: 100%; }
    .step_lst_arrow ul li {
      float: none;
      margin: 0 auto; }
      .step_lst_arrow ul li + li {
        margin: 0 auto;
        margin-top: 25px; }
        .step_lst_arrow ul li + li:before {
          display: none; }
      .step_lst_arrow ul li .info_num {
        text-align: center;
        padding-left: 0; }
        .step_lst_arrow ul li .info_num p {
          display: inline-block; }
  .step_lst_bullet ul {
    width: 100%; }
    .step_lst_bullet ul + ul {
      margin-top: 25px; }
    .step_lst_bullet ul li {
      float: none;
      margin: 0 auto;
      width: 100%; }
      .step_lst_bullet ul li + li {
        width: 100%;
        margin: 0 auto;
        margin-top: 25px; }
      .step_lst_bullet ul li .info_bullet dl {
        text-align: center; }
        .step_lst_bullet ul li .info_bullet dl dt:before {
          display: inline-block;
          position: relative;
          left: auto;
          top: auto;
          vertical-align: middle;
          margin-right: 5px; }
        .step_lst_bullet ul li .info_bullet dl dt h5 {
          display: inline-block;
          vertical-align: middle; }
  .infographic .hire {
    width: 100%; }
    .infographic .hire .info_box.arrow {
      float: none;
      margin: 0 auto; }
    .infographic .hire .info_box.circle {
      float: none;
      margin: 0 auto;
      margin-top: 60px; }
  .gwp_intro {
    overflow: hidden;
    height: 225px;
    padding: 50px 0 50px 35px; }
    .gwp_intro:after {
      width: 150px;
      background-size: 100%;
      height: 140px;
      right: -10px; }
  .box_col .col03 .column {
    width: calc(50% - 10px); }
    .box_col .col03 .column:nth-child(3n) {
      margin-right: 10px; }
    .box_col .col03 .column:nth-child(2n) {
      margin-right: 0; }
    .box_col .col03 .column .bullet {
      padding: 20px 20px !important; }
  .tbl.basic tbody td {
    padding: 10px 20px; } }

@media all and (max-width: 850px) {
  .main_rolling .rolling_item {
    padding-top: 100px;
    left: 0;
    text-align: center; }
  .main_rolling .swiper-component {
    width: 140px;
    right: 0;
    top: auto;
    left: 0;
    bottom: 30px;
    margin: 0 auto; }
  .main_rolling .swiper-slide .rolling_item h2 {
    font-size: 3.125rem;
    margin-bottom: 20px; }
  .main_rolling .swiper-slide .rolling_item P {
    font-size: 1.875rem;
    line-height: 2.375rem; }
    .main_rolling .swiper-slide .rolling_item P em {
      font-size: 1.875rem;
      line-height: 2.375rem; }
  .main_rolling .swiper-slide .rolling_item:after {
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important; }
  .main_rolling .swiper-slide.bg01 .rolling_item:after {
    bottom: 70px; }
  .main_rolling .swiper-slide.bg02 .rolling_item:after {
    bottom: 70px; }
  .main_rolling .swiper-slide.bg03 .rolling_item:after {
    bottom: 70px; } }

@media all and (max-width: 767px) {
  .greetings_img {
    display: none; }
   .greetings_cont {
    width: 100%; 
     padding-left: 0}
  .privacy_wrap {
    padding: 30px 20px; }
    .privacy_wrap h4 {
      margin-bottom: 20px; }
  .privacy_slogan {
    padding: 30px 20px; }
  .privacy_box > p {
    margin-bottom: 20px; }
  .privacy_box > dl + dl {
    margin-top: 20px; }
  .privacy_box > ul > li + li {
    margin-top: 20px; }
  .privacy_box .contact + .contact {
    margin-top: 20px; }
  .main_rolling .swiper-control {
    display: block;
    float: right;
    margin-left: 10px; }
    .main_rolling .swiper-control .btn.show {
      display: block; }
    .main_rolling .swiper-control .btn.stop:before {
      top: 0;
      height: 12px; }
    .main_rolling .swiper-control .btn.start:before {
      top: 0;
      border-width: 6px 0 6px 8px; }
  .main_rolling .swiper-pagination {
    display: block;
    float: left; }
    .main_rolling .swiper-pagination span.swiper-pagination-bullet {
      font-size: 1rem;
      opacity: .4; }
      .main_rolling .swiper-pagination span.swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 20px; }
    .main_rolling .swiper-pagination span.swiper-pagination-bullet-active {
      opacity: 1; }
  .main_rolling .swiper-component {
    width: 110px;
    bottom: 60px;
    *zoom: 1; }
    .main_rolling .swiper-component:after {
      display: block;
      clear: both;
      content: ""; }
  .main_rolling .swiper-slide .rolling_item {
    padding-top: 50px; }
    .main_rolling .swiper-slide .rolling_item h2 {
      margin-top: 65px;
      font-size: 2.5rem; }
    .main_rolling .swiper-slide .rolling_item p {
      font-size: 1.125rem;
      line-height: 1.5rem; }
      .main_rolling .swiper-slide .rolling_item p em {
        font-size: 1.125rem;
        line-height: 1.5rem; }
  .main_rolling .swiper-slide.bg01 {
    background: url(../images/m_bg_main_rolling_01.jpg) no-repeat;
    background-size: cover;
    height: auto; }
    .main_rolling .swiper-slide.bg01 .rolling_item:after {
      background: url(../images/m_bg_main_info_01.png) no-repeat;
      width: 426px;
      height: 314px;
      bottom: 130px;
      background-size: 100%; }
  .main_rolling .swiper-slide.bg02 {
    background: url(../images/m_bg_main_rolling_02.jpg) no-repeat;
    background-size: cover;
    height: auto; }
    .main_rolling .swiper-slide.bg02 .rolling_item:after {
      background: url(../images/m_bg_main_info_02.png) no-repeat;
      width: 426px;
      height: 314px;
      bottom: 130px;
      background-size: 100%; }
  .main_rolling .swiper-slide.bg03 {
    background: url(../images/m_bg_main_rolling_03.jpg) no-repeat;
    background-size: cover;
    height: auto; }
    .main_rolling .swiper-slide.bg03 .rolling_item:after {
      /*background: url(../images/m_bg_main_info_03.png) no-repeat;*/
      background: url(../images/m_bit_bg_main_info_03.png) no-repeat;
      width: 426px;
      height: 314px;
      bottom: 130px;
      background-size: 100%; }
  .main_cont .main_board .board_list {
    width: 100%;
    margin: 0; }
    .main_cont .main_board .board_list li .notice_wrap {
      margin-bottom: 15px; }
    .main_cont .main_board .board_list li .event_wrap h2 {
      width: 100%;
      padding-bottom: 25px;
      font-size: 1.5rem;
      font-weight: 400; }
    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li {
      height: auto; }
  .cont_title {
    padding: 40px 0; }
    .cont_title h3 {
      font-size: 1.5625rem;
      font-weight: 500; }
    .cont_title .tit_inner .desc {
      font-size: 0.875rem;
      line-height: 1.25rem; }
  .box_title {
    margin-bottom: 15px; }
  .container .sub_cont .cont_box + .cont_box {
    margin-top: 25px; }
  .cont_slogan .main_txt {
    margin-bottom: 15px; }
  .cibox_full ul li {
    width: 100%;
    height: 50%; }
    .cibox_full ul li:nth-child(1) img {
      width: 101.5px;
      height: 57.5px; }
    .cibox_full ul li:nth-child(2) img {
      width: 195px;
      height: 30.5px; }
  .cibox_col .col02 {
    width: 100%;
    float: none; }
    .cibox_col .col02 + .col02 {
      margin-top: 10px;
      margin-left: 0; }
    .cibox_col .col02:first-child .kor img {
      width: 180px;
      height: 100px; }
    .cibox_col .col02:first-child .eng img {
      width: 152px;
      height: 30.5px; }
    .cibox_col .col02:last-child .kor img {
      width: 93px;
      height: 152px; }
    .cibox_col .col02:last-child .eng img {
      width: 93px;
      height: 52.5px; }
  .cibox.kor .img {
    height: 200px; }
  .cibox.eng .img {
    height: 100px; }
  .cibox .tit {
    height: 40px; }
    .cibox .tit h5 {
      padding-top: 13px; }
  .cibox_color .color_box > dl {
    width: 100%;
    height: 108px;
    margin: -1px auto 0 auto;
    float: none; }
    .cibox_color .color_box > dl > dt {
      width: 50%;
      height: 100%;
      float: left; }
    .cibox_color .color_box > dl > dd {
      width: 50%;
      height: 100%;
      float: left;
      border-top: 0;
      border-left: 1px solid #999999; }
  .infographic .hire .info_box {
    width: 280px;
    height: 255px; }
    .infographic .hire .info_box:before {
      width: 60px;
      height: 34.5px;
      background-size: 100%; }
    .infographic .hire .info_box ul li {
      width: 105px;
      height: 105px;
      padding-top: 45px; }
    .infographic .hire .info_box.arrow ul li:first-child:before {
      top: -9px;
      left: -9px;
      width: 177.5px;
      height: 67.5px;
      background-size: 100%; }
    .infographic .hire .info_box.arrow ul li:nth-child(2):before {
      top: -9px;
      right: -9px;
      width: 68px;
      height: 151px;
      background-size: 100%; }
    .infographic .hire .info_box.arrow ul li:nth-child(3):before {
      bottom: -9px;
      left: -9px;
      width: 68px;
      height: 151px;
      background-size: 100%; }
    .infographic .hire .info_box.arrow ul li:last-child:before {
      bottom: -9px;
      right: -9px;
      width: 177.5px;
      height: 67.5px;
      background-size: 100%; }
    .infographic .hire .info_box.circle:after {
      width: 202px;
      height: 202px; }
  .infographic .business .info_box.circle {
    width: 307px;
    height: 253px; }
    .infographic .business .info_box.circle:before {
      width: 87px;
      height: 51px;
      top: 60px;
      bottom: auto; }
    .infographic .business .info_box.circle:after {
      width: 200px;
      height: 200px;
      bottom: auto; }
    .infographic .business .info_box.circle ul li {
      padding-top: 61px;
      width: 140px;
      height: 140px; }
      .infographic .business .info_box.circle ul li:first-child {
        bottom: 0;
        top: auto; }
      .infographic .business .info_box.circle ul li:last-child {
        bottom: 0;
        top: auto; }
  .tbl.finance thead th {
    height: 40px;
    font-size: 0.875rem; }
  .tbl.finance tbody th {
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0 5px;
    height: auto;
    word-break: break-word; }
  .tbl.finance tbody td {
    height: auto;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 10px 5px; }
  .tab_container .tbl.finance table {
    border: 0; }
  .tab_container .tbl.finance colgroup, .tab_container .tbl.finance thead {
    display: none; }
  .tab_container .tbl.finance td, .tab_container .tbl.finance tr {
    display: block; }
  .tab_container .tbl.finance td {
    position: relative;
    height: 35px;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 300;
    text-align: right; }
    .tab_container .tbl.finance td:before {
      position: absolute;
      width: 50%;
      height: 100%;
      background-color: #f5f5f5;
      top: 0;
      left: 0;
      display: block;
      font-size: 1rem;
      font-weight: 500;
      color: #333;
      line-height: 35px;
      text-align: left;
      padding-left: 15px;
      border-right: 1px solid #dcdcdc; }
    .tab_container .tbl.finance td + td {
      border-top: 1px solid #dcdcdc;
      border-left: 0; }
  .tab_container .tbl.finance tr {
    border: 1px solid #dcdcdc;
    margin-bottom: 10px; }
  .tab_container .tbl.finance #Hoga tr td:first-child:before {
    content: "매도잔량"; }
  .tab_container .tbl.finance #Hoga tr td:nth-child(2):before {
    content: "호가"; }
  .tab_container .tbl.finance #Hoga tr td:last-child:before {
    content: "매수잔량"; }
  .tab_container .tbl.finance #tradedPrice_time tr td:first-child:before {
    content: "시간"; }
  .tab_container .tbl.finance #tradedPrice_time tr td:nth-child(2):before {
    content: "체결가"; }
  .tab_container .tbl.finance #tradedPrice_time tr td:nth-child(3):before {
    content: "전일대비"; }
  .tab_container .tbl.finance #tradedPrice_time tr td:nth-child(4):before {
    content: "매도호가"; }
  .tab_container .tbl.finance #tradedPrice_time tr td:nth-child(5):before {
    content: "매수호가"; }
  .tab_container .tbl.finance #tradedPrice_time tr td:last-child:before {
    content: "매수잔량"; }
  .tab_container .tbl.finance #member_trade tr td:first-child:before {
    content: "매도상위(증권사)"; }
  .tab_container .tbl.finance #member_trade tr td:nth-child(2):before {
    content: "매도상위(거래량)"; }
  .tab_container .tbl.finance #member_trade tr td:nth-child(3):before {
    content: "매수상위(증권사)"; }
  .tab_container .tbl.finance #member_trade tr td:last-child:before {
    content: "매수상위(거래량)"; }
  .tab_container .tbl.finance #tradedPrice_day tr td:first-child:before {
    content: "일자"; }
  .tab_container .tbl.finance #tradedPrice_day tr td:nth-child(2):before {
    content: "종가"; }
  .tab_container .tbl.finance #tradedPrice_day tr td:nth-child(3):before {
    content: "전일대비"; }
  .tab_container .tbl.finance #tradedPrice_day tr td:nth-child(4):before {
    content: "시가"; }
  .tab_container .tbl.finance #tradedPrice_day tr td:nth-child(5):before {
    content: "고가"; }
  .tab_container .tbl.finance #tradedPrice_day tr td:nth-child(6):before {
    content: "저가"; }
  .tab_container .tbl.finance #tradedPrice_day tr td:nth-child(7):before {
    content: "거래량"; }
  .tab_container .tbl.finance #tradedPrice_day tr td:last-child:before {
    content: "거래대금"; }
  .box_col .column {
    float: none;
    width: 100% !important; }
    .box_col .column + .column {
      margin-left: 0;
      margin-top: 10px; }
    .box_col .column .bullet {
      padding: 20px 10px !important;
      height: auto !important; }
  .stock_wrap .stock_column {
    float: none !important;
    width: 100%; }
    .stock_wrap .stock_column ul {
      height: auto;
      padding: 30px 0; }
    .stock_wrap .stock_column dl dt {
      height: auto;
      padding: 15px 15px; }
    .stock_wrap .stock_column dl dd {
      height: auto;
      padding: 15px 15px; }
    .stock_wrap .stock_column + .stock_column {
      margin-left: 0;
      margin-top: 10px; }
  .caption {
    margin: 10px 0; }
  .notice.news .search_head .selbox {
    float: left;
    width: 80px;
    margin-right: 4px; }
    .notice.news .search_head .selbox .nice-select {
      width: 80px;
      height: 40px;
      line-height: 38px; }
      .notice.news .search_head .selbox .nice-select.open:after {
        right: 13px; }
      .notice.news .search_head .selbox .nice-select:after {
        top: 18px; }
  .notice.news .search_head .searchbox {
    width: calc(100% - 84px); }
  .notice.news .board_table table tbody td.title {
    padding-left: 50px; }
  .notice .search_head {
    width: 100%;
    text-align: left;
    *zoom: 1; }
    .notice .search_head:after {
      display: block;
      clear: both;
      content: ""; }
    .notice .search_head .selbox {
      float: left;
      width: 80px;
      margin-right: 4px; }
      .notice .search_head .selbox .nice-select {
        width: 80px;
        height: 40px;
        line-height: 38px; }
        .notice .search_head .selbox .nice-select.open:after {
          right: 13px; }
        .notice .search_head .selbox .nice-select:after {
          top: 18px; }
    .notice .search_head .searchbox {
      width: calc(100% - 84px);
      float: left; }
      .notice .search_head .searchbox > input[type=text] {
        width: calc(100% - 74px);
        height: 40px;
        min-width: auto;
        line-height: 38px; }
      .notice .search_head .searchbox > .btn_search {
        height: 40px;
        margin-left: 4px;
        width: 70px;
        line-height: 40px; }
        .notice .search_head .searchbox > .btn_search span:before {
          top: 12px; }
        .notice .search_head .searchbox > .btn_search span:after {
          top: 23px; }
  .notice .board_table {
    border-top: 1px solid #d9d9d9; }
    .notice .board_table table colgroup {
      display: none; }
    .notice .board_table table thead {
      display: none; }
    .notice .board_table table tr {
      position: relative;
      display: block; }
      .notice .board_table table tr + tr {
        border-top: 1px solid #d9d9d9; }
      .notice .board_table table tr td {
        display: block;
        border: 0;
        height: auto; }
      .notice .board_table table tr td:first-child {
        display: none; }
    .notice .board_table table tbody td.cate {
      position: absolute;
      top: 11px;
      left: 5px;
      width: 40px;
      height: 20px;
      padding: 0; }
    .notice .board_table table tbody td.title {
      padding-left: 10px;
      line-height: 20px;
      padding-bottom: 5px;
      padding-top: 10px; }
      .notice .board_table table tbody td.title.ico a {
        padding-left: 20px; }
        .notice .board_table table tbody td.title.ico a:before {
          top: 2px; }
    .notice .board_table table tbody td.date {
      padding-top: 0;
      text-align: right;
      color: #888;
      font-size: 0.786em; }
    .notice .board_table table tbody td.company {
      padding-top: 0;
      text-align: right;
      color: #888;
      font-size: 0.786em; }
    .notice .board_table table tbody td .noti, .notice .board_table table tbody td .arti {
      width: 30px;
      height: 18px;
      line-height: 18px;
      font-size: 0.857em; }
  .notice .pagination_wrap .pagination > li {
    width: auto;
    margin: 0; }
    .notice .pagination_wrap .pagination > li > a {
      width: auto;
      border: 0;
      padding: 0 10px;
      font-size: 1em;
      font-weight: 500;
      line-height: 36px; }
    .notice .pagination_wrap .pagination > li > span {
      width: auto;
      border: 0;
      padding: 0 4px;
      font-size: 1em;
      font-weight: 500;
      line-height: 36px; }
    .notice .pagination_wrap .pagination > li.active > a, .notice .pagination_wrap .pagination > li.active > span {
      color: #F4902F;
      font-weight: 700;
      border: 0;
      background-color: transparent; }
      .notice .pagination_wrap .pagination > li.active > a:hover, .notice .pagination_wrap .pagination > li.active > span:hover {
        border: 0 !important;
        background: transparent !important;
        color: #F4902F !important; }
  .notice .pagination_wrap .pagination a:hover, .notice .pagination_wrap .pagination span:hover {
    background: transparent !important;
    color: #F4902F !important;
    border: 0 !important; }
  .notice .pagination_wrap .pagination li.pre a {
    width: 34px;
    height: 34px;
    margin-right: 0;
    padding: 0;
    border: 0; }
  .notice .pagination_wrap .pagination li.next a {
    width: 34px;
    height: 34px;
    margin-left: 0;
    padding: 0;
    border: 0; }
  .notice_view h2 {
    margin-bottom: 0;
    padding: 15px 0; }
  .notice_view .notice_info {
    padding: 15px 0; }
    .notice_view .notice_info dl {
      width: 100%; }
      .notice_view .notice_info dl dt {
        width: 70px;
        display: inline-block;
        margin-right: 0;
        vertical-align: top; }
      .notice_view .notice_info dl dd {
        width: calc(100% - 75px);
        display: inline-block;
        vertical-align: middle; }
      .notice_view .notice_info dl + dl {
        float: left;
        padding-top: 15px; }
        .notice_view .notice_info dl + dl dt {
          margin-right: 0; }
  .notice_view .notice_content {
    padding: 15px; }
  .notice_view .btn_area {
    text-align: center; }
    .notice_view .btn_area .btn_list {
      height: 40px;
      line-height: 38px; }
  .step_lst_process > ul > li .info_lst:after {
    background-size: 132px 30px;
    width: 132px;
    height: 30px;
    bottom: 30px; }
  .step_lst_process > ul > li:nth-child(even) .info_lst:after {
    background-size: 132px 30px;
    width: 132px;
    height: 30px;
    bottom: 30px; }
  .sga_slogan p.main_txt {
    font-size: 1rem;
    letter-spacing: inherit; }
  .sga_slogan p.sub_txt {
    font-size: 1rem;
    letter-spacing: inherit; }
  .sga_intro .headline {
    font-size: 2.5rem;
    letter-spacing: inherit; }
  .sga_intro .txt {
    margin-top: 25px;
    font-size: 1.0625rem;
    line-height: 1.375rem; }
    .sga_intro .txt strong {
      font-size: 1.375rem;
      margin-bottom: 10px; }
    .sga_intro .txt em {
      display: block; }
  .tbl.line table {
    border-top: 0;
    display: block; }
  .tbl.line colgroup {
    display: none; }
  .tbl.line thead {
    display: none; }
  .tbl.line tbody {
    display: block;
    width: 100%; }
    .tbl.line tbody tr {
      display: block;
      width: 100%;
      margin-bottom: 5px; }
    .tbl.line tbody th {
      display: block;
      padding: 15px 0;
      background-color: #f4f4f4;
      border: 1px solid #d9d9d9;
      width: 100%;
      text-align: center; }
    .tbl.line tbody td {
      padding: 20px 25px;
      width: 100%;
      border: 1px solid #d9d9d9;
      border-top: 0;
      text-align: left;
      display: block; }
  .tbl.basic table {
    display: block;
    border: 0; }
  .tbl.basic colgroup {
    display: none; }
  .tbl.basic thead {
    display: none; }
  .tbl.basic tbody {
    display: block;
    width: 100%; }
    .tbl.basic tbody tr, .tbl.basic tbody th, .tbl.basic tbody td {
      display: block;
      width: 100%; }
    .tbl.basic tbody th {
      background-color: #fff;
      height: 45px;
      font-size: 1.1875rem;
      color: #666;
      line-height: 45px;
      font-weight: 500;
      border-left: 1px solid #c6c6c6 !important;
      border-right: 1px solid #c6c6c6 !important;
      border-bottom: 1px solid #c6c6c6 !important; }
      .tbl.basic tbody th + td {
        border-left: 0; }
    .tbl.basic tbody tr {
      border-top: 1px solid #c6c6c6 !important; }
      .tbl.basic tbody tr + tr {
        margin-top: 10px; }
      .tbl.basic tbody tr td {
        text-align: center;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        padding: 15px 0; }
        .tbl.basic tbody tr td:nth-child(2):before, .tbl.basic tbody tr td:nth-child(3):before, .tbl.basic tbody tr td:nth-child(4):before {
          position: absolute;
          width: 100%;
          height: 45px;
          top: 0;
          display: block;
          font-size: 1rem;
          color: #333;
          font-weight: 500;
          background-color: #f4f4f4;
          border-bottom: 1px solid #dcdcdc;
          line-height: 45px; }
        .tbl.basic tbody tr td:nth-child(2) {
          padding-top: 60px;
          position: relative; }
          .tbl.basic tbody tr td:nth-child(2):before {
            content: 'CAPACITY'; }
        .tbl.basic tbody tr td:nth-child(3) {
          padding-top: 60px;
          position: relative; }
          .tbl.basic tbody tr td:nth-child(3):before {
            content: 'CONNECTIVITY'; }
        .tbl.basic tbody tr td:nth-child(4) {
          padding-top: 60px;
          position: relative; }
          .tbl.basic tbody tr td:nth-child(4):before {
            content: 'PHYSICAL'; }
  .gwp_intro {
    overflow: inherit;
    height: auto;
    padding: 0;
    background-color: #fff; }
    .gwp_intro:after {
      display: none; }
  .gwp_item {
    display: none; }
    .gwp_item.show {
      display: block; }
    .gwp_item .info .btn_wrap {
      display: none; }
  .gwp_lst ul li {
    width: 100%;
    margin-bottom: 0; }
    .gwp_lst ul li + li {
      margin-left: 0; }
  .gwp_m_lst {
    display: block;
    width: 100%; }
    .gwp_m_lst > a {
      width: 100%;
      display: block;
      height: 45px;
      line-height: 45px;
      font-size: 1rem;
      color: #333;
      font-weight: 300;
      border-top: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc;
      position: relative; }
      .gwp_m_lst > a:after {
        background: url(../images/spr_sub_icon.png) no-repeat;
        background-size: 300px 300px;
        -webkit-background-size: 300px 300px;
        background-position: 28.947% 9.932%;
        width: 15px;
        height: 8px;
        position: absolute;
        right: 0;
        top: 20px;
        display: block;
        content: ""; }
    .gwp_m_lst ul {
      border: 1px solid #dcdcdc;
      border-top: 0;
      display: none; }
      .gwp_m_lst ul.open {
        display: block; }
      .gwp_m_lst ul li {
        height: 45px;
        line-height: 45px; }
        .gwp_m_lst ul li + li {
          border-top: 1px solid #dcdcdc; }
        .gwp_m_lst ul li a {
          font-weight: 300;
          height: 100%;
          width: 100%;
          display: block;
          line-height: 45px;
          font-size: 1rem;
          color: #666;
          padding: 0 15px; }
          .gwp_m_lst ul li a:active {
            color: #F4902F;
            background-color: #f4f4f4; }
  .route_info_lst ul li .tit {
    float: none;
    width: 100%; }
    .route_info_lst ul li .tit:after {
      display: none; }
  .route_info_lst ul li .txt {
    float: none;
    width: 100%;
    padding-left: 0;
    line-height: 1.875rem; }
  .route_info_lst + .route_info_lst ul li .tit {
    margin-bottom: 10px; }
  .route_info_lst + .route_info_lst ul li .txt dl dt {
    float: none;
    width: 100%; }
  .route_info_lst + .route_info_lst ul li .txt dl dd {
    float: none;
    width: 100%;
    line-height: 1.875rem; }
    .route_info_lst + .route_info_lst ul li .txt dl dd p + p {
      margin-top: 0; }
  .img_box .img {
    float: none;
    margin-right: 0;
    margin: 0 auto; }
  .img_box .txt {
    padding-top: 30px; }
  .container .sub_top {
    height: 155px; }
    .container .sub_top.sub01 {
      background: url(../images/m_bg_sub_top_01.jpg) no-repeat; }
    .container .sub_top.sub02 {
      background: url(../images/m_bg_sub_top_02.jpg) no-repeat;
      background-position: bottom; }
    .container .sub_top.sub03 {
      background: url(../images/m_bg_sub_top_03.jpg) no-repeat;
      background-position: bottom; }
    .container .sub_top.sub04 {
      background: url(../images/m_bg_sub_top_04.jpg) no-repeat;
      background-position: center;
      height: 155px; }
    .container .sub_top .location ul li + li {
      padding-left: 20px; }
      .container .sub_top .location ul li + li:before {
        left: 8px; }
  .top_title {
    padding: 62px 0; }
    .top_title h2 {
      font-size: 2.25rem; } 
    }

@media all and (max-width: 750px) {
  #footer .footer_wrap .footer_cont {
    padding: 35px 20px 80px; }
  #footer .footer_wrap .footer_info dl + dl dt {
    margin-left: 10px;
    padding-left: 10px; }
  #footer .footer_wrap .footer_info dl dd + dt {
    margin-left: 10px;
    padding-left: 10px; }
  #footer .footer_wrap .footer_info .privacy_link {
    bottom: 0px; }
  #footer .footer_wrap .footer_info .ethics_link {
    bottom: 0px; }
}

@media all and (max-width: 670px) {
  .main_rolling {
    height: 616px; }
    .main_rolling .swiper-slide.bg01 .rolling_item:after {
      width: 305px;
      height: 215px; }
    .main_rolling .swiper-slide.bg02 .rolling_item:after {
      width: 305px;
      height: 215px; }
    .main_rolling .swiper-slide.bg03 .rolling_item:after {
      width: 305px;
      height: 215px; }
  .main_cont .main_board .board_list {
    width: 100%;
    margin: 0; }
    .main_cont .main_board .board_list li {
      width: 100%;
      float: none; }
      .main_cont .main_board .board_list li:last-child {
        width: 100%; }
      .main_cont .main_board .board_list li .event_wrap {
        position: relative;
        padding-left: 0;
        width: 100%; }
        .main_cont .main_board .board_list li .event_wrap h2 {
          width: 100%;
          padding-bottom: 25px;
          font-size: 1.5rem;
          font-weight: 400; }
        .main_cont .main_board .board_list li .event_wrap .event_banner {
          width: 100%;
          height: 500px;
          margin-top: 7px;
          position: relative; }
          .main_cont .main_board .board_list li .event_wrap .event_banner .bx-wrapper, .main_cont .main_board .board_list li .event_wrap .event_banner .bx-viewport {
            height: 100% !important; }
          .main_cont .main_board .board_list li .event_wrap .event_banner .event_list {
            width: 100%; }
            .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li {
              height: 100%;
              width: 100%; }
              .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box {
                height: 500px;
                width: 100%; }
                .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text {
                  height: 100%;
                  width: 100%; }
                  .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li {
                    width: 100%;
                    height: 250px;
                    float: left;
                    overflow: hidden;
                    border-radius: 8px 8px 0 0;
                    border-right: 0;
                    position: relative; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li + li:before {
                      top: 0;
                      left: 50%;
                      margin-left: 0;
                      margin-top: -33px;
                      -webkit-transform: rotate(90deg);
                          -ms-transform: rotate(90deg);
                              transform: rotate(90deg); }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li:last-child {
                      border-radius: 0 0 8px 8px;
                      border: 1px solid #d9d9d9;
                      border-top: 0;
                      padding: 35px 25px 30px 35px; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li + li {
                      position: relative; }
                      .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li + li:after {
                        display: none; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li img {
                      width: 100%;
                      height: 100%; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li h3 {
                      text-align: center;
                      font-weight: 300;
                      line-height: 26px;
                      margin-bottom: 5px; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li p {
                      font-size: 1rem;
                      line-height: 24px;
                      color: #666666;
                      text-align: center;
                      font-weight: 200; }
                      .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li p.team {
                        font-weight: 500;
                        font-size: 0.875rem;
                        line-height: normal;
                        margin-bottom: 15px; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li {
                      width: 100%;
                      overflow: hidden;
                      border-radius: 0;
                      border-right: 0;
                      position: relative;
                      line-height: 24px;
                      font-size: 1rem;
                      padding-left: 14px; }
                      .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li:after {
                        content: '';
                        display: block;
                        width: 4px;
                        height: 4px;
                        position: absolute;
                        background-color: #999999;
                        border: 0;
                        top: 11px;
                        left: 0;
                        margin-top: 0;
                        border-radius: 50%; }
                      .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li:last-child {
                        border-radius: 0;
                        border: 0;
                        border-left: 0;
                        padding: 0 0 0 14px; }
  #footer .footer_wrap .footer_logo {
    width: 145px;
    background-size: 100%;
    height: 25px; }
  #footer .footer_wrap .footer_info dl {
    width: 100%;
    display: block; }
    #footer .footer_wrap .footer_info dl + dl dt:first-child {
      padding-left: 0;
      margin-left: 0; }
      #footer .footer_wrap .footer_info dl + dl dt:first-child:before {
        display: none; } }

@media all and (max-width: 430px) {
  .tab_lst li:first-child a {
    padding: 15px 0; }
  .tab_lst li a {
    padding: 10px 0;
    font-size: 1rem;
    line-height: 1.125rem;
    display: block; }
    .tab_lst li a span {
      display: block; }
  .infographic .business .si_box {
    margin: 40px auto 40px;
    background: url(../images/m_info_si_bg.png);
    height: 942px;
    width: 175px;
    background-size: 100%; }
    .infographic .business .si_box img {
      display: none; } }

@media all and (max-width: 360px) {
  .tab_lst li:first-child a {
    padding: 15px 0; }
  .tab_lst li a {
    padding: 10px 0;
    font-size: 1rem;
    line-height: 1.125rem;
    display: block; }
    .tab_lst li a span {
      display: block; }
  .container .sub_top.sub01 {
    height: 150px;
    background-size: 100% 100%;
    background-position: center; }
  .container .sub_top.sub02 {
    height: 150px;
    background-size: 100% 100%;
    background-position: center; }
  .container .sub_top.sub03 {
    height: 150px;
    background-size: 100% 100%;
    background-position: center; }
  .container .sub_top.sub04 {
    height: 150px;
    background-size: 100% 100%;
    background-position: center; }
  .main_rolling .swiper-slide.bg01 {
    background: url(../images/m_bg_main_rolling_01.jpg) no-repeat;
    background-size: cover; }
    .main_rolling .swiper-slide.bg01 .rolling_item:after {
      width: 296px;
      height: 209px; }
  .main_rolling .swiper-slide.bg02 {
    background: url(../images/m_bg_main_rolling_02.jpg) no-repeat;
    background-size: cover; }
    .main_rolling .swiper-slide.bg02 .rolling_item:after {
      width: 296px;
      height: 209px; }
  .main_rolling .swiper-slide.bg03 {
    background: url(../images/m_bg_main_rolling_03.jpg) no-repeat;
    background-size: cover; }
    .main_rolling .swiper-slide.bg03 .rolling_item:after {
      width: 296px;
      height: 209px; }
  .top_title {
    padding: 62px 0; }
    .top_title h2 {
      font-size: 1.8125rem; }
  .txt p {
    line-height: 1.375rem; }
  .bullet ul li {
    line-height: 1.375rem; }
    .bullet ul li:before {
      top: 10px; }
    .bullet ul li + li {
      margin-top: 5px; }
  .gwp_lst ul li {
    width: 100%; }
  .gwp_photo .swiper-container:before {
    font-size: 1.5rem; } }

@media all and (max-width: 420px) {
  .main_cont .main_board .board_list {
    width: 100%;
    margin: 0; }
    .main_cont .main_board .board_list li {
      width: 100%;
      float: none; }
      .main_cont .main_board .board_list li:last-child {
        width: 100%; }
      .main_cont .main_board .board_list li .event_wrap {
        position: relative;
        padding-left: 0;
        width: 100%; }
        .main_cont .main_board .board_list li .event_wrap h2 {
          width: 100%;
          padding-bottom: 25px;
          font-size: 1.5rem;
          font-weight: 400; }
        .main_cont .main_board .board_list li .event_wrap .event_banner {
          width: 100%;
          height: 410px;
          margin-top: 7px;
          position: relative; }
          .main_cont .main_board .board_list li .event_wrap .event_banner .event_list {
            width: 100%; }
            .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li {
              height: 100%;
              width: 100%; }
              .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box {
                height: 410px;
                width: 100%; }
                .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text {
                  height: 100%;
                  width: 100%; }
                  .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li {
                    width: 100%;
                    height: 180px;
                    float: left;
                    overflow: hidden;
                    border-radius: 8px 8px 0 0;
                    border-right: 0;
                    position: relative; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li:last-child {
                      height: 230px;
                      border-radius: 0 0 8px 8px;
                      border: 1px solid #d9d9d9;
                      border-top: 0;
                      padding: 30px 15px; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li + li {
                      position: relative; }
                      .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li + li:after {
                        display: none; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li img {
                      width: 100%;
                      height: 100%; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li .celebrate {
                      width: 195px;
                      height: 135px;
                      background-size: 100%; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li h3 {
                      text-align: center;
                      font-weight: 300;
                      line-height: 26px;
                      margin-bottom: 5px; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li p {
                      font-size: 1rem;
                      line-height: 24px;
                      color: #666666;
                      text-align: center;
                      font-weight: 200; }
                      .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li p.team {
                        font-weight: 500;
                        font-size: 0.875rem;
                        line-height: normal;
                        margin-bottom: 15px; }
                    .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li {
                      width: 100%;
                      overflow: hidden;
                      border-radius: 0;
                      border-right: 0;
                      position: relative;
                      line-height: 24px;
                      font-size: 1rem;
                      padding-left: 14px; }
                      .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li:after {
                        content: '';
                        display: block;
                        width: 4px;
                        height: 4px;
                        position: absolute;
                        background-color: #999999;
                        border: 0;
                        top: 11px;
                        left: 0;
                        margin-top: 0;
                        border-radius: 50%; }
                      .main_cont .main_board .board_list li .event_wrap .event_banner .event_list li .event_box .event_text li ul li:last-child {
                        border-radius: 0;
                        border: 0;
                        border-left: 0;
                        padding: 0 0 0 14px; } }

@media all and (max-width: 325px) {
  .infographic .business .info_box.circle {
    width: 280px;
    margin: 40px auto; }
    .infographic .business .info_box.circle:after {
      width: 190px;
      height: 190px;
      bottom: auto; }
    .infographic .business .info_box.circle ul li {
      padding-top: 51px;
      width: 120px;
      height: 120px; } }

@media all and (max-width: 320px) {
  .sga_intro {
    width: 100%;
    height: 240px;
    background: url(../images/m_img_sga_intro.png);
    background-size: 100%; }
    .sga_intro .headline {
      padding-top: 70px;
      font-size: 2.125rem; }
    .sga_intro .txt {
      margin-top: 15px; }
  .tbl.line tbody td {
    padding: 20px 15px; } }

/* 125% */





