/* ==================================================
	공통 틀 CSS
================================================== */
.m_visual {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	}
.m_content {
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	}
.gradient_tit span {
	position:relative;
	/* old browsers */
	background: #0379c2;
	/* IE10+ */
	background: -ms-linear-gradient(top right, #0379c2 0%, #00c370 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top right, #0379c2 0%, #00c370 100%);
	/* Opera */
	background: -o-linear-gradient(top right, #0379c2 0%, #00c370 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, right top, left bottom, color-stop(0, #0379c2), color-stop(100, #00c370));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top right, #0379c2 0%, #00c370 100%);
	/* W3C Markup */
	background: linear-gradient(top right, #0379c2 0%, #00c370 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0379c2', endColorstr='#00c370', GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.gradient_tit span{
		color: #0379c2;
		background: transparent;
		}
}

/*** 모바일 CSS ***/
@media screen and (max-width: 1200px) {
	.m_content {
		width:96%;
		}
}

/* ==================================================
	메인비주얼
================================================== */
.main_visual {
	position:relative;
	margin-top: 70px;
	}
.main_visual_slide .item{
	overflow:hidden;
	position:relative;
	height:800px;
	}
.main_visual_slide .item .inner{
	height:100%;
	}
.main_visual_slide .item .inner .txt{
	position:absolute;
	max-width:1200px;
	width:100%;
	height:460px;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	}
.owl-item .item .inner .txt dl{
	margin-top:225px;
	text-align:left;
	color:#ffffff;
	-webkit-text-shadow: 3px 0 3px rgba(0,0,0,0.5);
	-moz-text-shadow: 3px 0 3px rgba(0,0,0,0.5);
	padding: 80px 0 0 31%;
	}
.owl-item .item .inner .txt dl dt{
	display:inline-block;
	font-size:34pt;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	line-height: .8;
	}
.owl-item .item .inner .txt dl dd{
	font-size: 34pt;
	font-weight:700;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
	}

.owl-item .slide2 .inner .txt dl{
/*	color:#fcc419;*/
	}
/*.owl-item .slide2 .inner .txt dl dt{
	font-size:34pt;
	font-family: 'Rnoto';
	font-weight: 700;
	line-height: 1.2;	
	text-shadow: -4px 0px 0px rgba(0, 0, 0, 0.5);
	}
.owl-item .slide2 .inner .txt dl dd{
	font-size: 34pt;
	text-shadow: -4px 0px 0px rgba(0, 0, 0, 0.5);
	}*/

.owl-item .item .inner .txt dl dd sup{
	font-size: 26pt;
	}
.main_visual_slide .item .inner .txt .box_wrap{
	position:absolute;
	top:42%;
	left:21%;
	width:26%;
	height:361px
	}
.main_visual_slide .item .inner .txt .box_wrap .in_box{
	position:relative;
	width:100%;
	height:100%;
	opacity:1
	}
.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square{
	display:block;
	width:100%;
	height:100%
	}
.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l5,.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l1,.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l2,.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l3,.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l4{
    position:absolute;
    background:0 0;
    width:0;
    height:0;
    animation-duration:.4s;
    animation-iteration-count:1;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards
	}
.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l1{
    right:0;
    bottom:267px;
    width:22px;
    animation-name:square-l1;
    animation-delay:.4s
	}
.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l2{
    top:0;
    right:2%;
    height:6%;
    animation-name:square-l2;
    animation-delay:.8s
	}
.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l3{
    left:0;
    top:0;
    width:20px;
    animation-name:square-l3;
    animation-delay:1.2s
	}
.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l4{
    bottom:0;
    left:2%;
    height:6%;
    animation-name:square-l4;
    animation-delay:1.6s
	}
.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l5{
    right:0;
    bottom:0px;
    width:22px;
    animation-name:square-l1;
    animation-delay:2.2s
	}

@keyframes square-l1{
	0%{
		height:0;
		background:#FFFFFF
		}
	100%{
		height:94px;
		background:#FFFFFF
		}
}
@keyframes square-l2{
	0%{
		width:0;
		background:#FFFFFF
		}
	100%{
		width:98%;
		background:#FFFFFF
		}
}
@keyframes square-l3{
	0%{
		height:0;
		background:#FFFFFF
		}
	100%{
		height:100%;
		background:#FFFFFF
		}
}
@keyframes square-l4{
	0%{
		width:0;
		background:#FFFFFF
		}
	100%{
		width:94%;
		background:#FFFFFF
		}
}
@keyframes square-l5{
	0%{
		height:0;
		background:#FFFFFF
		}
	100%{
		height:80px;
		background:#FFFFFF
		}
}

.main_visual_slide .slide1 .img, .main_visual_slide .slide2 .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/mvisual01.png') center no-repeat;
	background-size:cover;
	}
.main_visual_slide .slide2 .img{
	background:url('../images/main/mvisual02.png') center no-repeat;
	background-size:cover
	}
.main_visual_slide .active .img{
	transform:scale(1);
	}
.main_visual .owl-carousel .owl-dots{
	position:absolute;
	top:95%;
	left:0;
	right:0;
	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{
	position:relative;
	display:block;
	width:15px;
	height:15px;
	background:0 0;
	border:2px solid rgba(255,255,255,1);
	border-radius: 50%;
	}
.main_visual .owl-carousel .owl-dots span:after{
	/*content:'';
	display:block;
	width:8px;
	height:8px;
	background:rgba(255,255,255,0.5);
	border-radius:10px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto*/
	display:none;
	}
.main_visual .owl-carousel .owl-dots .owl-dot.active span{
	background:rgba(255,255,255,1);
	border:0;
	}

/* 텍스트 애니메이션효과 */
.owl-item .item .inner .txt dl dt,
.owl-item .item .inner .txt dl dd {
	opacity:0;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	}
.owl-item .item .inner .txt dl dt {
	-webkit-transition: all 0.5s ease-in-out 0.25s;
	-moz-transition: all 0.5s ease-in-out 0.25s;
	-ms-transition: all 0.5s ease-in-out 0.25s;
	-o-transition: all 0.5s ease-in-out 0.25s;
	transition: all 0.5s ease-in-out 0.25s;
	}
.owl-item .item .inner .txt dl dd {
	-webkit-transition: all 0.5s ease-in-out 0.55s;
	-moz-transition: all 0.5s ease-in-out 0.55s;
	-ms-transition: all 0.5s ease-in-out 0.55s;
	-o-transition: all 0.5s ease-in-out 0.55s;
	transition: all 0.5s ease-in-out 0.75s;
	}

.owl-item.active .item .inner .txt dl dt,
.owl-item.active .item .inner .txt dl dd {
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	tansform: scale(1);
	}

/*** 모바일CSS ***/
@media all and (max-width:1024px){
	.main_visual {
		margin-top: 60px;
		}
	.main_visual_slide .item{
		height:500px;
		}
	.owl-item .item .inner .txt dl{
		margin-top:110px;
		}
	.owl-item .item .inner .txt dl dt{
		font-size:14pt;
		}
	.owl-item .item .inner .txt dl dd{
		font-size:24pt;
		}
	.owl-item .item .inner .txt dl dd sup{
		font-size:14pt;
		}

	/*.owl-item .slide2 .inner .txt dl dt{
		font-size:19pt;
		}
	.owl-item .slide2 .inner .txt dl dd{
		font-size:19pt;
		}*/
	
	.main_visual_slide .item .inner .txt .box_wrap{
		top:27%;
		left:26%;
		width:20%;
		height:220px;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l1 {
		bottom: 170px;
		width:15px;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l2 {
		right:1%;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l3{
		width:15px;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l4 {
		left: 1%;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l5{
		width:15px;
		}
	@keyframes square-l1{
	0%{
		height:0;
		background:#FFFFFF
		}
	100%{
		height:50px;
		background:#FFFFFF
		}
	}
	@keyframes square-l2{
	0%{
		width:0;
		background:#FFFFFF
		}
	100%{
		width:99%;
		background:#FFFFFF
		}
	}

	@keyframes square-l5{
		0%{
			height:0;
			background:#FFFFFF
			}
		100%{
			height:50px;
			background:#FFFFFF
			}
	}
}
@media all and (max-width:640px){
	.main_visual_slide .item{
		height:400px;
		}
	.main_visual_slide .item .inner .txt {
		height: 400px;
		}
	.owl-item .item .inner .txt dl{
		margin-top:70px;
		text-shadow: 1px 1px 3px rgb(0 0 0 / 60%);
		}
	.owl-item .item .inner .txt dl dt{
		font-size:12pt;
		}
	.owl-item .item .inner .txt dl dd{
		font-size:20pt;
		}
		
	/*.owl-item .slide2 .inner .txt dl dt{
		font-size:15pt;
		}
	.owl-item .slide2 .inner .txt dl dd{
		font-size:15pt;
		}*/

	.main_visual_slide .item .inner .txt .box_wrap {
		left: 20%;
		top: 20%;
		width: 26%;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l1 {
		width:10px;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l2{
		height:5%;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l3 {
		width:10px;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l4{
		height:5%;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l5{
		width:10px;
		}
	.image-cover {
		position: relative;
		}
	.image-cover::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		/* Adjust the color values to achieve desired darkness */
		background: rgba(0, 0, 0, 0.15);
		}
	.main_visual .owl-carousel .owl-dots{
		top:92%;
		}
}
@media all and (max-width:450px){
	.owl-item .item .inner .txt dl {
		margin-top: 0;
		padding: 120px 0 0 26%;
		}
	.owl-item .item .inner .txt dl dd{
		font-size: 16pt;
		}
		
	/*.owl-item .slide2 .inner .txt dl dt{
		font-size:13pt;
		}
	.owl-item .slide2 .inner .txt dl dd{
		font-size:13pt;
		}*/

	.main_visual_slide .item .inner .txt .box_wrap {
		top: 15%;
		left: 10%;
		width: 35%;
		height: 180px;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l1 {
		bottom:130px;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l2{
		height:4.5%;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l3 {
		width:10px;
		}
	.main_visual_slide .item .inner .txt .box_wrap .in_box.on .square .l4{
		height:4.5%;
		}
}

/* scroll */
.scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	margin-bottom: 25px;
	width: 40px;
	height: 60px;
	z-index:5;
	cursor: pointer;
	animation: scrollAni 2.0s ease-in-out reverse; animation-iteration-count: infinite; 
	-webkit-animation: scrollAni 2.0s ease-in-out reverse; -webkit-animation-iteration-count: infinite; 
	-moz-animation: scrollAni 2.0s ease-in-out reverse; -moz-animation-iteration-count: infinite; 
}

.fp-viewing-footPage .scroll {display: none;}
 @keyframes scrollAni{
	0%{bottom: 30px;}
	25%{bottom: 40px;}
	50%{bottom: 30px;}
	75%{bottom: 40px;}
	100%{bottom: 30px;}
}
@-webkit-keyframes scrollAni{
	0%{bottom: 30px;}
	25%{bottom: 40px;}
	50%{bottom: 30px;}
	75%{bottom: 40px;}
	100%{bottom: 30px;}
}
@-moz-keyframes scrollAni{
	0%{bottom: 30px;}
	25%{bottom: 40px;}
	50%{bottom: 30px;}
	75%{bottom: 40px;}
	100%{bottom: 30px;}
}

/* ëª¨ë°”ì¼CSS */
@media screen and (max-width: 1920px) {
	.section_text {
		margin-top: -320px;
		}
}
@media screen and (max-width: 1300px) {
	.section_text {
		margin-top: -320px;
		}
}
@media screen and (max-width: 1023px) {
	.section_text > h1 {
		font-size:40pt;
		}
	.section_text > h3 {
		font-size:20pt;
		}
	.section_text {
		margin-top: -320px;
		}
}
@media screen and (max-width: 640px) {
	.section_text > h1 {
		font-size:26pt;
		}
	.section_text > h3 {
		font-size:14pt;
		}
	.section_text > p {
		font-size: 11pt;
		}
}
@media screen and (max-width: 450px) {
	.section_text {
		margin-top: -80px;
		}
	.section_text > h1 {
		font-size:23pt;
		}
	.section_text > h3 {
		font-size:12pt;
		line-height:1.1;
		}
	.section_text > p {
		font-size: 10pt;
		}
}


/* ==================================================
	부서별 관리
================================================== */
.main_dep{
	position: relative;
	padding: 100px 0;
	max-width:2500px;
	overflow: hidden;
	margin:0 auto;
	}
.main_dep .title {
	position: absolute;
	top: 90px;
	left: 40%;
	margin-left:-19%;
	width: 19%;min-width:340px;
	height: 400px;
	background: #fff;
	z-index: 1;
}
.mdep_title {
    position: relative;
    margin-left:12%;
	width: 60%;
	min-width:340px;
    height: 100%;
    padding: 3.75rem 0;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
}
.mdep_title:before {
    top: 0;
    border-bottom-width: 0;
}
.mdep_title:before, .mdep_title:after {
    position: absolute;
    left: 0;
    width: 95%;
    height: 2.5rem;
    border: 0.55rem solid #15a8db;
    content: "";
}
.mdep_title:before {
    top: 0;
    border-bottom-width: 0;
}
.mdep_title:after {
    bottom: 0;
    border-top-width: 0;
}
.main_dep .title h3 {
    margin-bottom: 0.75rem;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 38pt;
    line-height: 120%;
    color: #333;
    text-align: center;
}
.main_dep .title h3 > em {
	display: block;
	color: #15a8db;
	font-weight: 700;
 }
.main_dep .title h3:after {
    position: absolute;
    left: 0;
    content: "";
}
.mdep_title .desc {
    display: block;
    margin: 0 0 15px;
    font-size: 12pt;
    color: #777;
    text-align: center;
    word-break: keep-all;
    font-weight: 300;
}
/* 부서별 배너*/
.department_slider{
	position: relative;
	margin:0 auto;
	width:100%;
	height:385px;
	padding-top:40px;
}
.dep_slider{
	position: relative;
	margin-right:20px;
	min-width: 400px;
    overflow: hidden;
}
.dep_slider .mdep_top{
	position: relative;
	}
.dep_slider .mdep_top .num {
	display: inline-block;
	float: left;
	margin-top: 130px;
	margin-right: 20px;
	width:22px;
	font-size: 14pt;
	font-family: 'Raleway';
	font-weight: 600;
	/* color: #000000; */
	border-top: solid 1px #333;
	}
.dep_slider .mdep_top img{
	float: left;
	width:90%;
	}
.dep_slider .mdep_text{
	position: absolute;
	padding: 40px 30px 30px;
	background: #999999;
	color: #fff;
	bottom: -25px;
	width: 260px;
	box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
	}
.dep_slider .mdep_text h3{
	font-size: 20pt;
	color: #fff;
	text-align:left;
	}
.dep_slider .mdep_text img {
	display:none;
	}
.dep_slider:hover .mdep_text{
	bottom: 0;
	background: #15a9d9;
	}
.dep_slider:hover .mdep_text img {
	display:block;
	}
/*** 모바일CSS ***/
@media all and (max-width:2300px){
	.mdep_title {
		margin-left: 8%;
		}
	.main_dep .title h3 {
		font-size: 32pt;
		}
	.dep_slider {
		margin-right:18px;
		}
	.dep_slider .mdep_top .num {
		margin-top: 100px
		}
	.dep_slider .mdep_top img{
		float: left;
		width:88%;
		}
	}
@media all and (max-width:2100px){
	.main_dep .title {
		left: 26%;
		margin-left: 0;
		width: 23.4%;
		height: 370px;
		}
	}
@media all and (max-width:1600px){
	.mdep_title {
		margin-left: 0;
		}
	.main_dep .title {
		position: relative;
		top: 0;
		left: 2%;
		float: left;
		height: 360px;
		}
	.department_slider {
		height: auto;
		padding-top: 0;
		}
	.dep_slider .mdep_text h3 {
		font-size: 16pt;
		}
	.mdep_title .desc {
		min-width:auto;
		}
	}
@media all and (max-width:1400px){
	.main_dep .title {
		position: relative;
		top: -25px;
		width:25%;
		}
	.main_dep .title {
		min-width:300px;
		}
	.mdep_title {
		min-width:300px;
		}
	}
@media all and (max-width:1200px){
	.main_dep {
		padding: 80px 0;
	}
	.main_dep .title {
		width: 96%;
		height: unset;
		}
	.mdep_title {
		width: 100%;
		padding: 30px;
		box-shadow: none;
		}
	.mdep_title:before {
		width:99%;
		height: 1.5rem;
	}
	.mdep_title:after {
		width:99%;
		height: 1.5rem;
		}
	.main_dep .title h3 {
		text-align:left;
		font-size: 24pt;
		}
	.main_dep .title h3 > em {
		display: inline-block;
		}
	.mdep_title .desc {
		font-size: 11pt; 
		text-align:left;
		}
	.mdep_title .desc br {
		display:none;
		}
	.dep_slider {
		min-width: auto;
		}
	.dep_slider {
		min-width: auto;
		}
	.dep_slider .mdep_top .num {
		margin-top: 0;
		}
	.dep_slider .mdep_top img {
		width: 100%;
		}
	.dep_slider .mdep_text {
		bottom:-15px;
		padding: 20px 30px;
		width: 160px; 
		}
	.dep_slider .mdep_text h3 {
		font-size: 12pt;
		}
	}
@media all and (max-width:520px){
	.dep_slider .mdep_text {
		bottom:0;
		width:auto;
		padding: 10px 20px;
		}
	.dep_slider .mdep_text h3 {
		font-size: 10pt;
		font-weight:400;
		}
	.dep_slider .mdep_text p {
		display:none;
		}
	}








/* ==================================================
	관리운영
================================================== */
.main_business{
	margin: 0 auto;
	max-width:1500px;
	width:100%;
	background: linear-gradient(65deg, #f7f7f7, #e2eaf1);
	}
.business_lst {
	display: inline-block;
	margin: 0 auto;
	padding:90px 0 170px;
	width: 100%;
	max-width:1200px;
	}
.business_lst > li {
	float: left;
	width: 33.33333%;
	padding: 0 15px;
	}
.business_lst .mbusiness {
	text-align: center;
	}
.business_lst .no1 .icon {
	background-image: url('../images/main/business_icon01.png');
	}
.business_lst .no2 .icon {
	background-image: url('../images/main/business_icon02.png');
	}
.business_lst .no3 .icon {
	background-image: url('../images/main/business_icon03.png');
	}
.business_lst .icon {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	}
.business_lst h3 {
	margin: 20px 0 10px;
	font-weight: 500;
	font-size: 15pt;
	}
.business_lst .desc {
	font-weight: 300;
	font-size: 12pt;
	color: #777777;
	}
/*** 모바일CSS ***/
@media all and (max-width:1024px){
	.business_lst {
		padding:70px 0 150px;
		}
	.business_lst .icon {
		width: 55px;
		height: 55px;
		}
	.business_lst h3 {
		margin: 20px 0 7px;
		font-size: 13pt;
		}
	.business_lst .desc {
		font-size: 10pt;
		}
	.business_lst br {
		display:none;
		}
	}
@media screen and (max-width:640px) {
	.business_lst {
		padding:50px 0 100px;
		}
	.business_lst .icon {
		width: 40px;
		height: 40px;
		}
	.business_lst h3 {
		margin: 14px 0 7px;
		font-size: 12pt;
		}
	.business_lst .desc {
		font-size: 9pt;
		}
	}


/* ==================================================
	NOTICE
================================================== */
.main_notice{
	margin:-85px auto 95px;
	padding-top:40px;
	max-width:1200px;
	width:100%;
	background:#fff;
	}
.main_notice h3 {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-size:38pt;
	color: #333;
	letter-spacing: 0;
	text-align: center;
	}
.main_notice .notice_lst {
    margin-bottom: 2.4rem;
}
.main_notice .notice_lst > li {
    border-bottom: 1px solid #dedede;
}
.main_notice .notice_lst a {
	display: block;
	position: relative;
	/*height:94px;*/
	padding: 20px 70px 20px 140px;
	}
.main_notice .notice_lst a:hover:before {
	width: 100%;
	}
.main_notice .notice_lst a:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: #a1dcf1;
	content: "";
	}
.main_notice .notice_lst a:hover .date {
	color: #15a8db;
	}
.main_notice .notice_lst .date {
	position: absolute;
	top: 1.25rem;
	left: 0;
	padding: 0 13px;
	font-size: 11pt;
	color: #a5a5a5;
	text-align: center;
	font-family: 'gotham';
	font-style: normal;
	font-weight: 500;
	}
.main_notice .notice_lst .date > em {
	display: block;
	font-weight: 500;
	font-size: 34pt;
	line-height: 2.4rem;
	}
.main_notice .notice_lst strong {
	display: block;
	font-weight: 700;
	font-size: 1.05rem;
	line-height: 2rem;
	color: #000;
	word-break: keep-all;
	}
.main_notice .notice_lst .desc {
	display: block;
	font-weight: 300;
	font-size: 0.85rem;
	line-height: 1.4rem;
	color: #767676;
	word-break: keep-all;
	}
.main_notice .notice_lst .go {
	position: absolute;
	top: 20px;
	right: 0;
	width: 55px;
	height: 55px;
	border: solid 1px #ddd;
	border-radius: 50%;
	background:url('../images/main/notice_btn.png') center no-repeat;
	}
.main_notice .notice_lst a:hover .go {
	border: solid 1px #15a8db;
	background:url('../images/main/notice_btna.png') center no-repeat;
	}

.main_notice .more {
	max-width: 90px;
	margin: 0 auto;
	}
.main_notice .more > a {
	display: block;
	padding: 16px;
	border: 1px solid #000;
	text-align: center;
	}
.main_notice .more > a span {
	display: block;
	font-size: 12pt;
	line-height:12px;
	color: #333;
	}
/*** 모바일CSS ***/
@media all and (max-width:1200px){
	.main_notice{
		width:96%;
		}
	}
@media all and (max-width:1024px){
	.main_notice h3 {
		font-size: 32pt;
		}
	.main_notice .notice_lst .date > em {
		font-size: 26pt;
		}
	.main_notice .notice_lst .go {
		top: 25px;
		width: 45px;
		height: 45px;
		}
	}
@media screen and (max-width:640px) {
	.main_notice {
		margin: -50px auto 50px;
	}
	.main_notice h3 {
		font-size: 26pt;
		}
	.main_notice .notice_lst a {
		height: 90px;
		padding: 15px 0 15px 80px;
		}
	.main_notice .notice_lst .date > em {
		font-size: 22pt;
		}
	.main_notice .notice_lst .date {
		font-size: 9pt;
		}
	.main_notice .notice_lst strong {
		font-size: 11pt;
		}
	.main_notice .notice_lst .txt {
		padding: 0 7px;
		font-size: 9pt;
		}
	.main_notice .notice_lst .go {
		display: none;
		}
	}


/* ==================================================
	MABOUT
================================================== */
.mabout_bg {
	display: inline-flex;
	width:100%;
	padding:110px 0;
	background:url('../images/main/mabout_bg.jpg') center top no-repeat;
	background-size: cover;
	}
.mabout_list{
	max-width:1200px; 
	width:100%;
	margin:0 auto;
	}
.mabout_list .about_listbox{
	float:left;
	width:20%;
	text-align:center;
	}
.mabout_list .about_listbox a{
	}
.mabout_list .about_listbox img{
	width:55px;
	}
.mabout_list .about_listbox p{
	/* margin-top:50px; */
	color:#fff;
	font-size:16pt;
	}
.mabout_list .about_listbox p:before {
	content:'';
	width: 25px;
	height: 2px;
	margin: 30px auto;
	display: block;
	content: "";
	background-color: #ffffff;
	}
/* 모바일CSS */
@media screen and (max-width:900px) {
	.mabout_bg {
		padding: 90px 0;
		}
	.mabout_list .about_listbox p{
		font-size:12px;
		}
	}
@media screen and (max-width:640px) {
	.mabout_bg {
		padding:60px 0;
		}
	.mabout_list .about_listbox img{
		width:45px;
		}
	.mabout_list .about_listbox p:before {
		width: 15px;
		height: 2px;
		margin: 20px auto;
		}
	}