@import url('../../../../css/font/pretendard.css');


@media screen and (min-width:781px) {

	.blockInner[data-latest-skin="basic"] .more{position:absolute;top:5px;right:0;font-weight:bold;padding:0 12px;height:26px;border:1px solid rgba(71,78,103,0.45);color:rgba(71,78,103,0.45);border-radius:30px;transition:all .2s ease-in-out;
		display:inline-flex;align-items:center;justify-content:center;gap:7px;}
	.blockInner[data-latest-skin="basic"] .more:after{content:'\e934';font-family:'intaefont';font-size:10px;font-weight:normal;}
	.blockInner[data-latest-skin="basic"] .more:hover{border:1px solid var(--mainColor);color:var(--mainColor);}

	.latest_header{font-family:var(--pretendard);margin-bottom:25px;background:#F8F8FA;padding:10px;border-radius:50px;overflow:hidden;}
	.latest_header .latest_table_name{font-size:36px;font-weight:900;margin-right:auto;}

	.latest_header ul.cate_ul{display:flex;align-items:center;justify-content:center;gap:20px;justify-content:space-between;}
	.latest_header ul.cate_ul li{flex:1}
	.latest_header ul.cate_ul li a{width:100%;font-size:18px;font-weight:600;color:#868C90;padding:0 15px;border-radius:40px;height:53px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
	.latest_header ul.cate_ul li a.active{background:#181818;color:#FBCB39;}


	._latest_ajax_basic ul.latest_basic_ul{display:flex;flex-wrap:wrap;gap:15px;font-family:var(--pretendard);background:#F8F8FA;padding:20px;border-radius:10px;}
	._latest_ajax_basic ul.latest_basic_ul li{width:calc(33.33% - 10px);font-size:16px;padding:28px;background:#fff;border-radius:10px;border:0 !important;display:flex;flex-direction:column;gap:25px;}
	._latest_ajax_basic ul.latest_basic_ul li .top{width:100%;display:flex;align-items:center;}
	._latest_ajax_basic ul.latest_basic_ul li .cate_txt{opacity:1;font-size:14px;font-weight:600;height:30px;padding:0 10px;border-radius:3px;background:#EAE6E2;display:inline-flex;align-items:center;justify-content:center;}
	._latest_ajax_basic ul.latest_basic_ul li .date{margin-left:auto;font-size:12px;font-weight:600;color:#666360;}
	._latest_ajax_basic ul.latest_basic_ul li .subject{font-size:18px;font-weight:600;}
	._latest_ajax_basic ul.latest_basic_ul li .writer{margin-top:auto;}
	._latest_ajax_basic ul.latest_basic_ul .empty_list{width:100%;}


	._latest_ajax_btnSet .viewmore{margin-left:auto;font-size:16px;font-weight:800;width:210px;height:70px;background:#F9D54B;border-radius:40px;;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease-in-out;}
	._latest_ajax_btnSet .viewmore:after{content:'\e921';font-family:'myfont';font-size:14px;}
	._latest_ajax_btnSet .viewmore:hover{background:#363738;color:#F9D54B;}

}


@media screen and (max-width:780px) {

	.blockInner[data-latest-skin="basic"] .more{position:absolute;top:5px;right:0;font-weight:bold;padding:0 12px;height:26px;border:1px solid rgba(71,78,103,0.45);color:rgba(71,78,103,0.45);border-radius:30px;transition:all .2s ease-in-out;
		display:inline-flex;align-items:center;justify-content:center;gap:7px;}
	.blockInner[data-latest-skin="basic"] .more:after{content:'\e934';font-family:'intaefont';font-size:10px;font-weight:normal;}
	.blockInner[data-latest-skin="basic"] .more:hover{border:1px solid var(--mainColor);color:var(--mainColor);}

	.latest_header{font-family:var(--pretendard);margin-bottom:25px;background:#F8F8FA;padding:10px;border-radius:50px;margin-top:10px;overflow:hidden;}
	.latest_header .latest_table_name{font-size:36px;font-weight:700;margin-right:auto;}

	.latest_header ul.cate_ul{}
	.latest_header ul.cate_ul li{}
	.latest_header ul.cate_ul li a{width:100%;font-size:13px;font-weight:600;color:#868C90;padding:0 13px;border-radius:40px;height:30px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
	.latest_header ul.cate_ul li a.active{background:#181818;color:#FBCB39;}

	._latest_ajax_basic ul.latest_basic_ul{display:flex;flex-wrap:wrap;gap:10px;font-family:var(--pretendard);background:#F8F8FA;padding:10px;border-radius:10px;}
	._latest_ajax_basic ul.latest_basic_ul li{width:calc(50% - 5px);font-size:16px;padding:10px;background:#fff;border-radius:10px;border:0 !important;display:flex;flex-direction:column;gap:15px;}
	._latest_ajax_basic ul.latest_basic_ul li .top{width:100%;display:flex;align-items:center;flex-wrap:wrap;}
	._latest_ajax_basic ul.latest_basic_ul li .cate_txt{opacity:1;font-size:12px;font-weight:600;height:24px;padding:0 10px;border-radius:3px;background:#EAE6E2;display:inline-flex;align-items:center;justify-content:center;}
	._latest_ajax_basic ul.latest_basic_ul li .date{margin-left:auto;font-size:11px;font-weight:600;color:#666360;}
	._latest_ajax_basic ul.latest_basic_ul li .subject{font-size:14px;font-weight:600;}
	._latest_ajax_basic ul.latest_basic_ul li .writer{margin-top:auto;font-size:12px;}
	._latest_ajax_basic ul.latest_basic_ul li .writer img{width:26px !important;height:26px !important;}
	._latest_ajax_basic ul.latest_basic_ul .empty_list{width:100%;}


	._latest_ajax_btnSet .viewmore{margin-left:auto;font-size:13px;font-weight:600;padding:0 25px;height:46px;background:#F9D54B;border-radius:40px;;display:inline-flex;align-items:center;justify-content:center;gap:10px;}
	._latest_ajax_btnSet .viewmore:after{content:'\e921';font-family:'myfont';font-size:14px;}
	
}


@media screen and (max-width:600px) {
	._latest_ajax_basic ul.latest_basic_ul li{width:calc(100% - 5px);font-size:16px;padding:10px;background:#fff;border-radius:10px;border:0 !important;display:flex;flex-direction:column;gap:15px;}
}

@media screen and (max-width:320px) {
	._latest_ajax_basic ul.latest_basic_ul li{}
}