@charset "utf-8";

.t2d_notice_2 {  
	display: inline-block;
    /*border: 1px solid #ccc;*/
    border-radius: 3px;
    
    width:100% !important; 
    padding:10px 0px;
    /*height: 100%;*/
}
.t2d_notice_2 .maincontent_title {
    font-family: 'Pretendard', 'Noto Sans KR','Poppins', sans-serif;
	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% !important; }
.t2d_notice_2 table tr td { 
	width:100% !important;
	border-bottom:0px solid #d7d7d7;  
	padding:10px 0px 10px 20px;
	background: url('/theme/t2d_theme_basic_v2/img/dot.png')no-repeat;
}
.t2d_notice_2 table tr td a {
	font-size: 19px;
	
}
.t2d_notice_2 table tr td a span {
	color:#7a7a7b;
	float: right;
}

.t2d_notice_2 ul{width:100%;}
.t2d_notice_2 ul li{background: url('/theme/t2d_theme_basic_v2/img/dot.png')no-repeat; padding-left:20px; width:100%; floaT:left;
 line-height:45px; font-size: 19px;  border:0px solid red;}
.t2d_notice_2 ul li span{color:#7a7a7b;
	float: right;}


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

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

@media all and (max-width:768px) {  
.t2d_notice_2{width:100%; overflow:hidden;}
.t2d_notice_2 table{width:100% !important;}
.t2d_notice_2 table tr td a {
	font-size: 17px;
	
}
.t2d_notice_2 table tr td a span{display: none;}
.t2d_notice_2 table tr td {padding:10px 10px 0px 15px; border:0px solid red;   width:100%;  
    font-size:17px; background-position-y: -2px;
}

.t2d_notice_2 table tr td a{ display:block; width:100%;
 border:0px solid red; font-size:16px;  overflow: hidden; font-size:16px;
   text-overflow: ellipsis !important;}
.t2d_notice_2 ul li{   white-space: nowrap; background-position-y:-5px ;
    overflow: hidden; font-size:17px; line-height:35px !important; padding-left:15px;
    text-overflow: ellipsis;}
.t2d_notice_2 ul li span{display: none}

} 
