
#content {
    /* min-height: 90vh; */
}
.df {
    display: flex;
    flex-wrap: wrap;
}
.b {
    font-weight: bold;
}

.br-1 {
    border-right: 1px solid #999999;
}

.ta-r {
    text-align: right;
}

.mt-16 {
    margin-top: 16px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-56 {
    margin-bottom: 56px;
}

.c-1563af {
    color: #1563af;
}

.bg-color {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
}

.category-active {
    border: 2px solid #FFFFFF;
}

.category-in-active {
    background-color: #aec7ee;
}

.dp-n {
    display: none;
}

.dp-nim {
    display: none !important;
}

.mdp-n {
    display: none !important;
}

.pdp-n {
    display: block !important;
}

.dp-f {
    display: flex;
}

.dp-ib {
    display: inline-block;
}

.bb-0 {
    border: 0px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.ls-n {
    list-style-type: none !important;
}

.f-1 {
    flex: 1;
}

.f-2 {
    flex: 2;
}

/* 테이블 */
.content-table {
    width: 100%;
    overflow: hidden;
}

.table-auto {
    overflow: auto;
}

.content-table .table-wrap {
    width: 100%;
    white-space: nowrap;
}

.content-table .table-wrap thead {}

.content-table .table-wrap .bb-1 {
    border-bottom: 2px solid #000000 !important;
}

.content-table .table-wrap thead tr {
    border-top: 3px solid #000000 !important;
}

.content-table .table-wrap thead tr th {
    border: 1px solid #E0E6EF;
    padding-left: 8px;
    padding-right: 8px;
}

.content-table .table-wrap tbody tr td {
    border: 1px solid #E0E6EF;
    padding-left: 8px;
    padding-right: 8px;
}

.content-table .table-wrap tbody tr .fix {
    border: 1px solid #E0E6EF;
}

.content-table .table-wrap thead tr .fix {
    min-width: 130px;
    /* max-width: 100px; */
    height: 50px;
    border: 1px solid #E0E6EF;
    font-size: 18px;
    font-family: 'nsr_b';
}

.content-table .table-wrap thead tr .table-content {
    /* display: flex; */
    position: relative;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    align-items: center;
    font-size: 18px;
    font-family: 'nsr_b';
}

.content-table .table-wrap thead tr .table-content:last-child {
    border-right: 0px;
}

.content-table .table-wrap tbody tr .table-content:last-child {
    border-right: 0px;
}

.content-table .table-wrap thead tr .fix:first-child {
    border-left: 0px !important;
}

.content-table .table-wrap tbody tr .fix:first-child {
    border-left: 0px !important;
}

.content-table .table-wrap thead tr .table-content2 {
    /* display: flex; */
    position: relative;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    align-items: center;
    min-width: 300px;
}

.content-table .table-wrap thead tr .dp-n {
    display: none;
}

.content-table .table-wrap tbody tr .table-content {
    /* width: 100%; */
    min-height: 50px;
    height: 50px;
    max-width: 150px;
    white-space: normal;
    border: 1px solid #E0E6EF;
    font-size: 18px;
    font-family: 'nsr_r';
}

.content-table .table-wrap tbody tr .table-content ul li {
    font-size: 18px;
    font-family: 'nsr_r';
}

.content-table .table-wrap tbody tr .table-content2 {
    /* width: 100%; */
    min-height: 50px;
    height: 50px;
    max-width: 150px;
    white-space: normal;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-family: 'nsr_b';
    min-width: 130px;

}

.content-table .table-wrap tbody tr .fix {
    font-size: 14px;
    text-align: center;
    font-size: 18px;
    font-family: 'nsr_b';
}

.content-table .table-wrap thead tr th button {
    position: absolute;
    /* border-radius: 50%; */
    margin: 0px 8px;
    border: 1px solid #3769bb;
    color: #3769bb;
    width: 32px;
    height: 32px;
}

.content-table .table-wrap thead tr th button .table-right {
    font-size: 17px;
    width: 14px;
    margin: 0px auto;
    height: 100%;
    line-height: 30px;
}

.content-table .table-wrap thead tr th button .table-left {
    font-size: 17px;
    width: 14px;
    margin: 0px auto;
    height: 100%;
    line-height: 30px;
}

.content-table .table-wrap thead tr th button:first-child {
    left: 0px;
    top: 6px;
}

.content-table .table-wrap thead tr th button:last-child {
    right: 0px;
    top: 6px;
}

.content-table .table-wrap thead tr th button img {}


/*  */
#content .main .main-wrap .main-title {}

/* #content .main .main-wrap .main-title h1 {
    padding: 16px;
    font-size: 26px;
    font-weight: bold;
    color: #1563af;
} */

#content .main .main-wrap .current-location {
    display: none;
    /* background-color: #F5F5F5;
    padding: 16px;
    margin-left: 8px;
    margin-bottom: 16px; */
}

#content .main .main-wrap .current-location img {
    /* width: 19px;
    height: 14px; */
    margin-right: 8px;
    vertical-align: middle;
}

/* 카테고리 */
#content .main .main-wrap .category-list {
    display: flex;
    position: relative;
    /* padding-bottom: 16px; */
    /* border-bottom: 1px solid #DDD; */
    padding: 0px 8px;
    flex-wrap: wrap;
}

#content .main .main-wrap .category-list .category-tab {
    /* width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center; */
    border: 1px solid #CBD3DA;
    width: 50%;
    text-align: center;
}

#content .main .main-wrap .category-list .category-tab .bg-type {
    padding: 8px 16px;
}

#content .main .main-wrap .category-list .category-tab .bg-type a {
    color: #CBD3DA;
    font-family: 'nsr_eb';
    font-size: 18px;
    /* padding: 8px; */
    line-height: 2;
}

#content .main .main-wrap .category-list .category-tab .bg-type-active {
    background-color: #e5f0de;
}

#content .main .main-wrap .category-list .category-tab .bg-type-active a {
    color: #26814a;
    font-weight: bold;
}







@media(min-width: 660px) {

    .content-table {
        padding: 0px 8px;
    }

    .content-table .table-wrap {
        width: 100%;
        margin: 0px auto;
    }

    .content-table .table-wrap thead tr .table-content {
        display: table-cell;
        width: auto;
    }

    .content-table .table-wrap thead tr .table-content2 {
        display: table-cell;
        width: auto;
        min-width: 100px;
        font-size: 18px;
        font-family: 'nsr_b';
    }

    .content-table .table-wrap tbody tr .table-content {
        display: table-cell;
        width: auto;
        max-width: 250px;
        white-space: normal;
        padding: 8px;
    }

    .content-table .table-wrap tbody tr .table-content2 {
        display: table-cell;
        width: auto;
        max-width: 250px;
        white-space: normal;
        font-size: 18px;
        font-family: 'nsr_b';
    }

    .content-table .table-wrap thead tr .table-content button {
        display: none;
    }

    .content-table .table-wrap thead tr .table-content2 button {
        display: none;
    }
}

@media(min-width: 1080px) {

    .mdp-n {
        display: block !important;
    }

    .pdp-n {
        display: none !important;
    }

    #content .main .main-wrap .category-list {
        /* height: 56px; */
    }

    #content .main .main-wrap .current-location {
        display: block;
        background-color: #F5F5F5;
        padding: 16px;
        margin-left: 8px;
        margin-bottom: 16px;
        line-height: 30px;
    }


    /* 카테고리 */
    #content .main .main-wrap .category-list .category-tab {
        max-width: 200px;
    }

    #content .main .main-wrap .category-open {
        display: block;
        height: 56px;
    }

    #content .main .main-wrap .category-list .category-print {
        display: block;
        position: absolute;
        right: 0px;
        padding: 0px 16px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
    }

    #content .main .main-wrap .category-list .category-print button {
        width: 32px;
        height: 32px;
        vertical-align: middle;
        border-radius: 8px;
    }

    #content .main .main-wrap .category-list .category-print button img {}
}