#main {
	text-align: left;
	padding: 160px 0 1% 1%;
	width: 98%;
}

#main .content {
	margin: 40px 0 60px 10px;
	max-width: 600px;
}

.myinfo-hidden {
	display: none !important;
}

.required {
	color: #ff0000;
}

/* 보기 영역 블록 (sellinfo .corp-license-block 참고) */
.myinfo-view-block {
	background-color: #f8f9fa;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 15px 20px;
	margin-bottom: 24px;
	text-align: left;
}

.myinfo-view-block:last-of-type {
	margin-bottom: 24px;
}

.myinfo-view .myinfo-dl {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 14px;
	color: #4f4f4f;
	margin: 0;
}

.myinfo-view .myinfo-dl dt {
	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 4px;
	color: #333;
}

.myinfo-view .myinfo-dl dd {
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px solid #e9ecef;
}

.myinfo-view .myinfo-dl dd:first-of-type {
	margin-top: 0;
}

.myinfo-view .myinfo-dl dt:first-of-type {
	margin-top: 0;
}

.myinfo-muted {
	color: #828282;
	font-size: 13px;
}

.myinfo-action {
	margin-top: 24px;
	text-align: center;
}

.myinfo-action .button-default,
.myinfo-action .button-sub {
	padding: 6px 16px;
	font-size: 14px;
	margin-right: 8px;
}

.myinfo-edit .form-group {
	margin-bottom: 20px;
}

.myinfo-edit .myinfo-form-label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #4f4f4f;
	margin-bottom: 6px;
}

.myinfo-edit .form-control {
	font-size: 14px;
	border: 1px solid #c1c4cc;
}

.myinfo-email-readonly {
	font-size: 14px;
	color: #6c757d;
}

.myinfo-edit .form-check-inline {
	margin-right: 16px;
}

.myinfo-edit .myinfo-action {
	margin-top: 28px;
}

/* 블록 구분 (sellinfo .corp-license-block 참고) */
.myinfo-block {
	background-color: #f8f9fa;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 15px 20px;
	margin-bottom: 24px;
	text-align: left;
}

.myinfo-block:last-of-type {
	margin-bottom: 24px;
}

.myinfo-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;
}

.myinfo-view-block .myinfo-block-header {
	margin-top: 0;
}

/* 우편번호 입력 + 버튼 */
.myinfo-postal-wrap {
	display: flex;
	align-items: center;
}

.myinfo-postal-wrap .form-control {
	flex: 0 1 auto;
	max-width: 120px;
	margin-right: 8px;
}

.myinfo-postal-btn {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 14px;
	color: #4f4f4f;
	border: 1px solid #c1c4cc;
	padding: 6px 12px;
	border-radius: 4px;
	cursor: pointer;
	background: #fff;
}

.myinfo-postal-btn:hover {
	background: #f8f9fa;
	border-color: #828282;
}

/* 우편번호 검색 레이어 (카카오/다음) */
#postal_layer {
	display: none;
	position: fixed;
	overflow: hidden;
	background: #ffffff;
	z-index: 9999;
	-webkit-overflow-scrolling: touch;
}

#postal_layer .btn_close {
	margin-top: 4px;
	margin-right: 4px;
	float: right;
	cursor: pointer;
	z-index: 100;
}

@media (max-width: 550px) {
	#main {
		padding-right: 1%;
	}
	#main .content {
		margin-right: 10px;
	}
}
