@charset "utf-8";
/*@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);*/
@font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 700;
    src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.eot);
    src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.eot?#iefix) format('embedded-opentype'),url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.woff) format('woff'),url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.ttf) format('truetype')
	font-display:fallback;
}

@font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.eot);
    src: url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.eot?#iefix) format('embedded-opentype'),url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.woff) format('woff'),url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.ttf) format('truetype');
	font-display:fallback;
}

#news-journal-wrapper {
	margin:0 auto;
	clear: both;
	position:relative;
	font-family:'Nanum Barun Gothic', 'Malgun Gothic', sans-serif;
	font-size:17px;
}

#news-journal-wrapper.post-write {
	font-size:12px;
}

div#misc {
	zoom: 1;
}
div#misc:after {
	display: block;
	content: "";
	clear: both;
}
a.admin-board {
	background: url('./images/news-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/news-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: #4d4d4d;
}

div#misc form {
	float: right;
}

#news-journal-wrapper section#article-list {
	*zoom:1
}
#news-journal-wrapper section#article-list:after {
	clear:both;
	content: ' ';
	display:block;
}
#news-journal-wrapper section#article-list article {
	position: relative;
	*zoom:1;
	border-bottom: 1px solid #4d4d4d;
	padding: 32px 24px;
}
#news-journal-wrapper section#article-list article:after {
	clear:both;
	content: ' ';
	display:block;
}
#news-journal-wrapper section#article-list article:hover {
	background: #f8f8f8;
}
#news-journal-wrapper article div.journal-category {
	font-size: 15px;
	font-size: 1.5rem;
	color: #3564a1;
	float: left;
	width: 100px;
}
#news-journal-wrapper article div.journal-category a {
	color: #3564a1;
}
#news-journal-wrapper article .news-journal-issue {
	float: right;
	width: 140px;
}
#news-journal-wrapper article .issue-number input[type="checkbox"] {
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
}
#news-journal-wrapper article .issue-number {
	float: left;
	font-size: 13px;
	padding: 6px 0 6px 30px;
	background: url('/2013/images/images.png') no-repeat;
	overflow: hidden;
	background-position: -400px -98px;
}
#news-journal-wrapper article div.journal-article-wrapper {
	float: left;
	margin-left: -140px;
	width: 82.7018121911%;
}
#news-journal-wrapper article div.journal-article-wrapper div.journal-article-content {
	margin-left: 140px;
}
#news-journal-wrapper article h3 {
	font-size: 15px;
	font-size: 1.5rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}
#news-journal-wrapper article h3 a {
	color: #000;
}
#news-journal-wrapper article h3 a:hover {
	color: #0071bc;
}
#news-journal-wrapper article h3 span {
	color: #bcbec0;
	font-size: 13px;
	font-size: 1.3rem;
}
#news-journal-wrapper article h4 {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}
#news-journal-wrapper article h4 a {
	color: #6d6e71;
}
#news-journal-wrapper article hr {
	margin-right: 25%;
	height: 1px;
	border-top: 1px dashed #002d44;
	margin-left: 0;
	display:block;
}
#news-journal-wrapper article section#article-list .news-journal-meta {
	font-size: 10px;
	font-size: 1rem;
	padding-top: 10px;
	padding-top: 1rem;
}
#news-journal-wrapper article section#article-list .news-journal-meta span {
	font-weight: bold;
	color: #002d44;
}
#news-journal-wrapper article section#article-list .news-journal-meta a {
	color: #b3b3b3;
}

#news-journal-wrapper div#pagination-board {
	text-align: center;
	padding: 20px 0 40px 0;
	padding: 2rem 0 4rem 0;
	font-size: 12px;
	font-size: 1.2rem;
}
#news-journal-wrapper div#pagination-board a {
	color: #a7a7a7;
	font-weight: bold;
	padding: 5px 7px;
	padding: 0.5rem 0.7rem;
	margin: 0 5px;
	margin: 0 0.5rem;
}
#news-journal-wrapper div#pagination-board span {
}
#news-journal-wrapper div#pagination-board a:hover,
#news-journal-wrapper div#pagination-board span.current-page {
	color: #fff;
	background: #a7a7a7;
	border-radius: 3px;
	padding: 5px 7px;
	padding: 0.5rem 0.7rem;
}

/* view */
#pdf_print_wrapper {
	position:absolute;
	top:40px;
	left:0;
	width:100%;
	height:100%;
}
#pdf_print_wrapper .pdf-wrapper {
	position:relative;
}
#pdf_print_wrapper .pdf-wrapper .close {
	display:inline-block;
	position:absolute;
	z-index:20000;
	right:0;
	top:-16px;
	cursor:pointer;
	background: url('../../../../2013/images/images.png') no-repeat;
	background-position: -496px -998px;
	padding-left: 20px;
}
article#news-journal-article {
	background:#fff;
	padding:0 3.582%;
}

article#news-journal-article header {
	padding-top:9px;
	padding-bottom:49px;
}

article#news-journal-article header #news-journal-thumb {
	color:#002d44;
	font-size:13px;
	font-size:1.3rem;
	*zoom:1
}
article#news-journal-article header #news-journal-thumb:after {
	clear:both;
	content:' ';
	display:block;
}
article#news-journal-article header #news-journal-thumb a {
	color:#002d44;
}
article#news-journal-article header #news-journal-thumb .news-journal-category {
	float:left;
	display:inline-block;
	font-weight:bold;
	padding-left:24px;
	padding-bottom: 4px;
	background:url('./images/news-icons.png') no-repeat 0 -150px;
}
article#news-journal-article header #news-journal-thumb dl.attached {
	float: left;
}
article#news-journal-article header #news-journal-thumb dl.attached dt,
article#news-journal-article header #news-journal-thumb dl.attached dd {
	float: left;
	padding-left: 8px;
}
article#news-journal-article header #news-journal-thumb dl.attached dt {
	color: #a7a7a7;
}
article#news-journal-article header #news-journal-thumb dl.attached dd {
}
article#news-journal-article header #news-journal-thumb dl.attached dd.pdf a {
	display: block;
	background: url('images/news-icons.png') no-repeat 0 -235px;
	height: 18px;
	padding-left: 15px;
	width: 1px;
	text-indent: -77em;
}
article#news-journal-article header #news-journal-thumb dl.attached dd.hwp a:hover {
	color: #0071bc;
}

article#news-journal-article header #news-journal-thumb .news-journal-print {
	float:right;
}
article#news-journal-article header #news-journal-thumb .news-journal-print a.view_print {
	display:inline-block;
	padding-left:21px;
	background:url('./images/news-icons.png') no-repeat 0 -200px;
}
article#news-journal-article header div.news-journal-subject {
	color: #000;
	margin:69px 7px 41px 7px;
	margin:6.9rem 7px 4.1rem 7px;
	line-height:1.4;
	word-break:keep-all;
	word-wrap:break-word;
}
article#news-journal-article header div.news-journal-subject h1 {
	font-weight:normal;
	font-size:3.1rem;
	text-align:justify;
}
article#news-journal-article header div.news-journal-subject h2 {
	font-weight:normal;
	font-size:1.7rem;
	text-align:justify;
	margin-top:15px;
}
article#news-journal-article header .news-journal-author {
	text-align:right;
	margin-right:26px;
	font-size:1.4rem;
}
article#news-journal-article header .news-journal-author span.author-box {
	padding-bottom: 3px;
	border-bottom: 2px dotted #b3b3b3;
}
article#news-journal-article header .news-journal-author span.organization {
	color: #27aae1;
}
article#news-journal-article #news-journal-content {
	font-size:17px;
	font-size:1.7rem;
	color:#000;
	line-height:1.8;
	text-align:justify;
	padding-left:7px;
	padding-right:7px;
}
article#news-journal-article #news-journal-content .headline-image {
	text-align:center;
}
article#news-journal-article #news-journal-content h3,
article#news-journal-article #news-journal-content b {
	font-size:1.6rem;
}
article#news-journal-article blockquote.postscript {
	margin:0 auto;
	margin-top:6px;
	margin-top:0.6rem;
	width:100%;
}
article#news-journal-article blockquote.postscript dl {
	margin:0;
	padding:1em;
	background:#F8F9FC;
	border:1px dotted #728FC1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
article#news-journal-article blockquote.postscript dl dt {
	font-size:17px;
	font-size:1.7rem;
	margin:0 0 5px 0;
	padding:0;
}
article#news-journal-article blockquote.postscript dl dd {
	font-size:15px;
	font-size:1.5rem;
	color:#000;
	line-height:1.7;
	text-align:justify;
	padding:0;
	margin:0;
}
article#news-journal-article blockquote.postscript dl dd a {
	color:#000;
}
article#news-journal-article blockquote.postscript dl dd a:hover {
	text-decoration:underline;
}
article#news-journal-article #news-article-meta {
	padding:20px 7px 0 7px;
}
article#news-journal-article .news-journal-meta {
	width:100%;
	display:table;
	min-height:15px;
	margin:0 0 30px 0;
}
article#news-journal-article .news-journal-meta dl.terms,
article#news-journal-article .news-journal-meta dl.tag {
	display:table-cell;
	width:50%;
	margin:0;
	padding:0;
	position:relative;
}
article#news-journal-article .news-journal-meta dl.terms dt,
article#news-journal-article .news-journal-meta dl.tag dt {
	float:left;
	display:inline-block;
	width:56px;
	margin:0;
	padding:0;
	text-align:center;
	color:#002d44;
	font-weight:bold;
}
article#news-journal-article .news-journal-meta dl.terms dd,
article#news-journal-article .news-journal-meta dl.tag dd {
	display:inline-block;
	float:left;
	margin:0;
	padding:0 20px 0 0;
	color:#B8B8B8;
}
article#news-journal-article .news-journal-meta dd span {
	padding:0 4px;
	cursor:pointer;
}
article#news-journal-article .news-journal-meta dd span:hover {
	color:#107AC0;
}
article#news-journal-article .news-journal-sns {
	*zoom:1;
	margin-bottom:36px;
}
article#news-journal-article .news-journal-sns:after {
	clear:both;
	display:block;
	content:' ';
}
article#news-journal-article .news-journal-sns ul {
	padding:0;
	margin:0;
}
article#news-journal-article .news-journal-sns ul li {
	float:left;
	margin-right:17px;
}
article#news-journal-article .news-journal-sns ul li a {
	display:block;
	width:36px;
	height:36px;
	text-indent:-10000em;
	background:url('/2013/images/images.png') no-repeat;
}
article#news-journal-article .news-journal-sns ul li.twitter a {
	background-position:0 -800px;
}
article#news-journal-article .news-journal-sns ul li.fb a {
	background-position:-100px -800px;
}
article#news-journal-article .news-journal-sns ul li.katalk a {
	background-position:-200px -800px;
}
article#news-journal-article .news-journal-sns ul li.me2day a {
	background-position:-300px -800px;
}

article#news-journal-article footer#news-article-footer {
	border-top:2px solid #000;
	padding-top:30px;
}
article#news-journal-article footer#news-article-footer #news-journal-table-content {
	display:none;
	position:fixed;
	z-index:20000;
	right:0;
	top: 182px;
}
article#news-journal-article footer#news-article-footer #news-journal-table-content .table-wrapper dl {
	padding:0 15px 15px 15px;
	border:3px solid #3564a1;
	border-right: 0;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 14px;
	background:#fff;
	overflow:auto;
}
article#news-journal-article footer#news-article-footer #news-journal-table-content dl dt {
	font-weight:bold;
	color:#0071bc;
	padding: 5px;
	margin:10px 0 5px 0;
	border-bottom:1px dotted #ccc;
}
article#news-journal-article footer#news-article-footer #news-journal-table-content dl dd {
	margin:0;
	padding:0 10px 0 15px;
	line-height:1.6;
	font-size:14px;
	font-size:1.4rem;
	background: url("./images/list-dot.png") no-repeat 5px 8px;
}
article#news-journal-article footer#news-article-footer #news-journal-table-content dl dd a {
	color:#333;
}
article#news-journal-article footer#news-article-footer #news-journal-table-content dl dd span {
	font-size:13px;
	font-size:1.3rem;
}
article#news-journal-article footer#news-article-footer #news-journal-table-content th h5 {
	width: 30px;
	height: 58px;
}
article#news-journal-article footer#news-article-footer #news-journal-table-content th,
article#news-journal-article footer#news-article-footer #news-journal-table-bookmark,
article#news-journal-article footer#news-article-footer #news-journal-table-bookmark.bookmark {
	position:fixed;
	z-index:10000;
	width: 30px;
	height: 58px;
	right:0;
	top: 182px;
	vertical-align:middle;
	background: url('./images/index-journal.png') no-repeat top left;
	text-indent: -557em;
	cursor:pointer;
}
article#news-journal-article footer#news-article-footer #news-journal-table-content th {
	background: url('./images/index-journal-close.png') no-repeat top left;
}
article#news-journal-article footer#news-article-footer #news-journal-table-content .table-wrapper .button.opened {
	display:none;
}
article#news-journal-article footer#news-article-footer #news-journal-table-content .table-wrapper .button a {
	color:#fff;
}
article#news-journal-article footer#news-article-footer dl.relative {
	margin:0 0 20px 0;
	padding:0 7px;
}
article#news-journal-article footer#news-article-footer dl.relative dt {
	color:#0071BC;
	font-size:17px;
	font-size:1.7rem;
	margin:0;
	padding:0 0 8px 0;
}
article#news-journal-article footer#news-article-footer dl.relative dd {
	margin:0;
	padding:0 0 11px 0;
	color:#406273;
}
article#news-journal-article footer#news-article-footer dl.relative dd a { color:#406273; }
article#news-journal-article footer#news-article-footer dl.relative dd a:hover {
	color:#0071BC;
	text-decoration:underline;
}
article#news-journal-article footer#news-article-footer hr.relative_hr {
	height:5px;
	margin-top:18px;
	margin-bottom:10px;
	border:0;
	width:100%;
	background: url('./images/news-icons.png') repeat-x;
	background-position: 0 -220px;
}
article#news-journal-article footer#news-article-footer .license {
	margin:0 0 20px 0;
	padding:0 7px;
}
article#news-journal-article footer#news-article-footer .license p {
	margin:0
	padding:24px 9px;
	background:#F8F9FC;
	border:1px dotted #728FC1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#news-journal-wrapper div.controller-board {
	padding-bottom: 20px;
	padding-bottom: 2rem;
	zoom: 1;
}
#news-journal-wrapper #news-journal-article div.controller-board {
	padding-top:20px;
	padding-top:2rem;
}
#news-journal-wrapper div.controller-board:after {
	display: block;
	content: "";
	clear: both;
}
#news-journal-wrapper div.write-to-return {
	float: right;
}
#news-journal-wrapper a.write-board {
	background: #4d4d4d url('./images/news-icons.png') no-repeat;
	background-position: 0 -80px;
	display: inline-block;
	padding-left: 28px;
	color: #fff;
}
#news-journal-wrapper a.write-board:hover {
	background-color: #000;
}

#news-journal-article a.list-board {
	text-align:left;
	display:inline-block;
	width:69px;
	height:24px;
	color:#fff;
	padding-left:35px;
	padding-top:3px;
	background: url('/2013/images/images.png') no-repeat;
	background-position:0 -900px;
}
#news-journal-article a.list-board:hover {
	background-position:-150px -900px;
}
#news-journal-article a.list-board:active {
	background-position:-300px -900px;
}
div#post-comment-board {
	border-top: 1px solid #002d44;
	padding: 20px;
	background: #f8f9fc;
	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;
}
div#post-comment-board h4 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
div#post-comment-board textarea {
	display: block;
	width: 97%;
	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;
}
.back-to-top.hasTable {
	right:50px;
}

/* post-write */
#news-journal-wrapper.post-write {
}
#news-journal-wrapper.post-write h3 {
	font-size:18px;
	font-size:1.8rem;
	padding: 10px 20px;
	background: #fafafa;
	border-top: 2px solid #002d44;
	border-bottom: 1px solid #b3b3b3;
}
#news-journal-wrapper.post-write form {
	padding-top: 10px;
	padding-top: 1rem;
}
#news-journal-wrapper.post-write form legend {
	color:#ff0000;
	padding:0 20px 10px 5px;
	margin-bottom:5px;
	border-bottom:1px solid #f00;
}
#news-journal-wrapper.post-write input,
#news-journal-wrapper.post-write textarea {
	border: 1px solid #b3b3b3;
}
#news-journal-wrapper.post-write input.numeric {
	width:70px;
}
#news-journal-wrapper.post-write form fieldset.fields {
	padding:4px 5px;
	margin:0;
	*zoom:1;
	border-bottom:1px dotted #b3b3b3 
}
#news-journal-wrapper.post-write form fieldset.fields:after {
	clear:both;
	content:' ';
	display:block;
}
#news-journal-wrapper.post-write form fieldset.item {
	margin:0;
	padding:0;
	float:left;
}
#news-journal-wrapper.post-write form fieldset.half {
	width:50%;
}
#news-journal-wrapper.post-write form fieldset.trisection {
	width:33%;
}
#news-journal-wrapper.post-write form fieldset label.label {
	float:left;
	display:block;
	width:80px;
	padding-top:3px;
	font-weight:bold;
}
#news-journal-wrapper.post-write form fieldset.essential label.label {
	color:#ff0000;
}
#news-journal-wrapper.post-write form fieldset label.label.center {
	text-align:center;
}
#news-journal-wrapper.post-write form fieldset div.field_wrap {
	width:100%;
	margin-left:-80px;
	float:left;
}
#news-journal-wrapper.post-write form fieldset div.field_content {
	margin-left:80px;
}
#news-journal-wrapper.post-write form fieldset p.help {
	margin:0 0 10px 0;
	padding:0;
	line-height:1.5;
	color:#0071bc;
}
#news-journal-wrapper.post-write form input[name="subject"],
#news-journal-wrapper.post-write form input[name="subtitle"] {
	width:100%;
}
input#publish {
	display:none;
}
#news-journal-wrapper.post-write form textarea {
	width:100%;
	line-height:1.5;
}
#news-journal-wrapper.post-write form textarea[name="summary"] {
	height:120px;
}
#news-journal-wrapper.post-write form fieldset.half div.field_content input[type="text"] {
	max-width:100%;
}
#news-journal-wrapper.post-write form fieldset.trisection div.field_content input[type="text"] {
	width:100%;
}
#news-journal-wrapper.post-write form select#category1,
#news-journal-wrapper.post-write form select#category2,
#news-journal-wrapper.post-write form select#category3 {
	display:inline-block;
}
#news-journal-wrapper.post-write form ul.category_manage {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none; }
	#news-journal-wrapper.post-write form ul.category_manage li {
		display:inline-block;
		margin:0;
		padding:0 5px;
	}
	#news-journal-wrapper.post-write form ul.category_manage li a {
		background:#000;
		color:#fff;
		padding:2px 4px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
#news-journal-wrapper.post-write form ul.resizable {
	margin:0;
	padding:0;
}
#news-journal-wrapper.post-write form ul.resizable li {
	display:inline-block;
	padding:4px 8px;
	background:#fafafa;
	border:1px solid #ccc;
}
#news-journal-wrapper.post-write form div.field_content img {
	float:left;
	width:120px;
	margin-right:10px;
}
#news-journal-wrapper.post-write form div.image_modify_form {
	margin-left:-130px;
	width:100%;
	float:left;
}
#news-journal-wrapper.post-write form div.image_modify_form dl {
	margin:0 0 0 130px;
	padding:0;
	clear:both;
}
#news-journal-wrapper.post-write form div.image_modify_form dl dt {
	display:inline-block;
	float:left;
	margin:0 10px 0 0;
	padding:4px 8px;
	background:#fafafa;
	border:1px solid #ccc;
}
#news-journal-wrapper.post-write form div.image_modify_form dl dd {
	display:inline-block;
	float:left;
}
#news-journal-wrapper.post-write form div.image_modify_form dl dd p.help {
	margin:0;
	padding:0;
}
#news-journal-wrapper.post-write form fieldset.button {
	margin:10px 0;
	text-align:center;
}
#category_simple_add {
	padding:10px;
}
#category_simple_add h3 {
	margin-bottom:15px;
	font-size:14px;
	font-size:1.4rem;
}
#category_simple_add form {
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	margin:0;
}
#category_simple_add .button {
	display:none;
}
/* post-write2 */
#news-journal-wrapper.post-write2 {
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	margin:0;
}
#news-journal-wrapper.post-write2 dt {
	margin:0;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #eee;
	background:#fafafa;
}
#news-journal-wrapper.post-write2 dt ul {
	margin:0;
	padding:0;
	list-style:none; }
	#news-journal-wrapper.post-write2 dt ul li {
		display:inline-block;
		margin:0 5px 0 0;
		padding:4px 8px;
		font-size:14px;
		font-size:1.4rem;
		border:1px solid #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background:#4B4B4B; }
		#news-journal-wrapper.post-write2 dt ul li.focus {
			background:#C1272D;
			padding:8px 10px;
			font-weight:bold;
		}
	#news-journal-wrapper.post-write2 dt ul li a {
		color:#fff;
		text-decoration:none;
	}
#news-journal-wrapper.post-write2 dd {
	margin:10px 0;
	padding:0;
}
#news-journal-wrapper.post-write2 dd h4 {
	display:inline-block;
	font-size:14px;
	font-size:1.4rem;
	margin:0 0 5px 0;
	padding:4px 40px 4px 15px;
	background:url('./images/news-icons.png') no-repeat -40px -103px;
	border-bottom:2px solid #4B4B4B;
}
#news-journal-wrapper.post-write2 dd ul {
	margin:0;
	padding:0;
	list-style:none;
}
#news-journal-wrapper.post-write2 dd ul li {
	*zoom:1;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
}
#news-journal-wrapper.post-write2 dd ul li:after {
	clear:both;
	content:' ';
	display:block;
}
#news-journal-wrapper.post-write2 dd ul article {
	margin:0;
	padding:0;
	background:#fff;
}
#news-journal-wrapper.post-write2 dd.photo_list img {
	float:left;
	width:120px;
}
#news-journal-wrapper.post-write2 dd.photo_list .write2_meta_wrapper {
	float:left;
	margin-left:-130px;
	width:100%;
}
#news-journal-wrapper.post-write2 dd.photo_list .write2_meta_wrapper article.write2_meta {
	margin-left:130px;
}
#news-journal-wrapper.post-write2 dd ul article h5,
#news-journal-wrapper.post-write2 dd ul article p,
#news-journal-wrapper.post-write2 dd ul article div.button {
	position:relative;
	display:block;
	margin:0;
	padding:4px 0 0 120px;
	font-size:12px;
	font-size:1.2rem;
	min-height:21px;
}
#news-journal-wrapper.post-write2 dd div.button {
	text-align:right;
}
#news-journal-wrapper.post-write2 dd div.button a {
	display:inline-block;
	padding:4px 6px 4px 30px;
	color:#fff;
	background-color:#4B4B4B;
	background-image:url('./images/news-icons.png');
	background-repeat:no-repeat;
	background-position:0 -80px;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#news-journal-wrapper.post-write2 dd ul article h5 span,
#news-journal-wrapper.post-write2 dd ul article p span {
	position:absolute;
	z-index:2;
	left:10px;
	top:0;
	margin:0;
	display:block;
	padding:4px 6px;
	min-width:78px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fafafa;
}
#news-journal-wrapper.post-write textarea#box_content {
	height:160px;
}

/* delete */
#news-journal-wrapper.post-write fieldset.post-delete {
	padding:20px;
	text-align:center;
}

@media screen and (max-width: 768px) {
	article#news-journal-article header #news-journal-thumb .news-journal-print {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	article#news-journal-article footer#news-article-footer #news-journal-table-content th,
	article#news-journal-article footer#news-article-footer #news-journal-table-bookmark,
	article#news-journal-article footer#news-article-footer #news-journal-table-bookmark.bookmark {
		opacity: 0.5;
	}
	article#news-journal-article footer#news-article-footer #news-journal-table-content th:hover,
	article#news-journal-article footer#news-article-footer #news-journal-table-bookmark:hover,
	article#news-journal-article footer#news-article-footer #news-journal-table-bookmark.bookmark:hover {
		opacity: 1;
	}
}





::selection {
	background: #343434;
	color: #FFF;
}
#todayboda-article-box-wrap {
	padding-top: 80px;
	width: 100%;
	text-align: center;
}

#todayboda-article-box {
	position: relative;
	z-index: 1;
	/*margin-left: 300px;*/
	transition: margin-left 0.6s;
	-webkit-transition: margin-left 0.6s;
	-moz-transition: margin-left 0.6s;
	-ms-transition: margin-left 0.6s;
	-o-transition: margin-left 0.6s;
}
#todayboda-article-box-wrap.fullpage #todayboda-article-box {
	margin-left: 0;
}
#todayboda-article-box #news-todayboda-wrapper {
	max-width: 600px;
	text-align: justify;
	margin: 0 auto;
}
#news-todayboda-wrapper img {
	max-width: 100%;
	/* 16.05.16 */
	height: auto;
}

.blockquote1 {
	background:url('../images/icon-quote.png') no-repeat left top;
	padding: 0 8px 0 84px;
	padding-left: 84px !important;
	padding-right: 8px !important;
	margin: 40px 0;
	min-height: 42px;
	font-style: normal !important;
	font-size: 1.5em !important;
	font-family: 'NanumMyeongjo', '바탕', serif;
	letter-spacing: -0.04em;
	line-height: 1.6em;
	color: #666 !important;
	border: 0 !important;
}
.blockquote2 {
	position: relative;
	padding: 23px 21px;
	padding-left: 21px !important;
	padding-right: 21px !important;
	margin: 40px 0;
	font-size: 1.0em;
	font-style: normal !important;
	color: #666 !important;
	border: 1px dashed #45C0AE !important;
	border-radius: 5px;
}

.blockquote2:after {
	position: absolute;
	z-index: 11;
	bottom: -21px;
	right: 42px;
	content: ' ';
	width: 26px;
	height: 22px;
	background: url('../images/icon-blockquote2-arrow.png') no-repeat left top;
}

.boxnews1 {
	margin: 10px 0;
	padding: 20px 30px;
	color: #666;
	background: #F3F3F4;
	box-shadow: 2px 2px 2px rgba(50, 50, 50, 1);
}
.boxnews1 h4 {
	display: inline-block;
	margin: 0 0 24px 0;
	padding: 9px 25px 4px 5px;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -0.1em;
	color: #fff;
	background: #45C0AE;
	border-bottom: 1px solid #000;
}
.boxnews1 p {
	margin: 0;
	padding: 0;
}

.boxnews2 {
	margin: 10px 0;
	padding: 20px 30px;
	color: #666;
	background: #F3F3F4;
	border-top: 8px solid #45C0AE;
}
.boxnews2 h4 {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -0.1em;
	color: #000;
	padding: 0;
	margin: 0 0 37px 0;
}
.boxnews2 h5 {
	font-weight: normal;
	font-size: 1.0em;
	padding: 0;
	margin: 0 0 18px 0;
}
.boxnews2 div.column-wrap {
	*zoom: 1;
}
.boxnews2 div.column-wrap:after {
	clear: both;
	content: ' ';
	display: block;
}
.boxnews2 div.column {
	float: left;
	width: 50%;
}
.boxnews2 div.column p {
	line-height: 1.4em;
	margin: 0;
	padding: 0 20px 0 0;
}
.boxnews2 > p {
	margin: 0;
	padding: 0;
}

.question {
	position: relative;
	z-index: 1;
	font-weight: bold;
	margin-bottom: 10px;
}
.question:before {
	position: absolute;
	z-index: 2;
	left: -34px;
	top: 0;
	content: 'Q.';
	color: #68CCBD;
	font-size: 1.1em;
	font-weight: bold;
}
.cke_editable .question:before {
	left: -18px;
}

.answer {
	position: relative;
	z-index: 1;
}
.answer:before {
	position: absolute;
	z-index: 2;
	left: -34px;
	top: 0;
	content: 'A.';
	color: #68CCBD;
	font-size: 1.1em;
	font-weight: bold;
}
.cke_editable .answer:before {
	left: -18px;
}

figure.image {
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: 80%;
	max-width: 100%;
	background: #F3F3F4;
}
figure.image figcaption {
	text-align: center;
	color: #666;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0;
	padding: 9px 15px 18px 15px;
	background: #F3F3F4;
	border-bottom: 3px solid #444545;
}

#todayboda-article-box #news-article-footer {
	display: none;
}

/* table index */
#todayboda-ho-table-index {
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 300px;
	height: 100%;
	overflow: hidden;
	border-right: 2px solid #DEDEDF;
	border-bottom: 1px solid #DEDEDF;
	transition: transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-ms-transition: -ms-transform 0.6s;
	-o-transition: -o-transform 0.6s;
}
#todayboda-article-box-wrap.fullpage #todayboda-ho-table-index {
	transform: translate(-300px,0);
	-webkit-transform: translate(-300px,0);
	-moz-transform: translate(-300px,0);
	-ms-transform: translate(-300px,0);
	-o-transform: translate(-300px,0);
}
#todayboda-ho-table-index #todayboda-ho-table-wrap {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content {
	position: relative;
	z-index: 4;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-ms-transition: -ms-transform 0.6s;
	-o-transition: -o-transform 0.6s;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content.prev {
	position: absolute;
	transform: translate(-300px,0);
	-webkit-transform: translate(-300px,0);
	-moz-transform: translate(-300px,0);
	-ms-transform: translate(-300px,0);
	-o-transform: translate(-300px,0);
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content.current {
	z-index: 5;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content.next {
	position: absolute;
	transform: translate(300px,0);
	-webkit-transform: translate(300px,0);
	-moz-transform: translate(300px,0);
	-ms-transform: translate(300px,0);
	-o-transform: translate(300px,0);
}

#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index {
	position: relative;
	z-index: 6;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .cover-title {
	width: 100%;
	border-bottom: 2px solid #DEDEDF;
	line-height: 0.8em;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .cover-title.noCover {
	height: 210px;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .cover-title img.cover {
	width: 100%;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .cover-title img.logo {
	margin-top: 52px;
	border: 0;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name {
	position: relative;
	z-index: 7;
	border-bottom: 1px solid #DEDEDF;
	height: 46px;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name h4 {
	font-size: 0.8em;
	letter-spacing: -0.04em;
	line-height: 46px;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name h4 a {
	font-weight: bold;
	color: #818285;
	text-decoration: none;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name .prev {
	position: absolute;
	z-index: 7;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name .next {
	position: absolute;
	z-index: 7;
	right: 0;
	top: 0;
	width: 40px;
	text-align: center;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name .prev a,
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name .next a {
	font-size: 1.8em;
	color: #BBBDBF;
	text-decoration: none;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name .prev a:hover,
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name .next a:hover {
	color: #45C0AE;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name .prev.disable a:hover,
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name .next.disable a:hover {
	color: #BBBDBF;
	text-decoration: none;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name .prev a:before {
	font-family: "FontAwesome";
	content: "\f104";
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name .next a:before {
	font-family: "FontAwesome";
	content: "\f105";
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name .prev a span,
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index .ho-name .next a span {
	display: none;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index dl.ho-special-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index dl.ho-special-list dt.title {
	position: relative;
	z-index: 1;
	margin: 0 19px 0 24px;
	padding-left: 66px;
	padding-top: 22px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: -0.05em;
	border-bottom: 3px solid #4BBFAD;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index dl.ho-special-list dt.title span.special {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 17px;
	font-size: 0.75em;
	padding: 2px 13px 4px 15px;
	margin: 0;
	border: 1px solid #BBBDBF;
	border-radius: 3px;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index dl.ho-special-list dd.article {
	text-align: justify;
	line-height: 1.35em;
	font-size: 0.85em;
	letter-spacing: -0.05em;
	padding: 0 19px 0 24px;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index dl.ho-special-list dd.article.current {
	background: #E6E7E8;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index dl.ho-special-list dd.article h4 {
	padding: 17px 1px 11px 1px;
	border-bottom: 1px dotted #CCCECF;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index dl.ho-special-list dd.article.current h4 {
	position: relative;
	z-index: 3;
	padding-left: 20px;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index dl.ho-special-list dd.article.current h4:before {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 17px;
	font-family: "FontAwesome";
	color: #4FC3B2;
	content: "\f054";
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index dl.ho-special-list dd.article a {
	color: #414141;
	text-decoration: none;
}

#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li {
	text-align: left;
	border-bottom: 1px solid #DEDEDF;
	line-height: 0.8em;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.article {
	padding: 17px 28px 19px 28px;
	line-height: 1.0em;
	letter-spacing: -0.05em;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.article.current {
	background: #E6E7E8;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.article .category2-name {
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 15px;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.article .category2-name a {
	color: #231F20;
	text-decoration: none;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.article .subject {
	font-size: 0.85em;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.article.current .subject {
	position: relative;
	z-index: 3;
	padding-left: 20px;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.article.current .subject:before {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	color: #4FC3B2;
	content: "\f054";
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.article .subject a {
	color: #414142;
	text-decoration: none;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.article .subject a:hover {
	color: #4FC3B2;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li img {
	border: 0;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.standing-order {
	background: url('../images/bg-tile.jpg') repeat left center;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.standing-order a.order-banner {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 40px 0;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.standing-order a.order-banner div.slogan {
	font-size: 0.85em;
	font-weight: bold;
	padding-bottom: 25px;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .table-content .table-index ul.ho-table-list li.standing-order a.order-banner div.order-logo {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .loading {
	position: absolute;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
	left: 118px;
	top: 200px;
	width: 64px;
	height: 64px;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
/*	background: url('../images/loading.gif') no-repeat left top; */
}
#todayboda-ho-table-index #todayboda-ho-table-wrap .loading:before {
	font-family: "FontAwesome";
	content: '\f110';
	color: #4FC3B2;
	font-size: 4em;
}

/* for editor */
.cke_editable {
	font-family: 'Apple SD Gothic Neo', 'Segoe UI', 'Meiryo', 'NanumGothic', 'Malgun Gothic', 'Dotum', 'Gulim', 'Verdana', 'Tahoma' sans-serif !important;
}
.cke_editable .blockquote2 {
	font-family: 'Apple SD Gothic Neo', 'Segoe UI', 'Meiryo', 'NanumGothic', 'Malgun Gothic', 'Dotum', 'Gulim', 'Verdana', 'Tahoma' sans-serif !important;
}

.cke_editable,
article#news-journal-article #news-journal-content {
	font-size: 1em;
	color:#231F20;
	line-height:2em;
	text-align:justify;
	/*2017-10-12 added*/
	word-break:break-all;
}

.cke_editable h1,
article#news-journal-article #news-journal-content h1 {
	font-size:1.7em;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(200, 200, 200, 0.8);
}

.cke_editable h2,
article#news-journal-article #news-journal-content h2 {
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(200, 200, 200, 0.8);
}
.cke_editable h3,
article#news-journal-article #news-journal-content h3 {
	font-size: 1.3em;
	font-weight: bold;
	/*letter-spacing: -0.05em;*/
	margin-bottom: 30px;
	text-shadow: 1px 1px 1px rgba(200, 200, 200, 0.8);
}

.cke_editable blockquote, article#news-journal-article blockquote {
	padding:0 0.5em 0.5em 3.5em;
	background: url(icon-quote.png) no-repeat no-repeat left top;
	background-size:2.5em;
	margin:1em 0 0.5em;
}

article#news-journal-article #news-journal-content b {
	font-size:1.6rem;
}
article#news-journal-article #news-journal-content a {
	color: #4BBFAE;
	padding-bottom: 3px;
	border-bottom: 1px dashed;
}
article#news-journal-article blockquote.postscript {
	margin:6px auto 0;
	width:100%;
	padding:0;
	background:none;
}
article#news-journal-article blockquote.postscript dl {
	margin: 0 0 20px 0;
	padding:0;
	background:#F8F9FC;
	border:1px dotted #728FC1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
article#news-journal-article blockquote.postscript dl dt {
	color: #231F20;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 15px 0 8px 15px;
	border-bottom: 2px solid #6D6E70;
}
article#news-journal-article blockquote.postscript dl dd {
	margin:0;
	padding: 1em;
	color: #406273;
	font-size: 1.0em;
	text-align: justify;
}
article#news-journal-article blockquote.postscript dl dd a {
	color: #406273;
}
article#news-journal-article blockquote.postscript dl dd a:hover {
	text-decoration:underline;
}

#news-journal-article section.footnotes {
	display: none;
}
.footnote-layer {
	position: absolute;
	z-index: 3333;
	left: 0;
	top: 0;
	max-width: 600px;
	padding: 35px 20px;
	margin: 0;
	color: #fff;
	font-size: 0.85em;
	font-style: normal;
	line-height: 1.5em;
	background: #45C0AE;
	border-radius: 5px;
	transition: opacity 0.6s;
}
.footnote-layer.collapsed {
	display: none;
}
.footnote-layer.show {
	opacity: 1;
}
.footnote-layer.overflow {
	overflow-y: auto;
}
.footnote-layer span.after {
	position: absolute;
	z-index: 3334;
	right: 42px;
	bottom: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: #45c0ae transparent transparent transparent;
}

article#news-journal-article #news-article-meta {
	padding: 80px 0 0 0;
}
article#news-journal-article .todayboda-ad {
	background: url('images/bg-tile.jpg') repeat left top;
	margin-bottom: 20px;
}
article#news-journal-article .todayboda-ad .inner {
	padding: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.08em;
	letter-spacing: -0.04em;
}
article#news-journal-article .todayboda-ad .inner .todayboda-slogan {
	display: inline-block;
	color: #FFFFFF;
	padding-right: 18px;
}
article#news-journal-article .todayboda-ad .inner a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 28px;
	background: #45C0AE;
	text-decoration: none;
	border-radius: 3px;
}
article#news-journal-article .news-todayboda-meta {
	width: 100%;
	min-height: 15px;
	margin: 0 0 30px 0;
	font-size: 0.85em;
}
article#news-journal-article .news-todayboda-meta dl.terms,
article#news-journal-article .news-todayboda-meta dl.tag {
	margin: 0;
	padding: 0 0 0 45px;
	position: relative;
	z-index: 1;
}
article#news-journal-article .news-todayboda-meta dl.terms dt,
article#news-journal-article .news-todayboda-meta dl.tag dt {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width:45px;
	margin:0;
	padding:0;
	color:#666;
	text-align:left;
	font-weight:bold;
}
article#news-journal-article .news-todayboda-meta dl.terms dd,
article#news-journal-article .news-todayboda-meta dl.tag dd {
	margin:0;
	padding:0;
	text-align: left;
	line-height: 1.5em;
	color:#939598;
}
article#news-journal-article .news-todayboda-meta dd span {
	display: inline-block;
	padding:0 8px 0 0;
	cursor:pointer;
}
article#news-journal-article .news-todayboda-meta dd span:hover {
	color:#45C0AE;
}
article#news-journal-article .news-todayboda-sns {
	*zoom:1;
	margin-bottom:18px;
}
article#news-journal-article .news-todayboda-sns:after {
	clear: both;
	display: block;
	content: ' ';
}
article#news-journal-article .news-todayboda-sns ul {
	padding:0;
	margin:0;
	list-style: none;
}
article#news-journal-article .news-todayboda-sns ul li {
	float:left;
	margin-right:17px;
}
article#news-journal-article .news-todayboda-sns ul li a {
	display:inline-block;
	font-size: 1.3em;
	color: #000;
	text-decoration: none;
}
article#news-journal-article .news-todayboda-sns ul li a:before {
	font-family: "FontAwesome";
}
article#news-journal-article .news-todayboda-sns ul li a span {
	display: none;
}
article#news-journal-article .news-todayboda-sns ul li.twitter a:before {
	content: "\f099";
}
article#news-journal-article .news-todayboda-sns ul li.fb a:before {
	content: "\f09a";
}

article#news-journal-article footer#news-article-footer {
	border-top:2px solid #000;
	padding-top:30px;
}

article#news-journal-article dl.relative {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	background: #F1F1F2;
	letter-spacing: -0.05em;
}
article#news-journal-article dl.relative dt {
	color: #231F20;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 15px 0 8px 15px;
	border-bottom: 2px solid #6D6E70;
}
article#news-journal-article dl.relative dd {
	position: relative;
	z-index: 1;
	margin:0;
	padding: 6px 0 15px 41px;
	color: #406273;
	font-size: 0.85em;
}
article#news-journal-article dl.relative dd:before {
	position: absolute;
	z-index: 2;
	left: 14px;
	top: 6px;
	font-family: "FontAwesome";
	content: "\f192";;
	color: #4BBFAD;
}
article#news-journal-article dl.relative dd a {
	color: #414141;
	text-decoration: none;
}
article#news-journal-article dl.relative dd a:hover {
	color: #0071BC;
	text-decoration:underline;
}
article#news-journal-article hr.relative_hr {
	height:5px;
	margin-top:18px;
	margin-bottom:10px;
	border:0;
	width:100%;
	background: url('./images/news-icons.png') repeat-x;
	background-position: 0 -220px;
}
article#news-journal-article footer#news-article-footer .license {
	margin:0 0 20px 0;
	padding:0 7px;
}
article#news-journal-article footer#news-article-footer .license p {
	margin:0
	padding:24px 9px;
	background:#F8F9FC;
	border:1px dotted #728FC1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


@media all and ( max-width: 768px ) {
	#news-journal-wrapper article img {
		max-width:100%;
		height:initial;
	}
}
