.eng-promo-wrapper{
max-width:900px;
margin:0 auto;
padding:30px 15px;
font-family:'Noto Sans KR',sans-serif;
text-align:center;
line-height:1.8;
color:#333;
box-sizing:border-box;
}
.eng-main-title{
font-size:30px;
font-weight:800;
color:#111;
margin-bottom:15px;
display:inline-block;
border-bottom:3px solid #ffcc00;
padding-bottom:8px;
word-break:keep-all;
}
.eng-sub-title{
font-size:22px;
font-weight:700;
color:#444;
margin:35px 0 20px;
word-break:keep-all;
}
.eng-text{
font-size:17px;
margin-bottom:25px;
word-break:keep-all;
}
.eng-promo-wrapper img{
max-width:100%;
height:auto;
border-radius:10px;
margin:20px auto;
display:block;
}
.eng-btn-group{
margin-top:50px;
}
.eng-cta-btn{
display:block;
background:#ffcc00;
color:#000 !important;
font-size:18px;
font-weight:700;
text-decoration:none;
padding:18px;
border-radius:12px;
margin:15px auto;
width:90%;
max-width:420px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
transition:all .2s ease;
}
.eng-cta-btn:hover{
transform:translateY(-3px);
background:#ffdb4d;
}
@media(max-width:768px){
.eng-main-title{
font-size:24px;
}
.eng-sub-title{
font-size:19px;
}
.eng-text{
font-size:16px;
}
.eng-cta-btn{
font-size:17px;
}
}