@charset "UTF-8";

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

fieldset, img {
  border: 0 none
}

dl, ul, ol, menu, li {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

input, select, textarea, button {
  vertical-align: middle;
  outline: none
}

input::-ms-clear {
  display: none
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer
}

body {
  background: #fff;
  -webkit-text-size-adjust: none
}

body, th, td, input, select, textarea, button {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Spoqa Han Sans', sans-serif;
  color: #666
}

a {
  color: #333;
  text-decoration: none
}

a:active, a:hover {
  text-decoration: underline
}

a:active {
  background-color: transparent
}

z address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal
}

input:checked[type='checkbox'] {
  background-color: #666;
  -webkit-appearance: checkbox
}

input[type='text'], input[type='password'], input[type='submit'], input[type='search'], input[type='tel'], input[type='email'], html input[type='button'], input[type='reset'] {
  -webkit-appearance: none;
  border-radius: 0
}

input[type='search']::-webkit-search-cancel-button, textarea {
  -webkit-appearance: none
}

/* global */
#dkIndex {
  overflow: hidden;
  position: absolute;
  left: -9999px;
  width: 0;
  height: 1px;
  margin: 0;
  padding: 0
}

/* 스킵네비게이션 */
.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 0px;
  line-height: 0;
  text-indent: -9999px
}

/* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir_wa {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%
}

/* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
.screen_out {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px
}

/* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */
.show {
  display: block
}

.hide {
  display: none
}

.ico_focused {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px
}


html, body {
  height: 100%;
  min-height: 100%
}

/* 공통이미지 */
.ico_skin {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: url(images/ico_skin.png) 0 0 no-repeat;
  text-indent: -9999px
}

.box_search {
  background: url(images/box_search.png) 0 0 no-repeat
}

.txt_bar {
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 9px;
  background-color: #ebebeb
}

/* 헤더 */
.wrap_skin {
  position: relative;
  min-width: 884px;
  min-height: 100%;
  padding-left: 23%;
  transition: padding-left ease-in-out 0.2s
}

.wrap_skin.navi_on {
  padding-left: 960px
}

.area_head {
  position: fixed;
  left: 0;
  top: 0;
  width: 23%;
  margin-top: 171px;
  min-width: 320px;
  z-index: 1000
}

.article_skin {
  width: 800px;
  min-height: 858px;
  margin: 0 auto;
  padding: 96px 42px 100px
}

#tt-body-index .article_skin {
  padding-top: 70px
}

.article_skin .tit_skin {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #5c5c5c
}

.article_skin .index_title {
  display: none
}

.area_head .btn_cate {
  position: absolute;
  left: 35px;
  top: -141px;
  width: 26px;
  height: 26px;
  vertical-align: middle
}

.area_head .btn_cate .ico_cate {
  width: 26px;
  height: 20px
}

.area_navi {
  display: none;
  float: left;
  width: 318px
}

.area_navi .tt_category {
  padding: 0 40px
}

.area_head .area_profile {
  display: block;
  text-align: center
}

.area_head .area_profile .tit_post {
  padding: 0 25px
}

.area_head .area_profile:before {
  display: block;
  width: 38px;
  height: 2px;
  margin: 0 auto 23px;
  background-color: #fff;
  content: ''
}

.area_head .area_profile .link_post {
  font-weight: 200;
  font-size: 42px;
  line-height: 50px;
  color: #fff;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box
}

.area_head .area_profile .link_post:hover {
  text-decoration: none
}

.area_head .area_profile .thumb_profile {
  display: block;
  width: 51px;
  height: 51px;
  margin: 44px auto 6px;
  border-radius: 51px
}

.area_head .area_profile .img_profile {
  display: block;
  border-radius: 51px;
  width: 100%;
  height: 100%
}

.area_head .area_profile .txt_profile {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  filter: alpha(Opacity=70);
  display: block;
  padding: 0 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}

.wrap_sub {
  background-image:
    /*@background-image*/
    url(images/header_default.jpg)
    /*@*/
  ;
}

.wrap_sub {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 23%;
  min-width: 320px;
  height: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  transition: width ease-in-out 0.2s
}

.cont_sub {
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.35)
}

.cont_sub .inner_sub {
  position: relative;
  width: 100%;
  height: 100%
}

.cont_sub .area_sub {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 83px;
  bottom: 80px;
  left: 0;
  right: 0;
  padding-top: 15px
}

.area_search {
  position: absolute;
  right: 34px;
  top: -154px;
  z-index: 10
}

.area_search .btn_search {
  display: block;
  position: relative;
  width: 23px;
  height: 23px;
  margin-top: 15px
}

.area_search .btn_search .ico_search {
  width: 23px;
  height: 23px;
  margin: 0 auto;
  background-position: -40px 0
}

.area_search .frm_search {
  display: none;
  position: relative;
  width: 243px;
  height: 22px;
  padding: 11px 0 11px 57px;
  background-position: 0 -50px;
  margin-top: 6px
}

.frm_search .tf_search {
  width: 182px;
  border: 0 none;
  color: #fff;
  background: transparent
}

.frm_search .tf_search::-webkit-input-placeholder {
  color: #fff
}

.wrap_sub .btn_close {
  display: none;
  position: absolute;
  right: 30px;
  top: 31px;
  width: 22px;
  height: 22px;
  background-position: -70px 0
}

.search_on .area_search {
  left: 50%;
  width: 243px;
  margin-left: -150px
}

.search_on .btn_search {
  display: none
}

.search_on .frm_search {
  display: block
}

.search_on .area_head .btn_cate {
  display: none
}

.navi_on .area_head .btn_cate {
  display: none
}

.navi_on .area_navi {
  display: block
}

.navi_on .area_head .area_profile {
  display: none
}

.navi_on .cont_sub {
  background: url(images/bg_side.png) repeat-y 0 0;
  opacity: 1.0;
  filter: alpha(Opacity=100)
}

.navi_on .wrap_sub {
  width: 960px
}

.navi_on .area_search {
  left: 856px;
  top: -151px
}

.navi_on.search_on .area_search {
  width: 216px;
  left: 670px;
  margin-left: 0
}

.navi_on .btn_search {
  margin-top: 11px
}

.navi_on .btn_search .ico_search {
  background-position: -100px 0
}

.navi_on.search_on .frm_search {
  width: 160px;
  background-position: 0 -100px;
  margin-top: 0
}

.navi_on .lab_search {
  color: rgba(255, 255, 255, .4)
}

.navi_on .frm_search .tf_search {
  width: 140px
}

.navi_on .wrap_sub .btn_close {
  display: block
}

.tt_category .link_tit {
  display: block;
  padding-bottom: 8px;
  font-weight: normal;
  font-size: 18px;
  color: #fff
}

.tt_category li a .c_cnt,
.tt_category li a img {
  display: none
}

.tt_category .category_list .link_item {
  display: block;
  padding: 7px 0 8px;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap
}

.tt_category .sub_category_list {
  margin: -3px 0 5px
}

.tt_category .sub_category_list .link_sub_item {
  display: block;
  overflow: hidden;
  line-height: 27px;
  color: #a7a7a7;
  text-overflow: ellipsis;
  white-space: nowrap
}

.tt_category .sub_category_list .link_sub_item::before {
  content: "- ";
}

.tt_category .link_tit:hover,
.tt_category .category_list .link_item:hover,
.tt_category .sub_category_list .link_sub_item:hover {
  color: #6bacce;
  text-decoration: underline
}

.link_guestbook {
  display: none
}

.wrap_etc {
  display: none;
  float: left
}

.navi_on .wrap_etc {
  display: block
}

.wrap_etc .col_aside {
  float: left;
  width: 249px;
  padding: 0 36px
}

.wrap_etc .right_side {
  padding-right: 0
}

.box_aside {
  position: relative;
  margin-bottom: 39px
}

.tit_aside {
  display: block;
  margin-bottom: 7px;
  color: #6bacce
}

.list_board li {
  padding: 3px 0
}

.list_board .link_board {
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 19px;
  color: #a7a7a7;
  white-space: nowrap;
  text-overflow: ellipsis
}

.box_aside .list_tag {
  overflow: hidden;
  padding-top: 7px
}

.box_aside .list_tag li {
  float: left
}

.box_aside .list_tag .link_tag {
  display: block;
  height: 27px;
  margin: 0 8px 7px 0;
  padding: 0 10px;
  border: 1px solid #525252;
  border-radius: 15px;
  font-size: 11px;
  line-height: 27px;
  color: #a7a7a7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 65px
}

.box_aside .list_tag .link_tag:hover {
  text-decoration: none
}

.box_aside .link_more {
  position: absolute;
  right: 6px;
  top: 0;
  font-size: 11px;
  color: #a7a7a7;
  text-decoration: underline
}

.wrap_etc .month_calendar {
  width: 250px;
  height: 20px;
  color: #6bacce;
  text-align: center
}

.wrap_etc .month_calendar .btn_prev, .wrap_etc .month_calendar .btn_next {
  height: 17px;
  padding: 0 10px
}

.wrap_etc .month_calendar .ico_skin {
  margin-top: 3px;
  vertical-align: top
}

.wrap_etc .month_calendar .ico_prev {
  width: 5px;
  height: 8px;
  background-position: -130px 0
}

.wrap_etc .month_calendar .ico_next {
  width: 5px;
  height: 8px;
  background-position: -130px -10px
}

.wrap_etc .tbl_calendar {
  border-collapse: collapse;
  border-spacing: 0;
  width: 270px;
  margin: 9px 0 0 -11px
}

.wrap_etc .tbl_calendar td {
  height: 26px;
  vertical-align: middle
}

.wrap_etc .col_day {
  width: 14.28%
}

.wrap_etc .tit_week {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #5c5c5c
}

.wrap_etc .link_day {
  display: block;
  font-size: 13px;
  text-align: center;
  color: #a7a7a7
}

.wrap_etc .day_event {
  text-decoration: underline
}

.wrap_etc .tt-calendar {
  border-collapse: collapse;
  border-spacing: 0;
  width: 270px !important;
  margin: 0 0 0 -11px
}

.wrap_etc .tt-calendar .cal_month {
  height: 20px;
  text-align: center;
  margin-bottom: 9px
}

.wrap_etc .tt-calendar .cal_month a {
  color: #6bacce;
}

.wrap_etc .tt-calendar .cal_month a:first-child,
.wrap_etc .tt-calendar .cal_month a:last-child {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: url(images/ico_skin.png) 0 0 no-repeat;
  text-indent: -9999px;
  margin: 6px 10px 0;
  vertical-align: top;
  width: 5px;
  height: 8px;
}

.wrap_etc .tt-calendar .cal_month a:first-child {
  background-position: -130px 0
}

.wrap_etc .tt-calendar .cal_month a:last-child {
  background-position: -130px -10px
}

.wrap_etc .tt-calendar td {
  height: 26px;
  vertical-align: middle
}

.wrap_etc .tt-calendar thead th {
  width: 14.28%;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #5c5c5c
}

.wrap_etc .tt-calendar tbody td {
  font-size: 13px;
  text-align: center;
  color: #a7a7a7
}

.wrap_etc .tt-calendar tbody td a {
  color: #a7a7a7;
  text-decoration: underline
}

.list_keep {
  padding-top: 2px
}

.list_keep li {
  padding: 3px 0;
  font-size: 12px;
  color: #a7a7a7
}

.list_keep .link_keep {
  color: #a7a7a7
}

.box_visitor {
  margin-top: -15px
}

.list_visitor, .list_total {
  float: left;
  color: #a7a7a7
}

.list_visitor dt, .list_total dt {
  float: left;
  height: 20px;
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 20px;
  background-color: rgba(102, 102, 102, .4)
}

.list_visitor dd, .list_total dd {
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: #5c5c5c;
  margin-right: 25px
}

.list_visitor dd {
  color: #a7a7a7
}

.list_control {
  position: absolute;
  left: 50%;
  bottom: 19px;
  width: 316px;
  height: 42px;
  margin-left: -158px;
  z-index: 101
}

.navi_on .list_control {
  left: 1px;
  margin-left: 0;
  opacity: 0.5
}

.list_control li {
  float: left
}

.list_control .ico_skin {
  display: block;
  width: 48px;
  height: 40px;
  margin: 0 15px 0 16px
}

.list_control .link_write {
  background-position: 0 -160px
}

.list_control .link_memo {
  background-position: -50px -160px
}

.list_control .link_rss {
  background-position: -100px -160px
}

.list_control .link_manage {
  background-position: -150px -160px
}


/* footer */
.area_foot {
  height: 49px;
  border-top: 1px solid #e8e8e8;
  line-height: 46px;
  color: #aaa;
  text-align: center
}

.area_foot .info_copyright {
  min-width: 600px;
  margin: 0 auto;
  font-size: 12px
}

.area_foot .emph_t {
  color: #6bacce
}

/* 뷰 상단 */
.area_title {
  margin: 0 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef
}

.area_title .tit_category a {
  font-weight: 700;
  font-size: 16px;
  color: #6bacce
}

.area_title .tit_post {
  padding: 5px 0 10px;
  font-weight: normal;
  font-size: 34px;
  line-height: 43px;
  color: #222
}

.area_title .info_post,
.area_title .info_post a {
  font-size: 13px;
  color: #a7a7a7
}

.area_title .info_post .txt_bar {
  margin: 0 9px 0 5px
}

.area_view {
  color: #333;
  word-wrap: break-word;
  font-size: 16px;
}

.area_view code {
  font-family: Menlo, Consolas, Monaco, monospace;
}

.area_view p code {
  padding: 2px 5px;
  border-radius: 3px;
  background: #efefef;
  margin: 0 2px;
  border: 1px solid #e0e0e0
}

.area_view a {
  color: #6bacce
}

.area_view h1,
.area_view h2,
.area_view h3,
.area_view h4 {
  line-height: 30px;
  margin: 52px auto 28px
}

.area_view ul,
.area_view ol {
  margin: 0 auto 32px;
  padding: 0 0 0 10px;
}

.area_view ul li,
.area_view ol li {
  margin-left: 24px;
  margin-bottom: 10px;
}

.area_view ul li {
  list-style: disc
}

.area_view ol li {
  list-style: decimal
}

.area_view blockquote {
  padding: 10px 20px;
  margin: 0 auto 28px;
  border-left: 5px solid #eee
}

.area_view blockquote,
.area_view blockquote p {
  font-size: 18px;
  line-height: 30px
}

.area_view blockquote ol:last-child,
.area_view blockquote ul:last-child,
.area_view blockquote p:last-child {
  margin-bottom: 0
}

.area_view table {
  max-width: 100%
}

.area_view iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px
}

.area_view img {
  max-width: 100%;
  height: auto
}

.area_view .imageblock {
  width: auto !important;
  height: auto !important
}

.area_view .imageblock img {
  max-width: 100%;
  height: auto
}

.area_view .imageblock .cap1 {
  font-size: 0.8em
}

.area_view hr {
  margin: 3em 5em 3em;
  border: 0;
  border-bottom: 1px solid #ccc;
}

.protected_form {
  text-align: center;
  padding: 100px 0 136px;
  border-bottom: 1px solid #efefef
}

.protected_form p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #5c5c5c
}

.protected_form input {
  -webkit-appearance: none;
  padding: 0 15px;
  border: 1px solid #eee;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  box-sizing: border-box;
}

.protected_form button {
  border-radius: 4px;
  font-size: 12px;
  line-height: 38px;
  background-color: #6bacce;
  color: #fff;
  font-weight: bold;
  padding: 0 16px
}


/* 뷰 댓글 */
.area_etc {
  margin-top: 38px
}

.area_etc .list_tag {
  position: relative
}

.area_etc .list_tag dt {
  position: absolute;
  left: 0;
  top: 2px;
  width: 33px;
  height: 17px;
  margin-right: 2px;
  border-radius: 8px;
  font-size: 10px;
  line-height: 17px;
  color: #fff;
  background-color: #a7a7a7;
  text-align: center;
  padding-right: 1px
}

.area_etc .list_tag dd {
  padding-left: 40px
}

.area_etc a {
  display: inline-block;
  font-size: 13px;
  color: #a7a7a7
}

/* 관련기사 */
.area_related {
  position: relative;
  width: 820px;
  margin-top: 54px
}

.area_related .tit_related {
  font-weight: normal;
  font-size: 20px;
  color: #222
}

.list_related {
  overflow: hidden;
  margin-top: 15px
}

.list_related li {
  position: relative;
  float: left;
  margin-right: 20px
}

.list_related li:last-child {
  margin-right: 0
}

.list_related .link_related {
  display: block;
  overflow: hidden;
  position: relative;
  width: 185px;
  height: 200px;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff
}

.list_related .thumb_type .link_related {
  width: 185px;
  height: 200px;
  border: 0 none
}

.list_related .frame_related {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  filter: alpha(Opacity=40)
}

.thumb_type .frame_related {
  display: block
}

.list_related .thumb_related {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.list_related .txt_related {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  max-height: 80px;
  padding: 27px 20px 0;
  color: #5c5c5c;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word
}

.list_related .link_related:hover .txt_related {
  text-decoration: underline
}

.list_related .date_related {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 10;
  width: 100%;
  color: #a7a7a7
}

.list_related .thumb_type .txt_related {
  color: #fff
}

.list_related .thumb_type .date_related {
  color: #fff;
  opacity: 0.7
}

.area_related .link_more {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 13px;
  color: #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  text-decoration: none
}

/* 뷰댓글 */
#tt-body-page .area_reply {
  margin-top: 51px
}

.area_reply .tit_reply {
  font-weight: normal;
  font-size: 20px;
  color: #222;
  display: block;
  margin-bottom: 14px
}

.area_reply .fld_reply {
  padding: 20px;
  border-top: 1px solid #e8e8e8;
  background-color: #fafafa;
  position: relative
}

.area_reply .writer_info {
  overflow: hidden;
  margin-bottom: 5px
}

.area_reply .writer_info .info_name {
  float: left;
  position: relative;
  margin-right: 5px
}

.area_reply .writer_info .info_pw {
  float: left;
  position: relative
}

.area_reply .writer_info .wrap_info {
  display: block
}

.area_reply .writer_info .inp_info {
  width: 171px;
  height: 36px;
  padding: 0 13px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.area_reply .reply_write {
  position: relative;
  padding: 7px 12px;
  border: 1px solid #e8e8e8;
  background-color: #fff
}

.area_reply .lab_write {
  position: absolute;
  top: 7px;
  left: 12px;
  font-size: 13px;
  color: #a7a7a7
}

.area_reply .tf_reply {
  width: 100%;
  height: 70px;
  border: 1px solid #fff;
  font-size: 13px;
  resize: none;
  box-sizing: border-box
}

.area_reply .inp_info,
.area_reply .tf_reply {
  color: #5c5c5c
}

.area_reply .writer_check {
  position: absolute;
  bottom: 21px;
  right: 93px
}

.area_reply .writer_check .check_secret {
  float: left;
  overflow: hidden;
  position: relative;
  height: 36px;
  margin-right: 14px;
  line-height: 36px
}

.area_reply .writer_check .inp_secret {
  float: left;
  width: 18px;
  height: 18px;
  margin: 10px 5px 0 0;
  opacity: 0.01;
  filter: alpha(opacity=1)
}

.area_reply .writer_check .lab_secret {
  float: left;
  font-size: 12px;
  color: #5c5c5c;
  cursor: pointer
}

.area_reply .writer_check .ico_check {
  position: absolute;
  top: 10px;
  left: 0;
  width: 19px;
  height: 19px;
  background-position: -120px -30px
}

.area_reply .writer_check .inp_secret:checked+.lab_secret .ico_check {
  background-position: -120px -50px
}

.area_reply .writer_btn {
  float: right;
  margin-top: 10px
}

.area_reply .writer_btn .btn_enter {
  float: left;
  width: 71px;
  height: 36px;
  border-radius: 18px;
  font-size: 13px;
  line-height: 38px;
  background-color: #6bacce;
  color: #fff
}

.list_reply .thumb_profile {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  border-radius: 48px;
  background-position: -140px -20px;
  margin-top: 2px
}

.list_reply .img_profile {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 48px;
}

.area_reply .list_reply li {
  position: relative;
  padding: 23px 0 22px 0;
  border-top: 1px solid #efefef;
  min-height: 53px
}

#tt-body-page .area_reply .list_reply li.tt_more_preview_comments_wrap {
  padding: 20px;
  min-height: inherit;
  border-top: 1px solid #efefef
}

#tt-body-page .area_reply .list_reply li.tt_more_preview_comments_wrap:hover {
  background-color: #efefef
}

#tt-body-page .area_reply .list_reply .tt_more_preview_comments_text {
  color: #aaa
}

.area_reply .list_reply li:first-child {
  border-top: 0 none
}

#tt-body-page .list_reply li:first-child {
  padding-top: 0
}

.area_reply .list_reply .re_reply {
  padding-left: 69px
}

.area_reply .reply_content {
  overflow: hidden;
  display: block
}

.area_reply .tit_nickname {
  float: left;
  overflow: hidden;
  max-width: 200px;
  margin-right: 10px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px
}

.area_reply .tit_nickname a:hover {
  text-decoration: none
}

.area_reply .txt_date {
  float: left;
  margin-top: 5px;
  font-size: 12px;
  color: #a7a7a7
}

.area_reply .txt_reply {
  display: block;
  padding-top: 4px;
  font-size: 13px;
  line-height: 21px;
  color: #5c5c5c;
  clear: both
}

.area_reply .list_reply li:hover .area_more,
.area_reply .list_reply li:hover .area_more .reply_layer {
  display: block
}

.area_reply .list_reply li:first-child .reply_layer {
  top: 2px
}

.area_more .reply_layer {
  position: absolute;
  right: 0px;
  top: 25px
}

.area_more .reply_layer .link_reply {
  margin: 0 2px;
  font-size: 12px;
  color: #6bacce
}

.area_more .reply_layer .link_reply:hover {
  text-decoration: none
}

.area_more {
  display: none
}

/* 리스트 */
.list_content {
  padding: 24px 0 26px;
  border-bottom: 1px solid #efefef
}

.list_content::after {
  content: '';
  clear: both;
  display: block
}

.list_content .thumbnail_post {
  float: right;
  width: 150px;
  height: 150px;
  margin: 6px 0 5px 30px
}

.list_content .link_post {
  display: block;
  overflow: hidden;
  text-decoration: none
}

.list_content .link_post:hover .tit_post {
  color: #6bacce
}

.list_content .tit_post {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px
}

.list_content .txt_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  overflow: hidden;
  margin-top: 4px;
  font-size: 13px;
  line-height: 23px;
  color: #5c5c5c;
  vertical-align: top;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4
}

.list_content .txt_bar {
  margin: 0 7px
}

.list_content .detail_info {
  margin-top: 11px;
  font-size: 12px;
  color: #aaa
}

.list_content .detail_info .link_cate {
  font-size: 13px;
  text-decoration: none;
  color: #6bacce
}

/* 태그 */
#tt-body-tag .list_tag {
  overflow: hidden;
  margin-top: 30px
}

#tt-body-tag .list_tag li {
  float: left;
  margin: 0 10px 10px 0
}

#tt-body-tag .list_tag .link_tag {
  display: block;
  height: 34px;
  padding: 0 16px;
  border: 1px solid #6bacce;
  border-radius: 17px;
  line-height: 36px;
  color: #6bacce;
  font-size: 13px
}

#tt-body-tag .list_tag .link_tag:hover {
  color: #fff;
  background-color: #6bacce;
  text-decoration: none
}

#tt-body-tag .article_skin,
#tt-body-guestbook .article_skin {
  padding-top: 94px
}

/* 게스트 댓글 */
#tt-body-guestbook .list_reply {
  border-bottom: 1px solid #e8e8e8
}

#tt-body-guestbook .area_reply .fld_reply {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef
}

#tt-body-guestbook .article_skin .tit_skin {
  border: 0
}

/* 페이징 */
.article_skin .area_paging {
  height: 30px;
  margin-top: 26px;
  text-align: center
}

.area_paging .inner_paging {
  display: inline-block;
  overflow: hidden
}

.area_paging .ico_skin {
  width: 6px;
  height: 10px
}

.area_paging .btn_prev {
  float: left;
  margin-right: 18px;
  line-height: 30px;
  color: #5c5c5c
}

.area_paging .btn_prev.no-more-prev {
  color: #a7a7a7;
  text-decoration: none
}

.area_paging .no-more-prev .ico_prev {
  background-position: -150px -10px
}

.area_paging .ico_prev {
  display: inline-block;
  margin-right: 8px;
  background-position: -140px -10px
}

.area_paging .btn_next {
  float: left;
  margin-left: 18px;
  line-height: 30px;
  color: #5c5c5c
}

.area_paging .btn_next.no-more-next {
  color: #a7a7a7;
  text-decoration: none
}

.area_paging .no-more-next .ico_next {
  background-position: -150px 0
}

.area_paging .ico_next {
  display: inline-block;
  margin-left: 8px;
  background-position: -140px 0
}

.area_paging .link_page span,
.area_paging .interword {
  float: left;
  min-width: 10px;
  height: 30px;
  margin: 0 4px;
  padding: 0 10px;
  line-height: 30px;
  color: #5c5c5c
}

.area_paging .link_page .selected {
  border-radius: 30px;
  background-color: #6bacce;
  color: #fff
}


@media only screen and (max-width:738px) {
  .ico_skin {
    background: url(images/m320_ico_skin.png) 0 0 no-repeat
  }

  /* 스킨 */
  .wrap_skin {
    min-width: 100%;
    padding-left: 0
  }

  .area_head {
    width: 100%;
    height: 45px;
    min-width: auto;
    margin-top: 0
  }

  .area_head .area_profile {
    display: none
  }

  .area_head .btn_cate {
    left: 0;
    top: 0;
    width: 49px;
    height: 45px
  }

  .area_head .btn_cate .ico_cate {
    width: 19px;
    height: 15px;
    margin: 0 auto;
    background-position: 0 0
  }

  .search_on .area_search {
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 12px 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 15px 0;
    background: #fff
  }

  .area_search .frm_search {
    width: auto;
    height: 31px;
    padding: 0 15px 0 40px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    margin-top: 0
  }

  .frm_search .tf_search {
    width: 100%;
    color: #222;
    height: 19px;
    margin-top: 7px;
    font-family: applesdgothicneo-light
  }

  .frm_search .tf_search::-webkit-input-placeholder {
    color: #a7a7a7
  }

  .frm_search .ico_search {
    position: absolute;
    left: 14px;
    top: 7px;
    width: 18px;
    height: 18px;
    background-position: -20px 0
  }

  .wrap_sub {
    position: relative;
    width: auto;
    min-width: auto;
    display: none
  }

  .cont_sub .inner_sub {
    padding: 0
  }

  .cont_sub .area_sub {
    height: auto
  }

  .wrap_skin.navi_on {
    padding-left: 0
  }

  .area_search {
    right: 0;
    top: 0
  }

  .area_search .btn_search {
    width: 50px;
    height: 45px;
    margin-top: 0
  }

  .area_search .btn_search .ico_search {
    width: 18px;
    height: 18px;
    margin-top: 0;
    background-position: -20px 0
  }

  #tt-body-page .area_head {
    background-color: rgba(255, 255, 255, 0.95)
  }

  #tt-body-page .navi_on .area_head {
    background-color: inherit
  }

  .navi_on .area_head {
    height: 72px;
    position: fixed;
    right: 58px;
    width: auto
  }

  .navi_on .area_head .area_profile {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 72px;
    text-align: left
  }

  .navi_on .area_head .area_profile:before {
    display: none
  }

  .navi_on .area_head .area_profile .tit_post {
    height: 30px;
    padding: 3px 0 0;
    text-align: left
  }

  .navi_on .area_head .area_profile .link_post {
    padding-left: 73px;
    font-size: 14px;
    font-weight: normal;
    -webkit-line-clamp: 1;
  }

  .navi_on .area_head .area_profile .txt_profile {
    display: inline-block;
    margin-top: 5px;
    padding-left: 73px;
    font-size: 13px;
    color: #a7a7a7;
    font-family: applesdgothicneo-ultralight
  }

  .navi_on .area_head .area_profile .thumb_profile {
    position: absolute;
    left: 20px;
    top: 15px;
    width: 43px;
    height: 43px;
    margin: 0
  }

  .navi_on .area_search {
    display: none
  }

  .navi_on .wrap_sub {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: block
  }

  .navi_on .cont_sub {
    background: #222;
    opacity: 0.9;
    filter: alpha(Opacity=90);
    position: fixed
  }

  .navi_on .cont_sub .area_sub {
    top: 73px;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .navi_on .wrap_sub .btn_close {
    right: 20px;
    top: 28px;
    width: 18px;
    height: 18px;
    background-position: -110px 0;
    position: fixed
  }

  .navi_on .area_navi {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .navi_on .area_navi .tt_category {
    padding: 11px 20px 16px;
  }

  .navi_on .wrap_etc {
    display: none
  }

  .navi_on .tt_category .link_tit {
    font-size: 17px;
    padding-bottom: 7px
  }

  .navi_on .tt_category .category_list .link_item {
    font-size: 17px;
    padding: 8px 0
  }

  .navi_on .tt_category .sub_category_list {
    padding-top: 0;
    margin-top: -1px;
    margin-bottom: 0
  }

  .navi_on .tt_category .sub_category_list .link_sub_item {
    font-size: 15px;
    padding-bottom: 7px
  }

  .navi_on .link_guestbook {
    display: block;
    padding: 25px 20px 27px;
    font-size: 17px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.05)
  }

  .navi_on .article_skin {
    display: none
  }

  .list_control {
    display: none
  }

  .article_skin {
    width: 100%;
    min-height: 100%;
    padding: 45px 0 0 0
  }

  .area_title {
    padding: 0 15px 13px;
    margin-bottom: 18px
  }

  .area_title .tit_category a {
    font-weight: normal;
    font-size: 14px
  }

  .area_title .tit_post {
    padding: 2px 0 3px;
    font-size: 24px;
    line-height: 30px
  }

  .area_title .info_post {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-family: applesdgothicneo-ultralight
  }

  .area_title .info_post .txt_bar {
    margin: 0 6px 0 4px
  }

  .area_view {
    margin: 0 15px;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    font-family: applesdgothicneo-ultralight
  }

  .area_view p {
    line-height: 23px
  }

  .area_view h1,
  .area_view h2,
  .area_view h3,
  .area_view h4 {
    font-size: 20px;
  }

  .protected_form {
    padding: 15px 0 50px
  }

  .area_etc {
    margin-top: 14px;
    padding: 0 15px
  }

  .area_etc .list_tag dt {
    width: 35px;
    height: 19px;
    font-size: 12px;
    line-height: 19px;
    border-radius: 10px;
    text-align: center
  }

  .list_share {
    height: 36px;
    margin-top: 29px
  }

  .list_share .ico_skin {
    width: 36px;
    height: 36px;
    margin: 0 3px
  }

  .list_share .link_fb {
    background-position: 0 -20px
  }

  .list_share .link_ks {
    background-position: -40px -20px
  }

  .list_share .link_tw {
    background-position: -80px -20px
  }

  .area_related {
    width: 100%;
    margin-top: 47px
  }

  .area_related .tit_related {
    display: block;
    padding: 0 15px;
    font-size: 14px
  }

  .list_related {
    padding: 0 10px;
    margin-top: 1px
  }

  .list_related li {
    width: 50%;
    margin: 10px 0 0;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .list_related .link_related {
    width: 100%;
    height: 100%;
    min-width: 137px;
    min-height: 150px
  }

  .list_related .thumb_type .link_related {
    width: 100%;
    height: 100%
  }

  .list_related .thumb_related .img_related {
    width: 100%
  }

  .list_related .txt_related {
    padding: 18px 10px 0;
    font-size: 14px;
    line-height: 17px
  }

  .list_related .date_related {
    font-size: 13px;
    bottom: 14px
  }

  .list_related .txt_related {
    color: #222
  }

  .list_related .txt_related,
  .list_related .date_related {
    font-family: applesdgothicneo-ultralight
  }

  #tt-body-page .area_reply {
    margin-top: 35px
  }

  .area_related .link_more {
    right: 15px;
    top: 0
  }

  .area_reply .tit_reply {
    padding: 0 15px 8px;
    font-size: 14px;
    margin: 0
  }

  .area_reply .list_reply li {
    padding: 13px 15px 12px;
    min-height: 30px
  }

  .list_reply .thumb_profile {
    width: 33px;
    height: 33px;
    margin-right: 11px;
    margin-top: 2px;
    background-position: -120px -20px
  }

  .area_reply .reply_content {
    font-family: applesdgothicneo-light;
    margin-top: 4px
  }

  .area_reply .tit_nickname {
    max-width: 120px;
    margin-right: 5px;
    font-size: 14px
  }

  .area_reply .txt_reply {
    line-height: 19px;
    padding-top: 2px
  }

  .area_reply .txt_date {
    font-family: applesdgothicneo-ultralight;
    margin-top: 3px
  }

  .area_reply .more_reply {
    display: block;
    position: absolute;
    right: 1px;
    top: 0;
    width: 30px;
    height: 45px
  }

  .area_reply .ico_more {
    display: block;
    width: 3px;
    height: 13px;
    margin: 20px auto 0;
    background-position: -60px 0
  }

  .area_reply .list_reply li:first-child .ico_more {
    margin-top: 7px
  }

  .area_reply .list_reply .re_reply {
    padding-left: 60px
  }

  .area_reply .list_reply li:last-child {
    padding-bottom: 10px
  }

  .area_reply .fld_reply {
    padding: 15px 15px 14px;
    border-bottom: 1px solid #efefef;
    font-family: applesdgothicneo-ultralight
  }

  #tt-body-page .area_reply .fld_reply {
    margin-top: 2px
  }

  .area_reply .writer_info .info_name {
    width: 50%;
    margin-right: 0
  }

  .area_reply .writer_info .info_pw {
    width: 50%
  }

  .area_reply .writer_info .inp_info {
    width: 100%;
    padding: 0 11px
  }

  .area_reply .reply_write {
    margin-top: 9px;
    padding: 6px 7px
  }

  .area_reply .reply_write .tf_write {
    color: #222
  }

  .area_reply .info_name .wrap_info {
    padding-right: 5px
  }

  .area_reply .info_pw .wrap_info {
    padding-left: 5px
  }

  .area_reply .writer_info .lab_info {
    font-size: 14px
  }

  .area_reply .lab_write {
    top: 8px;
    left: 14px;
    font-size: 14px
  }

  .area_reply .writer_check .lab_secret {
    font-size: 14px;
    color: #666
  }

  .area_reply .writer_check .ico_check {
    top: 0;
    width: 30px;
    height: 30px;
    background-position: 0 -60px
  }

  .area_reply .writer_check .inp_secret:checked+.lab_secret .ico_check {
    background-position: -30px -60px
  }

  .area_reply .writer_check .inp_secret:checked+.lab_secret {
    font-family: applesdgothicneo
  }

  .area_reply .writer_check {
    right: inherit;
    left: 15px;
    bottom: 15px
  }

  .area_reply .writer_check .check_secret {
    float: left;
    height: 30px;
    line-height: 29px
  }

  .area_reply .writer_check .inp_secret {
    width: 30px;
    height: 30px;
    margin: 0 4px 0 0
  }

  .area_reply .writer_btn {
    float: none;
    overflow: hidden;
    margin-top: 11px
  }

  .area_reply .writer_btn .btn_enter {
    float: right;
    width: 65px;
    height: 33px;
    font-size: 14px;
    line-height: 33px
  }

  .area_more {
    display: block
  }

  .area_reply .list_reply li:first-child .reply_layer {
    top: 24px
  }

  .area_more .reply_layer {
    display: none;
    position: absolute;
    right: 15px;
    top: 38px;
    z-index: 10;
    width: 95px
  }

  .on_more .reply_layer {
    display: block
  }

  .reply_layer .inner_reply_layer {
    padding: 10px 0;
    border: 1px solid #dcdcdc;
    background: #fff
  }

  .reply_layer .inner_reply_layer .link_reply {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #222
  }

  .article_skin .area_paging {
    height: 18px;
    margin: 20px 0 41px 0;
    padding: 0 15px
  }

  .area_paging .inner_paging {
    display: block;
    height: 18px
  }

  .area_paging .link_page,
  .area_paging .interword {
    display: none
  }

  .area_paging .ico_skin {
    width: 10px;
    height: 18px
  }

  .area_paging .btn_prev {
    font-size: 15px;
    line-height: 19px;
    color: #222
  }

  .area_paging .ico_prev {
    float: left;
    margin-right: 8px;
    background-position: -90px 0
  }

  .area_paging .no-more-prev .ico_prev {
    background-position: -70px 0
  }

  .area_paging .btn_next {
    float: right;
    margin-right: 0;
    font-size: 15px;
    vertical-align: top;
    line-height: 19px;
    color: #222
  }

  .area_paging .ico_next {
    float: right;
    margin-left: 10px;
    background-position: -100px 0
  }

  .area_paging .no-more-next .ico_next {
    background-position: -80px 0
  }

  .area_foot .info_copyright {
    font-size: 11px
  }

  /* 리스트 */
  .list_content {
    padding: 19px 15px 15px
  }

  .list_content .thumbnail_post {
    margin-top: 1px;
    margin-left: 14px
  }

  .list_content .thumbnail_post,
  .list_content .thumbnail_post img {
    width: 80px;
    height: 80px
  }

  .list_content .tit_post {
    font-size: 17px;
    line-height: 21px;
    color: #222;
    font-family: applesdgothicneo-light;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical
  }

  .list_content .txt_post {
    font-size: 14px;
    line-height: 19px;
    font-family: applesdgothicneo-ultralight;
    -webkit-line-clamp: 2;
  }

  .list_content .detail_info {
    color: #a7a7a7;
    font-family: applesdgothicneo-ultralight;
    margin-top: 4px
  }

  .list_content .detail_info .txt_bar {
    margin: 0 2px
  }

  .list_content .detail_info .txt_date {
    font-size: 13px
  }

  #tt-body-page .article_skin {
    margin-top: 40px
  }

  #tt-body-tag .article_skin,
  #tt-body-guestbook .article_skin,
  #tt-body-index .article_skin {
    padding-top: 46px
  }

  /* 게스트북 */
  #tt-body-guestbook .area_reply .fld_reply {
    border-top: 0 none
  }

  /* 태그 */
  #tt-body-tag .navi_on .area_head {
    border-bottom: 0 none
  }

  #tt-body-tag .list_tag {
    margin-bottom: 30px;
    padding: 0 15px
  }

  /* 메뉴바 */
  #tistorytoolbarid {
    display: none
  }

  /* 타이틀 */
  #tt-body-index .index_title {
    display: block
  }

  #tt-body-index .index_title .tit_skin,
  .list_title .tit_skin,
  #tt-body-tag .article_skin .tit_skin,
  #tt-body-guestbook .article_skin .tit_skin {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 45px;
    padding-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1
  }

  .tit_skin .txt_title {
    display: block;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 0;
    height: 45px;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    color: #222;
    font-family: applesdgothicneo-light;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
  }

  .area_foot {
    height: 40px;
    line-height: 38px;
  }
}

@media only screen and (max-width:320px) {
  .area_reply .tit_nickname {
    max-width: 90px;
  }
}

@media only screen and (min-width:738px) and (max-width:1262px) {

  /* 스킨 */
  .wrap_skin {
    min-width: 100%;
    padding-left: 0
  }

  .area_head {
    position: absolute;
    width: 100%;
    margin-top: 0;
    padding-top: 100px
  }

  .area_head .btn_cate {
    left: 0;
    top: 0;
    width: 94px;
    height: 80px
  }

  .area_head .btn_cate .ico_cate {
    width: 26px;
    height: 20px;
    margin: 0 auto;
    background-position: 0 0
  }

  .area_head .area_profile:before {
    margin: 0 auto 30px
  }

  .area_head .area_profile .thumb_profile {
    margin-top: 35px
  }

  .area_head .area_profile .tit_post {
    margin-top: -6px
  }

  .wrap_sub {
    position: relative;
    width: 100%;
    max-height: 500px
  }

  .cont_sub {
    position: static;
    height: 450px
  }

  .cont_sub .inner_sub {
    padding: 0
  }

  .area_search {
    right: 0;
    top: 0;
  }

  .area_search .btn_search {
    width: 90px;
    height: 80px;
    margin-top: 0
  }

  .area_search .btn_search .ico_search {
    width: 22px;
    height: 22px;
    margin: 2px auto 0;
    background-position: -40px 0
  }

  .search_on .area_search {
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
    padding: 12px 34px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .area_search .frm_search {
    width: auto;
    height: 28px;
    padding: 6px 15px 6px 45px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    background: none;
    margin-top: 10px
  }

  .frm_search .tf_search {
    width: 100%;
    height: 28px
  }

  .frm_search .lab_search {
    left: 45px;
    top: 8px
  }

  .frm_search .ico_search {
    position: absolute;
    left: 13px;
    top: 8px;
    width: 22px;
    height: 22px;
    background-position: -40px 0
  }

  .wrap_skin.navi_on {
    padding-left: 0
  }

  .navi_on .area_head {
    padding-top: 0
  }

  .navi_on .area_search {
    left: auto;
    right: 92px;
    top: 29px;
    position: fixed
  }

  .navi_on .area_search .btn_search {
    width: auto;
    height: auto
  }

  .navi_on .btn_search .ico_search {
    background-position: -100px 0
  }

  .navi_on.search_on .area_search {
    left: 0;
    top: 25px;
    width: 50%;
    height: 1px;
    margin-left: 50%;
    padding: 0 75px 0 40px
  }

  .navi_on.search_on .frm_search {
    width: 100%;
    height: 36px;
    border: 1px solid #868686;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 0
  }

  .navi_on .frm_search .tf_search {
    width: 100%;
    height: auto
  }

  .navi_on .frm_search .ico_search {
    left: 16px;
    top: 10px;
    width: 14px;
    height: 14px;
    background-position: -160px 0
  }

  .navi_on .wrap_sub {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100
  }

  .navi_on .wrap_sub .btn_close {
    right: 41px
  }

  .navi_on .cont_sub {
    height: 100%;
    background: #222 url(images/bg_side_t.png) repeat-y 50% 0;
    opacity: 0.9;
    filter: alpha(Opacity=90)
  }

  .navi_on .wrap_etc .col_aside {
    float: none;
    width: auto;
    padding: 0 48px
  }

  .navi_on .area_navi {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .navi_on .wrap_etc {
    width: 50%
  }

  .navi_on .list_control {
    left: 42px;
    width: 365px;
    margin-left: 0
  }

  .navi_on .list_control .ico_skin {
    width: 58px
  }

  .navi_on .article_skin {
    display: none
  }

  .wrap_etc .tt-calendar {
    width: 100% !important
  }

  .list_control {
    width: 274px;
    bottom: 19px;
    margin-left: -137px
  }

  .list_control .ico_skin {
    width: 48px;
    height: 40px;
    margin: 0 10px
  }

  .list_control .link_write {
    background-position: 0 -160px
  }

  .list_control .link_memo {
    background-position: -50px -160px
  }

  .list_control .link_rss {
    background-position: -100px -160px
  }

  .list_control .link_manage {
    background-position: -150px -160px
  }

  .article_skin {
    width: auto;
    padding: 57px 34px 100px
  }

  #tt-body-index .article_skin {
    padding-top: 27px
  }

  #tt-body-tag .article_skin,
  #tt-body-guestbook .article_skin {
    padding-top: 57px;
  }

  #tt-body-page .article_skin {
    padding-top: 56px
  }

  .list_share {
    margin-top: 47px;
    height: 36px
  }

  .list_share .ico_skin {
    width: 36px;
    height: 36px
  }

  .list_share .link_fb {
    background-position: 0 -120px
  }

  .list_share .link_ks {
    background-position: -40px -120px
  }

  .list_share .link_tw {
    background-position: -80px -120px
  }

  .area_related {
    width: 100%;
    margin-top: 54px
  }

  .list_related {
    margin: 15px -10px 0
  }

  .list_related li {
    width: 25%;
    margin-right: 0;
    padding: 0 10px;
    webikit-box-sizing: border-box;
    box-sizing: border-box
  }

  .list_related .link_related {
    width: 100%;
    max-width: 183px
  }

  .list_related .thumb_type .link_related {
    width: 100%;
    max-width: 185px
  }

  .area_related .link_more {
    top: 12px;
    right: 0
  }

  .area_reply .tit_nickname {
    font-size: 16px
  }

  .area_reply .txt_date {
    margin-top: 4px
  }

  .area_reply .writer_info .lab_info {
    font-size: 13px
  }

  .area_reply .lab_write {
    font-size: 13px
  }

  /* 메뉴바 */
  #tistorytoolbarid {
    display: none
  }
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5) and (max-width :738px),
only screen and (min-device-pixel-ratio : 1.5) and (max-width :738px),
only screen and (min-resolution:2dppx) and (max-width :738px) {
  .ico_skin {
    background-image: url(images/m640_ico_skin.png);
    -webkit-background-size: 160px 100px;
    background-size: 160px 100px
  }
}

@media only screen and (max-width: 738px) {
  .tt-comment-cont {
    padding: 0 15px;
  }
}

.tt-comment-cont .tt-box-total .tt_txt_g {
  font-size: 14px;
}

.tt-comment-cont .tt-box-total .tt_num_g {
  font-size: 14px;
  color: #7AAACB;
}

.tt-comment-cont .tt-wrap-cmt .tt-link-user {
  font-size: 14px;
}

.tt-comment-cont .tt-wrap-cmt .tt_desc {
  font-size: 14px;
  color: #555;
}

.tt-comment-cont .tt-txt-mention {
  color: #555;
}

.tt-comment-cont .tt-wrap-cmt .tt_txt_g {
  color: #7AAACB;
}

.tt-comment-cont .tt-wrap-cmt .tt_num_g {
  color: #7AAACB;
}

.tt-comment-cont .tt-btn_register {
  width: 71px;
  height: 36px;
  background-color: #6BACCE;
  color: #fff;
  border-radius: 18px;
  border-color: #6BACCE;
}

.tt-comment-cont .tt-btn_register:hover {
  background-color: #6BACCE;
  border-color: #6BACCE;
}

.tt-comment-cont .tt-btn_register:focus {
  background-color: #6BACCE;
  border-color: #6BACCE;
}

/* 전체 공통 */
#article-view {
  margin: 0;
  padding: 20px 20px 50px;
  word-wrap: break-word;
  color: #333;
  min-height: 370px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}

.contents_style>* {
  margin: 20px 0 0 0;
}

/* 텍스트 관련 */
#article-view h2[data-ke-size] {
  font-size: 1.62em;
  line-height: 1.46;
}

#article-view h3[data-ke-size] {
  font-size: 1.44em;
  line-height: 1.48;
}

#article-view h4[data-ke-size] {
  font-size: 1.25em;
  line-height: 1.55;
}

#article-view p[data-ke-size='size18'] {
  font-size: 1.12em;
  line-height: 1.67;
}

#article-view p[data-ke-size='size16'] {
  line-height: 1.75;
}

#article-view p[data-ke-size='size14'] {
  font-size: 0.87em;
  line-height: 1.71;
}

#article-view h2,
#article-view h3,
#article-view h4 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #000;
  margin: 1em 0 20px;
}

#article-view p+p, #article-view p {
  margin-bottom: 30px;
}

#article-view h2+h2,
#article-view h3+h3,
#article-view h4+h4 {
  margin: 0;
}

#article-view h2+h3,
#article-view h2+h4,
#article-view h3+h4 {
  margin-top: 10px;
}

#article-view h2+p,
#article-view h3+p,
#article-view h4+p,
#article-view h5+p,
#article-view h6+p {
  margin-top: 10px;
}

#article-view div[data-ke-type='moreLess'] {
  caret-color: auto;
  background-color: #fafafa;
  padding: 20px 20px 22px;
  margin: 20px 0;
  border: 1px dashed #dddddd;
  color: #333333;
}

#article-view a {
  color: #0070d1;
  text-decoration: underline;
}

#article-view figure[data-ke-type='contentSearch'] a {
  text-decoration: none;
}

/* 인용문 */
#article-view blockquote[data-ke-style='style1'] {
  text-align: center;
  background: url(https://t1.daumcdn.net/keditor/dist/0.7.21/image/blockquote-style1.svg) no-repeat 50% 0;
  padding: 34px 0 0 0;
  font-size: 1.12em;
  color: #333;
  line-height: 1.67;
  border: 0 none;
  font-family: "Noto Serif KR";
}

#article-view blockquote[data-ke-style='style2'] {
  border-color: #d0d0d0;
  border-width: 0 0 0 4px;
  border-style: solid;
  padding: 1px 0 0 12px;
  color: #666;
  line-height: 1.75;
  font-size: 1em;
  text-align: left;
}

#article-view blockquote[data-ke-style='style3'] {
  border: 1px solid #dddddd;
  background-color: #fcfcfc;
  text-align: left;
  padding: 21px 25px 20px 25px;
  color: #666;
  font-size: 1em;
  line-height: 1.75;
}

#article-view blockquote {
  display: block;
  margin: 20px auto 0;
  letter-spacing: 0px;
}

/* 첨부: 공통 */

/* 이미지 클릭 관련 - lightbox */
#article-view span[data-lightbox] {
  cursor: pointer;
}

/* 첨부: 파일 */
#article-view figure.fileblock {
  width: 470px;
  height: 73px;
  box-sizing: border-box;
  position: relative;
  border-radius: 1px;
  margin-top: 20px;
  margin-bottom: 0px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 7%);
  border: solid 1px rgba(0, 0, 0, 0.1);
}

#article-view figure.fileblock a {
  display: block;
}

#article-view figure.fileblock .image {
  float: left;
  width: 30px;
  height: 30px;
  background-image: url('https://t1.daumcdn.net/tistory_admin/static/manage/post-editor/img_editor_content.svg');
  margin: 22px 17px 21px 22px;
  background-position: 0 0;
}

#article-view figure.fileblock .desc {
  position: absolute;
  left: 70px;
  right: 60px;
  top: 4px;
  bottom: 0;
}

#article-view figure.fileblock .filename {
  color: #333333;
  font-size: 14px;
  text-overflow: ellipsis;
  width: 100%;
  height: 20px;
  margin: 16px 0 0;
}

#article-view figure.fileblock .size {
  font-family: Avenir Next;
  font-size: 12px;
  color: #777;
  height: 16px;
}

#article-view figure[data-ke-align=alignCenter].fileblock {
  margin-left: auto;
  margin-right: auto;
}

#article-view figure[data-ke-align=alignRight].fileblock {
  margin-left: auto;
}

#article-view figure.fileblock .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 272px;
  height: 20px;
  display: block;
}

#article-view figure.fileblock a::after {
  content: '';
  background-image: url('https://t1.daumcdn.net/tistory_admin/static/manage/post-editor/img_editor_content.svg');
  background-position: -40px 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 24px;
  top: 19px;
}

/* 첨부: 이미지 */
#article-view figure.imageblock {
  display: table;
  position: relative;
}

#article-view figure.imageblock.alignLeft {
  text-align: left;
}

#article-view figure.imageblock.alignCenter {
  margin: 20px auto 0;
  text-align: center;
}

#article-view figure.imageblock.alignRight {
  text-align: right;
  margin-left: auto;
}

#article-view figure.imageblock.floatLeft {
  float: left;
  margin-right: 20px;
}

#article-view figure.imageblock.floatRight {
  float: right;
  margin-left: 20px;
}

#article-view figure.imageblock.widthContent {
  display: block;
}

#article-view figure.imageblock.widthContent img {
  width: 100%;
}

#article-view figure.imageblock.floatLeft figcaption,
#article-view figure.imageblock.floatRight figcaption {
  text-align: left;
}

#article-view figure.imageblock img {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  height: auto;
}

#article-view iframe,
#article-view figure img,
#article-view figure iframe {
  max-width: 100%;
}

#article-view figure img:not([width]),
#article-view figure iframe:not([width]) {
  width: 100%;
}

#article-view figure {
  max-width: 100%;
  clear: both;
}

#article-view figure img {
  display: inline-block;
}

#article-view figure.imagegridblock+figure.imagegridblock,
#article-view figure.imagegridblock+figure.imageblock,
#article-view figure.imageblock+figure.imagegridblock {
  margin-top: 10px;
}

/* 캡션 텍스트 */
#article-view figure figcaption {
  font-size: 13px;
  color: #777;
  word-break: break-word;
  padding-top: 10px;
  min-height: 20px;
  caption-side: bottom;
  text-align: center;
  caret-color: auto;
  width: 100%;
  box-sizing: content-box;
}

/* 첨부: 이미지 그리드 */
#article-view figure.imagegridblock {
  position: relative;
  caret-color: transparent;
  background-color: transparent;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
}

#article-view figure.imagegridblock .image-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

#article-view figure.imagegridblock .image-container>span {
  margin-right: 0;
  margin-top: 2px;
}

#article-view figure.imagegridblock img {
  margin: 0;
  height: inherit;
}

#article-view figure.imagegridblock span img {
  width: 100%;
}

hr[data-ke-style],
#article-view hr[data-ke-style] {
  border: none;
  font-size: 0;
  line-height: 0;
  margin: 20px auto 0;
  background: url(https://t1.daumcdn.net/keditor/dist/0.7.21/image/divider-line.svg);
  background-size: 200px 420px;
  cursor: default !important;
}

hr[data-ke-style='style1'],
#article-view hr[data-ke-style='style1'] {
  background-position: center 0;
  width: 64px;
  height: 4px;
  padding: 20px;
}

hr[data-ke-style='style2'],
#article-view hr[data-ke-style='style2'] {
  background-position: center -48px;
  width: 64px;
  height: 3px;
  padding: 20px;
}

hr[data-ke-style='style3'],
#article-view hr[data-ke-style='style3'] {
  background-position: center -96px;
  width: 64px;
  height: 8px;
  padding: 18px 20px;
}

hr[data-ke-style='style4'],
#article-view hr[data-ke-style='style4'] {
  background-position: center -144px;
  width: 2px;
  height: 60px;
  padding: 0 51px;

}

hr[data-ke-style='style4']+hr[data-ke-style='style4'],
#article-view hr[data-ke-style='style4']+hr[data-ke-style='style4'] {
  margin-top: 0;
}

hr[data-ke-style='style5'],
#article-view hr[data-ke-style='style5'] {
  background-position: center -208px;
  background-repeat: repeat-x;
  height: 2px;
  padding: 21px 0;
}

hr[data-ke-style='style6'],
#article-view hr[data-ke-style='style6'] {
  background-position: center -256px;
  background-repeat: repeat-x;
  height: 2px;
  padding: 21px 0;
}

hr[data-ke-style='style7'],
#article-view hr[data-ke-style='style7'] {
  background-position: center -304px;
  width: 200px;
  height: 19px;
  padding: 18px 20px 17px 20px;
}

hr[data-ke-style='style8'],
#article-view hr[data-ke-style='style8'] {
  background-position: center -362px;
  width: 200px;
  height: 19px;
  padding: 18px 20px 17px 20px;
}

/* 테이블 */
#article-view table[data-ke-style] {
  margin-bottom: 0px;
}

#article-view table {
  margin-bottom: 0px;
  border-color: #ddd;
}

#article-view table tbody tr {
  box-sizing: content-box;
}

#article-view table td {
  word-break: break-word;
  padding: 8px;
  font-size: 15px;
  line-height: normal;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
}

#article-view table[data-ke-style='style1'] tr:first-child td {
  border-bottom: 1px solid #6ed3d8;
}

#article-view table[data-ke-style='style2'] tr:first-child td {
  border-bottom: 1px solid #008300;
}

#article-view table[data-ke-style='style3'] tr:first-child td {
  border-bottom: 1px solid #006dbe;
}

#article-view table[data-ke-style='style4'] tr:nth-child(2n) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style5'] tr:nth-child(2n) td {
  background-color: #f8fbfb;
}

#article-view table[data-ke-style='style6'] tr:nth-child(2n) td {
  background-color: #f5f7f5;
}

#article-view table[data-ke-style='style7'] tr:nth-child(2n) td {
  background-color: #f6f8fb;
}

#article-view table[data-ke-style='style8'] tr:first-child td {
  border-bottom: 2px solid #797979;
}

#article-view table[data-ke-style='style8'] {
  border-left: 0 none;
  border-right: 0 none;
}

#article-view table[data-ke-style='style8'] td {
  border-right-color: transparent;
  border-left-color: transparent;
}

#article-view table[data-ke-style='style9'] tr:first-child td {
  border-bottom: 2px solid #6ed3d8;
}

#article-view table[data-ke-style='style9'] {
  border-left: 0 none;
  border-right: 0 none;
}

#article-view table[data-ke-style='style9'] td {
  border-right-color: transparent;
  border-left-color: transparent;
}

#article-view table[data-ke-style='style10'] tr:first-child td {
  border-bottom: 2px solid #008300;
}

#article-view table[data-ke-style='style10'] {
  border-left: 0 none;
  border-right: 0 none;
}

#article-view table[data-ke-style='style10'] td {
  border-right-color: transparent;
  border-left-color: transparent;
}

#article-view table[data-ke-style='style11'] tr:first-child td {
  border-bottom: 2px solid #2780d4;
}

#article-view table[data-ke-style='style11'] {
  border-left: 0 none;
  border-right: 0 none;
}

#article-view table[data-ke-style='style11'] td {
  border-right-color: transparent;
  border-left-color: transparent;
}

#article-view table[data-ke-style='style12'] tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style12'] tr td:first-child {
  background-color: #efefef;
}

#article-view table[data-ke-style='style12'] tr:first-child td {
  background-color: #9b9b9b;
  border: 1px solid #888;
  color: #fff;
}

#article-view table[data-ke-style='style13'] tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style13'] tr td:first-child {
  background-color: #efefef;
}

#article-view table[data-ke-style='style13'] tr:first-child td {
  background-color: #6ed3d8;
  border: 1px solid #5cbcc1;
  color: #fff;
}

#article-view table[data-ke-style='style14'] tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style14'] tr td:first-child {
  background-color: #efefef;
}

#article-view table[data-ke-style='style14'] tr:first-child td {
  background-color: #008300;
  border: 1px solid #006d00;
  color: #fff;
}

#article-view table[data-ke-style='style15'] tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style15'] tr td:first-child {
  background-color: #efefef;
}

#article-view table[data-ke-style='style15'] tr:first-child td {
  background-color: #2780d4;
  border: 1px solid #1568b7;
  color: #fff;
}

#article-view table[data-ke-style='style16'],
#article-view table[data-ke-style='style16'] tr,
#article-view table[data-ke-style='style16'] tr td {
  border-color: transparent;
}

/* 오픈 그래프 */
#article-view figure[data-ke-type='opengraph'] {
  margin: 10px 0;
}

#article-view figure[data-ke-type='opengraph'] a {
  box-sizing: initial;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
}

#article-view figure[data-ke-type='opengraph'] a:hover {
  opacity: 1;
}

#article-view figure[data-ke-type='opengraph'] div.og-image {
  border-right: solid 1px rgba(0, 0, 0, 0.06);
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
}

#article-view figure[data-ke-type='opengraph'] div.og-image button {
  display: none;
}

#article-view figure[data-ke-type='opengraph']:hover div.og-image button {
  cursor: pointer;
  border: none;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #000;
  width: 15px;
  height: 15px;
}

#article-view figure[data-ke-type='opengraph'] p.og-title {
  color: #000000;
  font-size: 22px;
  padding-bottom: 10px;
  max-width: 467px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
  overflow: hidden;
  font-family: 'Noto Sans', 'Noto Sans KR';
}

#article-view figure[data-ke-type='opengraph'] .og-desc {
  margin: 0px;
  max-width: 467px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'Noto Sans', 'Noto Sans KR';
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #909090;
  max-height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

@media (max-width: 600px) {
  #article-view figure[data-ke-type='opengraph'] a {
    height: 90px;
  }

  #article-view figure[data-ke-type='opengraph'] a::before {
    left: 44px;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-image {
    width: 90px;
    height: 90px;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-text {
    padding: 13px 12px 0 20px;
    height: 90px;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-text p.og-title {
    font-size: 16px;
    -webkit-line-clamp: 1;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-text p.og-desc {
    display: none;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-text p.og-host {
    bottom: 10px;
  }
}

/* 비디오 첨부 */
#article-view figure[data-ke-type='video'] {
  display: block;
  table-layout: fixed;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #bdbdbd;
  font-size: 16px;
  line-height: 30px;
}

#article-view figure[data-ke-type='video'][data-ke-style='alignLeft'] {
  text-align: left;
}

#article-view figure[data-ke-type='video'][data-ke-style='alignCenter'] {
  margin: 20px auto 0;
  text-align: center;
}

#article-view figure[data-ke-type='video'][data-ke-style='alignRight'] {
  text-align: right;
  margin-left: auto;
}

#article-view figure[data-ke-type='video'] img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#article-view figure[data-ke-type='video'][data-video-host] iframe {
  margin: 0px;
  display: block;
}

#article-view figure[data-ke-type='video']>iframe[width='0'][height='0'] {
  width: 860px;
  height: 484px;
  max-width: 100%;
}

/* 코드 블럭 */
#article-view pre code.hljs {
  font-size: 14px;
  padding: 20px;
  font-family: SF Mono, Menlo, Consolas, Monaco, monospace;
  border: solid 1px #ebebeb;
  line-height: 1.71;
  overflow: auto;
}

/* 접은 글 */
#article-view .moreless-content :first-child {
  margin-top: 0;
  margin-bottom: 0;
}

#article-view div[data-ke-type='moreLess'] .moreless-content {
  display: none;
}

#article-view div[data-ke-type='moreLess'].open .moreless-content {
  display: block;
}

#article-view div[data-ke-type='moreLess'] .btn-toggle-moreless {
  color: #909090;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Noto Sans DemiLight', sans-serif;
  cursor: pointer;
  text-decoration: none;
}

/* 리스트 */
#article-view ul li,
#article-view ol li {
  margin: 0 0 3px 22px;
  line-height: 1.7;
}

#article-view ul,
#article-view ol {
  margin: 14px auto 24px;
  padding: 0 0 0 10px;
}

/* 이모티콘 */
#article-view figure[data-ke-type=emoticon][data-ke-align=alignCenter] {
  text-align: center;
}

#article-view figure[data-ke-type=emoticon][data-ke-align=alignLeft] {
  text-align: left;
}

#article-view figure[data-ke-type=emoticon][data-ke-align=alignRight] {
  text-align: right;
}

/* 지도 */
#article-view figure[data-ke-type='map'],
#article-view iframe[data-ke-type='map'] {
  display: block;
  margin: 0 auto;
}

/* 첨부: 이미지 슬라이드 */
#article-view figure.imageslideblock {
  clear: both;
  position: relative;
  font-size: 0;
  outline: 0 none;
}

#article-view figure.imageslideblock .btn {
  display: none;
  outline: none;
}

#article-view figure.imageslideblock.ready .btn {
  display: inline-block;
}

#article-view figure.imageslideblock.ready .mark {
  opacity: 1;
}

#article-view figure.imageslideblock div.image-container {
  position: relative;
  min-width: 480px;
  max-width: 100%;
  min-height: 300px;
  max-height: 860px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}

#article-view figure.imageslideblock div.image-container span.image-wrap {
  display: none;
}

#article-view figure.imageslideblock div.image-container span.image-wrap.selected {
  display: inline;
}

#article-view figure.imageslideblock div.image-container img {
  max-width: 100%;
  max-height: 100%;
}

#article-view figure.imageslideblock div.image-container .btn {
  position: absolute;
  border: 0;
  background: transparent;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -20px;
}

#article-view figure.imageslideblock div.image-container .btn-prev {
  left: 0;
}

#article-view figure.imageslideblock div.image-container .btn-next {
  right: 0;
}

#article-view figure.imageslideblock div.image-container:hover .btn span {
  opacity: 0.3;
}

#article-view figure.imageslideblock div.image-container .btn span {
  background-image: url('https://t1.daumcdn.net/tistory_admin/static/manage/post-editor/img_editor_content.svg');
  text-indent: -10000px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
  display: inline-block;
}

#article-view figure.imageslideblock div.image-container .btn:hover span {
  opacity: 1;
}

#article-view figure.imageslideblock div.image-container .btn .ico-prev {
  background-position: -220px 0;
}

#article-view figure.imageslideblock div.image-container .btn .ico-next {
  background-position: -260px 0;
}

#article-view figure.imageslideblock div.mark {
  display: block;
  height: 44px;
  text-align: center;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}

#article-view figure.imageslideblock div.mark span {
  width: 30px;
  height: 4px;
  display: inline-block;
  margin: 20px 1px;
  background-color: #d6d6d6;
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
}

#article-view figure.imageslideblock div.mark span:first-child {
  background-color: #000;
  margin-left: 0;
}

#article-view figure.imageslideblock div.mark span:last-child {
  margin-right: 0;
}

#article-view figure.imageslideblock figcaption {
  text-align: center;
  color: #666;
  font-size: 14px;
}

#article-view figure.imageslideblock.alignLeft {
  text-align: left;
}

#article-view figure.imageslideblock.alignCenter {
  margin: 0 auto 20px;
  text-align: center;
}

#article-view figure.imageslideblock.alignRight {
  text-align: right;
  margin-left: auto;
}

@media (max-width: 600px) {
  #article-view figure.imageslideblock div.image-container {
    min-width: 100%;
    width: 100%;
    max-height: 100%;
  }

  #article-view figure.imageslideblock div.image-container .btn span {
    opacity: 0.3;
  }
}

/* 구 에디터 속성 */
.btn_more, .btn_less {
  border: 0;
  background: transparent;
  display: block;
  height: 21px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 14px;
  color: #888;
  position: relative;
  width: 100%;
  text-align: left;
}

.btn_less::before,
.btn_more::before {
  content: "...";
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
  line-height: 6px;
  vertical-align: top;
}

.box-timeline-content {
  word-break: break-all;
}