.pricing-section {
max-width: 830px;
margin: 0 auto;
}

.pricing-content {
max-width: 100%;
padding: 0px 0px 100px 0px;
}

.pricing-plans {
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 15px;
}

.pricing-plan {
background: linear-gradient(-45deg, #f9fbff, #f9f9f9);
display: inline-block;
width: 390px;
margin: 10px;
border-radius: 1.6rem;
padding: 30px;
box-sizing: border-box;
position: relative;
overflow: hidden;
transition: 0.35s;
margin: auto;
gap: 19px;
}

.pricing-plan:hover {
transform: scale(1.03);
}

.pricing-plan > .fa {
font-size: 60px;
}

.plan-features {
min-height: 190px;
list-style: none;
padding: 0;
position: relative;
}

.fa-check {
color: #ccc;
}

ul li.highlight-content {
font-weight: 800;
line-height: 1.8;
font-size: 1.05rem;
color: #333;
text-decoration: underline;
}

ul li.plan-content {
color: #999;
line-height: 1.9;
font-weight: normal;
}

h2.price {
font-size: 36px;
color: #161616;
font-weight: 800;
margin: 0;
padding: 8px 0px;
}

.line {
display: block;
position: relative;
padding-top: 19px;
border-top: 1px solid #eaeaea;
line-height: 18px;
}

h3.first-plan-name {
font-size: 35px;
color: #161616;
font-weight: 800;
}

.first-btn-start {
background-color: #161616;
color: #fff;
display: block;
padding: 19px;
font-size: 1.05rem;
font-weight: 650;
text-align: center;
border-radius: 13px;
transition: 0.35s;
position: relative;
margin: auto;
text-decoration: none;
width: 100%;
border: 0px;
}

h3.second-plan-name {
font-size: 35px;
font-weight: 800;
color: #336fff;
}

.second-btn-start {
background: #336fff;
color: #fff;
display: block;
padding: 19px;
font-size: 1.05rem;
font-weight: 650;
text-align: center;
border-radius: 13px;
transition: 0.35s;
position: relative;
margin: auto;
text-decoration: none;
width: 100%;
border: 0px;
}




.enterprise-plan {
margin-bottom: 100px;
padding: 15px;
background: #000;
border-radius: 19px;
}

.enterprise-plan-name {
text-align: center;
font-size: 35px;
color: #fff;
font-weight: 800;
margin-bottom: 13px;
}

.enterprise-plan h4 {
text-align: center;
font-size: 23px;
color: #ccc;
margin: 0px;
padding-bottom: 19px;
}

.enterprise-btn-contact {
background-color: #fff;
color: #161616;
font-weight: 650;
display: block;
padding: 18px 30px;
width: 190px;
font-size: 1.05rem;
font-weight: 650;
text-align: center;
border-radius: 13px;
transition: 0.35s;
position: relative;
margin: auto;
text-decoration: none;
margin-bottom: 30px;
}
.enterprise-btn-contact:hover {
transform: scale(1.03);
}


/* 요금제 반응형 */
@media (max-width: 768px) {
.pricing-section {
max-width: 1100px;
margin: auto;
}

.pricing-plan {
background: linear-gradient(-45deg, #f9fbff, #f9f9f9);
display: inline-block;
width: 350px;
margin: 10px;
border-radius: 1.6rem;
padding: 30px;
box-sizing: border-box;
position: relative;
overflow: hidden;
transition: 0.35s;
margin: auto;
gap: 30px;
}

.plan-features {
min-height: 190px;
list-style: none;
padding: 0;
position: relative;
}

.fa-check {
color: #ccc;
}

ul li.highlight-content {
font-weight: 800;
line-height: 1.8;
font-size: 16px;
color: #2d3748;
text-decoration: underline;
}

ul li.plan-content {
color: #999;
line-height: 1.6;
font-size: 15px;
font-weight: normal;
}

h2.price {
font-size: 30px;
color: #161616;
font-weight: 800;
margin: 0;
padding: 8px 0px;
z-index: 1000;
}

.line {
display: block;
position: relative;
padding-top: 19px;
border-top: 1px solid #eaeaea;
line-height: 18px;
}

h3.first-plan-name {
font-size: 30px;
color: #161616;
font-weight: 800;
}

h3.second-plan-name {
font-size: 30px;
font-weight: 900;
color: #336fff;
}

.enterprise-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
max-width: 390px;
margin: 0 auto;
padding: 19px;
box-sizing: border-box;
text-align: center;
}

.enterprise-plan {
width: 100%;
background: #000;
border-radius: 19px;
padding: 19px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
color: #fff;
}

.enterprise-plan-name {
text-align: center;
font-size: 23px;
color: #fff;
font-weight: 800;
}

.enterprise-plan h4 {
text-align: center;
font-size: 16px;
font-weight: 600;
color: #ccc;
margin: 0px;
padding-bottom: 19px;
}

.recharge-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
max-width: 390px;
margin: 0 auto;
padding: 19px;
box-sizing: border-box;
text-align: center;
}

.recharge-plan {
width: 100%;
background: linear-gradient(-45deg, #f0f6fb, #f3f6ff);
border-radius: 19px;
padding: 19px;
}
.recharge-plan-name {
text-align: center;
font-size: 19px;
color: #161616;
font-weight: 800;
}
.recharge-plan h4 {
text-align: center;
font-size: 15px;
font-weight: 600;
color: #161616;
margin: 0px;
padding-bottom: 19px;
}
.recharge-btn-contact {
background: linear-gradient(-45deg, #dae9ff, #dee6f1);
color: #161616;
font-weight: 650;
display: block;
padding: 18px 30px;
width: 190px;
font-size: 1.05rem;
font-weight: 650;
text-align: center;
border-radius: 13px;
transition: 0.35s;
position: relative;
margin: auto;
text-decoration: none;
margin-bottom: 30px;
}
.btn-contact:hover {
transform: scale(1.03);
}
}