@charset "utf-8";

/* Google 번역 선택 UI 공통 스타일 */
#header .toputil {z-index: 1000;} /* 언어 목록이 로고 위에 표시되도록 설정 */

.site_code.site_code2 {right: 6px; top: -2px;}
.site_code.site_code2 button {width: 25px; padding: 0; background: none;}
.site_code.site_code2 ul {right: -65px; width: 150px; top: 41px;}
.site_code.site_code2 li a {font-size: 13px;}
.site_code.site_code2 li a img {width: 20px; margin-right: 5px;}

@media screen and (max-width:1019px) {
	#header .toputil .site_code:not(.site_code2) {right: 42px;} /* TA(00013) 모바일 기본 언어 버튼과 구글 버튼 겹침 방지 */
	.site_code button {display: flex; align-items: center; justify-content: center; line-height: normal;}
	.site_code.site_code2 {right: 5px;}
	.site_code.site_code2 button {width: 32px; overflow: visible;} /* 구글 번역 아이콘 좌우 잘림 방지 */
	.site_code.site_code2 ul {right: 0;}
}
