@charset 'utf-8';

@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/* quickmenu */

.remote-banner {
    position: absolute;
    top: -6%;
    right: -15%;
}
.rm_banner {
    position: relative;
    width: 120px;
    text-align: center;
}

.rm_banner ul {
    display: inline-block;
    padding: 0 10px 12px 10px;
    width: 110px;
    border-radius: 13px;
    box-sizing: border-box;
}

.rm_banner li a {
    font-family: 'NanumSquareNeo-Variable';
    margin: 13px 0;
    padding: 40px 0 0 0;
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.rm_banner li a span {
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}

.rm_banner li:last-child {
    border: none;
}
.rm_banner li a.top_btn {
    position: absolute;
    left: 50%;
    bottom: -5%;
    background: url('/assets/image/qm_top.png') no-repeat center;
    background-size: cover;
    /* background-color: #fff; */
    width: 27px;
    height: 36px;
    transform: translateX(-50%);
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
}

.rm_banner li a.qm1 {
    background: url('/assets/image/qm1.png') no-repeat center;
    background-size: cover;
    width: 90px;
    height: 90px;
}
.rm_banner li a.qm2 {
    background: url('/assets/image/qm2.png') no-repeat center;
    background-size: cover;
    width: 90px;
    height: 90px;
}
.rm_banner li a.qm3 {
    background: url('/assets/image/qm3.png') no-repeat center;
    background-size: cover;
    width: 90px;
    height: 90px;
}
.rm_banner li a.qm4 {
    background: url('/assets/image/qm4.png') no-repeat center;
    background-size: cover;
    width: 90px;
    height: 90px;
}
.rm_banner li a.qm5 {
    background: url('/assets/image/qm5.png') no-repeat center;
    background-size: cover;
    width: 90px;
    height: 90px;
}
.rm_banner li a.qm6 {
    background: url('/assets/image/qm6.png') 50% 0px no-repeat;
}


.rm_banner li a.qm1:hover {
    background: url('/assets/image/qm1_over.png') no-repeat center;
    background-size: cover;
    width: 90px;
    height: 90px;
}
.rm_banner li a.qm2:hover {
    background: url('/assets/image/qm2_over.png') no-repeat center;
    background-size: cover;
    width: 90px;
    height: 90px;
}
.rm_banner li a.qm3:hover {
    background: url('/assets/image/qm3_over.png') no-repeat center;
    background-size: cover;
    width: 90px;
    height: 90px;
}
.rm_banner li a.qm4:hover {
    background: url('/assets/image/qm4_over.png') no-repeat center;
    background-size: cover;
    width: 90px;
    height: 90px;
}
.rm_banner li a.qm5:hover {
    background: url('/assets/image/qm5_over.png') no-repeat center;
    background-size: cover;
    width: 90px;
    height: 90px;
}
.rm_banner li a.qm6:hover {
    background: url('/assets/image/qm6_over.png') 50% 0px no-repeat;
}