.MAIN_notice_HS {
  position: relative; width: 100%;
padding-bottom:clamp(30px, calc(4.605vw + 11.579px), 100px)
}





/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	
	
.MAIN_notice_HS .contents-inner { 
width: 100%;  display: flex;
justify-content:flex-start;  align-items:flex-start; flex-direction:row; box-sizing: border-box; 
}

	.MAIN_notice_HS .contents-inner .title_box{width: 25%;  float: left; position: relative; padding-top: clamp(30px, calc(2.632vw + 19.474px), 70px); margin-right: 100px}
.MAIN_notice_HS .contents-inner .title_box:before{position: absolute; right: 0px; top:0px; content: "";  background-color: #000;   font-family: unicons-line; width: 200%; height: 3px }

.MAIN_notice_HS .contents-inner .notice_box{width: 75%; float: right;  border-top: 1px solid #ccc; 
 display: flex;
justify-content:flex-start;  align-items:flex-start; flex-direction:column; box-sizing: border-box; }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	
	
.MAIN_notice_HS .contents-inner { width: 100%;  float: left}

.MAIN_notice_HS .contents-inner .title_box{width: 100%;  float: left; position: relative; padding-top: clamp(30px, calc(2.632vw + 19.474px), 70px);}
.MAIN_notice_HS .contents-inner .title_box:before{position: absolute; right: 0px; top:0px; content: "";  background-color: #000;   font-family: unicons-line; width: 200%; height: 3px }

.MAIN_notice_HS .contents-inner .notice_box{width:100%; float: left; border-top: 1px solid #ccc; 
 display: flex;
justify-content:flex-start;  align-items:flex-start; flex-direction:column; box-sizing: border-box; }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




.MAIN_notice_HS .contents-inner .title_box .stitle{
font-size:calc(var(--tit-mds-size) * 0.7); font-weight: 700 ; margin-bottom:10px; line-height: 100%!important; color: #000; letter-spacing: -0.5px;
}


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	
.MAIN_notice_HS .contents-inner .title_box .title{
font-size:calc(var(--tit-lg-size) * 1.0); font-weight: 900 ; margin-bottom:clamp(30px, calc(1.316vw + 24.737px), 50px); line-height: 130%!important; color: #000; letter-spacing: -0.5px;
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	
.MAIN_notice_HS .contents-inner .title_box .title{
font-size:calc(var(--tit-lg-size) * 1.0); font-weight: 900 ; margin-bottom:20px; line-height: 130%!important; color: #000; letter-spacing: -0.5px;
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.MAIN_notice_HS .contents-inner .title_box   .more_btn{
width: auto; font-size: calc(var(--tit-mds-size) * 0.7); color: #000;  font-weight: 700; position: relative; padding-left: clamp(30px, calc(1.316vw + 24.737px), 50px)
}
.MAIN_notice_HS .contents-inner .title_box  .more_btn:before{ width: 37px; height: 37px; position: absolute; left: 0px; top:-8px; content: "";  font-family: unicons-line; background: url("../images/more_icon.png") no-repeat center center;  background-size:37px }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.MAIN_notice_HS .contents-inner .title_box   .more_btn{ 
width: auto; font-size: calc(var(--tit-mds-size) * 0.7); color: #000;  font-weight: 700; position: relative; padding-left: clamp(30px, calc(1.316vw + 24.737px), 50px); position: absolute; right:0px; bottom:20px;
}
.MAIN_notice_HS .contents-inner .title_box  .more_btn:before{ width: 25px; height: 25px; position: absolute; left: 0px; top:-5px; content: "";  font-family: unicons-line; background: url("../images/more_icon.png") no-repeat center center;  background-size:20px }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


