#shareLink {
    /*background-color: #000;*/
    display: none;
    z-index: 2000;
    top: 0!important;
    bottom: 0;
}

#shareLink .inihall-popup__back-drop {
    /*display: none;*/
    position: absolute;
    top: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.1);
}

#shareLink .inihall-popup__content {
    top: auto;
    z-index: 2000;
    /*transition: transform 0.3s;*/
    /*transform: translateY(0%);*/
}

#shareLink .inihall-popup__box {
    width: 100%;
    height: auto;
    border-radius: 1rem 1rem 0 0;
    padding-bottom: 1.6rem;
    background-color: #fff;
    /*padding-bottom: calc(16px + );*/
    overflow: hidden;
    box-shadow: none;
}

#shareLink .head {
    position: relative;
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#shareLink .head__title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font10);
    font-weight: bold;
}

#shareLink .head .inihall-button-group--right {
    position: absolute;
    right: 0.8rem;
}

#shareLink .head .fas {
    cursor: pointer;
    background-size: auto 1.6rem;
    padding: 1.2rem;
    font-size: var(--font6);
}

#shareLink ul {
    padding: 0 2.4rem;
    margin-top: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#shareLink ul li {
    width: 7rem;
    padding: 0 0.8rem;
    cursor: pointer;
}

#shareLink ul li .icon {
    position: relative;
}

#shareLink ul li .icon::before {
    content: "";
    display: inline-block;
    margin-top: 100%;
    width: 100%;
}

#shareLink ul li .icon .inner-circle {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font10);
    font-weight: 500;
    border-radius: 0.8rem;
    overflow: hidden;
    background-color: #eeeeee;
}

#shareLink ul li .icon .inner-circle i {
    font-size: var(--font14);
}

#shareLink ul li .icon .inner-circle img {
    width: 100%;
}

#shareLink ul li .name {
    margin-top: 0.8rem;
    font-size: var(--font2);
    text-align: center;
    white-space: nowrap;
}