@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/* reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 12px; }

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; }

fieldset, img {
  border: 0 none; }

img {
  vertical-align: middle; }

dl, ul, ol, menu, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

input, select, textarea, button {
  vertical-align: middle; }

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer; }

body {
  background: #fff; }

body, th, td, input, select, textarea, button {
  line-height: 1.5;
  font-family: 'Noto Sans KR', '맑은 고딕', MalgunGothic, Helvetica, sans-serif;
  color: #333; }

a {
  color: #000;
  text-decoration: none; }

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal; }

h4 {
  font-size: 16px;
  font-weight: normal; }

.error {
  color: red; }

.clearfix {
  clear: both; }

.bold {
  font-weight: bold; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissible,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissible .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

.wrapper {
  padding-top: 55px; }

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease; }
  header .container {
    padding: 0 3.5%;
    height: 54px;
    line-height: 54px;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease; }
    header .container .logo img {
      max-width: 115px; }
    header .container .mobile_menu_btn {
      position: absolute;
      right: 3.5%;
      top: 0;
      color: #222;
      font-size: 2.33333rem;
      cursor: pointer; }
    header .container .mobile_menu_wrap {
      display: none;
      position: fixed;
      top: 55px;
      left: 0;
      width: 100%;
      height: 0%;
      padding: 20px 0;
      background-color: rgba(58, 199, 227, 0.85);
      opacity: 0;
      overflow-y: auto;
      -webkit-transition: opacity 0.45s ease;
      -moz-transition: opacity 0.45s ease;
      -ms-transition: opacity 0.45s ease;
      -o-transition: opacity 0.45s ease;
      transition: opacity 0.45s ease; }
      header .container .mobile_menu_wrap.active {
        display: block;
        opacity: 1;
        height: 100%; }
      header .container .mobile_menu_wrap .util_btn_wrap {
        padding: 0 7.5%;
        overflow: hidden;
        text-align: center; }
        header .container .mobile_menu_wrap .util_btn_wrap a {
          color: #fff;
          font-size: 1.5rem; }
          header .container .mobile_menu_wrap .util_btn_wrap a.btn1 {
            float: left; }
          header .container .mobile_menu_wrap .util_btn_wrap a.btn3 {
            float: right; }
      header .container .mobile_menu_wrap .depth1 {
        margin: 10px 0;
        padding: 0 7.5%;
        line-height: 1.2; }
        header .container .mobile_menu_wrap .depth1 > a {
          color: #222;
          font-size: 1.5rem;
          font-weight: bold; }
        header .container .mobile_menu_wrap .depth1 ul {
          display: none; }
        header .container .mobile_menu_wrap .depth1 .depth2 {
          padding: 3px 0;
          padding-left: 10px;
          margin-bottom: 3px;
          -webkit-transition: all 0.45s ease;
          -moz-transition: all 0.45s ease;
          -ms-transition: all 0.45s ease;
          -o-transition: all 0.45s ease;
          transition: all 0.45s ease; }
          header .container .mobile_menu_wrap .depth1 .depth2 > a {
            color: #222;
            font-size: 1.16667rem; }
          header .container .mobile_menu_wrap .depth1 .depth2:first-child {
            margin-top: 10px; }
    header .container .pc_menu_wrap {
      display: none; }

footer {
  background-color: #282828; }
  footer .container .section1 {
    padding: 40px 3.5%;
    background-color: #313131;
    border-bottom: 1px solid #4f4f4f; }
    footer .container .section1 .contact_us_wrap {
      padding-bottom: 35px;
      border-bottom: 1px solid #3d3d3d; }
      footer .container .section1 .contact_us_wrap .title {
        font-size: 1.5rem;
        font-weight: bold;
        color: #17bdde;
        text-align: center;
        margin-bottom: 20px; }
      footer .container .section1 .contact_us_wrap table {
        width: 100%; }
        footer .container .section1 .contact_us_wrap table td {
          font-size: 1.08333rem;
          color: #bababa;
          padding: 10px 5px; }
          footer .container .section1 .contact_us_wrap table td span {
            color: #17bdde; }
          footer .container .section1 .contact_us_wrap table td:first-child {
            vertical-align: top;
            color: #5b5b5b; }
    footer .container .section1 .notice_wrap {
      padding-bottom: 35px;
      border-bottom: 1px solid #3d3d3d; }
      footer .container .section1 .notice_wrap .title {
        font-size: 1.5rem;
        font-weight: bold;
        color: #17bdde;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 30px; }
      footer .container .section1 .notice_wrap table {
        width: 100%; }
        footer .container .section1 .notice_wrap table td {
          font-size: 1.08333rem;
          color: #bababa;
          padding: 10px 5px; }
          footer .container .section1 .notice_wrap table td span {
            color: #17bdde; }
          footer .container .section1 .notice_wrap table td:first-child {
            vertical-align: top;
            color: #5b5b5b; }
    footer .container .section1 .brand_wrap {
      display: none; }
      footer .container .section1 .brand_wrap .title {
        font-size: 1.5rem;
        font-weight: bold;
        color: #17bdde;
        text-align: center;
        margin-bottom: 40px; }
    footer .container .section1 .sns_wrap {
      padding-top: 40px; }
      footer .container .section1 .sns_wrap .title {
        font-size: 1.5rem;
        font-weight: bold;
        color: #17bdde;
        text-align: center;
        margin-bottom: 25px; }
      footer .container .section1 .sns_wrap .sns_icons a {
        display: block;
        width: 120px;
        margin: 16px auto 0; }
        footer .container .section1 .sns_wrap .sns_icons a span {
          margin-left: 12px;
          font-size: 1.16667rem;
          color: #bababa; }
        footer .container .section1 .sns_wrap .sns_icons a:first-child {
          margin-top: 0; }
  footer .container .section2 {
    padding: 8px 0;
    background-color: #313131;
    border-bottom: 1px solid #17bdde;
    text-align: center;
    font-size: 1.08333rem;
    color: #bababa; }
    footer .container .section2 a {
      font-size: 1.08333rem;
      color: #bababa; }
  footer .container .section3 {
    padding: 27px 3.5% 55px; }
    footer .container .section3 .logo_wrap {
      text-align: center;
      margin-bottom: 27px; }
    footer .container .section3 .info_wrap {
      font-size: 1.08333rem;
      color: #818383;
      margin-bottom: 15px;
      text-align: center; }
    footer .container .section3 .copyright {
      font-size: 1.08333rem;
      color: #818383;
      text-align: center; }

/*# sourceMappingURL=style.css.map */
