
/*main indicator*/

.indi {
	width: 10px;
	position: fixed;
	right: 40px;
	top: 50%;
	margin-top: -50px;
	z-index:25;
}

.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;
}


.wrapper.main {
	overflow: hidden;
}



/*main*/
.labm {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10;
	display: block;
}

.labm.cont_sli {
	background: #fff;
	z-index: 20;	
	display: block;
}

.labm.cont_sli > .inset {
	display:block;

}

.viewlength {
	position: absolute;
	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: 1590px;
	margin: auto;
}

.lab_sli_t1{
	font-size: 80px;
	color: #fff;
}


.lab_sli_t2{
	font-size: 22px;
	color: #fff;
	margin: 30px 0 70px 0;
	text-align: left;
	line-height: 35px;
	padding-left: 5px;
	
}

.lab_view_btn {
	width: 104px;
	height: 44px;
	background: #00878c;
	border-radius:22px;
	line-height: 44px;
	padding-left: 30px;
}

.lab_view_btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	position: relative;
}

.lab_view_btn a::after {
	content: "";
	position: absolute;
	width: 23px;
	height: 7px;
	top: 19px;
	background: url('../images/common/arr_r_mini.png');
	background-size: 100%;
	right: 27px;
	transition: all ease .4s;
}

.lab_view_btn a:hover::after {
	right: 21px;
	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;
	left: 0;
	width: 100%;
}

.labm_sli_btn > .inner {
	width: 1590px;
	margin: auto;
	position: relative;
}

.labm_sli_btn .prev_btn {
	width: 64px;
	height: 64px;
    position: absolute;
    left: 0px;
    background:url('../images/common/left_arrw_btn.png');
    z-index: 20;   
}

.labm_sli_btn .prev_btn:hover {
    background: rgba(255,255,255,.2 )url('../images/common/left_arrw_btn.png');
    transition: all ease .4s;
}

.labm_sli_btn .next_btn {
	width: 64px;
	height: 64px;
    position: absolute;
    left: 74px;
    background:url('../images/common/right_arrw_btn.png');
    z-index: 20;   
}


.labm_sli_btn .next_btn:hover {
    background: rgba(255,255,255,.2 )url('../images/common/right_arrw_btn.png');
    transition: all ease .4s;
}

.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: 40px;
	transition: all ease .9s;

}

.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: 30px;
	z-index: 30;
}

.left_arw {
	background-image:url('../images/common/arr_l_mini_b.png');
	width: 57px;
	height: 32px;
	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: 57px;
	height: 32px;
	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_cont01_right { 
	position: absolute;
	right: 0;
	top:0;
	width: 100%;
	height: 100%;
	position: relative;
}

.labm_cont01_right > .inner {
	width: 53%;
	float: right;
	position: relative;
	height: 100%;
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;	
	z-index: 30;
}

.labm_cont01_right .txt1 {
	font-size: 55px;
	color: #fff;
	text-align: center;
	line-height: 65px;
	white-space: nowrap;
	transition: all ease 1.2s;
	transform: translateY(80%);

}

.labm_cont01_right .txt2 {
	font-size: 19px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	margin: 37px 0 60px 0;
	transition: all ease 1s;
	transform: translateY(80%);

}

.labm_cont01_right .cm_btn {
	width: 150px;
	height: 50px;
	line-height: 50px;
	border: 3px solid #fff;
	color:#fff;
	font-size: 17px;
	text-align: center;
	margin: auto;
	transition: all ease .5s;
	transform: translateY(80%);

}

.labm_cont01_right .cm_btn > a {
	display: block;
	width: 100%;
	height: 100%;

}
.labm_cont01_right .cm_btn > a > span {
	position: relative;
	left: 0px;
	transition: all ease .4s;
	width: 100%;
	height: 100%;	
	display: block;
}

.labm_cont01_right .cm_btn > a > span::after {
	content: "";
	position: absolute; 
	top: 19px;
	right: 8px;
	width: 8px;
	height: 13px;
	background:url('../images/common/arr_r_btn.png');
	background-size: 100%;
	opacity: 0;
	transition: all ease .4s;
}

.labm_cont01_right .cm_btn > a >span:hover{
	left: -10px;
	transition: all ease .4s;
}


.labm_cont01_right .cm_btn > a >span:hover::after {
	content: "";
	position: absolute;
	top: 19px;
	right: 8px;
	width: 8px;
	height: 13px;
	background:url('../images/common/arr_r_btn.png');
	background-size: 100%;
	opacity: 1;
	transition: all ease .4s;
}

.labm.cont_02 {
	background-image: url('../images/main/mcont_3_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.labm_cont_align {
	width: 1590px;
	margin: auto;
}

.lab_count_wrap { 
	margin:  100px auto 0 auto;
	display: table;
}

.cnt_bx{
	float: left;
	height: 180px;
	position: relative;
}

.cnt_bx > .mtit {
	font-size: 	65px;
	color: #fff;
	position: relative;
	display: inline-block;
	transition: all ease .5s;
	transform: translateY(80%);	
	height: 67px;
}

.cnt_bx > .stit {
	font-size: 	19px;
	color: #fff;
	letter-spacing: -1px;
	transition: all ease .5s;
	transform: translateY(80%);	
	position: absolute;
	top: 80px;
	left: 55px;
	white-space: nowrap;
}


/* .cnt_liner_1 {
	width: 190px;
	float: left;
	margin: 0 20px 0 0 ;

} */
.cnt_liner_1 {
	width: 230px;
	float: left;
	margin: 0 20px 0 0 ;

}


.cnt_liner_1 .inner {
	position: relative;
	width: 0px;
	height: 1px;
	background: #e68520;
	top: 32px;
}

.cnt_liner_1.active .inner {
	position: relative;
	width: 100%;
	height: 1px;
	background: #e68520;
	left: 0px;
	top: 32px;
	transition: all ease .4s;
}



.cnt_liner_2 {
	width: 93px;
	float: left;
	margin: 0 17px;
}

.cnt_liner_2 .inner {
	position: relative;
	width: 0px;
	height: 1px;
	background: #e68520;
	left: 2px;
	top: 32px;
}

.cnt_liner_2.active .inner {
	position: relative;
	width: 100%;
	height: 1px;
	background: #e68520;
	left: 2px;
	top: 32px;
	transition: all ease .4s;
	transition-delay: .4s;

}

.cnt_liner_3 {
	width: 100px;
	float: left;
	margin: 0 17px;

}

.cnt_liner_3 .inner {
	position: relative;
	width: 0px;
	height: 1px;
	background: #e68520;
	top: 32px;


}

.cnt_liner_3.active .inner {
	position: relative;
	width: 100%;
	height: 1px;
	background: #e68520;
	top: 32px;
	transition: all ease .4s;
	transition-delay: .8s;

}

.cnt_bx > .timg {
	position: relative;
	top: 80px;	
	left: 55px;

}
.cnt_bx.no1 > .timg {
	width: 69px;
	height: 61px;
	background:url('../images/main/cnt_ico_01.png') no-repeat center 100%;
	transition: all ease .5s;
	transform: translateY(80%);
}

.cnt_bx.no2{
}

.cnt_bx.no1 > .mtit{
	width: 180px;
	text-align: center;
}

.cnt_bx.no2 > .mtit{
	width: 180px;
	text-align: center;
}

.cnt_bx.no3 > .mtit{
	width: 180px;
	text-align: center;
}

.cnt_bx.no4 > .mtit{
	width: 180px;
	text-align: center;
}

.cnt_bx.no5 > .mtit{
	width: 180px;
	text-align: center;
}

.cnt_bx.no2 > .timg {
	width: 69px;
	height: 61px;
	background:url('../images/main/cnt_ico_02.png') no-repeat center 100%;
	transition: all ease .5s;
	transform: translateY(80%);
}


.cnt_bx.no3 {

}

.cnt_bx .mtit  span{
	display: block;
	width: 100%;
	height: 100%;

}

.cnt_liner_4 {
	width: 72px;
	float: left;
	margin: 0 17px;

}

.cnt_liner_4 .inner {
	position: relative;
	width: 0px;
	height: 1px;
	background: #e68520;
	top: 32px;
}

.cnt_liner_4.active .inner {
	position: relative;
	width: 100%;
	height: 1px;
	background: #e68520;
	top: 32px;
	transition: all ease .4s;
	transition-delay: 1.2s;
}

.cnt_bx.no3 > .timg {
	width: 69px;
	height: 61px;
	background:url('../images/main/cnt_ico_03.png') no-repeat center 100%;
	transition: all ease .5s;
	transform: translateY(80%);
}

.cnt_bx.no4{


}
.cnt_bx.no4 > .timg {
	width: 69px;
	height: 61px;
	background:url('../images/main/cnt_ico_04.png') no-repeat center 100%;
	transition: all ease .5s;
	transform: translateY(80%);
}

.cnt_bx.no5{
}

.cnt_liner_5 {
	width: 82px;
	float: left;
	margin: 0 17px;

}

.cnt_liner_5 .inner {
	position: relative;
	width: 0px;
	height: 1px;
	background: #e68520;
	top: 32px;
}

.cnt_liner_5.active .inner {
	position: relative;
	width: 100%;
	height: 1px;
	background: #e68520;
	top: 32px;
	transition: all ease .4s;
	transition-delay: 1.6s;
}

/* .cnt_liner_6 {
	width: 232px;
	float: left;
	margin: 0 0 0 17px;
}
 */
.cnt_liner_6 {
	width: 230px;
	float: left;
	margin: 0 0 0 17px;

}

.cnt_liner_6 .inner {
	position: relative;
	width: 0px;
	height: 1px;
	background: #e68520;
	top: 35px;
}

.cnt_liner_6.active .inner {
	position: relative;
	width: 100%;
	height: 1px;
	background: #e68520;
	top: 35px;
	transition: all ease .4s;
	transition-delay: 2s;
}


.cnt_bx.no5 > .timg {
	width: 69px;
	height: 61px;
	background:url('../images/main/cnt_ico_05.png') no-repeat center 100%;
	transition: all ease .5s;
	transform: translateY(80%);
}

.labm.cont_03 {
	background: #f4f4f4;
}

.labm_tit.cont_01 {
	width: 1590px;
	margin: auto;

}

.labm_tit.cont_03 {
	width: 1590px;
	margin: auto;
}

.cont_03_sli_wrap { 
	width: 100%;  
	position: relative; 
	/*overflow: hidden;*/
	margin-top: 70px;
	padding-bottom: 120px;
	margin-bottom:-120px;
	background:url('../images/main/bg_test.png')  no-repeat;
	background-position: 53.5% 0px;
}

.parentsli {	
	z-index:999; 
	position: relative;
}

.cont_03_sli{
	width: 780px; 
	height: 466px; 
	margin: auto; 
	overflow: hidden; 
	z-index:10;

}

.slibox_child_wrap {
	width: 2807px; 
	height: 325px;  
	position: absolute; 
	left: 50%; 
	margin-left: -1403px; 
	top: 70px; 
	z-index:0;
}

.slibox_child {
	width: 540px; 
	height: 322px; 
	float: left; 
	overflow: hidden;
}

.slibox_child .sli_array > .inner{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 540px;
	height: 322px;
}

.slibox_child.r01{background:#111;}
.slibox_child.r02{margin-left: 10px; background:#222;}
.slibox_child.r03{margin-left: 627px; background:#444;}
.slibox_child.r04{margin-left: 10px; background:#666;}
.sli_wrapper{}

.sli_array{
	display: block;
	float: left;
	height: 100%;
	min-height: 1px;
	overflow:hidden;

}

.sli_array img {
	width: : 100% !important;

}

.cont_03_sli.master .sli_array {
	transition: all ease .4s;
	cursor: pointer;
	overflow: hidden;

}

.cont_03_sli.master .sli_array .inner {
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 780px;
	height: 466px;
	transform: scale(1);
	transition: all ease .5s;
}

.cont_03_sli.master .sli_array .inner:hover {
	transform: scale(1.12);
	transition: all ease .5s;	
}


.cont_03_sli_wrap .tit {
	font-size: 45px;
	color: #fff;
	z-index: 50;
	transform: translateY(40%);
	transition: all 1.3s ease;
	position: relative;
	top:-50px;

}

.cont_03_sli_wrap .tit::before {
	content:"";
	width: 0%;
	height: 1px;
	background: #f68a1e;
	position: absolute;
	top: 24px;
	left: -1px;
	z-index:30;
	transition: all .5s ease;


}

.cont_03_sli_wrap .tit.active::before {
	content:"";
	width: 270px;
	height: 1px;
	background: #f68a1e;
	position: absolute;
	top: 24px;
	left:  -285px;
	z-index:30;
	transition: all .5s ease-out;
	transition-delay: .2s;
}

.cont_03_sli_wrap .tit::after {
	content:"";
	width: 0%;
	height: 1px;
	background: #f68a1e;
	position: absolute;
	top: 24px;
	right: -1px;
	z-index:30;
	transition: all .5s ease;
}

.cont_03_sli_wrap .tit.active::after {
	content:"";
	width: 270px;
	height: 1px;
	background: #f68a1e;
	position: absolute;
	top: 24px;
	right: -285px;
	z-index:30;
	transition: all .5s ease-out;
	transition-delay: .2s;
}



.cont_03_sli_wrap .slick-dotted.slick-slider {
	margin-bottom: 0;

}


.cont_03_sli_wrap .sli_array {
	display: block;
	float: left;
	height: 100%;
	min-height: 1px;
	position: relative;
}


.cont_03_sli_btn {
	margin: auto;
	display: table;
	margin-top: 65px;
	position: relative;
	z-index:30;
}




a.multie_r_btn {
	display: block;
	width: 49px;
	height: 49px;
	background:url('../images/common/multie_r_btn.png');
	background-size:100%;
	float: left;
	margin-left: 7px;
	cursor: pointer;
}

a.multie_l_btn {
	display: block;
	width: 49px;
	height: 49px;
	background:url('../images/common/multie_l_btn.png');	
	background-size:100%;
	float: left;
	cursor: pointer;
}





.labm.cont_04 {
	background: #fff;
}

.labm_tit.cont_04 {
	width: 1590px;
	margin: auto;

}

.cont_04_cont_wrap {
	width: 1590px;	
	height: 560px;
	display: block;
	margin : 40px auto 0 auto;
}

.cont_04_cont_wrap .box_left {
	float: left;
}

.cont_04_cont_wrap .box_noti {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background: #333;
	z-index:40;
}

.cont_04_cont_wrap .box_noti.c01 {
	width: 786px;
	height: 560px;
	float: left;
}

.cont_04_cont_wrap .box_noti.c02 {
	width: 390px;
	height: 275px;
	float: left;

}

.cont_04_cont_wrap .box_noti.c03 {
	margin-left: 10px;
	width: 390px;
	height: 275px;
	float: left;
}

.cont_04_cont_wrap .box_noti.c04 {
	margin-top: 10px;
	width: 390px;
	height: 275px;
	float: left;
}

.cont_04_cont_wrap .box_noti.c05 {
	margin-left: 10px;
	margin-top: 10px;
	width: 390px;
	height: 275px;
	float: left;
}

.cont_04_cont_wrap .box_noti .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1);
	transition: all ease .5s;
	z-index: 30;
}

.cont_04_cont_wrap .box_noti .inner.active {
	transform: scale(1.1);
	transition: all ease .5s;
}

.cont_04_cont_wrap .box_noti .txt_info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:30;
}

.cont_04_cont_wrap .box_noti .txt_info .inpdd {
	padding: 30px;
}

.cont_04_cont_wrap .box_noti .txt_info .stat_tag {
	font-size: 16px;
	color: #fff;
	padding: 12px;
	display: inline-block;
}

.cont_04_cont_wrap .box_noti .txt_info .noti_date {
	font-size: 17px;
	color: #fff;
	padding: 12px  0  12px 16px;
	display: inline-block;
}

.cont_04_cont_wrap .box_noti .txt_info .noti_cont {
	margin-top: 270px;
}

.cont_04_cont_wrap .box_noti .txt_info .noti_cont .tit {
	color: #fff;
	font-size: 35px;
	line-height: 45px;
	width: 100%;
	height: 90px;
	overflow: hidden; 
	-webkit-line-clamp:2;
	text-overflow: ellipsis;	
    word-wrap: break-word;
    -webkit-box-orient: vertical;	
    display: -webkit-box;
}

.cont_04_cont_wrap .box_noti .txt_info .noti_cont .context {
	margin-top: 28px;
	color: #fff;
	line-height: 25px;
	font-size: 17px;
	width: 100%;
	height: 74px;
	overflow: hidden;
	-webkit-line-clamp:3;
	text-overflow: ellipsis;	
    word-wrap: break-word;
    -webkit-box-orient: vertical;	
    display: -webkit-box;

}

.cont_04_cont_wrap .box_noti .txt_info.mini .noti_cont {
	margin-top: 109px;
}

.cont_04_cont_wrap .box_noti .txt_info.mini .noti_cont .tit {
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	width: 100%;
	height: 70px;
	overflow: hidden; 
	-webkit-line-clamp:2;
	text-overflow: ellipsis;	
    word-wrap: break-word;
    -webkit-box-orient: vertical;	
    display: -webkit-box;
}

.stat_tag.st1 {
	background: #00878c;
}

.stat_tag.st2 {
	background: #f68a1e;
}

.stat_tag.st3 {
	background :#FFF;
	color: #00878c !important;
}

.cont_04_cont_wrap .box_right {
	float: left;
	width: 790px;
	height: 560px;
	margin-left: 10px;
}




/*미디어쿼리 분기*/
@media (max-width: 1600px) {

	.labm_sli_btn > .inner{
		width: calc(100% - 100px);
		margin: auto;
		position: relative;
		padding: 0 50px;

	}

	.labm_array .txt{
		width: calc(100% - 100px);
		margin: auto;
		padding: 0 50px;

	}

	.labm_sli_btn {
	    bottom: 142px;
	    margin: auto;
	    position: absolute;
	    left: 0;
		width: calc(100% - 100px);
		padding: 0 50px;
	}

	.labm_cont_align{
		width: calc(100% - 100px);
		margin: auto;
		padding: 0 50px;
		position: relative;

	}

	.labm_tit.cont_01{
		width: calc(100% - 100px);
		margin: auto;
		padding: 0 50px;

	}

	.labm_sli .slick-prev {
	    left: 50px;
	  
	}

	.labm_sli .slick-next {
	    left: 124px;
	}

	.labm_cont01_left_box {
		width: calc(100% - 100px);
		margin: auto;
		padding: 0 50px;
	}


	.labm_cont01_right > .inner{
		width: 57%;
	}

	.cont_01_sli{
		width:680px;
    	height: 250px;
		transition: all ease .9s;
	}

	.cont_01_sli_array {
	    height: 250px;

	}

	.labm_tit.cont_03{
		width: calc(100% - 100px);
		margin: auto;
		padding: 0 50px;

	}

	.labm_tit.cont_04{
		width: calc(100% - 100px);
		margin: auto;
		padding: 0 50px;
	}

	.labm_tit.cont_04 {
		width: calc(100% - 100px);
		margin: auto;
		padding: 0 50px;
	}

/* 	.cnt_liner_1{
		width: 70px;
		float: left;
		margin: 0 17px 0 0 ;
	
	} */

	.cnt_liner_1{
		width: 170px;
		float: left;
		margin: 0 17px 0 0 ;
	
	}
	.cnt_liner_2{
		width: 65px;
		float: left;
		margin: 0 17px;
	}

	.cnt_liner_3{
		width: 65px;
		float: left;
		margin: 0 17px;
	}


	.cnt_liner_4{
		width: 55px;
		float: left;
		margin: 0 17px;

	}

	.cnt_liner_5{
		width: 65px;
		float: left;
		margin: 0 17px;
	}

/* 	.cnt_liner_6{
		width: 70px;
		float: left;
		margin: 0 0 0 17px;
	
	} */
	.cnt_liner_6{
		width: 170px;
		float: left;
		margin: 0 0 0 17px;

	}
	.cont_04_cont_wrap {
		width: 1140px;	
		height: 560px;
		display: block;
		margin : 40px auto 0 auto;
	}


	.cont_04_cont_wrap .box_noti.c01 {
		width: 564px;
		height: 560px;
		float: left;
	}

	.cont_04_cont_wrap .box_noti.c02 {
		width: 278px;
		height: 275px;
		float: left;
	}

	.cont_04_cont_wrap .box_noti.c03 {
		margin-left: 10px;
		width: 278px;
		height: 275px;
		float: left;
	}

	.cont_04_cont_wrap .box_noti.c04 {
		margin-top: 10px;
		width: 278px;
		height: 275px;
		float: left;
	}

	.cont_04_cont_wrap .box_noti.c05 {
		margin-left: 10px;
		margin-top: 10px;
		width: 278px;
		height: 275px;
		float: left;
	}


	.cont_04_cont_wrap .box_right {
		float: left;
		width: 566px;
		height: 560px;
		margin-left: 10px;
	}




}






@media (max-width: 1300px) {

	.cont_01_sli{
		width:580px;
		transition: all ease .9s;

	}


	.labm_cont01_right > .inner{
		width: 57%;
	}

	.cont_04_cont_wrap{
		position: relative;
		left: -20px;
	}

	.labm_cont_align{
		position: relative;
		left: -20px;

	}




/* 	.cnt_liner_1{
		width: 50px;
		float: left;
		margin: 0 17px 0 0 ;
	
	} */
	.cnt_liner_1{
		width: 170px;
		float: left;
		margin: 0 17px 0 0 ;
	
	}

	.cnt_liner_2{
		width: 45px;
		float: left;
		margin: 0 17px;


	}

	.cnt_liner_3{
		width: 45px;
		float: left;
		margin: 0 17px;

	}


	.cnt_liner_4{
		width: 35px;
		float: left;
		margin: 0 17px;

	}

	.cnt_liner_5{
		width: 45px;
		float: left;
		margin: 0 17px;
	}

/* 	.cnt_liner_6{
		width: 50px;
		float: left;
		margin: 0 0 0 17px;
	
	} */
	.cnt_liner_6{
		width: 170px;
		float: left;
		margin: 0 0 0 17px;

	}


	.cm_hd{
		width: calc(100% - 100px);
		display: table;
		height: 394px;
		padding: 0 50px;

	}


}


@media (max-width: 1200px) {

	.cont_01_sli{
		width:480px;
		transition: all ease .9s;
	}



}


