@charset "utf-8";

/*
 *
 * CSS CONTENTS:
 *
 * 01. Web Font
 * 02. Type Selector Reset
 * 03. Accessibility Navigation
 * 04. Layout Selector
 * 05. Components
 * 06. Entry Content
 * 07. Comment
 * 08. Widget & Template Page
 * 09. ETC
 * 10. Post Type & Color Type
 * 11. Retina Display
 * 12. Media Screen - Tablet
 * 13. Media Screen - Mobie
 *
 */

/* Web Font Load */
@import url('//fonts.googleapis.com/css?family=Nanum+Myeongjo');

/* Type Selector Reset */
body {
  font-weight: 400;
  font-family: Pretendard-Regular, sans-serif;
  font-size: 1em;
  line-height: 1.25;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #eaedfb;
  color: #000000;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
  display: block;
}

button, input[type=submit], input[type=reset], input[type=button] {
  overflow: visible;
  cursor: pointer;
  background-color: #74729a;
  color: #FFF;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  background-color: #4a416d;
}

input[type=text], input[type=email], input[type=password], input[type=submit], textarea {
  -webkit-appearance: none;
  border: 1px solid #D7CCC8;
  padding: 8px;
  border-radius: 4px;
}

input, select, textarea, button {
  font-family: Pretendard-Regular, sans-serif;
  font-size: 100%;
  border-radius: 4px;
}

button {
  overflow: visible;
  margin: 0;
  padding: 8px 16px;
  border: none;
  background: #89b1f1;
  color: #FFF;
  transition: background-color 0.3s ease;
}

button:hover {
  background: #6D4C41;
}

ul li {
  list-style: none;
}

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

hr {
  display: none;
}

/* Accessibility Navigation */
#acc-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 0;
}

#acc-nav a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-left: -1px;
  margin-bottom: -1px;
  text-align: center;
  font-weight: bold;
  font-size: 0.875em;
  color: #4E3629;
  white-space: nowrap;
}

#acc-nav a:focus, #acc-nav a:hover, #acc-nav a:active {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #8B6E63;
  color: #FFF;
  z-index: 1000;
}

/* Layout Selector */
#header {
  position: relative;
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#header h1 {
  padding: 28px 0;
  text-align: center;
  font-size: 1.5em;
  line-height: 1;
  color: #4E3629;
}

#header h1 a {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  color: #4E3629;
}

#header .mobile-menu {
  position: absolute;
  top: 20px;
  left: 33px;
  z-index: 500;
  width: 40px;
  height: 40px;
  outline: none;
}

#header .mobile-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  margin: -2px 0 0 -13px;
  background-color: #FFF;
  text-indent: -999em;
}

#header .mobile-menu:before,
#header .mobile-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  background-color: #FFF;
}

#header .mobile-menu:before {
  margin-top: -9px;
}

#header .mobile-menu:after {
  margin-top: 5px;
}

#header .mobile-menu.on {
  position: fixed;
}

#header .mobile-menu.on span {
  display: none;
}

#header .mobile-menu.on:before,
#header .mobile-menu.on:after {
  margin-top: -2px;
}

#header .mobile-menu.on:before {
  transform: rotate(-45deg);
}

#header .mobile-menu.on:after {
  transform: rotate(45deg);
}

#header .menu {
  position: fixed;
  top: 0;
  left: -348px;
  z-index: 400;
  width: 348px;
  height: 100%;
  padding: 94px 40px 189px;
  background-color: #FFF;
  box-sizing: border-box;
  transition: left .5s ease-in-out;
  box-shadow: 2px 0 4px rgba(0,0,0,0.1);
}

#header .menu .social-link {
  position: absolute;
  left: 40px;
  bottom: 129px;
}

#header .menu p {
  position: absolute;
  left: 40px;
  bottom: 79px;
  font-size: 0.75em;
  color: #8D6E63;
}

#header .menu.on {
  left: 0;
}

#header .search {
  position: absolute;
  top: 20px;
  right: 19px;
  width: 0;
  padding-right: 40px;
}

#header .search input {
  display: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 1em;
  line-height: 40px;
  color: #4E3629;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
}

#header .search button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: url(./images/ico_package.png) no-repeat 0 0;
  text-indent: -999em;
  outline: none;
}

#header .search:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 40px;
  height: 40px;
  background: url(./images/ico_package.png) no-repeat 0 0;
  text-indent: -999em;
  cursor: pointer;
}

#header .search:hover:before {
  background-color: #3e0f00;
  border-radius: 4px;
  transition: all 0.2s ease;
}

#header .search.on {
  width: 322px;
  border-bottom: 2px solid #8B6E66;
  transition: width 0.3s ease;
}

#header .search.on input {
  display: block;
  outline: none;
  background-color: #FFF;
  border-radius: 4px;
  padding: 0 15px;
}

#header .search.on button {
  display: block;
  border-radius: 0 4px 4px 0;
  transition: background-color 0.2s ease;
}

#header .search.on button:hover {
  background-color: #D4BEB7;
}

#header .search.on:before {
  display: none;
}

#gnb {
  overflow: auto;
  height: 100%;
  margin-bottom: 12px;
  padding: 0 10px;
}

#gnb ul li {
  margin-bottom: 8px;
  font-size: 1.125em;
  line-height: 1.5;
}

#gnb ul li a {
  display: block;
  text-decoration: none;
  color: #4E2E28;
  transition: all 0.3s ease;
  padding: 6px 10px;
  border-radius: 4px;
}

#gnb ul li ul li ul li a.link_sub_item {
  color: #8B6E66;
}

#gnb ul li a:hover {
  text-decoration: none;
  color: #8B6E66;
  background-color: #F3ECE7;
}

#gnb ul li ul {
  margin: 18px 0 0;
  padding-left: 10px;
}

#gnb ul li ul li {
  font-size: 1em;
}

#gnb ul li ul li ul {
  margin: 8px 0 13px;
}

#gnb ul li ul li ul li {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5625rem;
}

#gnb ul li ul li ul li a:before {
  content: "-";
  margin-right: 5px;
  color: #8B6E66;
}

#gnb ul li ul li ul li a {
  padding: 4px 12px;
}

#content .inner {
  max-width: 728px;
  margin: 0 auto;
  background: #FFF;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

#content>.inner {
  max-width: 728px;
}

#content .inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#footer {
  position: relative;
  padding: 40px 0;
  background: #F3ECE7;
  border-top: 2px solid #8B6E63;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.03);
}

#footer p {
  text-align: center;
  font-size: 0.85em;
  color: #4E3629;
  line-height: 1.6;
  margin-bottom: 8px;
}

#footer p a {
  text-decoration: none;
  color: #8B6E63;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 4px 8px;
  border-radius: 4px;
}

#footer p a:hover {
  color: #FFF;
  background-color: #8B6E63;
}

#footer .admin {
  color: #8B6E63;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  background-color: rgba(139, 110, 99, 0.1);
  transition: all 0.3s ease;
}

#footer .admin:hover {
  background-color: #8B6E63;
  color: #FFF;
}

#footer .admin:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px;
  background-color: #8B6E63;
  border-radius: 50%;
  vertical-align: middle;
}

#tt-body-index #footer {
  border-top: 0;
}

/* Components */
.social-link a {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  text-indent: -999em;
  background-image: url(./images/ico_package.png);
  background-repeat: no-repeat;
  vertical-align: top;
}

.social-link a:hover {
  background-position-y: -68px;
}

.social-link .pinterest {
  background-position: 0 -50px;
}

.social-link .facebook {
  background-position: -50px -50px;
}

.social-link .twitter {
  background-position: -100px -50px;
}

.social-link .instagram {
  background-position: -150px -50px;
}

.btn, a.btn {
  display: inline-block;
  width: 158px;
  height: 50px;
  border: 1px solid #dcdcdc;
  font-size: 0.875em;
  line-height: 50px;
  color: unset;
}

.btn:hover {
  border-color: #4d4d4d;
}

.cover-thumbnail-list {
  margin: 0 auto -1px;
  padding: 40px 0 56px;
  border-bottom: 1px solid #ebebeb;
}

.cover-thumbnail-list h2 {
  margin-bottom: 26px;
  font-size: 1em;
}

.cover-thumbnail-list ul {
  width: 100%;
}

.cover-thumbnail-list ul li {
  float: left;
  width: 24.0625%;
  margin: 0 0 32px;
  padding-left: 1.25%;
}

.cover-thumbnail-list ul li:nth-child(4n+1) {
  clear: both;
  padding-left: 0;
}

.cover-thumbnail-list ul li a {
  display: block;
  text-decoration: none;
  color: #080808;
}

.cover-thumbnail-list ul li .thum {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  margin-bottom: 11px;
  padding-bottom: 75.757575757575758%;
  background-color: #f6f6f6;
}

.cover-thumbnail-list ul li .thum:before {
  content: "NO IMAGE";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 18px;
  margin: -9px 0 0 0;
  text-align: center;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 0.875em;
  color: #cbcbcb;
}

.cover-thumbnail-list ul li .thum img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.cover-thumbnail-list ul li .category {
  display: inline-block;
  margin-bottom: 8px;
  border-bottom: 1px solid #a3a3a3;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 0.875em;
  color: #808080;
}

.cover-thumbnail-list ul li .title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.75em;
  padding-right: 10%;
  font-weight: 700;
  line-height: 1.375em;
}

.cover-thumbnail-list ul li a:hover .title {
  text-decoration: underline;
  color: #4e2e28;
}

.cover-thumbnail-list ul li .date {
  display: block;
  font-size: 0.8125em;
  color: #999;
}

.cover-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}

.cover-slider ul li {
  display: table;
  width: 100%;
  height: 460px;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
}

.cover-slider ul li a {
  display: table-cell;
  background-color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
}

.cover-slider ul li .category {
  display: inline-block;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
}

.cover-slider ul li .title {
  display: block;
  max-width: 580px;
  margin: 0 auto 28px;
  font-size: 2.5em;
  line-height: 1.3;
}

.cover-slider ul li .btn {
  border-color: #fff;
  color: #fff;
}

.cover-slider ul li .btn:hover {
  background-color: #fff;
  color: #000;
}

.cover-slider .prev,
.cover-slider .next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  width: 70px;
  height: 70px;
  margin: -25px 0 0 0;
  background: url(./images/ico_package.png) no-repeat 0 -250px;
  text-indent: -999em;
}

.cover-slider .prev {
  margin-left: -506px;
  background-position: 0 -250px;
}

.cover-slider .next {
  margin-left: 436px;
  background-position: -100px -250px;
}

.cover-slider .prev:hover,
.cover-slider .next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.cover-masonry {
  margin-bottom: -1px;
  padding: 60px 0 49px;
  border-bottom: 1px solid #ebebeb;
}

.cover-masonry h2 {
  margin-bottom: 30px;
  font-size: 1em;
}

.cover-masonry ul {
  display: inline-block;
  margin-left: -42px;
  vertical-align: top;
}

.cover-masonry ul li {
  float: left;
  width: 33.3333%;
  margin: 0 0 37px;
  padding-left: 42px;
  box-sizing: border-box;
}

.cover-masonry ul li a {
  display: block;
  text-decoration: none;
  color: #080808;
}

.cover-masonry ul li .thum {
  display: block;
  margin-bottom: 11px;
}

.cover-masonry ul li .thum img {
  width: 100%;
  height: auto;
}

.cover-masonry ul li .category {
  display: inline-block;
  margin-bottom: 7px;
  border-bottom: 1px solid #a3a3a3;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 0.875em;
  color: #808080;
}

.cover-masonry ul li .title {
  display: block;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.4444;
}

.cover-masonry ul li a:hover .title {
  text-decoration: underline;
  color: #4e2e28;
}

.cover-masonry ul li .excerpt {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 6.4em;
  font-size: 0.9375em;
  line-height: 1.6;
  color: #666;
}

.cover-list {
  margin-bottom: -1px;
  padding: 30px 0 60px;
  border-bottom: 1px solid #ebebeb;
}

.cover-list h2 {
  margin: 30px 0 0 0;
  font-size: 1em;
}

.cover-list ul li {
  border-top: 1px solid #ebebeb;
}

.cover-list ul li:first-child {
  border-top: 0;
}

.cover-list ul li a {
  display: block;
  min-height: 172px;
  padding: 30px 0 30px;
  text-decoration: none;
  color: #080808;
}

.cover-list ul li figure {
  float: right;
  position: relative;
  width: 172px;
  height: 172px;
  margin: 0 0 0 80px;
  background-color: #f6f6f6;
}

.cover-list ul li figure:before {
  content: "NO IMAGE";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 18px;
  margin: -9px 0 0 0;
  text-align: center;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 0.875em;
  color: #cbcbcb;
}

.cover-list ul li figure img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.cover-list ul li .category {
  display: inline-block;
  margin-bottom: 7px;
  border-bottom: 1px solid #a3a3a3;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 0.875em;
  color: #808080;
}

.cover-list ul li .title {
  display: block;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.4444em;
}

.cover-list ul li a:hover .title {
  text-decoration: underline;
  color: #666;
}

.cover-list ul li .excerpt {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.8em;
  font-size: 0.9375em;
  line-height: 1.6;
  color: #666;
}

.cover-list ul li .date {
  display: block;
  font-size: 0.8125em;
  color: #999;
}

.cover-gallery {
  margin: 0 auto -1px;
  padding: 60px 0 75px;
  border-bottom: 1px solid #ebebeb;
}

.cover-gallery h2 {
  margin-bottom: 30px;
  font-size: 1em;
}

.cover-gallery ul {
  display: inline-block;
  margin-left: -12px;
}

.cover-gallery ul li {
  float: left;
  width: 25%;
  margin: 0 0 12px 0;
  padding-left: 12px;
  box-sizing: border-box;
}

.cover-gallery ul li a {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ebebeb;
}

.cover-gallery ul li .title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 30;
  overflow: hidden;
  width: 100%;
  max-height: 4.2em;
  text-align: center;
  line-height: 1.4;
  padding: 0 20px;
  color: #fff;
  box-sizing: border-box;
  transform: translateY(-50%);
  visibility: hidden;
}

.cover-gallery ul li a:hover .title {
  visibility: visible;
}

.cover-gallery ul li a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cover-gallery ul li a:before {
  content: "NO IMAGE";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 18px;
  margin: -9px 0 0 0;
  text-align: center;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 0.875em;
  color: #cbcbcb;
}

.cover-gallery ul li figure {
  height: 0;
  padding-bottom: 100%;
}

.cover-gallery ul li figure img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 10;
}

.cover-footer {
  position: relative;
  z-index: 10;
  text-align: center;
}

.cover-footer .image {
  height: 300px;
  margin-bottom: 80px;
  background-position: 50% 50%;
  background-size: cover;
}

.cover-footer p {
  margin: -5px 0 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  color: #000;
}

.cover-footer .menu ul {
  text-align: center;
}

.cover-footer .menu ul li {
  display: inline-block;
  margin: 40px 0 48px;
  padding: 0 14px;
  font-size: 0.875em;
}

.cover-footer .menu ul li a {
  display: block;
  text-decoration: none;
  color: #282828;
}

.cover-footer .menu ul li a:hover {
  text-decoration: underline;
  color: #4e2e28;
}

.cover-footer p:first-child {
  margin-top: 76px;
}

.cover-footer .social-link:first-child a {
  margin-top: 80px;
}

.post-header {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 40px 0 20px;
    border-bottom: 2px solid #8B6E66;
  }
  
  .post-header h1 {
    float: left;
    font-size: 1.2em;
    font-weight: 600;
    color: #4E2E28;
  }
  
  .post-header .list-type {
    float: right;
  }
  
  .post-header .list-type button {
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    background-image: url(./images/ico_package.png);
    background-repeat: no-repeat;
    text-indent: -999em;
    border-radius: 4px;
    transition: all 0.2s ease;
  }
  
  .post-header .list-type button:hover {
    background-color: #D4BEB7;
  }
  
  .post-header .list-type .list {
    background-position: 0 -200px;
  }
  
  .post-header .list-type .thum {
    background-position: -100px -200px;
  }
  
  .post-header .list-type .list.current {
    background-position: -50px -200px;
    background-color: #8B6E66;
  }
  
  .post-header .list-type .thum.current {
    background-position: -150px -200px;
    background-color: #8B6E66;
  }
  
  .post-item {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #D4BEB7;
    transition: all 0.3s ease;
  }
  
  .post-item a {
    display: block;
    min-height: 160px;
    padding: 35px 0;
    text-decoration: none;
    color: #4E2E28;
  }
  
  .post-item:first-child a {
    padding-top: 0;
  }
  
  .post-item a:hover .title {
    text-decoration: none;
    color: #8B6E66;
  }
  
  .post-item .thum {
    float: right;
    overflow: hidden;
    max-width: 200px;
    margin-left: 60px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .post-item .thum img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .post-item .thum:hover img {
    transform: scale(1.05);
  }
  
  .post-item .category {
    display: inline-block;
    margin-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 2px solid #8B6E66;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 0.9em;
    color: #8B6E66;
    font-weight: 500;
  }
  
  .post-item .title {
    display: block;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.8em;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.4;
    transition: color 0.2s ease;
  }
  
  .post-item .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.6;
    color: #666;
    margin-bottom: 12px;
  }
  
  .post-item .excerpt.protected:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    margin-right: 10px;
    background: url(./images/ico_package.png) no-repeat -0 -100px;
    vertical-align: baseline;
  }
  
  .post-item .date {
    display: block;
    font-size: 0.85em;
    color: #8B6E66;
    font-weight: 500;
  }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.pagination .view-more {
  display: inline-block;
  min-width: 120px;
  padding: 10px 20px;
  background-color: #fff;
  border: 2px solid #8B6E66;
  border-radius: 6px;
  color: #4E2E28;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.pagination .view-more:hover {
  background-color: #8B6E66;
  color: #fff;
}

.pagination a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  text-decoration: none;
  font-size: 0.9375em;
  line-height: 24px;
  color: #8B6E66;
  vertical-align: middle;
}

.pagination a:hover {
  background-color: #D4BEB7;
}

.pagination .selected {
  color: #4E2E28;
  font-weight: 600;
}

.pagination .prev,
.pagination .next {
  width: 32px;
  height: 32px;
  background-image: url(./images/ico_package.png);
  background-repeat: no-repeat;
  border: 1px solid #D4BEB7;
  text-indent: -999em;
  vertical-align: middle;
  box-sizing: border-box;
}

.pagination .prev {
  background-position: -50px 0;
}

.pagination .next {
  background-position: -100px 0;
}

.pagination .prev:hover,
.pagination .next:hover {
  background-color: transparent;
  border-color: #8B6E66;
}

.pagination .no-more-prev,
.pagination .no-more-next {
  display: none;
}

.hgroup {
  max-width: 860px;
  margin: 50px auto 60px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ebebeb;
}

.hgroup .category {
  display: inline-block;
  margin-bottom: 16px;
  padding-top: 5px;
  border-bottom: 1px solid #a3a3a3;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 0.875em;
  color: #808080;
}

.hgroup h1 {
  display: block;
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 1.6875em;
  line-height: 1.4444em;
}

.hgroup .post-meta {
  display: block;
  font-size: 0.8125em;
  color: #808080;
}

.hgroup .post-meta a {
  text-decoration: none;
  color: #999;
}

.hgroup .post-meta a:hover {
  text-decoration: underline;
}

.hgroup .post-meta span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 7px 0 10px;
  background-color: #ebebeb;
  vertical-align: baseline;
}

.hgroup .post-meta span:first-child:before {
  content: none;
}

.another_category {
  margin: 60px auto 80px;
  padding: 0 !important;
  border: 0 !important;
}

.another_category h4 {
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 1em !important;
}

.another_category h4 em {
  border-bottom: 1px solid #000;
  font-style: normal;
}

.another_category table {
  width: 100%;
  border-collapse: collapse;
  border: 0 !important;
  font-size: 0.9375em;
  color: #666;
}

.another_category table th {
  padding: 8px 0 4px;
  border: 0 !important;
  text-align: left;
  font-weight: 400;
}

.another_category table th a {
  text-decoration: none;
  color: #666;
}

.another_category td {
  width: 60px;
  padding: 8px 0 4px;
  border-left: 0 !important;
  border-top: 0 !important;
  font-size: 0.8125em;
  line-height: 1;
  color: #b2b2b2;
}

.tags {
  position: relative;
  overflow: hidden;
  max-width: 860px;
  margin: 53px auto;
  padding: 27px 0 28px 47px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #999;
  box-sizing: border-box;
}

.tags h2 {
  float: left;
  width: 47px;
  margin-left: -47px;
  font-weight: 400;
  font-size: 1em;
  color: #000;
}

.tags .items a {
  display: inline-block;
  margin-left: 15px;
  text-decoration: none;
  font-size: 0.8125em;
  line-height: 1.5384;
  color: #999;
}

.tags .items a:hover {
  color: #7a583a;
}

.tags .items a:before {
  content: "#";
}

.related-articles {
  overflow: hidden;
  width: 100%;
  margin: 57px 0 69px;
}

.related-articles h2 {
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 1em;
}

.related-articles h2 em {
  border-bottom: 1px solid #000;
  font-style: normal;
}

.related-articles ul li {
  float: left;
  width: 24.0625%;
  padding-left: 1.25%;
}

.related-articles ul li:first-child {
  padding-left: 0;
}

.related-articles ul li a {
  display: block;
  text-decoration: none;
  color: #080808;
}

.related-articles ul li a:hover .title {
  text-decoration: underline;
  color: #4e2e28;
}

.related-articles ul li .thum {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  margin-bottom: 12px;
  padding-bottom: 75.757575757575758%;
  background-color: #ebebeb;
}

.related-articles ul li .thum:before {
  content: "NO IMAGE";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 18px;
  margin: -9px 0 0 0;
  text-align: center;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 0.875em;
  color: #cbcbcb;
}

.related-articles ul li .thum img {

  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.related-articles ul li .category {
  display: inline-block;
  margin-bottom: 16px;
  border-bottom: 1px solid #a3a3a3;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 0.875em;
  color: #808080;
}

.related-articles ul li .title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.75em;
  margin-bottom: 9px;
  font-weight: 700;
  line-height: 1.375;
}

.related-articles ul li .date {
  display: block;
  font-size: 0.8125em;
  color: #999;
}

/* Entry Content */
.entry-content h1 {
  margin: 30px 0 10px;
  font-size: 1.75em;
  color: #000000;
}

.entry-content h2 {
  margin: 5px 0 10px;
  font-size: 1.5em !important;
  background-color: #4A90E2 !important;
  color: #fff !important;
  padding: 8px 12px;
  border-radius: 6px;
}

.entry-content h3 {
  margin: 20px 0 5px;
  font-weight: 700 !important;
  font-size: 1.4em !important;
  color: #000000 !important;
}

.entry-content h4 {
  margin: 10px 0 8px;
  font-weight: 500 !important;
  font-size: 1.2em;
  color: #357ABD;
}

.entry-content p {
  font-size: 1em;
  line-height: 1.7;
  color: #333;
}

.entry-content p img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 6px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.entry-content hr {
  display: block;
  height: 0;
  border: 0;
  border-bottom: 2px solid #4A90E2;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 20px;
  color: #222;
  background-color: #D8EAF9 !important;
  padding: 10px 15px !important;
  border-radius: 6px !important;
}

.entry-content ul li {
  list-style: disc inside !important;
  font-size: 1em !important;
  line-height: 1.4 !important;
  margin-bottom: 8px !important;
  color: #333 !important;
}

.entry-content ol {
  list-style: inside decimal !important;
}

.entry-content blockquote {
  margin-bottom: 30px;
  padding: 15px 20px;
  border-left: 4px solid #4A90E2;
  background-color: #F2F9FF;
}

.entry-content blockquote p {
  margin: 15px 0 0;
  font-size: 1em;
  line-height: 1.7;
}

.entry-content table {
  width: 100%;
  margin-bottom: 22px;
  border-collapse: collapse;
  border: 1px solid #B0D0F0;
}

.entry-content table thead th {
  padding: 10px;
  background-color: #D8EAF9;
  border-bottom: 2px solid #4A90E2;
  font-size: 1em;
}

.entry-content table tbody td {
  padding: 10px;
  border-bottom: 1px solid #B0D0F0;
  font-size: 1em;
}

.entry-content input {
  display: inline-block;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #A0C8F0;
  font-size: 1em;
  line-height: 1.25;
  color: #357ABD;
  background-color: #F2F9FF;
  border-radius: 4px;
  box-sizing: border-box;
}

.entry-content input:focus {
  border-color: #4A90E2;
  outline: none;
  background-color: #E0F0FF;
}

.entry-content a {
  color: #4A90E2;
  text-decoration: none;
}

.entry-content a:hover {
  color: #357ABD;
  text-decoration: underline;
}

/* 버튼 스타일 */
.entry-content .btn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #4A90E2;
  color: #fff;
  font-size: 1em;
  border-radius: 6px;
  text-align: center;
  transition: background 0.3s ease-in-out;
}

.entry-content .btn:hover {
  background-color: #357ABD;
}

/* 댓글 섹션 스타일 */
.comments {
  max-width: 860px;
  margin: 0 auto 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #A0C8F0;
}

.comments h2 {
  font-weight: 400;
  font-size: 1.1em;
  color: #357ABD;
}

.comments .comment-list ul li {
  padding: 20px 0 15px;
  border-top: 1px solid #A0C8F0;
}

.comments .comment-list ul li p {
  font-size: 1em;
  color: #333;
}

/* 모바일 최적화 */
@media screen and (max-width: 767px) {
  .entry-content h2 {
    font-size: 1.3em !important;
    padding: 6px 10px !important;
  }

  .entry-content h3 {
    font-size: 1.2em !important;
  }

  .entry-content ul,
  .entry-content ol {
    padding: 8px 10px !important;
  }

  .entry-content ul li,
  .entry-content ol li {
    font-size: 0.9em !important;
    margin-bottom: 6px !important;
  }
}

}