#layer_container_exps {
    position: absolute;
    top: 111px;
    left: 2%;
    z-index: 999;
    visibility: visible;
    overflow: hidden;
    width: 400px;
}

/* 팝업 레이어 스타일 */
#layer_container_exps img {
    border: 0;
}

.pop_close_exps {
    width: 100%;
}

.pop_close_exps td {
    background-color: #2f2f2f;
    height: 30px;
}

/* 닫기버튼 영역 배경색 변경 스타일 */
.pop_close_exps td label {
    display: inline-block;
    padding-left: 5px
}

.pop_close_exps td a {
    text-decoration: none
}

.pop_close_exps td span {
    color: #fff;
    font-size: 12px;
}

/* 글자색상 변경 스타일 */
.pop_close_exps>ul {
    border: 1px solid #ddd;
}

.pop_close_exps>ul:after {
    clear: both;
    display: block;
    content: ''
}

.pop_close_exps>ul>li {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    box-sizing: border-box
}

.pop_close_exps>ul>li.btn_today_exps {
    border-right: solid 1px #ddd;
}

.pop_close_exps>ul>li.btn_today_exps>input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.pop_close_exps>ul>li.btn_today_exps>label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 18px;
}

.pop_close_exps>ul>li>a {
    font-size: 18px;
    color: #000;
    display: block;
    text-decoration: none;
}

.rollpop_inner_exps>.slick-dots {
    position: absolute;
    text-align: center;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.rollpop_inner_exps>.slick-dots>li {
    display: inline-block;
    margin: 0 5px;
}

.rollpop_inner_exps>.slick-dots>li>button {
    background: #fff;
    text-indent: -9999px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 100%;
    cursor: pointer;
    outline: none;
}

.rollpop_inner_exps>.slick-dots>li.slick-active>button {
    background: #333;
}


/* BX슬라이더를 이용한 롤링 팝업 */
.pager_sty_ctr_exps .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    width: 100%;
    height: 15px;
}

/* 버튼 전체 넓이와 높이값 컨트롤 */
.pager_sty_ctr_exps .bx-wrapper .bx-pager {
    position: absolute;
    text-align: left;
    top: 20px;
    left: 10px;
    padding: 0;
}

/* 롤링팝업 버튼 위치값 컨트롤 */
.pager_sty_ctr_exps .bx-wrapper .bx-pager.bx-default-pager a {
    float: left;
    background-color: #999;
    margin: 0 4px;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    text-indent: 999px;
}

/* 버튼 스타일 컨트롤 */
.pager_sty_ctr_exps .bx-wrapper .bx-pager.bx-default-pager a:hover,
.pager_sty_ctr_exps .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #262626;
}

/* hover,active 버튼 스타일 컨트롤 */
/* 롤링팝업 사용시 좌,우 버튼 컨트롤 */
.pager_sty_ctr_exps .bx-wrapper .bx-prev {
    width: 28px;
    height: 56px;
    background-size: auto 56px;
    left: 0;
    bottom: 0 !important;
    background: url('/m/img/pop/btn_prev.png') no-repeat;
    display: inline-block;
    text-indent: 99999px;
    background-position: -95px 0;
}

.pager_sty_ctr_exps .bx-wrapper .bx-next {
    width: 28px;
    height: 56px;
    background-size: auto 56px;
    right: 0;
    bottom: 0 !important;
    background: url('/m/img/pop/btn_next.png') no-repeat;
    display: inline-block;
    text-indent: 99999px;
    background-position: -95px 0;
}

.last_pop {
    position: relative;
}

.rp_s .click01,
.rp_s .click02 {
    display: inline-block;
    height: 200px;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.rp_s .click01 {
    width: 100%;
    bottom: 220px;
}

.rp_s .click02 {
    width: 100%;
    bottom: 43px;

}

/* 웹 50대 사이트 css */
.pop_close_exps62 > ul:after{clear:both;display:block;content:''}
.pop_close_exps62 > ul > li{float:left;width:50%;height:45px;line-height:45px;background:#fff;text-align:center;box-sizing:border-box;border-top:solid 1px #ddd;}
.pop_close_exps62 > ul > li.btn_today{border-right:solid 1px #ddd;}
.pop_close_exps62 > ul > li.btn_today > input[type=checkbox]{width:20px;height:20px}
.pop_close_exps62 > ul > li.btn_today > label{display:inline-block;vertical-align:middle;padding-left:5px;font-size:15px}
.pop_close_exps62 > ul > li.btn_today > label > span{font-weight:bold}
.pop_close_exps62 > ul > li > a{font-size:15px;color:#000;display:block;font-weight:bold}

.pop_close_exps62{width:100%}
.pop_close_exps62 td{background-color:#2f2f2f; height:30px;} /* 닫기버튼 영역 배경색 변경 스타일 */
.pop_close_exps62 td label{display:inline-block; padding-left:5px}
.pop_close_exps62 td a{text-decoration:none}
.pop_close_exps62 td span{color:#ffffff; font-size:12px;} /* 글자색상 변경 스타일 */


