@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR');

/**
** Organized Skin
** CopyRight Ⓒ 2019 arra
** Version 1.3.1
**/

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

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.25;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background: #323639;
}

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-family: 'Noto Sans KR', sans-serif;
    font-size: 100%;
    border-radius: 0;
}

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

ul li {
    list-style: none;
}

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

hr {
    display: none;
}

#wrap {
    width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 80px;
    background: #2c3032;
    opacity: 0.9;
    z-index: 99999;
}

nav {
    float: left;
    display: block;
    width: 80px;
}

#nav-icon {
    width: 25px;
    height: 25px;
    position: relative;
    margin: 27px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #dfdfdf;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 10px;
}

#nav-icon span:nth-child(3) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.logo {
    margin: 0 auto;
    padding: 20px 0 0;
    display: block;
    width: 200px;
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    color: #dfdfdf;
    -webkit-font-smoothing: antialiased;
}

.logo a {
    color: #dfdfdf;
    text-decoration: none;
}

.logo a:hover {
    color: #dfdfdf;
}

.colorMode {
    width: 65px;
    height: 30px;
    display: block;
    float: right;
    margin-top: -24px;
    margin-right: 10px;
}

#content {
    margin-top: 40px;
    display: block;
    width: 100%;
    min-height: 500px;
    background: #323639;
    padding-bottom: 50px;
}

.articleArea {
    display: block;
    width: 100%;
    padding: 80px 0;
}

.articleArea:nth-child(even),
.articleArea:nth-child(odd) {
    text-align: center;
}

.post-item {
    display: inline-block;
    max-width: 360px;
    width: 30%;
    background: #fff;
    border-radius: 10px;
    margin: 20px;
    vertical-align: middle;
    box-shadow: -1px -1px 15px #111;
}

.post-item.light {
    box-shadow: -1px -1px 8px #d2d2d2;
}

.thum {
    width: 100%;
}

.thum img {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.summary-box {
    display: block;
    width: 95.5%;
    padding: 10px;
}

.summary-box span.sum-cat {
    width: 100%;
    display: block;
    text-align: left;
    color: #666;
    font-size: 1.0em;
    line-height: 1.4;
    text-decoration: none;
}

.summary-box span.title {
    text-align: left;
    display: block;
    color: rgb(32, 32, 32);
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    word-break: break-all;
    text-decoration: none;
}

.hgroup {
    width: 100%;
    padding: 100px 0 50px;
    background: linear-gradient(270deg, #04ad3b, #5b00cd, #0047cd, #cd00a5);
    background-size: 800% 800%;
    -webkit-animation: Gradient 30s ease infinite;
    -moz-animation: Gradient 30s ease infinite;
    -o-animation: Gradient 30s ease infinite;
    animation: Gradient 30s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.hgroup h1 {
    text-align: center;
    font-size: 1.875em;
    font-weight: 700;
    color: #e1e1e1;
}

#content>div.articleArea>div.entry-content>div>figure>span>img {
    max-width: 860px;
}

.post-meta {
    display: block;
    width: 250px;
    text-align: center;
    margin: 60px auto 10px;
}

.author,
.date,
.modify,
.delete {
    font-size: 0.75em;
    font-weight: 300;
    color: #989898;
}

.modify a,
.delete a {
    color: #989898;
    text-decoration: none;
}

.modify a:hover,
.delete a:hover {
    color: #989898;
    text-decoration: none;
}

.entry-content {
    max-width: 860px;
    margin: 30px auto;
    text-align: left;
    overflow: hidden;
}


/** entry **/

.entry-content h1 {
    font-size: 1.6em;
    font-weight: 600;
    color: #dfdfdf;
}

.entry-content h2 {
    font-size: 1.5em;
    font-weight: 600;
    color: #dfdfdf;
}

.entry-content h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #dfdfdf;
}

.entry-content h4 {
    font-size: 1.2em;
    font-weight: 600;
    color: #dfdfdf;
}

.entry-content p {
    font-size: 1.0em;
    font-weight: 400;
    color: #d2d2d2;
    line-height: 1.6;
}

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

.entry-content hr {
    display: block;
    height: 0;
    border: 0;
    border-bottom: 1px solid rgb(90, 90, 90);
}

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

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

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

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

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

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

.entry-content a {
    color: rgb(66, 174, 216);
}

#tt-body-page figure.imageblock img,
figure.imageblock img {
    max-width: 860px;
}

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

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

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

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

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

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

.entry-content table {
    width: 100%;
    margin-bottom: 22px;
    border: 1px solid #d4d4d4;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.875em;
    line-height: 1.5714;
    color: #a2a2a2;
}

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

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

.entry-content input {
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #d4d4d4;
    font-size: 0.875em;
    line-height: 1.25;
    color: #666;
    box-sizing: border-box;
    vertical-align: middle;
}

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

.entry-content .protected_form p:before {
    content: "";
    display: block;
    width: 64px;
    height: 84px;
    margin: 0 auto 30px;
    background: url(./images/ico_package.png) no-repeat -50px -100px;
}

.entry-content .protected_form input {
    width: 220px;
    height: 50px;
    margin-bottom: 10px;
    background: transparent;
    vertical-align: top;
}

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

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

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

.postbtn_like {
    background: #eaedec;
}

.another_category_color_gray {
    background: #323639;
    border-radius: 10px;
}

.another_category_color_gray,
.another_category_color_gray h4 {
    border: 0;
}

.another_category_color_gray table {
    border: 0;
}

.another_category_color_gray table tbody td {
    border-left: 0;
    border-top: 0;
}

.tags {
    max-width: 860px;
    margin: 30px auto;
    text-align: left;
}

.tags h2 {
    font-size: 1.2em;
    font-weight: 500;
    color: #d4d4d4;
}

.tags .items {
    margin-top: 20px;
}

.tags .items,
.tags .items a {
    color: #d2d2d2;
    font-size: 1.0em;
    font-weight: 400;
    text-decoration: none;
}

.avatar {
    width: 48px;
    border-radius: 50%;
}

.comment-form textarea {
    width: 98%;
    height: 150px;
    padding-top: 1.5%;
    padding-left: 1.5%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    resize: none;
    color: #d2d2d2;
    border: none;
    outline: none;
}

.rp-btn {
    width: 46px;
    height: 46px;
    padding: 10px;
    background: #3f4448;
    border: none;
    color: #d2d2d2;
    border-radius: 50%;
    position: relative;
    top: -57px;
    left: 94%;
    font-size: 14px;
    box-shadow: 1px 1px 5px #060606;
}

.btn {
    width: 46px;
    height: 46px;
    padding: 10px;
    background: #3f4448;
    border: none;
    color: #d2d2d2;
    border-radius: 50%;
    font-size: 14px;
    box-shadow: 1px 1px 5px #060606;
}

.done {
    width: 32px;
    position: relative;
    top: -2px;
    left: -2px;
}


/* Comment */

.comments {
    max-width: 860px;
    margin: 0 auto 60px;
    padding-bottom: 30px;
}

.comments h2 {
    font-weight: 400;
    font-size: 1em;
    color: #000;
}

.comments .comment-list {
    font-size: 16px;
    margin-bottom: 6px;
    overflow: hidden;
}

.comments .comment-list ul li {
    padding: 30px 0 25px;
    border-top: 1px dotted #424242;
    position: relative;
    min-height: 48px;
}

.comments .comment-list ul li:first-child {
    border: none;
}

.comments .comment-list ul li ul li {
    padding: 26px 0 0 60px;
    border-top: 0;
    border-bottom: 0;
}

.comments .comment-list ul li .author-meta {
    position: absolute;
    overflow: hidden;
    top: 30px;
    height: 48px;
    left: 0;
    right: 0;
    padding: 4px 0 0 60px;
}

.comments .comment-list ul li ul li .author-meta {
    top: 26px;
    left: 60px;
}

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

.comments .comment-list ul li .author-meta span {
    display: inline-block;
}

.comments .comment-list ul li .author-meta a {
    text-decoration: none;
    color: #d2d2d2;
}

.comments .comment-list ul li .author-meta .nickname {
    color: #d2d2d2;
    float: left;
    font-size: 0.875em;
    line-height: 20px;
}

.comments .comment-list ul li .author-meta .nickname .tistoryProfileLayerTrigger {
    margin-bottom: 3px;
    margin-right: 0;
    vertical-align: bottom;
}

.comments .comment-list ul li .author-meta .date {
    float: left;
    margin-left: 10px;
    font-size: 0.75em;
    color: #999;
    line-height: 20px;
}

.comments .comment-list ul li .author-meta .date:before,
.comments .comment-list ul li .author-meta .date a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    margin-right: 10px;
    background: #b2b2b2;
}

.comments .comment-list ul li .author-meta .date a {
    margin-left: 10px;
}

.comments .comment-list ul li .control {
    position: absolute;
    top: 33px;
    right: 0;
}

.comments .comment-list ul li ul li .control {
    top: 29px;
}

.comments .comment-list ul li .control a {
    margin: 0 2px;
    text-decoration: none;
    font-size: 12px;
    color: #999;
}

.comments .comment-list ul li p {
    position: relative;
    margin: 29px 0 0 60px;
    font-size: 0.875em;
    line-height: 1.5714;
    color: #adadad;
    text-align: left;
}

.comments .comment-form {
    text-align: left;
}

.comments .comment-form .field {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 8px;
}

.comments .comment-form input[type=text],
.comments .comment-form input[type=password],
.comments .comment-form textarea {
    border: 2px solid #808080;
    font-size: 0.9375em;
    line-height: 1.25;
    color: #adadad;
    background: transparent;
}

.comments .comment-form input[type=text],
.comments .comment-form input[type=password] {
    width: 180px;
    height: 40px;
    margin-right: 6px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.comments .comment-form .field .secret {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.comments .comment-form .field .secret input {
    display: none;
}

.comments .comment-form .field .secret label {
    font-size: 0.8125em;
    line-height: 52px;
    color: #d2d2d2;
    outline: none;
    cursor: pointer;
}

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

.comments .comment-form .field .secret input[type=checkbox]:checked+label:before {
    background-image: url(./images/check.svg);
    background-size: 20px;
    background-repeat: no-repeat;
}

.comments .comment-form .field .submit {
    float: right;
}

.container_postbtn .btn_menu_toolbar {
    background: rgb(211, 247, 175);
    background: linear-gradient(90deg, rgba(211, 247, 175, 1) 0%, rgba(1, 164, 212, 1) 100%, rgba(131, 26, 173, 1) 100%);
    color: #fff;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
textarea {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #404040;
    font-size: 0.9375em;
    line-height: 1.25;
    color: #f5f5f5;
    background: transparent;
    margin-top: 30px;
    padding-left: 4px;
}

.sidebar {
    width: 295px;
    height: 89.5%;
    display: block;
    background: #232729;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 9999999;
    box-shadow: 20px 17px 20px #101215;
}

.sidebar-box {
    width: 264px;
    padding-left: 6px;
    margin: 0 auto;
    display: block;
}

.search {
    margin-bottom: 30px;
}

input[type=text].search-input {
    width: 214px;
    padding-left: 36px;
    background: url('./images/search.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 10px 10px;
}

.notice {
    margin-bottom: 30px;
}

.notice ul li {
    width: 254px;
    height: 46px;
    line-height: 46px;
    background: #2f3233;
    border-bottom: 1px solid #242627;
}

.notice ul li a {
    text-decoration: none;
    color: #d2d2d2;
    padding-left: 10px;
}

.notice_ic {
    width: 20px;
    margin-top: 14px;
    margin-right: 4px;
}

.recentPost {
    display: flex;
    margin-bottom: 30px;
}

.recentPost ul li {
    width: 254px;
    height: 46px;
    line-height: 46px;
    background: #2f3233;
    border-bottom: 1px solid #242627;
}

.recentPost ul li a {
    text-decoration: none;
    color: #d2d2d2;
    padding-left: 10px;
}

.counter {
    margin-bottom: 30px;
}

.counter span.total,
.counter span.today,
.counter span.yesterday {
    display: block;
    width: 254px;
    height: 46px;
    line-height: 46px;
    background: #2f3233;
    font-size: 1.0em;
    color: #d1d1d1;
    padding-left: 10px;
}

.counter span.total {
    color: #d2d2d2;
    font-size: 1.1em;
    font-weight: 500;
}

.popularPost {
    display: flex;
    margin-bottom: 30px;
}

.popularPost ul li {
    width: 254px;
    height: 46px;
    line-height: 46px;
    background: #2f3233;
    border-bottom: 1px solid #242627;
}

.popularPost ul li a {
    text-decoration: none;
    color: #d2d2d2;
    padding-left: 10px;
}

.recentComment {
    margin-bottom: 30px;
}

.recentComment ul li {
    width: 254px;
    height: 46px;
    line-height: 46px;
    background: #2f3233;
    border-bottom: 1px solid #242627;
}

.recentComment ul li a {
    text-decoration: none;
    color: #d2d2d2;
    padding-left: 10px;
}

.guestBook {
    margin-bottom: 30px;
}

.guestBook ul li {
    width: 254px;
    height: 46px;
    line-height: 46px;
    background: #2f3233;
    border-bottom: 1px solid #242627;
}

.guestBook ul li a {
    text-decoration: none;
    color: #d2d2d2;
    padding-left: 10px;
}

.category {
    margin-bottom: 30px;
}

.category ul {
    width: 254px;
    height: auto;
    background: #2f3233;
}

.category ul li {
    display: table-row;
    width: 254px;
    height: 46px;
    line-height: 46px;
    background: #2f3233;
    border-bottom: 1px solid #242627;
}

.category ul li a {
    text-decoration: none;
    color: #d2d2d2;
    padding-left: 10px;
}

.sub_category_list li a {
    margin-left: 14px;
}

.pagination {
    display: block;
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.pagination>a {
    color: #d1d1d1;
    text-decoration: none;
}

.pagination>a>span {
    margin: 0 4px;
}

.pagination>a>span.selected {
    color: #d1d1d1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #242627;
    display: inline-block;
    line-height: 30px;
}

#footer {
    display: block;
    margin: 80px auto;
    text-align: center;
    width: 110px;
}

#footer p a,
#footer p.copyright {
    color: #d1d1d1;
    text-decoration: none;
    font-size: 0.87em;
}

.category-related-mob {
    display: none;
}

.category-related-mob {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 280px;
    display: none;
    background: #111213;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    box-shadow: 2px 0 10px #000;
    z-index: 999999;
}

.handleBox {
    width: 100%;
    height: 40px;
    display: block;
    background: #111213;
    z-index: 999999;
}

.handle {
    display: block;
    width: 40px;
    height: 6px;
    border-radius: 40px;
    margin: 14px auto 0;
    background: #2b2b2f;
}

.category-related-mob.light {
    background: #fff;
    box-shadow: 2px 0 10px #ccc;
}

.handleBox.light {
    background: #fff;
}

.handle.light {
    background: #cfcfcf;
}

#dimm {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(45, 45, 45, 0.5);
}

ul.list_related {
    width: 100%;
    height: 190px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

ul.list_related li {
    width: 222px;
    height: 130px;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #3e3d3d;
    border-radius: 3px;
    padding: 30px 5px 0 5px;
}

ul.list_related li:last-child {
    margin-right: 10px;
}

ul.list_related li.light {
    border: 1px solid #e0e0e0;
}

.thumb_related {
    width: 25%;
    display: block;
    float: left;
}

.thumb_inner {
    position: relative;
    padding-top: 100%;
    /* 1:1 ratio */
    overflow: hidden;
}

.thumb_inner .centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.thumb_inner .centered img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thumb_right {
    width: 70%;
    float: right;
    display: block;
    text-align: left;
}

.txt_related {
    font-size: 1.0em;
    font-weight: 600;
    color: #d1d1d1;
    display: block;
    white-space: normal;
    line-height: 20px;
}

.date_related {
    font-size: 0.8em;
    color: #d1d1d1;
    display: block;
    padding-top: 10px;
}

.tit_related {
    width: 100%;
    text-align: center;
    font-size: 1.0em;
    font-weight: 700;
    color: #d1d1d1;
    display: block;
    padding: 0 0 20px 0;
}

.tit_related.light {
    color: #3e3e3e;
}

.txt_related.light {
    color: #3c3a3a;
}

.date_related.light {
    color: #5a5a5a;
}


/* Light Mode */

body.light,
#content.light {
    color: #383838;
    background: #ffffff;
}

header.light {
    background: #ffffff;
}

#nav-icon.light {
    background: transparent;
}

#nav-icon span.light {
    background: #383838;
}

.logo.light {
    background: transparent;
}

.logo a.light {
    color: #4a4a4a;
}

.sidebar.light {
    background: #ffffff;
    box-shadow: 3px 17px 13px #8c8c8c;
}

.sidebar ul li.light,
.counter span.total.light,
.counter span.today.light,
.counter span.yesterday.light {
    background: #f7f7f7;
    border-bottom: 1px solid #eaedec;
}

.sidebar ul li a.light,
.counter span.total.light,
.counter span.today.light,
.counter span.yesterday.light {
    color: #505050;
}

.mCSB_dragger_bar.light {
    background: #a7a7a7;
}

.hgroup h1.light {
    color: #4a4a4a;
}

footer p.light,
footer p a.light {
    color: #4a4a4a;
}

.rp-btn.light {
    background: rgba(249, 249, 249, 1);
}

.tags h2.light,
.tags .items a.light {
    color: #2f2f2f;
}

.summary-box .title.light,
.summary-box .excerpt.light {
    color: #2f2f2f;
}

.entry-content h1.light {
    color: #3b3b3b;
}

.entry-content h2.light {
    color: #3b3b3b;
}

.entry-content h3.light {
    color: #3b3b3b;
}

.entry-content h4.light {
    color: #3b3b3b;
}

.entry-content p.light {
    color: #3b3b3b;
}

.entry-content ul li.light {
    color: rgb(97, 97, 97);
}

.entry-content ol li.light {
    color: rgb(97, 97, 97);
}

.another_category_color_gray.light {
    background: #ffffff;
}

.comments .comment-list ul li .author-meta .nickname.light,
.comments .comment-list ul li .author-meta .nickname a.light {
    color: #585858;
}

.comments .comment-list ul li p.light {
    color: #757575;
}

input[type=text].light,
input[type=email].light,
input[type=password].light,
input[type=submit].light,
textarea.light {
    color: #101215;
}

.postbtn_like.light {
    background: transparent;
}

.category ul.light {
    background: #f7f7f7;
}


/* Media Screen - Tablet */

@media screen and (max-width:1023px) {
    #content {
        width: 99%;
        margin: 0 auto;
    }
    .articleArea {
        display: block;
        width: 100%;
        overflow: auto;
    }
    .post-item {
        display: inline-block;
        width: 40%;
        background: #fff;
        border-radius: 10px;
        margin: 4%;
        vertical-align: middle;
        box-shadow: -1px -1px 15px #111;
    }
    .post-item.light {
        box-shadow: -1px -1px 8px #d2d2d2;
    }
    .articleArea:nth-child(odd) {
        float: left;
        text-align: center;
    }
    .articleArea:nth-child(even) {
        float: right;
        text-align: center;
    }
    .thum {
        width: 100%;
    }
    .thum img {
        max-width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .summary-box {
        width: 94%;
        text-align: left;
        padding: 10px;
    }
    .summary-box span.sum-cat {
        color: #666;
        font-size: 0.9em;
    }
    .summary-box span.title {
        word-break: break-all;
        color: rgb(32, 32, 32);
        font-size: 1.2em;
    }
    .pagination {
        width: 100%;
    }
    .rp-btn {
        position: static;
        float: right;
        margin-right: 4px;
    }
    #content>div.articleArea>div.entry-content>div>figure>span>img {
        max-width: 100%;
    }
    .hgroup h1 {
        width: 100%;
        word-break: break-all;
    }
    #tt-body-page figure.imageblock img,
    figure.imageblock img {
        max-width: 100%;
    }
    .category-related-mob {
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 280px;
        display: none;
        background: #111213;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        box-shadow: 2px 0 10px #000;
        z-index: 999999;
    }
    .handleBox {
        width: 100%;
        height: 40px;
        display: block;
        background: #111213;
        z-index: 999999;
    }
    .handle {
        display: block;
        width: 40px;
        height: 6px;
        border-radius: 40px;
        margin: 14px auto 0;
        background: #2b2b2f;
    }
    .category-related-mob.light {
        background: #fff;
        box-shadow: 2px 0 10px #ccc;
    }
    .handleBox.light {
        background: #fff;
    }
    .handle.light {
        background: #cfcfcf;
    }
    #dimm {
        width: 100%;
        height: 100vh;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        background: rgba(45, 45, 45, 0.5);
    }
    ul.list_related {
        width: 100%;
        height: 190px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    ul.list_related li {
        width: 290px;
        height: 120px;
        display: inline-block;
        margin-left: 10px;
        border: 1px solid #3e3d3d;
        border-radius: 3px;
        padding: 30px 5px 0 5px;
    }
    ul.list_related li:last-child {
        margin-right: 10px;
    }
    ul.list_related li.light {
        border: 1px solid #e0e0e0;
    }
    .thumb_related {
        width: 25%;
        display: block;
        float: left;
    }
    .thumb_inner {
        position: relative;
        padding-top: 100%;
        /* 1:1 ratio */
        overflow: hidden;
    }
    .thumb_inner .centered {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
    }
    .thumb_inner .centered img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .thumb_right {
        width: 70%;
        float: right;
        display: block;
    }
    .txt_related {
        font-size: 1.0em;
        font-weight: 600;
        color: #d1d1d1;
        display: block;
        white-space: normal;
        line-height: 20px;
    }
    .date_related {
        font-size: 0.8em;
        color: #d1d1d1;
        display: block;
        padding-top: 10px;
    }
    .tit_related {
        width: 100%;
        text-align: center;
        font-size: 1.0em;
        font-weight: 700;
        color: #d1d1d1;
        display: block;
        padding: 0 0 20px 0;
    }
    .tit_related.light {
        color: #3e3e3e;
    }
    .txt_related.light {
        color: #3c3a3a;
    }
    .date_related.light {
        color: #5a5a5a;
    }
}


/* Media Screen - Mobie */

@media screen and (max-width:767px) {
    .articleArea {
        width: 98%;
        margin: 0 auto;
    }
    .articleArea:nth-child(odd) {
        float: none;
    }
    .articleArea:nth-child(even) {
        float: none;
    }
    .post-item {
        margin: 0;
        width: 100%;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 30px;
        box-shadow: -1px -1px 15px #111;
    }
    .post-item.light {
        box-shadow: -1px -1px 8px #d2d2d2;
    }
    .thum {
        display: block;
        width: 100%;
    }
    .thum img {
        max-width: 100%;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .summary-box {
        display: block;
        width: 94%;
        padding: 10px;
    }
    .summary-box span.sum-cat {
        color: #666;
        font-size: 0.9em;
    }
    .summary-box span.title {
        word-break: break-all;
        color: rgb(32, 32, 32);
        font-size: 1.2em;
    }
    .pagination {
        width: 100%;
    }
    .rp-btn {
        position: static;
        float: right;
        margin-right: 4px;
    }
    .hgroup h1 {
        width: 100%;
        word-break: break-all;
    }
    #tt-body-page figure.imageblock img,
    figure.imageblock img {
        max-width: 100%;
    }
    .category-related-mob {
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 280px;
        display: none;
        background: #111213;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        box-shadow: 2px 0 10px #000;
        z-index: 999999;
    }
    .handleBox {
        width: 100%;
        height: 40px;
        display: block;
        background: #111213;
        z-index: 999999;
    }
    .handle {
        display: block;
        width: 40px;
        height: 6px;
        border-radius: 40px;
        margin: 14px auto 0;
        background: #2b2b2f;
    }
    .category-related-mob.light {
        background: #fff;
        box-shadow: 2px 0 10px #ccc;
    }
    .handleBox.light {
        background: #fff;
    }
    .handle.light {
        background: #cfcfcf;
    }
    #dimm {
        width: 100%;
        height: 100vh;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        background: rgba(45, 45, 45, 0.5);
    }
    ul.list_related {
        width: 100%;
        height: 190px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    ul.list_related li {
        width: 80%;
        height: 120px;
        display: inline-block;
        margin-left: 10px;
        border: 1px solid #3e3d3d;
        border-radius: 3px;
        padding: 30px 5px 0 5px;
    }
    ul.list_related li:last-child {
        margin-right: 10px;
    }
    ul.list_related li.light {
        border: 1px solid #e0e0e0;
    }
    .thumb_related {
        width: 25%;
        display: block;
        float: left;
    }
    .thumb_inner {
        position: relative;
        padding-top: 100%;
        /* 1:1 ratio */
        overflow: hidden;
    }
    .thumb_inner .centered {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
    }
    .thumb_inner .centered img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .thumb_right {
        width: 70%;
        float: right;
        display: block;
        text-align: left;
    }
    .txt_related {
        font-size: 1.0em;
        font-weight: 600;
        color: #d1d1d1;
        display: block;
        margin-top: 20px;
        white-space: normal;
        line-height: 20px;
    }
    .date_related {
        font-size: 0.8em;
        color: #d1d1d1;
        display: block;
        padding-top: 10px;
    }
    .tit_related {
        width: 100%;
        text-align: center;
        font-size: 1.0em;
        font-weight: 700;
        color: #d1d1d1;
        display: block;
        padding: 0 0 20px 0;
    }
    .tit_related.light {
        color: #3e3e3e;
    }
    .txt_related.light {
        color: #3c3a3a;
    }
    .date_related.light {
        color: #5a5a5a;
    }
    .comment-form textarea {
        width: 96%;
    }
    .submit {
        display: block;
        width: 100%;
    }
    .articleArea:nth-child(even),
    .articleArea:nth-child(odd) {
        width: 100%;
    }
    .articleArea:first-child {
        margin-top: 30px;
    }
    .comments .comment-list {
        margin-top: 60px;
    }
    #content>div.articleArea>div.entry-content>div>figure>span>img {
        max-width: 100%;
    }
}