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

.z-1 {
    z-index: 1;
}

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

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

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

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

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

.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;
}

.bg-eee {
    background-color: #EEE;
}

.bg-999 {
    background-color: #999;
}

.br-8 {
    border-radius: 8px;
}

.category-active {
    border-color: #FFFFFF !important;
    outline: none;
}

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


.dp-n {
    display: none;
}

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

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

.dp-f {
    display: flex;
}

.df {
    display: flex;
    flex-wrap: wrap;
}

.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: 120px;
    /* 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: 280px;
}

.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: 14px;
    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: 25px;
    font-weight: bold;
    color: #1563af;
    font-family: 'nsr_r';
}

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

#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;
    height: 56px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DDD;
    padding: 0px 8px;
    margin-bottom: 32px;
}

#content .main .main-wrap .category-list .category-tab {
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

#content .main .main-wrap .category-list .category-tab .bg-type {
    max-width: 170px;
    margin: 0px auto;
    border-radius: 30px;
    font-size: 18px;
}

#content .main .main-wrap .category-list .category-tab .bg-type a {
    font-weight: bold;
    font-size: 17px;
}

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

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







@media(min-width: 660px) {

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

    .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;
    }

    .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;
    }

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

    #content .main .main-wrap .category-list .category-print {
        display: block;
        position: absolute;
        right: 0px;
        padding: 0px 16px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        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 {}

    #content .main .main-wrap .main-title h1 {
        font-size: 40px;
    }
}

.bd-n {
    border: 0px !important;
    
}

a:active, ul:active, li:active, button:active, div:active {
    background-color: transparent;
    outline: transparent;
    outline:none;
    -webkit-tap-highlight-color : transparent;
}

a:target, ul:target, li:target, button:target, div:target {
    background-color: transparent;
    outline: transparent;
    outline:none;
    -webkit-tap-highlight-color : transparent;
}
div:focus,li:focus,button:focus,a:focus,ul:focus{
    background-color: none;
    outline:none;
    -webkit-tap-highlight-color : transparent;
}
/* li:focus button:focus a:focus ul:focus */
div.focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 1px;
}
a:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 1px;
}
button:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 1px;
}

li:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 1px;
}

/* jinstar */
img{ max-width:100%;}
.content-table .table-wrap thead tr .table-content br,
.content-table .table-wrap tbody tr .fix br{ display:none;}
@media (max-width:767px){
	.content-table .table-wrap tbody tr .fix{ padding:5px 5px;}
	.content-table .table-wrap thead tr .table-content{ padding-left:50px; padding-right:50px;}
	.content-table .table-wrap thead tr .table-content br,
	.content-table .table-wrap tbody tr .fix br{ display:inline;}
}