@charset "UTF-8";
/* ------------------------------------------------------------------------- */
/* CSS Table of Contents
/* ------------------------------------------------------------------------- */
/*

1. Reset

2. Global
2-1. input
2-2. button
2-3. table

3. Layout
3-1. wrap
3-2. header
3-3. gnb
3-4. footer
3-5. content

4. Page
4-1. common
4-2. main
4-3. list
4-4. view

5. Etc
5-1. library - 

/* ------------------------------------------------------------------------- */
/* 1. Reset
/* ------------------------------------------------------------------------- */
/* webfont - Tomorrow */
@import url("https://fonts.googleapis.com/css2?family=Tomorrow:wght@400;500;700&display=swap");
/* webfont - Noto Sans KR */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@font-face {
  font-family: "D2Coding";
  font-weight: 400;
  font-display: swap;
  src: local(""), url("./images/D2Coding.woff2") format("woff2"), url("../font/D2Coding.woff") format("woff");
  /* unicode-range:U+AC00-D7A3; */
}
/* Type Selector Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  color: #111;
  font-family: "Tomorrow", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", Sans-serif; /* font-size:$px12; line-height:normal; */
  letter-spacing: -0.05rem;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

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

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

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

hr {
  display: none;
}

/* ------------------------------------------------------------------------- */
/* 2. Global
/* ------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
}

.relative {
  position: relative;
}

.w50p {
  width: 50% !important;
}

.w100p {
  width: 100% !important;
}

.nopd {
  padding: 0 !important;
}

.p_cursor {
  cursor: pointer;
}

.p_color {
  color: #02a176 !important;
}

.empty {
  padding: 100px 0;
  font-size: 1.25rem;
}

.scroll_y {
  overflow-y: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  outline: 0;
}

/* ------------------------------------------------------------------------- */
/* 2-1. input
/* ------------------------------------------------------------------------- */
/* text */
input[type=text] {
  margin: 0;
  padding: 0 10px;
  border: 1px solid #eee;
  color: #555;
  font-family: "Tomorrow", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", Sans-serif;
  font-size: 12px;
  letter-spacing: -0.05rem;
  outline: 0;
  box-sizing: border-box;
}

input[type=text]::placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]::-moz-placeholder,
input[type=text]:-ms-input-placeholder {
  color: #999;
}

/* password */
input[type=password] {
  margin: 0;
  padding: 0 10px;
  border: 1px solid #eee;
  color: #555;
  font-family: "Tomorrow", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", Sans-serif;
  font-size: 12px;
  letter-spacing: -0.05rem;
  outline: 0;
  box-sizing: border-box;
}

/* textarea */
textarea {
  margin: 0;
  padding: 10px;
  border: 1px solid #eee;
  color: #555;
  font-family: "Tomorrow", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", Sans-serif;
  font-size: 12px;
  line-height: normal;
  letter-spacing: -0.05rem;
  outline: 0;
  box-sizing: border-box;
}

textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

button, input[type=submit], input[type=reset], input[type=button] {
  overflow: visible;
  cursor: pointer;
}

input[type=text], input[type=email], input[type=password], input[type=submit], textarea {
  -webkit-appearance: none;
}

input, select, textarea, button {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 100%;
  border-radius: 0;
}

button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

ul li {
  list-style: none;
}

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

hr {
  display: none;
}

/* ------------------------------------------------------------------------- */
/* 2-2. button
/* ------------------------------------------------------------------------- */
button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  box-sizing: content-box;
}

.box_btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  vertical-align: top;
}

.box_btn > * {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px;
  border: 1px solid #ff9ca5;
  outline: none;
  border-radius: 0;
  background: #ff9ca5;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  letter-spacing: -0.01rem;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* button - size */
.box_btn.small > * {
  padding: 3px 5px;
}

.box_btn.w100 > * {
  width: 100px;
  padding-left: 0;
  padding-right: 0;
}

.box_btn.h25 > * {
  height: 25px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 23px;
}

.box_btn.h34 > * {
  height: 34px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
}

.box_btn.h40 > * {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
}

/* button - font-weight */
.box_btn.bold > * {
  font-weight: 700;
}

/* button - font-size */
.box_btn.fs13 > * {
  font-size: 1.083rem;
}

/* button - color */
.box_btn.white > * {
  border-color: #000;
  background-color: #fff;
  color: #000 !important;
}

.box_btn.lightgray > * {
  border-color: #999;
  background-color: #999;
  color: #fff !important;
}

.box_btn.lightgray2 > * {
  border-color: #eee;
  background-color: #eee;
  color: #999 !important;
}

/* button - img */
.box_btn.img > * {
  background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------- */
/* 2-3. table
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* 3. Layout
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* 3-1. wrap
/* ------------------------------------------------------------------------- */
#wrap {
  overflow: hidden;
  min-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #wrap {
    min-width: 320px;
  }
}
/* ------------------------------------------------------------------------- */
/* 3-2. header
/* ------------------------------------------------------------------------- */
/* acc-nav */
#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: #000;
  white-space: nowrap;
}

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

#header {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
#header .wrap_inner {
  position: relative;
}
#header .menu {
  display: none;
}
#header h1 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 3.125rem;
  color: #000;
  font-size: 1.25rem;
  line-height: 3.125rem;
  letter-spacing: -0.06rem;
}
#header .search {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
#header .search .box_search {
  position: relative;
  width: 186px;
  height: 30px;
  margin: 8px 0;
  padding-right: 30px;
  border: 2px solid #000;
  background: #fff;
}
#header .search .box_search input[type=text] {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 0;
  color: #555;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 0;
  box-sizing: border-box;
}
#header .search .box_search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  padding: 7px 5px;
  color: transparent;
  font-size: 0;
}
#header .search .box_search button:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  background: url("./images/search.svg") no-repeat center/100% auto;
  content: "";
}
#header .search .btn {
  display: none;
}

@media screen and (max-width: 767px) {
  #header .wrap_inner {
    height: 49px;
  }
  #header .menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 20px;
    height: 13px;
    padding: 18px 15px;
  }
  #header .menu span,
  #header .menu span:before,
  #header .menu span:after {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #000;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
  }
  #header .menu span {
    top: 50%;
    margin-top: -7px;
  }
  #header .menu span:before,
  #header .menu span:after {
    display: block;
    content: "";
  }
  #header .menu span:before {
    top: 7px;
    transition-property: transform, opacity;
  }
  #header .menu span:after {
    top: 14px;
  }
  #header .menu.active {
    z-index: 15;
  }
  #header .menu.active span,
  #header .menu.active span:before,
  #header .menu.active span:after {
    background: #fff;
  }
  #header .menu.active span {
    transform: translate3d(0, 7px, 0) rotate(45deg);
  }
  #header .menu.active span:before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  }
  #header .menu.active span:after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
  }
  #header h1,
  #header h1 a {
    line-height: 49px;
  }
  #header h1 {
    padding: 0;
    text-align: center;
  }
  #header h1 a {
    display: inline-block;
  }
  #header .search .box_search {
    display: none;
  }
  #header .search .box_search.active {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  }
  #header .search .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    width: 16px;
    height: 16px;
    padding: 17px;
    color: transparent;
    font-size: 0;
    vertical-align: middle;
  }
  #header .search .btn:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background: url("./images/icon.png") no-repeat top 0 left -20px;
    content: "";
  }
  #header .search .box_search.active + .btn:before {
    background-position: top 0 left 0;
  }
}
/* ------------------------------------------------------------------------- */
/* 3-3. gnb
/* ------------------------------------------------------------------------- */
#gnb {
  position: fixed;
  top: 95px;
  left: 50%;
  width: 230px;
  margin-left: -600px;
}

#gnb ul li a {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}

#gnb ul li a .c_cnt {
  font-size: inherit;
}

#gnb .tt_category > li > a,
#gnb .category_list > li > a {
  position: relative;
  padding: 9px 0 9px 7px;
  font-weight: 700;
}

#gnb .tt_category > li > a:after,
#gnb .category_list > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  width: 2px;
  height: 2px;
  background: #000;
  content: "";
}

#gnb .tt_category > li > a .c_cnt,
#gnb .category_list > li > a .c_cnt {
  font-weight: 500;
}

#gnb .sub_category_list {
  padding: 5px 0;
}

#gnb .sub_category_list > li > a {
  padding: 5px 0 5px 17px;
  font-weight: 500;
}

#gnb .sub_category_list > li > a .c_cnt {
  font-weight: 400;
}

#gnb ul li a.active,
#gnb ul li a:hover,
#gnb ul li a.active .c_cnt,
#gnb ul li a:hover .c_cnt {
  color: #ff9ca5;
}

#gnb .tt_category > li > a.active:after,
#gnb .category_list > li > a:hover:after {
  background: #ff9ca5;
}

#gnb .sub_category_list.active {
  display: block;
}

@media screen and (max-width: 767px) {
  #gnb {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
  }
  #gnb .tt_category {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  #gnb .tt_category > li > a,
  #gnb .category_list > li > a {
    color: #fff;
  }
  #gnb .tt_category > li > a:after,
  #gnb .category_list > li > a:after {
    display: none;
  }
  #gnb .tt_category > li > a .c_cnt,
  #gnb .category_list > li > a .c_cnt {
    color: #fff;
  }
  #gnb.active {
    display: block;
  }
}
/* ------------------------------------------------------------------------- */
/* 3-4. footer
/* ------------------------------------------------------------------------- */
#footer {
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

#footer > a:hover,
#footer > a:hover strong {
  color: #ff9ca5;
}

@media screen and (max-width: 767px) {
  #footer {
    font-size: 1rem;
  }
}
/* 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;
}

/* ------------------------------------------------------------------------- */
/* 3-5. content
/* ------------------------------------------------------------------------- */
.wrap_inner {
  width: 1200px;
  margin: 0 auto;
}

#content.scroll_y .wrap_inner {
  position: relative;
  padding-left: 290px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .wrap_inner {
    width: auto;
    margin: 0;
    padding: 0 4% !important;
  }
}
/* ------------------------------------------------------------------------- */
/* 4. Page
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* 4-1. common
/* ------------------------------------------------------------------------- */
/* title */
.post-header {
  overflow: hidden;
  position: relative;
}
.post-header h2 {
  padding: 50px 0 20px;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.post-header h2 .c_cnt {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .post-header h2 {
    padding: 30px 0 15px;
  }
}
/* 뷰타입 */
.post-header .list-type {
  float: right;
}

.post-header .list-type button {
  float: left;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background-image: url(./images/ico_package.png);
  background-repeat: no-repeat;
  text-indent: -999em;
  outline: none;
}

.post-header .list-type button:hover {
  background-color: #ebebeb;
}

.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;
}

.post-header .list-type .thum.current {
  background-position: -150px -200px;
}

/* pagination */
.pagination {
  padding: 30px 0;
  font-size: 0;
  text-align: center;
}

.pagination > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
  vertical-align: middle;
}

.pagination a span {
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #ff9ca5;
  background: #fff;
  color: #ff9ca5;
  font-size: 1.083rem;
  line-height: 28px;
}

.pagination a span:hover,
.pagination .selected {
  background: #ff9ca5;
  color: #fff;
  font-weight: 700;
}

.pagination .prev,
.pagination .next {
  width: 28px;
  height: 28px;
  border: 1px solid #ff9ca5;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  color: transparent;
  font-size: 0;
}

.pagination .prev {
  background-image: url("./images/paging_prev.png");
}

.pagination .next {
  background-image: url("./images/paging_next.png");
}

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

/* ------------------------------------------------------------------------- */
/* 4-2. main
/* ------------------------------------------------------------------------- */
/* 공통 */
.cover-thumbnail-list h2,
.cover-masonry h2,
.cover-list h2,
.cover-gallery h2 {
  padding: 50px 0 20px;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .cover-thumbnail-list h2,
  .cover-masonry h2,
  .cover-list h2,
  .cover-gallery h2 {
    padding: 30px 4% 15px;
  }
}
/* 썸네일 */
.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.7575757576%;
  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;
}

@media screen and (max-width: 767px) {
  .cover-thumbnail-list ul li {
    width: 100%;
  }
}
/* 슬라이드 */
.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 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;
}

@media screen and (max-width: 767px) {
  .cover-masonry ul li {
    width: 100%;
  }
}
/* 리스트 */
.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 ul {
  margin: -40px 0 0 -20px;
  font-size: 0;
}
.cover-gallery ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 290px;
  margin: 40px 0 0 20px;
  vertical-align: top;
}
.cover-gallery ul li a:hover .dimmed {
  display: block;
}
.cover-gallery ul li a:hover .line span {
  visibility: visible;
}
.cover-gallery ul li a:hover .line .top,
.cover-gallery ul li a:hover .line .bottom {
  width: calc(100% - 20px);
}
.cover-gallery ul li a:hover .line .left,
.cover-gallery ul li a:hover .line .right {
  height: calc(100% - 20px);
}
.cover-gallery ul li a:hover .txt {
  display: block;
}
.cover-gallery ul li .thum {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cover-gallery ul li .thum img {
  width: 100%;
  height: auto;
}
.cover-gallery ul li .dimmed {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.cover-gallery ul li .line span {
  visibility: hidden;
  position: absolute;
  background: #ff9ca5;
  transition: all 0.3s;
}
.cover-gallery ul li .line .top,
.cover-gallery ul li .line .bottom {
  left: 10px;
  width: 0;
  height: 4px;
}
.cover-gallery ul li .line .top {
  top: 10px;
}
.cover-gallery ul li .line .bottom {
  bottom: 10px;
}
.cover-gallery ul li .line .left,
.cover-gallery ul li .line .right {
  top: 10px;
  width: 4px;
  height: 0;
}
.cover-gallery ul li .line .left {
  left: 10px;
}
.cover-gallery ul li .line .right {
  right: 10px;
}
.cover-gallery ul li .txt {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.cover-gallery ul li .txt > * {
  color: #fff;
}
.cover-gallery ul li .title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.cover-gallery ul li .more {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .cover-gallery ul {
    margin: 0;
  }
  .cover-gallery ul li {
    width: 100%;
    margin: 0 0 40px;
  }
  .cover-gallery ul li .dimmed {
    display: block;
  }
  .cover-gallery ul li .line span {
    visibility: visible;
  }
  .cover-gallery ul li .line .top,
  .cover-gallery ul li .line .bottom {
    width: calc(100% - 20px);
  }
  .cover-gallery ul li .line .left,
  .cover-gallery ul li .line .right {
    height: calc(100% - 20px);
  }
  .cover-gallery ul li .txt {
    display: block;
  }
  .cover-gallery ul li .title {
    font-size: 1.333rem;
  }
}
/* 하단 */
.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;
}

/* ------------------------------------------------------------------------- */
/* 4-3. list
/* ------------------------------------------------------------------------- */
.post-item {
  padding: 25px 0;
  border-top: 1px solid #f0f0f0;
}
.post-item > a {
  display: block;
}
.post-item > a:hover .info .title,
.post-item > a:hover .info .excerpt {
  text-decoration: underline;
}
.post-item .thum {
  position: relative;
  width: 25%;
}
.post-item .thum img {
  max-width: 100%;
  height: auto;
}
.post-item .info {
  width: 75%;
  padding: 16px 0 0;
}
.post-item .info .title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.post-item .info .excerpt {
  padding-top: 15px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.post-item:first-child {
  padding-top: 0;
  border-top: 0;
}

@media screen and (max-width: 767px) {
  .post-item .thum {
    width: 30%;
  }
  .post-item .info {
    width: 70%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }
  .post-item .info .title {
    padding-bottom: 6px;
    font-size: 1.083rem;
  }
  .post-item .info .excerpt {
    display: -webkit-box;
    overflow: hidden;
    padding-top: 0;
    font-size: 1rem;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
/* ------------------------------------------------------------------------- */
/* 4-4. view
/* ------------------------------------------------------------------------- */
/* 타이틀 */
.hgroup .category {
  padding: 48px 0 15px;
  color: #999;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.hgroup h1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.hgroup .post-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0 30px;
}
.hgroup .post-meta span a {
  display: flex;
  padding: 0.5rem 1rem;
  border: 1px solid #ff9ca5;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #ff9ca5;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
.hgroup .post-meta span + span {
  margin-left: 0.25rem;
}
.hgroup .post-meta .author,
.hgroup .post-meta .date {
  position: relative;
  color: #555;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.hgroup .post-meta .author {
  display: none;
}
.hgroup .post-meta .author:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #999;
  content: "";
}
.hgroup .post-meta .box_btn {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .hgroup .category {
    padding-top: 30px;
  }
}
/* 글 내용 */
.entry-content {
  margin-bottom: 20px;
}
.entry-content pre {
  padding: 0.75rem;
  border: 1px solid #ff9ca5;
  background-color: #ffedef;
}
.entry-content pre code {
  font-family: "D2Coding";
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}
.entry-content .tt_article_useless_p_margin {
  font-family: initial;
  font-size: initial;
}
.entry-content .tt_article_useless_p_margin span * {
  font-family: inherit;
}
.entry-content .tt_article_useless_p_margin table {
  border: none;
  font-size: 14px;
}
.entry-content .tt_article_useless_p_margin table * {
  font-size: 14px;
}
.entry-content .tt_article_useless_p_margin table td {
  padding: 15px;
}

#tt-body-page p[data-ke-size=size18],
p[data-ke-size=size18],
p[data-ke-size=size18] * {
  font-size: 1.12em;
}

#tt-body-page p[data-ke-size=size16],
p[data-ke-size=size16],
p[data-ke-size=size16] * {
  font-size: 1em;
}

#tt-body-page p[data-ke-size=size14],
p[data-ke-size=size14],
p[data-ke-size=size14] * {
  font-size: 0.87em;
}

#tt-body-page h2[data-ke-size],
#tt-body-page h3[data-ke-size],
#tt-body-page h4[data-ke-size] {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .entry-content {
    margin-bottom: 0;
  }
}
/* 카테고리의 다른 글 */
.another_category {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.another_category h4 {
  font-weight: 400;
}
.another_category h4 em {
  border-bottom: 1px solid #000;
  font-style: normal;
}
.another_category .table-wrap {
  padding: 5px 0;
}
.another_category table th {
  padding: 5px 0 !important;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  line-height: normal !important;
}
.another_category table th span {
  font: inherit;
}
.another_category table th a {
  text-decoration: none;
  color: #666;
}
.another_category table td {
  padding: 5px 0 !important;
  border: 0 !important;
  font-size: 1rem !important;
  line-height: normal !important;
  vertical-align: middle;
}

/* 태그 */
.tags {
  margin: 65px 0 0;
  padding: 15px 0;
  border: 1px solid #eee;
  border-width: 1px 0;
  font-size: 0;
}

.tags > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.tags h2 {
  width: 40px;
  font-size: 1.167rem;
  font-weight: 500;
}

.tags .items {
  width: calc(100% - 40px);
  font-size: 0;
}

.tags .items a {
  position: relative;
  margin-left: 10px;
  padding-left: 8px;
  color: #555;
  font-size: 1.167rem;
}

.tags .items a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #555;
  font-size: 1rem;
  content: "#";
}

.tags .items a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .tags {
    margin-top: 20px;
  }
}
/* related articles */
.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.7575757576%;
  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: 60px 0 19px;
  font-size: 1.6875em;
}

.entry-content h2 {
  margin: 60px 0 19px;
  font-size: 1.5em;
}

.entry-content h3 {
  margin: 60px 0 19px;
  font-weight: 700;
  font-size: 1.3125em;
}

.entry-content h4 {
  margin: 60px 0 19px;
  font-weight: 400;
  font-size: 1.125em;
}

.entry-content p img {
  max-width: 100%;
  height: auto;
  margin-top: 36px;
}

.entry-content hr {
  display: block;
  height: 0;
  border: 0;
  border-bottom: 1px solid #000;
}

.entry-content pre {
  word-break: break-all;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.entry-content pre code.hljs {
  padding: 20px;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 50px;
  font-size: 16px;
}

.entry-content ul {
  list-style: disc inside;
}

.entry-content ul li {
  position: relative;
  padding-left: 22px;
  font-size: 0.9375em;
  line-height: 1.6;
  color: #666;
  list-style: inherit;
  text-indent: -22px;
}

.entry-content ul li * {
  font-size: inherit;
}

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

.entry-content ol li {
  position: relative;
  padding-left: 16px;
  font-size: 0.9375em;
  line-height: 1.6;
  color: #666;
  text-indent: -15px;
  list-style: inherit;
}

.entry-content ol li * {
  font-size: inherit;
}

.entry-content a {
  color: #666;
}

.entry-content img.alignleft {
  float: left;
  margin: 0 22px 22px 0;
}

.entry-content img.aligncenter {
  display: block;
  margin: 0 auto 22px;
}

.entry-content img.alignright {
  float: right;
  margin: 0 0 22px 22px;
}

.entry-content blockquote {
  margin-bottom: 60px;
  padding: 16px 20px;
  border-left: 4px solid #e6e6e6;
}

.entry-content blockquote p {
  margin: 22px 0 0;
}

.entry-content blockquote p:first-child {
  margin-top: 0;
}

.entry-content table thead th {
  padding: 7px 0 11px;
  border-left: 1px solid #e6e6e6;
}

.entry-content table tbody td {
  padding: 7px 0 11px;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.entry-content input {
  display: inline-block;
  height: 40px;
}

/* 보호글 */
.entry-content .protected_form {
  text-align: center;
}

.entry-content .protected_form > p {
  margin-bottom: 10px;
}

.entry-content .protected_form input {
  width: 220px;
}

.entry-content .cap1 {
  text-align: center;
  font-size: 0.875em;
  font-style: italic;
}

.entry-content .iframe-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.entry-content .iframe-wrap iframe:not([mapdata]) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Comment */
.comments {
  margin-top: 20px;
}

.comments .comment-list > ul > li {
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.comments .comment-list > ul > li:first-child {
  border-top: 0;
}

.comments .comment-list ul li .author-meta {
  position: relative;
  min-height: 50px;
  padding-left: 70px;
}

.comments .comment-list ul li .author-meta .avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #eee;
}

.comments .comment-list ul li .author-meta .avatar img {
  max-width: 100%;
  height: auto;
}

.comments .comment-list ul li .author-meta .txt .name_date {
  padding-bottom: 10px;
  font-size: 0;
}

.comments .comment-list ul li .author-meta .txt .name_date > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  color: #555;
  vertical-align: middle;
}

.comments .comment-list ul li .author-meta .txt .name_date > span:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #999;
  content: "";
}

.comments .comment-list ul li .author-meta .txt .name_date > span:last-child:after {
  display: none;
}

.comments .comment-list ul li .author-meta .txt .name_date .date a {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}

.comments .comment-list ul li .author-meta .txt .name_date .date a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #999;
  content: "";
}

.comments .comment-list ul li .author-meta .txt > p {
  color: #555;
  font-size: 1.083rem;
}

.comments .comment-list ul li .author-meta .txt .control {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

.comments .comment-list ul li .author-meta .txt .control a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
  color: #999;
  vertical-align: middle;
}

.comments .comment-list ul li ul {
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
}

.comments .comment-list ul li ul:after {
  display: block;
  position: absolute;
  left: 26px;
  top: -8px;
  width: 1px;
  height: 100%;
  background: #eee;
  content: "";
}

.comments .comment-list ul li ul li {
  position: relative;
  padding: 10px 0 10px 10px;
}

.comments .comment-list ul li ul li:after {
  display: block;
  position: absolute;
  left: -3px;
  top: 36px;
  width: 13px;
  height: 1px;
  background: #eee;
  content: "";
}

.comments .comment-list ul li ul li:last-child:after {
  left: -4px;
  z-index: 1;
  width: 14px;
  height: 35px;
  border-top: 1px solid #eee;
  background: #fff;
}

.comments .comment-form {
  position: relative;
  margin-bottom: 45px;
  padding-right: 92px;
}

.comments .comment-form textarea {
  height: 82px;
}

.comments .comment-form .box_btn {
  position: absolute;
  right: 0;
  top: 0;
}

.comments .comment-form .box_btn .btn {
  width: 82px;
  height: 82px;
  padding: 0;
  line-height: 80px;
}

.comments .field {
  margin-bottom: 20px;
  font-size: 0;
}

.comments .field > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  vertical-align: middle;
}

.comments .field > input[type=text],
.comments .field > input[type=password] {
  height: 30px;
  line-height: 28px;
}

.comments .field .secret > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.comments .field .secret input {
  display: none;
}

.comments .field .secret input + label {
  min-height: 15px;
  padding-left: 22px;
  background: url("./images/checkbox.gif") no-repeat left center #fff;
  color: #999;
  font-size: 0.917rem;
}

.comments .field .secret input:checked + label {
  background-image: url("./images/checkbox_checked.gif");
}

@media screen and (max-width: 767px) {
  .comments .field > input[type=text],
  .comments .field > input[type=password] {
    width: 130px;
  }
  .comments .field .secret {
    margin-right: 0;
  }
}
/* Widget & Template Page */
/* ETC */
#dimmed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
}

/* Post Type & Color Type */
.post-type-thumbnail .post-item {
  float: left;
  width: 24.0625%;
  margin: 0 0 58px;
  padding-left: 1.25%;
  border: 0;
}

.post-type-thumbnail .post-item:nth-child(4n+1) {
  padding-left: 0;
}

.post-type-thumbnail .post-item a {
  padding: 0;
}

.post-type-thumbnail .post-item .thum {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  height: 0;
  margin: 0 0 9px 0;
  padding-bottom: 75.7575757576%;
  background-color: #ebebeb;
}

.post-type-thumbnail .post-item .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;
}

.post-type-thumbnail .post-item .thum img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: 0;
}

.post-type-thumbnail .post-item .title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  height: 2.75em;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.375em;
}

.post-type-thumbnail .post-item .excerpt {
  display: none;
}

.post-type-thumbnail .pagination {
  margin-top: 0;
}

/* Color Type */
.color-chocolate,
.color-chocolate .cover-footer,
.color-chocolate #footer {
  background-color: #f4f2f1;
}

.color-chocolate #header h1 a,
.color-chocolate #gnb ul li a,
.color-chocolate #footer .admin,
.color-chocolate .cover-thumbnail-list ul li a,
.color-chocolate .cover-masonry ul li a,
.color-chocolate .cover-list ul li a,
.color-chocolate .cover-footer p,
.color-chocolate .cover-footer .menu ul li a,
.color-chocolate .post-item a,
.color-chocolate .hgroup h1,
.color-chocolate .hgroup .post-meta a,
.color-chocolate .entry-content h1,
.color-chocolate .entry-content h2,
.color-chocolate .entry-content h3,
.color-chocolate .entry-content h4,
.color-chocolate .entry-content a,
.color-chocolate .related-articles ul li a,
.color-chocolate .comments .comment-list ul li .author-meta span,
.color-chocolate .comments .comment-list ul li .author-meta .date a,
.color-chocolate .pagination .selected {
  color: #4e2e28;
}

.color-chocolate #header .menu p,
.color-chocolate #footer p,
.color-chocolate .cover-thumbnail-list ul li .date,
.color-chocolate .cover-masonry ul li .excerpt,
.color-chocolate .cover-list ul li .excerpt,
.color-chocolate .cover-list ul li .date,
.color-chocolate .post-item .excerpt,
.color-chocolate .post-item .date,
.color-chocolate .hgroup .post-meta,
.color-chocolate .another-category td,
.color-chocolate .tags .items a,
.color-chocolate .related-articles ul li .date,
.color-chocolate .comments .comment-list ul li .author-meta .date,
.color-chocolate .comments .comment-list ul li .author-meta .control a {
  color: #a69693;
}

.color-chocolate .cover-thumbnail-list ul li .category,
.color-chocolate .cover-masonry ul li .category,
.color-chocolate .hgroup .category {
  color: #94817e;
}

.color-chocolate .entry-content p,
.color-chocolate .entry-content table,
.color-chocolate .entry-content ul li,
.color-chocolate .entry-content ol li,
.color-chocolate .another-category table,
.color-chocolate .another-category table th a,
.color-chocolate .comments .comment-list ul li p {
  color: #836c68;
}

.color-chocolate #gnb ul li a:hover,
.color-chocolate .cover-footer .menu ul li a:hover,
.color-chocolate .cover-thumbnail-list ul li a:hover .title,
.color-chocolate .cover-masonry ul li a:hover .title,
.color-chocolate .cover-list ul li a:hover .title,
.color-chocolate .post-item a:hover .title,
.color-chocolate .related-articles ul li a:hover .title {
  color: #2d140f;
}

.color-chocolate .cover-thumbnail-list ul li .category,
.color-chocolate .cover-masonry ul li .category,
.color-chocolate .hgroup .category {
  border-color: #a69693;
}

.color-chocolate .entry-content ul li:before {
  background-color: #a69693;
}

.color-chocolate #header .mobile-menu:before,
.color-chocolate #header .mobile-menu:after,
.color-chocolate #header .mobile-menu span {
  background-color: #4e2e28;
}

.color-chocolate .pagination a:hover,
.color-chocolate #header .search:hover:before {
  background-color: #e7e2e1;
}

.color-chocolate .btn,
.color-chocolate .cover-thumbnail-list .color-chocolate .cover-masonry .color-chocolate .cover-list .color-chocolate .cover-gallery,
.color-chocolate .cover-list ul li,
.color-chocolate .post-item,
.color-chocolate .hgroup,
.color-chocolate .entry-content table,
.color-chocolate .entry-content table thead th,
.color-chocolate .entry-content table tbody td,
.color-chocolate .entry-content blockquote,
.color-chocolate .comments,
.color-chocolate .comments .comment-list ul li,
.color-chocolate .comments .comment-form input[type=text],
.color-chocolate .comments .comment-form input[type=password],
.color-chocolate .comments .comment-form textarea,
.color-chocolate .comments .comment-form .field .secret label:before,
.color-chocolate .pagination .prev,
.color-chocolate .pagination .next,
.color-chocolate .pagination a {
  border-color: #e7e2e1;
}

.color-chocolate .social-link a,
.color-chocolate #header .search button,
.color-chocolate #header .search:before,
.color-chocolate .cover-thumbnail-list ul li .thum:before,
.color-chocolate .cover-gallery ul li a:before,
.color-chocolate .post-header .list-type button,
.color-chocolate .related-articles ul li .thum:before {
  background-image: url(./images/ico_package_chocolate.png);
}

.color-chocolate .btn:hover,
.color-chocolate .pagination .prev:hover,
.color-chocolate .pagination .next:hover {
  border-color: #4d4d4d;
}

.color-chocolate #header .search.on {
  border-color: #4e2e28;
}

/* Retina Display */
/*
@media  only screen and (-webkit-min-device-pixel-ratio:1.5) {
	#header .search button,
	#header .search:before,
	.social-link a,
	.cover-slider .prev,
	.cover-slider .next,
	.cover-gallery ul li a:before,
	.post-header .list-type button,
	.pagination .prev,
	.pagination .next,
	.comments .comment-form .field .secret input[type=checkbox]:checked+label:before {
		background-image: url(./images/ico_package_2x.png);
		background-size: 200px auto;
	}
	.color-chocolate .social-link a,
	.color-chocolate #header .search button,
	.color-chocolate .cover-gallery ul li a:before,
	.color-chocolate .post-header .list-type button {
		background-image: url(./images/ico_package_chocolate_2x.png);
		background-size: 200px auto;
	}
}
*/
/* Media Screen - Tablet */
/*
@media screen and (max-width:1023px) {
	#header .search.on {
		width: 180px;
	}
	#content .guest_inner,
	#content>.inner {
		padding: 0 40px;
	}
	.post-header {
		padding: 40px;
	}
	.cover-thumbnail-list {
		padding: 40px 40px 65px;
	}
	.cover-slider ul li .title {
		max-width: none;
		padding: 0 98px
	}
	.cover-slider .prev {
		left: 14px;
		margin-left: 0;
	}
	.cover-slider .next {
		left: auto;
		right: 14px;
		margin-left: 0;
	}
	.cover-masonry {
		padding: 60px 40px 81px;
	}
	.cover-list {
		padding: 30px 40px 85px;
	}
	.cover-gallery {
		padding: 60px 40px 130px;
	}
}
*/
/* Media Screen - Mobie */
/*
@media screen and (max-width:767px) {
	#header .mobile-menu {
		top: 10px;
		left: 11px;
	}
	#header .menu {
		padding: 84px 20px 189px;
	}
	#header .menu .social-link,
	#header .menu p {
		left: 20px;
	}
	#header h1 {
		padding: 15px 62px;
		line-height: 1.25;
	}
	#header h1 a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#header .search {
		top: 10px;
		right: 1px;
	}
	#header .search.on {
		position: absolute;
		top: 60px;
		left: 0;
		right: auto;
		z-index: 100;
		width: 100%;
		padding: 10px 18px 10px 17px;
		border: 0;
		background-color: #fff;
		box-sizing: border-box;
	}
	#header .search.on input {
		border-bottom: 1px solid #000;
	}
	#header .search.on button {
		top: -50px;
		right: 1px;
	}
	#content .guest_inner,
	#content>.inner {
		padding: 0 18px;
	}
	.post-header {
		padding: 20px 18px;
	}
	.cover-thumbnail-list {
		padding: 40px 18px 65px;
	}
	.cover-thumbnail-list ul li,
	.related-articles ul li {
		width: 48.591549295774648%;
	padding-left: 2.816901408450704%;
	}
	.cover-thumbnail-list ul li:nth-child(odd),
	.related-articles ul li:nth-child(odd) {
		clear: both;
		padding-left: 0;
	}
	.cover-slider ul li {
		width: 100%;
		box-sizing: border-box;
	}
	.cover-slider ul li .title {
		display:-webkit-box;
		-webkit-line-clamp:4;
		-webkit-box-orient:vertical;
		overflow:hidden;
		max-height: 5.2em;
		padding: 0 18px;
		font-size: 2.125em;
	}
	.cover-slider .prev {
		top: auto;
		bottom: 0;
		left: 0;
	}
	.cover-slider .next {
		top: auto;
		right: 0;
		bottom: 0;
	}
	.cover-masonry {
		padding: 60px 18px 81px;
	}
	.cover-masonry ul li {
		float: none;
		width: 100%;
	}
	.cover-masonry ul li .category,
	.cover-list ul li .category {
		margin-bottom: 8px;
	}
	.cover-thumbnail-list ul li .title,
	.related-articles ul li .title,
	.cover-list ul li .title {
		display:-webkit-box;
		-webkit-line-clamp:3;
		-webkit-box-orient:vertical;
		overflow:hidden;
		max-height: 4.2em;
		line-height: 1.4;
	}
	.cover-list {
		padding: 30px 18px 80px;
	}
	.cover-list h2{
margin: 30px 0 0 0;
	}
	.cover-list ul li a {
		min-height: 98px;
	}
	.cover-list ul li figure {
		width: 113px;
		height: 113px;
		margin: 0 0 0 18px;
	}
	.cover-list ul li .title {
		-webkit-line-clamp: 2;
		margin-bottom: 3px;
		padding-top: 6px;
		font-size: 1em;
	}
	.cover-list ul li .category {
		display: none;
	}
	.cover-list ul li .excerpt {
		-webkit-line-clamp: 2;
		font-size: 0.8125em;
		line-height: 1.5;
	}
	.cover-gallery {
		padding: 60px 18px 130px;
	}
	.cover-gallery ul li {
		width: 50%;
	}
	.post-item a {
		min-height: 100px;
	}
	.post-item .thum {
		max-width: 113px;
		margin-left: 18px;
	}
	.post-item .thum img {
		width: auto;
		height: 113px;
		margin: 0 0 0 -16.5px;
	}
	.post-item .title {
		line-height: 1.2;
	}
	.post-item .excerpt {
		-webkit-line-clamp: 2;
	}
	.post-type-thumbnail .post-item {
		width: 48.591549295774648%;
		margin-bottom: 26px;
		padding-left: 2.816901408450704%;
	}
	.post-type-thumbnail .post-item:nth-child(4n+1) {
		padding-left: 2.816901408450704%;
	}
	.post-type-thumbnail .post-item:nth-child(2n+1) {
		clear: both;
		padding-left: 0%;
	}
	.post-type-thumbnail .post-item .title {
		-webkit-line-clamp: 3;
		height: auto;
		max-height: 4.125em;
	}
	.entry-content .table-wrap {
		overflow: auto;
		width: 100%;
	}
	.entry-content table {
		width: 680px;
		table-layout: fixed;
	}
	.entry-content .protected_form input {
		display: block;
		width: 160px;
		margin: 0 auto 10px;
	}
	.pagination {
		padding: 0 18px;
	}
	.pagination a {
		display: none;
	}
	.pagination .current {
		display: block;
		font-size: 0.875em;
		line-height: 50px;
	}
	.pagination .prev {
		display: block;
		float: left;
		margin: 0;
	}
	.pagination .next {
		display: block;
		float: right;
		margin: 0;
	}
	.another-category table th {
		display: block;
		padding: 0;
	}
	.another-category table td {
		display: block;
		margin-bottom: 19px;
	}
	.comments .comment-list {
		margin-bottom:10px;
		margin-top:10px;
		border-top: 1px solid #e6e6e6;
	}
	.comments .comment-list ul li {
		padding-bottom:0;
	}
	.comments .comment-list ul li ul {
		border-top: 1px solid #e6e6e6;
	}
	.comments .comment-list ul li ul li {
		padding:20px 0 0 48px;
	}
	.comments .comment-list ul li ul li:before {
		content: "";
		position: absolute;
		top: 34px;
		left:18px;
		width: 12px;
		height: 12px;
		background: url(./images/ico_package.png) no-repeat 0 -150px;
	}
	.comments .comment-list ul li .author-meta,
	.comments .comment-list ul li ul li .author-meta {
		position:relative;
		top:0;
		left:0;
	}
	.comments .comment-list ul li .author-meta img {
		position: absolute;
		top: 0;
		left: 0;
	}
	.comments .comment-list ul li .author-meta .nickname,
	.comments .comment-list ul li .author-meta .date {
		display: block;
		float: none;
		line-height: 1.5;
	}

	.comments .comment-list ul li .author-meta .nickname .tistoryProfileLayerTrigger {
		margin-bottom:4px;
	}

	.comments .comment-list ul li .author-meta .date {
		margin-left: 0;
		margin-top: 2px;
	}
	.comments .comment-list ul li .author-meta .date::before {
		display: none;
	}

	.comments .comment-list ul li p {
		margin: 14px 0 0;
	}

	.comments .comment-list ul li .control {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin: 9px 0 18px -2px;
	}
	.comments .comment-list ul li ul li .control {
		top: auto;
	}
	.comments .comment-form input[type=text],
	.comments .comment-form input[type=password] {
		width: 100px;
	}
	.comments .comment-form .field .secret {
		margin-left: 0;
	}
	.comments .comment-form .field .secret label:before {
		margin-right: 5px;
	}
	.comments .comment-form .field .submit {
		display: block;
		float: none;
		margin: 60px auto 0;
	}
}
*/
.revenue_unit_wrap.position_list {
  max-width: 860px;
  margin: 30px auto;
}

/* ------------------------------------------------------------------------- */
/* 5. Etc
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* 5-1. library - mCustomScrollbar
/* ------------------------------------------------------------------------- */
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools {
  width: 5px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  border-radius: 5px;
  background-color: rgba(255, 156, 165, 0.8) !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  border-radius: 5px;
  background: #fff;
}

/* ------------------------------------------------------------------------- */
/* 5-2. 티스토리 툴바
/* ------------------------------------------------------------------------- */
.menu_toolbar {
  bottom: 13px !important;
}