/* BASIC css start */
#specialEvt {
    background: #F4F0E4 none;
    border: 1px solid #D8D0B8;
    font-family: "Pretendard","Apple SD Gothic Neo","Malgun Gothic","맑은 고딕",sans-serif;
    box-sizing: border-box;
    overflow: hidden;
}

/* 팝업 제목 숨김 */
#specialEvt .tit-pop {
    display: none;
}

/* 이벤트 이미지 영역 */
#specialEvt .cont-pop {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
    background: none;
}

#specialEvt .cont-pop .cont {
    min-height: 0;
    _height: auto;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 0;
    line-height: 0;
}

/* PC 이벤트 이미지 */
#specialEvt .cont-pop .cont img {
    display: block;
    width: 100%;
    max-width: 760px;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

/* 하단 오늘 하루 열지 않기 / 닫기 영역 */
#specialEvt .close-wrap {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #F4F0E4;
    background-color: #1F4023;
}

#specialEvt .close-wrap .close {
    position: relative;
    width: 100%;
    max-width: 760px;
    height: 42px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
}

#specialEvt .close-wrap .close .chk {
    display: inline-block;
    padding-left: 20px;
    line-height: 42px;
    font-size: 13px;
    color: #C9CFC2;
    cursor: pointer;
}

#specialEvt .close-wrap .close .chk input {
    margin: 0 7px 0 0;
    vertical-align: middle;
}

#specialEvt .close-wrap .close .btn-close {
    position: absolute;
    right: 20px;
    top: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 4px;
    font-size: 14px;
    font-weight: bold;
    color: #D4AE4A;
    text-decoration: none;
}

#specialEvt .close-wrap .close .btn-close:hover {
    color: #F4F0E4;
}
/* BASIC css end */

