.price-section {
    padding-top: 120px;
}

.table-container {
	max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

/* 타이틀 */
.main-title {
    margin-bottom: 120px;
}

.separate {
	margin: 20px 0 30px 0;
	width: 570px;
	border: none;
    border-top: 1px solid #E7E7E7;
}

.price-desc {
    margin-bottom: 40px;
}

/* 테이블 */
.price-table-wrap {
    background: #fff;
    overflow: hidden;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E7E7E7;
}

.price-table tr {
    border-bottom: 1px solid #E7E7E7;
}

.price-table td {
    padding: 16px;
}

.price-table .size {
    background: #F9F9F9;
    width: 35%;
}

/* 마지막 줄 border 제거 */
.price-table tr:last-child {
    border-bottom: none;
}

/* 하단 안내 */
.notice {
	width: 545px;
    margin-top: 20px;
    padding: 25px 0 25px 25px;
    background: #F9F9F9;
    border-radius: 10px;
    text-align: left;
}