﻿@charset "utf-8";
/* CSS Document */

.lp-window{overflow:hidden;border-radius:10px;box-shadow:0 0 2px rgba(0,0,0,.3), 0 0 20px rgba(0,0,0,.5)}
.lp-title{position:relative;top:0;left:0;height:51px;background:#fff;white-space:nowrap;cursor:move}
.lp-title-text{position:relative;height:25px;padding:16px 16px 10px;background:url(../../Image/Popup/lp-header-line.png) repeat-x 0 100%;font-weight:700;font-size:17px;font-family:'NanumGothic', 나눔고딕;color:#333;/*border-bottom:1px solid #86979e*/}
.lp-title-text::before{content:"";display:inline-block;width:23px;height:23px;padding:0;margin-top:-2px;margin-right:8px;background:#efefef url(../../../Common/Image/Popup/lp-title-bullet.png) no-repeat 3px 2px;border-radius:50%;vertical-align:middle}
.lp-window-close{position:absolute;top:18px;right:15px;width:23px;height:23px;background:url(../../../Common/Image/Popup/lp-close.png) no-repeat center;border-radius:50%;opacity:0.7;cursor:pointer}
.lp-window-close:hover{opacity:1}
.lp-content{overflow:hidden;width:auto;height:calc(100% - 51px);background:#fff !important}
.lp-content-iframe{border:0px}
.lp-content-message{width:90%;min-height:60px;margin:15px auto;overflow:hidden;padding-right:10px;line-height:160%}
.lp-caption-simple{}
.lp-caption-notice{background:url(../../../Common/Image/Popup/alertNotice.png) no-repeat 0 0}
.lp-caption-warning{background:url(../../../Common/Image/Popup/alertWarning.png) no-repeat 0 0}
.lp-caption-error{background:url(../../../Common/Image/Popup/alertError.png) no-repeat 0 0}
.lp-caption-confirm{background:url(../../../Common/Image/Popup/alertConfirm.png) no-repeat 0 0}
.lp-content-message span{display:inline-block;width:70%;margin-top:5px;margin-left:78px;margin-right:20px}
.lp-content-message span.simple{width:80%;margin-left:10%}
.lp-content-image{border:0px}
.lp-button-area{position:absolute;bottom:10px;right:10px}
.lp-button-area input[type=button]{height:25px;padding:0px 10px 0px 10px;margin-left:3px;border:1px #ccc solid;background-color:#fff;vertical-align:middle;font-size:11px}
.lp-button-area input[type=button]:hover{background-color:lightgray}
