#main {
	text-align: left;
	padding: 160px 0 1% 1%;
	width: 98%;
}

#main .form {
	margin-top: 60px;
}

#main .form .hbr {
	display: none;
}

#main .form input {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	max-width: 270px;
	width: 90%;
	height: 38px;
	border: 1px solid #c1c4cc;
	border-radius: none;
	outline: none;
	padding: 10px 13px 10px 13px;
	font-size: 15px;
}

#main .form input::placeholder {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	color: #c4cbd6;
	font-size: 15px;
}

#main .form .button-default {
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* page: orderinfo.aspx - migrated from inline styles */
.error-message.orderinfo-hidden { display: none; }

#main .content {
	display: none;
}

/*
#main .content .desc {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #4f4f4f;
}

#main .content .field {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	color: #4f4f4f;
	margin-top: 30px;
}
*/
#main .content .block {
	margin-top: 60px;
}

#main .content .block h3 {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #4f4f4f;
	padding-bottom: 10px;
	border-bottom: 1px solid #767995;
}

#main .content .block .table {
	margin: 20px 0 0 0;
}

#main .content .block .table span {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-size: 14px;
	color: #4f4f4f;
}

#main .content .block .table .key {
	font-weight: 500;
}

#main .content .block .table .value {
}

#product {
	margin: 0;
	padding: 0;
}

#product h3 {
	width: 100%;
	margin-bottom: 20px;
}

#product .product-content-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-start;
}

#product .list {
	flex: 1;
	width: 0;
	display: flex;
	flex-direction: column;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 16px;
	background-color: #ffffff;
}

#product .sum {
	flex: 0 0 35%;
	min-width: 300px;
	margin-top: 0;
	align-self: flex-start;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 16px;
	background-color: #ffffff;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #4f4f4f;
}

#product .sum p {
	display: flex;
	justify-content: space-between;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 14px;
	color: #4f4f4f;
}

#product .sum p:last-child {
	margin-bottom: 0;
}

#product .sum .sum-total {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e0e0e0;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}

#product .sum .sum_price {
	font-weight: 500;
	color: #333333;
	text-align: right;
}

#product .sum .sum-total .sum_price {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}

#product .row {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 8px 0 12px 0;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

#product .row:last-child {
	border-bottom: none;
}

#product .thumb {
	flex: 0 0 auto;
	flex-shrink: 0;
}

#product .thumb img {
	max-width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
}

#product .body {
	flex: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word;
	overflow-x: hidden;
}

#product .body p {
	margin: 0 0 4px 0;
}

#product .body p:last-child {
	margin-bottom: 0;
}

#product .body .title {
	font-weight: 700;
}

#product .body .subject {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}

#product .body .subject a {
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	outline: none;
	flex: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}

#product .body .subject:hover, #product .body .subject:active {
	text-decoration: none;
}

#product .body span {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #767995;
	overflow-wrap: break-word;
	word-break: break-word;
}

#product .body .option {
	margin-top: 4px;
	margin-bottom: 4px;
}

#product .body .option .title {
	font-weight: normal;
	font-size: 14px;
	color: #767995;
}

#product .body .count,
#product .body .price {
	font-size: 14px;
	color: #4f4f4f;
	margin: 4px 0;
}

#product .body .count .title,
#product .body .price .title {
	font-weight: 500;
	margin-right: 8px;
}

#product .body .price .value {
	font-weight: 500;
	color: #333333;
}

#product .row .track {
	flex: 0 0 auto;
	min-width: 120px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 14px;
	color: #4f4f4f;
}

#product .row .track .title {
	font-weight: 500;
	margin-right: 8px;
}

#product .row .track p {
	margin: 0 0 4px 0;
}

#check tag {
	color: #3661f9;
}

#check .value a {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	color: #3d3c3d;
	background: #ffffff;
	border: 1px solid #3d3c3d;
	border-radius: 4px;
	padding: 3px 6px 3px 6px;
	margin-left: 20px;
	font-size: 12px;
}

#main .action {
	text-align: center;
	margin-top: 80px;
}

@media (max-width: 452px) {
	#main .form .hbr {
		display: block;
	}
}

@media (max-width: 576px) {
	#main .content .block .table .key {
		margin-bottom: 6px;
	}
}

@media (max-width: 600px) {
	#main {
		text-align: left;
		padding: 160px 5% 1% 5%;
		width: 90%;
	}
}

@media (max-width: 992px) {
	#product .list {
		flex: 1 1 100%;
		width: 100%;
	}

	#product .sum {
		flex: 1 1 100%;
		min-width: 100%;
	}
}

@media (max-width: 500px) {
	#product .row {
		flex-direction: column;
	}

	#product .row .track {
		width: 100%;
		min-width: 0;
	}
}

/* 취소 요청 버튼 */
#product .body .cancel-action {
	margin-top: 8px;
}

#product .body .btn-cancel-request {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 12px;
	padding: 4px 10px;
}

/* 취소 요청 모달 */
#cancelRequestModal .modal-header {
	border-bottom: 1px solid #e0e0e0;
}

#cancelRequestModal .modal-title {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-weight: 500;
	font-size: 16px;
}

#cancelRequestModal .modal-body label {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 14px;
	color: #4f4f4f;
}

#cancelRequestModal .form-control {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 14px;
}

#cancelRequestModal .alert-info {
	background-color: #e8f4fd;
	border-color: #b8daff;
	color: #0c5460;
}

#cancelRequestModal .modal-footer {
	border-top: 1px solid #e0e0e0;
}

#error-message {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #4f4f4f;
	text-align: center;
	margin-top: 60px;
	padding: 20px;
}
