/* BASIC css start */
/* wrap: ¸ð¹ÙÀÏ È­¸é¿¡ ¸ÂÃã */
#wrap {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    min-height: 100svh;
    background-image: url("http://nubizio777.img17.kr/event/secretpage/bg_secret_mo.jpg");
    background-size: contain;       /* ¿øº» ºñÀ² À¯Áö */
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #253e38;
    overflow-x: hidden;             /* °¡·Î ½ºÅ©·Ñ ¹æÁö */
    
    /* padding-top: 4%; */                /* »ó´Ü ¿©¹é È®º¸ */
    
    box-sizing: border-box;
}

/* section */
.section { position: relative; }

/* »ó´Ü ÀÌ¹ÌÁö */
.secretTop {
    text-align: center;
    margin-bottom: 40px;   /* ¾Æ·¡ ¿©¹é */
}
.secretTop img { width: 80%; max-width: 100%; }



/* ½ÃÅ©¸´ ÄÚµå ¿µ¿ª */
.secretCodeArea {
    width: 80%;
    max-width: 318px;
    margin: 0 auto 20px auto;   /* »óÇÏ ¿©¹éÀ¸·Î À§Ä¡ Á¶Á¤ */
}
.secretCodeArea .secretCode input {
    width: 100%;
    height: 77px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 77px;
    border: 0;
    background: #fff;
}
.secretCodeArea .secretBtn {
    padding-top: 20px;
}
.secretCodeArea .secretBtn span {
    display: block;
    height: 76px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 76px;
    border: 1px solid #fff;
    cursor: pointer;
}



/* °øÁö»çÇ× - ½ÃÅ©¸´ ÄÚµå ¹Ù·Î ¾Æ·¡ ¹èÄ¡ */
.secretNotice {
    width: 90%;
    max-width: 520px;
    margin: 0 auto 40px auto;   /* ½ÃÅ©¸´ ÄÚµå¿Í ¿©¹é È®º¸ */
}
.secretNotice ul {
    margin: 0;
}
.secretNotice li {
    margin-left: 5%;
    padding-top: 7px;
    font-size: 16px;
    color: #fff;
    font-family: 'Noto+Sans:ital';
}

/* ¼û±è */
.txt_time { display: none !important; }

/* BASIC css end */

