#corner-popup{
    position: fixed;
    bottom: 0.6em;
    right: 0.6em;
    width: 280px;
    z-index: 20;
    /* background:url(/renew/images/chat_call_open.png) 0 0 / 100% 100%; */
    /* background: #fff; */
}

#corner-popup {
    visibility: visible;
    bottom: 10px;
}


#corner-popup #upper-btn{
    text-align: left;
    padding: 0.6em 0.6em 0.4em;
    font-size: 13px;
}
#corner-popup #upper-btn::after{
    content: "<";
    font-family: monospace;
    font-weight: bold;
    transform: rotate(90deg);
    position: absolute;
    right: 1em;
    color: #fff;
    cursor: pointer;
    pointer-events: none;
}
#corner-popup.show #upper-btn::after{
    content: "<";
    font-family: monospace;
    font-weight: bold;
    transform: rotate(-90deg);
}
/* íœƒ{ƒ^ƒ“
#corner-popup.show #upper-btn::after {
    content: "";
    background: url('/renew/images/btn_close_white.png') center center / 100% auto;
    width: 1.0em;
    height: 1.0em;
}
*/
#corner-popup #corner-content{
    height: 0px;
    transition-duration: 0.2s;
    transition-property:width,height,transform;
    transition-timing-function: ease-in;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
#corner-popup.show #corner-content{
    height: 296px;
}
#corner-popup #corner-content a.banner:hover{
    opacity: 1;
}
#corner-popup #corner-content a img{
    width: 100%;
}

#corner-popup #corner-content a img{
    width: 100%;
}
/*
#corner-content h5{
    font-size: 22px;
    padding: 1em 0 0.4em;
}
#corner-content p{
    font-size: 12px;
    margin: 1em 0;
    line-height: 1.6;
}
#corner-content .btn-link-with-icon{
    font-size: 12px;
    width: 152px;
}
*/

@media screen and (max-width: 1024px) and (min-width: 1px) {
    #corner-popup {
        width: 210px;
    }#corner-popup.show #corner-content{
        height: 222px;
    }
}
