@charset "utf-8";

/* layer popup container*/
.layer-popup-container{
	position: absolute;
	display: inline-block;
}
.layer-popup-container > div{
	position: relative;
	display: inline-block;
	width: 490px;
	box-shadow: 2px 2px 0px rgb(190, 190, 190);
	background: #fff;
}

.layer-popup-container header{
	position: relative;
}

.layer-popup-container.user-list-container > div{
	width: 680px;
}

.layer-popup-container > div h1.layer-popup-heading{
	padding-bottom: 15px;
	border-bottom: 2px solid #d8d8d8;
	padding-left: 39px;
	background: url("/manage/common/_old/image/module/layer_popup/common/ico_heading.png") no-repeat left 1px;
	font-family: 'notosansBold';
	font-size: 16px;
	color: #545250;
	padding-top: 2px;
}

.layer-popup-container  .user-list-header + small{
  position: absolute;
  right: 0px;
  top: 0;
}

.layer-popup-container > div h1.layer-popup-heading.user-list-header{
	background: url("/manage/common/_old/image/module/layer_popup/user_list_layer/ico_user_list.png") no-repeat left 1px;
}

.layer-popup-container-tool+div.basic-container{
	padding: 20px;
	min-height: 100px;
	border: 2px solid #545250;
}

.layer-popup-container .layer-popup-container-tool{
	position: absolute;
	top: 0px;
	right: -41px;
	width: 41px;
}
.layer-popup-container .layer-popup-container-tool span{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #72c0db;
	padding: 8px;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 2px 2px 0px rgb(190, 190, 190);
}
.layer-popup-container .layer-popup-container-tool span+span{
	margin-top: 3px;
}


/* user info layer popup */

.layer-popup-container .user-simple-info .information{
	padding: 13px 11px 11px 11px;
	border: 1px solid #d8d8d8;
	border-top: 0;
}

/* user list layer popup*/
.layer-popup-container .user-list{
	height: 240px;
	margin-top: 20px;
	padding: 0px 0 0 34px;
	overflow: auto;
	padding-right: 8px;
	counter-reset: list;
}
.layer-popup-container .user-list li{
	position: relative;
}
.layer-popup-container .user-list li:before{
	position: absolute;
	left: -36px;
	top: 50%;
	margin-top: -11px;
	display: inline-block;
	counter-increment: list;
	content: counter(list);
	font-family: 'latoBold';
	font-size: 14px;
	color: #72c0db;
	width: 32px;
	text-align: center;
}
.layer-popup-container .user-list li + li{
	margin-top: 10px;
}
.layer-popup-container .user-list li > input[type="checkbox"]{
	position: absolute;
	top: 13px;
	left: -22px;
}

.notice-layer-popup{
	display: inline-block;
	width: 350px;
	box-shadow: 1px 1px 10px #BBB8B8;

}
.notice-layer-popup{
	border-radius: 5px;
}

.notice-header {
	position: relative;
	border-radius: 15px 15px 0 0;
	/* border-radius: 5px 5px 0 0;*/
	background: white;
	/*background: #32302e;*/
	padding: 15px;
}

.notice-header h1,
.notice-header .btn-notice-layer-close{
	display: inline-block;
	font-size: 0;
}
.notice-header h1 {
	position: static;
	width: 50px;
	height: 15px;
	background: url(/charge/image/icon.announcement.png) no-repeat left center;
	margin-top: 3px;
	margin-left: 6px;
	padding: 10px 0 10px 25px;
	/*background: url("/manage/common/_old/image/module/layer_popup/notice_layer/ico_header.png") no-repeat left center;*/
}


.notice-header .btn-notice-layer-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 23px;
	height: 23px;
	background: url(/charge/image/icon.layerPopup.close.png) no-repeat left center;
	/*position: absolute;
    right: 15px;
    width: 17px;
    height: 17px;
    background: url("/manage/common/_old/image/module/layer_popup/notice_layer/ico_close.png") no-repeat left center;*/
}

.notice-wrap {
	text-align: center;
	padding: 0px 21px;
	/*padding: 24px 21px;*/
	/*border: 1px solid #918c88;*/
	border-radius: 0 0 15px 15px;
	/*border-radius: 0 0 5px 5px;*/
	border-top: 0;
	background-color: #ffffff;
}

.notice-wrap .display-icon{
	height: 75px;
}

/* 요금변겅완료 */
.notice-wrap .display-icon.change-plan{
	background: url("/manage/common/_old/image/module/layer_popup/notice_layer/ico_change_plan.png") no-repeat center top;
}

/* 충전요청 */
.notice-wrap .display-icon.request-charge{
	background: url("/manage/common/_old/image/module/layer_popup/notice_layer/ico_request_charge.png") no-repeat center top;
}

/* 차감안내 */
.notice-wrap .display-icon.request-payment{
	background: url("/manage/common/_old/image/module/layer_popup/notice_layer/ico_request_payment.png") no-repeat center top;
}

/* 완료 */
.notice-wrap .display-icon.success{
	background: url("/manage/common/_old/image/module/layer_popup/notice_layer/ico_success.png") no-repeat center top;
}
/* 입금 확인 요청 */
.notice-wrap .display-icon.request-deposit-confirm{
	background: url("/manage/common/_old/image/module/layer_popup/notice_layer/ico_request_deposit_confirm.png") no-repeat center top;
}

.notice-wrap .notice-content{
	font-size: 14px;
	color: #545250;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d8d8d8;
	line-height: 130%;
    /*letter-spacing: -1.5px;*/
}

.notice-bottom{
	padding-top: 10px;
}

.notice-content strong{
	font-weight: bold;
}
.notice-content strong:after{
	content: " CP";
}
.notice-content strong.type1{
	color: #32302e;
}
.notice-content strong.type2{
	color: #ff7800;
}

.notice-content .inner-list{
	display: inline-block;
    font-size: 12px;
    margin-top: 11px;
    text-align: left;
}
.notice-content .inner-list li{
	padding-left: 9px;
	background: url("/manage/common/_old/image/module/layer_popup/notice_layer/ico_bullet.png") no-repeat center left;
}

