.newmedia-section {
    background: url("../images/newm-bt-bg.png") no-repeat bottom center;
    background-size: auto;
    padding-bottom: 400px;
}
.nm-slogan {
    margin-top: 3rem;
    padding: 0 1.5rem;
}
.table-01 {
    box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.table-02 {
    border: 1px solid var(--line-color);
}
.table-01 table {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;

}
.table-02 table {
    overflow: hidden;
    border-radius: 9px;

}
.table-01 table thead tr th,
.table-02 table thead tr th{
    background: #00af95;
    color: var(--white-color);
    font-size: 1.2rem;
    font-weight: 500;
    padding: .5rem 1.5rem;
    text-align: center;
}
.table-01 table  tbody tr td{
    padding: .5rem 1.5rem;
    text-align: center;
    font-size: 1.2rem;
}
.table-02 table  tbody tr td{
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 1.2rem;
}
.price {
    color: #f5a613;
    font-size: 1.6rem;
}
.service-intr .bi,
.table-01 ul li .bi,
.table-01 ul li span{
    color: #f5a613;
}
.table-01 ul li {
    line-height: 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    width: 20%;
}
.table-01 ul li:last-child {
    width: 100%;
}
.sf-tl img {
    max-width: 300px;
}

.service-intr ul li {
    line-height: 3.2rem;
    font-size: 1.4rem;
}
.service-intr-tl h2 {
    color: var(--text-color);
    border-bottom: 5px solid #00af95;
    padding: .5rem 1rem;
}
.service-adv {
    border: 1px solid var(--line-color);
    border-radius: 12px;
    margin-left: 3rem;
    overflow: hidden;
}
.service-adv-tl h3 {
    background: #00af95;
    font-size: 1.8rem;
    height: 3.6rem;
    line-height: 3.6rem;
    padding-left: 3rem;
    padding-right: 2rem;
}
.service-adv-tl h3 + div {
    width: 100px;
    height: 3.6rem;
    background: url("../images/service-adv-tl-bg.png") no-repeat;
    background-size: contain;
}
.tw-code {
    width: 10rem;
    border: 1px solid var(--gray-blue-color);
    padding: 5px;
    border-radius: 5px;
}
.nm-contact ul li {
    font-size: 1.2rem;
    text-align: right;
    line-height: 2.4rem;
}
@media (max-width: 1440px) and (min-width: 992px){
    .newmedia-section {
        background-size: contain;
        padding-bottom: 380px;
    }
}
@media (max-width: 991px) {
    .newmedia-section {
        background-size: contain;
        padding-bottom: 240px;
    }
    .table-01 ul li {
        width: 50%;
    }
    .service-adv {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .newmedia-section {
        background-size: contain;
        padding-bottom: 160px;
    }
    .table-01 table thead tr th,.table-01 table tbody tr td, .table-02 table thead tr th,.table-02 table tbody tr td {
        font-size: 1rem;
        padding: .5rem .5rem;
    }
    .table-01 table tbody tr td {
        font-size: 1rem;
    }

}