@charset "utf-8";
/* 새글 스킨 (latest) */




.latest_jw_ga_bbs_01_box {width: 100%; transition:all 0.5s ease; position:relative;} /* 리스트box */
.latest_jw_ga_bbs_01_box .latest_jw_ga_bbs_01_cop {width:29.5%; } /* li, 가로배열,높이,바깥여백 */

.latest_jw_ga_bbs_01_box .latest_jw_ga_bbs_01_cop a {cursor:pointer;} /* a링크커서 */ 
.latest_jw_ga_bbs_01_box .latest_jw_ga_bbs_01_cop .thumb {display:block; position:relative;   overflow:hidden;} /* 썸네일 */ 

.cop_txt{text-align:left;}
.cop_txt p{font-size:18px; color:#000; font-weight:700;margin:14px 0 12px;}
.cop_txt > span{font-size:16px; color:#000; opacity:0.6}

span.notice_title{color:#c71a21;  font-size:17px; margin-bottom: 18px; display: block; margin-left:18px}
.latest_jw_ga_bbs_01_box .latest_jw_ga_bbs_01_cop .thumb img{max-width:100%; height:auto; display:block;}

.latest_jw_ga_bbs_01_box ul{display: flex; justify-content: space-around;}

.cop_btn{display:flex; justify-content:space-between;  align-items:center; margin-top:30px;}
.txt_blck{ color:#fff; font-size:15px; border:1px solid #d5d5d5; padding:9px 15px;  display:inline-block; transition:all 0.5s ease;}
.txt_blck span{max-width:13px;margin-left:20px; transition:all 0.5s ease; background:url('./img/btn_gray.png') no-repeat center center; width: 13px; height: 10px; display: inline-block; background-size: 13px;}
.txt_blck:hover{border:1px solid #c71a21; color:#fff; background-color:#c71a21;}
.txt_blck:hover span{background:url('./img/btn_white.png') no-repeat center center;width: 13px; height: 10px; display: inline-block; background-size: 13px;margin-left:40px; }

@media(max-width:1780px){
.cop_txt p{font-size:15px; line-height:24px}
.cop_txt > span{font-size:15px}
}
@media(max-width:1300px){
span.notice_title{margin-left:0}
.latest_jw_ga_bbs_01_box ul{justify-content:space-between}
.latest_jw_ga_bbs_01_box .latest_jw_ga_bbs_01_cop{width:48%}
.cop_btn{margin-top:15px}
}
@media(max-width:890px){
span.notice_title{margin-bottom:10px; }
.cop_txt p{font-size:13px; line-height:23px; margin:10px 0}
.txt_blck{padding:6px 8px; font-size:12px}
.cop_txt > span{font-size:12px;}
.txt_blck span{margin-left:10px; background-size:10px; width:10px}
.cop_btn{margin-top:12px}
.txt_blck:hover span{margin-left:10px}
}