.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::placeholder, 
.mw_container input[type="text"], 
.mw_container input[type="tel"], 
.mw_container input[type="email"] {
	font-family: 'Noto Sans KR';
}

/*상단 타이틀*/
.mw_header {
	margin-top: 50px;
	height: 173px;
	background-color: #f8f8f8;
	color: #141414;
	font-size: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 33px;
	padding: 0 65px;
}

.mw_header > p {font-weight: 500;}
.mw_header span {color: #00c9b0;}

/*설명글*/
.mw_text {margin-top: 70px;}
.mw_text .mw_text01 {
	display: flex;
	margin-bottom: 7px;
}

.mw_text .mw_text01 span {
	background-color: #00c9b0;
	width: 34px;
	height: 34px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	margin-right: 10px;
	display: inline-block;
}

.mw_text .mw_text01 p {
	font-size: 17px;
	color: #141414;
	font-weight: 500;
	margin-top: 3px;
	margin-bottom: 16px;
	vertical-align: middle;
	width: 100%;
}

/*이미지와 글자*/
.mw_visual {
	width: 100%;
	height: 252px;
	margin-top: 70px;
	background: linear-gradient(45deg, #00aac9, #00c9b0);
	background-repeat: repeat-x;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	box-sizing: border-box;
}

.mw_visual_text {
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	padding-right: 25px;
}

.mw_visual_text p:first-child {margin-bottom: 35px;}

.mw_visual_text span {
	font-size: 23px;
	font-weight: 500;
	margin-right: 8px;
}

.mw_visual_text p:last-child {font-size: 14px;}
.mw_visual_img img {margin-top: 85px;}

/*폼*/
.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_cont_check {
	font-size: 15px;
	color: #000;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 17px;
	margin-top: 3px;
	margin-bottom: -11px;
}

.mw_cont_check input[type="radio"] {display: none;}
.mw_cont_check input[type="radio"] + label:nth-of-type(1) {margin-left: 0;}
.mw_cont_check input[type="radio"] + label {
	margin-left: 15px;
	padding-left: 20px;
	background: url(../images/radio_off.jpg) no-repeat 0 center;
	cursor: pointer;
}

.mw_cont_check input[type="radio"]:checked + label {
	padding-left: 20px;
	background: url(../images/radio_on.jpg) no-repeat 0 center;
}

.mw_wrap_box .mw_cont {
	width: 100%;
	height: 30px;
}

.mw_cont_file {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: -11px;
	position: relative;
}

.mw_cont_file .mw_upload_name {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	text-align: center;
	width: 74px;
	height: 27px;
	background-color: #00c9b0;
	color: #fff;
	border: none;
	cursor: pointer;
	margin-right: 5px;
	margin-top: -2px;
	outline: none;
	cursor: pointer;
}

.mw_cont_file label {
	font-family: 'Noto Sans KR', sans-serif;
	display: inline-block;
	font-size: 15px;
	color: #9b9b9b;
	letter-spacing: -1px;
	cursor: pointer;
}

.mw_cont_file input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	opacity: 0%;
	cursor: pointer;
}

.mw_wrap_box .mw_cont > span {
	width: 11px;
	height: 1px;
	background-color: #dbdbdb;
	display: inline-block;
	margin: 0 5px;
}

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;}

input[type="email"] {
	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: 100%;
	box-sizing: border-box;
}

input[type="email"]:focus {border-bottom: 2px solid #00c9b0;}

.mw_cont > textarea {
	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;
	resize: none;
}
.mw_cont > textarea::placeholder {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	color: #9b9b9b;
	letter-spacing: -1px;
}
.mw_cont > textarea:focus {border-bottom: 2px solid #00c9b0;}
.mw_cont > input[type="text"]:focus {border-bottom: 2px solid #00c9b0;}
.mw_cont > input::placeholder {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	color: #9b9b9b;
	letter-spacing: -1px;
}

/*개인정보*/
.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;
	height: 42px;
	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;
		height: 140px;
		font-size: 20px;
		line-height: 30px;
	}

	.mw_text {margin-top: 40px;}
	.mw_text .mw_text01 {margin-bottom: 1px;}

	.mw_text .mw_text01 span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 7px;
	}

	.mw_text .mw_text01 p {
		font-size: 15px;
		margin-top: 4px;
		margin-bottom: 10px;
	}

	.mw_visual {
		height: 320px;
		margin-top: 40px;
		padding: 0 20px;
		flex-direction: column;
	}

	.mw_visual_text {font-size: 15px;}
	.mw_visual_text p:first-child {
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.mw_visual_text span {
		font-size: 20px;
		margin-right: 5px;
	}

	.mw_visual_text p:last-child {font-size: 13px;}

	.mw_visual_img img {
		margin-top: 0px;
		vertical-align: top;
	}

	.mw_wrap {margin-top: 35px;}
	.mw_wrap_box .mw_title {flex: 0 0 100px;}
	.mw_wrap_box .mw_add {letter-spacing: -2px;}
	.mw_cont_check {font-size: 14px;}

	.mw_cont_file .mw_upload_name {font-size: 14px;}
	.mw_cont_file label {font-size: 14px;}
	.mw_cont_file input[type="file"] {width: 80%;}

	input[type="text"] {font-size: 14px;}
	input::placeholder {font-size: 14px;}
	input[type="email"] {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_security p {
		margin-top: 20px;
		font-size: 15px;
	}

	.mw_security_cont {margin-top: 10px;}
	.mw_security_cont .mw_refresh .mw_refresh_top {width: 169px; height: 30px;}
	.mw_security_cont .mw_refresh .mw_refresh_top img {width: 139px; height: 30px;}
	.mw_security_cont .mw_refresh .mw_refresh_bottom {width: 139px;}

	.mw_security_cont .mw_input {
		width: 180px;
		margin-left: 7px;
	}

	.mw_security_cont .mw_input_top_cont {
		width: 150px;
		height: 50px;
		border: 1px solid #b4b4b4;
	}

	.mw_security_cont .mw_input_top_cont > input[type="text"] {
		font-size: 14px;
		margin-top: 13px;
		height: 9px;
		padding: 10px 0;
		box-sizing: border-box;
	}

	.mw_security_cont .mw_input_top_click {
		width: 55px;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
	}

	.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;
		height: 120px;
		font-size: 17px;
		line-height: 25px;
		padding: 0 25px;
	}
	
	.mw_text {margin-top: 30px;}
	.mw_text .mw_text01 {margin-bottom: 0px;}

	.mw_text .mw_text01 p {
		font-size: 14px;
		margin-top: 5px;
	}

	.mw_visual {
		height: 100%;
		margin-top: 25px;
	}

	.mw_visual_text {
		font-size: 14px;
		letter-spacing: -1.5px;
		margin-bottom: 20px;
		padding-right: 0px;
	}

	.mw_visual_text span {font-size: 19px;}
	.mw_personal {
		margin-top: 45px;
		height: 317px;
	}

	.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: 9px;
		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_button {
		margin-top: 30px;
		padding-bottom: 20px;
	}
}