@charset "utf-8";

#div_layer_popup_AL{background:#fff;overflow-y: auto;overflow-x: hidden;}

#wrap_layer_AL {
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    background:rgba(0,0,0,0.5);
    z-index:1100;
}

#wrap_layer_pop_AL {
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    background:rgba(0,0,0,0.5);
    z-index:1100;
}

#wrap_layer_progress_AL {
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    background:rgba(0,0,0,0.5);
    z-index:1100;
}

@media screen and (max-width:800px){
	#div_layer_popup_AL {width:100% !important; min-width:0;}
}


/*BUTTON_STYLE*/
.btn_black_b_AL{font-family: 'Noto Sans KR', sans-serif , cursive;font-size:16px;color:#fff;font-weight:500;background-color:#515151;padding:12px 50px;border:none;cursor:pointer;}
.btn_blue_b_AL{font-family: 'Noto Sans KR', sans-serif , cursive;font-size:16px;color:#fff;font-weight:500;background-color:#005e97;padding:12px 50px;border:none;cursor:pointer;}

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

	/*BUTTON_STYLE*/
	.btn_black_b_AL{padding:12px 30px}
	.btn_blue_b_AL{padding:12px 30px}

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

	/*BUTTON_STYLE*/
	.btn_black_b_AL{font-size:14px;padding:10px 30px}
	.btn_blue_b_AL{font-size:14px;padding:10px 30px}

}
 
/* COMMON */
.auto_logout_wrap_AL{width:100%;width:100%;position:absolute;z-index:9999}
.auto_logout_con_AL{width:800px;background-color:#fff;border:5px solid #005e97;position:fixed;top:50%;left:50%; transform:translate(-50%,-50%);padding:50px 50px}
.auto_logout_icon_AL{text-align:center;padding:0 0 20px 0}
.auto_logout_title_AL{font-size:30px;line-height:36px;font-weight:700;color:#005e97;text-align:center;padding:0 0 20px 0}
.auto_logout_counter_AL{font-size:18px;line-height:24px;color:#000;text-align:center;background-color:#f9f9f9;border:1px solid #e1e1e1;padding:15px;margin:0 0 30px 0}
.auto_logout_text_AL{font-size:16px;line-height:22px;color:#000;text-align:center;}
.auto_logout_btn_AL{text-align:center;margin:30px 0 0 0}

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


	/* COMMON */
	.auto_logout_wrap_AL{width:100%;width:100%;position:absolute;z-index:9999}
	.auto_logout_con_AL{width:100%;background-color:#fff;border:5px solid #005e97;position:fixed;top:50%;left:50%; transform:translate(-50%,-50%);padding:30px 30px}
	.auto_logout_icon_AL{text-align:center;padding:0 0 20px 0}
	.auto_logout_icon_AL img{width:120px}
	.auto_logout_title_AL{font-size:24px;line-height:30px;font-weight:700;color:#005e97;text-align:center;padding:0 0 20px 0}
	.auto_logout_counter_AL{font-size:16px;line-height:20px;color:#000;text-align:center;background-color:#f9f9f9;border:1px solid #e1e1e1;padding:15px;margin:0 0 30px 0}
	.auto_logout_text_AL{font-size:14px;line-height:20px;color:#000;text-align:center;}
	.auto_logout_btn_AL{text-align:center;margin:30px 0 0 0}
	.auto_logout_btn_AL input{width:100%;margin:0 0 10px 0}

}

