@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: 'KoPub Dotum';
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
}

ul, li, a {
	list-style: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

header {
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}

.conA_bg {
	/*background: url(/images/egovframework/vrt/mainBG.gif) no-repeat top;*/
	background-color: #208eff;
	background-position: center center;
	background-size: cover;
}

.conA_wrapper {
	margin-bottom: 105px;
	box-sizing: border-box;
	padding-top: 200px;
	padding-bottom: 210px;
}

.conA_wrapper .container {
	display: flex;
	align-items: center;
	width: 85%;
	justify-content: space-between;
	margin: 0 auto;
}

.conA_wrapper .conA_wrapper_inner {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	margin: 0 auto;
}

.conA_wrapper .container .img_wrapper img {
	width: 700px;
}

.conA_wrapper .text {
	color: #fff;
	position: relative;
}

.conA_wrapper .conA_wrapper_inner {
	width: 100%;
}

.conA_wrapper .conA_wrapper_inner .slide {
	padding: 20px;
	padding-right: 150px;
}

.conA_wrapper .text .p1 {
	margin: 0;
	font-size: 2em;
	font-weight: 300;
}

.conA_wrapper .text h2 {
	font-size: 10em;
	line-height: 1em;
	padding-top: 40px;
	margin: 0;
}

.conA_wrapper .text .p2 {
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0px;
	font-weight: 500;
}

.conA_wrapper .text .underbar_btw_text {
	width: 180px;
	height: 1px;
	background-color: #fff;
	margin: 50px 0 70px 0;
}

.conA_wrapper .text .link_btn {
	margin-top: 100px;
}

.conA_wrapper .text .link_btn a {
	color: #fff;
	font-size: 20px;
	padding: 16px 48px;
	border: 1px solid #fff;
	letter-spacing: -2px;
	font-weight: 500;
}

.conA_wrapper .text .link_btn a:hover {
	background-color: #fff;
	color: #444;
}

.conB_wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
}

.conB_wrapper .conB .text {
	display: flex;
	justify-content: center;
}

.conB_wrapper .conB .text .text_wrapper {
	width: 89%;
}

.conB_wrapper .conB .text h3 {
	font-size: 62px;
	color: #444;
	line-height: 62px;
	padding: 0;
	margin: 0;
	padding-bottom: 24px;
}

.conB_wrapper .conB .text p {
	font-size: 24px;
	color: #59b9e2;
	line-height: 1.4em;
	letter-spacing: 0px;
}

.conB_wrapper .conB .text .underbar_btw_text {
	width: 185px;
	height: 1px;
	background-color: #444;
	margin: 180px 0 20px 0;
}

.conB_wrapper .conB .boxes {
	margin-top: 30px;
	width: 100%;
}

.conB_wrapper .conB .boxes .first_line_boxes {
	display: flex;
	width: 100%;
	height: auto;
}

.conB_wrapper .conB .boxes .first_line_boxes .inner {
	width: 100%;
	height: 449px;
	text-align: center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.conB_wrapper .conB .boxes .first_line_boxes .inner .inner_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
}

.conB_wrapper .conB .boxes .first_line_boxes .inner .inner_box:hover {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.2);
}

.conB_wrapper .conB .boxes .first_line_boxes .inner .mouse_over_box {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: none;
}

.conB_wrapper .conB .boxes .first_line_boxes .inner:hover .mouse_over_box
	{
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: block;
}

.conB_wrapper .conB .boxes .first_line_boxes .inner a {
	color: #fff;
	font-size: 2em;
	position: relative;
	top: 45%;
	text-align: center;
	padding: 2% 4%;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.conB_wrapper .conB .boxes .first_line_boxes .inner:hover a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	display: inline-block;
}

.conB_wrapper .conB .boxes .first_line_boxes .inner a:hover {
	background-color: #fff;
	color: #444;
}

.conB_wrapper .conB .boxes .first_line_boxes .inner p {
	padding: 40px 0 50px 25px;
	text-align: left;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.conB_wrapper .conB .boxes .first_line_boxes #box1 {
	background-color: #3dd4d3;
}

.conB_wrapper .conB .boxes .first_line_boxes #box2 {
	background-color: #5cd1eb;
}

.conB_wrapper .conB .boxes .first_line_boxes #box3 {
	background-color: #66a8ff;
}

.conB_wrapper .conB .boxes .first_line_boxes #box4 {
	background-color: #844bff;
}

.conB_wrapper .conB .boxes .first_line_boxes #box4 p {
	text-align: center;
	font-size: 3vw;
	line-height: 450px;
	padding: 0;
}

.conB_wrapper .conB .boxes .first_line_boxes #box5 {
	background-color: #6ef3cc;
}

.conB_wrapper .conB .boxes .first_line_boxes #box6 {
	background-color: #6fb6ff;
}

.conB_wrapper .conB .boxes .first_line_boxes #box7 {
	background-color: #ffc5f9;
}

.conB_wrapper .conB .boxes .first_line_boxes #box8 {
	background-color: #ee7785;
}

.conB_wrapper .conB .boxes .first_line_boxes #box8 p {
	text-align: center;
	font-size: 3vw;
	line-height: 450px;
	padding: 0;
}

.conC_wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.conC_wrapper .conC {
	width: 89%;
}

.conC_wrapper .conC .top_arrow_wrapper {
	text-align: center;
	/*padding: 60px 0 60px;*/
}

.conC_wrapper .conC .underbar_btw {
	width: 100%;
	height: 1px;
	background-color: #444;
	margin: 0 auto;
	height: 1px;
}

.conC_wrapper .conC .rss_wrapper {
	padding: 30px 0;
}

.conC_wrapper .conC .rss_wrapper .rss {
	width: 100%;
}

.conC_wrapper .conC .rss_wrapper .rss .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.conC_wrapper .conC .rss_wrapper .rss .text .main_title {
	font-size: 38px;
	color: #444;
	font-weight: bold;
	line-height: 42px;
}

.conC_wrapper .conC .rss_wrapper .rss .text .title {
	font-size: 18px;
	color: #444;
	font-weight: 300;
	line-height: 22px;
}

footer {
	width: 100%;
	background-color: #333;
	margin-top: 100px;
}

footer .text {
	text-align: center;
	font-size: 14px;
	color: #959595;
	font-weight: 500;
	padding: 50px 0;
}

footer .text img {
	width: 138px;
}

footer .text p {
	line-height: 24px;
}

@media ( max-width : 1600px) {
	.conA_wrapper .container .img_wrapper img {
		display: none;
	}
}

@media ( max-width : 1300px) {
	.conA_wrapper {
		margin-bottom: 12%;
		padding-top: 15.5155155155vw;
		padding-bottom: 10.5105105105vw;
	}
	.conA_wrapper .container {
		width: 100%;
		padding: 0;
	}
	.conA_wrapper .conA_wrapper_inner {
		flex-wrap: wrap;
		width: 90%;
	}
	.conA_wrapper .conA_wrapper_inner .slide {
		padding: 0;
	}
	.conA_wrapper .text {
		width: 100%;
		color: #fff;
		padding-top: 7vw;
		padding-bottom: 5vw;
		text-align: center;
	}
	.conA_wrapper .text .link_btn a {
		padding: 4% 20%;
	}
	.conA_wrapper .text .p1 {
		font-size: 5.5vw;
		padding-top: 100px;
	}
	.conA_wrapper .text .p2 {
		font-size: 4vw;
		line-height: 1.5em;
		text-align: center;
	}
	.conA_wrapper .text h2 {
		font-size: 13vw;
		line-height: 1em;
	}
	.conA_wrapper .text .underbar_btw_text {
		width: 100%;
		margin: 0;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.conB_wrapper .conB .text p {
		font-size: 1.8em;
		line-height: 1.5em;
		letter-spacing: -3px;
		font-weight: 500;
		text-align: left;
	}
	.conB_wrapper .conB .boxes .first_line_boxes {
		flex-wrap: wrap;
	}
	.conB_wrapper .conB .boxes .first_line_boxes #box4 p {
		font-size: 12vw;
	}
	.conB_wrapper .conB .boxes .first_line_boxes #box8 p {
		font-size: 12vw;
	}
	.conC_wrapper .conC .rss_wrapper .rss .text .main_title {
		font-size: 28px;
		color: #444;
		font-weight: bold;
		text-align: center;
		line-height: 28px;
	}
	.conC_wrapper .conC .rss_wrapper .rss .text {
		display: block;
	}
	.conC_wrapper .conC .rss_wrapper .rss .text .title {
		font-size: 14px;
		color: #444;
		font-weight: 300;
		text-align: center;
		line-height: 18px;
	}
}