@charset "utf-8";
#popInc04 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	;
	background: rgba(0,0,0,0.7)
}
#popInc04 .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	padding: 45px 50px;
	border-radius: 8px;
	font-size: 14px;
	color: #777;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: 'notokr-regular';
}
#popInc04 .pop_close {
	position: absolute;
	right: 25px;
	top: 25px;
	background: url(/sh_img/make24/close.png) 0 0 no-repeat;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	cursor: pointer
}
#popInc04 .tit {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	color: #222;
	letter-spacing: -.5px;
	text-align: center;
	font-family: 'notokr-bold'
}
#popInc04 ul li {
	position: relative;
	padding-left: 100px;
	border-bottom: 1px solid #e1e1e1
}
#popInc04 ul li label {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	font-size: 14px;
	color: #222;
	font-family: 'notokr-bold'
}
#popInc04 ul li input[type=text] {
	width: 100%;
	height: 45px;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	font-size: 14px;
	font-family: 'notokr-regular'
}
#popInc04 ul li select {
	width: 100%;
	height: 45px;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	font-size: 14px;
	-webkit-appearance: none;
	appearance: none;
	background: url(/img/sh_arr_down.png) 98% center no-repeat;
	font-family: 'notokr-regular'
}
#popInc04 ul li .won {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
#popInc04 ul li textarea {
	width: 100%;
	height: 90px;
	margin: 15px 0 12px;
	padding: 10px;
	border: none;
	border-radius: 3px;
	background-color: #f5f5f5
}
#popInc04 .agree_zone {
	padding: 15px;
	margin: 15px 0 20px;
	border-radius: 3px;
	font-size: 13px;
	color: #222;
	background: #f5f5f5
}
#popInc04 .agree_zone .gainagree2 {
	padding: 3px 5px;
	margin-left: 5px;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	color: #555;
	background: #fff
}
#popInc04 .agree_zone label {
	float: right;
	margin-left: 10px
}
#popInc04 .btn_ok {
	text-align: center
}
#popInc04 input[type=submit] {
	width: 150px;
	height: 45px;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	background-color: #bd8942;
	font-family: 'notokr-medium'
}
