@charset "utf-8";

.overlay{display:block; position: fixed; z-index: 999998; width: 100%; height: 100%; top:0; left: 0; background-color: rgba(0,0,0,0.7);}
.popup_wrap{display:block; overflow: hidden; position: fixed; z-index: 999999; top:50%; left: 50%; transform: translate(-50%, -50%);width: auto; min-width: 400px; min-height: 300px;}
.popup_wrap::after{content: '';display: block;clear: both;}
.popup_wrap .popup_title{position: relative; padding: 0px 24px ;line-height: 50px;font-size: 1.125rem; color: #fff; background-color: #163381;}
.popup_wrap .popup_title .h_desc {padding: 5px 15px 0;font-size: 0.937rem; color: #d3e3ff; letter-spacing: 0px;}
.popup_wrap .popup_con{ display: flex; justify-content: center; align-items: center;  padding: 20px;background-color: #fff; min-height: 150px; font-size: 1.125rem; font-weight: 400;}
.btn_popup_close{width: 18px; height: 18px;cursor: pointer;  background: url(..//image/btn_close.png) no-repeat; background-size: contain; position: absolute; top:16px; right: 20px}



@media screen and (max-width: 800px) {

	.popup_wrap{display:block; overflow: hidden; position: fixed; z-index: 999999; top:50%; left: 50%; transform: translate(-50%, -50%);width: auto; min-width: 330px; min-height: 0px;}



}