#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;
}

#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 .sum {
	margin-top: 20px;
}

#product .row {
	width: 100%;
	margin: 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #c1c4cc;
}

#product .thumb img {
	max-width: 100px;
}

#product .body p {
	margin: 0;
}

#product .body .title {
	font-weight: 700;
}

#product .body .subject a {
	font-weight: 600;
	text-decoration: none;
	outline: none;
}

#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: 12px;
	color: #767995;
}

#product .track .title {
	font-weight: 700;
	margin-right: 20px;
}

#product .sum {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #4f4f4f;
	text-align: center;
}

#check tag {
	color: #24a1dc;
}

#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: 768px) {
	#product .body {
		padding-top: 20px;
	}
}