@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

.sponly {
	display: none;
}
.spmask {
	display: block;
}



/*------------------------------
	contents
------------------------------*/
#contents {
}

/*------------------------------

------------------------------*/
@keyframes shake {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(5deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

/*------------------------------
	bread
------------------------------*/
#bread {
	margin-top: 140px;
	padding: 13px 0;
	background-color: #f1f1f1;
}
#bread .inner {
	width: 1100px;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 12px;
}
#bread .inner a {
	color: #000000;
	text-decoration: none;
}
#bread .inner a:hover {
	text-decoration: underline;
}

/*------------------------------
	index - kvArea
------------------------------*/
#index #kvArea {
	background: url("../images/bg_kv.jpg") no-repeat center center;
	background-size: cover;
	height: 430px;
}
/*------------------------------*/
#index #kvArea .inner {
	width: 1100px;
	margin: 0 auto;
}
#index #kvArea .inner h2 {
	font-size: 60px;
	color: #ffffff;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-top: 210px;
	padding-bottom: 25px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
#index #kvArea .inner h2 span {

	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#index #kvArea .inner .sub {
	font-size: 14px;
	color: #ffffff;
}

/*------------------------------
	index - newsList
------------------------------*/
#index .newsList {
	padding-top: 50px;
	margin: 0 auto;
	width: 1100px;
	position: relative;
	padding-bottom: 150px;
}
#index .newsList ul {
	width: 100%;
}
#index .newsList li {
	border-top: solid 1px #d4d4d4;
	padding: 20px 60px 20px 140px;
	position: relative;
	font-size: 16px;
}
#index .newsList li a {
	color: #003391;
}
#index .newsList li a:hover {
	text-decoration: none;
}
#index .newsList li:first-child {
	border-top: none;
}
#index .newsList li span {
	position: absolute;
	left: 0;
	top: 20px;
}
#index .newsList li .icon {
	position: absolute;
	right: 0;
	top: 15px;
	padding: 5px 7px 3px;
	color: #ffffff;
	font-size: 12px;
	background-color: #003391;
}
/*------------------------------*/
#index .newsList .prev {
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 140px;
	text-align: center;
}
#index .newsList .next {
	position: absolute;
	right: 0;
	bottom: 90px;
	width: 140px;
	text-align: center;
}
#index .newsList .prev a {
	border: solid 1px #003391;
	display: inline-block;
	width: 138px;
	color: #003391;
	padding: 17px 0 16px;
	text-decoration: none;
	font-size: 12px;
	background-color: #ffffff;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
#index .newsList .prev a::before,
#index .newsList .prev a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#index .newsList .prev a,
#index .newsList .prev a::before,
#index .newsList .prev a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#index .newsList .prev a:hover {
	color: #ffffff;
}
#index .newsList .prev a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#index .newsList .prev a:hover::after {
	top: 0;
	left: 0;
	background-color: #003391;
}
#index .newsList .next a {
	border: solid 1px #003391;
	display: inline-block;
	width: 138px;
	color: #003391;
	padding: 17px 0 16px;
	text-decoration: none;
	font-size: 12px;
	background-color: #ffffff;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
#index .newsList .next a::before,
#index .newsList .next a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#index .newsList .next a,
#index .newsList .next a::before,
#index .newsList .next a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#index .newsList .next a:hover {
	color: #ffffff;
}
#index .newsList .next a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#index .newsList .next a:hover::after {
	top: 0;
	left: 0;
	background-color: #003391;
}

/*------------------------------
	inpage - kvArea
------------------------------*/
#newsPage #kvArea {
	background: url("../images/bg_kv.jpg") no-repeat center center;
	background-size: cover;
	height: 200px;
}
/*------------------------------*/
#newsPage #kvArea .inner {
	width: 1100px;
	margin: 0 auto;
}
#newsPage #kvArea .inner h2 {
	font-size: 46px;
	color: #ffffff;

	padding-top: 70px;
	line-height: 1.2;
	font-weight: normal;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
#newsPage #kvArea .inner h2 span {
	font-size: 14px;
}


/*------------------------------
	inpage - contentsBox
------------------------------*/
#newsPage .contentsBox {
	width: 1100px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
	border-bottom: solid 1px #d4d4d4;
}
#newsPage .contentsBox .h3Box {
	background-color: #f6f6f6;
	margin-bottom: 60px;
	padding: 8px 10px;
	position: relative;
}
#newsPage .contentsBox .h3Box .date {
	position: absolute;
	left: 50px;
	top: 20px;
	color: #000000;
	font-size: 14px;
}
#newsPage .contentsBox .h3Box h3 {
	border-left: solid 8px #003391;
	color: #003391;
	padding: 40px 15px 10px 25px;
	font-size: 18px;
	line-height: 1.5;
}
#newsPage .contentsBox p {
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 40px;
}
/*------------------------------*/
#newsPage .btn {
	width: 225px;
	margin: 20px auto 90px;
	text-align: center;
}
#newsPage .btn a {
	border: solid 1px #003391;
	display: inline-block;
	width: 223px;
	color: #003391;
	padding: 17px 0 16px;
	text-decoration: none;
	font-size: 12px;
	background-color: #ffffff;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
#newsPage .btn a::before,
#newsPage .btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#newsPage .btn a,
#newsPage .btn a::before,
#newsPage .btn a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#newsPage .btn a:hover {
	color: #ffffff;
}
#newsPage .btn a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#newsPage .btn a:hover::after {
	top: 0;
	left: 0;
	background-color: #003391;
}




/*------------------------------
	loading
------------------------------*/
#loadingWrap {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	overflow: hidden;
}
#loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
}


#spChecker{
	display : none;
}
