﻿.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: 996 !important;
  }
  .exit_popup .prd_top_tit{
    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_text a{
    display:block;
    text-align: center;
    color:#4B4E53;
    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: 997 !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:50vw;
    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_agree .popup_close {
    position:fixed;
    display: inline-block;
    overflow: visible;
    z-index: 997 !important;
    right: 0;
    margin-right: 5.5vw;
    bottom: 84vw;
    background: url(btn_ly_close_bk.png) 0 0 no-repeat;
    background-size: 5vw auto;
    width: 5vw;
    height: 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: 997 !important;
  }
  .exit_popup .exit_popup1_logo .popup_btn {
    border-radius:30vw;
    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_logo .popup_close {
    position:fixed;
    display: inline-block;
    overflow: visible;
    z-index: 997 !important;
    right: 0;
    margin-right: 5.5vw;
    bottom: 115vw;
    background: url(btn_ly_close_bk.png) 0 0 no-repeat;
    background-size: 5vw auto;
    width: 5vw;
    height: 5vw;
  }
  .exit_popup .prd_top_subtit{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    background-color: #F9F9F9;
    border-radius: 5vw;
    margin: 0 0 4vw;
    padding: 1vw 0
  }
  .exit_popup .prd_top_subtit .prd_top_subtit_detail{
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    width:100%;
    padding: 3vw 10vw;
  }
  .exit_popup .prd_top_subtit_detail:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }
  .exit_popup .prd_top_subtit img{
    width:8vw !important;
    height:8vw !important;
    left: 0!important;
    transform:none!important;
    padding:0 !important;
  }
  .exit_popup .prd_top_subtit .subtit{
    font-size:3.5vw;
    font-weight:200;
    color:#4B4E53;
    padding-left:3vw
  }
 .exit_popup .prd_top_subtit .subtit strong{
    font-weight:500;
    color:#000
  }


/* 일정 시간 이후 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: 997 !important;
  }
  .exit_popup .exit_popup1_time .popup_btn {
    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_time .popup_close {
    position:fixed;
    display: inline-block;
    overflow: visible;
    z-index: 997 !important;
    right: 0;
    margin-right: 5.5vw;
    bottom: 114vw;
    background: url(btn_ly_close_bk.png) 0 0 no-repeat;
    background-size: 5vw auto;
    width: 5vw;
    height: 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;width:100%;height:16vw;padding:5.7vw 0 !important;border:none;border-radius: 30vw;background-color:#ffc617;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;
    width: 4.2vw;
    height: 5vw;
    vertical-align: middle;
    margin-left: 1.5vw;
    background: url(bg_btn_arrow2.png) no-repeat;
    background-size: 100%;
}
.exit_popup1_time .item .label {
    display: inline;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 0;
    line-height: 0;
    font-size: 1px;
    color: transparent;
    margin: -1px;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
}
