@charset "UTF-8";
/* CSS Document */

@import url("https://use.typekit.net/srz4nuk.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@700&display=swap');
@font-face {
	font-family: 'BarcodeFont';
	src: url(./images/BarcodeFont.ttf) format('truetype');
}

::-webkit-scrollbar { display: none; }
::-ms-scrollbar { display: none; }
::-moz-scrollbar { display: none; }
::-o-scrollbar { display: none; }
::scrollbar { display: none; }

::selection{ 
	background: #5a1111;
  color: #ffe1ac;
} 

::-moz-selection{ 
	background: #5a1111;
  color: #ffe1ac;
}

ol, ul, li { list-style: none; margin: 0; padding: 0; }

input { -webkit-border-radius: 0; }
input[type=submit], input[type=button] { -webkit-appearance:none; }

textarea { resize: none; -webkit-border-radius: 0; -webkit-appearance: none; }

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

a:link, a:visited { color: #5a1111; text-decoration: none; }

a[href^="/toolbar/popup/abuseReport/"], .container_postbtn, .sidebar > ul > li > a { display: none; }

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

body {
  background-color: #5a1111;
  font-family: din-condensed, 'Noto Sans KR'; font-style: normal; font-weight: 300; font-size: 15pt; color: #5a1111;
}

.index {
	display: none;
	margin-top: 180px;
}

.index h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #5a1111; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #5a1111 }
}

.whole {
  width: 1150px;
  margin: 50px 0px;
}

.header, .footer {
  width: 300px;
  background: #ffe1ac;
}

.header {
  margin-bottom: 50px;
}

.footer {
  margin-top: 50px;
}

.header li, .footer li {
  border-bottom: #5a1111 2px solid;
  min-height: 20px;
  line-height: .8; font-size: 20pt; letter-spacing: 2px;
}

.punchhole-l, .punchhole-r {
  display: inline-block;
  position: relative;
  vertical-align: top;
  z-index: 9;
}

.punchhole-l {
  margin-right: -30px;
}

.punchhole-r {
  margin-left: -30px;
}

.punchhole-l li, .punchhole-r li {
  width: 30px; height: 60px;
  background: #5a1111;
  margin-top: 30px;
}

.punchhole-l li {
  border-radius: 0px 30px 30px 0px;
}

.punchhole-r li {
  border-radius: 30px 0px 0px 30px;
}

.wrap {
  display: inline-block;
  width: calc(100% - 50px); height: 430px;
  background-color: #ffe1ac;
  padding: 25px;
}

.container {
  display: inline-block;
  width: 775px; height: 430px;
  border: #5a1111 2px solid;
  box-sizing: border-box;
  padding: 20px;
  margin-right: 25px;
  overflow: scroll;
}

.sidebar {
  display: inline-block;
  width: 240px; height: 430px;
  border: #5a1111 2px solid;
  box-sizing: border-box;
  padding: 20px;
  overflow: scroll;
}

.blog-info {
  border-top: #5a1111 2px solid; border-bottom: #5a1111 2px solid;
  padding: 15px 0px;
  margin: 15px 0px;
  font-size: 10pt; text-align: justify; font-weight: 700;
}

.blog-info span {
  display: block;
  font-size: 12pt;
  margin-bottom: 5px;
}

.sidebar ul {
  text-align: left; font-weight: 700;
}

.count {
  font-family: 'BarcodeFont'; font-size: 60pt;
  margin-top: 20px;
}

.category-name {
	text-align: left;
	border-bottom: #5a1111 2px solid;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.list-gallery {
	font-size: 0;
	overflow: hidden;
}

.list-gallery .list-date {
	display: none;
}

.list-gallery .list-title i {
	display: none;
}

.list-gallery li {
	float: left;
	width: calc(50% - 12.5px);
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 25px;
	font-size: 15pt;
	border: #5a1111 2px solid;
	box-sizing: border-box;
	border-radius: 25px 25px 0px 0px;
}

.list-gallery li:nth-child(2n+2) {
	margin-right: 0;
}

.list-gallery li a {
	display: block;
	width: 100%; height: 100%;
}

.list-gallery li .thumbnail {
	width: 100%; height: 120px;
	overflow: hidden;
	position: relative;
	background: #5a1111;
	background-position: center;
	border-radius: 23px 23px 0px 0px;
}

.list-gallery li .thumbnail img {
	width: 100%; height: 100%;
	object-fit: cover;
}

.list-gallery .list-title {
	text-align: left; font-size: 12pt;
	padding: 10px;
}

.list-list li {
	float: clear;
	width: 100%;
	margin-bottom: 25px;
}

.list-list li:last-child {
	margin-bottom: 0;
}

.list-list .thumbnail {
	display: none;
}

.list-list .reallist {
	width: 100%;
}

.list-list .list-title {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.list-list .list-title i {
	margin-right: 10px;
}

.article_title {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: #5a1111 2px solid;
	text-align: left; font-weight: 700;
}

.article_title span {
	font-size: 10pt;
}

.article_content {
	font-family: 'Noto Sans KR'; font-weight: 700; font-size: 10pt;
	text-align: justify;
	margin-bottom: 25px;
}

.comment-button {
	width: 100%;
	text-align: right;
}

.comment {
	margin-top: 25px;
	padding-top: 25px;
	border-top: #5a1111 2px solid;
}

.commentlist {
	width: 100%;
	text-align: justify;
}

#comment-body {
	width: 100%;
	margin-bottom: 25px;
}

.comment-setup {
	font-size: 12pt;
}

.comment-setup span {
	font-size: 10pt;
}

.comment-desc {
	margin-top: 10px;
	font-family: 'Noto Sans KR'; font-weight: 700; font-size: 10pt;
}

#reply-body {
	margin: 0px 0px 25px 25px;
}

.name .tistoryProfileLayerTrigger {
	display: none;
}

.commentwrite {
	width: 100%;
	margin-top: 20px;
}

.guest {
	margin-bottom: 20px;
}

.guest input[type=text] {
	margin-right: 20px;
}

.guest input {
	display: inline-block;
	width: calc(50% - 10px);
	background: #ffe1ac;
	border: 2px solid #5a1111;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 10px 0px;
	text-align: center; font-family: din-condensed; font-style: normal; font-weight: 300; font-size: 15pt; color: #5a1111;
}

.guest input::placeholder {
	color: #5a1111;
}

.textarea textarea {
	width: 100%;
	height: 15vh;
	background: #ffe1ac;
	border: 2px solid #5a1111;
	box-sizing: border-box;
	padding: 15px;
	font-family: 'Noto Sans KR'; font-weight: 700; font-size: 10pt; color: #5a1111;
}

.commentwrite-input {
	width: 100%;
	margin-top: 20px;
}

.commentwrite-input input[type=checkbox] {
	display: none;
}

.commentwrite-input label {
	margin-right: 20px;
	transition: 0.5s;
}

.commentwrite-input input[type=checkbox]:checked + label {
	background: #5a1111;
	color: #ffe1ac;
}

.commentwrite-input label, .commentwrite-input input[type=submit] {
	display: inline-block;
	width: calc(50% - 10px);
	background: #ffe1ac;
	border: 2px solid #5a1111;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 10px 0px;
	font-family: din-condensed; font-style: normal; font-weight: 300; font-size: 15pt; color: #5a1111;
}

.notice {
	margin-bottom: 25px;
	text-align: justify;
}

.protected {
	display: 100%;
	margin: 25px 0px;
}

.protected input {
	width: 100%;
	border: none;
	display: 100%;
	padding: 10px 0px;
	background: transparent;
	display: block;
	text-align: left;
	font-family: din-condensed; font-style: normal; font-weight: 300; font-size: 15pt; color: #5a1111;
}

.protected input::placeholder {
	color: #5a1111;
}

.protected input[type=password] {
}

.protected input[type=button] {
	text-align: left;
}

.paging {
	text-align: left;
	margin-top: 25px;
	word-spacing: 15px;
}

@media (max-width: 1000px) {
	
	* { max-width: 100%; }

	.whole {
  width: 95%;
}

.header, .footer {
  width: 80%;
}

.punchhole-l, .punchhole-r {
  display: block;
  position: relative;
  z-index: 9;
}

.punchhole-l {
  margin-right: auto;
	margin-bottom: -6vw;
}

.punchhole-r {
  margin-left: auto;
	margin-top: -6vw;
}

.punchhole-l li, .punchhole-r li {
	display: inline-block;
  width: 12vw; height: 6vw;
  background: #5a1111;
  margin-top: 0;
	margin-left: 6vw;
}

.punchhole-l li:first-child, .punchhole-r li:first-child {
	margin-left: 0;
}

.punchhole-l li {
  border-radius: 0px 0px 6vw 6vw;
}

.punchhole-r li {
  border-radius: 6vw 6vw 0px 0px;
}

.wrap {
  display: block;
  width: calc(100% - 30px); height: auto;
  padding: 10vw 15px;
}

.container {
  display: block;
  width: 100%; height: auto;
  padding: 15px;
  margin-right: 0;
  overflow: auto;
	margin-bottom: 25px;
}

.sidebar {
  display: block;
  width: 100%; height: auto;
  padding: 15px;
  overflow: auto;
}

.list-gallery li {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}

.index {
	margin-top: 30vw; margin-bottom: 30vw;
}

}