h1,h2,h3,h4,h5,h6,#site-title,#site-description,#access .menu,#access div.menu ul,#access a.button,h3#comments-title,h3#reply-title,.entry-title,.entry-meta,.entry-content.entry-utility,.widget-title,.callout,.textwidget,.tweets,p,.schedule th,.schedule td,.schedule a,#content thead th {
	font-family: 나눔고딕, NanumGothic, "Lucida Grande", Verdana, Sans-serif;
}

#site-title a {
	font-size: 24px;
	font-style: normal;
}

#masthead {
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	padding: 0 2px;
}

#masthead,
#branding img {
	border: none;
}

.menu li {
	padding: 0;
}

#access {
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #0F558A;
	margin: 0;
	padding: 0;
}

#access a {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: .5px;
	line-height: 25px;
	padding: 8px 12px;
}

#access a:hover,#access li:hover > a {
	color: #fff!important;
	background-color: #0A8DC7;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background-color: #0A8DC7;
	color: #fff;
}

a, a:link, a:visited {
	color: #0A8DC7;
}

.container_12 .grid_9 {
	width: 620px;
}

.hentry {
	padding: 30px;
}

#content .entry-title,
#content .entry-title a {
	color: #2f3124;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: .5em;
}

.entry-content, .entry-content p, .entry-content p strong, .entry-content input, .entry-content textarea {
	font-size: 14px;
}

.widget-area > ul > li,
.hentry,
#comments {
	margin-bottom: 1.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	padding: 20px;
}

.container_12 .grid_3 {
	width: 300px;
}

.widget-area .xoxo {
	padding: 0;
}

.textwidget {
	font-size: 16px;
	line-height: 26px;
}

.widget-area .widget-title {
	font-size: 16px;
}

input[type=submit],
a.button {
	border: 1px solid #0A8DC7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #0A8DC7;
	color: white!important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	vertical-align: middle;
	text-decoration: none;
	padding: 6px 10px;
}

input[type=submit]:hover,
a.button:hover {
	background: #0F558A;
	border-color: #0F558A;
}

table.schedule tr.break th,
table.schedule tr.break td {
	background: #f5f5f5;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}