#tech_container .talk_section .content_wrap:not(:last-child) {
    margin-bottom: 76px;
}

/* table */
.mo_cell {
    display: none;
}

.table_gray {
    width: 100%;
}


.table_gray tr>*:nth-child(1) {
    width: 14%;
}

.table_gray tr>*:nth-child(2),
.table_gray tr>*:nth-child(3) {
    width: 43%;
}

.table_gray tr {
    border-bottom: 1px solid #BBB;
}

.table_gray thead {
    background-color: var(--gray-color);
}

.table_gray thead th {
    padding: 20px 12px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.table_gray thead th:not(:last-child) {
    border-right: 1px solid #FFF;
}

.table_gray tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

.table_gray tbody tr>* {
    padding: 10px 12px;
    text-align: left;
    font-size: 16px;
    vertical-align: middle;
}

.table_gray tbody th {
    border-right: 1px solid #BBB;
    color: var(--light-dark-color);
}

.table_gray tbody td {
    color: #222;
}

.table_gray tbody td:not(:last-child) {
    border-right: 1px solid #BBB;
}

#tech_container .talk_section .example_wrap {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

#tech_container .talk_section .talk_templete_ex {
    background-color: #F0F2F5;
    border-radius: 16px;
    padding: 24px;
    width: calc((100% - 50px) * 0.55);
}

#tech_container .talk_section .talk_templete_ex>div:not(:last-child) {
    margin-bottom: 24px;
}

#tech_container .talk_section .talk_templete_ex .ex_title {
    font-size: 20px;
    font-weight: 700;
    color: var(--light-dark-color);
    display: flex;
    align-items: center;
    gap: 0 8px;
}

#tech_container .talk_section .talk_templete_ex .ex_title::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(/static/app_www/technic/talk/img/icon_check_round.png) no-repeat center/ contain;
}

#tech_container .talk_section .talk_templete_ex p {
    font-size: 16px;
    color: var(--light-dark-color);
}

#tech_container .talk_section .talk_templete_ex p span {
    color: #0085FF;
}

#tech_container .talk_section .alarm_talk_ex {
    width: calc((100% - 50px) * 0.45);
}

#tech_container .talk_section .kakao_ex {
    border-radius: 16px;
}

#tech_container .talk_section .alarm_talk_ex p {
    text-align: center;
    color: #222;
    margin-top: 30px;
}

@media screen and (max-width:1023px) {
    .pc_cell {
        display: none;
    }

    .mo_cell {
        display: table-cell;
    }

    .table_gray tr>*:nth-child(1) {
        width: 92px;
    }

    .table_gray tr>*:nth-child(2) {
        width: calc(100% - 92px);
    }

    .table_gray tr>*:nth-child(3) {
        width: 0;
    }

    .table_gray thead th {
        padding: 8px;
    }

    .table_gray thead th:not(:last-child) {
        border-right: none;
    }


    .table_gray tbody tr>* {
        padding: 8px 12px;
        font-size: 14px;
        vertical-align: baseline;
    }

    .table_gray tbody th {
        border-right: none;
    }


    .table_gray tbody td:not(:last-child) {
        border-right: none;
    }

    #tech_container .talk_section .example_wrap {
        flex-direction: column;
    }

    #tech_container .talk_section .talk_templete_ex {
        width: 100%;
        padding: 16px;
    }

    #tech_container .talk_section .talk_templete_ex>div:not(:last-child) {
        margin-bottom: 16px;
    }

    #tech_container .talk_section .talk_templete_ex .ex_title {
        font-size: 16px;
    }

    #tech_container .talk_section .talk_templete_ex .ex_title::before {
        width: 24px;
        height: 24px;
    }

    #tech_container .talk_section .talk_templete_ex p {
        font-size: 14px;
    }

    #tech_container .talk_section .alarm_talk_ex {
        width: 100%;
        max-width: 500px;
    }

    #tech_container .talk_section .alarm_talk_ex p {
        font-size: 14px;
        margin-top: 16px;
    }

}

@media screen and (max-width:767px) {
    #tech_container .talk_section .img_wrap {
        max-width: 140px;
        margin: 0 auto;
    }
}