#mysong-wrapper {
	font-size: 15px;
	padding: 4%;
}

.memorial-header img.for-pc {
	width: 100%;
	height: auto;
}
.memorial-header img.for-mobile {
	display: none;
}
@media (max-width: 960px) {
	#mysong-wrapper {
		padding: 3%;
	}
}
@media (max-width: 480px) {
	.memorial-header img.for-mobile {
		display: block;
		width: 100%;
		height: auto;
	}
	.memorial-header img.for-pc {
		display: none;
	}
}
header[role="banner"],
footer[role="contentinfo"] {
	display: none !important;
}
/** post-list **/
div#misc {
	zoom: 1;
	margin: 10px;
	margin: 1rem;
}
div#misc:after {
	display: block;
	content: "";
	clear: both;
}
a.admin-board {
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: 0 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
a.admin-board span {
	display: none;
}
a.trash-board {
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: -40px -20px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
a.trash-board span {
	display: none;
}
.button-board {
	display: inline-block;
	border-radius: 3px;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 6px;
	padding: 0.6rem;
	color: #fff;
	background: #a7a7a7;
	cursor:pointer;
}
.button-board:hover {
	background-color: #4d4d4d;
}
div#misc form {
	float: right;
}
div#misc form select {
	font-family: inherit;
}
table.maybbs_board {
	width: 100%;
	border: 0;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
table.maybbs_board thead {
	background: #fafafa;
	border-top: 2px solid #002d44;
	border-bottom: 1px solid #b3b3b3;
}
table.maybbs_board tr:hover {
	background: #fafafa;
}
table.maybbs_board th,
table.maybbs_board td {
	padding: 10px 6px;
	padding: 1rem 0.6rem;
}
table.maybbs_board td {
	border-bottom: 1px solid #d4d4d4;
	color: #4d4d4d;
}
table td.post-checkbox {
	width: 24px;
	width: 2.4rem;
	padding: 0;
}
table td.post-number span {
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: 0 -20px;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
}
table.maybbs_board td img {
	vertical-align: middle;
}
table td.post-title a {
	color: #4d4d4d;
}
table td.post-title a:hover {
	color: #0071bc;
}
table td.post-title span.category-board,
table td.post-title span.comment-count {
	font-size: 10px;
	font-size: 1rem;
	color: #0071bc;
	padding-right: 4px;
}
table td.post-title span.reply-article {
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: -40px -60px;
	width: 16px;
	height: 12px;
	display: inline-block;
}
table td.post-title span.new-article {
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: 0 -60px;
	width: 10px;
	height: 10px;
	display: inline-block;
}
table td.post-title span.hot-article {
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: -20px -60px;
	width: 12px;
	height: 14px;
	display: inline-block;
}
table td.post-writer {
	width: 80px;
	width: 8rem;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}
table td.post-number,
table td.post-date,
table td.post-views {
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
}
table td.post-date {
	width: 70px;
	width: 7rem;
}
table td.post-number,
table td.post-views {
	width: 35px;
	width: 3.5rem;
}
div#pagination-board {
	text-align: center;
	padding: 20px 0 40px 0;
	padding: 2rem 0 4rem 0;
	font-size: 12px;
	font-size: 1.2rem;
}
div#pagination-board a {
	color: #a7a7a7;
	font-weight: bold;
	padding: 5px 7px;
	padding: 0.5rem 0.7rem;
	margin: 0 5px;
	margin: 0 0.5rem;
}
div#pagination-board a:hover,
div#pagination-board span.current-page {
	color: #fff;
	background: #a7a7a7;
	border-radius: 3px;
	padding: 5px 7px;
	padding: 0.5rem 0.7rem;
}
div.controller-board {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	margin-top: 10px;
	margin-top: 1rem;
	zoom: 1;
}
div.controller-board:after {
	display: block;
	content: "";
	clear: both;
}
div.write-to-return {
	float: right;
}
a.write-board {
	background: #4d4d4d url('./images/maybbs-icons.png') no-repeat;
	background-position: 0 -80px;
	display: inline-block;
	padding-left: 28px;
	color: #fff;
}
a.write-board:hover {
	background-color: #000;
}
div#action-board form {
	font-size: 12px;
	font-size: 1.2rem;
}
div#action-board form input {
	vertical-align: middle;
}
div#action-board form input[type="text"] {
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	padding: 2px;
	padding: 0.2rem;
}
input#publish {
	display:none;
}
div#action-board form input[type="submit"] {
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: -36px -106px;
	width: 21px;
	height: 21px;
	*zoom: -1;
	text-indent: -77px;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	cursor:pointer;
}

/** 본문 컨텐츠 공통 **/
.post {
	line-height: 2;
}
.post-content {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: justify;
}
.post-content img {
	max-width: 100%;
}
.post-content h1 {
	font-size: 20px;
	font-size: 2rem;
	color: #555;
}
.post-content h2 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #555;
}
.post-content h3 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #555;
}
.post-content blockquote {
	margin: 14px 24px 14px 24px;
	margin: 1.4rem 2.4rem 1.4rem 2.4rem;
	padding-left: 16px;
	padding-left: 1.6rem;
	color: #999;
	border-left: 1px dotted #b3b3b3;
}
.post-content ul {
	list-style-type: square;
	margin-left: 24px;
	margin-left: 2.4rem;
}
.post-content ol {
	list-style-type: decimal;
	margin-left: 24px;
	margin-left: 2.4rem;
}

/** post-view **/
div#post-board {
	border-bottom: 1px solid #b3b3b3;
}
div#post-board h3#board-post-title {
	font-size: 18px;
	padding: 10px 20px;
	background: #fafafa;
	border-top: 2px solid #002d44;
	border-bottom: 1px solid #b3b3b3;
}
div#post-board h3 span {
	font-size: 12px;
	color: #0071bc;
	padding-right: 10px;
	padding-right: 1rem;
}
div#post-board h3 span.is-notice {
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: 0 -16px;
	display: inline-block;
	width: 10px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
div#post-board div#meta-info {
	color: #555;
}
div#post-board span.meta-label-board {
	color: #a7a7a7;
	font-size: 11px;
	font-weight: bold;
	padding-left: 7px;
}
div#post-board span.meta-label-board:after {
	content: "_";
}
div#post-content-board {
	padding: 20px;
}
div#post-board div#signature div {
	padding: 10px 0;
	font-size: 12px;
	font-size: 1.2rem;
	background: #fafafa;
	color: #4d4d4d;
}
div.board-article-meta {
	padding: 20px 7px 0 7px;
	zoom: 1;
}
div.board-article-meta div.taxonomy {
	width: 100%;
	display: table;
	min-height: 15px;
	margin: 0 0 30px 0;
}
div.board-article-meta div.taxonomy dl.terms,
div.board-article-meta div.taxonomy dl.tag {
	display: table-cell;
	width: 50%;
	margin: 0;
	padding: 0;
	position: relative;
}
div.board-article-meta div.taxonomy dl.terms dt,
div.board-article-meta div.taxonomy dl.tag dt {
	float:left;
	display:inline-block;
	width:45px;
	margin:0;
	padding:0;
	text-align:center;
	color:#002d44;
	font-weight:bold;
}
div.board-article-meta div.taxonomy dl.terms dd,
div.board-article-meta div.taxonomy dl.tag dd {
	display:inline-block;
	float:left;
	margin:0;
	padding:0 20px 0 0;
	color:#B8B8B8;
}
div.board-article-meta div.taxonomy dl.terms dd span,
div.board-article-meta div.taxonomy dl.tag dd span {
	padding: 0 4px;
	cursor: pointer;
}
div.board-article-meta div.taxonomy dl.terms dd span:hover,
div.board-article-meta div.taxonomy dl.tag dd span:hover {
	color: #107AC0;
}
div.board-article-meta div.board-sns {
	margin-bottom: 36px;
	float: left;
}
div.board-article-meta div.board-sns ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div.board-article-meta div.board-sns ul li {
	float: left;
	margin-right: 17px;
}
div.board-article-meta div.board-sns ul li a {
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -10000em;
	background: url('/2013/images/images.png') no-repeat;
}
div.board-article-meta div.board-sns ul li.twitter a {
	background-position: 0 -800px;
}
div.board-article-meta div.board-sns ul li.fb a {
	background-position: -100px -800px;
}
div.board-article-meta div.board-sns ul li.katalk a {
	background-position: -200px -800px;
}
div.board-article-meta div.board-sns ul li.me2day a {
	background-position: -300px -800px;
}


div#recommend-count,
div.recommend-box {
	float: right;
	font-size: 12px;
	margin-left: 10px;
	padding-top: 2px;
}
div#recommend-count {
	padding: 8px 12px;
	border: 1px solid #a7a7a7;
	border-radius: 3px;
}
div#recommend-count-after {
	float: right;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #a7a7a7;
	margin-top: 15px;
}
a.to-recommend {
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: 1px -110px;
	display: inline-block;
	padding-top: 20px;
}

/* 코멘트 */
div#post-comment-board {
	padding: 20px;
	background: #fafafa;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
div#post-comment-board li {
	border-bottom: 1px dashed #b3b3b3;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	zoom: 1;
}
div#post-comment-board li:after {
	display: block;
	content: "";
	clear: both;
}
div#post-comment-board li .comment-writer {
	font-weight: bold;
}
div#post-comment-board li div.date-control {
	float: right;
}
div#post-comment-board .comment-content {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 16px 0;
}
	div#post-comment-board .comment-content ul {
		list-style-type: square;
	}
	div#post-comment-board .comment-content {
		list-style-type: decimal;
	}
section#board-wrapper h4 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
div#post-comment-board textarea {
	display: block;
	width: 99%;
	height: 180px;
	border: 1px solid #b3b3b3;
}
div#post-comment-board input[type="text"],
div#post-comment-board input[type="password"] {
	border: 1px solid #b3b3b3;
}
#comment-delete {
	display: inline-block;
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: -20px 0px;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
#comment-modify {
	display: inline-block;
	background: url('./images/maybbs-icons.png') no-repeat;
	background-position: -40px 0px;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
div#post-comment-board .caution {
	color: #555;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 10px 0;
	padding: 1rem 0;
}
table#related-list {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/** post-write **/
.post input,
.post textarea {
	border: 1px solid #b3b3b3;
}
.post-write form {
	padding-top: 20px;
	padding-top: 2rem;
}
.post-write form input[name="subject"] {
	width: 100%;
}
.post-write form input[type="file"] {
	border: 0;
}
.post-write h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	padding: 10px 20px;
	background: #fafafa;
	border-top: 2px solid #002d44;
	border-bottom: 1px solid #b3b3b3;
}
.post-write form fieldset.fields {
	padding: 4px 5px;
	margin: 0;
	border-bottom: 1px dotted #b3b3b3;
}
.post-write form fieldset label.label {
	float: left;
	display: block;
	width: 80px;
	font-weight: bold;
}
.post-write form fieldset div.field_wrap {
	width: 100%;
	margin-left: -80px;
	float: left;
}
.post-write form fieldset div.field_content {
	margin-left: 80px;
}
.post-write form fieldset p.help {
	padding: 0;
	color: #0071bc;
}
.post-write form textarea {
	width: 99%;
	line-height: 1.5;
}

/** post-delete **/
.post-write fieldset.post-delete {
	padding:20px;
	text-align:center;
}
.post-write form fieldset.button {
	margin:10px 0;
	text-align:center;
}

a.mobile-login {
	display: none;
}
@media screen and (max-width: 480px) {
	.post-date,
	.post-number,
	.post-views {
		display: none;
	}
	table td.post-writer {
		width: 8rem;
	}
	.maybbs-paper a.mobile-login,
	.maybbs-gjpaper a.mobile-login,
	.maybbs-icpaper a.mobile-login {
		display: inline-block;
		float: right;
	}
	div#pagination-board a {
		margin: 0 2px;
		margin: 0 0.2rem;
	}
	img, video{ max-width:100%; height:auto; }
	video{ min-width:100%; }
}
@media screen and (max-width: 350px) {
	div.board-article-meta div.board-sns ul li {
		margin-right: 10px;
	}
	img, video{ max-width:100%; height:auto; }
	video{ min-width:100%; }
}

