@charset "UTF-8";

/*
*
* Tistory Skin : Whiteground 2
* Copyright 2015, lawlite9@gmail.com
* Licensed under the MIT License
*
*/

/* Skin Design
------------------------------
*/

body {
	background-color: /*@background-color*/#fff/*@*/;
	background-image: /*@background-image*/none/*@*/;
	background-repeat:/*@background-image-repeat*/no-repeat/*@*/;
	background-position:/*@background-image-position*/center/*@*/;
	/* background-size: cover; 배경 사진을 전체 크기에 맞추시려면 설정하세요 */
	background-attachment: fixed;
}

ul {
	list-style-type: none;
	padding: 0;
}

ul ul {
	padding-left: 60px;
	padding-top: 10px;
}

li {
	margin-bottom: 15px;
}

.wrapper {

}

@media (min-width: 1025px) {
	#shadow {
	display: none;
	}
	.top-wrapper #logo {
		line-height: 75px;
		display: none;
	}

	.top-wrapper .nav {
		text-align: right;
		line-height: 75px;
		position: absolute;
		top:0;
		right:0;
		z-index: 99;
	}

	.top-wrapper .nav-fixed {
		position: fixed;
		background: #fff;
		width: 100%;
		box-shadow:0 0 2px rgba(55,55,55,0.5);
		line-height: 64px;
		-webkit-transition: 0.3s ease-in-out;
	    -moz-transition: 0.3s ease-in-out;
	    -o-transition: 0.3s ease-in-out;
	    transition: 0.3s ease-in-out;
	}

	.top-wrapper .nav > ul, .top-wrapper .nav > ul > li, .top-wrapper .nav > ul > li.dropdown > ul, .top-wrapper .nav > ul > li.dropdown > ul > li {
		display: inline;
	}

	.top-wrapper .nav > ul > li {
		margin-left: 30px;
	}

	.top-wrapper .nav > ul > li.dropdown {
		position: relative;
		text-align: left;
		line-height:1.5;
	}

	.top-wrapper .nav > ul > li.dropdown > ul > li > a {
		display: none;
	}

	.top-wrapper .nav > ul > li.dropdown > ul > li > ul {
		display: none;
		left: 0;
		top: 30px;
	}

	.top-wrapper .nav > ul > li.dropdown:hover > ul > li > ul {
		display: block;
		position: absolute;
		background:#fff;
		border:1px solid #ddd;
		border-radius: 0px 0px 5px 5px;
		padding:2px 0px;
		white-space: nowrap;
		margin-top: 17px;
	}

	.top-wrapper .nav > ul > li.dropdown:hover > ul > li > ul li {
		margin-bottom: 0;
		padding:0px 12px;
	}

	.top-wrapper .nav > ul > li.dropdown:hover > ul > li > ul li a {
		font-size:1.1rem;
	}

	.top-wrapper .nav > ul > li.dropdown:hover > ul > li > ul > li > ul {
		display: none;
	}

	.top-wrapper .nav > ul > li.dropdown:hover > ul > li > ul > li:hover > ul {
		display: block;
		position: absolute;
		background:#fff;
		border:1px solid #ddd;
		border-radius: 0px 5px 5px 5px;
		padding:2px 0px;
		white-space: nowrap;
		left: 100%;
		margin-top: -30px;
	}

	.top-wrapper .nav ul li.dropdown ul {
		padding: 0;
	}

	.top-wrapper .nav a {
		color: #333;
		font-family: 'Lato', 'Noto Sans Korean', sans-serif;
		font-weight: 300;
		letter-spacing: 0px;
		font-size: 1.25rem;
	}

	.top-wrapper .nav a:hover, .top-wrapper .nav a:focus {
		border-bottom:5px solid #DA4453;
		padding-bottom:15px;
		color:#000;
	}
	.black-background .top-wrapper .nav:not(.nav-fixed) > ul > li > a {
		color: #eee;
	}
	.blue-background .top-wrapper .nav:not(.nav-fixed) > ul > li > a {
		color: #eee;
	}
	.black-background .top-wrapper .nav:not(.nav-fixed) > ul > li > a:hover, .black-background .top-wrapper .nav:not(.nav-fixed) > ul > li > a:focus {
		color: #fff;
		border-bottom:5px solid #333;
	}
	.blue-background .top-wrapper .nav:not(.nav-fixed) > ul > li > a:hover, .blue-background .top-wrapper .nav:not(.nav-fixed) > ul > li > a:focus {
		color: #fff;
		border-bottom:5px solid #5D9CEC;
	}
	.top-wrapper .nav li.dropdown ul li a:hover, .top-wrapper .nav li.dropdown ul li a:focus {
		border-bottom:1px dashed #DA4453;
		padding:0;
		color:#000;
	}

	.top-wrapper .opener, .top-wrapper .closer, .top-wrapper .searcher {
		display: none;
	}

	#top-bar {
		height: calc(75px + /*@title-height*/250px/*@*/);
		box-sizing:border-box;
		background-image:/*@title-background-image*/url("./images/1.jpg")/*@*/;
		background-repeat:/*@title-background-image-repeat*/no-repeat/*@*/;
		background-position:/*@title-background-image-position*/left top/*@*/;
		background-color:/*@title-background-color*/transparent/*@*/;
		background-attachment: fixed;
		/* background-size: cover; */
		box-shadow:0 0 2px rgba(55,55,55,0.5);
		position: absolute;
		width: 100%;
		vertical-align: middle;
		z-index:99;
	}

	.footer span:first-child {
		margin-left: 10px;
	}
	#jumbo-wrapper {
		margin-top: 75px;
		height:/*@title-height*/250px/*@*/;
		position:relative;
	 }
	.jumbo {
		position:absolute;
		top:50px;
		/*left:50px;*/
		color: #888;
		font-family: 'Noto Sans Korean', "Apple SD Gothic Neo",NanumBarunGothic,"나눔바른고딕",NanumGothic,"나눔고딕","Malgun Gothic","Helvetica Neue",Helvetica,"Open Sans",Arial,Dotum,"돋움",sans-serif;
		font-size: 1.25rem;
		text-shadow: 2px 2px 2px rgba(255,255,255,0.6);
	}
	.jumbo a {
		letter-spacing: -2px;
		color:/*@title-color*/#333/*@*/;
		font-size:/*@title-font-size*/3rem/*@*/;
		text-shadow: 2px 2px 2px rgba(51,51,51,0.2);
		font-weight: bold;
	}
	.jumbo a:hover, .jumbo a:focus {
		color: /*@title-color*/#111/*@*/;
		border: 0;
	}
	.black-background .jumbo {
		color: #ddd;
		text-shadow: 2px 2px 2px rgba(51,51,51,0.6);
	}
	.black-background .jumbo a {
		color: /*@title-color*/#eee/*@*/;
	}
	.black-background .jumbo a:hover, .jumbo a:focus {
		color: /*@title-color*/#fff/*@*/;
	}
	.blue-background .jumbo {
		color: #eee;
		text-shadow: 2px 2px 2px rgba(151,151,151,0.6);
	}
	.blue-background .jumbo a {
		color: /*@title-color*/#fafafa/*@*/;
	}
	.blue-background .jumbo a:hover, .jumbo a:focus {
		color: /*@title-color*/#fff/*@*/;
	}
}

@media (max-width: 1024px) {
	#shadows {
		display: none;
		position:fixed;
		top:0;
		left:0;
		background:rgba(0,0,0,0.5);
		z-index: 100;
		height: 100%;
		width: 100%;
	}
	.viewshadow {
		display: block !important;
	}
	.top-wrapper {
		padding: 0;
	}
	.top-wrapper #logo {
		line-height: 45px;
	}
	.top-wrapper #logo > span {
		position:absolute;
		top:0;
		left:0;
		width: 100%;
		margin:0 auto;
	}

	.top-wrapper .col-12 {
		padding-right: 0;
	}

	.top-wrapper .nav {
		line-height: 1.5;
		position:fixed;
		top: 0;
		left: calc(100% + 20px);
		height: 100%;
		background:#fff;
		color:#333;
		padding:0 25px;
		z-index: 101;
		-webkit-transition: 0.5s ease-in-out;
	    -moz-transition: 0.5s ease-in-out;
	    -o-transition: 0.5s ease-in-out;
	    transition: 0.5s ease-in-out;
	    width: 250px;
		overflow-y: auto;
	    box-shadow: 0 0 20px #444;
	}

	.top-wrapper .nav li {
		margin-bottom: 1rem;
	}

	.top-wrapper .nav li li {
		margin-bottom: 0.2rem;
	}
	
	.top-wrapper .nav > ul, .top-wrapper .nav > ul > li, .top-wrapper .nav > ul > li.dropdown > ul, .top-wrapper .nav > ul > li.dropdown > ul > li {
		display: block;
		padding-right: 10px;
	}

	.top-wrapper .nav > ul > li {
		margin-left: 0px;
		border-bottom:1px solid #eee;
	}

	.top-wrapper .nav > ul > li.dropdown {
		border-bottom: 0;
	}

	.top-wrapper .nav > ul > li.dropdown ul ul ul {
		/* display: none; 모바일 오른쪽 메뉴에서 카테고리의 카테고리를 숨깁니다 */
	}
	
	.top-wrapper .nav > ul > li.dropdown ul ul ul li::before {
		/* 카테고리의 카테고리 앞에 아이콘 붙이기 */
		font-family: "fontello";
		content: "\e811";
		color: #ccc;
		margin-right: 0.5rem;
	}
	.top-wrapper .nav > ul > li.dropdown ul ul ul li {
		margin-left: 1rem !important;
	}
	
	.top-wrapper .nav > ul > li.dropdown > ul > li > a {
		display: none;
	}

	.top-wrapper .nav > ul > li.dropdown > ul > li > ul {
		display: block;
	}

	.top-wrapper .nav > ul > li.dropdown > ul > li > ul li {
		margin-left: 20px;
	}

	.top-wrapper .nav > ul > li.dropdown > ul > li > ul li a {

	}

	.top-wrapper .nav ul li.dropdown ul {
		padding: 0;
	}

	.top-wrapper .nav a {
		color: #333;
		font-family: 'Lato', 'Noto Sans Korean', sans-serif;
		font-weight: 300;
		letter-spacing: 0px;
		font-size: 1.5rem;
	}

	.top-wrapper .nav a:hover, .top-wrapper .nav a:focus {
		border:0;
		color:#000;
	}

	.top-wrapper .opener {
		position:absolute;
		top:0;
		right:5px;
	}

	.top-wrapper .searcher {
		position:absolute;
		top:0;
		left:5px;
		z-index: 100;
	}

	#searchbox {
		text-align: center;
		padding: 5px 12px;
	}
	
	#searchbox 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.25rem;
		font-weight: 300;
		line-height: 1;
		color: #555;
		border-radius: 0;
		padding: 12px 12px 4px 12px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		border: 0;
		border-bottom:1px solid #555;
	}

	#searchbox input:focus {
		border-bottom: 1px solid #DA4453;
		color: #333;
		outline: none;
		-webkit-transition: .2s ease;
		-moz-transition: .2s ease;
		-o-transition: .2s ease;
		-ms-transition: .2s ease;
		transition: .2s ease;
	}
	
	.top-wrapper .opener, .top-wrapper .closer, .top-wrapper .searcher {
		line-height: 40px;
	}

	.top-wrapper .closer {
		margin-right: 30px;
	}

	.top-wrapper .opener button, .top-wrapper .closer button, .top-wrapper .searcher button {
		border: 0;
		font-size: 1.4rem;
	}

	.top-wrapper .opener button:hover, .top-wrapper .opener button:focus, .top-wrapper .closer button:hover, .top-wrapper .closer button:focus, .top-wrapper .searcher button:hover, .top-wrapper .searcher button:focus {
		outline: 0;
	}

	.go-left {
	  -webkit-transform: translateX(-270px);
	  -moz-transform: translateX(-270px);
	  -ms-transform: translateX(-270px);
	  -o-transform: translateX(-270px);
	  transform: translateX(-270px);
	}

	.go-right {
	  -webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  -o-transform: translateX(0px);
	  transform: translateX(0px);
	}

	#top-bar {
		height: 200px; /* 45px + 155px */
		box-sizing:border-box;
		background-image:/*@title-background-image*/url("./images/1.jpg")/*@*/;
		background-position:center center; /* Mobile Only (For Cover) */
		background-color:/*@title-background-color*/transparent/*@*/;
		background-size: cover;
		box-shadow:0 0 2px rgba(55,55,55,0.5);
		/*border-top:10px solid #333;*/
		position: absolute;
		width: 100%;
		vertical-align: middle;
		z-index:99;
	}

	#top-bar.bar-fixed {
		height: 45px !important;
		position: fixed !important;
		background-color:#fff;
		background-image:none;
	}

	#jumbo-wrapper {
		margin-top: 60px;
	 }
	.jumbo {
		position:relative;
		color: #888;
		font-family: 'Noto Sans Korean', "Apple SD Gothic Neo",NanumBarunGothic,"나눔바른고딕",NanumGothic,"나눔고딕","Malgun Gothic","Helvetica Neue",Helvetica,"Open Sans",Arial,Dotum,"돋움",sans-serif;
		font-size: 1.25rem;
		text-shadow: 2px 2px 2px rgba(255,255,255,0.6);
		overflow: hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	.jumbo a {
		letter-spacing: -2px;
		color:/*@title-color*/#333/*@*/;
		font-size:/*@title-font-size*/3rem/*@*/;
		text-shadow: 2px 2px 2px rgba(51,51,51,0.2);
		font-weight: bold;
	}
	.jumbo a:hover, .jumbo a:focus {
		color: /*@title-color*/#111/*@*/;
		border: 0;
	}
	.black-background:not(.bar-fixed) .opener button, .black-background:not(.bar-fixed) .searcher button {
		color: #fff;
	}
	.blue-background:not(.bar-fixed) .opener button, .blue-background:not(.bar-fixed) .searcher button {
		color: #fff;
	}
	.black-background .jumbo {
		color: #ddd;
		text-shadow: 2px 2px 2px rgba(51,51,51,0.6);
	}
	.black-background .jumbo a {
		color: /*@title-color*/#eee/*@*/;
	}
	.black-background .jumbo a:hover, .jumbo a:focus {
		color: /*@title-color*/#fff/*@*/;
	}
	.blue-background .jumbo {
		color: #eee;
		text-shadow: 2px 2px 2px rgba(151,151,151,0.6);
	}
	.blue-background .jumbo a {
		color: /*@title-color*/#fafafa/*@*/;
	}
	.blue-background .jumbo a:hover, .jumbo a:focus {
		color: /*@title-color*/#fff/*@*/;
	}

	.footer span:first-child {
		margin-left: 0px;
	}
	#middle-base .content {
		padding-bottom: 25px;
	}
}


#top-bar .col-12 {

}

.fake-wrapper {
	padding-top:calc(75px + /*@title-height*/250px/*@*/);
}

#middle-bar {
	padding:40px 0;
}

#bottom-bar {
	background:#31363d;
	padding-top:10px;
	color:#fff;
}

.bottom-wrapper {

}

@media (min-width: 600px) and (max-width: 1024px) {
	.sidebar .col-12 {
		max-width: 50%;
	}
}

@media (max-width: 1024px) {
	html {
		font-size: 0.8em;
	}
	body {
		background-position: 0 0;
		background-size:auto;
	}
	.sidebar .col-12 {
		padding: 0;
	}
	.hidden-mobile {
		display: none !important;
	}
	#middle-bar {
	padding-top:10px;
	padding-bottom:10px;
	}
	.fake-wrapper {
	padding-top:200px;
	}
}

@media (min-width: 1025px) {
	.container {
		width: 100%;
	}
	#middle-base {
		text-align: center;
		display: block;
	}
	
	#middle-base .content {
		background: #fff;
		padding:10px 10px;
		width:/*@post-width*/840px/*@*/;
		position: relative;
		text-align: left;
		margin: 0 auto;
		float: left;
	}
	#middle-base .sidebar {
		float: right;
		padding:10px 10px;
		width: 270px;
		position: relative;
		text-align: left;
		margin: 0 auto;
		font-size: 1.2rem;
	}
	.blog-title img {
		max-height: 60px;
	}
	#searchbox {
		display: none;
	}
}

	.sidebar > .col-12 > div > ul > li > ul > li > ul > li::before {
		/* 카테고리의 카테고리 앞에 아이콘 붙이기 */
		font-family: "fontello";
		content: "\e811";
		color: #ccc;
		margin-right: 0.5rem;
	}
	
@media (min-width: 1180px) { /* Ready for 1280, 1377 */
	.container {
		width: 1180px;
	}
	.top-wrapper .nav-fixed {
		padding-right: calc((100% - 1180px) / 2);
	}
}

@media (min-width: 1380px) { /* Ready for 1440 */

}

@media (min-width: 1580px) { /* Ready for 1600 */

}

@media (min-width: 1880px) { /* Ready for 1920~ */

}

.blog-title a {
	color: #333;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	font-size: 1.5rem;
}

.blog-title a:hover, .blog-title a:focus {
	color: #222;
	border: 0;
}

.blog-title img {
	vertical-align: middle;
	margin-top:-6px;
}


@media (max-width: 1024px) {
	.blog-title img {
		max-height: 27px;
		margin-top:-3px;
	}
}

.article-title a {
	color: #333;
	font-size: 3rem;
	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;
	float: right;
}

.article-info a {
	color: #AAB2BD;
}

.article-info a:hover, .article-info a:focus {
	color: #7E8B8C;
	border-bottom: 1px dashed #DA4453;
}

.article-date {
	color: #AAB2BD;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
}

.admin {
	color: #aaa;
	border:1px solid #ddd;
	padding:5px 10px;
	margin-bottom: 15px;
	clear: both;
}

.admin a {
	color: #333;
}

.admin a:hover, .admin a:focus {
	color: #DA4453;
	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 {
	clear: both;
}

.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: #AAB2BD !important;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	font-size: 1.13rem;
}

.counter {
	color: #333;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 1.1rem;
}

.counter > span {
	white-space: pre;
}

.counter > span > span {
	color:#DA4453;
}

.date-date:hover, .date-date:focus {
	text-decoration: none;
	border: 0;
	color: #AAB2BD;
}

.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: #AAB2BD;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
}

.list-list .list-date {
	float:right;
}

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 #DA4453;
}

.list-cnt {
	color: #AAB2BD;
	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;
	padding-top: 5px;
	margin-top: 10px;
}

.article-comments span a {
	cursor: pointer;
}

.no-more-prev {
	display: none;
}

.no-more-next {
	display: none;
}

.footer {
	padding-top: 10px;
	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: #DA4453;
}

.footer a:hover, .footer a:focus {
	color: #DDD;
	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 #AAB2BD;
}

.control-input:focus {
	background: #fff;
	box-shadow: 0;
	border: 2px solid #DA4453;
	color: #333;
	outline: none;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.searchWrap {
	position:relative;
	padding-bottom: 40px;
}

.search-input {
	position:absolute;
	top:0;
	left:0;
	letter-spacing: -1px !important;
	margin-top:0 !important;
	width: calc(100% - 46px) !important;
	border: 2px solid #AAB2BD;
	border-radius:4px 0px 0px 4px;
	font-size:16px;
	padding: 6px 8px;
	height: 40px !important
}

.search-input:focus {
	border: 2px solid #DA4453;
	border-right: 0;
}

button.search-submit {
	position:absolute;
	top:0;
	left:calc(100% - 46px);
	height: 40px !important;
	font-size: 18px;
	border:2px solid transparent;
	margin-left:-4px;
	border-radius:0px 4px 4px 0px !important;
	color:#fff;
	background:#DA4453;
}

button.search-submit:focus {
	outline: 0;
}

.comment {
	padding-bottom: 20px;
}

.commentgray {
	color: #AAB2BD;
	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: #AAB2BD;
	font-size: 1.4rem;
}

.secretWrap {
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	color: #AAB2BD;
	font-size: 1rem;
	letter-spacing: 1px;
}

button.submit, input.submit {
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-weight: 300;
	color: #AAB2BD;
	font-size: 1.13rem;
	letter-spacing: 1px;
	padding: 0 15px;
	background: #AAB2BD;
	color: #fff;
	border: 2px solid #AAB2BD;
	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: #AAB2BD;
	background: #fff;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
	border: 2px solid #AAB2BD;
}

.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 {
		letter-spacing: -1px;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.desc {
		font-size: 1.33rem;
		margin-top: 0;
	}

	.wrapper .col-3 .nav {
		margin: 0px 15px;
		font-size: 1.5rem;
	}

	.counter {

	}

	.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;
}

.sidebar ul {
	margin: 0;
}

.sidebar ul ul {
	padding-left: 18px;
	padding-top: 0;
}

.sidebar li {
	margin: 0;
}

.sidebar .col-12 {
	margin-bottom: 20px;
}

.sidebar .col-12 a {
	color:#333;
}

.sidebar .col-12 a:focus, .sidebar .col-12 a:hover {
	color:#111;
	border-bottom: 1px dashed #DA4453;
}

.sidebar .col-12 > div:first-child {
	color:#DA4453;
	font-weight: bold;
	font-size: 1.33rem;
	text-shadow: 0 0 1px #aaa;
}

.sidebar .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;
}

.tag-cloud a::before {
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	content: "#";
}

.sidebar .col-12 a.cloud1 {
	color: #333;
}

.sidebar .col-12 a.cloud2 {
	color: #434A54;
}

.sidebar .col-12 a.cloud3 {
	color: #656D78;
}

.sidebar .col-12 a.cloud4 {
	color: #AAB2BD;
}

.sidebar .col-12 a.cloud5 {
	color: #AAB2BD;
}

.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: #DA4453;
	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;
}

.profile-img {
	margin-top: 5px;
}

.profile-desc {
	margin-top: 5px;
	line-height: 1.5;
	text-align: justify;
}

/* Tistory Tweaks
------------------------------
*/

 /* 메뉴 바 안보이게 */
#tistorytoolbarid {
	display: none;
}

 /* 좌측 사이드바에서 카테고리 글 개수 안보이게 */
#intro-category-list .c_cnt {
	display:none;
}

 /* 좌측 사이드바에서 카테고리 소분류 안보이게 */
#intro-category-list > ul {
	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;
}

 /* 댓글 블로그 아이콘 */
.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:#CCD1D9;
	z-index: 0;
}

.reply-name img[src*="index"] {
	background-color:#fff;
	z-index: 1;
}

/* 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: #DA4453;
}

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: #656D78;
	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: #656D78;
	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: #F5F7FA;
	border:1px dashed #AAB2BD;
	padding:0.5rem 1rem;
}

/* Responsive Image Tweaks
------------------------------
*/

span.imageblock, span.imageblock .cap1 {
	max-width: 100%;
	color: #656D78;
}

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: #DA4453 !important;
	font-weight: 400 !important;
	font-family: 'Lato', 'Noto Sans Korean', Sans-serif !important;
	cursor: help;
}

sup.footnote a:hover {
    color: #DA4453 !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 {
	font-family:/*@title-font-family*/Dotum/*@*/;
	color:/*@post-title-color*/#333/*@*/
	font-family:/*@post-title-font-family*/Dotum/*@*/;
	font-size:/*@post-title-font-size*/3rem/*@*/;
	color:/*@post-body-color*/#333/*@*/;
	font-family:/*@post-body-font-family*/Dotum/*@*/;
	font-size:/*@post-body-font-size*/1.25rem/*@*/;
}
