/* 배경이미지 */
#chuseok_layer .content{
    width: 600px;
    height: 600px;
    position: relative;
    background: url(/resource/images/other/hoilday_layer/26_chuseok_layer/bg_layer_2.png) no-repeat center 100%;
}

/* 닫기버튼 */
#chuseok_layer .btn-close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 86px;
    right: 40px;
    background: url(/resource/images/other/hoilday_layer/26_chuseok_layer/btn_close_off.png) no-repeat center / cover;
    cursor: pointer;
    transition: all 0.4s;
    z-index: 10;
}

#chuseok_layer .btn-close:hover{
    transform: rotate(90deg);
}

/* 반짝&손 */
#chuseok_layer .hands {
    position: absolute;
    top: 224px;
    left: 16px;
    z-index: 2;
}

#chuseok_layer .bling, #chuseok_layer .bling2 {
    position: absolute;
    animation: sparkle 2s ease-in-out infinite;
}

#chuseok_layer .bling {
    top: 120px;
    left: 0;
}

#chuseok_layer .bling2 {
    top: 88px;
    left: 40px;
    animation-delay: 0.8s;
}

@keyframes sparkle {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(0.8);
    }
}


/**고객센터 휴무안내 - 전체**/
#chuseok_layer .box-holi-day {
    position: absolute;
    width: 513px;
    height: 188px;
    background: #fff;
    top: 355px;
    left: 50%;
    transform: translateX(-50%);
}

/**고객센터 휴무안내**/
#chuseok_layer .box-holi-day .tit {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 42px;
    top: 0;
    background-color: #ce8a96;
}

#chuseok_layer .box-holi-day .tit>p {
    font-family: 'Gmarket Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

/**휴무일**/
#chuseok_layer .box-holi-day .day>p {
    font-family: 'Gmarket Sans';
    color: #242424;
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    margin-top: 27px;
}

/**안내사항**/
#chuseok_layer .box-holi-day .txt p {
    font-family: 'Gmarket Sans';
    color: #0f2b32;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin-top: 16px;
}

#chuseok_layer .box-holi-day .txt span {
    color: #374a9d;
    font-weight: 700;
}

#chuseok_layer .box-holi-day .txt span a {
    color: #374a9d;
    font-weight: 700;
    position: relative;
    transition: .2s;
}

#chuseok_layer .box-holi-day .txt span a:hover {
    color: #ce8a96;
}

#chuseok_layer .box-holi-day .txt span a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0px;
    width: 100%;
    height: 1px;
    background-color: #0f2b32;
}

#chuseok_layer .box-holi-day .txt span a:hover:before {
    background-color: #ce8a96;
}

#chuseok_layer .box-holi-day .day>p {
letter-spacing: 0px;
}