
/* This file is a common area of the web bus. Please do not edit.
============================================ */
/*--- 이파일은 웹버스의 공통 영역입니다. 수정하지 말아주세요. ---*/


/*번역기부분*/

a.gt_switcher-popup.glink span {
    display: none !important;
}

.gt_white_content.notranslate a.glink span {
    color: #666 !important;
}

.gt_white_content{
    background-color: #f9f9f9; /* 배경색 */
    border-radius: 15px; /* 모서리를 더 둥글게 만듦 */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* 고급스러운 쉐도우 효과 */
    padding: 25px; /* 내부 여백 */

    /* 팝업 박스 내 텍스트 스타일 */
    font-family: sans-serif; /* 더 고급스러운 글꼴 */
    font-size: 18px; /* 더 큰 글자 크기 */
    color: #555555; /* 더 진한 글자 색상 */
    line-height: 1.6; /* 줄 간격 */
}

.gt_white_content {
    height: 385px !important;
}

.gtranslate_wrapper a {
    margin-top: -4px;
}

.gt_white_content {
  transform: translate(00%, 10%) !important;
}

/*번역스위처-메뉴에놓았을때*/
.et-menu.nav .webverse-language a{
display: inline-block !important;
}
/*번역스위처-모바일메뉴에놓았을때*/
.et_mobile_menu .webverse-language a{
display: inline-block !important;
}