/* The Modal (background) */
.modal.pc {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 50;
    /* Sit on top */
    padding-top: 200px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    /* background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); */
    -webkit-animation:showUp.2s ease-out forwards;animation:showUp.2s ease-out forwards
}

/* Modal Content */
.modal.pc .modal-content1 {
    background: url('/landing/assets/pc/img/popup-1.png');
    background-size: cover;
    height: 405px;
    margin: auto;
    width: 400px;
    position: relative;
}

.modal.pc .modal-content2 {
    background: url('/landing/assets/pc/img/popup3.png');
    background-size: cover;
    height: 405px;
    margin: auto;
    width: 400px;
    position: relative;
}

.modal.pc .modal-poomang {
    background: url('/landing/assets/pc/img/poomang_popup3.png');
    background-size: cover;
    height: 405px;
    margin: auto;
    width: 400px;
    position: relative;
}

/* The Close Button */
.modal.pc .close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.modal.pc .close:hover,
.modal.pc .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal.pc .confirmBtn {
    cursor: pointer;
    background-color: #fff;
    padding: 0px;
    border: 1px solid #000;
    vertical-align: middle;
    font-size: 16px;
    width: 77px;
    height: 38px;
    display: inline-block;
}

.modal.pc .confirmBtn:last-child {
    padding-top: 10px;
    height: 27px;
    margin-bottom: 7px
}

.modal.pc ul.popTxt,
.modal.pc ul.popTxt>a>li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.modal.pc ul.popTxt {
    width: 322px;
    padding-top: 164px;
    margin: 0 auto;
}

.modal.pc ul.popTxt>a>li:last-child {
    padding-top: 5px;
}

.modal.pc ul.popTxt > a > li > img {max-width: 100%; height: auto;}

/* The Modal (background) */
.modal.mobile {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 50;
    /* Sit on top */
    padding-top: 200px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    -webkit-animation:showUp.2s ease-out forwards;animation:showUp.2s ease-out forwards
}

/* Modal Content */
.modal.mobile .modal-content1 {
    background: url('/landing/assets/mobile/img/popup4.png');
    background-size: cover;
    height: 304px;
    margin: auto;
    width: 300px;
}

.modal.mobile .modal-content2 {
    background: url('/landing/assets/mobile/img/popup2.png');
    background-size: cover;
    height: 304px;
    margin: auto;
    width: 300px;
    position: relative;
}


/* The Close Button */
.modal.mobile .close {
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
    margin-top: 8px;
    margin-right: 20px;
    display: block;
}

.modal.mobile .close:hover,
.modal.mobile .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal.mobile .confirmBtn {
    cursor: pointer;
    background-color: #fff;
    padding: 0px;
    border: 1px solid #000;
    vertical-align: middle;
    font-size: 16px;
    width: 77px;
    height: 38px;
    display: inline-block;
}

.modal.mobile ul.popTxt,
.modal.mobile ul.popTxt>a>li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.modal.mobile ul.popTxt {
    width: 90%;
    padding-top: 106px;
    margin: 0 auto;
}

.modal.mobile ul.popTxt>a>li:last-child {
    padding-top: 5px;
}

.modal.mobile ul.popTxt>a>li>img {
    max-width: 100%;
    height: auto;
}

.modal.mobile .modal-content2>form>input[type="image"] {
    position: absolute;
    bottom: 26px;
    left: 18px;
    max-width: 100%;
    height: auto;
    width: 88%
}

.modal.mobile .modal-content2>form>input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: top;
    border: 0px;
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    top: 103px;
    right: 43px;
}

.modal.mobile .modal-content2>form>textarea {
    font-family: 'S-CoreDream-4Regular', sans-serif;
    position: absolute;
    top: 138px;
    left: 21px;
    width: 244px;
    height: 62px;
    color: #898989;
    padding: 6px;
    border: 0px;
    font-size: 10px;
}


.pop1, .pop2 {
    cursor: pointer;
}
