@charset "utf-8";

.t2d_notice_2 {  
	display: inline-block;
    /*border: 1px solid #ccc;*/
    border-radius: 3px;
    
    width:100%; 
    /*height: 100%;*/
}
.t2d_notice_2 .maincontent_title {
    font-family:'Pretendard', 'Noto Sans KR', 'Poppins';
	font-size:35px;
	font-weight:400;
    margin: 0px 0 20px 0;
	
}
.t2d_notice_2 .maincontent_title  a {
    float: right;
    font-size: 55px;
    font-weight: 200;	
	transition: .5s;
    line-height:35px;
}
.t2d_notice_2 .maincontent_title  a:hover {
    box-shadow: 0px 0px 9px rgb(255 255 255 / 20%);
    transition: .5s;
    transform: rotate(180deg);	
}
.t2d_notice_2 table { width:100%; }
.t2d_notice_2 table tr td { 
	border-bottom:1px solid #d7d7d7;  
	padding:10px 0;
}
.t2d_notice_2 table tr td a {
	font-size: 16px;
	
}
.t2d_notice_2 table tr td a span {
	color:#ccc;
	float: right;
}



@media all and (max-width:1200px) { 

}
@media all and (max-width:1000px) {  
}

@media all and (max-width:768px) {  

} 
