html,
body {
    height: 100%;
    margin: 0;
}

body {
    font-family: "Noto Sans KR", sans-serif;
    background-color: #f7f7f7;
    letter-spacing: -0.3px;
    font-weight: 400;
}

.container {
    max-width: 1020px;
    margin: 0 auto;
}

a {
    color:#333;
    font-weight:500;
    text-decoration: none;
    transition:0.3s;
}
a:hover {
    color:#ad875f;
    text-decoration: none;
}

.button {
    display: inline-block;
    border-radius: 4px;
    padding: 10px 36px;
    font-size: 14px;
    line-height: 20px;
    border: 0;
    background: #ddd;
    color: #000;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}
.button:hover {
    text-decoration: none;
}

.button.primary {
    color: #fff;
    background: #E54A5D;
    font-weight: bold;
}

.button.small {
    font-size: 12px;
}

.button.medium {
    font-size: 17px;
    padding: 6px 18px;
}

.button.large {
    font-size: 20px;
    line-height: 30px;
}

.button.block {
    display: block;
    margin:0 auto;
}

.button.text {
    display: inline-block;
    padding: 2px;
    background-color: transparent;
    margin: 0;
    vertical-align: baseline;
}

.button.text.link {
    text-decoration: underline;
}

.button.text:hover {
    text-decoration: underline;
}

.button.text.white {
    color: #fff;
}

/* PORTAL */

/* OTTER */

.otter-icon {
    width: 38px;
    vertical-align: sub;
    display: inline-block;
}

/* HEADER */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: rgb(247 247 247 / 50%);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
}
body header .container {
    position: relative;
}

body.on-scroll header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .inner {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.on-scroll header .inner {
    border-bottom: 0;
}

header .inner h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
header .inner h3 a {
    color: #000000;
    display: inline-block;
}
header .inner nav {
    position: absolute;
    right: 0;
    top: 10px;
    text-align: right;
}
header .inner nav a {
    display: inline-block;
    font-size: 13px;
    color: #656565;
    font-weight: 500;
    line-height: 32px;
    vertical-align: middle;
}
header .inner nav a + a {
    margin-left: 10px;
}
header .inner nav .sep {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    height: 12px;
    vertical-align: middle;
}

header .post-title {
    position: absolute;
    left: 130px;
    right: 130px;
    top: 0;
    font-size: 17px;
    line-height: 52px;
    text-align: center;
    font-weight: 500;
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 0.3s, transform 0.2s;
    transform: translateY(30px);
}

header .post-title a {
    color: #000;
}

body.on-scroll-title header .post-title {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: visibility 2s, opacity 1s, transform 0.5s;
}

header nav a.subscribe,
header nav a.mypage {
    font-weight: bold;
    color: #000;
}

header nav a.mypage {
    display: inline-block;
    text-align: left;
    text-indent: -1000px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(/assets/img/icon_account.svg) no-repeat center;
    background-size: contain;
}

.footer-content ul,
.footer-content ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-content ul li,
.footer-content ol li {
    display: inline-block;
}

.footer-content ol li + li:before {
    content:'·';
    display:inline-block;
    margin-right:2px;
    opacity:0.5;
}

.footer-content ol li.line + li:before {
    display:none;
}

.footer-content ul {
    margin-bottom: 8px;
}
.footer-content ul li + li {
    margin-left: 10px;
}
.footer-content ul li a {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.footer-content ol {
    display: block;
}
.footer-content ol li {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
}

.sidebar-footer .footer-content ol {
    margin-bottom:10px;
}
.sidebar-footer .footer-content ol li {
    margin-bottom:4px;
}
.sidebar-footer .footer-content ol li.line {
    display:block;
}

.sidebar-footer .footer-content ol li.line:before {
    display:none;
}


#main-content {
    padding-top: 52px;
}

.wrap {
    min-height: 100%;
    margin-bottom: -113px;
}

.main-footer {
    display: none;
    border-top:1px solid rgba(0,0,0,0.1);
}

.post-template .main-footer {
    display: block;
}

#home-content {
    position: relative;
    margin-top: 30px;
}
#home-content .wrapper {
    display: flex;
    justify-content: space-between;
}
#home-content .sidebar {
    position: sticky;
    left: 0;
    top: 0;
    width: 350px;
    height: 100%;
    top: 84px;
}
#home-content .sidebar .big-logo {
    width: 315px;
    height: 111px;
}
#home-content .sidebar .big-logo a {
    display: block;
    width: 315px;
    height: 111px;
    text-indent: -10000px;
    overflow: hidden;
    background: url(/assets/img/logo_main.svg) no-repeat;
    background-size: contain;
}
#home-content .content {
    margin-left: 40px;
}

.site-header {
    position: relative;
    margin-bottom: 10px;
    margin-left: -22px;
}
.site-header:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 13px;
    left: 0;
    top: 50%;
    background: url(/assets/img/icon_back.svg) no-repeat center;
    margin-top: -6px;
    margin-top: -6px;
    pointer-events: none;
}
.site-header a {
    padding-left: 22px;
    display: inline-block;
}
.site-header span {
    display: block;
    position: relative;
    width: 150px;
    height: 24px;
    background: url(/assets/img/logo_sub.svg) no-repeat left center;
    background-size: contain;
    text-indent: -1000px;
}

.sidebar-footer {
    margin-top: 80px;
    width: 350px;
}
.sidebar-footer .author-info {
    position: relative;
}
.sidebar-footer .author-info + .author-info {
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-footer .author-description {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.sidebar-footer .author-description p {
    margin:0;
}
.sidebar-footer .author-description p + p {
    margin-top:10px;
}
.sidebar-footer .author-description p a {
    font-weight:bold;
}
.sidebar-footer .footer-content {
    margin-top:50px;
}
.sidebar-footer .powered {
    position: relative;
    margin-top: 54px;
}
.sidebar-footer .powered .site {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: rgba(105, 103, 103, 0.8);
    margin: 0;
    margin-bottom: 2px;
}
.sidebar-footer .powered .mediasphere {
    margin: 0;
    text-indent: -1000px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    width: 145px;
    height: 15px;
    margin-top: -7px;
    opacity: 0.5;
    background: url(/assets/img/powered_mediasphere.svg) no-repeat center /
        contain;
}
.sidebar-footer .powered .powered-bluedot {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
}

.header-title {
    padding-left: 8px;
    margin-bottom: 18px;
}
.header-title h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 180%;
    color: #a7a7a7;
    margin: 0;
}

.recent-posts {
    margin-bottom: 50px;
}

.post-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    padding: 20px 44px;
    padding-left: 74px;
    margin-bottom: 14px;
}

.post-card a.full {
    display:none;
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
}

.post-card .post-card-content {
    margin-right: 100px;
}
.post-card .post-card-content .visited-check-icon {
    font-size: 0;
    position: absolute;
    left: 36px;
    top: 27px;
    width: 23px;
    height: 23px;
}
.post-card .post-card-content .visited-check-icon svg g {
    fill: #333;
}
.post-card .post-card-content .visited-check-icon:visited svg g {
    fill: #fff;
}

.post-card .post-card-content .post-card-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 180%;
    margin: 0;
    margin-bottom: 3px;
}
.post-card .post-card-content .post-card-title a {
    color: #333;
    position: relative;
}
.post-card .post-card-content .post-card-title a span {
    position: relative;
    z-index: 1;
}
.post-card .post-card-content .post-card-title a:hover {
    text-decoration: none;
}
.post-card .post-card-content .post-card-title a:hover:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    height: 8px;
    background: #e7ddd4;
    z-index: 0;
}
.post-card .post-card-content .post-card-excerpt {
    font-weight: normal;
    font-size: 13px;
    line-height: 180%;
    color: #777;
    margin-bottom: 10px;
    word-break: break-all;
}

.post-card .post-card-meta {
    position: absolute;
    top: 24px;
    right: 36px;
    width: 96px;
    text-align: right;
}
.post-card .post-card-meta .post-card-visibility {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    opacity: 0.4;
    line-height: 180%;
    margin-bottom: 4px;
}
.post-card .post-card-meta .post-card-visibility span {
    display: none;
}
.post-card .post-card-meta .post-card-visibility.visibility-paid span.paid,
.post-card
    .post-card-meta
    .post-card-visibility.visibility-members
    span.members,
.post-card .post-card-meta .post-card-visibility.visibility-public span.public {
    display: inline-block;
}

.post-card .post-card-meta .post-card-date {
    font-weight: normal;
    font-size: 11px;
    line-height: 180%;
    color: #777;
    opacity: 0.4;
}

.post-content-wrap {
    padding-top: 80px;
    padding-bottom: 180px;
    max-width: 770px;
}

.post-content-header {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 20px;
}

.post-content-header h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
}
.post-content-header time {
    color: #696767;
    font-size: 13px;
}

.post-content-header span.bull {
    color: #ccc;
    font-size: 13px;
    font-weight: 100;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    text-indent:-1000px;
    overflow:hidden;
    position:relative;
    width:10px;
    vertical-align: middle;
}

.post-content-header span.bull:after {
    content:'';
    position:absolute;
    width:2px; height:2px; border-radius:2px;
    background:#ccc;
    left:50%; top:50%;
    margin-left:-1px; margin-right:-1px;
}

.post-content-header a {
    color:#333;
    font-size:13px;
}

.post-content-wrap .post-nav {
    position:relative;
}

.post-content-wrap article + .post-nav {
    margin-top:50px;
}

.post-content-wrap .post-nav .post-card {
    padding-top: 32px;
    padding-bottom: 10px;
}
.post-content-wrap .post-nav .post-card .post-card-content .visited-check-icon {
    top:37px;
}

.post-content-wrap .post-nav .post-nav-title {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 75px;
    font-size: 13px;
    color: #999;
}

/* CONTENT */
.post-content {
    font-size: 16px;
    line-height: 28px;
}
.post-content a {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #333;
}
.post-content a:hover {
    text-decoration: none;
}

.post-content section.block {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.post-content iframe {
    border: 0;
    width: 100%;
    min-height: 420px;
}

.post-content em {
    font-style: italic;
    color: #999;
}
.post-content hr {
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 7%);
    margin-top: 40px;
    margin-bottom: 40px;
}

.post-content figure {
    margin-top: 30px;
    margin-bottom: 30px;
}

.post-content h1,
.post-content h2 {
    color: #000;
}

.post-content h1 {
    font-size: 26px;
    margin-bottom: 20px;
}

.post-content h2 {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: -30px;
    padding-left: 30px;
}
.post-content h2 a.anchor {
    display: none;
    position: absolute;
    width: 20px;
    height: 26px;
    left: 0px;
    overflow: hidden;
    border-bottom: 0;
}
.post-content h2 a.anchor:hover {
    text-decoration: none;
}

.post-content h2 a.anchor .anchor-icon {
    padding: 0;
}
.post-content h2 a.anchor .anchor-icon:before {
    vertical-align: top;
    color: #bbb;
}

.post-content h2:hover a.anchor {
    display: inline-block;
}

.post-content h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 34px;
}

.post-content h4 {
    font-size: 18px;
}
.post-content h5 {
    font-size: 16px;
}
.post-content h6 {
    font-size: 14px;
}

.post-content blockquote {
    background: rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 10px 20px;
    border-radius: 2px;
}

.post-content p {
    color: #333;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: justify;
    word-break: break-word;
}
.post-content p:last-child {
    margin-bottom: 0;
}
.post-content p a {
    color: #222;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    padding-bottom: 0px;
}
.post-content p a:hover {
    text-decoration: none;
    color: #27a6a6;
    border-bottom: 1px solid #27a6a6;
}

.post-content p sup a {
    color: #000;
    font-weight: bold;
    border-bottom: 0;
}

.post-content p code {
    display: inline-block;
    padding: 0px 2px;
    color: #222;
    background: #ffeaca;
    border-radius: 2px;
}

.post-content pre {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    padding: 18px;
    word-wrap: break-word;
}
.post-content section.preview pre {
    margin-bottom: 0;
}

.post-content pre.abtest-wrap {
    display: none;
}

.post-content pre code {
    padding: 0px;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.post-content pre.float,
.post-content pre.float-left {
    padding: 0;
    float: left;
    border: 0;
    width: 250px;
    background: none;
    margin-right: 40px;
    margin-left: -50px;
    font-size: 20px;
    font-weight: bold;
}
.post-content pre.float-right {
    padding: 0;
    float: right;
    border: 0;
    width: 250px;
    background: none;
    margin-left: 40px;
    margin-right: -50px;
    font-size: 20px;
    font-weight: bold;
}

.post-content pre.float code,
.post-content pre.float-left code,
.post-content pre.float-right code {
    padding: 0;
}

.post-content ol {
    margin-top: 20px;
    margin-bottom: 30px;
}
.post-content ol > li {
    margin-bottom: 8px;
}

.post-content ul {
    padding-left: 20px;
    margin-bottom: 30px;
}
.post-content ul > li {
    margin-bottom: 10px;
    line-height: 22px;
}
.post-content ul > li:last-child {
    margin-bottom: 0;
}

.post-content ul > li > ul {
    margin-top: 10px;
    margin-bottom: 30px;
}
.post-content ul > li > ul > li {
    margin-bottom: 14px;
}

.post-content ol ol,
.post-content ol ul,
.post-content ul ul,
.post-content ul ol {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 40px;
}

/* AUTHOR */
.c-author {
    font-size: 19px;
    color: #696767;
    position: relative;
}

.post-content-wrap .c-author {
    margin-top: 10px;
}

.c-author .author-info.have-profile {
    padding-left: 22px;
    position: relative;
}
.c-author .author-info.have-profile .profile {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    line-height: 0;
    font-size: 0;
}
.c-author .author-info.have-profile .profile img {
    max-width: 100%;
}

.c-author .author-info .info h4 {
    font-size: 0;
    line-height:0;
    margin: 0;
    padding: 0;
}
.c-author .author-info h4 {
    margin-top: 8px;
}
.c-author .author-info h4 span {
    font-size: 14px;
    display:inline-block;
    color: #000;
    vertical-align: middle;
}
.c-author .author-info h4 ul {
    display:inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0; margin-left:4px;
    padding: 0;
    font-size: 0;
}
.c-author .author-info h4 ul li {
    display: inline-block;
    color: #696969;
    font-weight: 500;
    font-size: 12px;
    position: relative;
}
.c-author .author-info h4 ul li a {
    color: #000000;
    opacity:0.6; transition:0.3s;
}
.c-author .author-info h4 ul li a:hover {
    opacity:1;
}
.c-author .author-info h4 ul li.facebook a {
    display:inline-block;
    width: 20px;
    height: 20px;
    background: url(/assets/img/icon_facebook.svg) no-repeat center / 16px 16px;
    text-indent:-1000px; overflow:hidden;
    vertical-align: middle;
}

.c-author .author-info h4 ul li.email {
    text-decoration: underline;
    line-height: 18px;
}

.c-author .author-info h4 ul li.email a {
    display:inline-block;
    width: 20px;
    height: 20px;
    background: url(/assets/img/icon_email.svg) no-repeat center / contain;
    text-indent:-1000px; overflow:hidden;
    vertical-align: middle;
}

.c-author .author-info h4 ul li + li {
    margin-left: 3px;
}

/* CONTENT */
.post-content {
    font-size: 16px;
    line-height: 28px;
}
.post-content a {
    color: #000;
    border-bottom: 1px solid #000;
    transition:0.3s;
}
.post-content a:hover {
    color:#ad875f;
    text-decoration: none;
    border-bottom-color: #ad875f;
}

.post-content section.block {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.post-content iframe {
    border: 0;
    width: 100%;
    min-height: 420px;
}

.post-content em {
    font-style: italic;
    color: #999;
}
.post-content hr {
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 7%);
    margin-top: 40px;
    margin-bottom: 40px;
}

.post-content figure {
    margin-top:30px;
    margin-bottom:30px;
}

.post-content h1,
.post-content h2 {
    color: #000;
}

.post-content h1 {
    font-size: 26px;
    margin-bottom: 20px;
}

.post-content h2 {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: -30px;
    padding-left: 30px;
}
.post-content h2 a.anchor {
    display: none;
    position: absolute;
    width: 20px;
    height: 26px;
    left: 0px;
    overflow: hidden;
    border-bottom: 0;
}
.post-content h2 a.anchor:hover {
    text-decoration: none;
}

.post-content h2 a.anchor .anchor-icon {
    padding: 0;
}
.post-content h2 a.anchor .anchor-icon:before {
    vertical-align: top;
    color: #bbb;
}

.post-content h2:hover a.anchor {
    display: inline-block;
}

.post-content h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 34px;
}

.post-content h4 { font-size:18px; }
.post-content h5 { font-size:16px; }
.post-content h6 {font-size:14px; }

.post-content blockquote {
    background: rgba(0,0,0,0.05);
    margin: 0;
    padding: 10px 20px;
    border-radius: 2px;
}

.post-content p {
    color: #333;
    line-height: 28px;
    margin-top:0;
    margin-bottom: 25px;
    text-align: justify;
    word-break: break-word;
}
.post-content p:last-child {
    margin-bottom: 0;
}

.post-content p sup a {
    color: #000;
    font-weight: bold;
    border-bottom: 0;
}

.post-content p code {
    display: inline-block;
    padding: 0px 2px;
    color: #222;
    background: #ffeaca;
    border-radius: 2px;
}

.post-content pre {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    padding: 18px;
    word-wrap: break-word;
}
.post-content section.preview pre {
    margin-bottom: 0;
}

.post-content pre.abtest-wrap {
    display: none;
}

.post-content pre code {
    padding: 0px;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.post-content pre.float,
.post-content pre.float-left {
    padding: 0;
    float: left;
    border: 0;
    width: 250px;
    background: none;
    margin-right: 40px;
    margin-left: -50px;
    font-size: 20px;
    font-weight: bold;
}
.post-content pre.float-right {
    padding: 0;
    float: right;
    border: 0;
    width: 250px;
    background: none;
    margin-left: 40px;
    margin-right: -50px;
    font-size: 20px;
    font-weight: bold;
}

.post-content pre.float code,
.post-content pre.float-left code,
.post-content pre.float-right code {
    padding: 0;
}

.post-content ol {
    margin-top: 20px;
    margin-bottom: 30px;
}
.post-content ol > li {
    margin-bottom: 8px;
}

.post-content ul {
    padding-left: 20px;
    margin-bottom: 30px;
}
.post-content ul > li {
    margin-bottom: 10px;
    line-height: 22px;
}
.post-content ul > li:last-child {
    margin-bottom: 0;
}

.post-content ul > li > ul {
    margin-top: 10px;
    margin-bottom: 30px;
}
.post-content ul > li > ul > li {
    margin-bottom: 14px;
}

.post-content ol ol,
.post-content ol ul,
.post-content ul ul,
.post-content ul ol {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 40px;
}

/* TAGS */
.c-tags {
    margin-top: 20px;
}
.c-tags a {
    display: inline-block;
    margin-right: 4px;
    color: #484848;
    padding: 2px 12px;
    background: #dedede;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    border-bottom: 0;
}
.c-tags a:hover {
    text-decoration: none;
    background-color: #eee;
}
.c-tags a:last-child {
    margin-right: 0;
}

/* STATIC PAGE */
.site-wrapper {
    display: flex;
    min-height: calc(100vh - 52px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.site-wrapper .outer {
    position: relative;
    padding: 0 5vw;
    margin-top: -52px;
}

.site-wrapper .inner {
    margin: 0 auto 10vw;
    max-width: 1040px;
    width: 100%;
}

.site-wrapper .site-logo {
    width: 184px;
    height: 28px;
    text-indent: -1000px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    background: url(/assets/img/logo_sub.svg) no-repeat center;
    background-size: contain;
}

.site-wrapper .site-slogan {
    font-weight: 500;
    color: #000;
    font-size: 22px;
    margin: 0;
    margin-bottom: 40px;
    text-align: center;
}

.site-wrapper .site-logo + .site-slogan {
    margin-top: -30px;
}

.site-powered {
    text-align: center;
    margin-top: 80px;
}

.site-powered a {
    display: inline-block;
    text-indent: -1000px;
    overflow: hidden;
    width: 166px;
    height: 18px;
    background: url(/assets/img/powered_mediasphere.svg) no-repeat center;
}

/* LOGIN */
form[data-members-form] .button-loader,
form[data-members-form] .message-error,
form[data-members-form] .message-success {
    display: none;
}
.message-error svg,
.message-success svg {
    position: relative;
    top: -1px;
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.message-success svg {
    fill: #fff;
}
.message-error svg {
    fill: #f05230;
}

.home-footer { display:none; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
}

@media (min-width: 992px) {
}

/* FOR MOBILE */
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* FOR DESKTOP */

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    .wrap {
        margin-bottom: 0;
    }

    .home-footer {
        display:block;
    }

    header .inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    header .inner nav {
        right: 15px;
    }

    header .post-title {
        display: none;
    }

    #home-content {
        margin-top: 10px;
    }

    #home-content .wrapper {
        display: block;
    }

    #home-content .sidebar {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        margin: 20px;
        padding: 24px 10px;
        background: #eee;
        border-radius: 10px;
        box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
    }
    #home-content .sidebar .big-logo {
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
    #home-content .sidebar .big-logo a {
        width: 100%;
        height: 100px;
    }

    .sidebar-footer {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
    }

    .sidebar-footer .footer-content,
    .sidebar-footer .powered {
        display:none;
    }

    .c-author .author-info .info h4 {
        font-size: 15px;
    }
    .c-author .author-info .network {
        margin-top: 10px;
    }

    #home-content .content {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .recent-posts {
        margin-bottom:30px;
    }

    .post-card {
        padding: 10px 20px;
        padding-top:14px;
        padding-left: 40px;
    }

    .post-card a.full {
        display:block;
    }

    .post-card .post-card-meta {
        right: 18px;
        top: 16px;
        width: 60px;
    }
    .post-card .post-card-meta .post-card-visibility {
        font-size: 12px;
    }
    .post-card .post-card-content {
        margin-right: 50px;
    }
    .post-card .post-card-content .visited-check-icon {
        top: 20px;
        left: 13px;
        width: 18px;
        height: 18px;
    }
    .post-card .post-card-content .post-card-excerpt {
        margin-top: 0;
        font-size: 12px;
        line-height: 18px;
    }
    .post-card .post-card-content .post-card-title {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .site-header {
        display: none;
    }

    .post-content-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .post-content-wrap .c-author {
        height: auto;
    }

    .post-content-wrap article + .post-nav {
        margin-top:26px;
    }

    .post-content-wrap .post-nav .post-nav-title {
        left:40px;
        font-size:12px;
    }
    .post-content-wrap .post-nav .post-card .post-card-content .visited-check-icon {
        top:38px;
    }

    .post-content-data {
        padding: 0px 20px;
    }

    .post-content-header {
        margin-bottom: 20px;
    }
    .post-content-header h3 {
        font-size: 24px;
    }
    .post-content {
        padding-bottom: 0;
        font-size: 15px;
        line-height: 22px;
    }
    .post-content p {
        line-height:25px;
    }
    .main-footer .footer-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-footer .powered {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        width: auto;
        margin-top: 24px;
        align-items: unset;
        margin-left: 20px;
        margin-right: 20px;
        border-top: 1px solid #deee;
        padding-top: 24px;
    }
    .main-footer .powered .site {
        margin-bottom: 12px;
    }

    .site-wrapper {
        display:block;
        padding-top: 40px;
    }
    .site-wrapper .outer {
        margin-top: 0;
    }
    .site-wrapper .inner {
        max-width: 100%;
    }
}

@media (max-width: 320px) {
    .payment-popup .remain span.text span.title {
        display:none;
    }
}



.identity--big {

}

.identity--big a {
    display: block;
}

.identity--big a .c-logo__img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.c-author .author-info h4 ul li a {
    color: transparent;
}


.sidebar-footer .c-author,
.sidebar-footer .footer-content {
    text-align: right;
}

.site-header {
    height: 24px;
}

.site-header--sub {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.site-header--sub a {
    display: block;
    height: 100%;
}

.site-header--sub a .c-logo__img {
    display: block;
    height: 100%;
    width: auto;
}

@media screen and (min-width: 768px) {
    .site-header--sub {
        margin-left: -22px;
    }
}
