@charset "UTF-8";

body, input, textarea, button {
	font: 13px '나눔고딕', NanumGothic, 'Malgun Gothic', '맑은 고딕', 'Lucida Grande', Helvetica, Dotum;
}

html {
	margin: 0 !important;
	padding: 0 !important;
	height: 100%;
}

body {
	background-color: #F3F3EF;
	color: #666;
	margin: 0 !important;
	padding: 0 !important;
	height: 100%;
}

.no-display {
	display: none !important;
}

h1 {
}

h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
}


/* 링크 컬러 */

a:link {
	color: #09C;
	text-decoration: none;
}

a:hover {
	color: #09C;
	text-decoration: underline;
}

a:visited {
	color: #09C;
	text-decoration: none;
}

a:active {
	color: #0AE;
	text-decoration: none !important;
}

/* HTML5와 CSS3를 지원하지 않는 브라우저 */

#non-css3-browser {
	position: relative;
	width: 760px;
	height: 675px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background: url(images/high-browser.png) no-repeat;
	text-indent: -10000px;
}

.browser-link {
	position: absolute;
	left: 32px;
	bottom: 55px;
	width: 705px;
	height: 130px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.browser-link li {
	display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.browser-button {
	float: left;
	text-indent: -10000px;
	width: 130px;
	height: 130px;
	margin-right: 11px;
	background : transparent;
}

.browser-button:hover {
	background: url(images/browser-button.png) no-repeat;
	opacity: 0.1;
	-ms-filter: alpha(opacity=10);
	filter: alpha(opacity=10);
}

.end-browser-button {
	margin-right: 0 !important;
}


/* 왼쪽 광고 */

.ad-left {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 148px;
	margin-left: -525px;
	width: 118px;
	height: 598px;
	border: 1px solid #CCC;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	overflow: hidden;
	background: #CCC;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.ad-left-mask {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -60px;
	width: 120px;
	height: 600px;
}

@media screen and (max-width: 1031px) {
	.ad-left {
		display: none;
	}
}

@media screen and (max-width: 1051px) {
	.ad-left {
		-webkit-transform: translate(-120px, 0) rotate(15deg);
		-moz-transform: translate(-120px, 0) rotate(15deg);
		-o-transform: translate(-120px, 0) rotate(15deg);
		-ms-transform: translate(-120px, 0) rotate(15deg);
		transform: translate(-120px, 0) rotate(15deg);
		opacity: 0;
		-ms-filter: alpha(opacity=0);
		filter: alpha(opacity=0);
	}

	.ad-left-mask {
		display: none;
	}
}

@media screen and (max-height: 751px) {
	.ad-left {
		top: 50%;
		margin-top: -300px;
	}
}

@media screen and (max-height: 640px) {
	.ad-left {
		-webkit-transform: translate(-10px, 30px) rotate(-2deg);
		-moz-transform: translate(-10px, 30px) rotate(-2deg);
		-o-transform: translate(-10px, 30px) rotate(-2deg);
		-ms-transform: translate(-10px, 30px) rotate(-2deg);
		transform: translate(-10px, 30px) rotate(-2deg);
		top: 50%;
		margin-top: -300px;
		opacity: 0;
		-ms-filter: alpha(opacity=0);
		filter: alpha(opacity=0);
	}

	.ad-left-mask {
		display: none;
	}
}

@media screen and (max-height: 620px) {
	.ad-left {
		display: none;
	}
}


/* Fixed buttons */

.fixed-buttons {
	position: fixed;
	top: 0;
	right: 50%;
	margin-top: 148px;
	margin-right: -504px;
	width: 100px;
	height: 602px;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

@media screen and (max-width: 967px) {
	.fixed-buttons {
		display: none;
	}
}

@media screen and (max-width: 987px) {
	.fixed-buttons {
		-webkit-transform: translate(100px, 0) rotate(-15deg);
		-moz-transform: translate(100px, 0) rotate(-15deg);
		-o-transform: translate(100px, 0) rotate(-15deg);
		-ms-transform: translate(100px, 0) rotate(-15deg);
		transform: translate(100px, 0) rotate(-15deg);
		opacity: 0;
		-ms-filter: alpha(opacity=0);
		filter: alpha(opacity=0);
	}

	.fixed-daum-view {
		display: none;
	}
}

@media screen and (max-height: 751px) {
	.fixed-buttons {
		top: 50%;
		margin-top: -300px;
	}
}

@media screen and (max-height: 640px) {
	.fixed-buttons {
		margin-top: 0;
		margin-bottom: 0;
		top: auto;
		bottom: 16px !important;
	}
}

.social-buttons {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 67px;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	background: #F9F9F9;
	border: 1px dashed #CCC;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}

.fixed-daum-view-box {
	width: 65px;
	height: 70px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	background: url(images/daum-view-loading.png) 50% 50% no-repeat;
	background-size: 67px 80px;
}

.fixed-daum-view {
	width: 65px;
	height: 70px;
	padding: 0;
	margin: 0;
}

.facebook-like {
	overflow: hidden;
	width: 65px;
	min-height: 65px;
	padding: 16px 0;
	border-top: 1px dotted #CCC;
}


/* 스킨 시작 */

#global-wrap {
	position: relative;
	width: 792px;
	min-height: 100%;
	margin: 0 auto;
	border-top: none;
	border-bottom: none;
	background: #FFF;
	overflow: hidden;
}


/* 글로벌 헤더 */

#global-header {
	position: relative;
	width: 760px;
	height: 108px;
	margin: 0 auto;
	background: url(images/global-title-html5.svg) 10px 85% no-repeat;
}

.header-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 97px;
	border-left: 3px solid #FB3;
}


/* 서치 */

.search-engine {
	position: absolute;
	height: 28px;
	right: 0;
	bottom: 0;
}

.rss-button {
	position: relative;
	float: left;
	width: 30px;
	height: 26px;
	text-indent: -1000px;
	background: url(images/rss-button.png) 50% 50% no-repeat transparent;
	background-size: 30px 26px;
	border-top: 2px solid transparent;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.rss-button:hover {
	background-color: #F6F6F6;
	border-top: 2px solid #9CF;
}

.search-area {
	width: 160px;
	height: 20px;
	margin: 0;
	.margin-top: -1px;
	padding: 3px 8px;
	padding-right: 36px;
	border: 2px solid #9CF;
	background: transparent;
	color: #666;
	outline: none;
	border-radius: 0;
	box-sizing: content-box;
	-webkit-appearance: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.search-area:hover {
	background: #F6F6F6;
}

.search-area:active {
	background: #CCC;
}

.search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border: none;
	background: url(images/nav-icons.svg) 50% -84px no-repeat #9CF;
	text-indent: -1000px;
	margin: 0;
	padding: 0;
	border-radius: 0;
}


/* 메뉴 */

.menu-bar {
	position: relative;
	float: right;
	margin-right: 16px;
	padding-bottom: 6px;
	border-top: 2px solid #9CF;
	overflow: hidden;
}

.menu {
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.menu li {
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
}

.menu-button {
	float: left;
	margin: 0;
	height: 30px;
	padding: 0 16px;
	border-bottom: 2px solid transparent;
	text-indent: -1000px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.menu-button:hover {
	border-bottom: 2px solid #9CF;
	background-color: #F6F6F6 !important;
}

.css3-button {
	width: 97px;
	background: url(images/menu-buttons.svg) 50% 0 no-repeat;
}

.css3-button:hover {
	border-bottom: 2px solid #CC3 !important;
}

.ios-button {
	width: 59px;
	background: url(images/menu-buttons.svg) 50% -30px no-repeat;
}

.mac-button {
	width: 25px;
	background: url(images/menu-buttons.svg) 50% -60px no-repeat;
}

.windows-button {
	width: 55px;
	background: url(images/menu-buttons.svg) 50% -90px no-repeat;
}

.it-button {
	width: 39px;
	background: url(images/menu-buttons.svg) 50% -120px no-repeat;
}

.security-button {
	width: 47px;
	background: url(images/menu-buttons.svg) 50% -150px no-repeat;
}

.graphic-button {
	width: 46px;
	background: url(images/menu-buttons.svg) 50% -180px no-repeat;
}


/* 서치 리스트 */

#search-list {
	width: 100%;
	overflow: hidden;
}

.article-title {
	position: relative;
	min-width: 42px;
	max-width: 760px;
	height: 42px;
	padding-left: 42px;
	margin-left: 16px;
	overflow: hidden; 
	cursor: default;
}

.search-icon {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 42px;
	background: url(images/nav-icons.svg) 50% 0 no-repeat #999;
}

.article-name {
	float: left;
	max-width: 698px;
	padding: 0 10px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: 2px solid #999;
}

.search-block-list {
	clear: both;
	width: 776px;
	margin: 0;
	padding: 0;
	padding-left: 16px;
	padding-bottom: 16px;
	overflow: hidden;
}

.search-block-list li {
	position: relative;
	float: left;
	width: 178px;
	height: 176px;
	margin: 16px 16px 0 0;
	display: inline;
	background: #F6F6F6;
	border-bottom: 2px solid #F6F6F6;
	overflow: hidden;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.search-block-list li:hover {
	-webkit-transform: scale(1.17);
	-moz-transform: scale(1.17);
	-o-transform: scale(1.17);
	-ms-transform: scale(1.17);
	transform: scale(1.17);
	background: #E3E3E3;
	border-bottom: 2px solid #9CF;
}

.search-post-link {
	position: relative;
	z-index: 1000;
	float: left;
	width: 82%;
	height: 71%;
	padding: 9% 9% 20% 9%;
	font-size: 16px;
	color: #666 !important;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-post-link:hover {
	text-decoration: none;
}

.search-time {
	position: absolute;
	z-index: 500;
	right: 14px;
	bottom: 10px;
	padding-left: 16px;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	background: url(images/date-icon.svg) 0 50% no-repeat;
	opacity: 0.5;
	-ms-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
}

.search-comment {
	position: absolute;
	z-index: 500;
	left: 14px;
	bottom: 10px;
	font-size: 12px;
	color: #69C;
	height: 16px;
	line-height: 16px;
}


/* 본문 */

.entry {
	position: relative;
	width: 792px;
	overflow: hidden;
	margin: 0 auto;
}

.entry-icon-hidden {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 42px;
	overflow: hidden;
	background: url(images/nav-icons.svg) 50% -42px no-repeat #999;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.entry-icon-hidden:hover {
	background-color: #F6F6F6;
	width: 128px;
	border-radius: 0 0 10px 0;
}

.entry-icon {
	opacity: 0;
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	position: relative;
	float: left;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #F6F6F6;
	color: #666 !important;
	border: 2px solid #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	text-align: center;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.entry-icon:hover {
	width: 124px;
	opacity: 1;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	text-decoration: none;
	border-radius: 0 0 10px 0;
}

.article-section {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.article {
	width: 760px;
	padding: 16px;
	padding-bottom: 24px;
	line-height: 1.6;
	overflow: hidden;
}

.article img {
	max-width: 760px;
	height: auto;
	cursor: default !important;
	border: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.article img:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.round-corner img {
	border-radius: 5px !important;
}

.gray-color {
	color: #999 !important;
}

.blue-color {
	color: #09C !important;
}

.content-box {
	background: #FFF !important;
	border-top: 1px dotted #CCC !important;
	border-left: 3px solid #999 !important;
	border-right: 3px solid #999 !important;
	border-bottom: 1px dotted #CCC !important;
	padding: 10px 16px !important;
	opacity: 0.8 !important;
	-ms-filter: alpha(opacity=80) !important;
	filter: alpha(opacity=80); !important;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.content-box:hover {
	background: #F6F6F6 !important;
	opacity: 1 !important;
	-ms-filter: alpha(opacity=100) !important;
	filter: alpha(opacity=100) !important;
}


/* aside-섹션 */

.aside-section-top {
	position: relative;
	clear: both;
	float: right;
	min-width: 120px;
	max-width: 180px;
	height: 64px;
	overflow: hidden;
	padding: 16px 0;
	padding-right: 468px;
	margin-right: 16px;
}

.aside-no-padding-bottom {
	padding-bottom: 0;
}

.adsense-top {
	position: absolute;
	top: 16px;
	right: 0;
	width: 468px;
	height: 60px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #CC3;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.adsense-top:hover {
	background: #F6F6F6;
	border-top: 2px solid #CC3;
}

.qr-code-top {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: #FFF;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #999;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.qr-code-top:hover {
	border-top: 2px solid #999;
}

.qr-code {
	position: absolute;
	z-index: 500;
	top: 50%;
	left: 50%;
	margin-top: -45%;
	margin-left: -45%;
	width: 90%;
	height: 90%;
	opacity: 0.4;
	-ms-filter: alpha(opacity=40);
	filter: alpha(opacity=40);
}

.qr-code-hover {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.qr-code-hover:hover {
	opacity: 0.04;
	-ms-filter: alpha(opacity=4);
	filter: alpha(opacity=4);
}

.allblog-button {
	float: left;
	width: 60px;
	height: 60px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #9CF;
	background: url(images/aside-buttons.png) 0 50% no-repeat;
	background-size: 288px 60px;
	text-indent: -1000px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.allblog-button:hover {
	border-top: 2px solid #9CF;
	background-color: #F6F6F6;
}

.olpost-button {
	float: left;
	width: 60px;
	height: 60px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #9CF;
	background: url(images/aside-buttons.png) -60px 50% no-repeat;
	background-size: 288px 60px;
	text-indent: -1000px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.olpost-button:hover {
	border-top: 2px solid #9CF;
	background-color: #F6F6F6;
}


/* 소셜 링크 */

.metablog-service-bottom {
	position: relative;
	width: 722px;
	height: 250px;
	margin: 16px;
	margin-top: 0;
	border-top: 1px dotted #DD9;
	border-bottom: 1px dotted #DD9;
	border-left: 3px solid #CC3;
	border-right: 3px solid #CC3;
	padding: 11px 16px;
	overflow: visible;
}

.metablog-service-right {
	float: right;
}

.daum-view-speech {
	position: absolute;
	top: -28px;
	left: 55%;
	margin-left: -233px;
	width: 388px;
	height: 34px;
	-webkit-animation: speech-motion 9s infinite ease;
}

@-webkit-keyframes speech-motion {
	 85% {
		top: -28px;
		}
	92% {
		top: -36px;
		}
	94% {
		top: -28px;
		}
	95% {
		top: -34px;
		}
	96% {
		top: -28px;
		}
	97% {
		top: -32px;
		}
	98% {
		top: -28px;
		}
	99% {
		top: -30px;
		}
	100% {
		top: -28px;
		}
}

.speech-bottom {
	position: relative;
	z-index: 2;
	width: 388px;
	height: 25px;
	line-height: 25px;
	background: url(images/speech-arrow.png) 50% -11px no-repeat #808080;
	background-size: 368px 36px;
	color: #FFF;
	text-indent: -1000px;
	margin: 0;
	border-radius: 12px;
}

.speech-arrow {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	margin-left: -11px;
	width: 22px;
	height: 11px;
	background: url(images/speech-arrow.png) 0 0 no-repeat;
	background-size: 368px 36px;
}

.daum-view {
	position: relative;
	width: 397px;
	height: 80px;
	background: #D8D8D8;
	margin-bottom: 11px;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	overflow: hidden;
}

.daum-view-button {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -200px;
}

.mixsh-content {
	position: relative;
	width: 397px;
	height: 91px;
	margin-bottom: 11px;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	overflow: hidden;
}

.mixsh-content-iframe {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -201px;
	width: 402px;
	height: 91px;
	border: none;
	background: transparent;
	overflow: hidden;
}

.adsense-bottom {
	position: relative;
	width: 300px;
	height: 250px;
	float: left;
	overflow: hidden;
	padding-right: 11px;
	border-right: 1px dotted #DD9;
}

.function-bottom {
	position: absolute;
	right: 16px;
	bottom: 11px;
	overflow: hidden;
}

.function-button {
	float: right;
	width: 42px;
	height: 40px;
	border-bottom: 2px solid transparent;
	text-indent: -1000px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.function-button:hover {
	background-color: #F6F6F6 !important;
	border-bottom: 2px solid #9CF;
}

.top-button {
	background: url(images/aside-buttons.png) -120px 50% no-repeat;
	background-size: 288px 60px;
}

.back-to-list {
	background: url(images/aside-buttons.png) -162px 50% no-repeat;
	background-size: 288px 60px;
}

.share-facebook {
	background: url(images/aside-buttons.png) -204px 50% no-repeat;
	background-size: 288px 60px;
}

.tweet-twitter {
	background: url(images/aside-buttons.png) -246px 50% no-repeat;
	background-size: 288px 60px;
}


/* 트랙백 주소 */

.trackback-address {
	position: relative;
	width: 654px;
	margin: 16px;
	margin-top: 0;
	padding: 11px 50px;
	border: 1px dotted #BDF;
	border-left: 3px solid #9CF;
	border-right: 3px solid #9CF;
	text-align: center;
	overflow: hidden;
	background: url(images/trackback-icon.svg) 16px 50% no-repeat;
}

.trackback-address-title {
	position: relative;
	z-index: 10;
	padding: 0;
	padding-bottom: 3px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #B2B2B2;
	cursor: default;
}

.trackback-address-address {
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-style: normal;
}


/* 트랙백 */

.trackback-list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.trackback-subject {
	position: relative;
	width: 722px;
	padding: 11px 16px;
	padding-top: 61px;
	padding-bottom: 30px;
	margin: 16px;
	margin-top: 0;
	border: 1px dotted #BDF;
	border-left: 3px solid #9CF;
	border-right: 3px solid #9CF;
	overflow: hidden;
	background-color: transparent;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.trackback-subject:hover {
	background-color: #F6F6F6;
}

.trackback-title {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 16px;
	width: 722px;
	height: 49px;
	border-bottom: 1px dotted #BDF;
	background: url(images/trackback-icon.svg) 0 50% no-repeat;
}

.trackback-title h4 {
	max-width: 600px;
	margin: 0;
	padding: 0 36px;
	line-height: 49px;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.trackback-date {
	position: absolute;
	z-index: 1;
	right: 16px;
	bottom: 11px;
	margin: 0;
	padding: 0;
	padding-left: 16px;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	background: url(images/date-icon.svg) 0 50% no-repeat;
	opacity: 0.5;
	-ms-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
}

.trackback-entry {
	line-height: 1.6;
	color: #858585;
}

.trackback-link {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -1000px;
}

.trackback-delete {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 16px;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 49px;
}


/* Facebook 코멘트 */

.facebook-comments {
	position: relative;
	width: 722px;
	margin: 16px;
	margin-top: 0;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	border-left: 3px solid #999;
	border-right: 3px solid #999;
	padding: 11px 16px;
	overflow: hidden;
}


/* 코멘트 보기 */

.comments {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.comment-entry {
	position: relative;
	width: 722px;
	padding: 11px 16px;
	padding-top: 71px;
	margin: 16px;
	margin-top: 0;
	border: 1px dotted #CCC;
	border-left: 3px solid #999;
	border-right: 3px solid #999;
	overflow: hidden;
}

.comment-header {
	position: absolute;
	top: 11px;
	left: 16px;
	width: 500px;
	height: 50px;
}

.comment-name {
	position: relative;
	padding-top: 10px;
	padding-left: 60px;
	font-size: 16px;
	vertical-align: middle;
	cursor: default;
}

.comment-name a {
	color: #666 !important;
	cursor: pointer;
}

.comment-name img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 1px;
	width: 48px;
	height: 48px;
	border-radius: 4px;
}

.no-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background: url(images/bakeneko-no-avatar.png) 50% 50% no-repeat #F6F6F6;
	background-size: 48px 48px;
}

.comment-date {
	position: absolute;
	left: 61px;
	bottom: 2px;
	padding: 0;
	padding-left: 16px;
	margin: 0;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	background: url(images/date-icon.svg) 0 50% no-repeat;
	cursor: default;
	opacity: 0.5;
	-ms-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
}

.comment-navigater {
	position: absolute;
	top: 11px;
	right: 16px;
}

.comment-navigater a {
	margin: 0;
	padding: 0;
	padding-left: 11px;
	overflow: hidden;
}

.comment-article {
	line-height: 1.6;
}

.comments-reply-entry {
	position: relative;
	float: right;
	width: 634px;
	display: block;
	padding: 0;
	padding-top: 16px;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.comment-reply {
	position: relative;
	width: 600px;
	margin: 0;
	margin-top: 11px;
	padding: 11px 16px;
	padding-top: 54px;
	background: #F6F6F6;
	border-radius: 5px;
	border: 1px solid #CCC;
}

.comment-reply-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 632px;
	height: 42px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	border-radius: 4px 4px 0 0;
}

.reply-no-avatar {
	position: absolute;
	top: 6px;
	left: 16px;
	width: 28px;
	height: 28px;
	background: url(images/bakeneko-no-avatar.png) 50% 50% no-repeat #F6F6F6;
	background-size: 28px 28px;
	border: 1px solid #CCC;
	border-radius: 3px;
}

.comment-reply-name {
	position: relative;
	float: left;
	padding: 0;
	padding-left: 52px;
	margin: 0;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	vertical-align: middle;
	cursor: default;
}

.comment-reply-name a {
	color: #666 !important;
	cursor: pointer;
}

.comment-reply-name img {
	position: absolute;
	top: 6px;
	left: 16px;
	margin: 1px;
	padding: 0;
	width: 28px;
	height: 28px;
	border-radius: 2px;
}

.comment-reply-date {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 26px;
	height: 42px;
	font-size: 12px;
	line-height: 42px;
	background: url(images/date-icon.svg) 10px 50% no-repeat;
	opacity: 0.5;
	cursor: default;
	-ms-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
}

.comment-reply-navigater {
	position: absolute;
	top: 0;
	right: 16px;
	height: 42px;
	line-height: 42px;
}

.comment-reply-navigater a {
	margin: 0;
	padding: 0;
	padding-left: 11px;
	overflow: hidden;
}


/* 코멘트 쓰기 */

.comment-write {
	position: relative;
	width: 760px;
	padding: 0 16px;
	margin: 0;
	overflow: hidden;
}


/* 페이징 */

#paging {
	position: relative;
	float: right;
	overflow: hidden;
}

.paging-small {
	float: left;
	overflow: hidden;
	border: 2px solid #9CF;
	border-top: none;
	border-left: none;
}

.paging-big {
	position: relative;
	float: left;
	overflow: hidden;
	width: 42px;
	height: 42px;
	border-top: 2px solid #9CF;
}

.prev-button {
	float: left;
	width: 30px;
	height: 28px;
	border-top: 2px solid transparent;
	background: url(images/nav-icons.svg) 50% -154px no-repeat transparent;
	text-indent: -1000px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.prev-button:hover {
	background-color: #F6F6F6;
	border-top: 2px solid #9CF;
}

.no-more-prev {
	opacity: 0.5 !important;
	-ms-filter: alpha(opacity=50) !important;
	filter: alpha(opacity=50) !important;
	background-color: transparent !important;
	border-top: 2px solid transparent !important;
	cursor: no-drop;
}

.next-button {
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 40px;
	border-bottom: 2px solid transparent;
	background: url(images/nav-icons.svg) 50% -114px no-repeat transparent;
	text-indent: -1000px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.next-button:hover {
	background-color: #F6F6F6;
	border-bottom: 2px solid #9CF;
}

.no-more-next {
	opacity: 0.5 !important;
	-ms-filter: alpha(opacity=50) !important;
	filter: alpha(opacity=50) !important;
	background-color: transparent !important;
	border-bottom: 2px solid transparent !important;
	cursor: no-drop;
}

.paging-number {
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	color: #666 !important;
	border-top: 2px solid transparent;
	background: transparent;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.paging-number:hover {
	text-decoration: none;
	border-top: 2px solid #9CF;
	background: #F6F6F6;
}

.selected {
	opacity: 0.5 !important;
	-ms-filter: alpha(opacity=50) !important;
	filter: alpha(opacity=50) !important;
	cursor: no-drop;
}

.interword {
	opacity: 0.5;
	-ms-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
	float: left;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	border-top: 2px solid transparent;
	background: transparent;
	cursor: default;
}


/* 푸터 */

.footer-support {
	overflow: hidden;
	margin-right: 16px;
	padding-bottom: 102px;
	.padding-bottom: 0;
}

#footer {
	position: absolute;
	.position: relative;
	bottom: 0;
	width: 760px;
	height: 82px;
	margin: 0 auto;
	padding: 16px;
	padding-top: 4px;
	overflow: hidden;
}

.yellow-line {
	width: 100%;
	height: 0;
	border: none;
	margin: 0;
	padding: 0;
	border-top: 2px solid #FB3;
}

.footer-buttons {
	float: left;
	overflow: hidden;
}

.footer-button {
	float: left;
	width: 80px;
	height: 80px;
	border-bottom: 2px solid transparent;
	text-indent: -1000px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

.footer-button:hover {
	background-color: #F6F6F6 !important;
	border-bottom: 2px solid #FB3;
}

.created-by {
	background: url(images/footer-buttons.png) 0 0 no-repeat;
	background-size: 320px 80px;
}

.powered-by {
	background: url(images/footer-buttons.png) -80px 0 no-repeat;
	background-size: 320px 80px;
}

.html5-based {
	background: url(images/footer-buttons.png) -160px 0 no-repeat;
	background-size: 320px 80px;
}

.mark-up-passed {
	background: url(images/footer-buttons.png) -240px 0 no-repeat;
	background-size: 320px 80px;
}


/* for Smartphones */

@media screen and (max-device-width: 540px) {
	html {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-o-text-size-adjust: none;
		-ms-text-size-adjust: none;
		text-size-adjust: none;
	}
}