/**170727 top_nation 국기 이미지 추가**/
.top_nation .list {width:360px; background-color:#fff; border-bottom:1px solid #ebebeb;}
.top_nation li {float:left; border-bottom:1px solid #ebebeb;}
.top_nation li.noborder {border-bottom:0;}
.top_nation li a {position:relative; width:179px; padding:11px 20px 10px; border-bottom:none;}
.top_nation li:nth-child(2n-1) a {border-right:1px solid #ebebeb;}

@media (max-width:480px) {
	.top_nation .list {position:fixed; width:100%; right:0;}
	.top_nation li {width:50%;}
	.top_nation li a {width:100%; font-size:14px; padding:12px 20px 11px;}
}
@media (max-width:360px) {
	.top_nation li a {font-size:13px; padding-right:5px;}
}
@media (max-width:320px) {
	.top_nation li a {padding-left:10px;}
}
/**170727 footer 뉴스룸 아웃링크 국기 이미지 추가**/
#footer .group_select {position:relative;}
#footer .group_select .select_link {position:static;}
#footer .group_select .dropbox {width:360px; padding:0; bottom:39px; left:auto; right:0; border:1px solid #ebebeb;}
#footer .group_select .dropbox li {float:left; width:50%; border-bottom:1px solid #ebebeb;}
#footer .group_select .dropbox li.noborder {border-bottom:0;}
#footer .group_select .dropbox li:nth-child(2n-1) {border-right:1px solid #ebebeb;}
#footer .group_select .dropbox a {position:relative; padding:11px 20px 10px; color:#363636;}

@media (max-width: 1279px) {
	#footer .group_select .dropbox {bottom:69px;}
}
@media (max-width: 768px) {
	#footer .group_select .dropbox {right:auto; left:50%; margin-left:-180px; bottom:39px;}
}
@media (max-width: 480px) {
	#footer .group_select .dropbox {width:auto; left:0; margin-left:-16px; margin-right:-16px;}
	#footer .group_select .dropbox a {width:100%; font-size:14px; padding:12px 20px 11px;}
}
@media (max-width:360px) {
	#footer .group_select .dropbox a {font-size:13px; padding-right:5px;}
}
@media (max-width:320px) {
	#footer .group_select .dropbox a {padding-left:10px;}
}