#guide .content .text { color: #555; font-family: 'Pretendard'; font-size: 23px; font-style: normal; font-weight: 500; line-height: 150%; letter-spacing: 0.23px; margin: 50px 0 0; }

@media screen and (max-width:1600px) {
    #guide .content .text { font-size: 21.25px; margin: 45px 0 0; }
}
@media screen and (max-width:1280px) {
    #guide .content .text { font-size: 19.5px; margin: 40px 0 0; }
}
@media screen and (max-width:1024px) {
    #guide .content .text { font-size: 17.75px; margin: 35px 0 0; }
}
@media screen and (max-width:768px) {
    #guide .content .text { font-size: 16px; margin: 30px 0 0; }
}
@media screen and (max-width:640px) {
    #guide .content .text { font-size: 14.25px; margin: 25px 0 0; }
}