
*{
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
} 


.name{
    text-align: center;
}
.sub_name1{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 10px;
}
.sub_name2{
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
}
.content_title{
    text-align: center;
    font-size: 17px;
    font-weight: bold;

}
.content_sub_title{
    font-weight: bold;
    text-align: justify;

    /* font-size: 14px; */
}
/* .content_sub_title .writer{
    font-weight: lighter;
} */

.question{
    font-weight: bold;
    text-align: justify;
    padding: 2px;
    font-size: 14px;
}
.question::before{
    content: "°";
    padding-right: 36px;
}
.anwser{
    text-align: justify;
    /* line-height: 20px; */
}
.sub_img{
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}
.button{
    text-align: center;
}

.sub_button{
    display: inline-block;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 8px 40px 8px 40px;
    font-size: 11px;
    font-weight: bold;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .anwser{
        font-size: 14px;
    }
}