.page_title{
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60rem;
}
.page_title::after{
    content: "";
    display: block;
    background-color: #252B46;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page_title .common_wrap{
    height: 100%;
}
.page_title .section_title{
    padding-top: 8rem;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5rem;
}
.page_title h2, .page_title p{
    color: #fff;
}
.page_title .button{
    padding: 1.3rem 0;
}

.common_section h2, .common_section h3{
    font-size: 4.5rem;
    font-family: "Pretendard_bold", serif;
}
.common_section .section_title p{
    font-size: 2rem;
}
.page_title a{
    font-size: 2rem;
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 1rem;
    color: #1A2039;
    font-family: "Pretendard_bold", serif;
}
@media all and (max-width:1325px) {
    .page_title a{ 
        font-size: 1.8rem;
        border-radius: 0.5rem;
    }
}
@media all and (max-width:1024px) {
}
@media all and (max-width:830px) {
    .page_title{
        height: 50rem;
    }
    #page_name .text_block{
        display: block;
    }
    body .page_title a{ 
        font-size: 1.5rem;
        border-radius: 0.6rem;
    }
}
@media all and (max-width:680px) {
    .page_title .section_title{
        gap: 3rem;
    }
    .page_title{
        height: 40rem;
    }
}
@media all and (max-width:550px) {
    .page_title .section_title{
        padding-top: 6rem;
    }
    .page_title{
        height: 35rem;
    }
}
