/******************** site value *************************/
.brand-logo { background-image: url('https://cdn.pikle.io/pikleio/2022/12/19112311/newsInternational_logo_600x104.png'); } 
.error-body .error-article .brand-logo { width: 90px; height: 30px; } 
.header .logo-default { max-width: 300px; min-width: 88px; max-height: 69px; width:125px; } 
.footer .logo-default { max-width: 110px; min-height: 50px; } 
.gnb-wrap .menu li:hover a { color: #b800ff; } 
.pagenation a.current, .pagenation .current.current { color: #b800ff; border-color: #b800ff; } 
.news-view p strong a { color: #b800ff; } 
.news-view a { color: #b800ff; font-weight: bold; } 
.post-from p a { color: #b800ff; } 
.gnb-wrap .menu li:checked::before, .gnb-wrap .menu li.current-menu-item::before { background-color: #b800ff; bottom:-21px; } 
.gnb-wrap .menu li:checked a, .gnb-wrap .menu li.current-menu-item a { color: #b800ff; } 
.comment-box .write-comment .absolute-box button { background-color: #b800ff; } 
body.policy .body ul.footer_link li.active { border: 1px solid #b800ff !important; } 
body.policy .body ul.footer_link li:hover a { color: #b800ff !important; } 
body.policy .body ul.footer_link li.active a, body.policy .body ul.footer_link li:hover a { color: #b800ff !important; } 
.author-name { color: #b800ff; } 
.author-link>a::after { background: #b800ff; } 
.gnb-wrap .menu li.current-post-parent::before { background-color: #b800ff; bottom: -21px; } 
.gnb-wrap .menu li.current-post-parent a { color: #b800ff; font-weight: bold; } 
@media screen and (max-width: 767px) { 
 	.header .search-wrap .icon-btn i { top: 0px; } /* 모바일 헤더 검색버튼 위치 수정 */
 } 
/******************** site value end *************************/

/* 헤더디자인 변경시 주석을 풀어주세요 (어두운 헤더 BG + 밝은 텍스트) */
/* .header { background-color: #b800ff; } 
.gnb-wrap .menu li a { color: #fff; } 
.gnb-wrap .menu li:hover a { color: #fff; } 
.gnb-wrap .menu li:checked a, .gnb-wrap .menu li.current-menu-item a { color:#fff; } 
@media screen and (max-width: 767px) { 
	.gnb-wrap .menu li:checked a, .gnb-wrap .menu li.current-menu-item a { color: #000; } 
	.header .gnb-wrap { background-color: #fff; } 
	.gnb-wrap .menu li a { color: #000; } 
	.gnb-wrap .menu li:hover a { color: #000; } 
	.icon-search { filter: invert(1); } 
	.header .search-wrap .icon-btn i { top: 5px; } 
 } */

/* 헤더디자인 변경시 주석을 풀어주세요 (밝은 헤더 BG + 검정 텍스트) */
/* .header { background-color: #ffcf35; } 
.gnb-wrap .menu li a { color: #000; } 
.gnb-wrap .menu li:hover a { color: #000; } 
.gnb-wrap .menu li:checked a, .gnb-wrap .menu li.current-menu-item a { color:#000; } 
@media screen and (max-width: 767px) { 
	.header .gnb-wrap { background-color: #fff; } 
	.gnb-wrap .menu li a { color: #000; } 
	.gnb-wrap .menu li:hover a { color: #ffcf35; } 
	.header .search-wrap .icon-btn i { top: 5px; } 
 } */

/******************** UI fix css START *************************/
/* 모바일 상단 ad 삭제로 여백 수정 */
@media screen and (max-width: 767px) {
	.news-view .title-box { padding-top: 15px; }	
}
/* 헤더gnb상단고정 */
@media screen and (max-width: 767px) { 
	header { position: sticky; top: -47px; background: #fff; z-index: 9999; } 
}
/************************* UI fix css END *************************/
