.using_guide_wrap{
    padding-top: 276px;
    padding-bottom: 200px;
}
.inner{
    width: 1104px;
    margin: 0 auto;
}
.con_wrap{
    margin-bottom: 200px;
}
.con_wrap:last-child{
    margin-bottom: 0;
}
@media (max-width:1200px){
    .inner{
        width: 92%;
    }
    .process_01_wrap.inner,
    .process_02_wrap.inner{
        width: 100%;

    }
}
@media (max-width:500px){
    .using_guide_wrap{
        padding-top: 224px;
        padding-bottom: 100px;
    }
    .con_wrap{
        margin-bottom: 150px;
    }
}

/* 공통 타이틀 영역 */
.con_head{
    display: flex;
    flex-direction: column;
}
.con_head.center{
    align-items: center;

}
.con_head .s_tit{
    font-size: 20px;
    font-weight: 700;
    color: #2323a5;
}
.con_head .tit{
    font-size: 46px;
    font-weight: bold;
    color: #171717;
    padding-top: 30px;
}
.con_head .txt{
    font-size: 18px;
    line-height: 32px;
    color: #242424;
    font-weight: 500;

    padding-top: 40px;
}
.con_head.center{
    text-align: center;
}
.con_head .txt .add{
    font-size: 16px;
    line-height: 32px;
}
.bold{
    font-weight: 700;
}
@media (max-width:1200px){
    .process_01_wrap.inner .con_head,
    .process_02_wrap.inner .con_head{
        padding: 0 4%;
    }
}
@media (max-width:768px){
    .con_head .tit{
        font-size: 36px;
    }
}
@media (max-width:500px){
    .con_head .s_tit{
        font-size: 18px;
    }
    .con_head .tit{
        font-size: 26px;
    }
    .con_head .txt{

        font-size: 15px;
        line-height: 28px;
    }
    .con_head.center .txt{
        width: 90%;
        margin: 0 auto;
    }
    .con_head.center .txt br{
        display: none;
    }
    .con_head .txt .add{

        font-size: 13px;
        line-height: 22px;
        display: block;
        padding-top: 30px;
    }
    .con_head.center .txt .add{
        width: 95%;
        margin: 0 auto;
    }

}
/* 공통 타이틀 영역 끝 */

/* 공통 테이블 스타일 */
.notice_table{
    width: 100%;
    border-collapse: collapse;
}
.notice_table th{
    font-size: 16px;
    font-weight: 500;
    line-height:50px;
    text-align: center;
    color: #fff;
    background-color: #242424;
    border: solid 1px #767676;

}
.notice_table td{
    font-size: 16px;
    font-weight: 500;
    color: #242424;
    padding: 15px;
    border: solid 1px #767676;
    box-sizing: border-box;
}

@media (max-width:500px){
    .notice_table th{
        font-size: 14px;
    }
    .notice_table td{
        font-size: 14px;
        padding: 10px;
    }
}
/* 공통 테이블 스타일 끝 */

.notice_pagenation {
    display: flex;
    justify-content: center;
}

.notice_pagenation ul {
    list-style: none;
}

.notice_pagenation li {
    float: left;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
}

.notice_pagenation li.disabled {
    color: #d3d3d3;
}

.notice_pagenation li.active {
    color: #ff0000;
}

.notice-cont.title-devider {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.notice-cont.title-devider p {
    width: var(--main-width);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.27px;
    color: #000;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.notice-cont.title-devider notice-title {
    float: left;
}

.notice-cont.title-devider notice-date {
    float: right;
}

@media (max-width:500px){
    .notice-cont.title-devider {
        font-size: 14px;
    }
}

.notice-cont.notice-body {
    color: #ffffff;
    padding-top: 50px
}