.cost {
    padding: 100px 40px;
	max-width:1600px;
	margin:0px auto;
}

.cost > h2 {
    font-family: 'SBAggroB';
    font-size: 40px;
    margin-bottom: 60px;
	margin-top:0;	
    text-align: center;
}

.cost .icon { text-align:center; }
.cost .icon img {max-width:450px;}

.cost .info {max-width:695px; margin:0px auto; line-height:33px;}



.price-section {
  padding: 0px 20px;
  text-align: center;
}

.price-section h2 {
  font-size: 20px;
  color: #001eff;
  margin-bottom: 40px;
}

.price-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius:10px;
  padding: 40px 20px 50px;
  width: 300px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.025);
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top:0;
  color: #333;
}

.card .price {
  font-size: 22px;
  color: #001eff;
  margin-bottom: 20px;
  font-weight:bold;
  background:#f1f1f1;
  border-radius:50px;
  padding:10px 0;
  
}

.card .info {font-weight:bold; text-align:left; font-size:16px;}

.card ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  color: #666;
}

.card ul li {
  margin-bottom: 10px;
}

.card.recommended {
  border-color: #001eff;
  background-color: #f6f7ff;
}

.detail-row {
  display: flex;
  justify-content: flex-start;
  align-items:center;
  padding: 4px 0;
  font-size: 14px;
}

.detail-row i {color:#0778ff; margin-right:5px;}
.detail-row i.xi-close-min {color:#aaa;}

.label {
  width: 45%;
  text-align: right;
  color: #666;
  font-weight: 500;
  padding-right: 10px;
}

.value {
  width: 55%;
  text-align: left;
  color: #222;
}



/* 🔸 반응형 대응 */
@media (max-width: 1200px) {

}

@media (max-width: 768px) {
	.cost {
		padding:40px 20px;
	}
	.cost > h2 {font-size:24px;}
	.cost .icon img {max-width:260px;}
	.cost .info {font-size:13px; max-width:97%; margin:0px auto; line-height:24px; letter-spacing:-0.01em}
}

@media (max-width: 480px) {

}
