@charset 'UTF-8';
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* scrollbar */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-thumb { width: 4px; background-color: #000; }
::selection { background-color: #000; color: #000; } 
::-moz-selection { background-color: #000; color: #000; } 

/* admin */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a:link, a:visited { color: #000; text-decoration: none; cursor: pointer; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; }
a:link:hover, a:visited:hover { color: #000; text-decoration: line-through; cursor: cell; }
a i, a i:hover { color: #000; cursor: cell; }
body { overflow-x: hidden; margin: 0; cursor: cell; }
body, .page { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-weight: 700; color: #000; }
::-moz-selection { background-color: #fff; color: red; text-shadow: yellow 3px 3px 5px; }
::selection { background-color: #fff; color: red; text-shadow: yellow 3px 3px 5px; }

/* menu */
.header { z-index: 100; display: block; position: fixed; width: 80px; height: 105%; margin-top: -50px; overflow: hidden; border-right: 4px solid #000000; background: #fff; }
.header ul { display: inline-block; list-style: none; width: 80px; line-height: 80px; -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); text-transform: lowercase; color: #000; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-weight: 700; font-size: 26px; }
.header ul a { color: #000 !important; }

/* top */
.icon { bottom: 4.5%; display: block; position: absolute; line-height: 100px; width: 100px; height: 100px; margin-left: 13px; -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

/* mobile menu */
.mobile-menu { display: none; }
.select { display: none; }

/* search */
.search-box { z-index: 99; display: inline-block; position: fixed; width: 100%; height: 80px; border-bottom: 4px solid #000; line-height: 75px; text-align: center; background: #fff; }
.enter { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 26px; color: #000; font-weight: 700; padding-left: 8px; }
.search-form { width: 352px; background-color: #fff; position: relative; padding-left: 4px; padding-right: 2px; border-radius: 0px; border-right: 0px solid #000; border-left: 0px solid #000; border-top: 0px solid #000; border-bottom: 2px dotted #000; padding-bottom: 2px; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 26px; color: #000; font-weight: 700; }
::-webkit-input-placeholder { color: #000; }
:-moz-placeholder { color: #000; }
::-moz-placeholder { color: #000; }
:-ms-input-placeholder { color: #000; }

/* header */
.title { display: inline-block; margin-top: 80px; width: 100%; border-bottom: 4px solid #000; padding-top: 85px; padding-bottom: 90px; line-height: 1.5; text-align: center; }
.title .title-text { display: inline-block; width: 65%; }
.title .title-text span { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 32pt; color: #000; font-weight: 700; padding-left: 8px; text-transform: lowercase; }

/* contents */
.content { max-width: 1000px; padding: 0; }
.paging, .footer { overflow-x: hidden; }

/* list */
.list { border-bottom: 4px solid #000; }
.list li { display: flex; align-items: center;}
.listWrap { margin: 0 auto; max-width: 1230px; padding-top: 20px; padding-bottom: 20px; }
.fixed_img_col ul { list-style-type: none; overflow: hidden; }
.fixed_img_col li {	list-style-type: none; margin-right: 10px; width: 100%; }
.fixed_img_col li a { display: block; cursor: cell; }
.fixed_img_col li a .thumb img { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; float: left; width: 120px; height: 120px; border: 4px solid #000; padding: 4px; margin-right: 50px; }
.fixed_img_col li a .thumb img:hover { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; opacity: 0.5; border: 4px solid #000; padding: 4px; }
.list-title { display: inline-block; float: left; margin-top: 22px; margin-bottom: 22px; width: 65%; }
.list-title span { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 26px; color: #000; font-weight: 700; line-height: 1.5; }
.list-date { display: inline-block; width: 200px; float: right; margin-top: 22px; margin-bottom: 22px; padding-left: 50px; max-width: 200px; border-left: 2px dotted #000; }
.list-date span { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 26px; color: #000; font-weight: 700; line-height: 1.5; }

/* article */
.article-layout-1 { display: inline-block; width: 100%; border-bottom: 4px solid #000; }
.article-title { margin: 0 auto; max-width: 1000px; text-align: center; padding-top: 50px; padding-bottom: 50px; }
.article-title span { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 32pt; color: #000; font-weight: 700; }
.article-title a:hover { color: #000; }
.article-layout-2 { display: inline-block; width: 100%; padding-top: 40px; padding-bottom: 40px; line-height: 1.8; }
.metadata { margin: 0 auto; max-width: 1000px; }
.metadata span { font-size: 18px; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; color: #000; font-weight: 700; }
.admin { margin-top: 0.5em; }
.metadata-category a { border-radius: 0px; color: #333; border-bottom: 2px dotted #000; }
.metadata-category a:hover { text-decoration: none; border-bottom: 2px solid #000; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; }
.article-layout-3 { display: inline-block; width: 100%; padding-bottom: 15px; line-height: 2.0; }
.article-post { margin: 0 auto; max-width: 1000px; }
.article-post span { font-size: 18px; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; color: #000; font-weight: 700; }

/* notice */
.notice-layout-1 { display: inline-block; width: 100%; border-bottom: 4px solid #000; }
.notice-title { margin: 0 auto; max-width: 1000px; text-align: center; padding-top: 50px; padding-bottom: 50px; }
.notice-title span { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 32pt; color: #000; font-weight: 700; }
.notice-title a:hover { color: #000; }
.notice-layout-2 { display: inline-block; width: 100%; padding-top: 70px; padding-bottom: 40px; line-height: 1.8; }
.notice-layout-3 { display: inline-block; width: 100%; margin-bottom: 10px; padding-bottom: 45px; line-height: 2.0; border-bottom: 4px solid #000; }
.notice-post { margin: 0 auto; max-width: 1000px; }
.notice-post { font-size: 18px; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; color: #000; font-weight: 700; }

/* secret */
.password { border-bottom: 4px solid #000; }
.passwordWrap { margin: 0 auto; max-width: 1000px; padding-top: 150px; padding-bottom: 150px; text-align: center; }
.password-form { width: 300px; height: 60px; background-color: #fff; position: relative; padding-left: 4px; padding-right: 2px; border-right: 0px solid #000; border-left: 0px solid #000; border-top: 0px solid #000; border-bottom: 4px dotted #000; padding-bottom: 2px; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 26px; color: #000; font-weight: 700; }
.submit { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; border: 4px solid #000; width: 120px; height: 60px; margin-left: 15px; background: #000; font-family: 'Montserrat', 'Gothic A1', sans-serif; font-size: 26px; color: #fff; font-weight: 700; }
.submit:hover { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; background: yellow; color: red; }

/* comment */
.actionTrail { display: inline-block; width: 100%; padding-top: 30px; padding-bottom: 30px; line-height: 2.0; border-top: 4px solid #000; text-align: center; }
.actionTrail span { font-size: 24px; line-height: 1.8; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; color: #000; font-weight: 700; }
.commentWrap { border-bottom: 4px solid #000; }
.commentWrite { margin-top: -43px; margin-bottom: 45px; padding-bottom: 5px; }
.comment { margin: 0 auto; max-width: 1000px; }
.comment span { font-size: 18px; line-height: 1.8; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-weight: 700; }
.comment ol { list-style-type: none; }
.comment ul { list-style-type: none; }
.comment p { display: block; padding-bottom: 20px; margin-left: -40px; font-size: 18px; line-height: 1.6; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-weight: 700; }
.name { text-transform: lowercase; float: left; margin-right: 50px; margin-left: -40px; padding-right: 4px; text-shadow: yellow 3px 3px 5px; }
.edit { margin-left: -40px; float: none; }
.comment ul .name { text-shadow: grey 3px 3px 5px; }
.writer-info { margin-top: 60px; margin-bottom: 20px; }
.writer-info .writer-name { border-radius: 0px; float: left; display: block; border-bottom: 2px dotted #000; border-top: none; border-left: none; border-right: none; width: 250px; margin-right: 20px; margin-bottom: 20px; padding: 2px; background: none; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 18px; color: #000; font-weight: 700; }
.writer-info .writer-pass { border-radius: 0px; float: left; display: block; border-bottom: 2px dotted #000; border-top: none; border-left: none; border-right: none; width: 250px; margin-right: 20px; margin-bottom: 20px; padding: 2px; background: none; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 18px; color: #000; font-weight: 700; }
.writer-info .writer-home { border-radius: 0px; float: left; display: block; border-bottom: 2px dotted #000; border-top: none; border-left: none; border-right: none; width: 250px; margin-right: 20px; margin-bottom: 20px; padding: 2px; background: none; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 18px; color: #000; font-weight: 700; }
.textarea { border-radius: 0px; border: 4px solid #000; padding: 10px; overflow: auto; width: 100%; height: 120px; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 30px; color: #000; line-height: 1.5; }
input[id="secret"] { display: none; }
input[id="secret"] + label { float: right; margin-bottom: 15px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; display: inline-block; font-size: 18px; line-height: 1.6; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; color: #000; }
input[id="secret"]:checked + label { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; font-size: 18px; line-height: 1.6; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; color: #000; font-weight: 700; }
input[id="secret"]:checked + label:before { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; content: "\f111"; font: 18px FontAwesome; font-weight: 700; }
input[id="secret"] + label:before { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; content: "\f10c"; font: 18px FontAwesome; font-weight: 700; }
.send-button { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; width: 100%; height: 60px; margin-top: -15px; padding: 10px; border: 4px solid #000; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 18px; font-weight: 700; color: #fff; text-transform: lowercase; background-color: #000; color: #fff; cursor: cell; }
.send-button:hover { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; background: yellow; color: red; cursor: cell; }

/* paging */
.paging { text-align: center; margin-top: 40px; margin-bottom: 45px; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 18px; font-weight: 700; }
.paging a:hover { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; text-decoration: none; text-shadow: yellow 3px 3px 5px; color: red; }
.paging .no-more-prev, .paging .no-more-next { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; text-decoration: none; }
.paging .no-more-prev:hover, .paging .no-more-next:hover { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; text-decoration: none; cursor: cell; }
.paging .numbox { margin-left: -80px; }
.paging .num { display: inline-block; padding-top: 8px; margin-left: 20px; margin-right: 20px; }
.paging .num .selected { display: inline-block; text-shadow: yellow 3px 3px 5px; color: red; }
.paging .prev { margin-left: 130px; margin-top: -5px; float: left; font-size: 32px; }
.paging .next { margin-right: 50px; margin-top: -5px; float: right; font-size: 32px; }

/* taglog */
.taglog-layout { display: inline-block; width: 100%; border-bottom: 4px solid #000; }
.taglog-title { margin: 0 auto; max-width: 1000px; text-align: center; padding-top: 50px; padding-bottom: 50px; }
.taglog-title span { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 32pt; color: #000; font-weight: 700; }
.taglog-list { max-width: 900px; margin: 0 auto; }
.taglog-list span { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 26px; color: #000; font-weight: 700; text-transform: lowercase; }
.taglog li { display: inline-block; margin: 10px; }
.taglog a { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; }
.taglog a:hover { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; text-decoration: none; text-shadow: yellow 3px 3px 5px; color: red; }
.taglog a:before { content: "#"; }
.taglog a.cloud1 { opacity: 1; }
.taglog a.cloud2 { opacity: 0.8; }
.taglog a.cloud3 { opacity: 0.6; }
.taglog a.cloud4 { opacity: 0.4; }

/* guest */
.guest { border-bottom: 4px solid #000; padding-bottom: 35px; }
.guestWrite { margin-top: 45px; margin-bottom: 45px; padding-bottom: 5px; }

/* footer */
.footer { padding-top: 45px; padding-bottom: 45px; border-top: 4px solid #000; text-align: center; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 32pt; color: #000; font-weight: 700; padding-left: 8px; text-transform: lowercase; line-height: 1.5; }
.footer a:hover { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; text-decoration: none; text-shadow: yellow 3px 3px 5px; color: red; }

/* hidden */
.tistorytoolbarid, .tistorytoolbar { display: none; }
[id^='tistoryFootnoteLayer_'] { display: none; }

/* mobile screen */
@media (max-width: 650px) { 
.list-title span, .list-date span, .article-title span, .article-post span, .metadata span, .notice-title span, .notice-post span, .submit, .password-form, .actionTrail span, .comment span, .comment p, .writer-info .writer-name, .writer-info .writer-pass, .writer-info .writer-home, .textarea, .input[id="secret"] + label, .input[id="secret"]:checked + label, .send-button, .paging, .taglog-title span, taglog-list span, .footer { font-family: 'Assistant', 'Noto Sans KR', sans-serif; font-weight: 700; }	
.header { display: none; }
.mobile-menu { display: none; }
.enter { display: none; }
.search-box { z-index: 99; display: inline-block; position: fixed; width: 100%; border-bottom: 4px solid #000; text-align: center; background: #fff; }
.search-form { display: none; }
.title { display: inline-block; margin-top: 0px; height: 74px; border-bottom: 4px solid #000; padding-top: 0px; padding-bottom: 0px; }
.title .title-text { display: none; }
.select { position: relative; display: block; margin: 0 auto; width: 100%; font-family: 'Assistant', 'Noto Sans KR', sans-serif; font-size: 20px; color: #000; font-weight: 700; vertical-align: middle; text-align: left; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; }
.select .placeholder { position: relative; display: block; background-color: #fff; z-index: 1; padding-left: 1em; cursor: cell; }
.select .placeholder:hover { background: yellow; color: red; }
.select .placeholder:after { position: absolute; right: 1em; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-family: 'FontAwesome'; content: '\f078'; z-index: 10; }
.select.is-open .placeholder:after { content: '\f077'; }
.select.is-open ul { display: block; }
.select ul { display: none; position: absolute; overflow: hidden; width: 100%; background: #fff; top: 100%; left: 0; list-style: none; margin: 5px 0 0 0; padding: 0; z-index: 100; }
.select ul li { display: block; text-align: left; padding-left: 1em; border-bottom: 4px solid #000; color: #000; cursor: cell; }
.select ul li:hover { background: #eee; color: #000; }
.content { max-width: 90%; padding: 0; }
.metadata { margin: 0 auto; max-width: 90%; }
.metadata span { font-size: 16px; font-family: 'Assistant', 'Noto Sans KR', sans-serif; color: #000; font-weight: 700; }
.article-post { margin: 0 auto; max-width: 90%; }
.article-post span { font-size: 16px; }
.metadata span { font-size: 16px; }
.article-title span { font-size: 18pt; color: #000;  }
.notice-title { margin: 0 auto; max-width: 90%; }
.notice-title span { font-size: 18pt; }
.notice-post { margin: 0 auto; max-width: 90%; }
.passwordWrap { margin: 0 auto; max-width: 90%; }
.submit { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; border: 4px solid #000; width: 90px; height: 60px; margin-left: 15px; background: #000; font-size: 18px; color: #fff; }
.comment { margin: 0 auto; max-width: 90%; }
.comment span { font-size: 16px; }
.comment p { font-size: 16px; }
.commentWrite { margin-top: -13px; }
.writer-info { margin-top: -30px; }
.writer-info .writer-name { font-size: 16px; width: 50%; }
.writer-info .writer-pass { font-size: 16px; width: 50%; }
.writer-info .writer-home { font-size: 16px; width: 100%; }
.textarea { font-size: 16px; }
input[id="secret"] + label { font-size: 18px; }
.send-button { font-size: 16px; }
.actionTrail span { font-size: 16pt; }
.taglog-title { margin: 0 auto; max-width: 90%; }
.taglog-title span { font-size: 20pt; }
.paging .prev { margin-left: 50px; font-size: 18pt; margin-top: 2px; }
.paging .next { font-size: 18pt; margin-top: 2px; }
.paging .numbox { display: none; }
.listWrap { max-width: 100%; }
.fixed_img_col ul { list-style-type: none; overflow: hidden; }
.fixed_img_col li { list-style-type: none; margin-right: 20px; width: 100%; }
.fixed_img_col li a { display: block; cursor: cell; }
.fixed_img_col li a .thumb img { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; float: left; width: 100px; height: 100px; border: 4px solid #000; padding: 4px; margin-right: 30px; }
.fixed_img_col li a .thumb img:hover { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; opacity: 0.5; border: 4px solid #000; padding: 4px; }
.list-title { display: inline-block; float: left; width: 50%; margin-top: 0px; margin-bottom: 0px; }
.list-title span { font-size: 20px; line-height: 1.5; }
.list-date { display: none; }
.footer { padding-top: 45px; padding-bottom: 45px; border-top: 4px solid #000; text-align: center; font-size: 20pt; color: #000; padding-left: 8px; text-transform: lowercase; line-height: 1.5; }
.password-form { width: 160px; height: 60px; background-color: #fff; position: relative; padding-left: 4px; padding-right: 2px; border-right: 0px solid #000; border-left: 0px solid #000; border-top: 0px solid #000; border-bottom: 4px dotted #000; padding-bottom: 2px; font-size: 18px; }
}

@media (max-width: 810px) and (min-width: 651px) { 
.enter, .search-form, .title .title-text span, .list-title span, .list-date span, .article-title span, .article-post span, .metadata span, .notice-title span, .notice-post span, .submit, .password-form, .actionTrail span, .comment span, .comment p, .writer-info .writer-name, .writer-info .writer-pass, .writer-info .writer-home, .textarea, .input[id="secret"] + label, .input[id="secret"]:checked + label, .send-button, .paging, .taglog-title span, taglog-list span, .footer { font-family: 'Assistant', 'Noto Sans KR', sans-serif; font-weight: 700; }
.header { display: none; }
.mobile-menu { z-index: 100; display: inline-block; position: fixed; width: 100%; height: 80px; line-height: 40px; border-bottom: 4px solid #000; text-align: center; background: #fff; }
.mobile-menu-Wrap { padding-right: 40px; display: inline-block; margin: 0 auto; }
.mobile-menu li { list-style: none; display: inline-block; margin-left: 20px; margin-right: 20px; float: left; font-family: 'Assistant', 'Noto Sans KR', sans-serif; font-size: 18px; color: #000; font-weight: 700; }
.search-box { display: inline-block; position: absolute; width: 100%; height: 80px; margin-top: 80px; border-bottom: 4px solid #000; line-height: 75px; text-align: center; background: #fff; }
.enter { font-size: 18px; color: #000; padding-left: 8px; }
.search-form { width: 202px; background-color: #fff; position: relative; padding-left: 4px; padding-right: 2px; border-right: 0px solid #000; border-left: 0px solid #000; border-top: 0px solid #000; border-bottom: 2px dotted #000; padding-bottom: 2px; font-size: 18px; color: #000; }
.title .title-text { margin-top: 80px; display: inline-block; width: 80%; }
.title .title-text span { font-size: 22pt; color: #000; padding-left: 8px; text-transform: lowercase; }
.content { max-width: 600px; padding: 0; }
.metadata { margin: 0 auto; max-width: 600px; }
.metadata span { font-size: 16px; font-family: 'Assistant', 'Noto Sans KR', sans-serif; color: #000; font-weight: 700; }
.article-post { margin: 0 auto; max-width: 600px; }
.article-post span { font-size: 16px; }
.metadata span { font-size: 16px; }
.article-title span { font-size: 18pt; color: #000; }
.notice-title { margin: 0 auto; max-width: 600px; }
.notice-title span { font-size: 18pt; }
.notice-post { margin: 0 auto; max-width: 600px; }
.passwordWrap { margin: 0 auto; max-width: 600px; }	
.password-form { width: 160px; height: 60px; background-color: #fff; position: relative; padding-left: 4px; padding-right: 2px; border-right: 0px solid #000; border-left: 0px solid #000; border-top: 0px solid #000; border-bottom: 4px dotted #000; padding-bottom: 2px; font-size: 18px; color: #000; }
.submit { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; border: 4px solid #000; width: 90px; height: 60px; margin-left: 15px; background: #000; font-size: 18px; color: #fff; }
.comment { margin: 0 auto; max-width: 600px; }
.comment span { font-size: 16px; }
.comment p { font-size: 16px; }
.commentWrite { margin-top: -37px; }
.writer-info .writer-name { font-size: 16px; width: 30%; }
.writer-info .writer-pass { font-size: 16px; width: 30%; }
.writer-info .writer-home { font-size: 16px; width: 100%; }
.textarea { font-size: 16px; }
input[id="secret"] + label { font-size: 16px; }
.send-button { font-size: 16px; }
.actionTrail span { font-size: 14pt; }
.taglog-title { margin: 0 auto; max-width: 600px; }
.taglog-title span { font-size: 22pt; }
.paging .prev { margin-left: 50px; font-size: 18pt; margin-top: 2px; }
.paging .next { font-size: 18pt; margin-top: 2px; }
.paging .numbox { padding-left: 80px; }
.paging .num { display: none; }
.listWrap { max-width: 100%; }
.fixed_img_col ul { list-style-type: none; overflow: hidden; }
.fixed_img_col li { list-style-type: none; margin-right: 30px; width: 100%; }
.fixed_img_col li a { display: block; cursor: cell; }
.fixed_img_col li a .thumb img { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; float: left; width: 100px; height: 100px; border: 4px solid #000; padding: 4px; margin-right: 30px; }
.fixed_img_col li a .thumb img:hover { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; opacity: 0.5; border: 4px solid #000; padding: 4px; }
.list-title { display: inline-block; float: left; padding-top: 24px; padding-bottom: 24px; }
.list-title span { font-size: 18px; color: #000; line-height: 1.5; }
.list-date { display: inline-block; width: 170px; float: right; margin-top: 24px; margin-bottom: 24px; padding-left: 30px; max-width: 200px; border-left: 2px dotted #000; }
.list-date span { font-size: 18px; color: #000; line-height: 1.5; }
.footer { padding-top: 45px; padding-bottom: 45px; border-top: 4px solid #000; text-align: center; font-size: 22pt; color: #000; padding-left: 8px; text-transform: lowercase; line-height: 1.5; }
}

@media (max-width: 1000px) and (min-width: 811px) { 
.header { display: none; }
.mobile-menu { z-index: 100; display: inline-block; position: fixed; width: 100%; height: 80px; line-height: 40px; border-bottom: 4px solid #000; text-align: center; background: #fff; }
.mobile-menu-Wrap { padding-right: 20px; display: inline-block; margin: 0 auto; }
.mobile-menu li { list-style: none; display: inline-block; margin-left: 30px; margin-right: 30px; float: left; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 22px; color: #000; font-weight: 700; }
.search-box { display: inline-block; position: absolute; width: 100%; height: 80px; margin-top: 80px; border-bottom: 4px solid #000; line-height: 75px; text-align: center; background: #fff; }
.enter { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 26px; color: #000; font-weight: 700; padding-left: 8px; }
.search-form { width: 352px; background-color: #fff; position: relative; padding-left: 4px; padding-right: 2px; border-right: 0px solid #000; border-left: 0px solid #000; border-top: 0px solid #000; border-bottom: 2px dotted #000; padding-bottom: 2px; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 26px; color: #000; font-weight: 700; }
.title { display: inline-block; margin-top: 160px; width: 100%; border-bottom: 4px solid #000; padding-top: 85px; padding-bottom: 90px; line-height: 1.5; text-align: center; }
.title .title-text { display: inline-block; width: 80%; }
.title .title-text span { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 22pt; color: #000; font-weight: 700; padding-left: 8px; text-transform: lowercase; }
.content { max-width: 90%; padding: 0; }
.metadata { margin: 0 auto; max-width: 90%; }
.article-post { margin: 0 auto; max-width: 90%; }
.article-title span { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 24pt; color: #000; font-weight: 700; }
.notice-title { margin: 0 auto; max-width: 90%; }
.notice-title span { font-size: 22pt; }
.notice-post { margin: 0 auto; max-width: 90%; }
.passwordWrap { margin: 0 auto; max-width: 90%; }
.password-form { width: 260px; height: 60px; background-color: #fff; position: relative; padding-left: 4px; padding-right: 2px; border-right: 0px solid #000; border-left: 0px solid #000; border-top: 0px solid #000; border-bottom: 4px dotted #000; padding-bottom: 2px; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 22px; color: #000; font-weight: 700; }
.comment { margin: 0 auto; max-width: 90%; }
.actionTrail span { font-size: 18pt; }
.taglog-title { margin: 0 auto; max-width: 90%; }
.taglog-title span { font-size: 22pt; }
.paging .prev { margin-left: 50px; font-size: 18pt; margin-top: 2px; }
.paging .next { font-size: 18pt; margin-top: 2px; }
.paging .numbox { padding-left: 80px; }
.listWrap { max-width: 100%; }
.fixed_img_col ul { list-style-type: none; overflow: hidden; }
.fixed_img_col li { list-style-type: none; margin-right: 30px; width: 100%; }
.fixed_img_col li a { display: block; cursor: cell; }
.fixed_img_col li a .thumb img { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; float: left; width: 100px; height: 100px; border: 4px solid #000; padding: 4px; margin-right: 30px; }
.fixed_img_col li a .thumb img:hover { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; opacity: 0.5; border: 4px solid #000; padding: 4px; }
.list-title { display: inline-block; float: left; margin-top: 24px; margin-bottom: 24px; }
.list-title span { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 18px; color: #000; font-weight: 700; line-height: 1.5; }
.list-date { display: inline-block; width: 170px; float: right; margin-top: 24px; margin-bottom: 24px; padding-left: 30px; max-width: 200px; border-left: 2px dotted #000; }
.list-date span { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 18px; color: #000; font-weight: 700; line-height: 1.5; }
.footer { padding-top: 45px; padding-bottom: 45px; border-top: 4px solid #000; text-align: center; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 22pt; color: #000; font-weight: 700; padding-left: 8px; text-transform: lowercase; line-height: 1.5; }
}

@media (max-width: 1300px) and (min-width: 1001px) { 
.header { display: none; }
.mobile-menu { z-index: 100; display: inline-block; position: fixed; width: 100%; height: 80px; line-height: 40px; border-bottom: 4px solid #000; text-align: center; background: #fff; }
.mobile-menu-Wrap { padding-right: 20px; display: inline-block; margin: 0 auto; }
.mobile-menu li { list-style: none; display: inline-block; margin-left: 30px; margin-right: 30px; float: left; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 26px; color: #000; font-weight: 700; }
.search-box { display: inline-block; position: absolute; width: 100%; height: 80px; margin-top: 80px; border-bottom: 4px solid #000; line-height: 75px; text-align: center; background: #fff; }
.enter { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 26px; color: #000; font-weight: 700; padding-left: 8px; }
.search-form { width: 352px; background-color: #fff; position: relative; padding-left: 4px; padding-right: 2px; border-right: 0px solid #000; border-left: 0px solid #000; border-top: 0px solid #000; border-bottom: 2px dotted #000; padding-bottom: 2px; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 26px; color: #000; font-weight: 700; }
.title { display: inline-block; margin-top: 160px; width: 100%; border-bottom: 4px solid #000; padding-top: 85px; padding-bottom: 90px; line-height: 1.5; text-align: center; }
.title .title-text { display: inline-block; width: 75%; }
.title .title-text span { font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 22pt; color: #000; font-weight: 700; padding-left: 8px; text-transform: lowercase; }
.content { max-width: 900px; padding: 0; }
.metadata { margin: 0 auto; max-width: 900px; }
.article-post { margin: 0 auto; max-width: 900px; }
.notice-title { margin: 0 auto; max-width: 900px; }
.notice-post { margin: 0 auto; max-width: 900px; }
.passwordWrap { margin: 0 auto; max-width: 900px; }
.comment { margin: 0 auto; max-width: 900px; }
.taglog-title { margin: 0 auto; max-width: 900px; }
.paging .prev { margin-left: 50px; }
.paging .numbox { padding-left: 80px; }
.list-date { display: inline-block; width: 230px; max-width: 260px; float: right; padding-left: 50px; }
}

@media (max-width: 1600px) and (min-width: 1301px) { 
.title .title-text { display: inline-block; width: 70%; }
.search-box { padding-left: 80px; }
.title { padding-left: 80px; }
.article-layout-1 { padding-left: 80px; }
.article-layout-2 { padding-left: 80px; }
.article-layout-3 { padding-left: 80px; }
.notice-layout-1 { padding-left: 80px; }
.notice-layout-2 { padding-left: 80px; }
.notice-layout-3 { padding-left: 80px; }
.footer { padding-left: 80px; }
.paging .numbox { padding-left: 80px; }
.actionTrail { padding-left: 80px; }
.commentWrap { padding-left: 80px; }
.listWrap { max-width: 1050px; padding-left: 40px; }
.taglog-layout { padding-left: 80px; }
.guest { padding-left: 80px; }
.passwordWrap { padding-left: 80px; }
}