/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 24 2025 | 06:42:46 */
/**공통 코드**/
.pll-parent-menu-item .sub-menu {top:132% !important;}

/**영어 화면 메뉴**/
#menu-item-80764 a {
    font-size: 14px;
    font-weight: 500 !important;
}
#menu-item-80764 a:before{
    display: none !important;
}
#menu-item-80764 ul{
    background: #fff;
    margin-left: 16px;
    min-width: 70px !important;
}
#menu-item-80764 ul li{
    padding: 0 10px;
}
#menu-item-80764-en a {
    color: #171940 !important;
}
#menu-item-80764-en a img{
    display: none !important;
}
#menu-item-80764-de a {
    color: #171940 !important;
}
#menu-item-80764-de a img{
    display: none !important;
}
#menu-item-80764 a img.emoji{
    margin-right: 5px !important;
    margin-top: 1px !important;
	font-size: 0.9em;
}
#menu-item-80764 ul.sub-menu li a {
    position: relative;	
    padding-left: 23px; /* 이미지와 텍스트 간격 조정 */
}
#menu-item-80764 ul.sub-menu li.current-lang a::after {
    content: '';
    display: inline-block;
    background-image: url('https://esimthailand.com/wp-content/uploads/2023/07/icon_Check.png');
    background-size: contain; /* 이미지 크기 맞춤 */
    background-repeat: no-repeat;
    width: 10px; /* 이미지 너비 조정 */
    height: 10px; /* 이미지 높이 조정 */
    position: absolute;
    left: 0; /* 텍스트 기준 왼쪽 배치 */
    top: 50%;
    transform: translateY(-50%); /* 세로 중앙 정렬 */
	margin-left: 7px;
}

/*독어 화면 메뉴*/
#menu-item-80441 a {
    font-size: 14px;
    font-weight: 500 !important;
}
#menu-item-80441 a:before{
    display: none !important;
}
#menu-item-80441 ul{
    background: #fff;
    margin-left: 16px;
    min-width: 70px !important;
}
#menu-item-80441 ul li{
    padding: 0 10px;
}
#menu-item-80441-en a {
    color: #171940 !important;
}
#menu-item-80441-en a img{
    display: none !important;
}
#menu-item-80441-de a {
    color: #171940 !important;
}
#menu-item-80441-de a img{
    display: none !important;
}
#menu-item-80441 a img.emoji{
    margin-right: 5px !important;
    margin-top: 1px !important;
	font-size: 0.9em;
}
#menu-item-80441 ul.sub-menu li a {
    position: relative;	
    padding-left: 23px; /* 이미지와 텍스트 간격 조정 */
}

#menu-item-80441 ul.sub-menu li.current-lang a::after {
    content: '';
    display: inline-block;
    background-image: url('https://esimthailand.com/wp-content/uploads/2023/07/icon_Check.png');
    background-size: contain; /* 이미지 크기 맞춤 */
    background-repeat: no-repeat;
    width: 10px; /* 이미지 너비 조정 */
    height: 10px; /* 이미지 높이 조정 */
    position: absolute;
    left: 0; /* 텍스트 기준 왼쪽 배치 */
    top: 50%;
    transform: translateY(-50%); /* 세로 중앙 정렬 */
	margin-left: 7px;
}