body{background-color:#fff;}
.skiptranslate{display:none;}
/* Google 번역 바 숨기기 */

.goog-te-banner-frame {
    display: none !important;
}
body {
    top: 0 !important;
}

/* Google 번역기 iframe 숨기기 */
.goog-te-gadget {
    display: none !important;
}
.custom-dropdown{
  /* position:absolute;
   top:38px;
   left:300px;*/
    display: inline-block;
	positon:relative;
}


#selected-lang {
    /*background: white;*/
	width:17.4rem;
background-color: transparent;
    padding: 1.1rem 2rem;
	height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.4rem;
	font-weight: 500;
	color: #34368A;
    /*border: 1px solid #ccc;*/
    border:0;
   text-transform: uppercase;
	border-right: 0.1rem solid rgba(0, 0, 0, 0.10);

	
}

#selected-lang::after {
    content: "";
    font-size: 12px;
    margin-left: 6px;
    background: url(/_res/seojeong/_share/img/ico-lang-arr_on02.png) no-repeat;
    background-size:12px 7px;
    width:12px;
    height:7px;
	display: inline-block;
    transition: transform 0.2s ease;
}
#selected-lang.open::after {
    transform: rotate(180deg);
}

#selected-lang img {
    width: 20px;
    height: 20px;
}

#language-list {
    display: none;
    position: relative;
    background: white;
    border:0.1rem solid rgba(0, 0, 0, 0.10);
    width:17.4rem;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

#language-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
	font-size: 1.4rem;
}

#language-list li:hover {
    background: #f0f0f0;
}

#language-list img {
    width: 20px;
    height: 20px;
}
@media (max-width: 1430px) {
.custom-dropdown{left:200px;top:38px;
}
@media (max-width: 1040px) {
	
#selected-lang { padding:.8rem 2rem; justify-content: center; width: 100%;}
#language-list{z-index: 9999; width:100%;}
.custom-dropdown{width: 100%;
/*left:170px;top:50%;width:auto;transform:translate(0%,-50%);*/}
}