/* ==================================================
	메인 공통 CSS
================================================== */
#Mcontainer {
	width: 100%;
}

.mcontent {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

.mcontent:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*** 모바일CSS ***/
@media all and (max-width:1023px) {
	.mcontent {
		width: 96%;
	}
}

/* ==================================================
	메인 공통 타이틀
================================================== */
.m_title {
	overflow: hidden;
	display: block;
	padding-left: 16px;
	font-size: 32pt;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	color: #fff;
	word-break: keep-all;
	word-wrap: break-word;
	text-transform: uppercase;
	background: url('../images/icon/mat_icon.png') no-repeat 0 0;
}

.m_title>span {
	font-size: 13pt;
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	color: #333;
	margin-left: 15px;
}

.test_title {
	color: #000;
}

/*** 모바일CSS ***/
@media all and (max-width:1200px) {
	.m_title {
		padding-left: 23px;
		font-size: 26pt;
	}

	.m_title>span {
		display: block;
		font-size: 12pt;
		margin-left: 0;
		margin-top: 10px;
	}

}

@media all and (max-width:640px) {
	.m_title {
		padding-left: 28px;
		font-size: 16pt;
	}

	.m_title>span {
		font-size: 11pt;
	}
}

@media all and (max-width:450px) {
	.m_title {
		padding-left: 23px;
		font-size: 14pt;
	}

	.m_title>span {
		font-size: 10pt;
	}
}

/* ==================================================
	메인이미지 움직이는 효과
================================================== */.mover-cover {
	overflow: hidden;
	position: relative;
	display: block;
}

.mover-cover img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.mover-cover:hover img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

/* ==================================================
	메인비주얼
================================================== */
.main_visual {
	position: relative;
	margin-top: 91px;
}

.main_visual_slide .item {
	overflow: hidden;
	position: relative;
	height: 866px;
}

.main_visual_slide .item .inner {
	height: 100%;
}

.main_visual_slide .slide1 .img,
.main_visual_slide .slide2 .img,
.main_visual_slide .slide3 .img,
.main_visual_slide .slide4 .img,
.main_visual_slide .slide2_ .img,
.main_visual_slide .slide3_ .img,
.main_visual_slide .slide4_ .img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 3s ease;
	transform: scale(1.1);
	left: 0
}

.main_visual_slide .slide1 .img {
	background: url('../images/main/main_visual01.jpg') #110901 center no-repeat;
	background-size: cover
}

.main_visual_slide .slide2 .img {
	background: url('../images/main/main_visual02.jpg') #a3c8ef center no-repeat;
	background-size: cover
}

.main_visual_slide .slide3 .img {
	background: url('../images/main/main_visual03.jpg') #5389cc center no-repeat;
	background-size: cover
}

.main_visual_slide .slide4 .img {
	background: url('../images/main/main_visual04.jpg') #110901 center no-repeat;
	background-size: cover
}


.main_visual_slide .slide2_ .img {
	background: url('../images/main/main_visual02_.jpg') #a3c8ef center no-repeat;
	background-size: cover
}

.main_visual_slide .slide3_ .img {
	background: url('../images/main/main_visual03_.jpg') #5389cc center no-repeat;
	background-size: cover
}

.main_visual_slide .slide4_ .img {
	background: url('../images/main/main_visual04_.jpg') #110901 center no-repeat;
	background-size: cover
}

.main_visual_slide .active .img {
	transform: scale(1)
}

.main_visual .owl-carousel .owl-dots {
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	z-index: 250;
	margin: 0 auto;
	text-align: center
}

.main_visual .owl-carousel .owl-dots .owl-dot {
	float: none !important;
	display: inline-block;
	margin: 0 4px
}

.main_visual .owl-carousel .owl-dots span {
	display: block;
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, 0);
	border: 2px solid rgba(255, 255, 255, 1);
	position: relative
}

.main_visual .owl-carousel .owl-dots span:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: 0;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.main_visual .owl-carousel .owl-dots .owl-dot.active span {
	background: #fff;
	border: 0;
}

/*** 모바일CSS ***/
@media all and (max-width:1400px) {
	.main_visual_slide .item {
		height: 700px;
	}

}

@media all and (max-width:1250px) {
	.main_visual {
		margin-top: 60px;
	}
}

@media all and (max-width:1024px) {
	.main_visual_slide .item {
		height: 500px;
	}
}

@media all and (max-width:800px) {
	.main_visual_slide .item {
		height: 320px;
	}
}

/* ==================================================
	재단소식
================================================== */
.mf_news {
	overflow: hidden;
	position: relative;
	clear: both;
	padding: 70px 0;
	background: url('../images/main/news_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.mf_news:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
/*	margin-left: -300px;*/
	content: "";
	display: inline-block;
	width: 100%;
	height: 240px;
	background-color: #014bb2;
}

.mf_news:after {
	position: absolute;
	z-index: -2;
	top: 0;
/*	left: 12%;*/
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
}

.mf_news_top {
	position: relative;
}

.mf_news_top>h3 {
	position: relative;
	font-size: 24pt;
	font-family: 'NanumSquare';
	font-style: normal;
	font-weight: 700;
	color: #fff;
	padding-left: 67px;
}

.mf_news_top>h3:before {
	content: '';
	position: absolute;
	top: 23px;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

.mf_news_top>a {
	position: absolute;
	top: 15px;
	right: 0;
	color: #fff;
	font-size: 12pt;
}

.mf_news_top>a span.nfont {
	padding-right: 23px;
}

.mf_news_top>a span.nicon {
	position: absolute;
	right: 0;
	top: 50%;
	padding: 0;
	width: 16px;
	height: 7px;
	margin-top: -4px;
	background: url('../images/main/marrow.png') no-repeat 0 0;
}

/* 재단뉴스 리스트 */
.mnews_list {
	margin-top: 50px;
}

.mnews_list:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.mnews_list_con {
	float: left;
	width: 22.75%;
	margin-left: 3%;
}

.mnews_list_con:first-child {
	margin-left: 0;
}

.mnews_list_con .nlist_img {
	background-size: cover;
	background-position: top;
	padding-bottom: 66.4%;
}

.plist_bot {
	width: 100%;
	padding: 30px 25px;
	background: #fff;
}

.plist_bot h3 {
	font-size: 13pt;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #2d2d2d;
	line-height: 1;
}

.plist_bot>p.mn_txt {
	height: 40px;
	margin-top: 15px;
	font-size: 11pt;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #6a6a6a;
}

.plist_bot>p.mn_date {
	margin-top: 20px;
	text-align: right;
	color: #014bb2;
	font-family: 'gotham';
	font-style: normal;
	font-weight: 500;
}

/*** 모바일CSS ***/
@media all and (max-width:1920px) {
	.mf_news:before {
		margin-left: 0;
	}

	.mf_news:after {
		left: 0;
	}

}

@media all and (max-width:1023px) {
	.mf_news {
		padding: 35px 0;
	}

	/* 재단뉴스 리스트 */
	.mnews_list_con {
		width: 48.5%;
		margin-left: 3%;
	}

	.plist_bot {
		padding: 20px 15px;
	}

	.plist_bot h3 {
		font-size: 12pt;
	}

	.plist_bot>p.mn_txt {
		margin-top: 15px;
	}

}

@media all and (max-width:1023px) and (min-width:641px) {

	/* 재단뉴스 리스트 */
	.mnews_list_con:nth-child(2n+1) {
		margin-left: 0;
	}

	.mnews_list_con:nth-child(3),
	.mnews_list_con:nth-child(4) {
		margin-top: 30px;
	}
}

@media all and (max-width:640px) {
	.mf_news {
		padding: 30px 0;
		background: none;
	}

	.mf_news_top>h3 {
		font-size: 18pt;
		padding-left: 32px;
	}

	.mf_news_top>h3:before {
		top: 16px;
		width: 20px;
	}

	.mf_news_top>a {
		top: 6px;
	}

	/* 재단뉴스 리스트 */
	.mnews_list {
		margin-top: 25px;
	}

	.mnews_list_con {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.mnews_list_con:first-child {
		margin-top: 0;
	}

	.plist_bot {
		padding: 15px 15px;
	}

	.plist_bot h3 {
		font-size: 11pt;
	}

	.plist_bot>p.mn_txt {
		font-size: 10pt;
	}

	.plist_bot>p.mn_date {
		margin-top: 10px;
		font-size: 10pt;
	}
}

/* ==================================================
	중간 퀵링크
================================================== */
.mqlink {
	position: relative;
	padding: 100px 0;
}

.mqlink:before {
	position: absolute;
	z-index: -3;
	top: -239px;
	left: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 894px;
	background: url('../images/main/mcon02_bg.png');
	background-position: center top;
	background-repeat: no-repeat;
}

.mqlink_tit {
	text-align: center;
}

.mqlink_tit>h3 {
	font-size: 75pt;
	font-family: 'Nanum Brush Script';
	font-style: normal;
	font-weight: 500;
	color: #00dfbd;
	line-height: 1;
}

.mqlink_tit>h3 span {
	color: #ffa800;
}

.mqlink_tit>p {
	font-size: 23pt;
	font-family: 'NanumSquare';
	font-style: normal;
	font-weight: 700;
	color: #034ea2;
	margin-top: 5px;
}

.mqlink_tit>p span.mqc_font {
	font-family: 'Noto Sans KR';
}

.mqlink_tit>p span.mqc_c {
	color: #ff8a00;
}

.mqlink_bot {
	margin-top: 55px;
}

.mqlink_bot>ul>li {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.mqlink_bot>ul>li:first-child {
	margin-left: 0;
}

.mqlink_bot>ul>li a {
	display: block;
}

.mqb_con {
	padding: 50px 20px;
	text-align: center;
	border-radius: 20px 0px;
	font-family: 'NanumSquare';
}

.mqb_bg01 {
	background: #0094fb;
}

.mqb_bg02 {
	background: #0054d1;
}

.mqb_bg03 {
	background: #003d7d;
}

.mqb_con>img {
	margin-bottom: 20px;
}

.mqb_con h3 {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	text-shadow: 7px 7px 5px rgba(6, 0, 1, 0.02);
}

.mqb_con h3>img {
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 0px !important;
}

.mqb_con .bar {
	display: block;
	background-color: #fff;
	width: 55px;
	height: 1px;
	margin: 15px auto;
}

.mqb_con>p {
	font-size: 13pt;
	color: #fff;
}

.mqb_con>p span {
	display: block;
}

/*** 모바일CSS ***/
@media all and (max-width:1920px) {
	.mqlink {
		background: url('../images/main/mcon02_bg.png');
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.mqlink:before {
		display: none;
	}

}

@media all and (max-width:1023px) {
	.mqlink {
		padding: 60px 0;
	}

	.mqlink_tit>h3 {
		font-size: 60pt;
	}

	.mqlink_tit>p {
		font-size: 20pt;
	}

	.mqlink_bot {
		margin-top: 35px;
	}

	.mqlink_bot>ul>li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}

	.mqb_con {
		padding: 30px 20px;
	}

	.mqb_con h3 {
		font-size: 23px;
	}

	.mqb_con>p {
		font-family: 'Noto Sans KR';
		font-size: 12pt;

	}

	.mqb_con>p span {
		display: inline;
	}
}

@media all and (max-width:640px) {
	.mqlink {
		padding: 30px 0;
	}

	.mqlink_tit>h3 {
		font-size: 40pt;
	}

	.mqlink_tit>p {
		font-size: 17pt;
	}

	.mqb_con>img {
		max-width: 60px;
		margin-bottom: 10px;
	}

	.mqb_con h3 {
		font-size: 20px;
	}

	.mqb_con>p {
		font-size: 11pt;
	}
}

/* ==================================================
	중간 퀵링크
================================================== */
.mcon03 {
	position: relative;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 70px;
}

.mcon03:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 530px;
	background: #014bb2;
	z-index: -2;
}

.mcon03_content {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.mcon03_content:before {
	position: absolute;
	top: 0;
	left: 0%;
	margin: 0 auto;
	content: "";
	display: block;
	width: 100%;
	height: 500px;
	background: #fff;
	z-index: -1;
}

.mcon03_img {
	text-align: right;
}

.mcon03_logo {
	position: relative;
	padding-bottom: 40px;
}

.mcon03_con>p {
	padding-top: 40px;
	font-size: 16pt;
	font-weight: 500;
	color: #676767;
}

.mcon03_link {
	margin-top: 35px;
}

.mcon03_link:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.mcon03_link>li {
	float: left;
	margin-left: 12%;
	text-align: center;
}

.mcon03_link>li:first-child {
	margin-left: 0;
}

.mcon03_link>li p {
	margin-top: 15px;
	font-size: 15pt;
	font-weight: 500;
	line-height: 1.3;
	color: #3c3c3c;
}

.mcon03_link>li p span {
	display: block;
}

.banner{
	margin-top:70px;
}

.banner li{
	width: 23.75%;
    float: left;
    margin-right: 1.65%;
}

.banner li:last-child{
    margin-right: 0;
}

.banner li img{
	width: 100%;
}

/*** 모바일CSS ***/
@media all and (min-width:1201px) {
	.mcon03_con {
		position: absolute;
		top: 71px;
		left: 0;
		z-index: 10;
		padding: 50px 50px 50px 0;
		background: #fff;
	}

	.mcon03_logo:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 160px;
		height: 4px;
		background: #cf2229;
	}

}

@media all and (max-width:1300px) {
	.mcon03_con {
		padding: 40px 40px;
	}
}

@media all and (max-width:1200px) {
	.mcon03 {
		padding-bottom: 60px;
	}

	.mcon03_con {
		padding: 30px 30px;
		text-align: center;
	}

	.mcon03_logo {
		padding-bottom: 0;
	}

	.mcon03_logo:after {
		display: block;
		content: "";
		margin-right: auto;
		margin-left: auto;
		margin-top: 24px;
		width: 160px;
		height: 4px;
		background: #cf2229;
	}

	.mcon03_con>p {
		padding-top: 20px;
		font-size: 14pt;
	}

	.mcon03_link>li {
		float: left;
		width: 32%;
		margin-left: 2%;
	}

	.mcon03_img {
		text-align: left;
	}

	.mcon03_img img {
		width: 100%;
	}
}


@media all and (max-width:640px) {
	.mcon03 {
		padding: 30px 0;
	}

	.mcon03_con {
		padding: 0;
	}

	.mcon03:before {
		display: none;
	}

	.mcon03_content:before {
		display: none;
	}

	.mcon03_logo img {
		width: 100%;
		max-width: 300px;
	}

	.mcon03_link>li img {
		width: 100%;
		max-width: 47px;
	}

	.mcon03_link>li p {
		margin-top: 10px;
		font-size: 11pt;
	}

	.mcon03_img {
		margin-top: 20px;
	}

	.banner {
		margin-top: 20px;
	}

	.banner li{
		width: 48.5%;
		float: left;
		margin-top: 10px;
		margin-right: 3%;
		border: solid 1px #f4f4f4;
	}

	.banner li:nth-child(2){
		margin-right: 0;
	}

}

@media all and (max-width:450px) {
	.mcon03_logo img {
		width: 100%;
		max-width: 260px;
	}

	.mcon03_logo:after {
		width: 80px;
	}

	.mcon03_con>p {
		padding-top: 15px;
		font-size: 12pt;
	}

	.banner li{
		width: 100%;
		margin-top: 20px;
		margin-right: 0%;
		border: solid 1px #f4f4f4;
	}

	.banner li:first-child{
		margin-top: 0;
	}

}


/* ==================================================
	메인컨텐츠04
================================================== */
.mcon04 {
	overflow: hidden;
	width: 100%;
	padding: 70px 0;
	background: url('../images/main/mcon04_bg.png') #0094fb;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.mcontent04 {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
}

.mcontent04:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.mcon04_left {
	position: relative;
	float: left;
	width: 30%;
	padding-left: 57px;
	margin-top: 10px;
}

.mcon04_left:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 100vh;
	background: rgba(255, 255, 255, 0.5);
}

.textbox:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.textbox .logo {
	float: left;
	width: 100%;
	padding-left: 2px;
}

.textbox .logo img {
	width: 100%;
	max-width: 200px;
}

.textbox h3 {
	float: left;
	width: 100%;
	padding-top:20px;
	font-size: 18pt;
	color:#fff;
}

.textbox .desc {
	float: left;
	padding-top: 10px;
	color: rgba(255, 255, 255, 0.72);
}

.textbox .desc span {
	display: block;
}

.mcon04_right {
	position: relative;
	float: left;
	width: 70%;
	padding: 0 60px;
	margin-top:0;
	text-align: center;
}

.mcon04_right:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 100vh;
	background: rgba(255, 255, 255, 0.5);
}

.mcon04_right:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 100vh;
	background: rgba(255, 255, 255, 0.5);
}

/*** 모바일CSS ***/
@media all and (max-width:1023px) {
	.mcon04 {
		padding: 40px 0;
	}

	.mcontent04 {
		width: 96%;
	}

	.mcon04_left {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.mcon04_left:before {
		display: none;
	}

	.textbox {
		text-align: center;
	}

	.textbox .logo {
		padding-left: 0;
	}

	.textbox .desc {
		float: none;
	}

	.textbox .desc span {
		display: inline;
	}

	.mcon04_right {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}

	.mcon04_right:before {
		display: none;
	}

	.mcon04_right:after {
		display: none;
	}
}

@media all and (max-width:640px) {
	.mcon04 {
		padding: 30px 0;
	}

	.textbox .logo img {
		max-width: 160px;
	}

	.textbox h3 {
		padding-top:10px;
		font-size: 14pt;
	}

	.mcon04_right {
		margin-top: 25px;
	}


}