@media (max-width:800px) {    

    /* 팝업창_mob */
    .popup_modal {	
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        display: none;
    }
    .popup_modal .popup_form {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 0px;
    }
    .popup_modal .popup_form > div { 
        float: none;
    }
    .popup_modal .popup_form .pop_header {
        background: #0a0a0a url(../images/popup_bg_mob.png) no-repeat center/cover;
        width: 100vw;
        height: 36.1vw;
        overflow: hidden;
        text-align: center;	
        box-sizing: border-box;
        position: relative;
        display: block;        
    }
    .popup_modal .popup_form .pop_header .pop_logo_mob {
        width: 53vw;
        padding-top: 6vw;
    }
    .popup_modal .popup_form .pop_header .pop_menu {
        position: absolute;
        bottom: 0;
        width: 100vw;
        margin-top: 0px;	
    }
    .popup_modal .popup_form .pop_header .pop_menu li a {
        float: left;
        display: block;
        line-height: 60px;
        height: 13.8vw;
        line-height: 13.8vw;
        width: 50%;
        text-align: center;
        color: #666;
        background: #ccc;
        font-size: 5.2vw;
        transition: .4s;
        border-radius: 2.7vw 2.7vw 0 0;
    }
    .popup_modal .popup_form .pop_header li a:hover {
        color: #111;
    }
    .popup_modal .popup_form .pop_header li a.on {
        font-size: 5.2vw;
        color: #111;
        font-weight: bold;
        background: #fff;
    }
    .popup_modal .popup_form .pop_header li a.on:after {
        display: none;
    } 
    /* .popup_modal .popup_form .pop_close_mob {
        position: absolute;
        right: 3vw;
        top: 4vw;
        display: block;
        width: 11.5vw;
        height: 11.5vw;
        
    } */

    .popup_modal .pop_cont {
        width: 100vw;	
        height: 63.9vw;
        padding-top: 36.1vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: static;
    }
    .popup_modal .pop_cont:after {
        content: "ⓒ2021.GIGAKOREA All rights reserved";
        font-size: 12px;
        color: #999;
        position: absolute;
        bottom: 6vw;
    }
    .popup_modal .pop_cont > div {
        display: none;
    }
    .popup_modal .pop_cont > div.on {
        display: block;
    }
    .popup_modal .pop_cont .pop_ex {
        font-size: 4.3vw;
        color: #666;
        text-align: center;
        font-weight: bold;
        transform: skew(-0.03deg);
        font-family: 'NanumSquare';
        letter-spacing: -0.05em;
        line-height: 1.6;
    }

    .popup_modal .pop_cont form {
        margin-top: 6.4vw;
        text-align: center;
        display: flex;
        flex-direction: column;	
    }
    
    .popup_modal .pop_cont form input, .popup_modal .pop_cont form button {
        width: 80vw;
        height: 13vw;
        line-height: 13vw;
        margin-bottom: 2vw;
        padding: 0 10px;
        border-radius: 10px;
        font-size: 14px;   
        box-sizing: border-box;
        border: 0;
        background: #eee;
    }

    .popup_modal .pop_close_mob {
        display: block;
        background: #666;
        width: 80vw;
        height: 13vw;
        line-height: 13vw;
        margin-bottom: 18vw;
        border-radius: 10px;
        box-sizing: border-box;
        color: #eee;
        font-size: 4.3vw;
        text-align: center;
    }
    .popup_modal .login .pop_close_mob {
        margin-bottom: 45vw;
    }
    .popup_modal .pop_close_mob:hover {
        background: #111;
    }
    .popup_modal .pop_cont form button {
        font-size: 4.3vw;	
        background: #1254ff;
        color: #fff;
        font-family: 'NanumSquare';
        transition: .4s;
        cursor: pointer;
    }
    .popup_modal .pop_cont form button:hover {
        background: #111;
    }
    .popup_modal .pop_cont form input:focus, .popup_modal .pop_cont form button {
        outline: none;
    }

    .popup_modal .pop_cont > div span {	
        width: 100%;
        font-size: 12px;
        color: #999;
        text-align: center;
        display: block;
    }

    .top_move {
        position: fixed;
        top: 88%;
        right: 3%;
        font-size: 49px;
    }


    /* 0810 회원가입추가 */

    .popup_modal .pop_cont {
        padding: 0;
    }
    .popup_modal .popup_form > div {
        height: calc(100% - 36.1vw);
    }
    .pop_cont .signup.on {
        width: 100%;
        padding: 0 10%;
        display: flex !important;
        flex-direction: column;
    }
    .popup_modal .pop_cont > div span {
        width: auto;
        display: inline;
        color: #333;
    }
    .sale_ex {
        color: #1254ff !important;
        display: block !important;
        text-align: left;
        padding: 0;
        font-size: 14px !important;
    }
    .pop_check {
        font-size: 15px;
    }
    .popup_modal .pop_cont form label {
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
    .popup_modal .pop_cont form label input {
        margin: 8px;
    }
    .sum {
        font-size: 15px;
    }
    .sum > span:last-child {
        font-size: 15px !important;
    }
    .terms {
        line-height: 30px;
        font-size: 13px !important;
    }
    /* 0811 회원가입 추가 */
    .popup_modal .pop_cont .pop_ex {
        padding-top: 20px;
    }

    /* 0812 모바일 이메일 팝업 추가 */
    .email_popup {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }



}




