@charset "utf-8";

	
	
.main_top{width:100%; height:auto;  float: left;  position: relative  }	



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.full_sw_02v1 .notice-box {
   width: 100%; position: absolute; left: 0PX; bottom: 0PX;
    height: 8rem;
    padding: 0px;
    z-index: 99999999999999999999
}
	.full_sw_02v1 .notice_boxin{
 background: var(--white);  width:600PX;
    height: 8rem; float: left; padding: 20px; display: flex;  justify-content: center;  align-items: center; position: relative
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.full_sw_02v1 .notice-box {
   width: 100%; position: absolute; left: 0PX; bottom: 15PX;
    height: 7rem;
    padding: 0px;
    z-index: 99
}
	.full_sw_02v1 .notice_boxin{
 background: var(--white);  width:100%;
    height: 7rem; float: left; padding: 5px; display: flex;  justify-content: center;  align-items: center; position: relative
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.full_sw_02v1 .notice-inner {
    width: 100%; float: left; 
    padding: 0 2.4rem;  
}
.full_sw_02v1 .tit{
   position: absolute ; left:clamp(15px, 2.344vw, 30px) ;  top:0px;  height: 100%; float: left;  display: flex;  justify-content: center; align-items: center;
}
.full_sw_02v1 .tx1 {
   width: 100%; float: left ; padding-left: clamp(80px, 7.813vw, 100px); padding-right: 30px;

}
.full_sw_02v1 .notice-arrow {
  position: absolute; right: 20px; top: 0px;height: 100%; float: left;  display: flex;  justify-content: center; align-items: center; z-index: 9999999999999; 

}
.full_sw_02v1 .notice-arrow:before {
content: "\eb6d";    font-family: unicons-line;color: #000;font-size: 30px;

}