@charset "UTF-8";

/*
*
* Tistory Skin : Light and Space
* Copyright 2015, lawlite9@gmail.com
* Licensed under the MIT License
*
*/

/* Skin Design
------------------------------
*/

body {
	background-color: /*@background-color*/#fff/*@*/;
	background-image: /*@background-image*/none/*@*/;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper {
	padding-top: 12px;
}

.wrapper .col-3 {
	text-align: center;
}

.wrapper .col-3 .nav {
	width: auto;
	display: inline-block;
}

.wrapper .col-3 #menu a, .wrapper .col-3 .nav a {
	color: #333;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 1.25rem;
}

.wrapper .col-3 #menu a:hover, .wrapper .col-3 #menu a:focus, .wrapper .col-3 .nav a:hover, .wrapper .col-3 .nav a:focus {
	border-bottom: 1px dashed #d85358;
}

.wrapper .col-3 #menu ul, .wrapper .col-3 #menu ul li {
	margin: 0;
}

.bottom-wrapper .col-4 {
	margin-bottom: 1rem;
}

@media (min-width: 600px) and (max-width: 1024px) {
	.bottom-wrapper .col-4 {
		max-width: 50%;
	}
}

@media (max-width: 1024px) {
	html {
		font-size: 0.8em;
	}
	body {
		background-position: 0 0;
		background-size:auto;
	}
	.wrapper .col-3 {
		padding: 0;
		margin-bottom: 12px;
	}
	.wrapper .col-3 #menu li {
		display: inline;
	}
	.bottom-wrapper .col-4 {
		padding: 0;
	}
	.bottom-wrapper > .col-9 {
		padding-top: 6px !important;
	}
	.hidden-mobile {
		display: none !important;
	}
	#mobile-category-list {
		display: inline-block;
	}
	.wrapper .col-9 {
		margin-bottom: 12px !important;
	}
}

@media (min-width: 1024px) {
	.wrapper {
		padding-top: 120px;
	}
	.wrapper .col-3 {
		text-align: left;
		padding-right: 40px;
		position: absolute;
		z-index: 99;
		width: calc(92vw * 0.25); /* To use VW for same width, both absolute and fixed position */
		margin-left: calc(2.5vw * 0.92); /* (5% / 2)vw * col-3 width-vw */
	}
	.wrapper .col-3 .nav {
		width: 100%;
	}
	.col-9 {
		width: 70%; /* 원래의 75%는 너무 길다 */
	}
	.wrapper .col-9 {
		margin-left: 27.5%; /* 원래대로라면 col-3에 해당하는 25%, width를 75에서 70으로 줄이면서 생긴 5%를 col-3 margin-left와 여기에서 나눠 가진다 */
	}
	.bottom-wrapper > .col-9 {
		margin-left: 2.5%; /* 상동 */
	}
	#mobile-category-list {
		display: none;
	}
	.hidden-desktop {
		display: none !important;
	}
}

@media (min-width: 1024px) and (max-height: 800px) {
	.wrapper {
		padding-top: 60px;
	}
}

@media (min-width: 1180px) { /* Ready for 1280, 1377 */
	.wrapper .col-3 {
		width: calc(92vw * 0.25);
		margin-left: calc(2.5vw * 0.92);
	};
}

@media (min-width: 1380px) { /* Ready for 1440 */
	.wrapper .col-3 {
		width: calc(88vw * 0.25);
		margin-left: calc(2.5vw * 0.88);
	};
}

@media (min-width: 1580px) { /* Ready for 1600 */
	.wrapper .col-3 {
		width: calc(84vw * 0.25);
		margin-left: calc(2.5vw * 0.84);
	};
}

@media (min-width: 1880px) { /* Ready for 1920~ */
	.wrapper .col-3 {
		width: calc(80vw * 0.25);
		margin-left: calc(2.5vw * 0.8);
	};
}

#intro-wrapper {
	background: rgba(255,255,255,0.6);
	padding: 10px;
	border-radius: 4px;
}

.wrapper .col-9 {
	background: #fff;
	border-radius: 4px;
	padding: 40px 60px;
	margin-bottom: 35px;
}

@media (max-width: 1024px) {
	.wrapper .col-9 {
		padding: 10px 10px;
	};
}

.blog-title a {
	color: #333;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 1.5rem;
}

.blog-title a:hover, .blog-title a:focus {
	border-bottom: 1px dashed #d85358;
	color: #222;
}

#introduction {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #94a4a5;
}

.blogger {
	margin-top: -5px;
	color: #555;
	font-family: 'Lato', 'Noto Sans Korean', "Apple SD Gothic Neo",NanumBarunGothic,"나눔바른고딕",NanumGothic,"나눔고딕","Malgun Gothic","Helvetica Neue",Helvetica,"Open Sans",Arial,Dotum,"돋움",sans-serif;
	font-weight: 300;
	font-size: 1rem;
	letter-spacing: 0px;
}

.desc {
	margin-top: 5px;
	color: #555;
	font-family: 'Lato', 'Noto Sans Korean', "Apple SD Gothic Neo",NanumBarunGothic,"나눔바른고딕",NanumGothic,"나눔고딕","Malgun Gothic","Helvetica Neue",Helvetica,"Open Sans",Arial,Dotum,"돋움",sans-serif;
	font-weight: 300;
	font-size: 1.13rem;
	letter-spacing: 1px;
}

.article-title a {
	color: #333;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -2px;
	text-shadow: 2px 2px 2px rgba(51,51,51,0.12);
}

.article-title a:hover, .article-title a:focus {
	color: #222;
	border: 0;
}

.article-info {
	font-size: 1.25rem;
	font-weight: 300;
	margin-bottom: 20px;
}

.article-info a {
	color: #94A4A5;
}

.article-info a:hover, .article-info a:focus {
	color: #7E8B8C;
	border-bottom: 1px dashed #d85358;
}

.article-date {
	color: #94A4A5;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
}

.admin {
	color: #aaa;
	border:1px solid #ddd;
	padding:5px 10px;
	margin-bottom: 15px;
}

.admin a {
	color: #333;
}

.admin a:hover, .admin a:focus {
	color: #d85358;
	border: 0;
}

.list-list {
	margin-top: 5px;
}

.localog .article-title, .taglog .article-title, .guestbook .article-title {
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.localog .article-title, .taglog .article-title, .guestbook .article-title {
		margin-bottom: 0.5rem;
	}
}

.taglog > .txt-justify {
	line-height: 2;
}

.taglog > .txt-justify > a {
	margin-right: 1rem;
}

.taglog > .txt-justify > a::before {
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	content: "#";
}

.taglog > .txt-justify > a.cloud1 {
	font-size: 1.8rem;
}

.taglog > .txt-justify > a.cloud2 {
	font-size: 1.6rem;
}

.taglog > .txt-justify > a.cloud3 {
	font-size: 1.44rem;
}

.taglog > .txt-justify > a.cloud4 {
	font-size: 1.33rem;
}

.taglog > .txt-justify > a.cloud5 {
	font-size: 1.25rem;
}

.article {
}

.article-tags {
	margin-top: 10px;
	color: #fff;
}

.article-tags a::before {
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	content: "#";
}

.reply {
	margin-bottom: 30px;
	margin-left: calc(64px + 0.8rem); /* 블로그 아이콘 대비 */
	text-align: justify;
}

.reply-name {
	line-height: 1;
	color: #777;
}

.reply-name img {
	border-radius: 50%;
	float:left;
	margin-right: 0.8rem;
}

.date-date {
	color: #94A4A5 !important;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	font-size: 1.13rem;
}

.counter {
	color: #666;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 1rem;
}

.counter > span {
	white-space: pre;
}

.date-date:hover, .date-date:focus {
	text-decoration: none;
	border: 0;
	color: #94a4a5;
}

.reply-btn:link {
	color: #7E8B8C;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	margin-left: 10px;
	letter-spacing: 1px;
}

.list-date {
	color: #94A4A5;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
}

a.list-title {
	color: #333;
	font-size: 1.5rem;
	font-weight: 300;
	margin: 0px 5px 0px 10px;
}

a.list-title:hover, a.list-title:focus {
	color: #222;
	border-bottom: 1px dashed #d85358;
}

.list-cnt {
	color: #94A4A5;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	font-size: 1.15rem;
}

div.footnotes {
	color: #777;
	border-top: 1px dashed #BCC2C6;
}

.article-comments {
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	border-top: 1px solid #BCC2C6;
	margin-top: 10px;
	padding-top: 5px;
}

.article-comments span a {
	cursor: pointer;
}

ul {
	list-style-type: none;
	padding: 0;
}

ul ul {
	padding-left: 60px;
	padding-top: 10px;
}

li {
	margin-bottom: 15px;
}

.no-more-prev {
	display: none;
}

.no-more-next {
	display: none;
}

.footer {
	padding-bottom: 15px;
	padding-right: 10px;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
	letter-spacing: 0px;
	color: #777;
}

.footer span {
	margin-left: 1.5rem;
}

@media (max-width: 378px) {
	.footer span {
		display: block;
	}
}

.footer a {
	color: #D85358;
}

.footer a:hover, .footer a:focus {
	color: #EE7079;
	border: 0;
}

.control-input {
	font-family: 'Noto Sans Korean', "Apple SD Gothic Neo",NanumBarunGothic,"나눔바른고딕",NanumGothic,"나눔고딕","Malgun Gothic","Helvetica Neue",Helvetica,"Open Sans",Arial,Dotum,"돋움",sans-serif;
	letter-spacing: -1px;
	font-size: 1.13rem;
	font-weight: normal;
	line-height: 1.2;
	color: #555;
	border-radius: 0;
	background-color: #fbfbfb;
	padding: 8px 12px;
	margin-bottom: 15px;
	max-width: 100%;
	width: 38%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #94a4a5;
}

.control-input:focus {
	background: #fff;
	box-shadow: 0;
	border: 2px solid #d85358;
	color: #333;
	outline: none;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.search-input {
	margin-top:0.375rem;
	width: 95% !important;
}

.comment {
	padding-bottom: 20px;
}

.commentgray {
	color: #94a4a5;
	text-shadow: 1px 1px 1px rgba(148, 164, 165, 0.2);
}

input.control-input {
	font-family: 'Lato', 'Noto Sans Korean', "Apple SD Gothic Neo",NanumBarunGothic,"나눔바른고딕",NanumGothic,"나눔고딕","Malgun Gothic","Helvetica Neue",Helvetica,"Open Sans",Arial,Dotum,"돋움",sans-serif;
	font-weight: 300;
	font-size: 1.13rem;
	letter-spacing: 1px;
}

textarea.control-input {
	width: 62%;
	font-weight: 300;
	margin-bottom: 10px;
}

.pagination {
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	color: #94a4a5;
	font-size: 1.4rem;
}

.secretWrap {
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	color: #94a4a5;
	font-size: 1rem;
	letter-spacing: 1px;
}

button.submit, input.submit {
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	color: #94a4a5;
	font-size: 1.13rem;
	letter-spacing: 1px;
	padding: 0 15px;
	background: #94a4a5;
	color: #fff;
	border: 2px solid #94a4a5;
	border-radius: 0;
	margin-top: 10px;
	height: 46px;
}

input.submit {
	margin-top: -4px !important;
	padding: 0 15px !important;
	height: 2.625rem !important;
}

button.submit:hover, button.submit:active, input.submit:hover, input.submit:active {
	color: #94a4a5;
	background: #fff;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
	border: 2px solid #94a4a5;
}

.pages a {
	margin-left: 15px;
	margin-right: 15px;
}

.btn-prev {
	margin-right: 15px;
}

.btn-next {
	margin-left: 15px;
}

@media (max-width: 1024px) {
	.blog-title a {
		font-size: 1.65rem;
	}

	.desc {
		font-size: 1.33rem;
		margin-top: 0;
	}

	.wrapper .col-3 .nav, .wrapper .col-3 #menu li {
		margin: 0px 1rem !important;
		font-size: 1.5rem;
	}

	.counter {
		margin-top: 5px;
		font-size: 1rem;
	}

	.control-input {
		width: auto;
	}

	textarea.control-input {
		width: 100%;
		max-width: 600px;
	}

	.footer {
		padding-bottom: 10px;
	};
}

.crop-container {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 10px auto;
	overflow: hidden;
}

.bottom-wrapper > .col-3 {
	min-height: 1px;
}

.bottom-wrapper > .col-9 {
	background: #fff;
	padding-top: 12px;
	border-radius: 4px 4px 0px 0px;
}

.bottom-wrapper ul {
	margin: 0;
}

.bottom-wrapper ul ul {
	padding-left: 18px;
	padding-top: 0;
}

.bottom-wrapper li {
	margin: 0;
}

.bottom-wrapper .col-4 a {
	color:#333;
}

.bottom-wrapper .col-4 a:focus, .bottom-wrapper .col-4 a:hover {
	color:#555;
	border-bottom: 1px dashed #d85358;
}

.bottom-wrapper .col-4 > div:first-child {
	color:#D85358;
	font-weight: bold;
	font-size: 1.4rem;
}

.bottom-wrapper .bottom-info {
	color:#777;
	font-size: 1rem;
}

.li-lines {
	line-height:1;
	margin-bottom: 10px !important;
}

.li-lines:first-child {
	margin-top:0.375rem;
}

.tag-cloud a {
	margin-right: 10px;
}

.bottom-wrapper .col-4 a.cloud1 {
	color: #333;
}

.bottom-wrapper .col-4 a.cloud2 {
	color: #555;
}

.bottom-wrapper .col-4 a.cloud3 {
	color: #777;
}

.bottom-wrapper .col-4 a.cloud4 {
	color: #888;
}

.bottom-wrapper .col-4 a.cloud5 {
	color: #999;
}

.c_cnt {
	font-size: 1rem;
	color: #777;
}

td.cal_day {
	font-family: 'Lato', 'Noto Sans Korean', Sans-serif;
	text-align: center;
	color: #777;
}

td.cal_day4 {
	background-color: #D85358;
	color: #fff;
}

a.cal_click {
	font-weight: bold;
}

td.cal_day4 a.cal_click {
	color: #fff;
}

td.cal_day4 a.cal_click:hover, td.cal_day4 a.cal_click:focus {
	color: #A52226;
}

.tt-calendar thead tr th {
	font-weight: normal;
	color: #555;
}

.article-comments .pull-right button {
	width:1.875rem;
	height:1.875rem;
	padding:0;
	border-radius: 50%;
	border:1px solid transparent;
	background:#444;
	color:#fff;
	margin-left: 0.5rem;
}

.article-comments .pull-right button.icon-facebook {
	background:#3b5998;
}

.article-comments .pull-right button.icon-facebook:hover, .article-comments .pull-right button.icon-facebook:focus {
	background:#fff;
	color:#3b5998;
	border:1px solid #3b5998;
	outline: 0;
}

.article-comments .pull-right button.icon-twitter {
	background:#55acee;
}

.article-comments .pull-right button.icon-twitter:hover, .article-comments .pull-right button.icon-twitter:focus {
	background:#fff;
	color:#55acee;
	border:1px solid #55acee;
	outline: 0;
}

.article-comments .pull-right button.icon-gplus {
	background:#dd4b39;
}

.article-comments .pull-right button.icon-gplus:hover, .article-comments .pull-right button.icon-gplus:focus {
	background:#fff;
	color:#dd4b39;
	border:1px solid #dd4b39;
	outline: 0;
}

.article iframe, .article embed, .article object, .article video {
	max-width:100% !important;
}

/* Tistory Tweaks
------------------------------
*/

 /* 메뉴 바 안보이게 */
#tistorytoolbarid {
	display: none;
}

 /* 좌측 사이드바에서 카테고리 글 개수 안보이게 */
#intro-category-list .c_cnt {
	display:none;
}

 /* 좌측 사이드바에서 카테고리 소분류 안보이게 */
#intro-category-list > ul {
	padding: 0;
	margin: 0;
}

#intro-category-list > ul > li > a {
	display: none;
}

#intro-category-list > ul > li {
	margin: 0;
}
#intro-category-list > ul > li > ul {
	padding: 0;
}

#intro-category-list > ul > li > ul > li {
	margin-bottom: 0;
}

#intro-category-list > ul > li > ul > li > ul {
	display: none;
}

#intro-category-fake, #intro-category-fake select {
	width:auto;
	height:0px !important;
	max-height:0px !important;
	visibility: hidden !important;
}

 /* 댓글 블로그 아이콘 */
.reply-name {
	position: relative;
	padding-left: calc(64px + 0.8rem);
}

.reply-date {
	padding-left: calc(64px + 0.8rem);
}

.reply-name img {
	position: absolute;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	border:1px solid #fff;
	top: -1px;
	left: -1px;
}

.reply-name img[src*="user.png"] {
	background-color:#94A4A5;
	z-index: 0;
}

.reply-name img[src*="index"] {
	background-color:#fff;
	z-index: 1;
}

/* Select Dropdown Tweaks
------------------------------
*/

#menu select, #intro-category-fake select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	border: 0;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 1.25rem;
	color: #333;
	width: auto;
}

#menu select::-ms-expand {
    display: none;
}

#menu select::-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

#menu select:focus {
	outline:0;
}

#menu select option {
	width: auto;
}

/* Attached File Tweaks
------------------------------
*/

span.imageblock a {
	white-space: nowrap;
	text-align: center;
	background: #444;
	color: #fff;
	border-radius: 4px;
	padding: 2px 10px 4px 10px;
}

span.imageblock a:hover, span.imageblock a:focus {
	border: 0;
	color: #D85358;
}

span.imageblock a img {
	display: none;
}

span.imageblock a::before {
	font-family: "fontello";
	content: "\e804";
	color: #aaa;
	margin-right: 2px;
}

span.imageblock a:hover::before, span.imageblock a:focus::before {
	color: #ddd;
}

/* Quote Tweaks
------------------------------
*/

.tx-quote-tistory::before {
	font-family: "fontello";
	content: "\e80d";
	color: #666;
	margin-right: 0.5rem;
	font-size: 1.25rem;
}

.tx-quote-tistory p {
	display: inline-block !important;
	font-size: 1.5rem;
}

.tx-quote-tistory::after {
	font-family: "fontello";
	content: "\e80e";
	color: #666;
	margin-left: 0.5rem;
	font-size: 1.25rem;
}

/* More-Less Tweaks
------------------------------
*/

.moreless_fold {
	color: #3598D9;
}

.moreless_fold::before {
	font-family: "fontello";
	content: "\e80a";
	color: #999;
	margin-right: 0.3rem;
}

.moreless_top, .moreless_bottom {
	color: #3598D9;
}

.moreless_bottom {
	text-align: right;
}

.moreless_top::before, .moreless_bottom::before {
	font-family: "fontello";
	content: "\e80b";
	color: #999;
	margin-right: 0.3rem;
}

.moreless_content {
	background: #f7f7f7;
	border:1px dashed #999;
	padding:0.5rem 1rem;
}

/* Responsive Image Tweaks
------------------------------
*/

span.imageblock, span.imageblock .cap1 {
	max-width: 100%;
	color: #777;
}

span.imageblock img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Responsive Google Adsense for Inner-Article
------------------------------
*/

.article-adsense {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Footnote
------------------------------
*/

sup.footnote a {
	color: #D85358 !important;
	font-weight: 400 !important;
	font-family: 'Lato', 'Noto Sans Korean', Sans-serif !important;
	cursor: help;
}

sup.footnote a:hover {
    color: #D85358 !important;
	border:0 !important;
    text-decoration: none !important;
}

[id*="tistoryFootnoteLayer_"] {
	font-family: 'Noto Sans Korean', Sans-serif !important;
	font-weight: 300 !important;
	font-size: 1rem !important;
}

[id*="tistoryFootnoteLayer_"] div:first-child, [id*="tistoryFootnoteLayer_"] div:nth-child(3) {
	display:none !important;
}

[id*="tistoryFootnoteLayer_"] div:nth-child(2) {
	background: #555 !important;
	background-image: none !important;
	color: #fff !important;
	padding: 2px 0px !important;
	border-radius: 4px !important;
}

/* Tistory Skin Wizard Hack
------------------------------
*/

#Dummy1 {
	background-repeat:/*@background-image-repeat*/no-repeat/*@*/;
	background-position:/*@background-image-position*/center/*@*/;
	height:/*@title-height*/50px/*@*/;
	color:/*@title-color*/#0507EF/*@*/;
	font-family:/*@title-font-family*/Dotum/*@*/;
	font-size:/*@title-font-size*/1.5em/*@*/;
	background-image:/*@title-background-image*/url("images/bgTop.jpg")/*@*/;
	background-repeat:/*@title-background-image-repeat*/repeat-x/*@*/;
	background-position:/*@title-background-image-position*/center/*@*/;
	background-color:/*@title-background-color*/#0507EF/*@*/;
	width:/*@post-width*/550px/*@*/;
	color:/*@post-title-color*/#0507EF/*@*/
	font-family:/*@post-title-font-family*/Dotum/*@*/;
	font-size:/*@post-title-font-size*/1.2em/*@*/;
	color:/*@post-body-color*/#0507EF/*@*/;
	font-family:/*@post-body-font-family*/Dotum/*@*/;
	font-size:/*@post-body-font-size*/1em/*@*/;
}