main {
    padding: 2rem 1.5rem 3rem;
}
.section1 {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
}
.section1 img{
    width: 15%;
}
.section1 p{
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
    font-family: "Pretendard-SemiBold" !important;
    color: #616161;
    margin-bottom: 20px;
}
pre{
    font-size: 17px;
    line-height: 1.3;
    text-align: left;
    color: #595959;
}
.section2 {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
}
.section2:nth-of-type(5) {
    border-bottom: none;
    padding-bottom: 0;
}
h2 {
    font-size: 19px;
    margin-top: 25px;
    font-family: "Pretendard-ExtraBold" !important;
    color: #d61a27;
}
p {
    font-size: 19px;
    margin-top: 25px;
    font-family: "Pretendard-Bold" !important;
    color: #f35743;
    margin-bottom: 5px;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 5px;
    background-color: #e62d32;
    font-size: 19px;
    color: #fff;
    gap: 10px;
    margin-top: 30px;
    font-family: "Pretendard-Bold" !important;
}
a img{
    width: 30px;
}