@charset "utf-8";

.t2d_notice_5_viewmore_white {  
	display: inline-block;
    /*border: 1px solid #ccc;*/
    border-radius: 3px;
    
    width:100%; 
    /*height: 100%;*/
}
.t2d_notice_5_viewmore_white .t2d_contenttitle_b { 
    
    text-align: center;
    font-family: 'Pretendard', 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #000;
 margin-bottom: 50px;}

.t2d_contenttitle_b .logobold{
    font-family: 'Pretendard'; font-size:40px;
    font-weight: 700;
    /*vertical-align: middle;*/
}
.t2d_contenttitle_b .logoregular{
    font-family: 'Pretendard'; font-size:40px;font-style: normal;font-weight: 200;
    /*vertical-align: middle;*/
}

.t2d_notice_5_viewmore_white table { width:100%; 
    border-collapse: collapse;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    color:#535354;
}
.t2d_notice_5_viewmore_white table td a{ 
    color:#535354;
}

.t2d_notice_5_viewmore_white table tr td { 
	border-bottom:1px solid #eaeaea;    
	padding:10px 0;
    height: 100px;
}
.t2d_notice_5_viewmore_white table tr td a {
	font-size: 16px;
	
}

.t2d_notice_5_viewmore_white table .isnotice{ 
    width: 15%;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #30488d;
}
.t2d_notice_5_viewmore_white table .subject{ 
    width: 55%;
    padding-left:10px;
    font-size: 22px;
    font-weight: 400;
}
.t2d_notice_5_viewmore_white table .subject_wrap{ 
    max-width:665px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t2d_notice_5_viewmore_white table .subject a{ 
    

    font-size: 24px;
    font-weight: 400;
    
}
.t2d_notice_5_viewmore_white table .datefield{ 
    width: 15%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.t2d_notice_5_viewmore_white table .arrowicon{ 
    width: 15%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.t2d_notice_5_viewmore_white table .arrowicon span{ 

    font-size: 50px;
    font-weight: 300;
}


/* 더보기버튼 */
.t2d_notice_5_viewmore_white .pluslist_btn_wrap { 
    margin: 50px auto 0px auto;
    width: 200px;
 }

.t2d_notice_5_viewmore_white .pluslist_btn {  
	display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    /*background: #9aca5b;*/
     border: 1px solid #eaeaea;
    border-radius: 50px;
  
    position: relative;
    padding-right: 15px;
    transition: all 0.1s;
	box-sizing:border-box;
    color:#000;
}
.t2d_notice_5_viewmore_white .pluslist_btn span { position:absolute; top:1px; right: 10%; font-family: 'Pretendard', sans-serif; font-size:28px; font-weight:700; }
.t2d_notice_5_viewmore_white .pluslist_btn:hover { background:#f9a11b; border:1px solid #ff9000; color:#fff; transition:all 0.1s;}

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


}
@media all and (max-width:1000px) {  
    .t2d_notice_5_viewmore_white .t2d_contenttitle_b{ font-size:40px; }
.t2d_notice_5_viewmore_white table .isnotice{ 
    display:none;
    width:0px;
}
.t2d_notice_5_viewmore_white table .subject{ 
    width: 80%;
}
.t2d_notice_5_viewmore_white table .datefield{ 
    width: 20%;
    font-size: 18px;
}
.t2d_notice_5_viewmore_white table .arrowicon{ 
    display:none;
    width:0px;
}

}

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

.t2d_notice_5_viewmore_white table .subject{ 
    width:100%;
    font-size: 18px;
    
}
.t2d_notice_5_viewmore_white table .subject_wrap{ 
    max-width:360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t2d_notice_5_viewmore_white table .subject a{ 
    font-size: 18px;
    font-weight: 400;
}
.t2d_notice_5_viewmore_white table .datefield{ 
   display:none;
    width:0px;
    
}
.t2d_notice_5_viewmore_white table tr td{
    height:80px;
}

.t2d_notice_5_viewmore_white .t2d_contenttitle_b{ font-size:35px; }

} 
