.exit_popup {   
    transition-timing-function: ease-out;
} 
  .exit_popup * {
    margin: 0px; 
    padding: 0px; 
    box-sizing: border-box; 
  }
  .exit_popup a {
    text-decoration: none;
  }
  .exit_popup .mask {
    background: rgb(0, 0, 0);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.2 !important;
    z-index: 9996 !important;
  }
  .exit_popup .prd_top{
    display:flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width:100%
  }
  .exit_popup .prd_top_tit{
    position: relative!important;
    padding:0 4vw !important;
    color:#150f96;
    font-size:4vw; 
    font-weight:normal; 
    text-align:left;
    line-height:2.0
  }
  .exit_popup .prd_top_tit strong{
    color:#000; 
    font-size:5.5vw; 
    font-weight:bold;
    line-height:1.0
  }
  .exit_popup .popup_contents img{
    width:35% !important; 
    position:relative;
    left: 35%;
    transform: translate(-50%, 0);
    padding:5vw 0 !important; 
    animation:Bounce 0.5s ease 1 normal both;
    }
@keyframes Bounce {
  0%, 20%, 53%, 80%, 100% {transform:translate3d(0,0,0);}
  40%, 43% {transform:translate3d(0, -30px, 0)}
  70% {transform:translate3d(0, -15px, 0);} 
  90% {transform:translate3d(0,-4px,0);}
}
  .exit_popup .popup_close {
    position:absolute;
    right:0;
    z-index: 9997 !important;
  }
  .exit_popup .popup_close img {
    width: 35% !important;
    position: relative!important;
    transform: 0!important;
    padding: 0 !important;
    animation: none
}
  .exit_popup .popup_close_text a{
    display:block;
    text-align: center;
    color:#4B4E53 !important; 
    font-size: 3.5vw !important; 
    margin-top:2vw !important;
  }


/* 동의팝업 이탈 시 agree */
  .exit_popup .exit_popup1_agree .popup_contents {
    padding:10vw 5.5vw 3vw !important;
    border: 0px currentColor;
    border-radius:10vw 10vw 0 0;
    background-color:#fff;
    vertical-align: middle;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9997 !important;
  }
  .exit_popup .exit_popup1_agree .prd_top_tit{
    padding:0 4vw !important;
    color:#666;
    font-size:4vw; 
    font-weight:normal; 
    text-align:left;
    line-height:2.0
  }
  .exit_popup .exit_popup1_agree .popup_btn {
    border-radius:4vw;
    width: 88.8vw;
    height: 16vw;
    background: #7ACB00;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #000;
    line-height: 16vw;
    font-size: 4.5vw;
  }

/* GNB 로고 클릭 시 logo */
  .exit_popup .exit_popup1_logo .popup_contents {
    padding:10vw 5.5vw 3vw !important;
    border: 0px currentColor;
    border-radius:10vw 10vw 0 0;
    background-color:#fff;
    vertical-align: middle;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9997 !important;
  }
  .exit_popup .exit_popup1_logo .popup_btn {
    border-radius:4vw;
    width: 88.8vw;
    height: 16vw;
    background: #7ACB00;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #000;
    line-height: 16vw;
    font-size: 4.5vw;
  }

/* 일정 시간 이후 time */
  .exit_popup .exit_popup1_time .popup_contents {
    padding:10vw 5.5vw 3vw !important;
    border: 0px currentColor;
    border-radius:10vw 10vw 0 0;
    background-color:#fff;
    vertical-align: middle;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9997 !important;
  }
  .exit_popup .exit_popup1_time .prd_top_tit{
    padding:0 4vw !important;
    color:#666;
    font-size:4vw; 
    font-weight:normal; 
    text-align:left;
    line-height:2.0
  }
  .exit_popup .exit_popup1_time .popup_btn {
    border-radius:4vw;
    width: 88.8vw;
    height: 16vw;
    background: #7ACB00;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #000;
    line-height: 16vw;
    font-size: 4.5vw;
  }
  .exit_popup .exit_popup1_time .popup_contents {
    padding:10vw 5.5vw 3vw !important;
    border: 0px currentColor;
    border-radius:10vw 10vw 0 0;
    background-color:#fff;
    vertical-align: middle;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9997 !important;
  }
  .exit_popup .exit_popup1_time .popup_btn {
    border-radius:4vw;
    width: 88.8vw;
    height: 16vw;
    background: #7ACB00;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #000;
    line-height: 16vw;
    font-size: 4.5vw;
  }

.exit_popup1_time .my_info_box{position:relative;width:100%;margin:0 auto; padding: 3vw 5.5vw 1vw;}
.exit_popup1_time .item{width:100%;height:13vw;border:1px solid #D7D7D7;border-radius:3vw;box-sizing:border-box !important;color:#000;margin-bottom:2vw !important;padding:0 !important}
.exit_popup1_time .item input{border:none;font-size:4vw;text-align:left;height:100%;width:100%;border-radius: 3vw;padding: 0 10px !important;}
.exit_popup1_time .item input:focus{border:1.5px solid #150f96;border-radius:3vw;outline:none;box-shadow: 0.1vw 0.1vw 2vw  #d7d7d7}
.exit_popup1_time .item input:-ms-input-placeholder{color:#000}
.exit_popup1_time .item input:-moz-input-placeholder{color:#000}
.exit_popup1_time .item input::-webkit-input-placeholder{color:#000}
.exit_popup1_time .item .dot{font-size:4vw;display:inline-block;padding-top:1vw;margin-left:5vw;color:#000;letter-spacing:1vw;vertical-align:middle;margin-left:3px;letter-spacing:1px;}
.exit_popup1_time .item input.short1{width:45%;margin-right:5px;font-size: 4vw;}
.exit_popup1_time .item input.short2{width:10vw !important;margin-left:5px;font-size: 4vw;}
.exit_popup1_time .item .g_sel_01 + input {width: 63vw !important;}
.exit_popup1_time .g_sel_01 {width: 24vw !important; height: 100% !important; border: none; font-size: 4vw; padding: 0 10px !important;; color: #000;}
.exit_popup1_time .btn_wrap_new {display:flex;padding:2vw 0 2vw  !important;position:relative;bottom:0;width:100%;z-index:1  !important;background:#fff;}
.exit_popup1_time .btn_wrap_new .btn_prd_arrow{position:relative;float:left;text-align:center;color:#000 !important;width:100%;height:16vw;padding:5.7vw 0 !important;border:none;border-radius: 4vw;background-color:#ffe401;font-size:4.5vw;font-family:'SpoqaBold',Spoqa;font-weight:bold;line-height:1;z-index:1;}
.exit_popup1_time .btn_wrap_new .btn_prd_arrow:after{content:'';display:inline-block;vertical-align:middle;width:0;height:0;margin-left:0;margin-top:0;background:none;background-size:0}

/* 페이지 접속 이후 first */
.exit_popup .exit_popup1_first .popup_contents {
 border: 0px currentColor;
 border-radius:10vw 10vw 0 0;
 background-color:#150f09;
 vertical-align: middle;
 position: fixed;
 bottom: 0;
 width: 100%!important;
 z-index: 9997 !important;
}  
.exit_popup .exit_popup1_first .popup_contents img{
 width: 100%!important;
 left:0% !important;
} 
.exit_popup .exit_popup1_first .popup_btn {
 position:absolute;
 margin:0 5.5vw !important;
 bottom:5vw;
 border-radius:4vw;
 width: 88.8vw;
 height: 16vw;
 background: #FFE401;
 text-align: center;
 display: block;
 font-weight: bold;
 color: #000;
 line-height: 16vw;
 font-size: 4.5vw;
}
.exit_popup .exit_popup1_first .popup_close {
 position:fixed;
 width: 6vw;
 top: 115vw;
 right: 7.2vw;
 z-index: 9997 !important;
}
.exit_popup .exit_popup1_first .popup_close img {
width: 100% !important;
}
