@import url(https://fonts.googleapis.com/css?family=Nanum+Myeongjo:800&subset=korean);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@charset "utf-8";

body {
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    font-family: "Apple SD Gothic Neo", "NanumBarunGothic", "Noto Sans KR", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #000
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    scroll-behavior: smooth
}

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

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

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

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

input,
select,
textarea,
button {
    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
}

a,
a:link {
    text-decoration: none;
    color: #555
}

a:visited {
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none;
    color: #222
}

a:active {
    text-decoration: none
}

#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: 700;
    font-size: .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 .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1080px;
    margin: 35px auto 17px auto;
    padding: 0
}

#header h1 {
    padding: 23px 0;
    font-weight: 800;
    font-size: 1.75em;
    line-height: 32px;
    letter-spacing: -.2px;
    color: #333
}

#header .benny {
    font-weight: 700;
    font-size: 2.3em;
    line-height: 1.4;
    letter-spacing: -.2px;
    color: #000 !important;
    margin-right: 15px
}

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

#header h1 a {
    display: inline-block;
    height: 32px;
    text-decoration: none;
    color: #333;
    vertical-align: top
}

#header h1 img {
    width: auto;
    height: 32px
}

#header .util {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    align-items: center;
    width: 360px
}

#header .util .search {
    position: relative;
    float: left;
    overflow: hidden;
    width: 32px;
    box-sizing: border-box;
    transition: width 0.5s;
    -webkit-transition: width 0.5s
}

#header .util .search input {
    width: 32px;
    height: 32px;
    padding: 5px 15px;
    border: 0;
    background-color: transparent;
    font-size: .875em;
    line-height: 1;
    outline: none;
    box-sizing: border-box
}

#header .util .search input:focus {
    border-color: #484848
}

#header .util .search input::placeholder {
    color: #969696
}

#header .util .search button {
    position: absolute;
    top: 7px;
    right: 22px;
    z-index: 10;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    vertical-align: top;
    outline: none
}

#header .util .search.on {
    width: 350px;
    text-align: center
}

#header .util .search.on:before {
    content: none
}

#header .util .search.on input {
    width: 93%;
    border: 3px solid #1A73E8;
    height: 45px;
    border-radius: 10px;
    padding-right: 42px
}

#header .util .search.on button {
    border-color: transparent
}

#header .util .profile {
    position: relative;
    float: left;
    margin-left: 14px
}

#header .util .profile button {
    display: block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
    border-radius: 50%
}

#header .util .profile img {
    width: 100%;
    height: 100%
}

#header .util .profile nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 30;
    width: 96px;
    margin: 0 0 0 -48px;
    padding-top: 12px
}

#header .util .profile ul {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1)
}

#header .util .profile ul li a {
    display: block;
    margin-top: -1px;
    border: 1px solid #eee;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: .875em;
    line-height: 2.3125rem;
    color: #777
}

#header .util .profile ul li a:focus,
#header .util .profile ul li a:hover {
    background-color: #fafafa;
    color: #333
}

#header .util .menu {
    display: none
}

#gnb {
    height: 45px;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #0f2a51
}

#gnb::-webkit-scrollbar {
    display: none
}

#gnb ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: max-content !important
}

#gnb ul li {
    float: left;
    padding: 0 20px
}

#gnb ul li a {
    font-weight: 600;
    display: block;
    text-decoration: none;
    color: #fff
}

#gnb ul li a:hover {
    color: #ffcf00
}

#container {
    position: relative
}

#container .content-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px
}

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

#content {
    float: left;
    width: calc(60% - 14px);
    padding: 0 0 40px 0;
    box-sizing: border-box
}

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

#aside {
    float: right;
    width: 20%;
    padding: 0;
    box-sizing: border-box;
    position: sticky;
    position: -webkit-sticky;
    margin-left: 7px;
    top: 0
}

#aside .close,
#aside .profile {
    display: none
}

#aside-left {
    float: left;
    width: 20%;
    padding: 0;
    box-sizing: border-box;
    position: sticky;
    position: -webkit-sticky;
    margin-right: 7px;
    top: 0
}

#footer {
    padding: 38px 0 28px;
    border-top: 1px solid #eee
}

#footer .inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto
}

#footer p {
    margin-bottom: 10px;
    font-size: .875em;
    color: #777
}

#footer .order-menu a {
    display: inline-block;
    margin-bottom: 23px;
    font-size: .8125em;
    vertical-align: middle;
    color: #555
}

#footer .order-menu a:hover,
#footer .order-menu a:focus {
    color: #333
}

#footer .order-menu a:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    margin: 0 20px 2px 15px;
    background-color: #d2d2d2;
    vertical-align: middle
}

#footer .order-menu a:first-child::before {
    content: none
}

#footer .page-top {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 50%;
    background: #fff url(./images/ico_package.png) no-repeat -100px -200px;
    text-indent: -999em
}

#footer .page-top:focus,
#footer .page-top:hover {
    background-color: #757575;
    background-position-x: -150px
}

#tt-body-index .main-slider {
    display: block
}

#tt-body-index #content {
    padding-bottom: 43px
}

#tt-body-index .post-cover.notice {
    height: auto;
    background-color: transparent
}

#tt-body-index .post-cover.notice h1 {
    margin: 0;
    font-size: 1.6875em;
    line-height: 1.5;
    color: #000
}

#tt-body-index .post-cover.notice h1 a {
    color: #000
}

#tt-body-index .post-cover.notice .meta {
    margin: 0 0 30px;
    color: rgba(0, 0, 0, .6)
}

#tt-body-page.post-cover-hide #container {
    padding-top: 0
}

#tt-body-page .post-cover {
    position: relative;
    top: -1px;
    left: 0;
    width: 100%
}

#tt-body-tag .tags {
    margin-top: 0
}

.btn,
a.btn {
    display: inline-block;
    width: 100px;
    height: 36px;
    background-color: #c4c4c4;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    vertical-align: middle
}

.btn:hover {
    background-color: #676767
}

.main-slider {
    display: none;
    position: relative;
    top: -1px;
    z-index: 20;
    overflow: hidden;
    width: 100%;
    background-color: #cbcbcb
}

.main-slider ul {
    position: relative
}

.main-slider ul li {
    display: table;
    width: 100%;
    height: 340px;
    background-position: 50% 50%;
    background-size: cover
}

.main-slider ul li a {
    display: table;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .15)
}

.main-slider ul li .inner {
    display: table-cell;
    vertical-align: middle
}

.main-slider ul li .box {
    display: block;
    max-width: 910px;
    margin: 0 auto;
    padding: 0 24px 6px
}

.main-slider ul li .text {
    display: block;
    overflow: hidden;
    max-width: 65%;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 2.125em;
    line-height: 1.2352;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.main-slider ul li .btn {
    display: block;
    width: 118px;
    height: 35px;
    margin-top: 32px;
    border-radius: 35px;
    line-height: 35px;
    background-color: #fff;
    color: #555
}

.main-slider ul li .btn:hover {
    background-color: #04beb8;
    color: #fff
}

.main-slider .prev,
.main-slider .next {
    display: none
}

.main-slider .paging {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-left: 447px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.main-slider .paging button {
    display: block;
    width: 8px;
    height: 8px;
    margin: 10px 0;
    text-indent: -999em;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4)
}

.main-slider .paging .current {
    background-color: rgba(255, 255, 255, 1)
}

.cover-thumbnail-1 {
    position: relative;
    grid-column: 1 / span 2;
    padding: 17px
}

.cover-thumbnail-1 h2 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    font-size: 1em;
    color: #000
}

.cover-thumbnail-1 ul {
    display: flex;
    margin-left: -3.378378378378378%;
    flex-wrap: wrap;
    align-content: center
}

.cover-thumbnail-1 ul li {
    float: left;
    width: 33.333333333333333%;
    padding-left: 3.26797385620915%;
    margin: 0 0 38px;
    box-sizing: border-box
}

.cover-thumbnail-1 ul li a {
    display: block;
    text-decoration: none
}

.cover-thumbnail-1 ul li a:hover .title,
.cover-thumbnail-1 ul li a:focus .title {
    text-decoration: underline
}

.cover-thumbnail-1 ul li figure {
    display: block;
    height: 0;
    margin-bottom: 9px;
    padding-bottom: 100%;
    background-color: #f8f8f8
}

.cover-thumbnail-1 ul li figure img {
    width: 100%;
    height: auto;
    border-radius: 5px
}

.cover-thumbnail-1 ul li .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
    font-size: .94rem;
    color: #333
}

.cover-thumbnail-1 ul li .date {
    display: none;
    font-size: .75em;
    color: #999
}

.cover-thumbnail-1 .more {
    position: absolute;
    bottom: -40px;
    right: 0;
    font-weight: 600;
    font-size: 1.1em;
    color: #000
}

.cover-thumbnail-2 {
    position: relative;
    overflow: hidden;
    grid-column: 1 / span 2
}

.cover-thumbnail-2 h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 1em;
    color: #000
}

.cover-thumbnail-2 ul li {
    overflow: hidden;
    margin-bottom: 10px
}

.cover-thumbnail-2 ul li a {
    display: flex;
    text-decoration: none
}

.cover-thumbnail-2 ul li a:hover .title,
.cover-thumbnail-2 ul li a:focus .title {
    text-decoration: underline
}

.cover-thumbnail-2 ul li figure {
    float: left;
    width: 23%;
    margin-right: 30px
}

.cover-thumbnail-2 ul li figure img {
    width: 100%;
    height: auto;
    border: 1px solid #f1f1f1;
    box-sizing: border-box
}

.cover-thumbnail-2 ul li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .94rem;
    color: #000;
    line-height: 1.4
}

.cover-thumbnail-2 ul li .excerpt {
    display: block;
    height: 45px;
    overflow: hidden;
    white-space: normal;
    max-width: 95%;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    font-size: .875em;
    line-height: 1.5rem;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cover-thumbnail-2 ul li .meta {
    font-size: .75em;
    color: #999
}

.cover-thumbnail-2 ul li .meta span:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    margin: 0 8px 0 5px;
    background-color: #d2d2d2;
    vertical-align: middle
}

.cover-thumbnail-2 ul li .meta span:first-child:before {
    content: none
}

.cover-thumbnail-2 .more {
    display: block;
    width: 100%;
    margin-top: 28px;
    padding: 12px 0 11px;
    border: 1px solid #eee;
    text-align: center;
    font-size: .875em;
    color: #999
}

.cover-thumbnail-3 {
    position: relative;
    grid-column: 1 / span 2
}

.cover-thumbnail-3 h2 {
    margin-bottom: 19px;
    font-weight: 600;
    font-size: 1.3em;
    color: #000
}

.cover-thumbnail-3 ul li {
    float: left;
    width: calc(100% - 200px);
    margin-bottom: 6.5px;
    border-bottom: 1px solid #f4f4f4
}

.cover-thumbnail-3 ul li:nth-child(1),
.cover-thumbnail-3 ul li:nth-last-child(1) {
    border-bottom: none;
}

.cover-thumbnail-3 ul li a {
    display: flex;
    text-decoration: none
}

.cover-thumbnail-3 ul li:nth-child(1) {
    width: 170px;
    margin-right: 25px
}

.cover-thumbnail-3 ul li:nth-child(1) a {
    display: flex;
    flex-direction: column
}

.cover-thumbnail-3 ul li:nth-child(1) a img {
    width: 170px;
    height: 170px;
    border-radius: 5px
}

.cover-thumbnail-3 ul li:nth-child(1) a .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.4;
    padding-top: 8px
}

.cover-thumbnail-3 ul li:nth-child(1) a .title-category,
.cover-thumbnail-3 ul li:nth-child(1) a .cm-count,
.cover-thumbnail-3 ul li:nth-child(1) a .cvdate {
    display: none
}

.cover-thumbnail-3 ul li:not(:first-child) a img {
    display: none
}

.cover-thumbnail-3 ul li:nth-child(n+9) {
    display: none
}

.cover-thumbnail-3 ul li a:hover .title,
.cover-thumbnail-3 ul li a:focus .title {
    text-decoration: underline
}

.cover-thumbnail-3 ul li figure {
    display: block;
    width: 100%;
    height: 0;
    margin-bottom: 11px;
    padding-bottom: 129.6875%;
    background-color: #f8f8f8
}

.cover-thumbnail-3 ul li figure img {
    width: 100%;
    height: auto;
    border: 1px solid #f1f1f1;
    box-sizing: border-box
}

.cover-thumbnail-3 ul li:not(:first-child) .title {
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .94rem;
    line-height: 1.4;
    max-width: 380px;
    color: #333
}

.cover-thumbnail-3 button {
    position: absolute;
    top: -1px;
    width: 24px;
    height: 24px;
    border: 1px solid #eee;
    border-radius: 50%;
    background: url(./images/ico_package.png) no-repeat 0 -50px;
    text-indent: -999em;
    outline: none
}

.cover-thumbnail-3 .prev {
    right: 30px
}

.cover-thumbnail-3 .next {
    right: 0;
    background-position-x: -50px
}

.cover-thumbnail-3 button:focus,
.cover-thumbnail-3 button:hover {
    background-color: #757575;
    background-position-y: -74px
}

.cover-list {
    overflow: hidden
}

.cover-list h2 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    font-size: 1em;
    color: #000
}

.cover-list ul li {
    overflow: hidden;
    margin-bottom: 5px
}

.cover-list ul li a {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(0, auto));
    align-items: center;
    text-decoration: none
}

.cover-list ul li a:hover .title,
.cover-list ul li a:focus .title {
    text-decoration: underline
}

.cover-list ul li .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .94rem;
    line-height: 1.4;
    color: #000
}

.cover-list ul li .excerpt {
    display: block;
    overflow: hidden;
    max-width: 95%;
    margin-bottom: 18px;
    text-overflow: ellipsis;
    font-size: .875em;
    line-height: 1.5rem;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

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

.cover-list .more {
    position: absolute;
    top: 4px;
    right: 0;
    font-weight: 300;
    font-size: .875em;
    color: #999
}

.cover-event {
    margin-bottom: 57px
}

.cover-event h2 {
    margin-bottom: 19px;
    font-weight: 500;
    font-size: 1em;
    color: #555
}

.cover-event ul {
    display: inline-block;
    width: 102.702702702702703%;
    margin-left: -2.702702702702703%;
    vertical-align: top
}

.cover-event ul li {
    float: left;
    width: 50%;
    padding-left: 2.631578947368421%;
    margin: 0 0 20px;
    box-sizing: border-box
}

.cover-event ul li a {
    position: relative;
    display: block;
    padding-bottom: 33.333333333333333%;
    border: 1px solid #eee;
    background-color: #757575;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-decoration: none;
    color: #555
}

.post-cover {
    position: relative;
    z-index: 20;
    display: table;
    width: 100%;
    margin-bottom: 41px
}

.post-cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.post-cover .inner {
    display: table-cell;
    position: relative;
    z-index: 10;
    vertical-align: bottom
}

.post-cover .category {
    display: block;
    max-width: 1080px;
    margin: 0 3px 9px;
    font-size: .875em;
    color: #1A73E8
}

.post-cover h1 {
    max-width: 1080px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 2em;
    line-height: 1.352;
    color: #000;
    letter-spacing: -2px
}

.post-cover a {
    text-decoration: none;
    color: #fff
}

.post-cover .meta {
    display: block;
    max-width: 1080px;
    margin: 15px -9px;
    font-size: .875em;
    color: rgba(255, 255, 255, .6)
}

.post-cover .meta a {
    color: #000
}

.post-cover .meta a:before,
.post-cover .meta span:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    margin: 0 8px 0 4px;
    background-color: rgba(255, 255, 255, .6);
    vertical-align: middle
}

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

.post-header {
    padding-top: 4px
}

.post-header h1 {
    margin-bottom: 18px;
    font-size: 1em;
    line-height: 1.375
}

#tt-body-archive .post-header span:before {
    content: "'"
}

#tt-body-archive .post-header span:after {
    content: "' 에 등록된 글"
}

#tt-body-tag .post-header span:before {
    content: "#"
}

#tt-body-search .post-header span:before {
    content: "'"
}

#tt-body-search .post-header span:after {
    content: "'의 검색결과"
}

.post-header h1 em {
    margin-left: 7px;
    font-style: normal;
    color: #fa4b50 !important
}

.metaBD {
    display: contents
}

.post-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none
}

.post-item a:hover .title,
.post-item a:focus .title {
    text-decoration: underline
}

.post-item .thum {
    width: 50px
}

.post-item .thum img {
    width: 45px;
    height: 45px
}

.post-item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
    font-size: .95rem;
    width: 60%;
    color: #333
}

.post-item .excerpt {
    display: block;
    overflow: hidden;
    max-width: 95%;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    font-size: .8125em;
    line-height: 1.5rem;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.post-item .date {
    width: 93px;
    text-align: end
}

.post-item .meta {
    font-size: .9rem;
    color: #999;
    margin-left: auto
}

.post-item .meta span:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    margin: 0 8px 0 5px;
    background-color: #d2d2d2;
    vertical-align: middle
}

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

.post-item.protected .thum:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 47px;
    margin: -24px 0 0 -17px;
    background: url(./images/ico_package.png) no-repeat 0 -120px;
    background-size: 120px auto
}

.not-found {
    display: block
}

.not-found li {
    position: relative;
    padding-left: 10px;
    font-size: .9375em;
    line-height: 2;
    color: #333
}

.not-found li:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #999
}

.not-found .tag,
.not-found .category,
.not-found .archive {
    display: none
}

#tt-body-tag .not-found ul,
#tt-body-category .not-found ul,
#tt-body-archive .not-found ul {
    display: none
}

#tt-body-tag .not-found .tag,
#tt-body-category .not-found .category,
#tt-body-archive .not-found .archive {
    display: block
}

.pagination {
    margin: 0;
    text-align: center
}

.pagination a {
    display: inline-block;
    margin: 0 10px;
    font-size: .875em;
    line-height: 1.5rem;
    vertical-align: top;
    color: #999
}

.pagination .selected {
    color: #333
}

.pagination .prev,
.pagination .next {
    width: 22px;
    height: 22px;
    border: 1px solid #eee;
    border-radius: 50%;
    background: url(./images/ico_package.png) no-repeat 0 -50px;
    text-indent: -999em
}

.pagination .next {
    background-position-x: -50px
}

.pagination .view-more {
    display: block;
    margin: 0;
    padding: 12px 0 11px;
    border: 1px solid #eee;
    text-align: center;
    font-size: .875em;
    color: #999
}

.tags {
    font-size: 16px
}

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

.tags h2 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px
}

.tags a {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
    color: #555
}

.tags a:hover,
.tags a:focus {
    color: #333
}

.page-nav {
    margin: 52px 0 60px 0;
    padding: 23px 0 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.page-nav a {
    display: block;
    overflow: hidden;
    padding-left: 58px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .875em;
    line-height: 2.125rem;
    color: #555
}

.page-nav a:hover,
.page-nav a:focus {
    color: #333
}

.page-nav a strong {
    float: left;
    width: 58px;
    margin-left: -58px;
    font-weight: 400;
    color: #999
}

.page-nav a strong:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 5px;
    margin: 0 8px;
    background: url(./images/ico_package.png) no-repeat -150px -50px;
    vertical-align: middle
}

.related-articles {
    margin-bottom: 55px
}

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

.related-articles ul {
    display: inline-block;
    width: 100%;
    margin-left: -1.621621621621622%;
    vertical-align: top
}

.related-articles ul li {
    width: 100%;
    padding-left: 1.621621621621622%
}

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

.related-articles ul li a {
    color: #04beb8
}

.related-articles ul li a:hover,
.related-articles ul li a:focus {
    color: #333
}

.related-articles ul li figure {
    display: block;
    width: 100%;
    height: 0;
    margin-bottom: 9px;
    padding-bottom: 68.181818181818182%;
    background-color: #f8f8f8
}

.related-articles ul li figure img {
    width: 100%;
    height: auto
}

.related-articles ul li .title {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1em;
    line-height: 1.7
}

.entry-content {
    margin-top: 30px
}

.entry-content h1 {
    clear: both;
    margin: 29px 0 22px;
    font-size: 1.6875em;
    line-height: 1.5;
    color: #000
}

.entry-content h3 {
    clear: both;
    margin: 29px 0 22px;
    font-size: 1.3em;
    line-height: 1.5;
    color: #000
}

.entry-content h2 {
    clear: both;
    margin: 60px 0 22px;
    font-size: 25px;
    line-height: 1.23;
    color: #000;
    border-left: 5.3px solid #1A73E8;
    padding: 0 0 0 15px;
    margin-bottom: 40px
}

.entry-content h4 {
    clear: both;
    margin: 29px 0 22px;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.5;
    color: #000
}

.entry-content a {
    color: #04beb8
}

.entry-content p {
    margin-bottom: 32px;
    word-break: break-all;
    font-size: 18.5px;
    line-height: 2;
    color: #555
}

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

.entry-content figure {
    margin-top: 8px !important
}

.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 ul {
    list-style: disc inside;
    margin-bottom: 22px
}

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

.entry-content ol {
    list-style: decimal inside;
    margin-bottom: 22px
}

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

.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 {
    background: #fff9f0;
    font-size: 17px;
    margin-bottom: 40px;
    padding: 16px 20px;
    border-left: 4px solid #e6e6e6;
    line-height: 2 !important
}

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

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

.entry-content table {
    width: 100%;
    margin-bottom: 22px;
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
    text-align: center;
    font-size: .9375em;
    line-height: 1.5714;
    color: #666
}

.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 {
    height: 36px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    font-size: .875em;
    line-height: 1.25;
    color: #666;
    box-sizing: border-box;
    vertical-align: middle
}

.entry-content .entry-content .protected_form {
    margin-bottom: 40px;
    padding: 120px 0 200px;
    border-bottom: 1px solid #7a583a;
    text-align: center
}

.entry-content .entry-content .protected_form input {
    width: 200px;
    margin-bottom: 10px;
    vertical-align: top
}

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

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

.entry-content .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.entry-content .protected_form {
    display: block;
    width: 100%;
    padding: 98px 0 120px;
    text-align: center
}

.entry-content .protected_form h2 {
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 1.625em;
    line-height: 2.125rem;
    color: #555
}

.entry-content .protected_form p {
    margin-bottom: 34px;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.75;
    color: #999
}

.entry-content .protected_form input {
    width: 183px;
    padding: 0 23px;
    border: 1px solid #eee;
    font-size: .9125em;
    line-height: 2.125rem
}

.entry-content .protected_form input:focus {
    border-color: #484848
}

.entry-content .protected_form .btn {
    margin-left: 5px
}

.revenue_unit_item.adsense {
    min-height: 280px !important
}

figure[data-ke-type='opengraph'],
#tt-body-page figure[data-ke-type='opengraph'] {
    margin-bottom: 0;
    height: 90px
}

figure[data-ke-type='opengraph'] div.og-text p.og-host,
#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-host {
    bottom: 0
}

figure[data-ke-type='opengraph'] div.og-text p.og-desc,
#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-desc {
    color: #464646;
    -webkit-line-clamp: 1 !important;
}

figure[data-ke-type='opengraph'] a,
#tt-body-page figure[data-ke-type='opengraph'] a {
    border: none;
    height: 0 !important;
}

figure[data-ke-type='opengraph'] div.og-image {
    border-right: 1px solid #f3f3f3;
    width: 90px;
    height: 90px
}

figure[data-ke-type='opengraph'] div.og-text {
    background-color: #f3f3f3;
    padding: 15px 20px 0 20px;
    position: absolute;
    left: 90px;
    right: 0;
    top: 0;
    height: 90px;
    bottom: 0
}

figure[data-ke-type='opengraph'] div.og-text p.og-title,
#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-title {
    font-weight: 700;
    font-family: 'NanumBarunGothic', sans-serif;
    font-size: 1.1rem
}

.og-host {
    display: none
}

.txt_state:hover {
    font-weight: 800
}

.side-title {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px
}

.sidemenu {
    overflow: hidden;
    margin: 10px 0 30px 0
}

.sidemenu li {
    float: left;
    width: 80px;
    height: 30px;
    margin-right: 30px
}

.sidemn2 {
    font-size: 18px;
    color: #333
}

.title-category2 {
    font-size: 12px;
    color: #1A73E8
}

.title-category {
    font-size: .68rem;
    padding: 0 4px;
    background: #1A73E8;
    color: #fff;
    border-radius: 2px;
    margin-right: 7px;
    width: max-content;
    height: max-content
}

/* 티스토리 북클럽 스킨 목차 - TOC */

.book-toc {
	border: 1px solid #ccc;
	padding: 15px 25px 0px 25px;
	background-color: #f5f5f5;
	border-radius:5px;
}

.book-toc ul {
	padding-left: 20px !important;
	list-style-type: disc;
	margin-bottom:0;
}

.book-toc ul li ul{
    padding-left: 10px !important;
}

.book-toc p {
	font-weight: 600;
	margin-bottom: 10px !important;
}

#toc * {
	font-size: 16px;
	color: #676767;    
}

#toc a:hover {
	color: #085fe1;
	font-weight: bold;
}

#toc ul {
	margin-bottom: 0;
	margin-top: 5px;
    padding-left: 20px;
	list-style-type: disc;
}

#toc > li {
	margin-bottom: 15px;
}

#toc > li > ul li {
	margin-bottom: 5px !important;
}

.comments {
    padding-top: 60px
}

.comments h2 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1rem
}

.comments h2 .count {
    margin-left: 4px;
    color: #fa4b50 !important
}

.comment-list {
    margin-bottom: 60px;
    border-top: 3px double #eee
}

.comment-list ul li {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    box-sizing: border-box
}

.comment-list .tt_more_preview_comments_wrap {
    padding: 0;
    border: 0
}

.comment-list .tt_more_preview_comments_text {
    display: block;
    margin: -1px 0 0;
    padding: 12px 0 11px;
    border: 1px solid #eee;
    text-align: center;
    font-size: .875em;
    color: #999
}

.comment-list .tt_more_preview_comments_text:hover {
    text-decoration: underline
}

.comment-list ul li .author-meta {
    position: relative;
    margin-bottom: 7px;
    font-size: .8125em;
    color: #999
}

.comment-list ul li .author-meta a {
    color: #999
}

.comment-list ul li .author-meta a:before,
.comment-list ul li .author-meta span:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    margin: 0 7px 0 5px;
    background-color: #e3e3e3;
    vertical-align: middle
}

.comment-list ul li .author-meta .nickname {
    font-weight: 700;
    color: #333
}

.comment-list ul li .author-meta .nickname a {
    color: #333
}

.comment-list ul li .author-meta .avatar {
    float: left;
    width: 46px;
    margin-right: 15px;
    border: 1px solid #eee;
    border-radius: 50%
}

.comment-list ul li .author-meta .control {
    position: absolute;
    top: 0;
    right: -9px;
    border-bottom: 0
}

.comment-list ul li .author-meta .control button {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(./images/ico_package.png) no-repeat -141px 5px;
    text-indent: -999em
}

.comment-list ul li .author-meta .nickname:before,
.comment-list ul li .author-meta .nickname a:before,
.comment-list ul li .author-meta .control:before,
.comment-list ul li .author-meta .control a:before {
    content: none
}

.comment-list ul li p {
    max-width: 85%;
    font-size: .85em;
    line-height: 1.1rem;
    color: #333;
    box-sizing: border-box
}

.comment-list ul li .reply {
    display: inline-block;
    color: #fff;
    width: 40px;
    text-align: center;
    background-color: #0c2a51;
    margin-top: 0;
    margin-left: 20px;
    font-size: .75rem;
    border: none;
    border-radius: 2px;
    padding: 2px 0
}

.comment-list ul li ul {
    margin: 10px 0 -10px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
    background-color: #fafafa
}

.comment-list ul li ul li {
    padding: 0 0 15px 45px;
    border-bottom: 0;
    margin: 5px 0
}

.comment-list ul li ul li .author-meta {
    margin-bottom: 8px
}

.comment-list ul li ul li .author-meta .control {
    right: 15px
}

.comment-list ul li ul li .author-meta .avatar {
    width: 42px
}

.comment-list ul li ul li p {
    max-width: 80%
}

.comment-list ul li ul .tt_more_preview_comments_wrap {
    display: block
}

.comment-list ul li ul .tt_more_preview_comments_text {
    margin-bottom: 16px;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.comment-list ul li ul .tt_more_preview_comments_text:first-child {
    margin-top: -24px;
    padding: 12px 0 11px
}

.comment-form {
    position: relative;
    margin-bottom: 60px
}

.comment-form .field {
    overflow: hidden
}

.comment-form .field input[type=text],
.comment-form .field input[type=password] {
    float: left;
    width: 50%;
    padding: 12px 16px;
    border: 0;
    font-size: .875em;
    color: #777;
    box-sizing: border-box
}

.comment-form .field input:first-child {
    border-left: 0
}

.comment-form .field input::placeholder {
    color: #333
}

.comment-form textarea {
    display: block;
    width: 100%;
    padding: 18px;
    border: 1px solid #eee;
    font-size: .875em;
    color: #777;
    box-sizing: border-box;
    resize: none
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
    color: #999
}

.comment-form .secret {
    position: absolute;
    left: 0;
    bottom: -40px
}

.comment-form .secret input {
    display: none
}

.comment-form .secret label {
    display: inline-block;
    font-size: .8125em;
    line-height: 1.25rem;
    color: #666;
    outline: none;
    cursor: pointer
}

.comment-form .secret label:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 18px;
    margin-right: 12px;
    border: 1px solid #e1e1e1;
    vertical-align: top;
    background-color: #fff
}

.comment-form .secret input[type=checkbox]:checked+label:before {
    background: url(./images/ico_package.png) no-repeat -47px 4px
}

.comment-form .submit {
    text-align: right
}

.comment-form .submit button {
    background-color: #333;
    color: #fff;
    height: 100%
}

.comment-form .submit button:hover,
.comment-form .submit button:focus {
    background-color: #04beb8
}

.sidebar-1,
.sidebar-2,
.sidebar-3 {
    margin-bottom: 7px
}

.sidebar h2 {
    font-weight: 600;
    font-size: 16px
}

.sidebar ul li {
    padding: 4px 0 5px;
    font-size: .8125em;
    line-height: 1.5rem;
    color: #333
}

.sidebar ul li a {
    color: #333;
    text-decoration-line: none
}

.sidebar div ul li a:hover {
    color: #000;
    font-weight: 800;
    text-decoration-line: none !important
}

.sidebar .category ul li {
    padding: 0;
    font-weight: 600
}

.sidebar .category ul li a {
    color: #555;
    font-size: 16px
}

.sidebar .category ul li a:hover {
    color: #333
}

.sidebar .category ul li ul {
    padding-top: 0
}

.sidebar .category ul li ul li {
    padding: 6px 0 7px;
    font-weight: 400;
    font-size: 1em
}

.sidebar .category ul li ul li ul {
    overflow: hidden;
    margin-bottom: -4px;
    padding-top: 6px
}

.sidebar .category ul li ul li ul li {
    position: relative;
    padding: 3px 0 3px 9px;
    font-size: .8125rem
}

.sidebar .category ul li ul li ul li:before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #eee
}

.sidebar .category ul li ul li ul li:first-child:before {
    top: 7px;
    bottom: auto
}

.sidebar .category ul li ul li ul li a {
    color: #999
}

.sidebar .notice ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebar .notice ul li a::before {
    content: "📌";
    margin-right: 5px
}

.sidebar .recent-comment ul {
    padding-top: 2px
}

.sidebar .recent-comment ul li {
    padding: 0;
    margin-bottom: 2px
}

.sidebar .recent-comment ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration-line: none
}

.sidebar .recent-comment ul li a:hover {
    font-weight: 700;
    color: #000
}

.sidebar .recent-comment ul li a:before {
    content: "💬";
    margin-right: 5px
}

.sidebar .post-list h2 {
    margin-bottom: 12px
}

.sidebar .post-list ul li {
    overflow: hidden;
    padding: 0;
    margin-bottom: 2px
}

.sidebar .post-list ul li img {
    display: none;
    float: left;
    width: 58px;
    height: 58px;
    margin-right: 15px
}

.sidebar .post-list ul li a {
    display: flex;
    align-items: baseline;
    overflow: hidden;
    text-decoration: none
}

.sidebar .post-list ul li a:hover .title {
    text-decoration: underline
}

.sidebar .post-list ul li .title {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .906rem;
    color: #333;
    margin-right: auto
}

.sidebar .post-list ul li .date {
    display: block;
    margin-top: 6px;
    font-size: .75rem;
    line-height: 1
}

.sidebar .social-list {
    margin-bottom: 46px
}

.sidebar .social-list h2 {
    margin-bottom: 18px
}

.sidebar .social-list .tab-list {
    overflow: hidden;
    width: 100%
}

.sidebar .social-list ul li {
    margin-bottom: 15px;
    padding: 0 0 0 48px
}

.sidebar .social-list ul li a {
    display: block;
    text-decoration: none
}

.sidebar .social-list ul li a:hover .text {
    text-decoration: underline
}

.sidebar .social-list ul li .avatar {
    float: left;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-left: -48px;
    border-radius: 50%
}

.sidebar .social-list ul li .title {
    display: block
}

.sidebar .social-list ul li .date {
    display: block;
    margin-top: 6px;
    font-size: .75rem;
    color: #777
}

#aside .tags {
    margin-bottom: 30px
}

#aside .tags a {
    float: none;
    margin: 0 4px 0 0;
    padding: 0;
    border: 0;
    font-size: .8125em;
    line-height: 2;
    color: #555
}

#aside .tags a:after {
    content: ", "
}

#aside .tags a:last-child:after {
    content: none
}

#aside .tags a:hover,
#aside .tags a:focus {
    color: #333
}

.sidebar .count p {
    font-size: .8125em;
    color: #000
}

.sidebar .social-channel {
    margin-bottom: 7px
}

.sidebar .social-channel ul {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sidebar .social-channel ul li {
    margin-left: 10px;
    padding: 0
}

.sidebar .social-channel ul li:first-child {
    margin-left: 0
}

.sidebar .social-channel ul li a {
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-indent: -999em;
    background: url(./images/ico_package.png) no-repeat 0 -100px
}

.sidebar .social-channel ul li.youtube a {
    background-position-x: -50px
}

.sidebar .social-channel ul li.instagram a {
    background-position-x: -100px
}

.sidebar .social-channel ul li.twitter a {
    background-position-x: -150px
}

.sidebar .social-channel ul li a:focus,
.sidebar .social-channel ul li a:hover {
    background-color: #757575;
    background-position-y: -150px
}

.sidebar .tab-ui h2 a {
    color: #999
}

.sidebar .tab-ui h2 a.current {
    color: #555
}

.sidebar .tab-ui h2 a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 5px;
    margin: 0 10px;
    vertical-align: middle;
    background: url(./images/ico_package.png) no-repeat -100px -50px
}

.sidebar .tab-ui h2 a:first-child:before {
    content: none
}

.rct-list {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#dimmed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.mobile-menu {
    overflow: hidden;
    height: 100%
}

.slide-wrap {
    overflow: hidden
}

#content .another_category {
    margin: 60px 0 30px !important;
    padding: 16px 1px 14px;
    border: none
}

#content .another_category h4 {
    margin: 0 0 13px !important;
    ;
    padding: 0 !important;
    border-bottom: 0 !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #333 !important
}

#content .another_category h4 a {
    color: #1A73E8 !important
}

#content .another_category table {
    margin: 0 !important;
    border: 0
}

#content .another_category th {
    padding: 10px 0 !important;
    font-size: 1rem !important;
    color: #333 !important;
    border-bottom: 1px solid #f2f2f2
}

#content .another_category th a {
    font-weight: 400;
    color: #333 !important;
    border: 0 !important
}

#content .another_category td {
    display: none;
    padding: 2px 0 !important;
    border: 0;
    font-size: 0.75rem !important
}

.container_postbtn {
    margin: 53px 0 30px 0;
    padding: 0 !important
}

.absent_post:before {
    content: "죄송합니다만 \A글을 찾지 못했습니다.";
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 1.75em;
    line-height: 1.285714285714286;
    color: #555;
    white-space: pre
}

.absent_post {
    padding: 98px 0 !important;
    background: none !important;
    font-weight: normal !important;
    font-size: 1em !important;
    line-height: 1.75;
    color: #999 !important
}

.layout-aside-left #content {
    float: right
}

.layout-aside-left #aside {
    float: left;
    margin-left: 0;
    padding: 80px 0
}

.layout-aside-left #container .content-wrap:before {
    margin-left: -256px
}

.list-type-vertical .post-item {
    margin-bottom: 38px
}

.list-type-vertical .post-item .thum {
    margin-bottom: 3px;
    padding-bottom: 130.434782608695652%
}

.list-type-vertical .post-item .thum img {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0)
}

.list-type-vertical .post-item .title {
    margin-bottom: 5px
}

.list-type-vertical .post-item .excerpt,
.list-type-vertical .post-item .meta .comment {
    display: none
}

.list-type-vertical .post-item .meta span:before {
    content: none
}

.list-type-thumbnail .post-header {
    margin-bottom: 0;
    padding-bottom: 18px
}

.list-type-thumbnail .post-header h1 {
    margin-bottom: 0
}

.list-type-thumbnail .post-item {
    float: none;
    overflow: hidden;
    width: 95%;
    margin: 0 0 17px
}

.list-type-thumbnail .post-item .thum {
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0
}

.list-type-thumbnail .post-item .thum img {
    float: left;
    width: 22%;
    margin-right: 30px;
    border: 1px solid #f1f1f1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY()
}

.list-type-thumbnail .post-item.protected .thum {
    float: right;
    width: 126px;
    height: 166px;
    margin-left: 57px;
    border: 1px solid #f1f1f1;
    background-color: #f8f8f8
}

.list-type-thumbnail .post-item .title {
    max-width: 95%;
    margin-bottom: 18px;
    padding-top: 16px;
    font-size: 1.25em
}

.list-type-thumbnail .post-item .excerpt {
    overflow: hidden;
    height: 2.75rem;
    margin-bottom: 20px;
    font-size: .875em;
    line-height: 1.75rem;
    padding-bottom: 17px
}

.list-type-thumbnail .post-item .meta .comment {
    display: none
}

.list-type-thumbnail .post-item .meta span:before {
    content: none
}

.list-type-text .post-header {
    margin-bottom: 38px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee
}

.list-type-text .post-header h1 {
    margin-bottom: 0
}

.list-type-text .post-item {
    float: none;
    overflow: hidden;
    width: 100%;
    margin: 0 0 35px
}

.list-type-text .post-item .thum {
    display: none
}

.list-type-text .post-item .title {
    max-width: 96%;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 1em
}

.list-type-text .post-item .excerpt {
    max-width: 96%;
    margin-bottom: 20px;
    font-size: .875em;
    line-height: 1.25rem
}

.list-type-text .post-item .meta .comment {
    display: none
}

.list-type-text .post-item .meta span:before {
    content: none
}

.list-type-text .pagination {
    margin-top: 36px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) {

    #header .util .search:before,
    #header .util .search button,
    #footer .page-top,
    .cover-thumbnail-3 button,
    .cover-thumbnail-4 button,
    .page-nav a strong:after,
    .entry-content .protected_form h2:before,
    .comment-list ul li .author-meta .control button,
    .comment-form .secret input[type=checkbox]:checked+label:before,
    .sidebar .social-channel ul li a,
    .sidebar .tab-ui h2 a:before {
        background-image: url(./images/ico_package_2x.png);
        background-size: 200px auto
    }

    .post-item.protected .thum:before {
        background-image: url(./images/ico_package_2x.png);
        background-size: 120px auto
    }
}

@media screen and (max-width:970px) {
    #header .util .profile nav {
        left: auto;
        right: 0;
        margin: 0
    }

    #gnb ul {
        margin-left: -6px
    }

    #container .content-wrap:before {
        left: 72.7%;
        margin-left: 0
    }

    .layout-aside-left #container .content-wrap:before {
        left: 27.3%;
        margin-left: 0
    }

    .main-slider .paging {
        left: auto;
        right: 20px;
        margin-left: 0
    }
}

.imgs {
    box-shadow: 0 0 5px 0
}

.tips {
    clear: both;
    margin: 29px 0 22px;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    border-left: 5px solid #00ab00;
    padding: 4px 11px;
    background: #f8f8f8;
    border-radius: 5px
}

.td1 {
    border-right: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important
}

.btn1 {
    background-color: #fb787c;
    border: none;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    border-radius: 10px
}

.btn1:hover {
    background-color: #f8585b
}

.gsc-control-cse {
    padding: 0px !important
}

.gsc-search-button-v2 {
    height: 39px;
    background-color: #000 !important;
    border-color: #000 !important
}

input.gsc-input {
    background: none !important
}

table.gsc-search-box td.gsc-input {
    padding-right: 2px !important
}

h1,
h1[data-ke-size] {
    font-size: 1.5em;
    line-height: 1.5
}

.article-share {
    text-align: center;
    margin-bottom: 20px
}

.article-share-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 5px
}

.widget {
    height: max-content
}

.widget+div {
    margin-top: 30px
}

.widget-title {
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

.widget-body li {
    list-style: none;
    position: relative;
    margin-bottom: 6px
}

.widget-body a {
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: .906rem;
    margin-left: 7px
}

.widget-body a:hover {
    color: #000;
    font-weight: 700;
    text-decoration: underline
}

.widget-body .table img {
    width: 100px;
    height: 60px
}

.widget-body .table-auto-cell+.table-cell {
    padding-left: 10px
}

.table-body li {
    padding: 0;
    margin-bottom: 0
}

.table-body .table-title {
    max-height: 60px;
    overflow: hidden;
    line-height: 1.5
}

.widget-thumb {
    position: relative;
    width: 100px;
    height: 60px;
    background: #2d2d2d
}

.widget-thumb .thumb {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important
}

.widget .sub_category_list {
    padding-left: 10px;
    border-left: 2px solid #d1d1d1
}

.widget-mobile {
    display: none
}

.list-cnt {
    counter-reset: section;
    padding-top: 2px
}

.list-cnt li:before {
    counter-increment: section;
    content: counter(section);
    font-weight: 700;
    display: block;
    color: #fff;
    line-height: 1.48;
    font-size: 13px;
    width: 17px;
    height: 17px;
    text-align: center;
    background-color: #1A73E8;
    border-radius: 2px;
    flex-shrink: 0
}

.list-cnt li {
    display: flex;
    align-items: center
}

.win:before {
    line-height: 1.23 !important;
}

.widget-body li a span {
    display: inline-block;
    text-decoration: none;
    color: #888;
    font-size: 12px;
    letter-spacing: -1px;
    margin-right: 7px
}

.cm-count {
    margin-left: 10px;
    font-size: 13px;
    color: #7f7f7f
}

.cover-grid {
    display: none;
    grid-template-columns: 1fr 1fr;
    row-gap: 7px;
    column-gap: 7px
}

div.revenue_unit_wrap+div.cover-grid {
    margin: 7px 0
}

.cover-thumbnail-2 ul li a img {
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.addgrid {
    grid-column: 1 / span 2
}

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

.addgrid .cvdate {
    display: block;
    font-size: 13px;
    grid-column-end: none;
    margin-left: 20px
}

div.cover-thumbnail-3>ul>li>a>span.cvdate {
    display: block;
    font-size: 13px;
    grid-column-end: none;
    margin-left: auto
}

div.cover-thumbnail-3>ul>li>a>span.cm-count {
    margin: 0 10px
}

.cvdate {
    display: none
}

.cover-list ul li .title:before {
    content: "・";
    margin-right: 5px
}

.cover-thumbnail-3 h2 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(238, 238, 238);
    font-weight: 500;
    font-size: 1em;
    color: rgb(0, 0, 0)
}

#led:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.blocks {
    background: #fff;
    padding: 17px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    box-shadow: 3px 4px 9px .1px #eaeaea
}

.position_list {
    margin: 0 !important;
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    box-shadow: 3px 4px 9px .1px #eaeaea
}

.rev-block .revenue_unit_wrap {
    margin: 0 !important
}

.category-all {
    font-size: 14px;
    color: #1A73E8 !important
}

.util .tags {
    display: flex;
    width: 90%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.newpost {
    display: unset !important;
    width: 11px !important;
    height: 11px !important;
    margin-right: 6px !important
}

.inner .category a {
    color: #1A73E8;
    font-size: 1.563rem;
    font-weight: 700
}

#content>div.inner>div.blocks {
    padding: 20px 25px;
    border-bottom: 1px solid #eaeaea
}

.side-ct {
    background-color: #0e2a51;
    margin: -17px -17px 8px -17px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    padding: 2px 0
}

#content>div.inner>div>div>span.category:after {
    content: "";
    display: block;
    width: 100px;
    margin: 0 0 17px 0;
    border-bottom: 1px solid #e6e6e6
}

.sidebar .revenue_unit_wrap {
    margin: -17px;
    min-height: 600px
}

.meta .meta {
    font-size: .9rem
}

.meta .author:after {
    content: "🕒";
    margin-left: 6px;
    font-size: .9rem;
    font-weight: 800
}

div.sideabr-1>div:not(:last-child),
div.sidebar-2>div:not(:last-child),
div.sidebar-3>div:not(:last-child) {
    margin-bottom: 30px
}

.commentCount {
    text-align: center;
    position: relative;
    top: 3px;
    font-weight: 800;
    color: #fa4b50 !important
}

.commentCount::after {
    content: "댓글";
    display: block;
    font-size: .7rem;
    top: -7px;
    position: relative;
    font-weight: 400;
    color: #000
}

.rpcnt {
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    box-shadow: .01rem .01rem 0 0
}

.rpcnt .count {
    text-align: center
}

.ctg-cnt {
    display: none
}

#ct-prt {
    display: flex;
    justify-content: space-between
}

.blogger {
    width: 20%;
    text-align: center
}

#content>.inner>.post-item {
    border-top: none;
    padding: 3px 17px;
    background: #fff;
    border-left: 1px solid #eaeaea;
    box-shadow: 3px 4px 9px .1px #eaeaea;
    margin-top: .03rem
}

.container_postbtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.container_postbtn .postbtn_like+.btn_menu_toolbar {
    margin: 0 !important;
    outline: none
}

.container_postbtn .btn_menu_toolbar {
    width: 200px !important
}

.container_postbtn .postbtn_like {
    display: flex;
    gap: 20px;
    float: unset !important;
    padding: unset !important;
    border-radius: unset !important;
    border: none !important;
    border-color: unset !important;
    font-size: 1rem !important
}

.tt_article_useless_p_margin p {
    font-size: 1rem
}

.container_postbtn *,
.layer_post *,
.layer_tooltip * {
    outline: none !important
}

.post-header .tags {
    border-top: 3px double #eee !important;
    padding-top: 10px
}

div.sidebar-2.blocks div ul {
    padding-top: 2px
}

.not-found.blocks {
    border-top: 0
}

.top_image {
    width: 50px;
    text-align: center;
    margin-right: 12px
}

.top_title {
    width: 50%;
    text-align: center
}

.top_category {
    width: 25%;
    text-align: center
}

.top-ath {
    font-size: .9rem;
    width: 25%;
    text-align: center;
    color: #999
}

.top_date {
    width: 70px;
    text-align: end;
    margin-left: auto
}

.recent-bottom {
    display: flex;
    padding: 0 12px;
    margin-top: 20px;
    font-size: .92rem;
    font-weight: 600;
    height: 35px
}

.recentPost {
    display: none
}

.recentPost ul li {
    display: flex;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding: 3px 12px
}

.recent_title {
    font-size: .95rem;
    color: #333
}

.recent_link_cate {
    font-size: .8rem;
    color: #999 !important
}

.recent_date {
    font-size: .9rem;
    color: #999;
    width: 70px;
    text-align: end;
    margin-left: auto
}

.recent-img {
    width: 50px;
    margin-right: 12px
}

.recent-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%
}

.recentTitle {
    line-height: 1.6;
    overflow: hidden;
    width: 98%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cnt {
    margin-left: 10px;
    color: #fa4b50 !important;
    font-size: .85rem;
    font-weight: 700
}

.recentPost h3 {
    font-size: 1em;
    padding: 5px
}

.link {
    display: inline-block
}

a.recent_link_cate>span {
    display: none
}

.link_tit {
    display: none
}

@media screen and (max-width:767px) {
    html,
    body {
        overflow-x: hidden
    }

    #header .inner {
        margin: 0;
        flex-direction: column
    }

    #header .benny {
        font-size: 1.563rem;
        padding: 35px 0 14px 0;
        margin: -16px 0 0 17px
    }

    #header h1 {
        position: relative;
        z-index: 10;
        padding: 24px;
        background-color: #fff
    }

    #header .util {
        max-width: 75%;
        padding: 0 5px 0 22px;
        box-sizing: border-box;
        align-items: center
    }

    #header .util .search.on {
        z-index: 20;
        width: 80%;
        margin-top: 10px
    }

    #header .util .search.on input {
        width: 100%;
        height: 35px;
        border: none !important;
        padding-left: 35px;
        background-color: #dfdfdf
    }

    #header .util .search.on button {
        top: 2px;
        left: 3px
    }

    #header .util .profile {
        display: none
    }

    #header .util .menu {
        position: relative;
        top: -131px;
        left: 42vw;
        z-index: 300;
        display: inline-block;
        width: 30px;
        height: 30px;
        text-indent: -999em;
        outline: none;
        margin-right: 10px
    }

    #header .util .menu span,
    #header .util .menu:before,
    #header .util .menu:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 25px;
        height: 2.3px;
        margin: 0 0 0 -15px;
        background-color: #000;
        transition: transform .5s;
        -webkit-transition: transform .5s
    }

    #header .util .menu:before {
        margin-top: -8px
    }

    #header .util .menu:after {
        margin-top: 8px
    }

    #gnb {
        display: none
    }

    #container .content-wrap {
        padding: 0
    }

    #container .content-wrap:before {
        content: none
    }

    #content {
        float: none;
        width: auto
    }

    #aside {
        position: fixed;
        top: 0;
        right: -291px;
        z-index: 400;
        float: none;
        overflow: auto;
        width: 290px;
        height: 100%;
        background-color: #fff;
        box-sizing: border-box;
        transition: left .5s;
        -webkit-transition: right .3s
    }

    #aside-left {
        display: none
    }

    #aside .close {
        position: absolute;
        top: 1px;
        right: 4px;
        z-index: 300;
        display: inline-block;
        width: 30px;
        height: 30px;
        text-indent: -999em;
        outline: none
    }

    #aside .close span {
        display: none
    }

    #aside .close:before,
    #aside .close:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 1px;
        margin: 0 0 0 -8px;
        background-color: #fff
    }

    #aside .close:before {
        transform: rotate(-45deg)
    }

    #aside .close:after {
        transform: rotate(45deg)
    }

    #aside .profile {
        display: block;
        position: relative;
        margin-bottom: -40px
    }

    #aside .profile:before {
        content: "";
        position: absolute;
        top: 0;
        left: -24px;
        z-index: 0;
        width: 100%;
        height: 100%;
        padding: 0 24px;
        background-color: #f5f5f5
    }

    #aside .profile ul {
        position: relative;
        z-index: 10;
        text-align: center
    }

    #aside .profile ul li {
        display: inline-block;
        padding: 16px 0 18px;
        font-size: .875em;
        color: #555;
        vertical-align: middle
    }

    #aside .profile ul li a {
        display: inline-block;
        vertical-align: middle
    }

    #aside .profile ul li:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 7px;
        margin: 0 20px 0 16px;
        background: url(./images/ico_package_2x.png) -100px -50px;
        background-size: 200px auto;
        vertical-align: middle
    }

    #aside .profile ul li:first-child:before {
        content: none
    }

    #footer {
        padding: 15px
    }

    #footer p {
        margin-bottom: 11px;
        font-size: .8125em
    }

    #footer .order-menu {
        margin-bottom: 29px
    }

    #footer .order-menu a {
        display: block;
        margin-bottom: 0;
        line-height: 1.75rem
    }

    #footer .order-menu a:before {
        content: none
    }

    #tt-body-index #content {
        padding: 0
    }

    #tt-body-index #content>.inner {
        padding: 0 24px
    }

    #tt-body-index #content>.inner:first-child {
        padding-top: 40px
    }

    #tt-body-index.list-type-text #content>.inner:first-child {
        padding-top: 36px
    }

    #tt-body-index .pagination {
        margin: 0 20px 40px
    }

    #tt-body-page #content {
        padding-left: 0;
        padding-right: 0
    }

    #tt-body-tag .tags,
    #tt-body-guestbook #content {
        padding-left: 0;
        padding-right: 0
    }

    #tt-body-guestbook .post-header {
        padding: 0 5px
    }

    .layout-aside-left #aside {
        padding: 80px 20px 40px
    }

    .mobile-menu #aside {
        right: 0
    }

    .main-slider ul li {
        height: 400px
    }

    .main-slider ul li .inner {
        padding-bottom: 40px;
        vertical-align: bottom
    }

    .main-slider ul li .text {
        max-width: 100%;
        font-weight: 300;
        font-size: 1.75em;
        line-height: 2.25rem;
        -webkit-line-clamp: 3
    }

    .main-slider ul li .btn {
        margin-top: 15px
    }

    .main-slider .paging {
        top: 40px;
        left: 0;
        right: auto;
        bottom: 20px;
        width: 100%;
        height: 8px;
        padding: 0 19px;
        text-align: left;
        box-sizing: border-box
    }

    .main-slider .paging button {
        display: inline-block;
        margin: 0 5px;
        vertical-align: top
    }

    .cover-thumbnail-1 {
        margin-bottom: 40px;
        padding: 36px 24px 7px;
        border-top: 8px solid #f5f5f5
    }

    .cover-thumbnail-1 h2 {
        font-weight: 600
    }

    .cover-thumbnail-1 .more {
        top: 50px;
        right: 24px
    }

    .cover-thumbnail-1 ul {
        flex-wrap: wrap
    }

    .cover-thumbnail-1 ul li {
        margin-bottom: 30px;
        flex-basis: 50%
    }

    .cover-thumbnail-1 ul li .title {
        margin-bottom: 4px
    }

    .cover-thumbnail-2 {
        border-top: 8px solid #f5f5f5
    }

    .cover-thumbnail-2 h2 {
        font-weight: 600
    }

    .cover-thumbnail-2 ul li {
        margin-bottom: 8px
    }

    .cover-thumbnail-2 ul li figure {
        width: 98px;
        margin-right: 15px
    }

    .cover-thumbnail-2 ul li .title {
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .cover-thumbnail-2 ul li .excerpt {
        margin-bottom: 0;
        line-height: 1.4rem;
        font-size: .85em
    }

    .cover-thumbnail-2 ul li .meta {
        display: none
    }

    .cover-thumbnail-2 ul li .excerpt {
        display: none
    }

    .cover-thumbnail-3 {
        margin: 0;
        border: none;
        border-top: 8px solid #f5f5f5
    }

    .cover-thumbnail-3 h2 {
        font-weight: 600
    }

    .cover-thumbnail-3 .prev {
        top: 50px;
        right: 54px
    }

    .cover-thumbnail-3 .next {
        top: 50px;
        right: 24px
    }

    .cover-thumbnail-3 ul {
        display: block;
        height: 160px;
        overflow: hidden
    }

    .cover-thumbnail-3 ul li {
        box-sizing: border-box;
        width: calc(100% - 130px)
    }

    .cover-thumbnail-3 ul li .title {
        font-size: 15px !important
    }

    .cover-thumbnail-3 ul li:nth-child(1) {
        margin-right: 20px;
        width: 110px
    }

    .cover-thumbnail-3 ul li:nth-child(1) a img {
        width: 110px;
        height: 110px
    }

    .cover-thumbnail-3 ul li:nth-child(1) a .title {
        width: 110px
    }

    div.cover-thumbnail-3>ul>li>a>span.cvdate,
    div.cover-thumbnail-3>ul>li>a>span.cm-count {
        display: none !important
    }

    .cover-list {
        width: -webkit-fill-available;
        margin: 0;
        padding: 25px 12px 20px 12px;
        border-top: 8px solid #f5f5f5
    }

    .title-category {
        margin-top: 1px
    }

    .cover-list h2 {
        margin-bottom: 17px;
        font-weight: 600
    }

    .cover-list .more {
        top: 37px;
        right: 24px
    }

    .cover-list ul li {
        margin-bottom: 6px
    }

    .cover-list ul li .title {
        font-size: 15px
    }

    .cover-list ul li .excerpt {
        margin-bottom: 9px;
        -webkit-line-clamp: 4
    }

    .cover-thumbnail-1:first-child {
        border-top: 0
    }

    .post-header h1 {
        display: block
    }

    .post-item .thum {
        width: unset;
        margin-right: 10px
    }

    .post-item .title {
        display: inline-block;
        white-space: nowrap;
        font-size: .92rem
    }

    .post-item .excerpt {
        margin-bottom: 12px
    }

    .pagination {
        margin-bottom: 0
    }

    .pagination a {
        margin: 0 4px
    }

    .list-type-vertical .post-item {
        margin-bottom: 30px
    }

    .list-type-vertical .post-item .title {
        margin-bottom: 7px
    }

    .list-type-thumbnail .post-item .thum img {
        margin-right: 15px;
        width: 96px
    }

    .list-type-thumbnail .post-item .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        margin-bottom: 7px;
        padding-top: 0;
        height: 97px;
        font-size: 1em
    }

    .list-type-thumbnail .post-item .excerpt {
        display: none;
        margin-bottom: 0;
        height: 2rem;
        line-height: 1.25rem
    }

    .list-type-thumbnail .post-item.protected .thum {
        width: 96px;
        height: 128px;
        margin-left: 25px
    }

    .list-type-text .post-header {
        margin-bottom: 28px
    }

    .list-type-text .post-item {
        margin-bottom: 26px
    }

    .list-type-text .post-item .title {
        margin-bottom: 10px
    }

    .list-type-text .post-item .excerpt {
        margin-bottom: 12px;
        -webkit-line-clamp: 4
    }

    .list-type-text .pagination {
        margin-top: 30px
    }

    .post-cover {
        padding-left: 1px;
        padding-right: 1px
    }

    .post-cover .inner {
        display: contents;
        vertical-align: bottom
    }

    .post-cover .category {
        margin-bottom: 13px
    }

    .post-cover h1 {
        font-weight: 600;
        font-size: 1.7em
    }

    .post-cover .meta {
        margin-top: 10px;
        font-size: .8125em
    }

    .entry-content {
        padding: 0 0
    }

    .entry-content p {
        margin-bottom: 22px;
        line-height: 1.7;
        font-size: 1rem
    }

    .entry-content figure {
        margin-top: 6px !important
    }

    .entry-content .protected_form input {
        width: 163px
    }

    #content .another_category {
        margin: 40px 0 37px !important
    }

    .container_postbtn {
        margin: 35px 0 37px
    }

    .tags {
        margin-bottom: 5px
    }

    .tags h2 {
        margin-bottom: 19px
    }

    .page-nav {
        margin: 32px 24px 32px;
        padding: 25px 0 25px
    }

    .page-nav a {
        line-height: 1.6875rem
    }

    .related-articles {
        margin-bottom: 40px;
        display: inline-block
    }

    .related-articles h2 {
        margin-bottom: 19px
    }

    .related-articles ul {
        width: 103.571428571428571%;
        margin-left: -3.571428571428571%
    }

    .related-articles ul li {
        width: 100%;
        margin-bottom: 5px;
        padding-left: 3.448275862068966%
    }

    .related-articles ul li figure {
        margin-bottom: 9px
    }

    .related-articles ul li .title {
        line-height: 1.4;
        white-space: break-spaces;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .comments {
        margin: 0
    }

    .comments iframe {
        position: absolute;
        bottom: 0;
        left: 0
    }

    .comments h2 {
        margin: -3px 0 -1px;
        padding: 0 4px
    }

    .comment-list {
        margin-bottom: 32px
    }

    .comment-list>ul>.tt_more_preview_comments_wrap {
        margin-top: 21px;
        padding: 0 24px
    }

    .comment-list ul li {
        padding: 20px 0
    }

    .comment-list ul li .author-meta {
        margin-bottom: 6px;
        padding-right: 35px
    }

    .comment-list ul li .author-meta .avatar {
        width: 30px;
        height: 30px
    }

    .comment-list ul li .author-meta .control {
        top: -2px;
        right: 13px
    }

    .comment-list ul li .author-meta,
    .comment-list ul li p {
        max-width: none
    }

    .comment-list ul li ul {
        margin-top: 15px;
        padding: 19px 0 12px
    }

    .comment-list ul li ul li {
        padding: 0 0 15px 30px
    }

    .comment-list ul li ul li p {
        max-width: none;
        padding-left: 0
    }

    .comment-list ul li ul li .author-meta {
        margin-bottom: 6px
    }

    .comment-list ul li ul li .author-meta .avatar {
        width: 30px;
        display: none
    }

    .comment-form {
        margin-bottom: 40px;
        padding: 0
    }

    .comment-form textarea {
        padding-right: 32px
    }

    .layout-aside-left #content {
        float: none
    }

    #tt-body-index.promotion-mobile-hide .main-slider {
        display: none
    }

    #content .another_category th {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .post_pre {
        float: unset;
        width: 100%
    }

    .post_next {
        float: unset;
        width: 100%
    }

    .mb-ads {
        width: 100%;
        height: 200px;
        margin-bottom: 10px
    }

    a.recent_link_cate>span {
        display: unset !important
    }

    div.revenue_unit_item.adsense.responsive,
    .revenue_unit_item.adsense.responsive {
        height: 350px
    }

    .revenue_unit_wrap {
        height: 350px
    }

    .pre-next {
        display: grid;
        grid-template-columns: unset;
        row-gap: 30px
    }

    .cover-grid {
        display: block !important
    }

    .addgrid .cvdate {
        display: none !important
    }

    #tt-body-index .post-header {
        display: block;
        padding-bottom: 25px;
        padding-left: 24px
    }

    .cover-list.blocks,
    .cover-thumbnail-1.blocks,
    .cover-thumbnail-2.blocks,
    .cover-thumbnail-3.blocks {
        margin-bottom: 7px
    }

    .inner {
        padding: 0 3px
    }

    #content>.inner .blocks {
        padding: 20px !important
    }

    #content>.inner>.post-item {
        height: 52px;
        padding: 6px 10px 0
    }

    #content>.inner>.post-item:last-child {
        margin-bottom: 7px
    }

    .post-item a {
        display: unset
    }

    .post-item .date {
        width: unset;
        text-align: left;
    }

    .metaBD {
        display: flex;
        justify-content: flex-start;
        position: relative;
        bottom: 21px;
        left: 60px
    }

    .post-header>div {
        display: none
    }

    .post-header+.inner {
        padding: 0
    }

    .post-item .meta {
        margin: 0
    }

    .meta.blogger {
        width: unset
    }

    .meta.blogger::after {
        content: "│"
    }

    #content>.inner:after {
        display: none
    }

    .ctg-cnt {
        display: flex !important;
        float: right;
        position: relative;
        bottom: 73px;
        width: 50px;
        height: 50px;
        background-color: #f5f5f5;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        box-shadow: .01rem .01rem 0 0
    }

    figure[data-ke-type='opengraph'] div.og-text p.og-desc,
    #tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-desc {
        display: block
    }

    .util .tags {
        width: 90% !important
    }

    .comment-list ul li .reply {
        display: inline-block;
        margin-top: 0;
        margin-left: 20px;
        font-size: .75rem;
        border: none;
        border-radius: 2px;
        padding: 2px 0
    }

    .comment-list ul li .author-meta {
        padding: 0
    }

    .recentPost ul li {
        padding: 3px 0 !important
    }

    .inner+.recentPost.blocks {
        margin: -1px 3px !important
    }

    .recentPost.blocks {
        padding: 10px !important;
        margin-top: 7px !important
    }

    .recent-bottom {
        padding: 0 5px !important
    }

    .recent_date {
        font-size: 0.75rem !important
    }

    .recent-info {
        width: 68% !important
    }

    .recent_title {
        font-size: 0.92rem !important
    }

    .recent-info+.top-ath {
        display: none
    }

    .top_category {
        display: none
    }

    .top_title {
        width: 72% !important
    }

    .top_image {
        text-align: unset !important
    }

    #entry0Comment {
        margin-bottom: 7px
    }
}