@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Yesteryear');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css');
@import url('http://fonts.googleapis.com/earlyaccess/nanumpenscript.css');
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
#logo {
	/* font-family: 'Yesteryear', cursive; */
	/* font-family: 'Poppins', sans-serif; */
	font-family: 'Anton', sans-serif;
	font-size: 32px;
	font-weight: 200;
	line-height: 36px;
}

.logo_com {
	font-size: 18px;
}

@media only screen and (max-width: 500px) {
	/* For mobile phones: */
	#logo {
		/* font-family: 'Yesteryear', cursive; */
		/* font-family: 'Poppins', sans-serif; */
		font-family: 'Anton', sans-serif;
		font-size: 20px;
		font-weight: 200;
		line-height: 36px;
	}
	.logo_com {
		font-size: 12px;
	}
}

.logo_r {
	color: #cc0000;
}

.logo_b {
	color: #003399;
}

.logo_g {
	color: #418a41;
}

.logo {
	color: #333333;
}

.logo_com {
	color: #333333;
}

.newsList {
	display: inline-block;
	float: left;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	text-align: left;
}

.newsList>li {
	display: inline;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
}

.newsList>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.5;
	color: #fff;
}

.newsList>li>a: hover,
.newsList>li>a: focus {
	text-decoration: underline;
	color: #434345;
}

.right {
	float: right;
}

.left {
	float: left;
}

.blog_image {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}

.content_subTitle {
	color: #ffcc00;
}

.whiteBox {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	padding: 8px;
	width: 100%;
}

.input_text {
	border: 1px solid #d9d9d9;
	border-radius: 0;
	font-size: 16px;
	height: auto;
	line-height: 1;
	padding: 4px 8px;
}

.slide-title {
	padding: 100px 12px 24px 12px;
	font-size: 36px;
	/* font-family: 'Nanum Pen Script', cursive; */
	font-family: 'Jeju Myeongjo', serif;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	/* text-shadow: 0px 0px 3px #000000; */
	color: #ffcc00;
	font-weight: 300;
}

.slide-subTitle {
	padding: 0px 12px;
	font-size: 22px;
	/* font-family: 'Nanum Pen Script', cursive; */
	font-family: 'Jeju Myeongjo', serif;
	color: #cc0000;
	/* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
	/* color: #ffffff; */
	font-weight: 300;
}

@media only screen and (min-width: 600px) {
	/* For tablets: */
	.slide-title {
		font-size: 36px;
		padding: 120px 0px 24px 0px;
	}
	.slide-subTitle {
		font-size: 22px;
	}
}

@media only screen and (min-width: 768px) {
	/* For desktop: */
	.slide-title {
		font-size: 46px;
		padding: 180px 0px 24px 0px;
	}
	.slide-subTitle {
		font-size: 32px;
	}
}

.slide-title p {
	font-size: 36px;
	font-weight: 400;
	text-shadow: 0px 0px 3px #000000;
}

.blog-post {
	padding-bottom: 12px;
	margin: 24px 0px;
	border-bottom: 1px solid #d9d9d9;
}

.blog-title {
	font-weight: 500;
	color: #4173d1;
}

.blog-title a: hover {
	text-decoration: underline;
	color: #434345;
}

.text-border {
	text-shadow: 0px 0px 3px #000000;
}

.error_message {
	font-size: 13px;
	font-weight: 200;
	color: red;
	padding: 4px;
}

.text-red {
	color: red;
}

.text-yellow {
	color: #ffcc00;
}

.myPage {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 48px;
}

.myPage h3 {
	font-size: 22px;
	color: #000000;
	font-weight: 200;
	padding-top: 24px;
}

.myPage h3:before {
	content: "\f058";
	font-family: 'FontAwesome';
	font-size: 24px;
	font-weight: 200;
	text-align: center;
	color: #85b103;
	padding-right: 8px;
}

.button-gray {
	display: block;
	width: 100%;
	max-width: 360px;
	font-size: 18px;
	color: #000000;
	font-weight: 200;
	padding: 12px 24px 12px 24px;
	margin: 12px auto;
	text-align: center;
	overflow: hidden;
	font-weight: nomal;
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.button-gray:hover {
	border: 1px solid #333333;
	cursor: pointer;
}

.news_text {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}

.news_date {
	font-size: 15px;
	color: #000000;
}

.text-medium {
	font-size: 13px;
	font-weight: 400;
}

.text-gray {
	color: #999;
}

.required {
	font-size: 16px;
	color: #cc0000;
	font-weight: 300;
}

.required_text {
	font-size: 13px;
	color: #cc0000;
	font-weight: 300;
}
.oldVersion {
	font-size: 14px;
	padding-left:12px;
	padding-bottom:48px;
}
.oldVersion>a: hover{
	text-decoration: underline;
	color: #434345;
}
.text-strong {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.footerLogo {
	padding-bottom:12px;
}

.special {
    color: #0020bd;
}

.text-middle {
    vertical-align: middle;
}
.text-right {
    text-align: right;
}