.scrollOff {
    overflow: hidden;
    height: 100%;
}

.promo-mob {
    display: none;
}

.promo-page .promo-contents .promotion-inner {
    line-height: 0;
    width: 100%;
    max-width: 1200px;
}

.promo-page .promo-contents .promotion-inner div {
    position: relative;
}

.promo-dl-pop .popup-body p {
    font-weight: 300;
    font-size: 18px;
    word-break: keep-all;
    line-height: 1.4em;
}

.promo-dl-pop .popup-body p i {
    display: block;
}

.promo-dl-pop .inputbox {
    padding-bottom: 10px !important;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px !important;
}

.promo-dl-pop .inputbox label {
    display: block;
    margin-right: 50px;
    font-size: 18px;
    padding: 5px 0 10px !important;
}

#event-pop.promo-dl-pop .inputbox input {
    display: block;
    padding: 11px 10px !important;
    border-radius: 0px;
}

.promo-dl-pop .inputbox.multiple div {
    width: 100% !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.promo-dl-pop .inputbox.multiple a {
    display: block;
    width: 23% !important;
    background: #666;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    margin-left: 2%;
    border-radius: 5px;
    font-size: 16px;
}

.default-popup .popup-body #etc1 {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: url(/assets/img/common/select_v3.png) #fff no-repeat 95% 50%;
}

.promo-dl-pop .popup-body .pop-chkbox {
    margin: 20px 0 0 0;
}

.promo-dl-pop .pop-chkbox {
    position: relative;
}

.promo-dl-pop .pop-chkbox a {
    position: absolute;
    right: 0;
    display: inline-block;
    color: #ff9900;
    border-bottom: 1px solid #ff9900;
}

.default-popup .popup-body .pop-btn button:nth-child(1) {
    margin-bottom: 10px;
    background-color: #333;
    border: 1px solid #333;
}

.default-popup .popup-body .pop-btn button:nth-child(2) {
    margin-bottom: 10px;
    background-color: #ff9900;
    border: 1px solid #ff9900;
}

.policy-popup {
    margin-top: -401px;
    height: auto;
}

.policy-popup .popup-body>div.text-wrapper {
    max-height: 520px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: auto
}

.policy-popup .popup-body>div>p {
    white-space: pre-line;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

.policy-popup .popup-body {
    padding: 20px 30px;
}

.select-product p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500 !important;
}

.chkbox-wrapper,
.input-number .input-wrapper {
    margin-bottom: 10px !important;
    background: #f5f5f5;
    padding-top: 10px;
    border-radius: 6px;
}

.chkbox-wrapper .chkbox {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.chkbox-wrapper .chkbox input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.chkbox-wrapper .chkbox input[type=checkbox]+label {
    padding-left: 28px;
    height: 19px;
    display: inline-block;
    line-height: 19px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    color: #666666;
    vertical-align: middle;
    cursor: pointer;
}

.chkbox-wrapper .chkbox input[type=checkbox]:checked+label {
    background-position: 0-19px;
}

.chkbox-wrapper .chkbox label {
    background-image: url(/assets/img/popup/pop-chkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-wrapper {
    padding: 10px;
}

.input-wrapper input {
    display: block;
    width: 100%;
    background: none;
    outline: none;
    border: none;
    color: #666;
}

.promotion-inner div a {
    display: block;
    position: absolute;
    text-indent: -9999px;
}

.promotion-inner div a.event-btn-1 {
    left: 55.9%;
    bottom: 58%;
    width: 23.7%;
    height: 5%;
}

.promotion-inner div a.event-btn-2 {
    left: 19.9%;
    bottom: 51.2%;
    width: 23.7%;
    height: 4.6%;
}

.promotion-inner div a.event-btn-3 {
    left: 19.8%;
    bottom: 19.2%;
    width: 23.8%;
    height: 7.4%;
}

.promotion-inner div a.event-btn-4 {
    left: 38%;
    bottom: 8.5%;
    width: 24%;
    height: 5.2%;
}

.promotion-inner div a#event_btn_2 {
    left: 19.9%;
    bottom: 12.6%;
}

.promotion-inner div a#event_btn_4 {
    bottom: 9.43%
}


@media screen and (max-width: 992px) {
    .promo-form .inputbox {
        width: 80%;
    }

    .promo-form .pp {
        width: 80%;
    }
}

@media screen and (max-width:768px) {

    .promo-web {
        display: none !important;
    }

    .promo-mob {
        display: block !important;
    }

    /* 입력 폼 */
    .promo-dl-pop#event-pop {
        margin-top: 0px;
    }

    .promo-form {
        background-image: url(../images/20th_m_04.jpg);
    }

    .promo-form .form-wrap {
        margin: 2.5% 0;
        padding: 1.5%;
        width: 84%;
    }

    .promo-form .inputbox label {
        padding-left: 6%;
        width: 36%;
        font-size: 16px;
    }

    .promo-form .inputbox label::before {
        top: 22px;
        width: 16px;
        line-height: 16px;
        font-size: 12px;
    }

    .promo-form .inputbox input {
        padding: 0 10px;
        width: 61%;
        line-height: 36px;
        height: 38px;
        font-size: 16px;
    }

    .promo-form .inputbox select {
        padding: 0 10px;
        width: 61%;
        line-height: 36px;
        height: 38px;
        font-size: 16px;
    }

    .promo-form .pp .textbox {
        padding: 8px;
        font-size: 14px;
    }

    .promo-form .pp .chkbox label {
        font-size: 14px;
    }

    .promo-form .form-btn {
        position: static;
    }

    .promo-form .form-btn a {
        margin: 3% auto;
        left: 50%;
        width: 40%;
        transform: translateX(-50%);
    }

    .promo-form .form-btn a img {
        width: 100%;
    }

    .promotion-inner div a.event-btn-1 {
        left: 27.6%;
        bottom: 54.1%;
        width: 45%;
        height: 2.8%;
    }

    .promotion-inner div a.event-btn-2 {
        left: 27.8%;
        bottom: 50%;
        width: 44.6%;
        height: 2.6%;
    }

    .promotion-inner div a.event-btn-3 {
        left: 27.6%;
        bottom: 9.3%;
        width: 45%;
        height: 4.6%;
    }

    .promotion-inner div a.event-btn-4 {
        left: 27.5%;
        bottom: 11.5%;
        width: 45%;
        height: 5.2%;
    }

    .promotion-inner div a#event_btn_2 {
        left: 27.6%;
        bottom: 5.64%;
    }

    .promotion-inner div a#event_btn_4 {
        bottom: 5.2%;
    }

}

@media screen and (max-width:576px) {
    .promo-dl-pop {
        margin-top: 0px;
    }

    .promo-dl-pop .inputbox label {
        font-size: 14px;
    }

    /* 입력 폼 */
    .default-popup .popup-header {
        padding: 23px 0;
    }

    .default-popup .popup-header p.title {
        font-size: 1.3rem !important;
    }

    .promo-form .inputbox {
        width: 95%;
        padding: 10px 0;
    }

    .promo-form .inputbox label {
        padding-left: 6%;
        width: 34%;
        font-size: 12px;
    }

    .promo-form .inputbox label::before {
        top: 17px;
        width: 12px;
        line-height: 12px;
        font-size: 10px;
    }

    .promo-form .inputbox input {
        padding: 0 5px;
        width: 61%;
        line-height: 24px;
        height: 26px;
        font-size: 12px;
    }

    .promo-form .inputbox select {
        padding: 0 5px;
        width: 61%;
        height: 26px;
        line-height: 24px;
        font-size: 12px;
    }

    .default-popup .popup-body .pop-chkbox input[type=checkbox]+label {
        font-size: 14px;
    }

    .promo-form .pp {
        width: 95%;
    }

    .promo-form .pp .textbox {
        padding: 8px;
        font-size: 12px;
    }

    .promo-form .pp .chkbox label {
        font-size: 12px;
    }

    .promo-form .form-btn a,
    .promo-phone .phone-btn a {
        width: 55%;
    }
}