@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    overflow-x: hidden;
}

body, input, textarea {
    font-size: 16px;
    font-family: "Apple SD Gothic Neo", "Noto Sans KR", "맑은고딕", "Malgun Gothic", sans-serif;
    line-height: 1.1;
}

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

a:hover {
    font-weight: 500;
}

button {
    cursor: pointer;
}

button:focus {
    outline: none !important;
}

img {
    border: 0;
    max-width: 100%;
}

fieldset {
    border: 1px solid #ddd;
    padding: 2%;
}

sup,
sub {
    height: 0;
    line-height: 0;
    font-size: 10px;
}

iframe,
video,
embed,
object {
    max-width: 100%;
}

blockquote {
    position: relative;
    color: #555;
    font-style: italic;
    margin: 0;
    padding: 10px 15px;
    border-left: 5px solid #f1f1f1;
}

pre {
    padding: 10px;
    margin: 5px 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #ddd;
    font: 12px/180% 'Lucida Console';
    background-color: #fafafa;
    border-radius: 3px;
}

hr {
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #ccc;
    height: 0;
    overflow: hidden;
}

input,
textarea {
    resize: none;
    outline: none;
}

div,
span,
input,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#tistoryProfileLayer div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

h2 a:hover {
    font-weight: unset;
    color:#6c6c6c;
}

.uoc-icon {
    padding: 5px 5px 0 0 !important;
}

.container_postbtn .postbtn_like {
    float:none !important;
    padding: 0 !important;
    border:none !important;
}

.container_postbtn .btn_post .txt_like {
    display: block;
    width: max-content !important;
    padding-top: 5px !important;
    outline: none !important;
    margin: -6px 0 0 !important;
}

/* sidebar */
#sidebar-right {
    padding: 30px 0;
    width: 250px;
    float: right;
    position: fixed;
    top: 15px;
    left: 910px;
}

#sidebar-right .info {
    display: flex;
    align-items: center;
    gap: 15px;
}

#sidebar-right .info div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

#sidebar-right .info div span:nth-child(2){
    font-size: 0.75em;
    font-weight: 300;
    line-height: 1.2;
    color: #828282;
}

#sidebar-right .follow {
    margin: 15px 0;
    display: flex;
    justify-content: space-evenly;
}

#sidebar-right > ul > li:hover,
#sidebar-right > .basic-menu > ul > li:hover {
    background-color: #f8f8f8;
    border-radius: 50px;
    transition: .35s;
}

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 20px 10px;
    width: 265px;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #ddd;
    cursor: default;
}

#sidebar h1 {
    margin: 0;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 200%;
    color: #666;
}

#sidebar ul, #sidebar-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar > ul > li:hover,
#sidebar > .basic-menu > ul > li:hover {
    background-color: #f8f8f8;
    border-radius: 50px;
    transition: .35s;
}

#sidebar .notice {
    margin: 30px 15px;
}

#sidebar .blogger {
    line-height: 100%;
    color: #666;
}

#sidebar .logo {
    height: 60px;
    margin: 10px 0 30px;
    text-align: center;
}

.notice {
    margin: 30px 0;
}

.notice ul li {
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.counter{
    text-align: center;
    font-size: 0.85em;
    font-weight: 300;
}

.basic-menu ul li, .category_list li {
    padding: 15px;
}

.category_list li:hover {
    background-color: #f8f8f8;
    border-radius: 50px;
    transition: .35s;
}

.c_cnt {
    font-size: 1em;
}

.c_cnt + img {
    vertical-align: unset !important;
}

.search input {
    width: 60%;
    height: 23px;
    border: none;
    background: transparent;
}
.search input::placeholder {
    color: inherit;
    width: 60%;
    border: none;
}

div.search {
    display: flex;
    align-items: flex-start;
    padding: 15px;
}

div.search:hover {
    display: flex;
    background-color: #f8f8f8;
    border-radius: 50px;
    transition: .35s;
}

div.search::before {
    content: "";
    background: url("./images/search.svg") no-repeat 0;
    display: inline-block;
    margin-right:10px;
    width: 23px;
    height: 23px;
}

.category_list li a {
    vertical-align: super;
}
.category_list li:before {
    content: "";
    background: url("./images/category.svg") no-repeat 0;
    display: inline-block;
    margin-right: 9px;
    width: 23px;
    height: 23px;
}





.recent-comments {
    list-style-type: none;
    font-size: 0.85em;
    font-weight: 300;
    margin: 20px 5px;
    padding: 0;
}

.recent-comments li{
    margin-bottom:8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recent-comments li::before{
    content: "﹒";
}

.link_tit {
    display: none;
}

.tagbox {
    margin: 20px 5px;
    font-size: 0.85em;
    font-weight: 300;
    line-height: 1.5;
}

.t_menu_home a {
    vertical-align: super;
}
.t_menu_home::before {
    content: "";
    background: url("./images/home.svg") no-repeat 0;
    display: inline-block;
    margin-right:12px;
    width: 23px;
    height: 23px;
}

/* content */
#content {
    margin: 0 0 0 350px;
    padding: 0;
}

#content-inner {
    max-width: 482px;
    width: 100%;
}

#head {
    position: relative;
    padding-top: 100px;
    width: 100%;
    text-align: center;
}

#body {
    /* padding: 20px 15px 18px; */ 
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    line-height: 180%;
    word-break: break-all;
}

#body > *:not(.article){
    padding: 10px 15px;
}

figure.imageslideblock.alignCenter{
    margin: 0 !important;
}

.article > *:not(.tt_article_useless_p_margin){
    padding: 0 15px;;
}

.tt_article_useless_p_margin > *:not(.imageblock):not(.imageslideblock){
    padding: 0 15px;
}

.tt_article_useless_p_margin > ul {
    padding: 0 45px !important;
}

/* tag */
.tag {
    word-break: break-word;
}

.tag a {
    display: inline-block;
    margin-right: 10px;
    padding: 0 3px;
}

.tag a:hover {
    background-color: #f5f5f5;
}

.tag .cloud5 {
    color: #8e8e8e !important;
    font-size: 13px !important;
}

.tag .cloud5:hover {
    color: #000 !important;
}

.tag .cloud4 {
    color: #157586 !important;
    font-size: 15px !important;
}

.tag .cloud3 {
    color: #333 !important;
    font-size: 18px !important;
}

.tag .cloud2 {
    color: #07a !important;
    font-size: 20px !important;
    line-height: 150%;
}

.tag .cloud1 {
    color: #f55 !important;
    font-size: 22px !important;
    line-height: 200%;
}

/* list */

.list {
    padding: 20px 15px 18px;
    line-height: 2.5;
    margin-top: 35px;
    margin-bottom: -10px !important;
    overflow: scroll;
    transition: transform 0.5s;
    scroll-behavior: smooth;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    word-break: break-all;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}

.list ul {
    width:max-content;
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.list ul li {
    width: 76px;
    height: 95px;
    overflow: hidden;
    list-style: none;
    font-size: 12px;    
}

.list > ul > li > a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list span {
    display: block;
    text-align: center;
}

.list span.cnt {
    margin-right: 11px;
    color: #07a;
}

.list span.date {
    color: #666;
}

.list::-webkit-scrollbar {
    display: none;
}

/* protected */

.protected p {
    text-align: center;
}

.protected i {
    font-size: 20px;
    color: #555;
}

.protected input[type="password"] {
    margin-top: 10px;
    padding: 20px 10px;
    width: 300px;
    font-size: 13px;
    border: none;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.protected input[type="button"] {
    margin-top: 20px;
    font-size: 15px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/* entry */
.entry {
    font-size: 15px;
}

.entry h2,
.entry h3,
.entry h4 {
    margin: 0;
    line-height: 1.5;
    word-break: break-word;
}

.entry .date {
    font-size: 0.75rem;
    font-weight: 100;
    color: #8e8e8e;
}

.entry table {
    max-width: 100% !important;
    width: 100% !important;
}

.entry table.dual td {
    width: 50% !important;
    vertical-align: top;
}

.entry table.dual td .imageblock {
    width: 100% !important;
}

.entry table.dual td .imageblock span img {
    width: 100% !important;
}

.entry table.triple td {
    width: 33% !important;
    vertical-align: top;
}

.entry table.triple td .imageblock {
    width: 100% !important;
}

.entry table.triple td .imageblock span img {
    width: 100% !important;
}

.entry .imageblock {
    max-width: 100% !important;
    height: auto;
}

.entry .imageblock span {
    max-width: 100% !important;
    width: 100% !important;
}

.entry table td .imageblock {
    width: 100% !important;
}

.entry .galleryControl {
    font-family: inherit !important;
}

.entry .tt-gallery-box {
    margin-bottom: 10px;
}

.entry .tt-gallery-box img {
    max-width: 100%;
    height: auto !important;
}

.entry .txc-info-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 500px;
    width: 100%;
    clear: both;
}

.entry .txc-info {
    font-size: 13px !important;
    width: 500px !important;
}

.entry .txc-info hr {
    max-width: 100%;
    width: 100% !important;
}

.entry .txc-info h3 {
    border-left: none;
    background-color: transparent;
    color: inherit;
}

.entry .txc-info img {
    padding: 0;
    box-shadow: none;
    border: none;
}

.entry .moreless_fold {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fcfcfc;
}

.entry .moreless_fold span:before {
    padding: 0 10px 0 5px;
    content: "\f107";
    font-family: "FontAwesome";
    color: #aaa;
}

.entry .moreless_fold span {
    display: block;
    padding: 10px 10px 8px;
}

.entry .moreless_top {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fcfcfc;
}

.entry .moreless_top span:before {
    padding: 0 10px 0 5px;
    content: "\f106";
    font-family: "FontAwesome";
    color: #aaa;
}

.entry .moreless_top span {
    display: block;
    padding: 10px 10px 8px;
}

.entry .moreless_content {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.entry .moreless_bottom {
    display: none;
}

.entry a.tx-link,
.entry a.key1 {
    font-weight: 600;
    cursor: pointer;
}

.entry .cap1,
.entry .galleryCaption {
    margin: 0 !important;
    padding: 0;
    max-width: 100%;
    text-align: center;
    color: #555;
    font-style: italic;
    word-break: break-all;
}

.entry div.footnotes {
    margin-top: 30px;
    font-size: 12px;
    border-top: 1px solid #ddd;
}

.entry div.footnotes ol {
    padding: 0;
    margin: 10px 0 0 30px;
    list-style: decimal-leading-zero;
}

.entry div.footnotes ol li a {
    color: #888;
    font-weight: 400;
}

.entry .entry-ccl {
    margin-top: 15px;
    margin-bottom: 0 !important;
    line-height: 0;
}

.entry a[href*="attachment/cfile"] {
    display: inline-block;
    position: relative;
    padding: 6px 10px 3px;
    font-size: 13px;
    color: #fafafa;
    background-color: #555;
    box-shadow: 0 0 5px #222;
}

.entry a[href*="attachment/cfile"]:hover {
    background-color: #444;
    text-decoration: none;
}

.entry a[href*="attachment/cfile"]>img {
    display: none;
}

.entry .another_category {
    border: none;
    margin: 50px 0;
}

.entry .another_category h4 {
    font-size: 14px !important;
}

.entry .another_category table th,
.entry .another_category table td {
    font-size: 13px !important;
}

.abuse-btn {
    display: none;
    color: tomato !important;
    font-weight: 600;
}

#body > div > img:hover+ div{
    display: block;
}

.btn_etc2 {
    position: relative;
    right: 49px;
    top: 64px;
}

.btn_menu_toolbar {
    font-size: inherit;
    background: none !important;
    border: none !important;
}

.container_postbtn > .btn_menu_toolbar{
    display: none !important; 
}

.container_postbtn .btn_post .empathy_up_without_ani .ico_like{
    background-position: unset !important;
    background-image: url("./images/heart.svg") !important;
    background-size: 22px !important;
    background-repeat: no-repeat;
}

.container_postbtn .btn_post .ico_postbtn {
    max-width: unset !important;
}

.container_postbtn .btn_post .ico_like{
    background-position: unset !important;
    background-image: url("./images/heart-empty.svg") !important;
    background-size: 22px !important;
    background-repeat: no-repeat;
    width: 22px !important;
    height: 22px !important;
    margin: -2px 4px 0 0 !important;  
}

.container_postbtn .btn_post .ico_etc {
    height: 15px !important;
    background-position: -60px 0 !important;
}

figure.fileblock, #tt-body-page figure.fileblock {
    margin: 28px auto 20px;
    width: 260px;
    border-radius: 10px;
}

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

figure.fileblock .filename, #tt-body-page figure.fileblock .filename {
    line-height: 1;
}

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-size: 1em;
}

figure[data-ke-type='opengraph'] a, #tt-body-page figure[data-ke-type='opengraph'] a{
    height: 92px !important;
    border-radius: 8px;
    border: none;
    background-color: #f5f5f5;
}

figure[data-ke-type='opengraph'] div.og-image {
    width: 90px !important;
    height: 90px !important;
    border-radius: 7px 0 0 7px;
}

figure[data-ke-type='opengraph'] div.og-text {
    padding: 0 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 95px !important;
    top: 0 !important;
}

figure.imageslideblock div.image-container img{
    position: relative !important;
    top: 7px !important;
}

#imgbtn {
    background-color: #fff;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background-image: url("./images/ellipsis-solid.svg");
    background-repeat: no-repeat;
    background-size: 19px;
    border: none;
}

.mark {
    padding-top: 8px;
}

.mark span {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    margin: 0 2px !important;
}

.more {
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.og-desc {
    font-size: 13px !important;
}

.og-host {
    display: none;
}

.postbtn_like > div:not(:nth-child(2)) {
    display: none;
}

.right {
    position: relative;
    bottom: 70px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.left {
    position: relative;
    bottom: 70px;
    margin-left: 10px;
    cursor: pointer;
}

#secret {
    display: flex;
    width: 20px;
    height: 20px;
}

#secret input[type=checkbox] {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 999;
}

#secret input[type=checkbox] + span { 
    background-image: url(https://tistory1.daumcdn.net/tistory/5172525/skin/images/unlock.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    bottom: 2px;
    padding-left: 23px;
}

#secret input[type=checkbox]:checked + span {
    background-image: url("https://tistory1.daumcdn.net/tistory/5172525/skin/images/lock.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    bottom: 2px;
    left: -2px;
    padding-left: 22px;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 10px 10px !important;
}

.title > h2 {
    font-size: 0.92rem;
}

.title-out {
    width:41px;
    height:41px;
    padding: 2px;
    margin: 0 auto;
    border-radius: 50%;
    background-image: linear-gradient(#f56b6b, #444444), linear-gradient(222deg, #d301c5, #ff272780, #ffb700b3);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.title-in {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 33px;
    height: 33px;
}

#tistoryEtcLayer{
    left: -45px !important;
    bottom: -25px !important;
}

.top-menu, .bottom-menu{
    display: none;
}

.top-recent-out {
    display: block;
    width:68px;
    height:68px;
    padding: 2px;
    margin: 0 auto;
    border-radius: 50%;
    background-image: linear-gradient(#f56b6b, #444444), linear-gradient(222deg, #d301c5, #ff272780, #ffb700b3);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.top-recent-in {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.txt_tool_id{
    display: none !important;
}

/* tag_label */
.tag_label {
    margin-bottom:10px;
    padding: 0 15px !important;
    line-height: 1;
    word-break: break-word;
}

.tag_label a {
    color: #01376b;
}

.tag_label a:before {
    content: "#";
}

.tag_label .locationTag {
    font-size: 13px;
}

/* admin */
.admin {
    display: none;
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    transition : all .5s;
    opacity: 0;
}

.admin a:hover {
    color: unset;
}

.admin .line {
    padding: 0 5px;
    font-size: 9px;
    color: #ddd;
}

.admin-panel {
    display: none;
    gap: 1px;
    margin: 10px 0 20px;
}

.admin-panel a {
    background-color: #01376b;
    color: #fff;
    width:125px;
    text-align:center;
    font-size: 0.8em;
    line-height: 1.5;
    padding: 3px 0;
    border-radius: 3px;
}

.menu {
    display: flex;
    flex-direction: column;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    width: 400px;
    background-color: #fff;
    font-size: 1.1em;
}

.menu *:not(:last-child):not(em){
    border-bottom: 1px solid #dfdfdf;
}

.menu a,
.menu div {
    padding: 10px 0;
}

.menu a:hover{
    cursor: pointer;
}

.menu .subscribe {
    display: none;
}

.cancel{
    width:100%;
    border: none;
    cursor: pointer;
}

.txt_state {
    font-style: normal;
    font-weight: 600;
}

.show {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition : all .5s;
}

.freeze {
    overflow: hidden;
}

/* comment-list */
#comment-list {
    margin: 0;
    padding: 0;
    clear: both;
}

.cmtarea {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    gap: 3px;
}

#comment-list > form > div::before{
    content: "";
    display: block;
    margin: 7px -15px;
    border-top: 0.02rem solid #dfdfdf;
}

#comment-list .writecmt .no-margin {
    margin: 0;
}

#comment-list .writecmt .guest {
    width: 100%;
    margin-bottom: 13px;
}

#comment-list .writecmt .guest label {
    display: block;
    padding-top: 6.5px;
    float: left;
    width: 100px;
}

#comment-list .writecmt .guest input {
    padding: 10px;
    width: 100%;
    cursor: pointer;
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px;
}

#comment-list .writecmt .guest input::placeholder{
    font-size: 0.89em;
    font-weight: 300;
}

#comment-list .writecmt .txtarea {
    display: flex;
    flex: 1;
    align-items: center;
}

#comment-list .writecmt .txtarea textarea {
    padding: 6px 13px 6px 10px;
    width: 100%;
    height: 30px;
    line-height: 1.2;
    border: none;
    font-size: 0.9rem;
    overflow: hidden;
}

/* #comment-list .writecmt .submit {
    float: right;
    position: relative;
    bottom: 25px;
} */

#comment-list .writecmt .submit input {
    background: none;
    border: none;
    color: #0095f6;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0;
}

#comment-list .writecmt .txtarea textarea:placeholder-shown + div.submit input{
    padding: 0;
    pointer-events: none;
    cursor: not-allowed;
    opacity: .3;
}

#comment-list .writecmt .secret {
    width: 31px;
    height: 31px;
}

#comment-list .comments {
    margin: 0;
    padding: 0;
}

#comment-list .comments ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#comment-list .comments ol li>div {
    position: relative;
}

#comment-list .comments ol li {
    margin: 13px 0;
    background-color: #fff;
}

#comment-list .comments ul {
    margin: 13px 0;
    padding-left: 30px;
}

#comment-list .comments ul li {
    list-style: none;
}

#comment-list .comments li .rp_secret p,
#comment-list .comments li .guest_secret p {
    color: #0a4780;
}

#comment-list .comments div img[src*="index"] {
    border-radius: 10px;
    width: 30px;
    height: 30px;
    z-index: 2;
    background-color: #f9f9f9;
    vertical-align: middle;
}

#comment-list .comments div img[src*="favicon"] {
    vertical-align: middle;
    margin-top: -2px;
}

#comment-list .comments .name {
    font-weight: 800;
    float: left;
    margin-right: 10px;
}

#comment-list .comments .date {
    font-size: inherit;
}

#comment-list .comments p {
    margin: 0;
    padding: 0;
    line-height: 1.8;
}

#comment-list .comments .control {
    font-size: 0.8rem;
    color: #8e8e8e;
}

#comment-list .comments .control a {
    color: inherit;
    margin: 0 0 0 1px;
    display: inline-block;
}

#comment-list .comments .tistoryProfileLayerTrigger {
    margin-bottom: -1px;
}

#comment-list .comments .tt_more_preview_comments_wrap {
    text-align: center;
    cursor: pointer;
    padding: 17px 0 15px;
    font-weight: 400;
    color: #333;
}

/* 페이징 */
#paging {
    font-size: 0.87em;
    font-weight: 100;
    text-align: center;
}

#paging a {
    margin: 0 8px;
}

#paging .selected {
    font-weight: 800;
}

/* 최근글 */
#recent-post {
    margin: 30px 0;
}

#recent-post ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#recent-post ul li {
    overflow: hidden;
    width: 80px;
    height: 80px;
}

#recent-post ul li a img:hover {
    transform: scale(1.07);
    transition: transform .35s;  
}

/* 푸터 */
#footer {
    position: relative;
    width: 100%;
    height: 100px;
    text-shadow: 1px 1px #fff;
    cursor: default;
}

#footer a {
    color: #000;
}

#footer .copy {
    position: absolute;
    bottom: 20px;
    font-size: 12px;
}

/* 소셜 */
.social {
    margin: 35px 0;
}

.social ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

/* 기타 추가 */
div[data-tistory-react-app="Namecard"] {
    display: none;
}

/* 모바일 */
@media screen and (max-width:767px) {
    h1 {
        font-size: 1.3em;
    }

    .bottom-menu{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width:100%;
        position: fixed;
        bottom:0;
        left: 0;
        height:45px;
        background-color: #fff;
        z-index: 10;
        border-top: 1px solid #dbdbdb;
    }

    #content{
        margin: 0 4px;
    }

    #content-inner {
        margin: 0 auto;
    }

    #communicate .writecmt .guest label {
        padding: 0 0 5px 0;
        float: none;
        width: 100%;
    }

    #communicate .writecmt .guest input {
        width: 100%;
    }

    #communicate .comments .control {
        font-size: 12px;
    }

    figure[data-ke-type='opengraph'] div.og-text {
        padding: 0 12px 0 10px !important;
    }

    #footer .copy {
        position: absolute;
        right: 0;
        bottom: 55px;
        width: 100%;
        text-align: center;
    }

    .list{
        margin-top: 45px;
        padding: 20px 0;
        background-color: unset;
        border: none;        
    }

    #recent-post ul li {
        width: 100%;
        height: 200px;
    }

    .right, .left{
        display: none;
    }

    #sidebar {
        position: absolute;
        top: -999px;
        width:100%;
        height: max-content !important;
        border-radius: 0 0 15px 15px;
        transition: 0.35s;
    }

    #sidebar .logo {
        display: none;
    }
    #sidebar-right{
        display: none;
    }

    .menu {
        width:300px;
    }

    .og-desc {
        display: block !important;
    }

    .search input {
        padding-left: 2px;
    }

    .top-menu {
        display: flex;
        align-items: center;
        gap: 7px;
        position: absolute;
        padding: 15px;
        left:0;
        top:0;
        width: 100%;
        height: 55px;
        background-color: #fff;
        border-bottom: 1px solid #dbdbdb;
        z-index: 10;
    }

    .top-menu button{
        border: none;
        background-color: transparent;
        padding: 0 !important;
    }

    .top-menu .logo a img {
        max-height: 37px;
    }
}