#container {
    max-width: 1045px;
    margin: 0 auto;
    padding: 79px 0;
}

#container .page_tit {
    color: #000;
    font-size: 42px;
    font-weight: 300;
    line-height: 80px;
    text-align: center;
    margin-bottom: 40px;
}

#container .page_txt {
    color: #808080;
    font-size: 12px;
    line-height: 28px;
    padding: 0px 10px;
}

.page_btn {
    display: inline-block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    background-color: #29C4BE;
    text-align: center;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -1.47px;
}

.page_btn_wrap {
    margin-top:20px;
    display:flex;
    flex-wrap: wrap;
    gap:10px;
}

@media screen and (max-width: 1050px) {
    #container {
        padding: 55px 10px 10px;
    }
}