#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-link-address {
	color: #1a73e8;
	text-decoration: none;
}

.myinfo-link-address:hover {
	text-decoration: underline;
}

@media (max-width: 550px) {
	#main {
		padding-right: 1%;
	}
	#main .content {
		margin-right: 10px;
	}
}
