﻿

/* 커스텀 css 추가 */
/* popup */
.alertLayer {display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:100;}
.alertLayer .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
.alertLayer .pop-layer {display:none;}

.pop-layer {display:none; position: absolute; top: 35%; left: 65%; width: 330px; height:auto; margin-top: -128px; margin-left: -228px; line-height:200%; background-color:#fff; border: 5px solid #3571B5; z-index: 10;}
.pop-layer .pop-container {padding: 20px 10px;}
.pop-layer {font-family:dotum,'돋움',gulim,'굴림', Tahoma, sans-serif;}
.pop-layer .btn-r {width: 100%; margin:10px 0px 0px 0px; padding-top: 10px; border-top: 1px solid #DDD; text-align:right;}
.pop-conts-h2 {font-size:22px; color:blue; font-weight:bold;}
.pop-conts-p {font-size:16px; margin-top:15px; color:#353535;}