@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Righteous);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/css?family=Raleway);
@font-face {
  font-family: 'codelab';
  src: url("./images/codelab.eot?c0rvym");
  src: url("./images/codelab.eot?c0rvym#iefix") format("embedded-opentype"), url("./images/codelab.ttf?c0rvym") format("truetype"), url("./images/codelab.woff?c0rvym") format("woff"), url("./images/codelab.svg?c0rvym#codelab") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="logo-"], [class*=" logo-"] {
  font-family: 'codelab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.logo-codelab:before {
  content: "\e900";
  font-size: 10px; }

.codelab {
  color: #07a;
  -webkit-animation: ani_opacity 0.8s ease infinite;
  animation: ani_opacity 0.8s ease infinite; }

@font-face {
  font-family: 'bomnamu';
  src: url("./images/bomnamu.eot?cbdnmw");
  src: url("./images/bomnamu.eot?cbdnmw#iefix") format("embedded-opentype"), url("./images/bomnamu.ttf?cbdnmw") format("truetype"), url("./images/bomnamu.woff?cbdnmw") format("woff"), url("./images/bomnamu.svg?cbdnmw#bomnamu") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bomnamu' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="gly-"]::before, [class*=" gly-"]::before, [class^="gly-"]::after, [class*=" gly-"]::after {
  font-family: 'bomnamu';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@-webkit-keyframes ani_opacity {
  from {
    opacity: 1; }
  to {
    opacity: 0.4; } }
@keyframes ani_opacity {
  from {
    opacity: 1; }
  to {
    opacity: 0.4; } }
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  *:before, *:after {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  *::-moz-selection, *::-moz-selection {
    background-color: rgba(0, 204, 255, 0.2); }
  *::-moz-selection, *::selection {
    background-color: rgba(0, 204, 255, 0.2); }

html,
body {
  margin: 0;
  padding: 0;
  background: #f1f1f1;
  font-family: 'Nanum Gothic', sans-serif, 'bomnamu';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

div {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

li {
  list-style: none; }

img,
fieldset {
  border: none;
  vertical-align: top; }

input,
select,
textarea {
  color: #767676;
  vertical-align: middle;
  font-size: 100%; }

a {
  color: inherit;
  text-decoration: none; }
  a:link, a:visited, a:hover, a:active {
    text-decoration: none; }

ul,
ol,
li {
  margin: 0;
  padding: 0;
  display: block; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
  padding: 0; }

hr.divier {
  -webkit-margin-before: 20px;
  -webkit-margin-after: 20px;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  margin: 20px 0;
  width: 100%; }

form {
  position: relative; }

.align-center {
  margin: 0 auto; }

.bold {
  font-weight: 600; }

.exbold {
  font-weight: 900; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.icon-test:before {
  content: "\e90f"; }

.icon-secret:before {
  content: "\ea10"; }

.bg-white {
  position: relative;
  background: #fff; }

.clear {
  clear: both; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .ellipsis.multiline {
    white-space: normal; }

/* 작업영역 */
.header {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 100;
  margin: 0 auto;
  width: 100%;
  height: 80px;
  border-width: 0px;
  border-color: #88B92D;
  border-style: solid;
  background: #fff;
  box-shadow: 0px 0px 5px 2px transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.header_inner {
  position: relative;
  display: block;
  width: 1140px;
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
  background: #ffffff; }

.scroll {
  opacity: 0.2;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  background: transparent; }
  .scroll:hover {
    opacity: 1; }
    .scroll:hover .header_inner {
      box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.02); }

.area_logo {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 220px;
  height: 80px; }

.logo {
  display: block;
  margin: 19px 0 21px 0;
  line-height: 37px;
  font-size: 20px;
  width: 188px;
  height: 42px;
  white-space: nowrap;
  color: #6a9023;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .logo:hover {
    line-height: 42px; }

.gnb {
  position: relative;
  display: block;
  float: left;
  width: 650px;
  height: 80px; }

.gnb_inner {
  display: block;
  padding: 0;
  width: 650px;
  height: 100%; }
  .gnb_inner li {
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    overflow: hidden;
    padding: 0 10px 0 28px;
    height: 100%;
    background: none;
    color: inherit;
    vertical-align: middle;
    line-height: 75px;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .gnb_inner li:hover .icon-movement,
    .gnb_inner li:hover span {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .gnb_inner li:hover a {
      color: #fff;
      text-shadow: 0px 1px 1px #88B92D;
      -webkit-text-shadow: 0px 1px 1px #88B92D;
      -moz-text-shadow: 0px 1px 1px #88B92D; }
    .gnb_inner li:hover::before {
      background-color: #85b52c;
      opacity: 1;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 1, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 1, 1);
      -webkit-transform: rotate3d(0, 0, 2, 0deg);
      transform: rotate3d(0, 0, 2, 0deg); }
    .gnb_inner li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 150%;
      height: 100%;
      background: #37474f;
      content: '';
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
      -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
      transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
      transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%; }
    .gnb_inner li span {
      display: inline-block;
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    .gnb_inner li .icon-movement {
      position: absolute;
      left: 10px;
      font-size: 13px;
      line-height: 75px;
      -webkit-transform: translate3d(-40px, 2.5em, 0);
      transform: translate3d(-40px, 2.5em, 0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      color: #fff; }
    .gnb_inner li .icon-tagcloud:before {
      content: "\e935"; }
    .gnb_inner li .icon-medialog:before {
      content: "\e90f"; }
    .gnb_inner li .icon-locationlog:before {
      content: "\e94b"; }
    .gnb_inner li .icon-guestbook:before {
      content: "\e906"; }
    .gnb_inner li a {
      display: block;
      padding: 0 10px;
      color: #605f66;
      font-weight: 600;
      font-size: 13px; }

.toolbox {
  position: relative;
  width: 230px;
  height: 80px;
  float: left; }

.social-link {
  position: absolute;
  top: 25px;
  left: 0;
  width: 190px;
  height: 30px;
  overflow: hidden; }
  .social-link a {
    display: block;
    float: left;
    width: 30px;
    height: 60px;
    margin: 0 15px 0 0;
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .social-link a:hover {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .social-link a i {
      display: block;
      float: left;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      color: #fff;
      font-size: 20px;
      background: #d0d6d6;
      -webkit-transition: background 0.2s;
      transition: background 0.2s; }
    .social-link a .facebook {
      background: #3b5998; }
    .social-link a .instagram {
      background: #3f729b; }
    .social-link a .twitter {
      background: #55acee; }
    .social-link a .email {
      background: #3b5998; }
    .social-link a .youtube {
      background: #bb0000; }
    .social-link a .googleplus {
      background: #dd4b39; }
    .social-link a .instagram {
      background: #3f729b; }
    .social-link a .twitter {
      background: #55acee; }
    .social-link a .tumblr {
      background: #35465c; }
    .social-link a .linkedin {
      background: #0077b5; }
    .social-link a .pinterest {
      background: #bd081c; }
    .social-link a .icon-facebook:before {
      content: "\ea8c"; }
    .social-link a .icon-instagram:before {
      content: "\ea90"; }
    .social-link a .icon-twitter:before {
      content: "\ea91"; }
    .social-link a .icon-email:before {
      content: "\ea84"; }
    .social-link a .icon-youtube:before {
      content: "\ea99"; }
    .social-link a .icon-googleplus:before {
      content: "\ea88"; }
    .social-link a .icon-instagram:before {
      content: "\ea90"; }
    .social-link a .icon-twitter:before {
      content: "\ea91"; }
    .social-link a .icon-tumblr:before {
      content: "\eabb"; }
    .social-link a .icon-linkedin:before {
      content: "\eac9"; }
    .social-link a .icon-pinterest:before {
      content: "\ead0"; }

.area_search {
  position: relative;
  float: right;
  overflow: hidden;
  margin-top: 20px;
  min-width: 40px;
  width: 0%;
  height: 40px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  border: 1px solid #79a428; }

.area_search .search_input {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  margin: 0;
  padding: 0 50px 0 10px;
  width: 230px;
  height: 40px;
  outline: none;
  border: none;
  color: #2c3e50;
  font-weight: 600;
  font-size: 12px;
  font-family: inherit; }
  .area_search .search_input::-webkit-input-placeholder, .area_search .search_input:-moz-placeholder, .area_search .search_input::-moz-placeholder, .area_search .search_input:-ms-input-placeholder {
    color: #88B92D; }

.icon_search {
  position: absolute;
  top: -1px;
  right: -1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer; }

.search_submit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: -1;
  outline: none;
  border: none;
  background: #fff;
  color: transparent;
  opacity: 0;
  display: none; }

.icon_search {
  z-index: 90;
  background: #88B92D;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 14px;
  font-family: 'bomnamu';
  speak: none;
  -webkit-font-smoothing: antialiased; }
  .icon_search:before {
    content: "\e986"; }

.area_search.search_open,
.no-js .area_search {
  width: 230px;
  border: 1px solid #79a428; }

.area_search.search_open .icon_search,
.no-js .area_search.icon_search {
  z-index: 11;
  background: #79a428;
  color: #fff; }

.area_search.search_open .icon_search:before {
  content: "\e91e";
  font-size: 16px;
  -webkit-animation: ani_opacity 0.8s ease infinite;
  animation: ani_opacity 0.8s ease infinite; }

.area_search.search_open .search_submit,
.no-js .area_search.search_submit {
  z-index: 0;
  display: block;
  width: 40px;
  height: 40px; }

.body.center {
  margin: 0 auto; }

.body.body {
  position: relative;
  margin-top: 100px;
  width: 1100px;
  height: auto;
  display: block;
  overflow: hidden; }

.wrap_contents {
  width: 850px;
  display: block;
  float: left; }

.body section .contents {
  position: relative;
  font-size: 13px;
  padding: 40px;
  min-height: 0px;
  box-shadow: 0px 0px 5px 2px transparent; }
  .body section .contents:before, .body section .contents:after {
    clear: both; }

.body section {
  margin: 0 0 20px 0;
  width: 850px; }
  .body section .contents + .contents {
    margin-top: 20px; }
  .body section .search-result {
    position: relative;
    margin: 10px 0 30px 0;
    color: #414a51;
    font-size: 21px;
    margin-left: 80px; }
    .body section .search-result:before {
      position: absolute;
      top: 4px;
      left: -65px;
      content: "\e986";
      font-family: "bomnamu";
      color: #07a;
      font-size: 45px;
      -webkit-text-shadow: 0 1px 1px #fff;
      -moz-text-shadow: 0 1px 1px #fff;
      text-shadow: 0 1px 1px #fff; }
    .body section .search-result span {
      color: #07a; }
      .body section .search-result span:empty:after {
        content: "\ea73";
        color: #07a;
        font-family: 'bomnamu';
        font-size: 16px;
        margin: 0 5px;
        -webkit-animation: ani_opacity 1s infinite;
                animation: ani_opacity 1s infinite; }
    .body section .search-result p {
      font-weight: 300 !important;
      margin: 10px 0 0 0;
      color: #A0A7AD;
      font-size: 14px; }
      .body section .search-result p span {
        color: #c82600; }
  .body section .search-result-list li {
    padding: 5px 15px;
    line-height: 2 !important;
    background: #f5f5f5;
    border-radius: 5px !important;
    -webkit-text-shadow: 0 1px 1px #fff;
    -moz-text-shadow: 0 1px 1px #fff;
    text-shadow: 0 1px 1px #fff;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    .body section .search-result-list li + li {
      margin-top: 5px; }
    .body section .search-result-list li .cnt {
      color: #c82600;
      font-size: 12px; }
    .body section .search-result-list li:hover {
      background: rgba(208, 220, 220, 0.52);
      -webkit-text-shadow: 0 1px 1px #fff;
      -moz-text-shadow: 0 1px 1px #fff;
      text-shadow: 0 1px 1px #fff; }
      .body section .search-result-list li:hover span {
        font-weight: 600;
        color: #6a7989; }
      .body section .search-result-list li:hover .desc_search {
        border-bottom: 1px dotted #6a7989; }
  .body section .search-result-list span {
    margin-left: 15px;
    padding-bottom: 2px; }

.search-result-list a {
  display: block;
  width: 100%;
  height: auto; }

.search-result-list a + a {
  margin-top: 5px; }

.search_category, .search_keyword {
  display: none; }

#tt-body-category .search_category {
  display: block; }

#tt-body-search .search_keyword {
  display: block; }

.contents_replace {
  display: none; }

.contents_replace h4 {
  font-size: 1.8em;
  color: #6a7989;
  font-weight: 300;
  margin-bottom: 10px; }

.contents_replace p {
  font-size: 10pt;
  line-height: 2; }

.contents_replace li a {
  color: #6a7989;
  font-size: 1.1em; }

.icon-notification::before {
  content: "\ea08";
  position: relative;
  top: 2px; }

.strong_word {
  color: #07a; }
  .strong_word:empty::before {
    content: "\ea73";
    color: #07a;
    font-family: 'bomnamu';
    margin: 0 5px;
    -webkit-animation: ani_opacity 1s infinite;
            animation: ani_opacity 1s infinite; }

.input {
  position: relative;
  display: block;
  width: 50%;
  height: 40px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 12px; }

.input_right {
  float: right;
  padding-left: 10px; }

.input_left {
  float: left;
  padding-right: 10px; }

.input-field {
  position: relative;
  display: block;
  height: 40px;
  float: right;
  padding: 10px;
  width: 10px;
  border: none;
  border-radius: 0;
  color: #696969;
  font-weight: 600;
  -webkit-appearance: none;
  width: 100%;
  padding-left: 45px;
  color: #D2D2D2;
  background-color: #fff; }

.input-field:focus {
  outline: none; }

.input-label {
  position: absolute;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: left;
  pointer-events: none;
  width: 40%;
  color: #D2D2D2;
  font-weight: 600;
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input-label-content {
  position: relative;
  left: -70px;
  padding: 0;
  display: inline-block;
  color: #9ca5af;
  width: auto;
  -webkit-transform: translate(45px, 0);
  transform: translate(45px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }

.input-field:focus + .input-label .gly-icon {
  -webkit-animation: ani_opacity 0.8s ease infinite;
  animation: ani_opacity 0.8s ease infinite; }

.gly-icon {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #6a7989;
  font-size: 18px;
  line-height: 40px;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.gly-icon-name:before {
  content: ""; }

.gly-icon-password:before {
  content: ""; }

.gly-icon-website:before {
  content: ""; }

.input-field {
  background-color: #f5f5f5; }

.input-filled .input-field {
  background-color: rgba(208, 220, 220, 0.52);
  color: #6a7989; }

.input-field:focus + .input-label .input-label-content,
.input-filled .input-label-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0); }

.input-label-content,
.gly-icon,
.input-field:focus + .input-label .input-label-content,
.input-filled .input-label-content {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.input-field:focus + .input-label .gly-icon,
.input-filled .gly-icon {
  color: #6a7989;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.secret-label {
  position: relative;
  display: block;
  width: auto;
  height: 40px;
  background: #88B92D;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  -webkit-transition: -webkit-background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer; }

.secret-label .gly-icon-secret {
  position: relative;
  display: inline-block; }

.secret-label .gly-icon-secret::before {
  position: absolute;
  top: -12px;
  left: -30px;
  display: inline-block;
  content: "\e990";
  font-size: 18px; }

.secret-label .gly-icon-secret::after {
  position: absolute;
  top: -23px;
  left: -2px;
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  content: "공개글";
  font-size: 13px;
  font-weight: 600; }

.secret-input {
  display: none; }

.secret-input:checked + label {
  background-color: #f0ad4e; }

.secret-input:checked + label i {
  display: inline-block;
  -webkit-animation: ani_opacity 0.8s ease infinite;
  animation: ani_opacity 0.8s ease infinite; }

.secret-input:checked + label i::before {
  content: ""; }

.secret-input:checked + label i::after {
  content: "비밀글"; }

.text-filled .write-text {
  background: #d0d6d6 !important; }

.write-textarea {
  display: block;
  clear: both;
  margin-bottom: 20px; }

.write-text {
  display: block;
  max-width: 100%;
  padding: 15px;
  width: 100%;
  height: 150px;
  min-height: 100px;
  max-height: 100px;
  border: none;
  outline: none;
  resize: none;
  font-size: 12px;
  font-weight: 600;
  background-color: #f5f5f5;
  -webkit-transition: -webkit-background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.input-filled .write-text {
  background-color: rgba(208, 220, 220, 0.52);
  color: #6a7989; }

.write-submit {
  display: block;
  height: 40px;
  margin-bottom: 20px; }
  .write-submit .button-submit {
    float: right;
    display: block;
    width: 167px;
    height: 40px;
    border: none;
    background: #88B92D;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    min-width: 167px; }
    .write-submit .button-submit::before, .write-submit .button-submit::after {
      content: attr(data-text);
      position: absolute;
      width: 167px;
      height: 50%;
      left: 0;
      font-size: 12px;
      font-weight: 600;
      background: #286090;
      color: #fff;
      overflow: hidden;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .write-submit .button-submit::before {
      top: 0px;
      line-height: 40px; }
    .write-submit .button-submit::after {
      top: 20px;
      line-height: 0; }
    .write-submit .button-submit:focus {
      outline: none; }
    .write-submit .button-submit > span {
      vertical-align: middle;
      display: block;
      -webkit-transform: scale3d(0.2, 0.2, 1);
      transform: scale3d(0.2, 0.2, 1);
      opacity: 0;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .write-submit .button-submit:hover > span {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .write-submit .button-submit:hover::before {
      -webkit-transform: translate3d(0, -110%, 0);
      transform: translate3d(0, -110%, 0); }
    .write-submit .button-submit:hover::after {
      -webkit-transform: translate3d(0, 110%, 0);
      transform: translate3d(0, 110%, 0);
      -webkit-transform: translate3d(0, 110%, 0);
      transform: translate3d(0, 110%, 0); }

.gb-read-article {
  background: #fff;
  width: 770px; }

.gb-read-cmt {
  width: 640px;
  margin: 10px 0 0 130px;
  padding: 0px; }

.gb-list:first-child {
  margin-top: 20px;
  padding-top: 21px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.gb-list + .gb-list {
  margin-top: 20px;
  padding-top: 21px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

a + .gb-list {
  margin-top: 20px;
  padding-top: 21px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.gb-list-list + .gb-list-list {
  margin-top: 10px; }

.cmt-list {
  position: relative;
  display: inline-block;
  width: 770px;
  height: auto;
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.02); }
  .cmt-list:hover .bx-gb-setting {
    opacity: 1 !important;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.9s !important;
    -webkit-transition: opacity 0.9s, -webkit-transform 0.6s !important;
    transition: opacity 0.9s, -webkit-transform 0.6s !important;
    transition: transform 0.6s, opacity 0.9s !important;
    transition: transform 0.6s, opacity 0.9s, -webkit-transform 0.6s !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; }

.nocomment {
  color: #6A7989;
  text-align: center;
  font-size: 13px;
  padding: 40px !important; }

.cmt-list-list {
  position: relative;
  display: inline-block;
  width: 640px;
  height: auto;
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.02); }
  .cmt-list-list:hover .bx-gb-setting {
    opacity: 1 !important;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.9s !important;
    -webkit-transition: opacity 0.9s, -webkit-transform 0.6s !important;
    transition: opacity 0.9s, -webkit-transform 0.6s !important;
    transition: transform 0.6s, opacity 0.9s !important;
    transition: transform 0.6s, opacity 0.9s, -webkit-transform 0.6s !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; }

.gb-read-ct-article {
  width: 637px; }

.gb-read-ct-cmt {
  width: 532px; }

.gb-read-ct {
  min-height: 75px;
  padding-left: 20px;
  float: right; }

.gb-read-header {
  margin-bottom: 10px; }

.gb-date {
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -1px; }

.bx-gb-setting {
  position: relative;
  width: 110px;
  height: 20px;
  float: right;
  color: #6a7989;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  -webkit-transition: -webkit-all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.9s;
  -webkit-transition: opacity 0.9s, -webkit-transform 0.6s;
  transition: opacity 0.9s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.9s;
  transition: transform 0.6s, opacity 0.9s, -webkit-transform 0.6s;
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px); }

.btn-setting {
  display: block;
  width: 50px;
  background: #d0d6d6;
  float: left; }

.btn-comment {
  width: 50px;
  display: block;
  background: #d0d6d6;
  float: left;
  margin-left: 10px; }

.btn-setting2 {
  display: block;
  width: 50px;
  background: #d0d6d6;
  float: right; }

.gb-read {
  position: relative;
  display: block;
  height: auto; }

.gb-read-body {
  font-size: 13px;
  line-height: 2; }

.photobox {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  float: left;
  background: #fafafa; }
  .photobox:after {
    content: "\e976";
    font-family: 'bomnamu';
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    top: 25px;
    left: 25px;
    font-size: 50px;
    color: #d0d6d6; }

.ct-photobox {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  float: left;
  background: #fafafa; }
  .ct-photobox:after {
    content: "\e976";
    font-family: 'bomnamu';
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    top: 19px;
    left: 19px;
    font-size: 38px;
    color: #d0d6d6; }

.writer-name {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  color: #6a7989; }
  .writer-name img {
    position: absolute;
    top: 17px;
    left: -102px;
    display: block;
    width: 64px;
    height: 64px;
    background: #fafafa; }
  .writer-name a {
    color: #237dac; }
  .writer-name:empty {
    position: absolute;
    display: inline-block;
    width: 100% !important;
    height: 130px;
    left: 0px;
    top: 0;
    background: #f5f5f5; }
    .writer-name:empty::before {
      content: "\e98f";
      position: absolute;
      font-family: bomnamu;
      font-size: 50px;
      color: #d0d6d6;
      text-indent: 35px;
      line-height: 91px;
      display: inline-block;
      width: 100px !important;
      height: 100px;
      left: 15px;
      top: 15px;
      background: #fafafa; }
    .writer-name:empty::after {
      content: "비밀글입니다.";
      position: absolute;
      font-size: 19px;
      color: #d0d6d6;
      line-height: 130px;
      display: inline-block;
      left: 135px; }

.ct-writer-name {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  color: #237dac; }
  .ct-writer-name img {
    position: absolute;
    top: 14px;
    left: -81px;
    display: block;
    width: 48px;
    height: 48px;
    background: #fafafa; }
  .ct-writer-name:empty {
    position: absolute;
    display: inline-block;
    width: 100% !important;
    height: 105px;
    left: 0px;
    top: 0;
    background: #f5f5f5; }
    .ct-writer-name:empty::before {
      content: "\e98f";
      position: absolute;
      font-family: bomnamu;
      font-size: 38px;
      color: #d0d6d6;
      text-indent: 26px;
      line-height: 75px;
      display: inline-block;
      width: 75px !important;
      height: 75px;
      left: 15px;
      top: 15px;
      background: #fafafa; }
    .ct-writer-name:empty::after {
      content: "비밀글입니다.";
      position: absolute;
      font-size: 19px;
      color: #d0d6d6;
      line-height: 105px;
      display: inline-block;
      left: 105px; }

.article-header {
  display: block;
  width: 770px;
  height: 40px; }
  .article-header .article-header-inner {
    display: block;
    height: auto; }
    .article-header .article-header-inner .article-date {
      position: relative;
      display: inline-block;
      width: 80px;
      height: 40px;
      color: #86858d;
      font-family: 'Raleway', sans-serif;
      text-align: center; }
      .article-header .article-header-inner .article-date .date-year {
        top: -5px;
        line-height: 0.9;
        display: block;
        font-size: 23px;
        letter-spacing: 1px; }
      .article-header .article-header-inner .article-date .date-md {
        line-height: 1;
        display: block;
        font-size: 19px;
        letter-spacing: 2px; }
    .article-header .article-header-inner .article-title {
      display: block;
      width: 690px;
      height: auto;
      max-height: 80px;
      overflow: hidden;
      float: right;
      font-size: 25px;
      line-height: 40px;
      font-weight: 600;
      margin-bottom: 20px;
      border-left: 2px solid rgba(0, 0, 0, 0.08);
      padding-left: 20px; }

.article-info {
  clear: both;
  display: block;
  margin: 20px 0;
  font-size: 13px;
  color: #86858d; }
  .article-info .ct-strong {
    color: #79a428; }

.admin .admin-txt {
  font-size: 11px;
  color: #86858d; }
  .admin .admin-txt .admin-element:hover .admin-btn {
    color: #fff;
    font-weight: 600; }
  .admin .admin-txt .admin-element:hover .blue {
    background: #5bc0de; }
  .admin .admin-txt .admin-element:hover .yellow {
    background: #f0ad4e; }
  .admin .admin-txt .admin-element:hover .red {
    background: #d9534f; }
  .admin .admin-txt .admin-btn {
    display: inline-block;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 10px;
    line-height: 22px;
    -webkit-transition: -webkit-all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .admin .admin-txt .admin-element + .admin-element:before {
    content: ' | ';
    color: rgba(0, 0, 0, 0.5);
    font-size: 9px;
    margin: 0 10px; }

.divider {
  border-color: rgba(0, 0, 0, 0.08);
  width: 100%; }

.article-body {
  display: block;
  overflow: auto;
  font-size: 10pt;
  line-height: 2 !important;
  font-family: "Nanum Gothic", sans-serif !important;
  word-break: normal; }
  .article-body * {
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text; }
  .article-body .protect_comment {
    text-align: center; }

.article-footer {
  font-weight: bold;
  font-size: 13px;
  line-height: 2; }
  .article-footer a {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    margin: 2px 2px;
    font-size: 12px;
    color: #86858d;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .article-footer a:hover {
      background: #88B92D;
      color: #fff; }

.trackback {
  display: inline-block;
  width: 100%;
  height: auto; }
  .trackback .tb-ct {
    text-align: center;
    width: 100%;
    height: 40px;
    margin: 0 0 10px 0;
    background: rgba(208, 220, 220, 0.52);
    line-height: 40px; }
    .trackback .tb-ct:hover {
      background: rgba(0, 0, 0, 0.08); }
    .trackback .tb-ct .tb-url {
      font-size: 12px;
      color: #86858d; }
  .trackback .tb-ol {
    text-align: left;
    height: auto;
    width: 100%;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08); }
    .trackback .tb-ol .tb-li {
      padding: 20px; }
      .trackback .tb-ol .tb-li:hover .tb-setting {
        opacity: 1 !important;
        -webkit-transition: -webkit-transform 0.6s, opacity 0.9s !important;
        -webkit-transition: opacity 0.9s, -webkit-transform 0.6s !important;
        transition: opacity 0.9s, -webkit-transform 0.6s !important;
        transition: transform 0.6s, opacity 0.9s !important;
        transition: transform 0.6s, opacity 0.9s, -webkit-transform 0.6s !important;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important; }
      .trackback .tb-ol .tb-li .tb-name {
        font-size: 15px;
        font-weight: 600;
        margin-right: 20px; }
      .trackback .tb-ol .tb-li .tb-title {
        font-size: 15px;
        margin-right: 20px; }
      .trackback .tb-ol .tb-li .tb-date {
        font-size: 15px;
        font-family: 'Raleway', sans-serif; }
      .trackback .tb-ol .tb-li .tb-setting {
        position: relative;
        width: 50px;
        height: 20px;
        float: right;
        color: #6a7989;
        text-align: center;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        opacity: 0;
        -webkit-transition: -webkit-all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transition: -webkit-transform 0.6s, opacity 0.9s;
        -webkit-transition: opacity 0.9s, -webkit-transform 0.6s;
        transition: opacity 0.9s, -webkit-transform 0.6s;
        transition: transform 0.6s, opacity 0.9s;
        transition: transform 0.6s, opacity 0.9s, -webkit-transform 0.6s;
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px); }
        .trackback .tb-ol .tb-li .tb-setting .tb-delete {
          display: block;
          width: 50px;
          background: #d0d6d6;
          float: left; }
      .trackback .tb-ol .tb-li .tb-body {
        font-size: 13px;
        line-height: 1.7; }
    .trackback .tb-ol li + li {
      border-top: 1px solid rgba(0, 0, 0, 0.08); }

.comment {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto; }
  .comment .guest-info {
    position: relative;
    display: block;
    width: 670px;
    min-height: 60px;
    float: right; }

.paging {
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px; }
  .paging .paging-inner {
    display: inline-block;
    margin: 0 auto; }
  .paging .next-prev {
    display: block;
    width: auto;
    float: left;
    font-weight: 600; }
    .paging .next-prev:hover .paging-icon,
    .paging .next-prev:hover .paging-prev,
    .paging .next-prev:hover .paging-next {
      color: #2D3E4A; }
  .paging .no-more-prev:hover .paging-icon,
  .paging .no-more-prev:hover .paging-prev,
  .paging .no-more-prev:hover .paging-next {
    color: #ccc; }
  .paging .no-more-next:hover .paging-icon,
  .paging .no-more-next:hover .paging-prev,
  .paging .no-more-next:hover .paging-next {
    color: #ccc; }
  .paging .no-more-prev,
  .paging .no-more-next {
    cursor: not-allowed; }
  .paging .no-more-prev .paging-prev,
  .paging .no-more-next .paging-next,
  .paging .no-more-prev .paging-icon,
  .paging .no-more-next .paging-icon {
    color: #ccc; }
  .paging .paging-icon {
    font-family: 'Righteous', cursive;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.08);
    display: block;
    float: left;
    line-height: 30px;
    -webkit-transition: -webkit-all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .paging .paging-prev {
    color: #237dac;
    line-height: 30px;
    margin: 0 20px 0 5px;
    display: block;
    float: left; }
  .paging .paging-next {
    color: #237dac;
    line-height: 30px;
    margin: 0 5px 0 20px;
    display: block;
    float: left; }
  .paging .numbox {
    display: block;
    float: left;
    width: auto;
    margin: 0 auto; }
    .paging .numbox .num {
      position: relative;
      font-family: 'Raleway', sans-serif;
      font-size: 13px;
      color: #86858d;
      display: inline-block;
      width: 36px;
      height: 30px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      margin: 0 5px;
      -webkit-transition: -webkit-all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .paging .numbox .num:hover {
        background: #5bc0de;
        color: #fff; }
        .paging .numbox .num:hover .selected {
          color: #fff; }
          .paging .numbox .num:hover .selected:before {
            color: #fff; }
      .paging .numbox .num .selected {
        font-size: 0; }
        .paging .numbox .num .selected:before {
          content: "\e9da";
          position: absolute;
          font-family: "bomnamu";
          top: 0;
          left: -7px;
          visibility: visible;
          color: #e0557d;
          font-size: 14px;
          margin-left: 50%; }

.box_protect {
  display: block;
  width: 100%;
  height: auto;
  float: left; }

.gly-input2 {
  position: relative;
  display: block;
  width: 50%;
  height: 70px;
  left: 50%;
  margin-left: -25%;
  font-size: 12px; }

@-webkit-keyframes animation-submit2 {
  0% {
    background: #f0ad4e; }
  50% {
    background: #eb9215; }
  100% {
    background: #f0ad4e; } }
@keyframes animation-submit2 {
  0% {
    background: #f0ad4e; }
  50% {
    background: #eb9215; }
  100% {
    background: #f0ad4e; } }
.protect-submit {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 52px;
  overflow: hidden; }

.protect-submit .gly-button-submit {
  position: relative;
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 0 20px;
  border: none;
  background: #88B92D;
  color: inherit;
  vertical-align: middle;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  color: #fff; }

.protect-submit .gly-button-submit::before,
.protect-submit .gly-button-submit::after {
  content: "\e98f";
  position: absolute;
  width: 100%;
  height: 21px;
  left: 0;
  font-size: 18px;
  background: #f0ad4e;
  color: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-animation: animation-submit2 1s infinite;
  animation: animation-submit2 1s infinite; }

.protect-submit .gly-button-submit::before {
  top: 0;
  line-height: 40px; }

.protect-submit .gly-button-submit::after {
  bottom: 0;
  line-height: 0; }

.protect-submit .gly-button-submit:focus {
  outline: none; }

.protect-submit .gly-button-submit > span {
  vertical-align: middle;
  display: block;
  -webkit-transform: scale3d(0.2, 0.2, 1);
  transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 1.2em;
  -webkit-transition: -webkit-transform 0.3s 0.1s, opacity 0.3s 0.1s;
  -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.1s;
  transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s, opacity 0.3s 0.2s;
  transition: transform 0.3s 0.1s, opacity 0.3s 0.2s, -webkit-transform 0.3s 0.1s; }

.protect-submit .gly-button-submit:hover > .gly-btn_cover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.protect-submit .gly-button-submit:hover::before {
  -webkit-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0); }

.protect-submit .gly-button-submit:hover::after {
  -webkit-transform: translate3d(0, 110%, 0);
  transform: translate3d(0, 110%, 0);
  -webkit-transform: translate3d(0, 110%, 0);
  transform: translate3d(0, 110%, 0); }

.gly-btn_open::before {
  content: "\e990";
  font-size: 1.2em;
  line-height: 40px; }

.tabs_article > input {
  display: none; }

.labels {
  display: inline-block;
  width: 100%;
  float: left; }

.labels label {
  position: relative;
  font-size: 1.13em;
  font-weight: 600;
  color: #6a7989;
  cursor: pointer;
  float: left;
  height: 35px;
  width: 33.33333%;
  margin-bottom: 5px;
  line-height: 35px;
  padding: 0 10px;
  text-align: center; }

@media (max-width: 46.24em) {
  .labels label {
    margin-right: 0;
    text-align: center;
    font-size: 1.1em; } }
.labels label:hover {
  color: #000; }

.labels label span.cnt {
  color: #f0ad4e;
  font-size: 12px;
  margin-left: 5px; }

@media (max-width: 46.24em) {
  .labels label span.cnt {
    display: none; } }
.labels label:hover {
  color: #000; }

input#tab1:checked ~ .labels label[for="tab1"],
input#tab2:checked ~ .labels label[for="tab2"],
input#tab3:checked ~ .labels label[for="tab3"] {
  color: #07a !important;
  display: block !important;
  background: rgba(208, 220, 220, 0.52);
  border-radius: 5px; }

input#tab1:checked ~ .labels label[for="tab1"]::before,
input#tab2:checked ~ .labels label[for="tab2"]::before,
input#tab3:checked ~ .labels label[for="tab3"]::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7px;
  border-top: 5px solid rgba(208, 220, 220, 0.52);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }

.labels label a {
  color: inherit; }

.tabs-cmt {
  margin-top: 20px; }

.tabs-cmt > .labels > label a {
  color: inherit; }

.tab_container {
  clear: both;
  overflow: hidden;
  width: 100%;
  padding-top: 20px; }

.tabs-cmt > input[type="radio"],
.tabs-cmt .tab_content {
  display: none; }

input#tab1:checked ~ .tab_container > #tab1C, input#tab2:checked ~ .tab_container > #tab2C, input#tab3:checked ~ .tab_container > #tab3C {
  display: block; }

.aside-wrap aside + aside {
  margin-top: 30px; }

.aside-wrap {
  width: 230px;
  margin: 0 0 0 20px;
  height: auto;
  display: block;
  float: right; }

aside {
  display: block;
  float: left;
  width: 230px; }

@-webkit-keyframes stripes {
  100% {
    background-position: -100px -100px; } }
@keyframes stripes {
  100% {
    background-position: 0 -100px; } }
#accordian li ul {
  display: none; }
#accordian li.active ul {
  display: block; }

.ul-first {
  display: block;
  height: auto;
  width: 100%;
  color: #a7a7a7; }

.li-first {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin: 5px; }
  .li-first .li-border {
    width: 100%;
    height: 20px;
    border-left: 4px solid #a7a7a7;
    -webkit-transition: -webkit-all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .li-first:hover .a-first {
    color: #000; }
  .li-first:hover .li-border {
    border-left: 4px solid #000; }

.a-first {
  line-height: 1;
  margin-left: 10px;
  font-size: 19px;
  font-weight: 900;
  -webkit-transition: -webkit-all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.ul-second {
  display: block;
  height: auto;
  width: 100%; }

.li-second {
  width: 100%;
  letter-spacing: 2px;
  -webkit-transition: -webkit-all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-left: 5px; }
  .li-second:hover {
    background: rgba(0, 0, 0, 0.08);
    padding-left: 10px; }
    .li-second:hover .a-second {
      color: #000; }

.blog {
  width: 230px;
  height: 200px;
  overflow: hidden; }
  .blog:hover .blog-owner {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  .blog:hover .blog-info {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .blog img {
    width: 230px;
    height: 200px; }
  .blog .blog-owner {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 230px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    overflow: hidden;
    color: #fff;
    padding: 10px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .blog .blog-info {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 230px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    overflow: hidden;
    color: #fff;
    opacity: 0;
    padding: 5px 10px;
    font-size: 12px;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: -webkit-all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.aside-common {
  color: #605f66;
  font-size: 13px; }
  .aside-common hr.aside-divider {
    -webkit-margin-before: 20px;
    -webkit-margin-after: 20px;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    margin: 5px 0;
    border-color: rgba(0, 0, 0, 0.05); }
  .aside-common h3 {
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    color: #1f1f21; }
  .aside-common ul.article-list {
    display: block;
    width: 100%;
    height: auto;
    margin: 7px 0 0 0; }
    .aside-common ul.article-list li {
      position: relative;
      display: block;
      width: 230px;
      height: 40px;
      line-height: 30px;
      padding: 5px 10px;
      z-index: 0;
      background: rgba(255, 255, 255, 0.3); }
      .aside-common ul.article-list li + li {
        border-top: 1px dotted rgba(0, 0, 0, 0.08); }
      .aside-common ul.article-list li.green:after {
        background: #88B92D; }
      .aside-common ul.article-list li.blue:after {
        background: #5bc0de; }
      .aside-common ul.article-list li.yellow:after {
        background: #f0ad4e; }
      .aside-common ul.article-list li.red:after {
        background: #d9534f; }
      .aside-common ul.article-list li.violet:after {
        background: #9b59b6; }
      .aside-common ul.article-list li.pink:after {
        background: #e0557d; }
      .aside-common ul.article-list li:hover .cnt {
        font-weight: 600;
        color: #ffd1d1; }
      .aside-common ul.article-list li:hover .info_wrap {
        font-weight: 600;
        color: #fff; }
      .aside-common ul.article-list li:hover:after {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .aside-common ul.article-list li:hover a {
        color: #fff;
        font-weight: 600; }
      .aside-common ul.article-list li a {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        text-indent: -1px;
        padding-left: 15px; }
      .aside-common ul.article-list li .cnt {
        font-size: 12px;
        color: #c82600;
        float: right; }
      .aside-common ul.article-list li .info_wrap {
        position: relative;
        font-size: 12px;
        color: #767676;
        float: right; }
      .aside-common ul.article-list li:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        top: 18px;
        left: 10px;
        background: rgba(0, 0, 0, 0.1); }
      .aside-common ul.article-list li:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 100%;
        height: 30px;
        left: 0;
        top: 5;
        z-index: -1;
        margin: auto 10px auto auto;
        line-height: 120px;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .aside-common ul.tag-list {
    display: block;
    width: 100%;
    height: auto;
    margin: 5px 0 0 0; }
    .aside-common ul.tag-list li {
      width: 72px;
      height: 30px;
      line-height: 26px;
      float: left;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 0 7px;
      margin: 2px 2px;
      text-align: center; }
      .aside-common ul.tag-list li:hover {
        background: #88B92D;
        color: #fff; }
      .aside-common ul.tag-list li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 12px; }
  .aside-common ul.counter-list {
    display: block;
    width: 100%;
    height: auto;
    margin: 7px 0 0 0; }
    .aside-common ul.counter-list .text-counter {
      text-align: center; }
    .aside-common ul.counter-list li {
      position: relative;
      display: block;
      width: 230px;
      height: 40px;
      line-height: 30px;
      padding: 5px 10px;
      z-index: 0;
      background: rgba(255, 255, 255, 0.3); }
      .aside-common ul.counter-list li.green:after {
        background: #88B92D; }
      .aside-common ul.counter-list li.blue:after {
        background: #5bc0de; }
      .aside-common ul.counter-list li.yellow:after {
        background: #f0ad4e; }
      .aside-common ul.counter-list li.red:after {
        background: #d9534f; }
      .aside-common ul.counter-list li.violet:after {
        background: #9b59b6; }
      .aside-common ul.counter-list li.pink:after {
        background: #e0557d; }
      .aside-common ul.counter-list li:hover {
        font-weight: 600;
        color: #fff; }
        .aside-common ul.counter-list li:hover:after {
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
          opacity: 1;
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .aside-common ul.counter-list li:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 100%;
        height: 30px;
        left: 0;
        top: 5;
        z-index: -1;
        margin: auto 10px auto auto;
        line-height: 120px;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.tabs {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  font-weight: 300;
  font-size: 13px; }

.tabs nav {
  text-align: center;
  height: 40px; }

.tabs nav ul {
  position: relative;
  display: block;
  height: 40px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.tabs nav ul li {
  position: relative;
  z-index: 0;
  display: block;
  height: 40px;
  width: 20%;
  margin: 0;
  text-align: center;
  float: left; }

.tabs nav a {
  position: relative;
  display: block;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tabs nav a span {
  vertical-align: middle;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 12px;
  display: none;
  line-height: 1; }

.tabs nav li.tab-current a {
  color: #74777b; }

.tabs nav li {
  background: #d0d6d6;
  -webkit-transition: -webkit-background 0.2s ease-out;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out; }

.tabs nav li.tab-current {
  background: #fff; }

.tabs nav a:focus {
  outline: none;
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

/* Icons */
.tabs .icon::before {
  z-index: 5;
  display: inline-block;
  width: 100%;
  margin: 0;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-size: 16px;
  font-family: 'bomnamu';
  line-height: 40px;
  speak: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-notice:before {
  content: "\ea08"; }

.icon-link:before {
  content: "\e9cb"; }

.icon-article:before {
  content: "\e926"; }

.icon-comment:before {
  content: "\e977"; }

.icon-trackback:before {
  content: "\e91d"; }

.icon-archive:before {
  content: "\e93a"; }

/* Content */
.content-wrap {
  position: relative; }

.content-wrap section {
  display: none;
  margin: 0 auto;
  width: 100%; }

.content-wrap section.content-current {
  display: block; }

.content-wrap section p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1; }

/* Fallback */
.lt-ie9 .tabs nav {
  display: none; }

.lt-ie9 .tabs .content-wrap section {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff; }

.lt-ie9 .tabs nav ul {
  display: block; }

.lt-ie9 .tabs nav ul li {
  width: 20%;
  display: inline-block;
  float: left; }

/*****************************/
/* Moving Line */
/*****************************/
.tabs-style-linemove nav {
  background: #fff; }

.tabs-style-linemove nav li:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #88B92D;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

/* Move the line */
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-400%, 0, 0);
  transform: translate3d(-400%, 0, 0); }

.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-300%, 0, 0);
  transform: translate3d(-300%, 0, 0); }

.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0); }

.tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.tabs-style-linemove nav a {
  padding: 0;
  color: #6a7989;
  line-height: 1;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s; }

.tabs-style-linemove nav li.tab-current a {
  color: #88B92D;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0); }

/* Common styles of menus */
.category {
  width: 100%;
  max-width: 300px;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%; }

.category span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 11px;
  margin-left: 5px;
  font-weight: normal; }

.category button {
  background: #ccc;
  border: none;
  width: 100%;
  height: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-size: 14px;
  -webkit-transition: -webkit-all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); }

category ul + ul {
  margin-top: 5px; }

.category > ul > li {
  background: rgba(0, 0, 0, 0.2); }

.category > ul > li > ul > li {
  background: rgba(0, 0, 0, 0.1); }

.category button:hover,
.category button.dl-active,
.category ul {
  background: #aaa; }

.category button.dl-active {
  font-size: 17px;
  font-weight: 600; }

.category button:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 16%; }

.category ul {
  display: block;
  height: auto;
  width: 100%;
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.category li {
  position: relative; }

.category li a {
  display: block;
  position: relative;
  height: 35px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 35px;
  color: #fff;
  outline: none;
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); }

/* animation arrow effect */
.category li a:before {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
  content: "\ea34";
  position: absolute;
  display: inline-block;
  font-size: 14px;
  top: 2px;
  left: -14px;
  color: #5bc0de; }

.category li a:hover:before {
  opacity: 1;
  -webkit-animation: animationFrames linear .7s;
          animation: animationFrames linear .7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear .7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear .7s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear .7s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear .7s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%; }

@keyframes animationFrames {
  0% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px); }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px); } }
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(-5px, 0px); }
  50% {
    -webkit-transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(-5px, 0px); } }
.no-touch .category li a:hover {
  background: rgba(255, 248, 213, 0.1); }

.category {
  z-index: 60; }

.category li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15); }

.category > ul {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.category > ul.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.category > ul.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

.category ul a {
  visibility: collapse;
  -webkit-transition: -webkit-all 0.2s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.category ul.dl-menuopen a,
.category .dl-menuopen ul a {
  visibility: visible;
  -webkit-transition: -webkit-all 0.2s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.category ul {
  visibility: collapse;
  -webkit-transition: -webkit-all 0.2s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.category ul.dl-menuopen,
.category .dl-menuopen ul {
  visibility: visible;
  -webkit-transition: -webkit-all 0.2s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.category li ul {
  display: block; }

.category > ul.dl-subview li,
.category > ul.dl-subview li.dl-subviewopen > a,
.category > ul.dl-subview li.dl-subview > a {
  display: none; }

.category > ul.dl-subview li.dl-subview,
.category > ul.dl-subview li.dl-subview ul,
.category > ul.dl-subview li.dl-subviewopen,
.category > ul.dl-subview li.dl-subviewopen > ul,
.category > ul.dl-subview li.dl-subviewopen > ul > li {
  display: block; }

/* Dynamically added submenu outside of the menu context */
.category > ul:last-child {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  margin: 0; }

/* Animation classes for moving out and in */
.category > ul.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s; }

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
.category > ul.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s; }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
.category > ul.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
.category > ul.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease; }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0; } }
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
/* No JS Fallback */
.no-js .category > ul {
  /*position: relative;*/
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.no-js .category li ul {
  display: block; }

.no-js .category li.category-back {
  display: none; }

.no-js .category li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .category li > a:not(:only-child):after {
  content: ''; }

/* Colors for demos */
.category button {
  background: #88B92D; }

.category button:hover,
.category button.dl-active,
.category ul {
  background: #79a428; }

.footer {
  position: relative;
  margin-top: 20px !important;
  display: block;
  width: 1100px;
  height: auto; }
  .footer hr.footer-divider {
    -webkit-margin-before: 20px;
    -webkit-margin-after: 20px;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    margin: 5px 0;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 3px; }
  .footer hr.footer-divider2 {
    -webkit-margin-before: 20px;
    -webkit-margin-after: 20px;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    margin: 5px 0;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px; }
  .footer .footer-header {
    position: relative;
    display: inline-block;
    width: 1100px;
    height: auto;
    margin: 20px auto 10px auto; }
    .footer .footer-header .footer-box {
      width: 270px;
      float: left;
      overflow: hidden; }
      .footer .footer-header .footer-box + .footer-box {
        margin-left: 20px; }
      .footer .footer-header .footer-box h4 {
        display: block;
        width: 100%;
        font-size: 19px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.5); }
      .footer .footer-header .footer-box ul {
        display: block;
        width: 100%;
        height: auto;
        float: left; }
        .footer .footer-header .footer-box ul li {
          position: relative;
          display: block;
          width: 100%;
          height: 40px;
          line-height: 30px;
          padding: 5px 10px;
          z-index: 0; }
          .footer .footer-header .footer-box ul li + li {
            border-top: 1px dotted rgba(0, 0, 0, 0.08); }
          .footer .footer-header .footer-box ul li:hover:after {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1;
            -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
          .footer .footer-header .footer-box ul li:hover span {
            color: #6a7989;
            font-weight: 600; }
            .footer .footer-header .footer-box ul li:hover span a {
              display: block;
              width: 100%;
              height: 100%; }
          .footer .footer-header .footer-box ul li span {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 100%;
            text-indent: -1px;
            padding-left: 10px;
            font-size: 12px; }
          .footer .footer-header .footer-box ul li:before {
            position: absolute;
            content: '';
            display: inline-block;
            width: 4px;
            height: 4px;
            top: 18px;
            left: 10px;
            background: #6a7989; }
          .footer .footer-header .footer-box ul li:after {
            position: absolute;
            content: '';
            display: inline-block;
            width: 100%;
            height: 30px;
            left: 0;
            top: 5px;
            z-index: -1;
            background: rgba(0, 0, 0, 0.08);
            margin: auto 10px auto auto;
            line-height: 120px;
            -webkit-transform: scale(0, 0);
            transform: scale(1, 0);
            opacity: 0;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
            -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .footer .footer-footer {
    display: block;
    width: 1100px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 5px auto; }
    .footer .footer-footer .copyright {
      font-size: 12px;
      text-align: center; }
      .footer .footer-footer .copyright .strong {
        font-weight: 600;
        color: #88B92D; }

.cd-top {
  display: inline-block;
  z-index: 0;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 51px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.back-to-top {
  display: block;
  width: 40px;
  height: 40px;
  font-style: normal;
  background: #d0d6d6; }

.back-to-top::after {
  position: absolute;
  font-family: 'bomnamu';
  content: "\ea32";
  display: block;
  color: #fff;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 10px;
  font-size: 20px; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible, .cd-top.cd-is-visible:hover {
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

/* 티스토리 스킨 관련 */
/* 티스토리 툴바 삭제 */
#tistorytoolbarid {
  display: none; }

.tt-calendar {
  border-collapse: collapse; }

.tt-calendar thead tr {
  border-bottom: 3px solid #88B92D;
  height: 30px; }

.tt-calendar td {
  position: relative; }

.cal_month {
  font: 12px 'Nanum Gothic', tahoma;
  font-weight: 600;
  height: 18px; }

.cal_week1 {
  font: 12px 'Nanum Gothic', dotum;
  font-weight: 600;
  height: 18px;
  text-align: center; }

.cal_week2 {
  font: 12px 'Nanum Gothic', dotum;
  font-weight: 600;
  height: 18px;
  color: #c82600;
  text-align: center; }

.cal_week {
  height: 30px; }

.cal_day {
  font: 9px 'Nanum Gothic', tahoma;
  color: #9e9b91;
  text-align: center;
  border: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.02);
  background: #fff; }

.cal_day_sunday {
  color: #c82600 !important; }

.cal_day_sunday:hover {
  background: rgba(0, 0, 0, 0.01); }

.cal_day1 {
  color: #262c2d;
  border: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.02);
  background: rgba(255, 255, 255, 0.5); }

.cal_day2 {
  color: #262c2d;
  border: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.02);
  background: rgba(255, 255, 255, 0.5); }

.cal_day3 {
  color: #9e9b91;
  -webkit-transition: -webkit-all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.cal_day3:hover {
  background: rgba(0, 0, 0, 0.01); }

.cal_day4 {
  color: #797770;
  font: 12px 'Nanum Gothic', dotum;
  font-weight: 600; }

a.cal_click {
  color: #6dab1b;
  font: 12px 'Nanum Gothic', dotum;
  font-weight: 600; }

a.cal_click:before {
  content: '\e9da';
  font-family: "bomnamu";
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: -10px;
  z-index: 0;
  margin-left: 50%;
  color: rgba(136, 185, 45, 0.2); }

.taglog ul {
  margin: 3px 0 0; }

.taglog li {
  display: inline-block !important;
  margin: 0 5px; }

.taglog a {
  line-height: 45px;
  vertical-align: middle; }

.taglog .cloud1 {
  font-size: 30px;
  font-weight: 600;
  color: #336633;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.taglog .cloud2 {
  font-size: 30px;
  font-weight: 600;
  color: #336666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.taglog .cloud3 {
  font-size: 25px;
  color: #669966;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.taglog .cloud4 {
  font-size: 20px;
  color: #999966;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.taglog .cloud5 {
  font-size: 15px;
  color: #999999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.taglog .cloud1:hover,
.taglog .cloud2:hover,
.taglog .cloud3:hover,
.taglog .cloud4:hover,
.taglog .cloud5:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  font-weight: 600; }

.divier2 {
  -webkit-margin-before: 20px;
  -webkit-margin-after: 20px;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-color: rgba(0, 0, 0, 0.08);
  margin: 20px 0;
  width: 100%; }

.article {
  line-height: 2 !important; }

.body-wrap section .contents .article-body .txc-textbox {
  background: rgba(0, 0, 0, 0.02) !important;
  border: none !important; }

.article-body .imageblock {
  margin: 5px 0; }

.article-body p {
  line-height: 2 !important;
  font-family: "Nanum Gothic", sans-serif !important; }

.article-body a:link {
  border-bottom: 1px dotted #777 !important; }

.article-footer a:link {
  border: 1px solid rgba(0, 0, 0, 0.1) !important; }

.tt-sns-wrap a:link, .entry-ccl a:link, .tt-plugin a:link {
  border: none !important; }

.article-body blockquote {
  position: relative;
  color: #444;
  font-style: italic;
  margin: 15px 30px;
  padding: 10px 20px;
  line-height: 2 !important;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px !important;
  -webkit-text-shadow: 0 1px 1px #fff;
  -moz-text-shadow: 0 1px 1px #fff;
  text-shadow: 0 1px 1px #fff; }

.article-body blockquote:before {
  position: absolute;
  top: -3px;
  left: -30px;
  content: "\e977";
  font-family: "bomnamu";
  color: #ddd;
  font-size: 15px; }

.article-body blockquote:after {
  position: absolute;
  bottom: -3px;
  right: -30px;
  content: "\e978";
  font-family: "bomnamu";
  color: #ddd;
  font-size: 15px; }

.article-body hr {
  -webkit-margin-before: 15px;
  -webkit-margin-after: 15px;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  margin: 15px 0;
  border-color: rgba(0, 0, 0, 0.05) !important; }

.article-body .moreless_fold,
.article-body .moreless_top,
.article-body .moreless_bottom {
  position: relative;
  color: #237dac;
  font-weight: 600;
  padding: 5px 15px;
  line-height: 2 !important;
  border-radius: 5px !important;
  -webkit-text-shadow: 0 1px 1px #fff;
  -moz-text-shadow: 0 1px 1px #fff;
  text-shadow: 0 1px 1px #fff; }

.article-body .moreless_fold {
  background: rgba(0, 0, 0, 0.02); }

.article-body .moreless_top,
.article-body .moreless_bottom {
  background: rgba(0, 0, 0, 0.04); }

.moreless_fold:before {
  content: "\ea0a";
  font-family: "bomnamu";
  padding-right: 15px;
  color: #5bc0de;
  font-size: 14px;
  -webkit-animation: ani_opacity 0.8s ease infinite;
  animation: ani_opacity 0.8s ease infinite; }

.moreless_top:before,
.moreless_bottom:before {
  content: "\ea0f";
  font-family: "bomnamu";
  padding-right: 15px;
  color: #5bc0de;
  font-size: 14px; }

.moreless_content {
  position: relative;
  color: #444;
  margin: 10px 0 10px 30px;
  padding: 5px 15px;
  line-height: 2 !important;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px !important;
  -webkit-text-shadow: 0 1px 1px #fff;
  -moz-text-shadow: 0 1px 1px #fff;
  text-shadow: 0 1px 1px #fff; }

.article * {
  font-size: 13px !important;
  line-height: 2 !important; }

.another_category a:link {
  border-bottom: none !important; }
