
/*main indicator*/


.indi_ul {
	position: relative;
	top: -37px;
}

.indi_ul li {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,1);
	margin-bottom: 33px;
	cursor: pointer;
}

.indi_ul li:last-child {
	margin-bottom: 0;
}

.indi_ul li.active {
	display: block;
	width: 2px;
	height: 23px;
	border-radius: 0%;
	border: 0;
	background:#f68a1e;
	margin-bottom: 32px;
	left: 5px;
	position: relative;
}


.indi_ul.dark li {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid rgba(153,153,153,1);
	margin-bottom: 33px;
	cursor: pointer;

}

.indi_ul.dark li:last-child{
	margin-bottom: 0;
}

.indi_ul.dark li.active {
	display: block;
	width: 2px;
	height: 23px;
	border-radius: 0%;
	border: 0;
	background: #f68a1e;
	margin-bottom: 32px;
	left: 5px;
	position: relative;
}





/*main*/

/*main_top slide*/
.labm {
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
}

.labm.cont_sli {
	background: #fff;
	z-index: 20;	
	display: block;
}

.labm.cont_sli > .inset {
	display:block;

}

.viewlength {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
	z-index: 0;
	top: 0;
}


.labm_sli {
	width: 100%;
	height: 100%;
	position: relative; 
	overflow: hidden;
}


.labm_array {
	display: block;
    float: left;
    height: 100%;
    min-height: 1px;
    background-size: cover;
    background-position: center;
}

.labm_array > .inner {
	display: table;
	width: 100%;
}


.labm_array .txt{
	width: calc(100% - 25px);
	padding-left: 25px;
	margin: auto;
}

.lab_sli_t1{
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	text-align: left;
	letter-spacing: -2px;
}


.lab_sli_t2{
	font-size: 17px;
	color: #fff;
	margin: 30px auto 35px auto;
	text-align: left;
	line-height: 28px;
	padding-left: 5px;

}

.lab_view_btn {
	width: 73px;
	height: 36px;
	background: #f68b1f;
	border-radius: 36px;
	line-height: 36px;
	padding-left: 22px;
	font-size: 13px;
	z-index: 30;
	position: relative;
}

.lab_view_btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	position: relative;
}

.lab_view_btn a::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 4px;
	top: 16px;
	background: url('../images/common/arr_r_mini_b_type.png');
	background-size: 100%;
	right: 20px;
	transition: all ease .4s;
}



.motion_type_t1 {
	transform: translateY(50px);
	transition: transform 1.2s, opacity 1.2s ease;
}

.motion_type_t2 {
	transform: translateY(60px);
	transition: transform .7s, opacity .7s ease;
	transition-delay: .2s;
}

.motion_type_t3 {
	transform: translateY(60px);
	transition: transform .7s, opacity .7s ease;
	transition-delay: .3s;
}

.labm_sli .slick_track{
    transform: translate3d(0, 0, 0);
}

.labm_sli_btn{
	bottom: 142px;
	margin: auto;
	position: absolute;
	width: 100%;
	height: 150px;
    top: 50%;
    right: 0;
    margin-top:-75px;	
    z-index: 1;
}

.labm_sli_btn > .inner {
	height: 150px;
	width: 1590px;
	margin: auto;
	position: relative;

}

.labm_sli_btn > .inner > .btn_group {
	float: right;
	width: 70px;
	height: 150px;


}

.labm_sli_btn .prev_btn {
	margin-top: 10px;		
	width: 70px;
	height: 70px;
	display: block;
    position: relative;
    left: 0px;
    background:rgba(255,255,255,0 ) url('../images/main/left_arrw_btn_typeb.png');
    background-position: center;
    z-index: 20;
    box-sizing: border-box;
    border: 3px solid #fff;
    transition: all ease .5s; 
}


.labm_sli_btn .prev_btn:hover {
    background: rgba(255,255,255,.2 ) url('../images/main/left_arrw_btn_typeb.png');
    background-position: center;
    transition: all ease .5s;
}

.labm_sli_btn .next_btn {
	width: 70px;
	height: 70px;
    position: relative;
	display: block;
    right: 0;
    background:rgba(255,255,255,0 ) url('../images/main/right_arrw_btn_typeb.png');
    background-position: center;
    z-index: 20;
    box-sizing: border-box;
    border: 3px solid #fff;
    transition: all ease .5s;
}


.labm_sli_btn .next_btn:hover {
    background: rgba(255,255,255,.2 ) url('../images/main/right_arrw_btn_typeb.png');
    transition: all ease .4s;
    background-position: center;
    transition: all ease .5s;
}

.labm_sli .slick-prev:before {
	display: none;
}

.labm_sli .slick-next:before {
	display: none;
}

.labm.cont_01 {

}

.labm_cont01_left { 
	float: left; 
	width: 100%; 
	height: 100%; 
	background: #fff;
	position: absolute;
	top:0;
}

.labm_cont01_left > .inner {
	height: 100%;
	width: 100%;
	float: left;
	position: relative;
	display: table;

}

.align_slc {
    -webkit-transform: translate(-69%, -50%);
    -moz-transform: translate(-69%, -50%);
    -ms-transform: translate(-69%, -50%);
    -o-transform: translate(-69%, -50%);
    transform: translate(-69%, -50%);
    position: absolute;
    top: 50%;
	left: 50%;
	z-index:40;
}

.labm_cont01_left_box {
 	margin: auto;
 	width: 1590px;
}

.labm_tit {
	font-size: 25px;
	transition: all ease .9s;

}

.labm_desc {
	font-size: 17px;
	color: #636363;
	display: table;
	margin: auto;
	margin-top: 25px;
	text-align: center;
	line-height: 27px;


}

.cont_01_sli_group {
	margin-top: 40px;
	display: block;
}

.cont_01_sli {
	width:810px;
	height: 316px;
	background: #333;
	z-index: 50;
	position: relative;
	display: block;
	overflow:hidden;
	transform: translateX(-50%);
	transition: all ease .9s;
}


.cont_01_sli.slave {
	margin-top: 10px;
}

.cont_01_sli_array {
	width: 100%;
	height: 316px;
	position: relative;
	overflow:hidden;
}

.cont_01_sli_array  .inner {
	background-size: cover;
	background-position: center;
	cursor: pointer;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all ease .5s;
	z-index: 30;
}

.cont_01_sli_array  .inner:hover {
	transform: scale(1.1);
	transition: all ease .5s;
}


.cont_01_sli_array  .tit {
	font-size: 35px;
	color:#fff;
	z-index: 30;
}

.cont_01_sli_array a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.cont_01_sli_arw {
	position: relative;
	top: 20px;
	z-index: 30;
}

.left_arw {
	background-image:url('../images/common/arr_l_mini_b.png');
	width: 36px;
	height: 50px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	cursor: pointer;	
	position: relative;
	left:0;	
	transition: all ease .3s;
}

.left_arw:hover {
	position: relative;
	left: -10px;
	transition: all ease .3s;

}

.right_arw {
	margin-left: 30px;
	background-image:url('../images/common/arr_r_mini_b.png');
	width: 36px;
	height: 50px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	right:0;	
	transition: all ease .3s;
	cursor: pointer;
}

.right_arw:hover {
	position: relative;
	right: -10px;
	transition: all ease .3s;
}


.labm.cont_sli .slick-dots {
	position: absolute;
	bottom: 30px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}


.labm.cont_sli .slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    margin-right: 11px;
    padding: 0;
    cursor: pointer;

}




.labm.cont_sli .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    padding: 0px;
    border: 1px solid #fff;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border-radius: 50%;
    margin: auto;


}


.labm.cont_sli .slick-dots li.slick-active button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 19px;
    height: 4px;
    padding: 0px;
    border: 0px solid #fff;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #f68a1e;
    border-radius: 0;

}




.labm.cont_sli .slick-dots li.slick-active button:before {
    display: none;
 }

.labm.cont_sli .slick-dots li button:before {
    display: none;

}


/*//main_top_slide*/

/*cont2_slide*/
.cont_02_ft{
	height: 250px;
	width: 100%;
	background: #ececec;
	position: relative;
	z-index: 0;
	top: -130px;
	margin-bottom: -130px;
}

.cont_02_ft .slide_page{
	width: 100%;
	position: relative;
	text-align: center;
	top: 172px;
	color: #a8a8a8;
	font-size: 15px;
}

.slide_page span.number_c1{
	color: #333;
	display: inline-block;
	margin-right: 6px;

}
.slide_page span.number_a1{
	display: inline-block;
	margin-left: 6px;


}
.labm.cont_02 {
	background: #fff;
	position: relative;
	padding: 45px 0 0 0 ;

}

.labm_tit.cont_02 {
	width: 100%;
	margin: auto;
	text-align: center;
}

.labm.cont_02 .org_desc {
	width: 1180px;
	margin: auto;
	display: table;
	margin-top: 50px;

}


.labm.cont_02 .org_desc .left{
	width: 320px;
	float: left;
	font-size: 30px;
	color: #333;
	line-height: 45px;

}

.labm.cont_02 .org_desc .right{
	width: 780px;
	float: left;
	margin-left: 80px;
	font-size: 19px;
	color: #636363;
	line-height: 35px;

}
.cont_02_sli_wrap { 
	z-index: 30;
	width: 100%;
	position: relative; 
	margin-top: 30px;
	background-position: 53.5% 0px;
}
 
.parentsli {	
	z-index:999; 
	position: relative;
}

.cont_02_sli{
	width: 325px;
	height: 325px; 
	margin: auto; 
	overflow: hidden; 
	z-index:10;
	/*box-shadow: 20px 0px 20px 0px rgba(0, 0, 0, 0.11);*/
	top: 1px;

}
.cont_02_shadow{
	width: 325px;
    position: absolute;
    height: 320px;
    background: transparent;
    top: 56px;
    left: 50%;
    margin-left: -162px;
    z-index: 0;
	box-shadow: 14px 20px 20px 0px rgba(0, 0, 0, 0.11);


}

.slibox_child_wrap {
	width: 746px;
	height: 156px;
	position: absolute; 
	left: 50%; 
	margin-left: -373px; 
	top: 39px; 
	z-index:0;
}

.slibox_child { 
	width: 260px;
	height: 156px;
	float: left; 
	overflow: hidden;
}

.slibox_child .sli_array > .inner{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 260px;
	height: 156px;
}

.slibox_child.r01{background: #f4f4f4;}
.slibox_child.r02{margin-left: 225px; background:#f4f4f4;}

.sli_wrapper{}

.sli_array{
	display: block;
	float: left;
	height: 100%;
	min-height: 1px;
	overflow:hidden;

}

.sli_array img {
	width: : 100% !important;

}

.cont_02_sli.master .sli_array {
	transition: all ease .4s;
	cursor: pointer;
	overflow: hidden;

}



.cont_02_sli.master .sli_array .inner {
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 325px;
	transform: scale(1);
	transition: all ease .5s;
	position: relative;
	background-position-y:0;
}

/* .cont_02_sli.master .sli_array .inner:hover {
	transform: scale(1.12);
	transition: all ease .5s;	
}
 */


.cont_02_sli_wrap a.get_url_c{
	position: relative;
	width: 275px;
	height: 85px;
	padding: 25px 25px 20px 25px;
	background: #fff;
	top: 98px;
	display: block;
	transition: all ease .3s;
	/*box-shadow: 17px 16px 20px 6px rgba(0, 0, 0, 0.11);*/
}
.cont_02_sli_wrap .align_c {
	z-index: 1;
}


.cont_02_sli_wrap .tit {
	font-size: 20px;
	z-index: 50;
	color: #f68b1f;	
	opacity: 0;
	transform: translateY(15px);

}

.cont_02_sli_wrap .tit.active{
	transition: all 0.6s ease;
	transform: translateY(0px);
	opacity: 1;

}

.cont_02_sli_wrap .desc {
	margin-top: 15px;
	font-size: 15px;
	line-height: 25px;
	max-height: 50px;
	z-index: 50;
	margin-bottom: 20px;
	color: #636363;
	transform: translateY(20px);
	word-break: break-all;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;	
	word-wrap: break-word;
	-webkit-box-orient: vertical;	
	display: -webkit-box;
	overflow: hidden;
	opacity: 0;

}
.cont_02_sli_wrap .desc.active{
	transition: all .6s ease;
	transform: translateY(0px);
	opacity: 1;
	transition-delay: .2s;

}





.cont_02_sli_wrap .slick-dotted.slick-slider {
	margin-bottom: 0;

}


.cont_02_sli_wrap .sli_array {
	display: block;
	float: left;
	height: 100%;
	min-height: 1px;
	position: relative;
}





/*정보광장 */
.labm.cont_03{
	width: 100%;
	height: 575px; 
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.labm.cont_03 .bggrid {
	position: absolute;
	width: 100%;
	height: 227px;
	background: #ececec;
	top: 0;
}

.labm_tit.cont_03 {
	display: table
	margin: auto;
	text-align: center;
	color:#00878c;
}



.colum3_grid {
    width: calc(100% - 50px);
    margin: auto;
    display: block;
    margin-top: 30px;
    position: relative;
}


.colum3_box_list_wrap {
    width: calc(100% + 25px);
	height: 390px;
	margin: 0 !important;
}
.colum3_box_list_wrap .slick-slide{
	margin-right: 25px;

}

.colum3_list_array {
	float: left;
	width: 100%;
	display: table;
	transform: translateY(20%);
}

.colum3_list_array a {
	display: block;
	width: 100%;
	height: 100%;

}

.colum3_list_array.active {
	transition: all ease .7s;

}

.colum3_list_array:nth-child(1).active {
	transition-delay: .2s;

}
.colum3_list_array:nth-child(2).active {
	transition-delay: .4s;

}
.colum3_list_array:nth-child(3).active {
	transition-delay: .6s;

}



.colum3_list_array:last-child {
	margin-right: 0px;

}


.colum3_list_array .thumbimg {
	width: 100%;
	height: 198px;
	position: relative;
	overflow: hidden;
}

.colum3_list_array .thumbimg .inner{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(1);
	transition: all ease .4s;

}


.colum3_list_array .thumbimg .inner.active{
	transform: scale(1.1);
	transition: all ease .4s;
}

.colum3_list_array .tit {
	font-size: 20px;
	color: #333;
	margin: 20px 0 25px;
	line-height: 30px;
	height: 62px;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;	
	word-wrap: break-word;
	-webkit-box-orient: vertical;	
	display: -webkit-box;	
	overflow: hidden;
	transition: all ease .5s;

}
.colum3_list_array:hover .tit {
	color:#00878c;
	transition: all ease .5s;

}

.colum3_list_array .stat_date {
	height: 30px;
	line-height: 30px;

}

.colum3_list_array .stat_date span.stat {
	height: 30px;
	padding: 0 8px;
	margin-right: 15px;
	color: #fff;
	font-size: 13px;
	display: inline-block;

}

.colum3_list_array .stat_date span.stat.noti{
	background: #f68a1e;
}

.colum3_list_array .stat_date span.stat.cm{
	background: #00878c;
}

.colum3_list_array .stat_date span.date {
	color: #636363;
	font-size: 17px;
	display: inline-block;

}
.type_cm_morebtn1 {
	font-size: 11px;	
    position: absolute;
    width: 61px;
    height: 26px;
    border: 2px solid #fff;
    line-height: 26px;
    text-align: center;
    color: #fff;
    right: 25px;
    top: 0px;
}

.type_cm_morebtn2 {
	font-size: 11px;
    position: absolute;
    width: 61px;
    height: 26px;
    border: 2px solid #333;
    line-height: 26px;
    text-align: center;
    color: #333;
    right: 25px;
    top: 0px;
}


.cont_03_sli .slick-dots {
	position: absolute;
	bottom: 16px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}


.cont_03_sli .slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 12px;
    padding: 0;
    cursor: pointer;

}




.cont_03_sli .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    padding: 0px;
    border: 1px solid #a5a5a5;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border-radius: 50%;
    margin: auto;


}


.cont_03_sli .slick-dots li.slick-active button {
    border: 1px solid #00878c;
    background: #00878c;


}




.cont_03_sli .slick-dots li.slick-active button:before {
    display: none;
 }

.cont_03_sli .slick-dots li button:before {
    display: none;

}



/*배너*/

.labm_banner_wrap{
	display: block;
	width: 100%;

}

.labm_banner_wrap.slick-dotted {
    margin-bottom: 0px;

}


.labm_banner_wrap .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 10;

}
.labm_banner_wrap .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 12px;
    padding: 0;
    cursor: pointer;
}

.labm_banner_wrap .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #a8a8a8;
    border-radius: 50%;
}

.labm_banner_wrap .slick-dots li.slick-active button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #00878c;
}

.labm_banner_wrap .slick-dots li button:before {
   display: none;
}
.labm_banner_wrap .slick-active{
	opacity: 1 !important;
}

.labm_banner_wrap .slick-prev, 
.labm_banner_wrap .slick-next {
	display:none !important;
}














.labm.cont_banner {	
	width: 100%;
	height: 175px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 500px) {
	.labm.cont_banner {
		height: 275px;
	}

}

@media (min-width: 750px) {
	.labm.cont_banner {
		height: 375px;
	}

}


.labm.cont_banner a {
	display: block;
	width: 100%;
	height: 100%;

}

.labm.cont_banner.active {
	transition: all ease .7s;
}


/*조건부 사용영역*/
.labm.cont_ft {
	width: calc(100% - 50px);
	margin: 40px auto 80px;
}

.labm_cont_ft_wrap {
	width: 100%;
	display: table;
	margin: auto;
}

.labm_cont_ft_array {
	width: 100%;
	box-sizing: border-box;
	float: left;
	margin-top: 10px;
	/* border: 3px solid #d6d6d6; */
	position: relative;
	transform: translateY(100px);

}

.labm_cont_ft_array:first-child{
	margin-top: 0;

}

.labm_cont_ft_array.n01::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background: url('../images/main/atype_ft_ico_01.png') no-repeat center;
	background-size: 50px;	
	top: 48px;
	right: 35px;
}

.labm_cont_ft_array.active{
	transition: all ease .5s;
}

.labm_cont_ft_array.n01.active{
	transition-delay: .2s;
}

.labm_cont_ft_array.n02.active{
	transition-delay: .4s;
}

.labm_cont_ft_array.n03.active{
	transition-delay: .6s;
}

.labm_cont_ft_array.n02::after {
	content: "";
	position: absolute;	
	width: 50px;
	height: 50px;
	background: url('../images/main/atype_ft_ico_02.png') no-repeat center;
	background-size: 50px;	
	top: 48px;
	right: 35px;
}

.labm_cont_ft_array.n03::after {
	content: "";
	position: absolute;	
	width: 50px;
	height: 50px;
	background: url('../images/main/atype_ft_ico_03.png') no-repeat center;
	background-size: 50px;
	top: 48px;
	right: 35px;
}

.labm_cont_ft_array:last-child {
	margin-right: 0px;
}

.labm_cont_ft_array a {
	display: block;
	width: 100%;
	height: 100%;

}

.labm_cont_ft_array .inner {
	padding: 32px 30px;

}

.labm_cont_ft_array .inner .tit {
	color: #333;
	font-size: 20px;

}

.labm_cont_ft_array .inner .desc {
	color: #636363;
	font-size: 15px;
	line-height: 25px;
	margin-top: 15px;

}

