	.container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px;
	}
	.header-title {
		text-align: center;
		margin: 40px 0px 30px;
	}
	.header-title h3, .section h3, .qa h3 {
		margin-top: 20px;
		font-weight: 600;
		color: #000;
		line-height: 1.5;
		font-size: 2.125rem;
	}
	.header-title p {
		font-size: 16px;
		color: #666;
	}
	.section {
		padding: 15px;
	}
	.subtitle {
		font-size: 1.875rem;
		font-weight: bold;
		margin-bottom: 15px;
		color: #333;
		margin-bottom: 15px;
	}
	.subtitle::before {
		left: 0;
		content: url("/images/consignment/red_circle.jpg");
	}
	.features {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0;
		gap: 10px;
	}
	.feature {
		flex: 1;
		text-align: center;
		padding: 10px;
		background-color: #ffffff;
		border: 1px solid #C0C0C0;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.feature .title {
		display: inline-block;
		padding: 2px 30px;
		width: 160px;
		font-size: 18px;
		font-family: Arial, sans-serif;
		color: #fff;
		background: linear-gradient(90deg, #6AA7BE, #3F60A4); /* 파란색 그라데이션 */
		border: none;
		border-radius: 50px; /* 둥근 모서리 */
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
		transition: transform 0.2s, box-shadow 0.2s;
		margin: 10px 0px;
	}
	.feature p {
		font-size: 14px;
		color: #333;
		margin: 5px 0;
	}
	.feature ul {
		padding: 0px 10px 10px 20px;
	}
	.feature li {
		list-style-type: disc;
		text-align: left;
		font-size: 1.7rem;
		padding: 10px 0px 0px;
		font-weight: 600;
	}
	.qa h3 {
		margin-bottom: 20px;
	}

	table.dosage-table, table.contact-table {
		width: 100%;
		border-collapse: collapse;
		margin: 20px 0;
		border-top-left-radius: 20px;  /* 상단 왼쪽 모서리 둥글게 */
		border-top-right-radius: 20px; /* 상단 오른쪽 모서리 둥글게 */
		overflow: hidden; /* 내용이 모서리 밖으로 넘치지 않도록 */
	}
	table.dosage-table th, table.contact-table th, table.dosage-table td, table.contact-table td {
		border: 1px solid #ddd;
		text-align: center;
		font-size: 1.7rem;
	}
	th {
		background-color: #BC3738;
		color: white;
		font-weight: bold;
	}
	.dosage-table th, .dosage-table td, .contact-table th {
		padding: 10px;
	}
	.contact-table td {
		padding: 20px;
	}

	.logos {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 20px 0;
	}
	.logos div {
		border: 1px solid #DDDDDD;
		border-radius: 10px;
		display: flex;
		align-items: center;
		height: 50px;
	}
	.logos .logo {
		width: 177px;
		padding: 0px 44px;
	}
	.logos .logo2 {
		width: 177px;
		padding: 0px 15px;
	}
	.logos div img {
    width: 100%;
    height: auto;
	}

	.text-center {
		text-align: center;
	}

	.text-red {
		color: #D80001;
	}

	.amp-img1 {
		padding: 10px 50px;
	}

	.amp-img2 {
		padding: 20px 0px;
	}

	.amp-img1 img, .amp-img2 img, .prod-img img {
		width: 100%;
		max-width: 700px;
		height: auto;
		border: 0px;
	}

	.prod-img {
		text-align: center;
	}

	.prod-img img {
		padding-top: 30px;
		width: 709px;
		height: auto;
		border: 0px;
	}