.text_inner {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 18px;
    padding-top: 90px;
    padding-bottom: 150px;
}

/* 이전페이지 버튼 */
.text_inner input {
    position: absolute;
    top: 32px;
    left: 12px;
    outline-style: none;
    border: none;
    padding: 0;
    width: 45px;
    height: 45px;
    background: url(../icon/back-btn-icon.png) no-repeat center center / cover;
}

.text_inner input:hover {
    cursor: pointer;
}

/* title 부분 */
.text_title {
    padding-bottom: 30px;
    border-bottom: 1px solid #191919;
}

.text_title h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 56px;
}


/* 처리방침 내용 부분 */
.text_content {
    padding-top: 50px;
    padding-bottom: 70px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #5e5e5e;
    border-bottom: 1px solid #191919;
}

.text_content h2 {
    font-size: 20px;
    color: #292929;
    font-weight: 600;
} 

.text_content h3 {
    color: #333333;
    font-weight: 600;
} 

.text_content span {
    color: #3a3a3a;
    font-weight: 500;
} 

.text_content p:first-child{
    margin-bottom: 35px;
}
