



/* .cust_datedv{width:calc((100% - 15px) / 2);float:left;} */
.cust_datedv input{
	width:100%;
	border:1px solid #d2d2d2;
	border-radius:3px;
	height:32px;
	/* background-color:transparent; */
	background-color:white;
	background-image:url("/custom/images/calendar/datapic04.png");
	background-repeat:no-repeat;
	background-size: 16px auto ;
	background-position: 5px 9px;
	box-sizing:border-box;
	padding-left:35px;
}
.cust_datedv label{display:none;}


/* 맨 위로 올라가기 css */
.top_bt:after{display:block; content:""; clear:both;}
.top_bt{position:fixed; right:50px; bottom:50px;}
.top_bt>a{display:block; width:50px;}
.top_bt>a img{width:100%;}
.top_bt a{background:lightskyblue;border:1px solid #fff;text-align:center;width:40px;line-height:40px;border-radius:50%;}
.top_bt{z-index:1000;}
.top_span{display:inline-block;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(-45deg)}