.gnb__wrapper {
    width: 100%;
    height: 72px;
    position: relative;
    z-index: 100;
    background: #FFFFFF;
    border-bottom: solid 1px #A1ABBB80;
}

.gnb__container {
    display: flex;
    height: 72px;
    padding: 0px 24px 0px 24px;
}

.gnb__logo {
    display: flex;
    width: calc(100% - 400px);
    padding: 12px 0px 12px 0px;
    align-items: center;
}

.gnb__logo__image {
    height: 30px;
}

.gnb__tools {
    display: flex;
    width: 400px;
    padding: 16px 0px 16px 0px;
    align-items: center;
    flex-direction: row-reverse;
}

.i18n {
    position: relative;
    min-width: 109px;
    height: 20px;
    flex-grow: 0;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    padding: 0;
    cursor: pointer;
}

.i18n__icon {
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    background: url('../../../img/globe-02.png');
    background-size: contain;
}

.i18n__label {
    position: absolute;
    left: 28px;
    top: 1px;
    width: 49px;
    height: 10px;
    flex-grow: 0;
    font-family: NotoSansKR;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #101828;
}

.i18n__arrow-down{
    position: absolute;
    left: 80px;
    top: 2px;
    width: 16px;
    height: 16px;
    flex-grow: 0;
    object-fit: contain;
    filter: invert(100%);
    background: url('../../../img/header_arrow_down.png');
}
.i18n__arrow-up{
    position: absolute;
    left: 80px;
    top: 2px;
    width: 16px;
    height: 16px;
    flex-grow: 0;
    object-fit: contain;
    filter: invert(100%);
    background: url('../../../img/header_arrow_up.png');
    display: none;
}

.i18n__panel {
    position: absolute;
    top: 36px;
    right: 0px;
    flex-grow: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    box-shadow: 4px 10px 20px 0 rgba(144, 153, 181, 0.2);
//border: solid 1px #545DD4;
    background-color: #ffffff;
    display: none;
    width: 200;
    border-radius: 18px;
    padding: 12px;

}

.i18n__panel__label {
    height: 20px;
    flex-grow: 1;
    font-family: NotoSansKR;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1f2533;
}

.i18n__panel__language {

}

.i18n__panel__language-name {
    width: 111px;
    height: 20px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px 6px;
}

.i18n__panel__language-name:hover {
    background-color: #EFF8FF;
}
