
:where(#tt-body-page) /* 텍스트 */
h1, :where(#tt-body-page) h1[data-ke-size] { font-size:2em; }
:where(#tt-body-page) h2, :where(#tt-body-page) h2[data-ke-size] { font-size:1.62em; }
:where(#tt-body-page) h3, :where(#tt-body-page) h3[data-ke-size] { font-size:1.44em;}
:where(#tt-body-page) h4, :where(#tt-body-page) h4[data-ke-size] { font-size:1.25em; }
#tt-body-page p[data-ke-size='size18'], :where(#tt-body-page) p[data-ke-size='size18'] { font-size: 1.12em; }
#tt-body-page p[data-ke-size='size14'], :where(#tt-body-page) p[data-ke-size='size14'] { font-size: 0.87em; }
#tt-body-page h2[data-ke-size], #tt-body-page h3[data-ke-size], #tt-body-page h4[data-ke-size] {
    font-weight: normal;
}
:where(#tt-body-page) /* 첨부 */
figure {
    margin: 0 0 20px;
    max-width: 100%;
    clear:both;
}
:where(#tt-body-page) figure figcaption {
    font-size: 13px;
    word-break: break-word;
    padding-top: 10px;
    min-height: 20px;
    caption-side: bottom;
    text-align: center;
}
#tt-body-page iframe, :where(#tt-body-page) figure img, :where(#tt-body-page) figure iframe {
    max-width: 100%;
}
:where(#tt-body-page) figure img:not([width]), :where(#tt-body-page) figure iframe:not([width]) {
    width: 100%;
}
#tt-body-page figure img, :where(#tt-body-page) figure img {
    display: inline-block;
}
:where(#tt-body-page) span[data-lightbox] {
    cursor:pointer;
}
:where(#tt-body-page) /* 첨부: 이미지 */
figure.imageblock, #tt-body-page figure.imageblock {
    display: table;
    position: relative;
}
:where(#tt-body-page) figure.imageblock.alignLeft { text-align: left; }
:where(#tt-body-page) figure.imageblock.alignCenter { margin: 0 auto 20px;text-align: center; }
:where(#tt-body-page) figure.imageblock.alignRight { text-align: right;margin-left: auto; }
:where(#tt-body-page) figure.imageblock.floatLeft { float: left; margin-right: 20px; }
:where(#tt-body-page) figure.imageblock.floatRight { float: right; margin-left: 20px; }
:where(#tt-body-page) figure.imageblock.widthContent, #tt-body-page figure.imageblock.widthContent { display:block; }
:where(#tt-body-page) figure.imageblock.widthContent img { width: 100%; }
:where(#tt-body-page) figure.imageblock.floatLeft figcaption, :where(#tt-body-page) figure.imageblock.floatRight figcaption {
    text-align: left;
}
#tt-body-page figure.imageblock img, :where(#tt-body-page) figure.imageblock img {
    display: inline-block;
    max-width: 100% !important;
    margin: 0;
    height: auto;
}
:where(#tt-body-page) figure.imagegridblock, #tt-body-page figure.imagegridblock {
    position: relative;
    margin: 20px 0;
    background-color: transparent;
}
:where(#tt-body-page) figure.imagegridblock .image-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
:where(#tt-body-page) figure.imagegridblock .image-container > span {
    margin-right: 0 !important;
    margin-top: 2px !important;
}
:where(#tt-body-page) figure.imagegridblock img {
    margin: 0;
    height: inherit;
}
:where(#tt-body-page) figure.imagegridblock span img {
    width: 100%;
}
:where(#tt-body-page) /* 첨부: 파일 */
figure.fileblock, #tt-body-page figure.fileblock {
    margin-top: 28px;
    margin-bottom: 20px;
    width: 470px;
    height: 71px;
    border: 1px solid #e9e9e9;
    position: relative;
    border-radius: 1px;
}
:where(#tt-body-page) figure.fileblock.censorship, #tt-body-page figure.fileblock.censorship {
    opacity: 56%;
}
:where(#tt-body-page) figure.fileblock a, #tt-body-page figure.fileblock a {
    display: block;
    height: 71px;
}
:where(#tt-body-page) figure.fileblock a.censorship::after, #tt-body-page figure.fileblock a.censorship::after {
    background-image: none;
}
:where(#tt-body-page) figure.fileblock .desc, #tt-body-page figure.fileblock .desc {
    position:absolute;
    left:70px; right:60px;
    top:0; bottom:0;
}
:where(#tt-body-page) figure.fileblock .censorship-guide, #tt-body-page figure.fileblock .censorship-guide {
    color: #333333;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    line-height: 19px;
    word-wrap: break-word;
}
:where(#tt-body-page) figure.fileblock .filename, #tt-body-page figure.fileblock .filename {
    color: #333333;
    font-size: 14px;
    text-overflow: ellipsis;
    height: 20px;
    margin: 17px 0 0;
}
:where(#tt-body-page) figure.fileblock .name, #tt-body-page figure.fileblock .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 272px;
    height: 20px;
    display: block;
}
:where(#tt-body-page) figure.fileblock .type, #tt-body-page figure.fileblock .type {
    height: 20px;
    display: block;
    float: left;
}
:where(#tt-body-page) figure.fileblock .size, #tt-body-page figure.fileblock .size {
    font-family: Avenir Next, sans-serif;
    font-size: 12px;
    color: #777;
    height: 16px;
    margin: 2px 0 0;
}
:where(#tt-body-page) figure[data-ke-align=alignCenter].fileblock {
    margin-left: auto;
    margin-right: auto;
}
:where(#tt-body-page) figure[data-ke-align=alignRight].fileblock {
    margin-left: auto;
}
:where(#tt-body-page) hr[data-ke-style='style1'], #tt-body-page hr[data-ke-style='style1'] {
    background-position: 0 0;
    width: 64px;
    background-repeat: no-repeat;
}
:where(#tt-body-page) hr[data-ke-style='style2'], #tt-body-page hr[data-ke-style='style2'] {
    background-position: 0 -20px;
    width: 64px;
    background-repeat: no-repeat;
}
:where(#tt-body-page) hr[data-ke-style='style3'], #tt-body-page hr[data-ke-style='style3'] {
    background-position: 0 -40px;
    width: 64px;
    background-repeat: no-repeat;
}
:where(#tt-body-page) hr[data-ke-style='style4'], #tt-body-page hr[data-ke-style='style4'] {
    background-position: 0 -60px;
    width: 2px;
    height: 60px;
    background-repeat: no-repeat;
}
:where(#tt-body-page) hr[data-ke-style='style4'] + hr[data-ke-style='style4'], #tt-body-page hr[data-ke-style='style4'] + hr[data-ke-style='style4'] {
    margin-top: 0;
}
:where(#tt-body-page) hr[data-ke-style='style5'], #tt-body-page hr[data-ke-style='style5'] {
    background-position: 0 -120px;
}
:where(#tt-body-page) hr[data-ke-style='style6'], #tt-body-page hr[data-ke-style='style6'] {
    background-position: 0 -140px;
}
:where(#tt-body-page) hr[data-ke-style='style7'], #tt-body-page hr[data-ke-style='style7'] {
    background-position: 0 -160px;
    background-repeat: no-repeat;
    width: 200px;
}
:where(#tt-body-page) hr[data-ke-style='style8'], #tt-body-page hr[data-ke-style='style8'] {
    background-position: 0 -180px;
    background-repeat: no-repeat;
    width: 200px;
}
:where(#tt-body-page) /* 테이블 */
.contents_style table td {
    word-break: break-word;
}
:where(#tt-body-page) table[data-ke-style], #tt-body-page table[data-ke-style] {
    margin-bottom: 20px;
}
:where(#tt-body-page) table[data-ke-style] th, :where(#tt-body-page) table[data-ke-style] td, #tt-body-page table[data-ke-style] th, #tt-body-page table[data-ke-style] td {
    padding: 8px;
}
:where(#tt-body-page) table[data-ke-style='style1'] tr:first-child td {
    border-bottom: 1px solid #6ed3d8;
}
:where(#tt-body-page) table[data-ke-style='style2'] tr:first-child td {
    border-bottom: 1px solid #008300;
}
:where(#tt-body-page) table[data-ke-style='style3'] tr:first-child td {
    border-bottom: 1px solid #006dbe;
}
:where(#tt-body-page) table[data-ke-style='style4'] tr:nth-child(2n) td {
    background-color: #f7f7f7;
}
:where(#tt-body-page) table[data-ke-style='style5'] tr:nth-child(2n) td {
    background-color: #eff6f6;
}
:where(#tt-body-page) table[data-ke-style='style6'] tr:nth-child(2n) td {
    background-color: #e6f0e6;
}
:where(#tt-body-page) table[data-ke-style='style7'] tr:nth-child(2n) td {
    background-color: #f0f4f7;
}
:where(#tt-body-page) table[data-ke-style='style8'] tr:first-child td {
    border-bottom: 2px solid #797979;
}
:where(#tt-body-page) table[data-ke-style='style8'] {
    border-left: 0 none;
    border-right: 0 none;
}
:where(#tt-body-page) table[data-ke-style='style8'] td {
    border-right-color: transparent;
    border-left-color: transparent;
}
:where(#tt-body-page) table[data-ke-style='style9'] tr:first-child td {
    border-bottom: 2px solid #6ed3d8;
}
:where(#tt-body-page) table[data-ke-style='style9'] {
    border-left: 0 none;
    border-right: 0 none;
}
:where(#tt-body-page) table[data-ke-style='style9'] td {
    border-right-color: transparent;
    border-left-color: transparent;
}
:where(#tt-body-page) table[data-ke-style='style10'] tr:first-child td {
    border-bottom: 2px solid #008300;
}
:where(#tt-body-page) table[data-ke-style='style10'] {
    border-left: 0 none;
    border-right: 0 none;
}
:where(#tt-body-page) table[data-ke-style='style10'] td {
    border-right-color: transparent;
    border-left-color: transparent;
}
:where(#tt-body-page) table[data-ke-style='style11'] tr:first-child td {
    border-bottom: 2px solid #2780d4;
}
:where(#tt-body-page) table[data-ke-style='style11'] {
    border-left: 0 none;
    border-right: 0 none;
}
:where(#tt-body-page) table[data-ke-style='style11'] td {
    border-right-color: transparent;
    border-left-color: transparent;
}
:where(#tt-body-page) table[data-ke-style='style12'] tr:nth-child(odd) td {
    background-color: #f0f0f0;
}
:where(#tt-body-page) table[data-ke-style='style12'] tr td:first-child {
    background-color: #dcdddd;
}
:where(#tt-body-page) table[data-ke-style='style12'] tr:first-child td {
    background-color: #9b9b9b;
    border: 1px solid #9b9b9b;
    color: #fff;
}
:where(#tt-body-page) table[data-ke-style='style13'] tr:nth-child(odd) td {
    background-color: #f0f0f0;
}
:where(#tt-body-page) table[data-ke-style='style13'] tr td:first-child {
    background-color: #dcdddd;
}
:where(#tt-body-page) table[data-ke-style='style13'] tr:first-child td {
    background-color: #6ed3d8;
    border: 1px solid #6ed3d8;
    color: #fff;
}
:where(#tt-body-page) table[data-ke-style='style14'] tr:nth-child(odd) td {
    background-color: #f0f0f0;
}
:where(#tt-body-page) table[data-ke-style='style14'] tr td:first-child {
    background-color: #dcdddd;
}
:where(#tt-body-page) table[data-ke-style='style14'] tr:first-child td {
    background-color: #008300;
    border: 1px solid #008300;
    color: #fff;
}
:where(#tt-body-page) table[data-ke-style='style15'] tr:nth-child(odd) td {
    background-color: #f0f0f0;
}
:where(#tt-body-page) table[data-ke-style='style15'] tr td:first-child {
    background-color: #dcdddd;
}
:where(#tt-body-page) table[data-ke-style='style15'] tr:first-child td {
    background-color: #2780d4;
    border: 1px solid #2780d4;
    color: #fff;
}
:where(#tt-body-page) table[data-ke-style='style16'] {
    border-color: transparent;
}
:where(#tt-body-page) .article_view table[data-ke-style='style16'] {
    border-color: transparent;
    border-bottom: transparent;
}
:where(#tt-body-page) .article_view table[data-ke-style='style16'] tr {
    border-bottom: transparent;
}
:where(#tt-body-page) .article_view table[data-ke-style='style16'] tr td {
    border-left: transparent;
}
:where(#tt-body-page) /* 오픈 그래프 */
figure[data-ke-type='opengraph'], #tt-body-page figure[data-ke-type='opengraph'] {
    margin-top: 30px;
    margin-bottom: 30px;
}
:where(#tt-body-page) figure[data-ke-type='opengraph'] a, #tt-body-page figure[data-ke-type='opengraph'] a {
    position: relative;
    box-sizing: border-box;
    display: block;
    height: 200px;
    border: 1px solid #d9d9d9;
    text-decoration: none;
    color: #000;
    z-index: 1;
}
:where(#tt-body-page) figure[data-ke-type='opengraph'] a:hover, #tt-body-page figure[data-ke-type='opengraph'] a:hover {
    opacity: 1;
}
:where(#tt-body-page) figure[data-ke-type='opengraph'] div {
    position: relative;
}
:where(#tt-body-page) figure[data-ke-type=opengraph] a::before, #tt-body-page figure[data-ke-type=opengraph] a::before, #tt-body-page .blogview_content figure[data-ke-type=opengraph] a::before {
    background: none;
}
:where(#tt-body-page) figure[data-ke-type='opengraph'] div.og-image {
    position:absolute;
    top:0; bottom:0;
    left:0; width: 200px;
    border-right: 1px solid #d9d9d9;
    background-size: cover;
    background-position: center;
}
:where(#tt-body-page) figure[data-ke-type='opengraph'] div.og-text {
    position:absolute;
    left: 201px; right: 0;
    top:0; bottom:0;
    box-sizing: border-box;
    padding: 33px 46px 0 39px;
}
:where(#tt-body-page) 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: #000000;
    font-size: 22px;
    line-height: 28px;
    max-width: 467px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 10px 0 !important;
    overflow: hidden;
    font-family: inherit;
}
:where(#tt-body-page) 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-family: inherit;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #909090;
    max-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
:where(#tt-body-page) 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: 24px;
    font-family: AvenirNext, sans-serif;
    font-size: 14px;
    color: #909090;
    margin: 0;
}

@media (max-width: 600px) {
:where(#tt-body-page) figure[data-ke-type='opengraph'] a, #tt-body-page figure[data-ke-type='opengraph'] a {
        height: 90px;
    }
:where(#tt-body-page) figure[data-ke-type='opengraph'] a::before, #tt-body-page figure[data-ke-type='opengraph'] a::before {
        left: 44px;
    }
:where(#tt-body-page) figure[data-ke-type='opengraph'] div.og-image {
        width: 88px;
    }
:where(#tt-body-page) figure[data-ke-type='opengraph'] div.og-text, #tt-body-page figure[data-ke-type='opengraph'] div.og-text {
        left: 89px;
        padding: 13px 12px 0 20px;
    }
:where(#tt-body-page) 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:16px;
        -webkit-line-clamp: 1;
    }
:where(#tt-body-page) 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;
    }
:where(#tt-body-page) figure[data-ke-type='opengraph'] div.og-text p.og-host, #tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-host {
        bottom: 10px;
    }
}
:where(#tt-body-page) /* 비디오 */
figure[data-ke-type='video'] {
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    color: #bdbdbd;
    letter-spacing: -0.7px;
    font-size: 16px;
    line-height: 30px;
}
:where(#tt-body-page) figure[data-ke-type='video'][data-ke-style='alignLeft'] {
    text-align: left;
}
:where(#tt-body-page) figure[data-ke-type='video'][data-ke-style='alignCenter'] {
    margin: 0 auto 20px;
    text-align: center;
}
:where(#tt-body-page) figure[data-ke-type='video'][data-ke-style='alignRight'] {
    text-align: right;
    margin-left: auto;
}
:where(#tt-body-page) figure[data-ke-type='video'] img {
    display: block;
    max-width: 100%;
}
:where(#tt-body-page) figure[data-ke-type='video'] figcaption {
    text-align: center;
    color: #666;
    font-size: 14px;
}
:where(#tt-body-page) figure[data-ke-type='video'][data-video-host='vimeo'] span {
    display: none;
}
:where(#tt-body-page) figure[data-ke-type='video'][data-video-host] iframe {
    margin: 0px;
}
:where(#tt-body-page) figure[data-ke-type='video'] > iframe[width='0'][height='0'] {
    width: 860px;
    height: 484px;
    max-width: 100%;
}
:where(#tt-body-page) /* 인용 */
blockquote, :where(#tt-body-page) blockquote p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    letter-spacing: 0px;
}
#tt-body-page blockquote {
    margin: 20px auto 0;
}
:where(#tt-body-page) blockquote[data-ke-style='box'], #tt-body-page blockquote[data-ke-style='box'], :where(#tt-body-page) blockquote[data-ke-style='style3'], #tt-body-page blockquote[data-ke-style='style3'] {
    border: 1px solid #dddddd;
    background: #fcfcfc;
    text-align: left;
    padding: 21px 25px 20px 25px;
    color: #666;
    line-height: 1.75;
}
:where(#tt-body-page) /* 코드 블럭 */
pre {
    overflow:auto;
}
:where(#tt-body-page) /* moreless */
div[data-ke-type='moreLess'] .moreless-content, #tt-body-page div[data-ke-type='moreLess'] .moreless-content {
    display:none;
}
:where(#tt-body-page) div[data-ke-type='moreLess'].open .moreless-content, #tt-body-page div[data-ke-type='moreLess'].open .moreless-content {
    display:block;
}
:where(#tt-body-page) div[data-ke-type='moreLess'] .btn-toggle-moreless, #tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless {
    color: #909090;
    font-size: 16px;
    line-height: 26px;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
}
:where(#tt-body-page) /* 지도 */
figure[data-ke-type='map'], :where(#tt-body-page) iframe[data-ke-type='map'] {
    display: block;
    margin: 0 auto;
}
:where(#tt-body-page) /* 리스트 */
ul[data-ke-list-type='disc'], :where(#tt-body-page) ul[data-ke-list-type='disc'] li, #tt-body-page ul[data-ke-list-type='disc'], #tt-body-page ul[data-ke-list-type='disc'] li {
    list-style-type: disc;
}
:where(#tt-body-page) ul[data-ke-list-type='square'], :where(#tt-body-page) ul[data-ke-list-type='square'] li, #tt-body-page ul[data-ke-list-type='square'], #tt-body-page ul[data-ke-list-type='square'] li {
    list-style-type: square;
}
:where(#tt-body-page) .btn_more, :where(#tt-body-page) .btn_less {
    border:0;
    background: transparent;
    display: block;
    height: 21px;
    margin: 20px 0;
    font-size: 14px;
    line-height: 14px;
    color: #888;
    position: relative;
    width: 100%;
    text-align: left;
}
:where(#tt-body-page) .btn_less::before, :where(#tt-body-page) .btn_more::before {
    content: "...";
    display: inline-block;
    padding-right: 5px;
    font-size: 14px;
    line-height: 6px;
    vertical-align: top;
}
:where(#tt-body-page) figure[data-ke-type=emoticon][data-ke-align=alignCenter] {
    text-align: center;
}
:where(#tt-body-page) figure[data-ke-type=emoticon][data-ke-align=alignLeft] {
    text-align: left;
}
:where(#tt-body-page) figure[data-ke-type=emoticon][data-ke-align=alignRight] {
    text-align: right;
}
:where(#tt-body-page) .box-timeline-content {
    word-break: break-all;
}

@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
:where(#tt-body-page) body {
    margin: 0; }
:where(#tt-body-page) h1 {
    font-size: 2em;
    margin: 0.67em 0; }
:where(#tt-body-page) hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }
:where(#tt-body-page) pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
:where(#tt-body-page) a {
    background-color: transparent; }
:where(#tt-body-page) abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }
:where(#tt-body-page) b, :where(#tt-body-page) strong {
    font-weight: bolder; }
:where(#tt-body-page) code, :where(#tt-body-page) kbd, :where(#tt-body-page) samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
:where(#tt-body-page) small {
    font-size: 80%; }
:where(#tt-body-page) sub, :where(#tt-body-page) sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
:where(#tt-body-page) sub {
    bottom: -0.25em; }
:where(#tt-body-page) sup {
    top: -0.5em; }
:where(#tt-body-page) img {
    border-style: none; }
:where(#tt-body-page) button, :where(#tt-body-page) input, :where(#tt-body-page) optgroup, :where(#tt-body-page) select, :where(#tt-body-page) textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    outline: none; }
:where(#tt-body-page) button, :where(#tt-body-page) input {
    /* 1 */
    overflow: visible; }
:where(#tt-body-page) button, :where(#tt-body-page) select {
    /* 1 */
    text-transform: none; }
:where(#tt-body-page) button, :where(#tt-body-page) [type="button"], :where(#tt-body-page) [type="reset"], :where(#tt-body-page) [type="submit"] {
    -webkit-appearance: button; }
:where(#tt-body-page) button::-moz-focus-inner, :where(#tt-body-page) [type="button"]::-moz-focus-inner, :where(#tt-body-page) [type="reset"]::-moz-focus-inner, :where(#tt-body-page) [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
:where(#tt-body-page) button:-moz-focusring, :where(#tt-body-page) [type="button"]:-moz-focusring, :where(#tt-body-page) [type="reset"]:-moz-focusring, :where(#tt-body-page) [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
:where(#tt-body-page) fieldset {
    padding: 0.35em 0.75em 0.625em; }
:where(#tt-body-page) legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }
:where(#tt-body-page) progress {
    vertical-align: baseline; }
:where(#tt-body-page) textarea {
    overflow: auto; }
:where(#tt-body-page) [type="checkbox"], :where(#tt-body-page) [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
:where(#tt-body-page) [type="number"]::-webkit-inner-spin-button, :where(#tt-body-page) [type="number"]::-webkit-outer-spin-button {
    height: auto; }
:where(#tt-body-page) [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
:where(#tt-body-page) [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
:where(#tt-body-page) ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
:where(#tt-body-page) details {
    display: block; }
:where(#tt-body-page) summary {
    display: list-item; }
:where(#tt-body-page) template {
    display: none; }
:where(#tt-body-page) [hidden] {
    display: none; }
:where(#tt-body-page) /* custom */
article, :where(#tt-body-page) aside, :where(#tt-body-page) canvas, :where(#tt-body-page) details, :where(#tt-body-page) figcaption, :where(#tt-body-page) figure, :where(#tt-body-page) footer, :where(#tt-body-page) header, :where(#tt-body-page) main, :where(#tt-body-page) nav, :where(#tt-body-page) section, :where(#tt-body-page) summary {
    display: block; }
:where(#tt-body-page),
:where(#tt-body-page) body {
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
:where(#tt-body-page) .contents_style,
:where(#tt-body-page) .contents_style *:not(code):not(pre):not(kbd):not(samp) {
    font-family: inherit !important; }
:where(#tt-body-page) .blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px; }
:where(#tt-body-page) /* html */
html, :where(#tt-body-page) body {
    position: relative;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333; }
:where(#tt-body-page) html {
    box-sizing: border-box; }
:where(#tt-body-page) *, :where(#tt-body-page) *:before, :where(#tt-body-page) *:after {
    box-sizing: inherit; }
:where(#tt-body-page) #wrap {
    overflow: hidden;
    position: relative;
    margin: 0 auto; }
:where(#tt-body-page) body {
    background-size: cover; }
:where(#tt-body-page) /* 스킨옵션 */
.body-backgourd-use:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000; }
:where(#tt-body-page) .body-backgourd-use.backgrounddimmed0:before {
    opacity: .0; }
:where(#tt-body-page) .body-backgourd-use.backgrounddimmed10:before {
    opacity: .1; }
:where(#tt-body-page) .body-backgourd-use.backgrounddimmed20:before {
    opacity: .2; }
:where(#tt-body-page) .body-backgourd-use.backgrounddimmed30:before {
    opacity: .3; }
:where(#tt-body-page) .body-backgourd-use.backgrounddimmed40:before {
    opacity: .4; }
:where(#tt-body-page) .body-backgourd-use.backgrounddimmed50:before {
    opacity: .5; }
:where(#tt-body-page) .body-backgourd-use.backgrounddimmed60:before {
    opacity: .6; }
:where(#tt-body-page) .body-backgourd-use.backgrounddimmed70:before {
    opacity: .7; }
:where(#tt-body-page) .body-backgourd-use.backgrounddimmed80:before {
    opacity: .8; }
:where(#tt-body-page) .body-backgourd-use.backgrounddimmed90:before {
    opacity: .9; }
:where(#tt-body-page) /* // 스킨옵션 */
/* wrap-left, :where(#tt-body-page) righ custom */
.wrap-left.outline-use .main, :where(#tt-body-page) .wrap-right.outline-use .main {
    width: 1240px;
    padding: 59px 59px 60px 59px; }
:where(#tt-body-page) .wrap-left.outline-use .headerimagecropcenter, :where(#tt-body-page) .wrap-right.outline-use .headerimagecropcenter {
    width: 1220px; }
:where(#tt-body-page) .wrap-left.outline-use .headerimagecropcenter .inner-header, :where(#tt-body-page) .wrap-right.outline-use .headerimagecropcenter .inner-header {
    max-width: 100%; }
:where(#tt-body-page) .wrap-left.outline-use .inner-header, :where(#tt-body-page) .wrap-right.outline-use .inner-header {
    width: 1120px; }
:where(#tt-body-page) .wrap-left.outline-use .article-type-newspaper, :where(#tt-body-page) .wrap-right.outline-use .article-type-newspaper {
    max-width: 256px; }
:where(#tt-body-page) .wrap-left.outline-use .article-type-cardstack, :where(#tt-body-page) .wrap-right.outline-use .article-type-cardstack {
    max-width: 316px; }
:where(#tt-body-page) .wrap-left.outline-use .article-type-timeline .box-timeline-date:after, :where(#tt-body-page) .wrap-right.outline-use .article-type-timeline .box-timeline-date:after {
    width: 7px;
    height: 7px;
    right: -4px; }
:where(#tt-body-page) .wrap-left.outline-use #footer, :where(#tt-body-page) .wrap-right.outline-use #footer {
    border-top: none; }
:where(#tt-body-page) .wrap-left .inner-header, :where(#tt-body-page) .wrap-right .inner-header {
    width: 1120px; }
:where(#tt-body-page) .wrap-left .main, :where(#tt-body-page) .wrap-right .main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1120px; }
:where(#tt-body-page) .wrap-left #footer, :where(#tt-body-page) .wrap-right #footer {
    width: 1120px; }
:where(#tt-body-page) .wrap-left .area-main, :where(#tt-body-page) .wrap-right .area-main {
    width: 832px; }
:where(#tt-body-page) .wrap-left .area-aside, :where(#tt-body-page) .wrap-right .area-aside {
    width: 230px; }
:where(#tt-body-page) .wrap-left .area-aside .box-profile, :where(#tt-body-page) .wrap-right .area-aside .box-profile {
    margin-bottom: 36px; }
:where(#tt-body-page) .wrap-left .area-aside .box-category, :where(#tt-body-page) .wrap-right .area-aside .box-category {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
:where(#tt-body-page) .wrap-left .area-aside .box-category .toggle-button, :where(#tt-body-page) .wrap-right .area-aside .box-category .toggle-button {
    top: 11px;
    right: 0; }
:where(#tt-body-page) .wrap-left .area-aside .tt_category .category_list li, :where(#tt-body-page) .wrap-right .area-aside .tt_category .category_list li {
    display: block; }
:where(#tt-body-page) .wrap-left .area-aside .box-category, :where(#tt-body-page) .wrap-right .area-aside .box-category {
    margin-bottom: 36px;
    padding-bottom: 36px; }
:where(#tt-body-page) .wrap-left .area-aside .box-recent, :where(#tt-body-page) .wrap-right .area-aside .box-recent {
    margin-bottom: 28px; }
:where(#tt-body-page) .wrap-left .area-aside .box-recent .list-recent .thumbnail, :where(#tt-body-page) .wrap-right .area-aside .box-recent .list-recent .thumbnail {
    width: 64px;
    height: 64px; }
:where(#tt-body-page) .wrap-left .area-aside .box-recent .toggle-button, :where(#tt-body-page) .wrap-left .area-aside .box-notice .toggle-button, :where(#tt-body-page) .wrap-right .area-aside .box-recent .toggle-button, :where(#tt-body-page) .wrap-right .area-aside .box-notice .toggle-button {
    display: none; }
:where(#tt-body-page) .wrap-left .area-aside .box-notice, :where(#tt-body-page) .wrap-right .area-aside .box-notice {
    margin-bottom: 22px; }
:where(#tt-body-page) .wrap-left .area-aside .box-tag, :where(#tt-body-page) .wrap-right .area-aside .box-tag {
    margin-bottom: 26px; }
:where(#tt-body-page) .wrap-left .area-aside .box-calendar, :where(#tt-body-page) .wrap-right .area-aside .box-calendar {
    margin-bottom: 28px;
    padding: 23px 19px; }
:where(#tt-body-page) .wrap-left .area-aside .box-search, :where(#tt-body-page) .wrap-right .area-aside .box-search {
    margin: 0 0 28px 0; }
:where(#tt-body-page) /*
    .wrap-left .area-aside .box-search .inp-search, :where(#tt-body-page) .wrap-right .area-aside .box-search .inp-search {
      background-position: 199px center; }
:where(#tt-body-page) */
.wrap-left .area-aside .box-search, :where(#tt-body-page) .wrap-left .area-aside .box-calendar, :where(#tt-body-page) .wrap-right .area-aside .box-search, :where(#tt-body-page) .wrap-right .area-aside .box-calendar {
    border: 1px solid rgba(51, 51, 51, 0.1); }
:where(#tt-body-page) .wrap-left .area-aside .box-visit, :where(#tt-body-page) .wrap-right .area-aside .box-visit {
    margin-bottom: 28px; }
:where(#tt-body-page) .wrap-left .area-view, :where(#tt-body-page) .wrap-right .area-view {
    width: 832px; }
:where(#tt-body-page) .wrap-left .article-type-cardstack, :where(#tt-body-page) .wrap-right .article-type-cardstack {
    max-width: 400px; }
:where(#tt-body-page) .wrap-left .article-type-timeline .box-timeline-content, :where(#tt-body-page) .wrap-right .article-type-timeline .box-timeline-content {
    max-width: 640px; }
:where(#tt-body-page) .wrap-left .article-type-timeline .box-timeline .title, :where(#tt-body-page) .wrap-right .article-type-timeline .box-timeline .title {
    max-width: 580px; }
:where(#tt-body-page) .wrap-left .article-type-timeline .link-thumbnail, :where(#tt-body-page) .wrap-right .article-type-timeline .link-thumbnail {
    height: auto; }
:where(#tt-body-page) .wrap-left .article-type-timeline .thumbnail, :where(#tt-body-page) .wrap-right .article-type-timeline .thumbnail {
    height: 382px; }
:where(#tt-body-page) .wrap-left .article-type-magazine, :where(#tt-body-page) .wrap-right .article-type-magazine {
    max-width: 400px; }
:where(#tt-body-page) .wrap-left .article-type-newspaper, :where(#tt-body-page) .wrap-left .article-type-poster, :where(#tt-body-page) .wrap-left .article-type-tilegallery, :where(#tt-body-page) .wrap-right .article-type-newspaper, :where(#tt-body-page) .wrap-right .article-type-poster, :where(#tt-body-page) .wrap-right .article-type-tilegallery {
    width: 33.3%;
    max-width: 256px; }
:where(#tt-body-page) .wrap-left .article-type-newspaper:nth-of-type(3n), :where(#tt-body-page) .wrap-left .article-type-poster:nth-of-type(3n), :where(#tt-body-page) .wrap-left .article-type-tilegallery:nth-of-type(3n), :where(#tt-body-page) .wrap-right .article-type-newspaper:nth-of-type(3n), :where(#tt-body-page) .wrap-right .article-type-poster:nth-of-type(3n), :where(#tt-body-page) .wrap-right .article-type-tilegallery:nth-of-type(3n) {
    margin-right: -4px !important; }
:where(#tt-body-page) .wrap-left .article-type-newspaper:nth-of-type(4n), :where(#tt-body-page) .wrap-left .article-type-poster:nth-of-type(4n), :where(#tt-body-page) .wrap-left .article-type-tilegallery:nth-of-type(4n), :where(#tt-body-page) .wrap-right .article-type-newspaper:nth-of-type(4n), :where(#tt-body-page) .wrap-right .article-type-poster:nth-of-type(4n), :where(#tt-body-page) .wrap-right .article-type-tilegallery:nth-of-type(4n) {
    margin-right: 28px; }
:where(#tt-body-page) .wrap-left .article-type-poster .link-thumbnail, :where(#tt-body-page) .wrap-right .article-type-poster .link-thumbnail {
    height: 345px; }
:where(#tt-body-page) .wrap-left .article-type-poster .thumbnail, :where(#tt-body-page) .wrap-right .article-type-poster .thumbnail {
    height: 345px; }
:where(#tt-body-page) .wrap-left .article-type-memodiary, :where(#tt-body-page) .wrap-right .article-type-memodiary {
    width: 33.3%;
    max-width: 256px; }
:where(#tt-body-page) .wrap-left .article-type-tilegallery, :where(#tt-body-page) .wrap-right .article-type-tilegallery {
    max-width: 256px;
    height: 256px; }
:where(#tt-body-page) .wrap-left .article-type-tilegallery:hover:before, :where(#tt-body-page) .wrap-right .article-type-tilegallery:hover:before {
    height: 256px; }
:where(#tt-body-page) .wrap-left .article-type-tilegallery .thumbnail, :where(#tt-body-page) .wrap-right .article-type-tilegallery .thumbnail {
    width: 256px;
    height: 256px; }
:where(#tt-body-page) .wrap-left .area-aside-top, :where(#tt-body-page) .wrap-right .area-aside-top {
    display: none; }
:where(#tt-body-page) .wrap-left .article-header, :where(#tt-body-page) .wrap-right .article-header {
    border-bottom: none; }
:where(#tt-body-page) .wrap-left .box-profile, :where(#tt-body-page) .wrap-right .box-profile {
    padding: 28px; }
:where(#tt-body-page) .wrap-left .box-profile .img-profile, :where(#tt-body-page) .wrap-right .box-profile .img-profile {
    background-position: center;
    background-size: cover;
    width: 172px;
    height: 172px; }
:where(#tt-body-page) .wrap-left .area-reply .item-reply, :where(#tt-body-page) .wrap-right .area-reply .item-reply {
    width: auto; }
:where(#tt-body-page) .backgroundtextcolorwhite .box-category {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; }
:where(#tt-body-page) .wrap-left .main {
    flex-direction: row-reverse; }
:where(#tt-body-page) .wrap-left .area-aside {
    margin: 0 58px 0 0; }
:where(#tt-body-page) .wrap-left .area-paging-timeline, :where(#tt-body-page) .wrap-right .area-paging-timeline {
    padding-bottom: 60px; }
:where(#tt-body-page) /* wrap-right */
.wrap-right .area-aside {
    margin: 0 0 0 58px; }
:where(#tt-body-page) /* wrap-drawer custom */
.wrap-drawer.outline-use .main, :where(#tt-body-page) .wrap-drawerbottom.outline-use .main {
    width: 1184px;
    padding: 59px 59px 60px 59px; }
:where(#tt-body-page) .wrap-drawer.outline-use .inner-header, :where(#tt-body-page) .wrap-drawerbottom.outline-use .inner-header {
    width: 1064px; }
:where(#tt-body-page) .wrap-drawer.outline-use .article-type-newspaper, :where(#tt-body-page) .wrap-drawer.outline-use .article-type-poster, :where(#tt-body-page) .wrap-drawer.outline-use .article-type-memodiary, :where(#tt-body-page) .wrap-drawer.outline-use .article-type-tilegallery, :where(#tt-body-page) .wrap-drawerbottom.outline-use .article-type-newspaper, :where(#tt-body-page) .wrap-drawerbottom.outline-use .article-type-poster, :where(#tt-body-page) .wrap-drawerbottom.outline-use .article-type-memodiary, :where(#tt-body-page) .wrap-drawerbottom.outline-use .article-type-tilegallery {
    max-width: 241px; }
:where(#tt-body-page) .wrap-drawer.outline-use .article-type-cardstack, :where(#tt-body-page) .wrap-drawerbottom.outline-use .article-type-cardstack {
    max-width: 433px; }
:where(#tt-body-page) .wrap-drawer.outline-use .article-type-magazine, :where(#tt-body-page) .wrap-drawerbottom.outline-use .article-type-magazine {
    max-width: 516px; }
:where(#tt-body-page) .wrap-drawer.outline-use .article-type-tilegallery, :where(#tt-body-page) .wrap-drawerbottom.outline-use .article-type-tilegallery {
    height: 241px; }
:where(#tt-body-page) .wrap-drawer.outline-use .article-type-tilegallery:hover:before, :where(#tt-body-page) .wrap-drawerbottom.outline-use .article-type-tilegallery:hover:before {
    height: 241px; }
:where(#tt-body-page) .wrap-drawer.outline-use .article-type-tilegallery .thumbnail, :where(#tt-body-page) .wrap-drawerbottom.outline-use .article-type-tilegallery .thumbnail {
    width: 241px;
    height: 241px; }
:where(#tt-body-page) .wrap-drawer.outline-use .article-type-timeline .box-timeline-date:after, :where(#tt-body-page) .wrap-drawerbottom.outline-use .article-type-timeline .box-timeline-date:after {
    width: 7px;
    height: 7px;
    right: -6px; }
:where(#tt-body-page) .wrap-drawer.outline-use #footer, :where(#tt-body-page) .wrap-drawerbottom.outline-use #footer {
    border-top: none; }
:where(#tt-body-page) .wrap-drawer .inner-header, :where(#tt-body-page) .wrap-drawer .main, :where(#tt-body-page) .wrap-drawerbottom .inner-header, :where(#tt-body-page) .wrap-drawerbottom .main {
    width: 1064px; }
:where(#tt-body-page) .wrap-drawer #footer, :where(#tt-body-page) .wrap-drawerbottom #footer {
    width: 1064px; }
:where(#tt-body-page) .wrap-drawer .area-main, :where(#tt-body-page) .wrap-drawerbottom .area-main {
    margin: 0 auto; }
:where(#tt-body-page) .wrap-drawer .area-paging, :where(#tt-body-page) .wrap-drawerbottom .area-paging {
    padding-bottom: 60px; }
:where(#tt-body-page) .wrap-drawer .area-aside, :where(#tt-body-page) .wrap-drawerbottom .area-aside {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto; }
:where(#tt-body-page) .wrap-drawer .area-aside-bottom, :where(#tt-body-page) .wrap-drawerbottom .area-aside-bottom {
    padding-top: 40px;
    border-top: 2px solid #333; }
:where(#tt-body-page) .wrap-drawer .area-aside > div, :where(#tt-body-page) .wrap-drawerbottom .area-aside > div {
    width: 25%;
    max-width: 242px;
    margin-right: 32px; }
:where(#tt-body-page) .wrap-drawer .area-aside > div:nth-child(4), :where(#tt-body-page) .wrap-drawerbottom .area-aside > div:nth-child(4) {
    margin-right: 0; }
:where(#tt-body-page) .wrap-drawer .area-aside > div > div, :where(#tt-body-page) .wrap-drawerbottom .area-aside > div > div {
    margin-bottom: 24px;
    padding: 28px; }
:where(#tt-body-page) .wrap-drawer .area-aside > div > div.close, :where(#tt-body-page) .wrap-drawerbottom .area-aside > div > div.close {
    padding: 16px 28px; }
:where(#tt-body-page) .wrap-drawer .area-aside > div > div.close .toggle-button, :where(#tt-body-page) .wrap-drawerbottom .area-aside > div > div.close .toggle-button {
    top: 27px; }
:where(#tt-body-page) .wrap-drawer .area-aside .tt_category .category_list li, :where(#tt-body-page) .wrap-drawerbottom .area-aside .tt_category .category_list li {
    display: block; }
:where(#tt-body-page) .wrap-drawer .area-aside .box-calendar, :where(#tt-body-page) .wrap-drawer .area-aside .box-category, :where(#tt-body-page) .wrap-drawer .area-aside .box-recent, :where(#tt-body-page) .wrap-drawer .area-aside .box-notice, :where(#tt-body-page) .wrap-drawer .area-aside .box-tag, :where(#tt-body-page) .wrap-drawer .area-aside .box-search, :where(#tt-body-page) .wrap-drawer .area-aside .box-visit, :where(#tt-body-page) .wrap-drawerbottom .area-aside .box-calendar, :where(#tt-body-page) .wrap-drawerbottom .area-aside .box-category, :where(#tt-body-page) .wrap-drawerbottom .area-aside .box-recent, :where(#tt-body-page) .wrap-drawerbottom .area-aside .box-notice, :where(#tt-body-page) .wrap-drawerbottom .area-aside .box-tag, :where(#tt-body-page) .wrap-drawerbottom .area-aside .box-search, :where(#tt-body-page) .wrap-drawerbottom .area-aside .box-visit {
    border: 1px solid rgba(51, 51, 51, 0.1); }
:where(#tt-body-page) .wrap-drawer .box-category, :where(#tt-body-page) .wrap-drawer .box-recent, :where(#tt-body-page) .wrap-drawer .box-notice, :where(#tt-body-page) .wrap-drawerbottom .box-category, :where(#tt-body-page) .wrap-drawerbottom .box-recent, :where(#tt-body-page) .wrap-drawerbottom .box-notice {
    padding: 16px 28px !important; }
:where(#tt-body-page) .wrap-drawer .area-aside .box-tag, :where(#tt-body-page) .wrap-drawerbottom .area-aside .box-tag {
    padding-top: 16px; }
:where(#tt-body-page) .wrap-drawer .area-aside .box-visit, :where(#tt-body-page) .wrap-drawerbottom .area-aside .box-visit {
    padding-top: 16px;
    padding-bottom: 23px;}
:where(#tt-body-page) .wrap-drawer .box-profile .img-profile, :where(#tt-body-page) .wrap-drawerbottom .box-profile .img-profile {
    width: 184px;
    height: 184px; }
:where(#tt-body-page) .wrap-drawer .box-recent .list-recent .thumbnail, :where(#tt-body-page) .wrap-drawerbottom .box-recent .list-recent .thumbnail {
    width: 48px;
    height: 48px; }
:where(#tt-body-page) .wrap-drawer .box-recent .list-recent .date, :where(#tt-body-page) .wrap-drawerbottom .box-recent .list-recent .date {
    display: none; }
:where(#tt-body-page) /*
.wrap-drawer .box-search .inp-search, :where(#tt-body-page) .wrap-drawerbottom .box-search .inp-search {
  max-width: 232px;
  background-position: 211px center;
}
:where(#tt-body-page) */
.wrap-drawer .article-related .item-related, :where(#tt-body-page) .wrap-drawerbottom .article-related .item-related {
    width: 25%; }
:where(#tt-body-page) .wrap-drawer .article-related .item-related:last-child, :where(#tt-body-page) .wrap-drawerbottom .article-related .item-related:last-child {
    display: block; }
:where(#tt-body-page) .wrap-drawer .inner-article-header, :where(#tt-body-page) .wrap-drawer .article-view, :where(#tt-body-page) .wrap-drawer .article-footer, :where(#tt-body-page) .wrap-drawerbottom .inner-article-header, :where(#tt-body-page) .wrap-drawerbottom .article-view, :where(#tt-body-page) .wrap-drawerbottom .article-footer {
    max-width: 832px;
    margin: 0 auto; }
:where(#tt-body-page) .wrap-drawer .article-header, :where(#tt-body-page) .wrap-drawerbottom .article-header {
    margin-top: 47px;
    margin-bottom: 56px;
    padding-bottom: 57px; }
:where(#tt-body-page) .wrap-drawer .article-header .title-article, :where(#tt-body-page) .wrap-drawerbottom .article-header .title-article {
    margin-bottom: 18px;
    text-align: center; }
:where(#tt-body-page) .wrap-drawer .article-header .box-info, :where(#tt-body-page) .wrap-drawerbottom .article-header .box-info {
    justify-content: center; }
:where(#tt-body-page) .wrap-drawer .article-tag, :where(#tt-body-page) .wrap-drawerbottom .article-tag {
    justify-content: center; }
:where(#tt-body-page) .wrap-drawer .area-aside-top {
    display: none; }
:where(#tt-body-page) .wrap-drawerbottom .article-book, :where(#tt-body-page) .wrap-drawer .article-book {
    max-width: none;
}
:where(#tt-body-page) /*
.wrap-drawer, :where(#tt-body-page) .wrap-drawerbottom {
    width: 1064px;
    overflow-x: auto;
	}
:where(#tt-body-page) .wrap-right, :where(#tt-body-page) .wrap-left {
    width: 1120px;
	}
:where(#tt-body-page) .wrap-drawer.outline-use, :where(#tt-body-page) .wrap-drawerbottom.outline-use {
    width: 1184px;
    overflow-x: auto; }
:where(#tt-body-page) .wrap-right.outline-use, :where(#tt-body-page) .wrap-left.outline-use {
    width: 1240px;
    overflow-x: auto; }
*/

/* media query - mobile */
@media screen and (max-width: 1060px) {
:where(#tt-body-page) .wrap-drawer, :where(#tt-body-page) .wrap-drawerbottom {
        width: 1064px;
        overflow-x: auto; }
}

@media screen and (max-width: 1120px) {
:where(#tt-body-page) .wrap-right, :where(#tt-body-page) .wrap-left {
        width: 1120px;
        overflow-x: auto; }
}

@media screen and (max-width: 1184px) {
:where(#tt-body-page) .wrap-drawer.outline-use, :where(#tt-body-page) .wrap-drawerbottom.outline-use {
        width: 1184px;
        overflow-x: auto; }
}

@media screen and (max-width: 1240px) {
:where(#tt-body-page) .wrap-right.outline-use, :where(#tt-body-page) .wrap-left.outline-use {
        width: 1240px;
        overflow-x: auto; }
}
:where(#tt-body-page) /* 뷰페이지 사진 밑 여백 티스토리 스타일 수정 */
figure.imageblock.alignCenter {
    margin: 0 auto 39px !important; }
:where(#tt-body-page) /* container */
#container {
    position: relative; }
:where(#tt-body-page) /* main */
.main {
    width: 100%;
    margin: 0 auto; }
:where(#tt-body-page) .main.outline-use, :where(#tt-body-page) .main.bordercolorwhite, :where(#tt-body-page) .main.bordercolorblack {
    /* box-sizing: initial; */
    box-sizing: border-box; }
:where(#tt-body-page) .main.outline-use {
    border: 1px solid transparent; }
:where(#tt-body-page) .main.bordercolorwhite {
    border: 1px solid rgba(255, 255, 255, 0.1); }
:where(#tt-body-page) .main.bordercolorblack {
    border: 1px solid rgba(51, 51, 51, 0.1); }
:where(#tt-body-page) /* area-tag */
.area-tag {
    min-height: 350px; }
:where(#tt-body-page) .area-tag .title-other {
    margin: 0 0 14px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333; }
:where(#tt-body-page) .area-tag .box-tag a {
    display: inline-block;
    max-width: 100%;
    margin: 0 12px 9px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    color: #777;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
:where(#tt-body-page) .area-tag .box-tag a:hover {
    font-weight: 600;
    color: #ef402f;
    text-decoration: underline; }
:where(#tt-body-page) /* // article-type-basic */


/* area-view - 상세 페이지 */
.area-view:after {
    content: '';
    display: block;
    clear: both; }
:where(#tt-body-page) /* article-header */
.article-header {
    margin-bottom: 52px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
:where(#tt-body-page) .article-header .title-article {
    display: block;
    width: 100%;
    margin: 7px 0 8px 0;
    font-size: 36px;
    font-weight: 400;
    line-height: normal; }
:where(#tt-body-page) .article-header .box-info {
    display: flex;
    font-size: 13px;
    color: rgba(51, 51, 51, 0.5);
    line-height: normal;
    text-align: center; }
:where(#tt-body-page) .article-header .box-info > p {
    position: relative;
    margin: 0 18px 0 0; }
:where(#tt-body-page) .article-header .box-info > p:after {
    content: '';
    position: absolute;
    top: 9px;
    right: -10px;
    width: 2px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px; }
:where(#tt-body-page) .article-header .box-info .visibility-label:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -10px;
    width: 2px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px; }
:where(#tt-body-page) .article-header .box-info .visibility-label:after, :where(#tt-body-page) .article-header .box-info .date:after, :where(#tt-body-page) .article-header .box-info .visibility-label:empty {
    display: none !important; }
:where(#tt-body-page) .article-header .box-info .reply {
    color: rgba(0, 0, 0, 0.9); }
:where(#tt-body-page) .article-header .box-info .reply span {
    color: rgba(51, 51, 51, 0.9); }
:where(#tt-body-page) /* article-tag - 상세페이지 태그  */
.article-tag {
    display: flex;
    margin-top: 27px; }
:where(#tt-body-page) .article-tag .title-footer {
    margin-right: 30px;
    padding-top: 8px; }
:where(#tt-body-page) .article-tag .box-tag {
    font-size: 0; }
:where(#tt-body-page) .article-tag .box-tag a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 12px 6px 22px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    font-size: 13px;
    line-height: normal;
    color: rgba(51, 51, 51, 0.7);
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
:where(#tt-body-page) .article-tag .box-tag a:before {
    content: '#';
    position: absolute;
    left: 12px;
    top: 6px;
    width: 5px;
    height: 5px; }
:where(#tt-body-page) .article-tag .box-tag a:after {
    content: '';
    position: absolute;
    bottom: 6px;
    right: -10px;
    width: 5px;
    height: 5px;
    background: #fff; }
:where(#tt-body-page) .article-tag .box-tag a:hover {
    text-decoration: underline; }
:where(#tt-body-page) /* // article-tag */
/* article-page - 상세페이지 이전다음글  */
.article-page {
    margin-bottom: 44px;
    padding: 37px 41px;
    border: 1px solid rgba(51, 51, 51, 0.1); }
:where(#tt-body-page) .article-page .title-footer {
    font-weight: 500;
    margin-bottom: 17px; }
:where(#tt-body-page) .article-page ul {
    list-style: none;
    margin: 0;
    padding: 0; }
:where(#tt-body-page) .article-page ul li {
    position: relative;
    margin-bottom: 5px;
    padding: 0;
    font-size: 13px;
    line-height: 1.69;
    color: #999; }
:where(#tt-body-page) .article-page ul li:nth-child(2) {
    color: #333; }
:where(#tt-body-page) .article-page ul li:nth-child(2):after {
    content: ':';
    position: absolute;
    top: 3px;
    left: 45px;
    font-size: 9px;
    opacity: .7; }
:where(#tt-body-page) .article-page ul li:last-child {
    margin-bottom: 0; }
:where(#tt-body-page) .article-page ul li span {
    padding-right: 23px; }
:where(#tt-body-page) .article-page ul li a {
    color: #999;
    text-decoration: none; }
:where(#tt-body-page) .article-page ul li a:hover {
    text-decoration: underline; }
:where(#tt-body-page) .article-page ul li strong {
    font-weight: 400; }
:where(#tt-body-page) /* //article-page - 상세페이지 이전다음글  */
/* article-related - 상세페이지 관련글 */
.article-related {
    margin-bottom: 39px; }
:where(#tt-body-page) .article-related a {
    text-decoration: none; }
:where(#tt-body-page) .article-related .title-footer {
    margin-bottom: 14px; }
:where(#tt-body-page) .article-related .list-related {
    display: flex;
    list-style: none;
    margin: 0 -8px;
    padding: 0;
    border: none;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
:where(#tt-body-page) .article-related .item-related {
    width: 33.3%; }
:where(#tt-body-page) .article-related .item-related:last-child {
    display: none; }
:where(#tt-body-page) .article-related .thumnail {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 50%;
    background-size: cover;
    background-position: 50% 50%; }
:where(#tt-body-page) .article-related .link-related {
    display: block;
    margin: 0 8px; }
:where(#tt-body-page) .article-related .link-related strong {
    display: block;
    max-height: 40px;
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
:where(#tt-body-page) .article-related .date {
    display: block;
    font-size: 12px;
    line-height: 1.83;
    color: #999; }
:where(#tt-body-page) /* // article-related */
/* article-reply - 상세페이지 댓글*/
.article-reply {
    width: 100%;
    margin-bottom: 60px; }
:where(#tt-body-page) .article-reply ul {
    list-style: none;
    margin: 0;
    padding: 0; }
:where(#tt-body-page) .article-reply a {
    text-decoration: none; }
:where(#tt-body-page) .article-reply .box-total {
    padding: 39px 40px 19px 40px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-bottom: none;
    font-size: 14px;
    font-weight: 600; }
:where(#tt-body-page) .article-reply .box-total a {
    color: #333; }
:where(#tt-body-page) .article-reply .tt_more_preview_comments_wrap {
    width: calc(100% - 80px);
    height: 40px;
    margin: 0 40px;
    background-color: transparent;
    border: 1px solid rgba(51, 51, 51, 0.1);
    font-size: 13px;
    font-weight: 400;
    line-height: 42px;
    color: rgba(51, 51, 51, 0.7); }
:where(#tt-body-page) .article-reply.close .box-total {
    padding-bottom: 39px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
:where(#tt-body-page) .article-reply.no-reply {
    margin: 0 0 18px 0;
    padding: 0;
    border: none !important; }
:where(#tt-body-page) .article-reply.no-reply .box-total {
    padding: 0 0 19px 0;
    border: none; }
:where(#tt-body-page) .article-reply.no-reply .area-reply {
    display: none; }
:where(#tt-body-page) /* area-reply - 상세페이지 댓글*/
.area-reply {
    margin-bottom: 40px;
    padding: 0 0 4px 0;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-top: none; }
:where(#tt-body-page) .area-reply .item-reply {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding: 24px 22px 24px 40px;
    border-bottom: 1px solid #eaeaea; }
:where(#tt-body-page) .area-reply .item-reply:last-child {
    border-bottom: none; }
:where(#tt-body-page) .area-reply .item-reply:last-child .list-reply-comment {
    margin-bottom: -28px; }
:where(#tt-body-page) .area-reply .thumbnail {
    display: block;
    width: 48px;
    height: 48px;
    margin-top: 4px;
    margin-right: 11px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 50px;
    border: solid 1px rgba(51, 51, 51, 0.1); }
:where(#tt-body-page) .area-reply .box-content {
    position: relative;
    width: calc(100% - 62px); }
:where(#tt-body-page) .area-reply .box-content .box-meta {
    margin-top: 9px;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.69; }
:where(#tt-body-page) .area-reply .box-content .box-meta strong, :where(#tt-body-page) .area-reply .box-content .box-meta strong a {
    font-weight: 400;
    color: #333; }
:where(#tt-body-page) .area-reply .box-content .box-meta .date {
    position: relative;
    display: block;
    color: rgba(51, 51, 51, 0.4); }
:where(#tt-body-page) .area-reply .box-content .box-meta .date a {
    position: relative;
    margin-left: 14px;
    color: rgba(51, 51, 51, 0.4); }
:where(#tt-body-page) .area-reply .box-content .box-meta .date a:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -9px;
    width: 2px;
    height: 2px;
    background: rgba(51, 51, 51, 0.2);
    border-radius: 2px; }
:where(#tt-body-page) .area-reply .box-content .box-meta .date a:hover {
    text-decoration: underline; }
:where(#tt-body-page) .area-reply .box-content .text {
    width: 591px;
    margin: 0 0 18px 0;
    font-size: 15px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.7);
    word-break: break-all; }
:where(#tt-body-page) .area-reply .box-content .link-comment {
    display: block;
    width: 40px;
    height: 28px;
    margin-left: 1px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    line-height: 26px;
    color: rgba(51, 51, 51, 0.7);
    text-align: center; }
:where(#tt-body-page) .area-reply .box-content .list-modify {
    position: absolute;
    display: flex; }
:where(#tt-body-page) .area-reply .box-content .list-modify li {
    position: relative;
    margin-right: 14px; }
:where(#tt-body-page) .area-reply .box-content .list-modify li:after {
    content: '';
    position: absolute;
    top: 3px;
    right: -8px;
    width: 1px;
    height: 10px;
    background: rgba(51, 51, 51, 0.1); }
:where(#tt-body-page) .area-reply .box-content .list-modify li:last-child:after {
    background: none; }
:where(#tt-body-page) .area-reply .box-content .list-modify a {
    display: block;
    font-size: 13px;
    color: rgba(51, 51, 51, 0.4); }
:where(#tt-body-page) .area-reply .box-content .list-modify a:hover {
    text-decoration: underline; }
:where(#tt-body-page) .area-reply .box-content > .list-modify {
    bottom: 5px;
    right: 0px; }
:where(#tt-body-page) .area-reply .list-reply-comment {
    width: 830px;
    margin: 30px -22px -24px -40px;
    padding: 24px 0 18px 100px;
    background-color: #fafafa; }
:where(#tt-body-page) .area-reply .list-reply-comment .item-reply {
    margin-bottom: 30px;
    padding: 0;
    border-bottom: none; }
:where(#tt-body-page) .area-reply .list-reply-comment .item-reply:last-child {
    margin-bottom: 0; }
:where(#tt-body-page) .area-reply .list-reply-comment .list-modify {
    bottom: 9px;
    right: 22px; }
:where(#tt-body-page) .area-reply .list-reply-comment .text {
    width: 531px;
    margin: 0 0 4px 0; }
:where(#tt-body-page) .area-reply .list-reply-comment .box-modify {
    top: -6px;
    right: 15px; }
:where(#tt-body-page) /*
		.area-reply .list-reply-other {
    margin-bottom: 20px;
	}
:where(#tt-body-page) */

/* // area-reply - 상세페이지 댓글*/
/* area-write - 상세페이지 댓글 입력 부분*/
.area-write .box-account {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px; }
:where(#tt-body-page) .area-write .box-account input {
    width: calc(50% - 8px);
    padding: 16px 20px 16px 20px;
    background: none;
    border: 1px solid #e8e8e8;
    font-size: 15px;
    color: #707070; }
:where(#tt-body-page) .area-write .box-account input:hover, :where(#tt-body-page) .area-write .box-account input:focus {
    border-color: #333; }
:where(#tt-body-page) .area-write .box-homepage {
    margin-bottom: 12px; }
:where(#tt-body-page) .area-write .box-homepage input {
    width: 100%;
    padding: 11px 20px 12px 20px;
    border: 1px solid #e8e8e8;
    font-size: 15px;
    color: #707070; }
:where(#tt-body-page) .area-write .box-homepage input:hover, :where(#tt-body-page) .area-write .box-homepage input:focus {
    border-color: #333; }
:where(#tt-body-page) .area-write .box-textarea {
    margin-bottom: 16px;
    box-sizing: border-box; }
:where(#tt-body-page) .area-write .box-textarea textarea {
    width: 100%;
    height: 160px;
    padding: 20px;
    background: transparent;
    border: 1px solid #e8e8e8;
    line-height: 26px;
    font-size: 15px;
    box-sizing: border-box;
    color: #707070; }
:where(#tt-body-page) .area-write .box-textarea textarea:hover, :where(#tt-body-page) .area-write .box-textarea textarea:focus {
    border-color: #333; }
:where(#tt-body-page) .area-write .box-write {
    display: flex;
    justify-content: space-between; }
:where(#tt-body-page) .area-write .box-write .xe-label {
    display: flex;
    position: relative;
    margin-top: 5px;
    min-width: 18px;
    min-height: 18px;
    text-align: left;
    cursor: pointer; }
:where(#tt-body-page) .area-write .box-write .xe-label input[type="checkbox"] {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    border: 0;
    font-size: 0;
    line-height: 0;
    left: -9999px; }
:where(#tt-body-page) .area-write .box-write .xe-label > input[type="checkbox"] + .xe-input-helper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
:where(#tt-body-page) .area-write .box-write .xe-label > input[type="checkbox"]:checked + .xe-input-helper:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 10px;
    margin-top: -7px;
    margin-left: -3px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    content: ""; }
:where(#tt-body-page) .area-write .box-write .xe-label > input[type="checkbox"]:checked + .xe-input-helper {
    border-color: transparent;
    background-color: #333; }
:where(#tt-body-page) .area-write .box-write .xe-label .xe-label-text {
    display: block;
    padding: 1px 0  0 22px;
    font-size: 13px;
    color: rgba(51, 51, 51, 0.4); }
:where(#tt-body-page) .area-write .box-write .btn_register {
    width: 148px;
    height: 42px;
    background: #333;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer; }
:where(#tt-body-page) /* // area-write */

.article-view p {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(51, 51, 51, 0.7); }
:where(#tt-body-page) .article-view h1, :where(#tt-body-page) .article-view h2, :where(#tt-body-page) .article-view h3, :where(#tt-body-page) .article-view h4 {
    margin-bottom: 24px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.87); }
:where(#tt-body-page) .article-view h1 {
    font-size: 32px;
    line-height: 1.33; }
:where(#tt-body-page) .article-view h2 {
    font-size: 24px;
    line-height: 1.38; }
:where(#tt-body-page) .article-view h3 {
    font-size: 20px;
    line-height: 1.4; }
:where(#tt-body-page) .article-view h4 {
    font-size: 18px;
    line-height: 1.33; }
:where(#tt-body-page) .article-view blockquote {
    margin: 0;
    padding-left: 19px;
    border-left: 1px solid;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.54); }
:where(#tt-body-page) .article-view ul, :where(#tt-body-page) .article-view ol {
    margin: 0;
    padding: 0 0 0 19px; }
:where(#tt-body-page) .article-view ul {
    margin-top: 18px; }
:where(#tt-body-page) .article-view ul li {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
    word-break: break-all; }
:where(#tt-body-page) .article-view ol {
    margin-bottom: 32px; }
:where(#tt-body-page) .article-view ol li {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.87);
    word-break: break-all; }
:where(#tt-body-page) .article-view figure {
    margin: 0; }
:where(#tt-body-page) .article-view table {
    border: 1px solid #dadce0;
    border-collapse: collapse; }
:where(#tt-body-page) .article-view table thead tr {
    background: rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #000; }
:where(#tt-body-page) .article-view table tr th, :where(#tt-body-page) .article-view table tr td {
    padding: 7px;
    border-left: 1px solid #dadce0; }
:where(#tt-body-page) .article-view table tr {
    border-bottom: 1px solid #dadce0; }
:where(#tt-body-page) .article-view pre {
    padding: 20px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: rgba(34, 85, 51, 0.87);
    white-space: pre-wrap; }
:where(#tt-body-page) .article-view .cap1 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.54); }
:where(#tt-body-page) .article-view hr {
    margin: 30px 0; }
:where(#tt-body-page) .article-view a {
    display: inline-block;
    color: #3d62ce; }
:where(#tt-body-page) .article-view a:hover {
    opacity: 0.7; }
:where(#tt-body-page) .article-view .moreless_fold span, :where(#tt-body-page) .article-view .moreless_top span {
    font-size: 16px;
    line-height: 2.5; }
:where(#tt-body-page) .article-view .moreless_content {
    padding-top: 40px; }
:where(#tt-body-page) .article-view .moreless_top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
:where(#tt-body-page) .article-view .moreless_bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
:where(#tt-body-page) .article-view .moreless_bottom span {
    display: none; }
:where(#tt-body-page) .article-view .footnote a {
    color: #4167d9 !important;
    text-decoration: none; }
:where(#tt-body-page) .article-view .footnotes li {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.38); }
:where(#tt-body-page) .article-view .table-overflow {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
:where(#tt-body-page) .article-view .table-overflow {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
:where(#tt-body-page) .article-view img {
    max-width: 100%; }

:where(#tt-body-page) a.myButton,
#tt-body-page a.myButton,
:where(#tt-body-page) .contents_style a.myButton,
#tt-body-page .contents_style a.myButton {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: auto;
    max-width: 100%;
    margin: 8px auto 22px;
    padding: 0 22px;
    border: 1px solid #c1121f;
    border-radius: 8px;
    background: #c1121f;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(193, 18, 31, 0.22);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
    cursor: pointer;
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    -webkit-appearance: none;
    appearance: none;
}

:where(#tt-body-page) a.myButton::after,
#tt-body-page a.myButton::after,
:where(#tt-body-page) .contents_style a.myButton::after,
#tt-body-page .contents_style a.myButton::after {
    content: ">";
    margin-left: 10px;
    font-size: 18px;
    line-height: 1;
    flex: 0 0 auto;
}

:where(#tt-body-page) a.myButton:hover,
#tt-body-page a.myButton:hover,
:where(#tt-body-page) .contents_style a.myButton:hover,
#tt-body-page .contents_style a.myButton:hover {
    background: #9f1239;
    border-color: #9f1239;
    box-shadow: 0 12px 26px rgba(159, 18, 57, 0.26);
    opacity: 1;
    transform: translateY(-1px);
}

:where(#tt-body-page) a.myButton:focus-visible,
#tt-body-page a.myButton:focus-visible,
:where(#tt-body-page) .contents_style a.myButton:focus-visible,
#tt-body-page .contents_style a.myButton:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.28);
    outline-offset: 3px;
}

@media screen and (max-width: 480px) {
    :where(#tt-body-page) a.myButton,
    #tt-body-page a.myButton,
    :where(#tt-body-page) .contents_style a.myButton,
    #tt-body-page .contents_style a.myButton {
        width: 100%;
        min-height: 46px;
        padding: 0 16px;
        font-size: 15px;
    }
}

/* area_view - 유튜브 사이즈 제어 */
@media screen and (max-width: 743px) {
:where(#tt-body-page) .article-view iframe {
        width: 100%;
        height: 56vw;
        -ms-height: 56vmax; } }

/* media query - only mobile */
@media screen and (max-width: 768px) {
:where(#tt-body-page) .article-view {
        margin-top: 40px; } }
