/* withdraw.css - myinfo 패턴 참조 */
#main {
	text-align: left;
	padding: 160px 0 1% 1%;
	width: 98%;
}

#main .content {
	margin: 40px 0 60px 10px;
	max-width: 600px;
}

.withdraw-hidden {
	display: none !important;
}

.required {
	color: #ff0000;
}

.withdraw-view-block,
.withdraw-block {
	background-color: #f8f9fa;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 15px 20px;
	margin-bottom: 24px;
	text-align: left;
}

.withdraw-block:last-of-type {
	margin-bottom: 24px;
}

.withdraw-block-plain {
	background-color: transparent;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
}

.withdraw-consent-label {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 14px;
	color: #828282;
}

.withdraw-block-header {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-weight: 500;
	font-size: 16px;
	color: #4f4f4f;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.withdraw-notice-list {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 14px;
	color: #4f4f4f;
	margin: 0;
	padding-left: 20px;
	line-height: 1.6;
}

.withdraw-notice-list li {
	margin-bottom: 8px;
}

.withdraw-notice-list li:last-child {
	margin-bottom: 0;
}

.withdraw-block .form-group {
	margin-bottom: 20px;
}

.withdraw-form-label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #4f4f4f;
	margin-bottom: 6px;
}

.withdraw-block .form-control {
	font-size: 14px;
	border: 1px solid #c1c4cc;
}

.withdraw-block .form-control[type="textarea"],
.withdraw-block textarea.form-control {
	-webkit-box-shadow: none;
	background: transparent;
	box-shadow: none;
	padding: 15px;
	color: #041c3d;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 14px;
	line-height: 1.5;
}

.withdraw-counter {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 14px;
	color: #828282;
	display: block;
	margin-top: 4px;
}

.form-check-input {
	margin-top: 7px;
}

.withdraw-action {
	margin-top: 28px;
	text-align: center;
}

.withdraw-action .button-default,
.withdraw-action .button-sub {
	padding: 6px 16px;
	font-size: 14px;
	margin-right: 8px;
}

@media (max-width: 550px) {
	#main {
		padding-right: 1%;
	}
	#main .content {
		margin-right: 10px;
	}
}

@media (max-width: 500px) {
	#main {
		padding-left: 4%;
		padding-right: 4%;
		width: 92%;
	}
}
