@charset "utf-8";


/* ------------------------------------------------------------------- */
/* 공통 스타일 시작 */
/* ------------------------------------------------------------------- */

html {
    box-sizing: border-box;
    font-size:62.5%;
}

*,
*:before,*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding:0;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    color: #333;
    line-height: 2.2;
    font-weight: 400;
    word-wrap : break-word;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}

a:link { 
    color: #333;
    text-decoration: none;
}
a:visited { 
    color: #333;
    text-decoration: none;
}
a:hover { 
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease .1s;
}
a:active { 
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease .1s;
}

p, h1, h2, h3, h4, h5, h6  { 
    margin: 0;
    padding: 0;
}
input {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
    background-color: #f9f9f9;
    font-weight: 500;
}
textarea { 
    padding: 10px;
    background-color: #fff;
    border: 0;
    color: #333;

}

blockquote {
    font-size: 1.6rem;
    line-height: 2.2;
    color: #555;
    border-left: 5px solid #e1e1e1;
    margin-left: 0;
    padding-left: 15px;
    font-weight: 400;
}

table {
    border-color: #e1e1e1;
    font-size: 1.5rem;
}
td {
    padding: 5px;
}


/* 이미지 */
.imageblock { 
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.8;
}
img { 
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 0;
    border: 1px solid #e1e1e1;
}
figure.imageblock img {
    border: 1px solid #e1e1e1;
}
figure figcaption {
    padding: 5px 0;
    font-size: 1.2rem;
    color: #555;
}

/* 드래그 색상 */
::selection { 
    background: #333;
    color: #fff;
    text-shadow: none;
}
::-moz-selection { 
    background: #333;
    color: #fff;
    text-shadow: none;
}
::-webkit-selection { 
    background: #333;
    color: #fff;
    text-shadow: none;
}

.clear { 
    content: '';
    display: block;
    clear: both;
}

/* ------------------------------------------------------------------- */
/* 공통 스타일 끝 */
/* ------------------------------------------------------------------- */


#header {
    width: 100%;
    margin-bottom: 100px;
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
}

#header .inner {
    width: 728px;
    margin: auto;
    text-align: center;
}

#header .inner .title {}

#header .inner .title a {
    font-size: 2.0rem;
    font-weight: 700;
}
#header .inner .desc {
    font-size: 1.25rem;
    color: #777;
    line-height: 1.6;
}

#wrap {
    width: 728px;
    margin: 120px auto;
}

.top-ad {
    width: 728px;
    height: 90px;
}
.m-top-ad {
    width: 300px;
    height: 50px;
    margin: auto;
    display: none;
}

.bottom-ad {
    width: 728px;
    height: 90px;
}
.m-bottom-ad {
    width: 336px;
    height: 280px;
    margin: auto;
    display: none;
}

#main {
    width: 100%;
    margin: 70px 0;
}
#main .entry {}
#main .entry .title {}
#main .entry .title h1 {
    padding-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
#main .entry .article {
    padding: 30px 0;
}
#main .entry .article h2 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}
#main .entry .article h3 {
    font-size: 1.6rem;
    border-bottom: 1px solid;
    font-weight: 700;
    margin-bottom: 10px;
}
#main .entry .article h4 {
    font-size: 1.5rem;
    font-weight: 700;
}
#main .entry .article h5 {
    font-size: 1.5rem;
    font-weight: 700;
}
#main .entry .article h6 {
    font-size: 1.5rem;
    font-weight: 700;
}
#main .entry .tag {
    display: inline-block;
    font-size: 1.3rem;
    margin-right: 5px;
    color: #fff;
    line-height: 2.8;
}
#main .entry .tag a {
    background-color: #f2f2f2;
    padding: 5px 7px;
}
#main .entry .tag a::before {
    content: '#';
}

#main .list-content {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e1e1e1;
}
#main .list-content::after {
    content :'';
    display: block;
    clear: both;
}
#main .list-content .thumb {
    float: left;
    width: 130px;
    height: 130px;
    margin-right: 20px;
}

#main .list-content .link-post .title {
    font-size: 1.8rem;
    font-weight: 800;
    padding: 5px 0;
}
#main .list-content .link-post .summary {
    font-size: 1.2rem;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    line-height: 2.0;
}

#main .paging {
    padding-top: 50px;
    font-size: 1.6rem;
    text-align: center;
}
#main .paging::after {
    content: '';
    display: block;
    clear: both;
}
#main .paging .prev {
    float: left;
    padding-right: 15px;
    font-weight: 600;
}
#main .paging .next {
    float: right;
    padding-left: 15px;
    font-weight: 600;
}
#main .paigng .num {
    padding: 0 5px;
}
#main .paging .selected {
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
}

#footer {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    margin-top: 100px;
    padding: 30px 0;
}
#footer .inner {
    width: 728px;
    font-size: 1.2rem;
    margin: auto;
}
#footer .inner a {
    font-weight: 700;
}

#footer .inner .title {
    text-align: center;
}

/* 티스토리 자체 코드 수정 */
.container_postbtn .btn_menu_toolbar {
    display: none;
}
/* 접은글 */
.btn-toggle-moreless {
    padding: 10px 20px;
    background-color: #e6e6fa;
    color: #333 !important;
    border:1px solid #333;
    border-bottom: 3px solid #333;
    border-radius: 10px;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
}

.moreless-content {
    all: unset;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.btn-toggle-moreless:before {
    content: '💜';
    font-size: 1.3rem !important;
    padding-right: 5px;
}
.open .btn-toggle-moreless:before {
    content: '💙';
    font-size: 1.3rem !important;
    padding-right: 5px;
}

/* 첨부 파일 */
figure.fileblock,
#tt-body-page figure.fileblock {
    width: 400px;
    background-color: #f9f9f9;
    border: 1px solid #333;
    border-radius: 10px;
    border-bottom: 5px solid #333;
}
figure.fileblock a::after,
#tt-body-page figure.fileblock a::after {
    all: unset;
}
figure.fileblock .image,
#tt-body-page figure.fileblock .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url('./images/down.svg');
    margin: 20px 10px 10px 22px;
}
figure.fileblock .desc,
#tt-body-page figure.fileblock .desc {
    position: absolute;
    left: 70px;
    right: 30px;
    top: 0;
    bottom: 0;
}
figure.fileblock .filename,
#tt-body-page figure.fileblock .filename {
    color: #333;
    font-size: 1.2rem;
    text-overflow: ellipsis;
    margin-top: 12px;
    font-weight: 600;
}
figure.fileblock .size,
#tt-body-page figure.fileblock .size {
    font-size: 1.0rem;
    color: #333;
    margin: 2px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 내부 링크 */
figure[data-ke-type='opengraph'] a,
#tt-body-page figure[data-ke-type='opengraph'] a {
    position: relative;
    box-sizing: border-box;
    height: 150px;
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #e1e1e1;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
}
figure[data-ke-type='opengraph'] a:hover,
#tt-body-page figure[data-ke-type='opengraph']:hover {
    border: 1px solid #333;
    border-bottom: 3px solid #333;
}
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 {
    color: #333;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 28px;
    max-width: 467px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 10px 0 !important;
    overflow: hidden;
}
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 {
    margin: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #999;
    max-height: 42px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
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 {
    position: absolute;
    bottom: 15px;
    font-size: 1.2rem;
    color: #999;
    margin: 0;
}
figure[data-ke-type='opengraph'] div.og-image {
    position: absolute;
    top: 13px;
    bottom: 13px;
    left: 13px;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center;
}
figure[data-ke-type='opengraph'] div.og-text {
    position: absolute;
    left: 120px;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 20px 35px 20px 35px;
}
/* 글상자 */
.txt-inner {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 15px 0;
    padding: 15px;
    background-color: #f5f5f5;
    font-size: 1.5rem;
}
.txt-inner::after {
    content: '';
    display: block;
    clear:both;
}
.txt-inner .imo {
    flex-shrink: 0;
    width: 30px;
}
.txt-inner .txt {
    flex-grow: 1;
    display: inline-block;
    text-align: left;
}

/* TOC 목차 */
.wrap-toc {
    margin: 15px 0 30px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #333;
    border-bottom: 5px solid #333;
    border-radius: 10px;
    position: relative;
}
.wrap-toc p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}
.toc-toggle {
    cursor: pointer;
}
.toggle-icon {
    float: right;
    display: inline-block;
    transition: transform 0.2s;
}
.toggle-icon::before {
    content: '▼';
    font-size: 1.2rem;
}
.toggle-icon.open {
    transform: rotate(180deg);
}
#toc {
  display: none;
  margin: 0;
  padding-top: 10px;
  list-style: none;
}
ul#toc {
    margin: 0;
    padding: 0;
}
li#toc {}
.toc-level-2 a {
    font-size: 1.3rem;
}
.toc-level-3 a {
    margin-left: 10px;
    font-size: 1.3rem;
}
.toc-level-4 a {
    margin-left: 20px;
    font-size: 1.3rem;
}

/* 버튼 */
#button {
    width: 80%;
	background-color: #FF6347;
	border-radius: 10px;
	border: 2px solid #333;
    border-bottom: 8px solid #333;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 1.8rem;
	padding: 12px;
	text-decoration: none;
    font-weight: 900;
    text-align: center;
    margin: 10px 0;
}
#button:hover {
    background-color: ##FF7460;
}
#call-button {
    width: 80%;
	background-color: #39A66C;
	border-radius: 10px;
	border: 2px solid #333;
    border-bottom: 8px solid #333;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 1.8rem;
	padding: 12px;
	text-decoration: none;
    font-weight: 900;
    text-align: center;
    margin: 10px 0;
}
#call-button:hover {
    background-color: #44B177;
}

/* 반응형 */
@media screen and (max-width:768px) {
    #wrap {
        width: auto;
        float: none;
        padding: 0 15px;
    }
    #main {
        width: auto;
        float: none;
    }
    #main .entry .article ol {
        margin-left: 10px;
        padding : 0;
        font-weight: 1.6rem;
        line-height: 2.0;
        letter-spacing: -0.3px;
    }
        #main .entry .article ul {
        margin-left: 10px;
        padding : 0;
        font-weight: 1.6rem;
        line-height: 2.0;
        letter-spacing: -0.3px;
    }
        #main .entry .article li {
        margin-left: 10px;
        padding : 0;
        font-weight: 1.6rem;
        line-height: 2.0;
        letter-spacing: -0.3px;
    }

    #main .list-content .thumb {
        width: 100%;
        height: auto;
    }
    #main .list-content .link-post .title {
        display: inline-block;
        padding-top: 15px;
    }
    .top-ad {
        display: none;
    }
    .m-top-ad {
        display: block;
    }
    .bottom-ad {
        display: none;
    }
    .m-bottom-ad {
        display: block;
    }
    #footer {
        width: auto;
        float: none;
    }
    #footer .inner {
        width: auto;
        float: none;
    }
    figure[data-ke-type='opengraph'] a,
    #tt-body-page figure[data-ke-type='opengraph'] a {
        height: 110px;
        border: 1px solid #e1e1e1;
        border-bottom: 3px solid #e1e1e1;
        border-radius: 10px;
        text-decoration: none;
        color: #333;
    }
    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: 1.5rem;
    }
    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 {
        display: none;
    }
    figure[data-ke-type='opengraph'] div.og-text {
        right: 0;
        left: 110px;
        top: 20px;
        bottom: 0;
        box-sizing: border-box;
        padding: 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: none;
    }

    figure[data-ke-type='opengraph'] div.og-image {
        position: absolute;
        top: 13px;
        bottom: 13px;
        left: 13px;
        width: 80px;
        height: 80px;
        background-size: cover;
        background-position: center;
    }
}