@charset "utf-8";
.popup-title {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    min-width: 900px;
    height: 60px;
    padding: 0 20px;
    background-color: #f0f3fc;
}

.popup-title a.symbol-aptgin{
    display: block;
    margin-top: 3px;
    width: 36px;
    height: 36px;
    background-image: url(https://aptgin.com/cdn/res/icon/common/svg/symbol_gin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.popup-log{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
}
.popup-help {
    padding: 5px;
    border: solid 2px #7080ad;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #7080ad;
}
.popup-help:hover {
    border-color: #6274a4;
    background-color: #6274a4;
}