@charset "utf-8";

body{min-width:0;background:none}

.pop_wrap {
	margin: 60px auto 160px;
	max-width: 1000px;
	width: 94%;
}

.pop_wrap .subTit {
	font-size: 36px;
	font-weight: 700;
	color: inherit;
	text-align: center;
	margin: 0 auto 60px;
}

.pop_wrap .btn_area {
	width: 180px;
	margin: 50px auto 0;
	text-align: center;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}

.pop_wrap .btn_area a {
	float: left;
	width: 180px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
	font-family: inherit;
	cursor: pointer;
	border: 1px solid #ffc42a;
	background: #ffc42a;
	transition: 0.4s;
	font-weight: 700;
}

.pop_wrap .btn_area a:hover {
	color: #ffffff;
	border: 1px solid #0f1b30;
	background: #0f1b30;
}

.pop_info .border {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 15px 0;
	margin-top: -1px;
}

.pop_info .border2 {
	border-color: #464646;
}

.pop_info .border label {
	width: 200px;
	float: left;
	line-height: 40px;
	font-size: 15px;
	color: #464646;
	cursor: pointer;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}

.pop_info .item_area {
	width: calc(100% - 200px);
	margin-left: 200px;
}

.pop_info .border .sevice_item_item {
	display: inline-block;
}

.pop_info .border .sevice_week_item {
	display: inline-block;
}

.pop_info .border .sevice_time_item {
	display: inline-block;
}

.pop_info .border .sevice_join_item {
	display: inline-block;
}

.pop_info .border label.check_box {
	width: auto;
	float: none;
	padding-right: 10px;
	display: inline-block;
}

.pop_info .border input.text_box {
	float: left;
	width: calc(100% - 200px);
	height: 40px;
	line-height: 38px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding-left: 15px;
	font-family: inherit;
	font-size: 15px;
	color: #464646;
	font-weight: 300;
}

.pop_info .border input.text_box:focus {
	border-color: #464646;
}

.pop_info .border .scn_item {
	width: calc(100% - 200px);
	height: auto;
	overflow: hidden;
}

.pop_info .border .add_item {
	margin: 10px 0 0 200px;
}

.pop_info .border input.btn_text_box {
	width: calc(100% - 100px);
	margin-right: 10px;
}

.pop_info .border .add_btn,
.pop_info .border .del_btn {
	float: left;
	width: 90px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 15px;
	color: #464646;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}

.pop_info .border select.sel_box {
	float: left;
	width: calc(100% - 200px);
	height: 40px;
	line-height: 38px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding-left: 15px;
	font-family: inherit;
	font-size: 15px;
	color: #464646;
	background: #ffffff url('../img/select_arrow.png') no-repeat 98% center;
	-webkit-transform: skew(-0.05deg);
	-moz-transform: skew(-0.05deg);
	-ms-transform: skew(-0.05deg);
	transform: skew(-0.05deg);
}

.pop_info .border textarea {
	float: left;
	width: calc(100% - 200px);
	line-height: 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 5px 0 5px 15px;
	font-family: inherit;
	font-size: 15px;
	color: #464646;
	font-weight: 300;
}

.pop_info .border textarea:focus {
	border-color: #464646;
}

	@media screen and (max-width : 1080px) {
	.pop_wrap .subTit {
		font-size: 32px;
		margin-bottom: 50px;
	}
	}

	@media screen and (max-width : 900px) {
	.pop_wrap .subTit {
		font-size: 28px;
		margin-bottom: 40px;
	}

	.pop_wrap {
		margin: 50px auto 120px;
	}

	.pop_info .border {
		padding: 15px 0;
	}

	.pop_info .item_area {
		width: calc(100% - 140px);
		margin-left: 140px;
	}

	.pop_info .border label {
		width: 140px;
		float: left;
		line-height: 40px;
		font-size: 14px;
	}

	.pop_info .border input.text_box {
		float: left;
		width: calc(100% - 140px);
		height: 40px;
		line-height: 38px;
		padding-left: 10px;
		font-size: 14px;
	}

	.pop_info .border .scn_item {
		width: calc(100% - 140px);
	}

	.pop_info .border .add_item {
		margin: 10px 0 0 140px;
	}

	.pop_info .border input.btn_text_box {
		width: calc(100% - 90px);
		margin-right: 10px;
	}

	.pop_info .border .add_btn,
	.pop_info .border .del_btn {
		width: 80px;
		font-size: 14px;
	}

	.pop_info .border select.sel_box {
		float: left;
		width: calc(100% - 140px);
		height: 40px;
		line-height: 38px;
		padding-left: 10px;
		font-size: 14px;
	}

	.pop_info .border textarea {
		float: left;
		width: calc(100% - 140px);
		line-height: 19px;
		padding: 4px 0 4px 10px;
		font-size: 14px;
	}

	.pop_wrap .btn_area {
		margin: 20px auto 0;
	}
	}

	@media screen and (max-width : 700px) {
	.pop_wrap .subTit {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.pop_wrap {
		margin: 40px auto 80px;
	}

	.pop_info .border {
		padding: 15px 0;
	}

	.pop_info .item_area {
		width: calc(100% - 100px);
		margin-left: 100px;
	}

	.pop_info .border label {
		width: 100px;
		float: left;
		line-height: 37px;
		font-size: 13px;
	}

	.pop_info .border input.text_box {
		float: left;
		width: calc(100% - 100px);
		height: 37px;
		line-height: 35px;
		padding-left: 10px;
		font-size: 14px;
	}

	.pop_info .border .scn_item {
		width: calc(100% - 100px);
	}

	.pop_info .border .add_item {
		margin: 5px 0 0 100px;
	}

	.pop_info .border input.btn_text_box {
		width: calc(100% - 85px);
		margin-right: 5px;
	}

	.pop_info .border .add_btn,
	.pop_info .border .del_btn {
		width: 80px;
		height: 37px;
		line-height: 35px;
		font-size: 14px;
	}

	.pop_info .border select.sel_box {
		float: left;
		width: calc(100% - 100px);
		height: 37px;
		line-height: 35px;
		padding-left: 10px;
		font-size: 14px;
	}

	.pop_info .border textarea {
		float: left;
		width: calc(100% - 100px);
		line-height: 19px;
		padding: 4px 0 4px 10px;
		font-size: 14px;
	}

	.pop_wrap .btn_area {
		margin: 20px auto 0;
	}
	}

	@media screen and (max-width : 550px) {
	.pop_wrap .subTit {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.pop_wrap {
		margin: 30px auto 60px;
	}

	.pop_info .border {
		padding: 15px 0;
	}

	.pop_info .item_area {
		width: 100%;
		margin-left: 0;
	}

	.pop_info .border label {
		width: 100px;
		float: none;
		line-height: 1;
		margin-bottom: 7px;
		font-size: 13px;
		display: block;
	}

	.pop_info .border input.text_box {
		float: none;
		width: 100%;
		height: 35px;
		line-height: 33px;
		padding-left: 7px;
		font-size: 13px;
		display: block;
	}

	.pop_info .border .scn_item {
		width: 100%;
	}

	.pop_info .border .add_item {
		margin: 5px 0 0 0;
	}

	.pop_info .border input.btn_text_box {
		float: left;
		width: calc(100% - 75px);
		margin-right: 5px;
	}

	.pop_info .border .add_btn,
	.pop_info .border .del_btn {
		width: 70px;
		height: 35px;
		line-height: 33px;
		font-size: 13px;
	}

	.pop_info .border select.sel_box {
		float: none;
		width: 100%;
		height: 35px;
		line-height: 33px;
		padding-left: 7px;
		font-size: 13px;
		display: block;
	}

	.pop_info .border textarea {
		float: none;
		width: 100%;
		line-height: 18px;
		padding: 3px 0 3px 7px;
		font-size: 13px;
		display: block;
	}

	.pop_wrap .btn_area {
		margin: 20px auto 0;
	}
	}