@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: "Noto Sans KR", sans-serif;
  background: #efefef;
  margin: 0;
  padding: 0; }

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table td, table th {
    padding: 0; }

input[type=checkbox] {
  vertical-align: middle; }

button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer; }

a {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }
  a:hover {
    color: rgba(0, 0, 0, 0.1); }
  a:active {
    color: transparent; }

hr {
  display: block;
  margin: 16px 0;
  border: 0;
  border-top-width: 1px;
  border-color: #e0e0e0;
  border-style: solid; }

::selection {
  text-shadow: none;
  background: #506bbc;
  color: #fff; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mb32 {
  margin-bottom: 32px; }

.ml10 {
  margin-left: 10px; }

.pt32 {
  padding-top: 32px; }

.pb32 {
  padding-bottom: 32px; }

.pl24 {
  padding-left: 24px; }

.pr24 {
  padding-right: 24px; }

.bold {
  font-weight: bold; }

.fs_23 {
  font-size: 23px; }

.t_center {
  text-align: center; }

.t_red {
  color: #de372f; }

.t_org {
  color: #f48121; }

.t_gray {
  color: #76777a; }

.ls_1 {
  letter-spacing: -1px; }

.clearfix {
  clear: both; }

.webInline {
  display: inline-block; }

.bdr3 {
  border-radius: 3px; }

.fade {
  opacity: 1 !important;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

@keyframes color_changes {
  0% {
    color: #de372f;
    border-color: #de372f; }
  20% {
    color: #f67a3e;
    border-color: #f67a3e; }
  40% {
    color: #f2da3f;
    border-color: #f2da3f; }
  60% {
    color: #6ab344;
    border-color: #6ab344; }
  80% {
    color: #506bbc;
    border-color: #506bbc; }
  100% {
    color: #9a23b8;
    border-color: #9a23b8; } }
@keyframes color_changes_hover {
  from {
    background-color: #506bbc;
    border-color: transparent; }
  to {
    background-color: #fd9491;
    border-color: transparent; } }
.popup_layer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001; }
  .popup_layer > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    .popup_layer > .inner > .contents {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -218px;
      margin-left: -162.5px;
      width: 325px;
      height: 436px;
      padding: 0;
      background-color: #fff;
      border-radius: 2px;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
      z-index: 999; }
      .popup_layer > .inner > .contents .con_inner {
        padding: 15px;
        color: #4a4a4a; }
        .popup_layer > .inner > .contents .con_inner .dashed_box {
          padding: 10px;
          border: 1px dashed #e0e0e0;
          border-radius: 2px;
          font-size: 13px; }
          .popup_layer > .inner > .contents .con_inner .dashed_box .notice {
            width: 68px;
            margin: 0 auto 8px;
            padding-bottom: 2px;
            border-bottom: 1px solid;
            letter-spacing: 6px;
            font-size: 9px;
            font-weight: bold; }
        .popup_layer > .inner > .contents .con_inner img {
          margin-top: 10px;
          border-radius: 2px; }
      .popup_layer > .inner > .contents > .btn_close {
        position: absolute;
        right: -8px;
        top: -8px;
        padding: 8px;
        border-radius: 1px;
        background-color: #fd9491;
        color: #fff;
        letter-spacing: -0.5px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s; }
        .popup_layer > .inner > .contents > .btn_close img {
          width: 15px;
          vertical-align: middle; }
        .popup_layer > .inner > .contents > .btn_close:hover {
          background-color: #fdacaa;
          top: -6px; }
  .popup_layer .layer_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

.over {
  position: fixed;
  overflow: hidden !important;
  width: 100%;
  height: 100%; }

body {
  opacity: 0; }

.container {
  width: 100%;
  height: 100%;
  min-height: 100% !important;
  top: 0 !important; }

.top_btn {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999; }
  .top_btn .text {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s; }
    .top_btn .text:hover {
      background-color: #000; }

.badge_thumbnail_wrap {
  width: 100%;
  text-align: right;
  padding: 10px;
  bottom: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.badge {
  display: inline-block;
  min-width: 40px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  padding: 0 5px;
  font-size: 11px;
  cursor: default;
  margin-top: 3px;
  margin-right: 3px; }
  .badge:last-child {
    margin-right: 0; }

.badge_new {
  position: absolute;
  right: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ff423d;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  z-index: 999;
  cursor: default; }

.badge_edit {
  position: absolute;
  right: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #9a23b8;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  z-index: 999;
  cursor: default; }

.pink {
  background: #fd9491;
  color: #fff;
  border: 1px solid #fd9491; }

.blue {
  background: #3e59a9;
  color: #fff;
  border: 1px solid #3e59a9; }

.white {
  background: #fff;
  color: #5d6375;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.green {
  background: #6ab344;
  color: #fff;
  border: 1px solid #6ab344; }

.orange {
  background: #f67a3e;
  color: #fff;
  border: 1px solid #f67a3e; }

.purple {
  background: #9a23b8;
  color: #fff;
  border: 1px solid #9a23b8; }

.mint {
  background: #25b8a2;
  color: #fff;
  border: 1px solid #25b8a2; }

.yellow {
  background: #f2da3f;
  color: #fff;
  border: 1px solid #f2da3f; }

.red {
  background: #de372f;
  color: #fff;
  border: 1px solid #de372f; }

.sky {
  background: #79ccd9;
  color: #fff;
  border: 1px solid #79ccd9; }

.darkGray {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 9999; }
  .header:after {
    content: '';
    display: block;
    clear: both; }
  .header .menu_wrap {
    width: 1100px;
    margin: 0 auto; }
    .header .menu_wrap:after {
      content: '';
      display: block;
      clear: both; }
    .header .menu_wrap .logo {
      float: left;
      height: 60px;
      line-height: 60px; }
      .header .menu_wrap .logo a {
        color: #506bbc; }
        .header .menu_wrap .logo a:hover {
          color: #fd9491; }
        .header .menu_wrap .logo a:active {
          color: rgba(0, 0, 0, 0.1); }
    .header .menu_wrap .right_message {
      float: right;
      height: 60px;
      line-height: 60px;
      color: #80828a;
      font-size: 14px; }
      .header .menu_wrap .right_message span {
        color: #dadada;
        padding: 0 5px; }
      .header .menu_wrap .right_message .accent1 {
        color: #25b8a2;
        text-decoration: underline; }
      .header .menu_wrap .right_message .tel {
        width: 18px;
        min-width: auto;
        height: 18px;
        line-height: 18px;
        text-align: center;
        margin-right: 3px;
        color: #fff;
        border-radius: 100%; }

.contents {
  width: 1100px;
  margin: 0 auto;
  font-size: 0; }
  .contents .categori label {
    display: inline-block;
    width: 20%;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    margin-top: 100px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
    border-bottom: 0;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s; }
    .contents .categori label:hover {
      color: #506bbc; }
    .contents .categori label:last-child {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .contents .categori .on {
    color: #506bbc; }
  .contents .grid {
    max-width: 1100px;
    margin: 0 auto 20px;
    clear: both;
    padding: 0 0 10px 0; }
    .contents .grid .grid-item {
      display: block;
      float: left;
      padding: 5px; }
      .contents .grid .grid-item a {
        position: relative;
        display: block;
        max-width: 100%;
        border-radius: 3px;
        overflow: hidden;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1); }
        .contents .grid .grid-item a img {
          display: block;
          width: 100%;
          border: 0px;
          margin: 0 auto;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s; }
        .contents .grid .grid-item a div h3 {
          font-size: 15px;
          color: #506bbc;
          padding: 10px 10px 0;
          margin: 0; }
        .contents .grid .grid-item a div h5 {
          font-size: 13px;
          color: #5d6375;
          padding: 0 10px 10px;
          font-weight: normal;
          margin: 0; }
        .contents .grid .grid-item a:hover {
          background: #506bbc;
          color: #fff; }
        .contents .grid .grid-item a:hover img {
          width: 90%;
          margin: 13px auto 13.5px;
          border-radius: 2px;
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
        .contents .grid .grid-item a:hover h3 {
          color: #fff; }
        .contents .grid .grid-item a:hover h5 {
          color: rgba(255, 255, 255, 0.6); }
    .contents .grid .grid-item.none {
      display: none; }
    .contents .grid:after {
      content: '';
      display: block;
      clear: both; }
  .contents .sub_grid {
    width: 100%;
    min-height: 700px;
    padding: 75px 5px;
    overflow: hidden; }
    .contents .sub_grid .left {
      position: fixed;
      float: left;
      width: 260px;
      padding-right: 10px; }
      .contents .sub_grid .left .l_con {
        min-height: 200px;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
        padding: 10px; }
        .contents .sub_grid .left .l_con h3 {
          font-size: 15px;
          color: #506bbc;
          padding: 0;
          margin: 0; }
        .contents .sub_grid .left .l_con h5 {
          font-size: 12px;
          padding: 0;
          margin: 0; }
        .contents .sub_grid .left .l_con table {
          width: 100%;
          color: rgba(0, 0, 0, 0.7);
          font-size: 13px;
          text-align: left;
          border-top: 2px solid #506bbc;
          margin: 10px 0; }
          .contents .sub_grid .left .l_con table tr {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .contents .sub_grid .left .l_con table th {
            width: 25%;
            font-size: 11px;
            padding: 10px 5px 10px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .contents .sub_grid .left .l_con table td {
            width: 75%;
            padding: 10px 0 10px 5px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
            .contents .sub_grid .left .l_con table td a {
              display: block;
              height: 25px;
              line-height: 24px;
              margin: 15px 0 10px;
              color: #fd9491;
              border: 1px solid #fd9491;
              border-radius: 2px;
              text-align: center;
              animation-name: color_changes;
              animation-iteration-count: infinite;
              animation-timing-function: ease-in-out;
              animation-duration: 2s;
              animation-direction: alternate; }
              .contents .sub_grid .left .l_con table td a:hover {
                color: #fff;
                animation-name: color_changes_hover;
                animation-iteration-count: infinite;
                animation-timing-function: ease-in-out;
                animation-duration: 1.5s;
                animation-direction: alternate; }
              .contents .sub_grid .left .l_con table td a .fa-external-link {
                margin-left: 5px; }
      .contents .sub_grid .left .back_list {
        position: relative;
        display: table;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        border-radius: 3px;
        font-size: 0;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); }
        .contents .sub_grid .left .back_list li {
          display: table-cell;
          width: 33.3333%; }
          .contents .sub_grid .left .back_list li a {
            display: block;
            background: #fff;
            padding: 10px;
            color: rgba(0, 0, 0, 0.5);
            font-size: 14px;
            border-right: 1px solid rgba(0, 0, 0, 0.1); }
            .contents .sub_grid .left .back_list li a .comment {
              display: none;
              position: absolute;
              top: -10px;
              left: 5px;
              background: rgba(0, 0, 0, 0.7);
              color: #fff;
              font-size: 11px;
              padding: 0 7px;
              border-radius: 3px; }
              .contents .sub_grid .left .back_list li a .comment:after, .contents .sub_grid .left .back_list li a .comment:before {
                position: absolute;
                top: 99%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0; }
              .contents .sub_grid .left .back_list li a .comment:after {
                border-top-color: rgba(0, 0, 0, 0.7);
                border-width: 7px;
                margin-top: 0px;
                margin-left: -40px;
                z-index: 2; }
            .contents .sub_grid .left .back_list li a:hover {
              color: #506bbc; }
            .contents .sub_grid .left .back_list li a:hover .comment {
              display: block; }
          .contents .sub_grid .left .back_list li:last-child a {
            border-right: 0; }
    .contents .sub_grid .right {
      float: left;
      width: 825px;
      margin-left: 270px; }
      .contents .sub_grid .right .inner_con {
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
        padding: 10px;
        font-size: 14px; }
        .contents .sub_grid .right .inner_con img {
          display: block;
          margin: 0 auto;
          max-width: 100%; }
    .contents .sub_grid .center {
      width: 100%; }
      .contents .sub_grid .center .contents {
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
        padding: 30px 10px 30px 10px;
        font-size: 14px; }
    .contents .sub_grid .left_con:after,
    .contents .sub_grid .contents:after,
    .contents .sub_grid .left:after,
    .contents .sub_grid .right:after {
      content: '';
      display: block;
      clear: both; }

.grid-sizer,
.grid-item {
  width: 275px; }

footer {
  width: 100%;
  min-height: 80px;
  background: #5d6375;
  clear: both; }
  footer .contents {
    width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    text-align: center; }

@media screen and (max-width: 768px) {
  .top_btn {
    right: 10px;
    bottom: 10px; }
    .top_btn .text {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 10px; }

  body {
    overflow-x: hidden; }

  .popup_layer > .inner > .contents {
    width: 260px;
    height: 382px;
    margin-top: -191px;
    margin-left: -130px; }
    .popup_layer > .inner > .contents .con_inner {
      padding: 15px 10px;
      font-size: 12px; }
      .popup_layer > .inner > .contents .con_inner .dashed_box {
        font-size: 1em; }
      .popup_layer > .inner > .contents .con_inner img {
        width: 100%;
        height: 230px; }
    .popup_layer > .inner > .contents .btn_close {
      font-size: 13px;
      margin-bottom: 15px; }

  .header .menu_wrap {
    width: 100%; }
    .header .menu_wrap .logo {
      float: none;
      height: 45px;
      line-height: 45px;
      text-align: center; }
      .header .menu_wrap .logo div {
        display: none; }
    .header .menu_wrap .menu_inner_wrap {
      display: none; }

  .contents {
    width: 100%;
    padding: 10px; }
    .contents .categori label {
      width: 20%;
      margin-top: 45px;
      margin-bottom: 0px;
      padding: 10px 0px;
      font-size: 11px;
      word-break: break-all;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .contents .grid {
      padding: 10px 0 0;
      content: '';
      display: block;
      clear: both; }
      .contents .grid .grid-item {
        padding: 3px; }
        .contents .grid .grid-item a img:hover {
          margin: 8px auto; }
        .contents .grid .grid-item a div h3 {
          font-size: 13px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .contents .grid .grid-item a div h5 {
          font-size: 12px; }
        .contents .grid .grid-item a .badge_wrap {
          display: none; }
        .contents .grid .grid-item:first-child {
          padding-bottom: 3px; }
    .contents .sub_grid {
      padding: 45px 0 5px; }
      .contents .sub_grid .left {
        position: relative;
        float: none;
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px; }
        .contents .sub_grid .left .l_con table td a {
          height: 30px;
          line-height: 30px; }
        .contents .sub_grid .left .back_list li a {
          padding: 7px;
          font-size: 13px; }
      .contents .sub_grid .right {
        position: relative;
        float: none;
        width: 100%;
        margin: 0; }
        .contents .sub_grid .right .contents {
          padding: 10px; }
          .contents .sub_grid .right .contents img {
            width: 100%; }

  .grid-sizer,
  .grid-item {
    width: 50%; }

  footer .contents {
    width: 100%;
    font-size: 11px;
    text-align: center;
    padding: 5px 0 10px; } }
