.mw_container {
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -1px;
	margin: 0 auto;
	max-width: 850px;
}

.mw_container div, 
.mw_container span, 
.mw_container p, 
.mw_container input[type="text"] {
	font-family: 'Noto Sans KR';
}

/*상단 타이틀*/
.mw_header {
	margin-top: 50px;
	height: 173px;
	background-color: #f8f8f8;
	color: #141414;
	display: flex;
	padding: 45px 45px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.mw_header_text p:first-child {
	font-size: 29px;
	color: #141414;
	font-weight: 500;
}

.mw_header_text p:last-child {
	font-size: 19px;
	color: #141414;
	margin-top: 4px;
	padding-right: 7px;
	line-height: 26px;
}

.mw_header_text span {color: #00c9b0;}
.mw_header_img {
	margin-top: -78px;
}

.mw_header_img img {vertical-align: top;}

/*폼*/
.mw_wrap {margin-top: 65px;}

.mw_wrap_box {
	display: flex;
	vertical-align: middle;
	margin-bottom: 25px;
}

.mw_wrap_box .mw_title {
	height: 30px;
	font-size: 17px;
	color: #000;
	font-weight: 500;
	display: flex;
	flex: 0 0 125px;
}

.mw_wrap_box .mw_cont {
	width: 100%;
	height: 30px;
}

.mw_wrap_box .mw_cont > span {
	width: 11px;
	height: 1px;
	background-color: #dbdbdb;
	display: inline-block;
	margin: 0 5px;
}

select {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	color: #000;
	border: none;
	outline: none;
	width: 34.5%;
	height: 50px;
	border-bottom: 1px solid #dbdbdb;
	margin-top: -20px;
}

input[type="text"] {
	font-family: 'Noto Sans KR', sans-serif;
	border: none;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #dbdbdb;
	font-size: 15px;
	color: #000;
	padding-bottom: 17px;
}

input[type="text"]:focus {border-bottom: 2px solid #00c9b0;}

input::placeholder {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	color: #9b9b9b;
	letter-spacing: -1px;
}

input[type="tel"] {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	color: #000;
	letter-spacing: -1px;
	border: none;
	outline: none;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 17px;
	width: 15%;
	text-align: center;
}

input[type="tel"]:focus {border-bottom: 2px solid #00c9b0;}

/*개인정보*/
.mw_personal {
	height: 329px;
	background-color: #f5f5f5;
	margin-top: 80px;
	padding: 25px;
	box-sizing: border-box;
}

.mw_personal > p {
	font-size: 17px;
	font-weight: 500;
}

.mw_personal_cont {
	font-size: 15px;
	color: #444444;
	background-color: #fff;
	margin-top: 18px;
	width: 100%;
	height: 200px;
	padding: 25px;
	box-sizing: border-box;
	overflow-y: scroll;
}

.mw_agree {
	margin-top: 12px;
	font-size: 15px;
	color: #000;
}

.mw_agree input[type="checkbox"] {display: none;}
.mw_agree input[type="checkbox"] + label {
	padding-left: 20px;
	background: url(../images/off.jpg) no-repeat 0 center;
	cursor: pointer;
}

.mw_agree input[type="checkbox"]:checked + label {
	padding-left: 20px;
	background: url(../images/on.jpg) no-repeat 0 center;
}

/*보안문자*/
.mw_security p {
	margin-top: 40px;
	font-size: 17px;
	color: #000;
	letter-spacing: -1px;
}

.mw_security_cont {
	display: flex;
	margin-top: 20px;
}

.mw_security_cont .mw_refresh .mw_refresh_top {
	width: 169px;
	border: 1px solid #b4b4b4;
}

.mw_security_cont .mw_refresh .mw_refresh_bottom {
	width: 169px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	color: #9b9b9b;
	margin-top: 6px;
	cursor: pointer;
}

.mw_security_cont .mw_refresh .mw_refresh_bottom img {
	margin-right: 2px;
	vertical-align: middle;
}

.mw_security_cont .mw_input {
	width: 230px;
	margin-left: 17px;
}

.mw_security_cont .mw_input_top {display: flex;}

.mw_security_cont .mw_input_top_cont {
	width: 171px;
	height: 50px;
	border: 1px solid #b4b4b4;
}

.mw_security_cont .mw_input_top_cont > input[type="text"] {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	color: #000;
	letter-spacing: -1px;
	border: none;
	outline: none;	
	width: 100%;
	text-align: center;
	margin-top: 18px;
	height: 30px;
}

.mw_security_cont .mw_input_top_click {
	width: 59px;
	height: 52px;
	background-color: #cacaca;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 49px;
	cursor: pointer;
}

.mw_security_cont .mw_input_top_click:hover {background-color: #00c9b0;}

.mw_security_cont .mw_input_bottom {
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	color: #9b9b9b;
	margin-top: 6px;
}

/*버튼*/
.mw_button {
	display: flex;
	justify-content: center;
	margin-top: 70px;
	padding-bottom: 50px;
}

.mw_button .mw_application {
	width: 205px;
	height: 50px;
	background-color: #494949;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	margin-right: 4px;
}

.mw_button .mw_application:hover {background-color: #3b3b3b;}

.mw_button .mw_cancellation {
	width: 205px;
	height: 50px;
	background-color: #00c9b0;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.mw_button .mw_cancellation:hover {background-color: #00b8a1;}

/*반응형 650px*/
@media all and (max-width: 650px) {
	.mw_header {
		margin-top: 30px;
		padding: 41px 25px;
	}
	
	.mw_header_text p:first-child {font-size: 26px;}
	
	.mw_header_text p:last-child {
		font-size: 17px;
		padding-right: 2px;
		line-height: 22px;
	}
	
	.mw_header_text span {color: #00c9b0;}
	.mw_header_img {
		margin-top: -74px;
	}

	.mw_wrap {margin-top: 40px;}
	.mw_wrap_box .mw_title {flex: 0 0 100px;}
	select {width: 56%;}
	input[type="text"] {font-size: 14px;}
	input::placeholder {font-size: 14px;}

	.mw_personal {
		height: 320px;
		margin-top: 55px;
		padding: 20px;
	}

	.mw_personal > p {font-size: 16px;}
	.mw_personal_cont {font-size: 14px;}

	.mw_agree {
		margin-top: 12px;
		font-size: 14px;
	}

	.mw_button {
		margin-top: 40px;
		padding-bottom: 30px;
	}

	.mw_button .mw_application {
		width: 170px;
		height: 41px;
		background-color: #494949;
		color: #fff;
		text-align: center;
		line-height: 41px;
		cursor: pointer;
		margin-right: 3px;
	}

	.mw_button .mw_cancellation {
		width: 170px;
		height: 41px;
		background-color: #00c9b0;
		color: #fff;
		text-align: center;
		line-height: 41px;
		cursor: pointer;
	}
}

/*반응형 550px*/
@media all and (max-width: 550px) {
	.mw_header {
		margin-top: 20px;
		padding: 31px 25px;
	}
	
	.mw_header_text p:first-child {
		font-size: 23px;
		letter-spacing: -1.5px;
	}
	
	.mw_header_text p:last-child {
		font-size: 17px;
		padding-right: 3px;
		line-height: 22px;
		letter-spacing: -1.5px;
	}
	
	.mw_header_img {margin-top: 6px;}
	.mw_header_img img {
		width: 130px;
		height: 118px;
	}

	select {width: 60%;}

	.mw_personal {
		margin-top: 45px;
		height: 317px;
	}

	.mw_security_cont .mw_input_top_cont {
		width: 130px;
		height: 50px;
		border: 1px solid #b4b4b4;
	}

	.mw_security_cont .mw_input_top_cont > input[type="text"] {
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 15px;
		color: #000;
		letter-spacing: -1px;
		border: none;
		outline: none;	
		width: 100%;
		text-align: center;
		margin-top: 18px;
		height: 30px;
	}

	.mw_security_cont .mw_input_top_click {
		width: 55px;
		height: 52px;
		background-color: #cacaca;
		color: #fff;
		text-align: center;
		font-size: 17px;
		line-height: 49px;
		cursor: pointer;
	}

	.mw_button {
		margin-top: 30px;
		padding-bottom: 20px;
	}
}

/*반응형 420px*/
@media all and (max-width: 420px) {	
	.mw_header {
		padding: 36px 25px;
	}

	.mw_header_text p:first-child {
		font-size: 21px;
		letter-spacing: -2px;
	}
	
	.mw_header_text p:last-child {
		font-size: 16px;
		padding-right: 0px;
		letter-spacing: -2px;
	}
	
	.mw_header_img {margin-top: 21px;}
	.mw_header_img img {
		width: 110px;
		height: 98px;
	}

	.mw_security_cont .mw_input_top_cont {
		width: 120px;
		height: 50px;
		border: 1px solid #b4b4b4;
	}

	.mw_security_cont .mw_input_top_cont > input[type="text"] {
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 15px;
		color: #000;
		letter-spacing: -1px;
		border: none;
		outline: none;	
		width: 100%;
		text-align: center;
		margin-top: 18px;
		height: 30px;
	}

	.mw_security_cont .mw_input_top_click {
		width: 59px;
		height: 52px;
		background-color: #cacaca;
		color: #fff;
		text-align: center;
		font-size: 17px;
		line-height: 49px;
		cursor: pointer;
	}

	.mw_security_cont {
		flex-direction: column;
	}

	.mw_security_cont .mw_input {
		margin: 20px 0 0 0;
	}
}