
.pcTopMenu {
    padding-left: 0;
    background: none;
    display: flex;
    align-items: flex-end;
    height: 42px;
}

.pcTopMenu .pcTlan_cnm {
    padding: 0;
    background: rgba(17, 41, 128, 0.05);
    width: 36px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pcTopMenu:hover {
    background: none;
}

.pcTopMenu:hover .pcTlan_cnm {
    background: rgba(17, 41, 128, 0.05);
}

.pcTopMenu .pcTlan_menu {
    width: 320px;
    height: 180px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: auto;
    right: 0;
    top: 71px;
    color: #000;
    padding: 20px;
}

.pcTopMenu .pcTlan_menu a {
    color: #000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
}

.pcTopMenu .pcTlan_menu a:hover {
    background: #f5f5f5;
}

.pcTopMenu .pcTlan_menu a img {
    background: #fff;
    border: #e5e5e5 solid 1px;
    border-radius: 10px;
}

.pcTopMenu .pcTlan_menu a:hover img {
    background: #efb600;
    border-color: transparent;
}

.pcTopMenu .pcTlan_menu:after {
    display: none;
}