body{
background-color: #0f0f10;
}
li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.t-r{
    text-align: right;
}
i::before{
    vertical-align: middle;
}
.wrapper {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    height: auto;
    /* padding-bottom: 300px; */
}

.wrapper:before,
.wrapper:after {
	content: " ";
	display: table;
}

.pc_w {
    width: 1140px;
}
/*헤더 부분 Start*/
.main-header {
    width:100%;height:140px;
    display: flex;
    flex-direction: column;
    /* flex-direction: column-reverse; */
}
.head_menu_box{
    background-color: #d95f2c;
    width:100%;height:96px;
    border-top:1px solid #fff;
}
.head_con_box {
    width:1140px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.head_notice_box{
    color: #fff;
    margin: 0 auto;
    padding:5px 0px;
    background-color: #242527;
}

.head_notice_btn {
    padding:2px 5px;;
    color: #f4d795;
    font-size: 0.8rem;
    background-color: #0f0f10;
    margin-right: 3px;
    border-radius: 5px;
}
.h_logo{
    display: flex; align-items: center; justify-content: center;
}

.h_menu{
    width: 60%;
    display: flex;
    height: 96px;
    margin-left: 30px;
    justify-content: center;
}

.h_menu div{
    margin-right:28px;
}
.h_menu div a{
    padding:10px 0px;
    color: #080808;
    font-size: 1.4rem;
    line-height: 96px;
    font-weight: 400;

}
.h_menu div a.active{
    color:#080808;
    /* border-bottom:2px solid #080808; */
    font-weight: bold;
}
.h_menu div a:hover{
    color:#080808;
    border-bottom:2px solid #080808;
    font-weight: bold;
}
.h_search{
    display: flex; align-items: center; justify-content: center;
}

.h_search div {
    display: flex;
    align-items: center;
    /* border: 1px solid #838d98; */

}
.h_search input[type="text"] {
    border: 0px;

    padding: 10px;
    outline: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right:0px;

    color:#fff;
    font-size: 1rem;
    height: 36px;
    background-color: #282828;
}
.h_search input[type="text"]::placeholder {
    color: #838d98;
    text-align: left;

}
.h_search button {
    background-color: #282828;
    border: 0px;

    outline: none;
    color: #838d98;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.2rem;
    height: 36px;
}
.h_search button i {
    color: #d95f2c;
    position: relative;top:-2px;
}

.notice_alert{
    color:#000;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin:0 auto;
}

.notice_alert > div{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border:2px solid #cde7fb;
    background-color: #fff ;
    margin-bottom: 4px;
    padding: 6px 24px;
    border-radius: 3px;;
}
.notice_2 > .notice_text{
    color:#f413c7;
}
.notice_3 > .notice_text{
    color:#f413c7;
}

.notice_alert > div:first-child{
    margin-top:20px;
}
.del_img_btn{
    height: 26px;
    cursor: pointer;
    color:#000;
}
.notice_alert > div >div{
    display: flex;
    align-items: center;
}
.domain-icon{
    margin-right:5px;
}

.notice_1 > .notice_text{
    width: 90%;
    text-align: center;
}
.notice_1 > .notice_text > div{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.notice_text{
    font-size: 1.2rem;
}
.notice_txt_tit{
    margin-right:30px;
}

.container_full{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.type_category{
    height: 94px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 34px;
    margin-bottom: 10px;
}
.type_category > div {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    cursor: pointer;

    border:2px solid #ffffff;

    margin-right: 7px;
}

.type_category > div:last-child {
    margin-right: 0px;
}
.type_category > div > a{
    font-size: 1.4rem;
    color: #ffffff;
}

.type_category >div.active{
    background-color: #d95f2c;
    border:0px;
}

.type_category >div.active > a{
    color:#fff;
}


.type_category > div:hover {
    background-color: #d95f2c;
    border:0px;
}


.type_category > div:hover > a {
    color: #fff;
}

.day_category{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    height: 60px;
    padding: 15px 0px;

    overflow: hidden; /* 자식 요소가 넘치지 않도록 설정 */
}
.day_category > button{
    flex: 1;
    margin: 0;

    background-color: transparent; /* 버튼의 배경을 투명하게 설정 */
    border:0px;
    font-size: 1.1rem;
    color: #fff;
    cursor: pointer;
    border:1px solid #fff;
    padding: 0px;
    margin-right: 5px;
}
.day_category > button:last-child{
    margin-right: 0px;

}
.day_category > button.active, .day_category > button:hover{
    font-family: 'AlibabaSansKR-Bold', sans-serif;
    color: #d95f2c;
}


.mark_category{
    width: 1140px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 7px 20px;
    background-color: #333543;
}

.style_category{
    width: 1140px;
    display: flex;
    justify-content: space-between;
    background-color: #183348;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
}
.style_category > button{
    padding:5px 8px;
    font-size: 1.1rem;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    border:0px;
}
.style_category > button.active, .style_category > button:hover{
    color:#53caff;
    background-color: transparent;
}

.list_search{
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_search > div{

    color: #a5a5a5;

}

.main_list_tit{
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
    color: #081b9b;
    text-align: left;

}
.asc_desc{

}
.asc_desc > button{
    border:2px solid #cde7fb;
    padding: 5px 30px;
    background-color: #fff;
    border-radius: 15px;
    color: #0f7bab;
}
.asc_desc > button.active{
background-color: #dff1ff;

}
.menu_title{
    padding-top:21px;
}

.menu_title div{
    color: #181818;
    font-size: 1.4rem;
}

.toon_list{
    height:auto;
    position: relative;
}
.toon_list .row{
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.img_list_1 {
    display: flex;
    overflow-x: hidden;
    white-space: nowrap;
    padding-top:20px;
    border:1px solid red;
}
.btn-prev{
    position: absolute;
    left:-30px;
    top: 50%;
      transform: translateY(-50%);
      background: none;
      background: none;
            border: none;
            cursor: pointer;
            z-index: 1;
}
.btn-next{
    position: absolute;
    right:-20px;
    top: 50%;
      transform: translateY(-50%);
      background: none;
      background: none;
            border: none;
            cursor: pointer;
            z-index: 1;
}

.list_item{
    position: relative;
    padding:0px;
    /* padding:4px; */

    width: 178px;
    margin-right: 12px;
    margin-bottom: 12px;
            flex-shrink: 0;
    /* overflow-y: hidden; */
    /* overflow-x: hidden; */
}


.list_item > div.item_box{
    background-color: #212121;
    border: 1px solid #161922;
    box-sizing: border-box;
    min-width: 100%;
    width: 100%;
    padding:4px;
    position: relative;
    overflow: hidden;

}



.list_item > div.item_box > img{
    width: 100%;
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto;
    display: block;
    min-height: 96px;
    object-fit: cover;
    object-position: center;

}

.list_item > div.item_box > p.item_title{
    padding:4px 8px 0px 8px;
    color: #fff;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.list_item > div.item_box > p.item_title > span{
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #4b4f5a;
    color: #fff;
    padding:0px 3px;
    border-radius: 5px;
}

.item_content {
    display:flex;
    flex-direction: column;
}
.item_category{
    width: 100%;
}
.item_category img{
    margin-right: 5px;
}
.item_category p{
    color: #818590;
    margin-bottom: 0px;
    padding:1px 8px;;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .9rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.item_content button{
    border:0px;
    border: 1px solid #818590;
    background-color: #0f0f10;
    text-align: center;

     color:#818590;
     cursor: pointer;
}

.item_cnt{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding:0px 8px;
    /* margin-top: 10px; */
}
.item_cnt p{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    line-height: 25px;
    color: #212529;
}

.item_cnt i{
    position: relative;
    top: -2px;
}

.list_item > div.item_box > p.item_title > span.it_today{
    background-color: #f5194d;
    color: #fff;
    font-size:
}

.list_title_box{
    padding:20px 0px;
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
}
.list_title_box > img{
    margin-right: 1px;
}
.rank_img{
    position: absolute;
    top:-15px;
    right: -10px;
    z-index: 3;
     height: auto; /* 원본 비율을 유지 */
}

.over_view_icon{
    height: 82px;
    position: absolute;
    display: flex;
    top:10px;
    right:8px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.persons_img{
    margin-top:20px;
}



/*목록 페이지*/
.list_page{
    display: flex;
        flex-direction: column;
}
.list_page_head{
    display: flex;
    flex-direction: row;
    background-color: #1b1b1b;
}
.list_page_head_content{

    color: #d0d0d0;
    padding-right: 20%;
}
.list_page_title{
    font-size: 2.8rem;
    color: #ffffff;
}
.list_page_total_cnt{
    border:1px solid #2b2b2b;
    background-color: #2b2b2b;
    color: #ffffff;
    padding:5px 20px;
    width:auto;
}
.list_page_btns_box{
    display: flex;
}
.list_page_btn{
    border: 0px;
    background-color: #f07947;
    font-weight: bold;
    padding:10px 0px;
    cursor: pointer;
    color: #fff;
    font-size: 1.2rem;
}
.list_page_btn:first-child{
    margin-right: 10px;
}

.list_sort{
    border-top:1px solid #000;
}
.m_total_txt_box{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0px;

}
.mark_btn{
    width: 49%;
    border:0px;
    padding:7px 20px;
    text-align: center;
    background: linear-gradient(to right, #006bef, #00b7fe);
    color: #fff;
    font-size: 1rem;
    border-radius: 27px;
    cursor: pointer;
}
.mark_btn img{
    margin-right: 10px;
}
.name_list{
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}
.mark_btn_1{
    border:2px solid #d95f2c;
    padding:5px 50px;
    text-align: center;
    background-color: #d95f2c;
    color: #fff;
    font-size: 1rem;

    cursor: pointer;
}
.mark_btn_1 img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.detail_total_txt{
    font-size: 1.1rem;
    color:#4ea5f7;
    margin-bottom: 30px;
    padding-left: 0px;
}

.list_data{

}
.list_data ul{
    padding-left:0px;
}
.list_data ul li{
    height: 65px;
    line-height: 65px;
    color: #FFF;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
    background-color: #1b1b1b;
    padding-left:26px;
    padding-right:25px;
}
.l_d_t a{
    color: #FFF;
}
.l_d_d >  i  {
    position: relative;
    top: -2px;
}
.l_d_t > a i.fa-play:before  {
    color: #aabbcb;
}
/*목록 페이지*/

/* 공지사항 목록 페이지*/
.notice_head_bar{
    /* font-family: "Pretendard"; */
    font-size:5rem;;
    font-weight: bold;
    color:#aeaeae;
}
.notice_list > div.card{
    background-color: #0f0f10;
    border:0px;
    color:#aeaeae;
}
.table{
    vertical-align: middle;
}
.table thead th{
    text-align: center;
    border-bottom: 2px solid #797366 !important;
    border-top: 0px !important;
    height: 60px;
    font-size: 1.2rem;

}
.table tbody td{
    vertical-align: middle !important;
    border-bottom: 1px solid #797366;
    border-top: 0px !important;
    height: 60px;

}
.notice_list a {
    color:#aeaeae;
    font-size: 1rem;
}
.notice_list_tit img {
    margin-right: 10px;
}
.notice_list_day{
    font-size: 1rem;
    color: #aeaeae;
    text-align: center;
}
.notice_list_day > i{
    position: relative;
    top:-1px;
}
.card-body{
    padding:0px;
}
.notice_btn{
    display: inline-block;
    padding: 2px 15px; /* 버튼 크기를 조절하기 위해 패딩을 추가 */
    border-radius: 20px; /* 둥근 모서리를 위해 border-radius 설정 */
    background-color: #d95f2c; /* 원하는 배경색 */
    color: #fff; /* 텍스트 색상 */
    text-align: center;
    cursor: pointer;
    font-size: 16px; /* 글자 크기 */
    text-decoration: none; /* 링크일 경우 밑줄 제거 */

}
/* 공지사항 목록 페이지*/

/*공지사항 뷰*/
.notice_view_tit{
    height: 66px;
    /* background-color: #e2f1fa; */
    color: #e4e4e4;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top: 30px;

}
.notice_view_tit h1{
    font-size: 2.4rem;
}

.notice_detail{
    display:flex;
    align-items:center;
    justify-content:space-between;

    margin-top: 5px;
    padding:10px;
    color:#9a9a9a;
    font-size: 1.2rem;
    border-top: 4px solid #44413b;
    border-bottom: 1px solid #44413b;
}
.notice_detail span:first-child{
    margin-right: 10px;
}

.notice_detail i {
    font-weight: bold;
    position: relative;
    top:-1px;
}

.notice_content{
    height: auto;
    padding: 30px;
    border-bottom: 1px solid #6a6d7b;
    color: #e4e4e4;
    text-align: center;
    font-size: 1.3rem;

}

.notice_tail{
    display:flex;
    align-items:center;
    justify-content:space-between;
        margin-top: 12px;
        color: #9a9a9a;
}
.notice_tail button{
    padding: 2px 68px;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 8px;
    border: 2px solid #0088f4;
    border-radius: 27px;
    background-color: #0088f4;
    margin-right: 16px;
}
.notice_tail button img{
    width:20px;
}

.notice_tail a{
    color:#9a9a9a;
    font-size: 1rem;
}
.notice_tail a i{
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.notice_list_btn{
    border:3px solid #ececec;
    color: #ececec;
    padding:15px 80px;
    font-size: 2rem;
    background-color: #0f0f10;
    cursor: pointer;
}
/*공지사항 뷰*/

/*페이징*/
.hn_pagination {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}
.hn_pagination  ul{
    padding-left: 0px;
}

.page-item {
    margin: 0 2px;
    float: left;
    background-color: #2f2f31;
    color: #fff;
    border-radius: 5px;
}

.page-item .page_link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    width: 30px;
    height: 30px;
    line-height: 30px;

}
.page_num{
    background-color: #dcdcdc;
}
.page_num  .page_link{
    color: #000;
}
.page_link i{
    position: relative;
    top:-2px;
}
.page_left{
    margin-right: 20px
}
.page_right{
    margin-left: 20px
}
.page-item  a.active{
    background-color: #d95f2c;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
 }
.page-item  a:hover{
    color: #000;
}
/*페이징*/

/*상세 페이지*/
.tit_bar{
    margin-top:26px;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    background-color: #dbf1ff;
    border-radius: 27px;
}
.toon_title{
    color: #000;
    font-size: 1.2rem;
    text-align: left;
}
.toon_title img{
    margin-right: 8px;
}
.toon_view{
    margin-top:25px;
    margin-bottom: 165px;
    text-align: center;
    position: relative;
}
.toon_list_btns{
    background-color: #161822;
    padding-top: 30px;
    height: 356px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error_review{
    background-color: #5c282d;
    margin-top:18px;
    height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.toon_list_btns > div, .toon_list_btns > button{
    margin-bottom: 13px;
}

.btns_1{
    font-size: 1.4rem;
}
.btns_2 {
    font-size: 1.4rem;
    color: #8f97a3;
}
.btns_3{
    width: 98px;
    height: 98px;
    border-radius: 50%;
    border: none;
    font-size: 2.3rem;
    background-color: #ee5a5a;
    color: #fff;
}


.btns_4{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 500px;
}

.btns_4 > div{
    width: 100%;
}
.prev_btn{
    width: 100%;
    border-radius: 7px;
    font-size: 1.3rem;
    padding:7px;
    cursor: pointer;
}

.btns_5 {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto;
    margin-top:13px;
}
.btns_5 button {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: none;
    background-color: #161822;
    border:2px solid #606778;
    color: #959aa6;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 6px;
    border-radius: 7px;
}
.btns_5 button:first-child {
    margin-left: 0;
}
.btns_5 button:last-child {
    margin-right: 0;
}
.btns_5 button img {
    margin-right: 5px;
}

.btns_6{
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto;
    margin-top:30px;
}
.btns_6 button {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: none;
    background-color: #c8505a;
    border:2px solid #c8505a;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 6px;
    border-radius: 7px;
}
.btns_6 button:first-child {
    margin-left: 0;
}
.btns_6 button:last-child {
    margin-right: 0;
}
.btns_6 button img {
    margin-right: 5px;
}
.vp_b{
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #282828;
}
.view_page_foot_btn {

    display: flex;
    justify-content: space-between;
    background-color: #282828;
    flex-wrap: wrap;
    margin: 0 auto;
}
.view_page_foot_btn button {
    flex: 1;
    padding: 10px 0;
    border: none;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;

    height: 70px;
    font-size: 1.3rem;
    background-color: #0f0f10;
    border:3px solid #ececec;
    color:#ececec;
    margin-right:10px;
}
.view_page_foot_btn button img {
    margin-right: 5px;
}
.view_page_foot_btn button:last-child{
    margin-right: 0px;
}
.view_page_foot_btn button i{
    font-size:1.7rem;
    position: relative;
    top: -2px;
}

.top_down_btn{
    position: fixed; /* 화면에 고정 위치 지정 */
    right: 50px; /* 오른쪽에서 50px 떨어지도록 설정 */
    top: 50%; /* 화면의 수직 중앙에 배치 */
    transform: translateY(-50%); /* 수직 중앙 맞춤 */
    display: flex;
    flex-direction: column;
    gap: 10px; /* 버튼 사이 간격 조정 */

}
.top_down_btn button{
    background-color: transparent;
    border:0px;
}


.left_btns{
    position: fixed;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.left_btns div{
    text-align: center;
    color:#fff;
    font-size: 1.1rem;
}

.list_flag {
    max-height: 360px;
    overflow-y: auto;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: -400px;
    transition: bottom 0.5s ease;
}

.list_flag::-webkit-scrollbar {
    width: 6px;
}

.list_flag::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}


.list_flag.show {
    bottom: 70px;
}
.list_flag_head{
    background-color: #d95f2c;
}
.list_flag_tit{
     display: flex;
     justify-content: space-between;
}
.list_flag_tit h3{
    font-size: 1.2rem;
    color: #fff;
}
.list_flag_tit button{
    border:1px solid #fff;
    background-color: #0f0f10;
    color: #fff;
    cursor: pointer;
}
/*상세 페이지*/

/*푸터 부분 Start*/

.footer{
    background-color: #212121;
    margin-top:70px;
}
.footer_box{
    margin: 0 auto;
    display: flex;
    color: #fff;
    padding:30px 0px;
}
.bt_logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 30px;
}

.bt_right{
    display: flex;
    flex-direction: column;
}
.bt_menu_box{
    display: flex;
    padding-top:20px;
}
.bt_menu {
    display: flex;
    font-size: 1.1rem;
}
.bt_menu_box span{
    margin-right: 20px;
    border:1px solid #797979;
    background-color: #000;
    color: #fff;
    border-radius: 17px;
    padding:5px 15px;
    font-size: 1.1rem;
}
.bt_menu_box span img{
    margin-right: 7px;
}
.bt_menu div{
    /* padding:0px 20px; */
    display: flex;
    align-items: center;
}
.bt_menu div a {
    border-right:1px solid #535353;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 1rem;
    padding: 0px 30px;
}
.bt_menu div:last-child > a {
    border-right:0px;
}
.bt_copy{
    margin-top:10px;
}
.bt_copy > p{
    margin-bottom: 0px;
    color: #8a8a8a;
}
.bt_copy > p:last-child{
    margin-top:10px;
}
/*푸터 부분 End*/


/* 서버리스트 start*/
.sub_title_box{
    display: flex;
    justify-content: space-between;

}
.sub_title_box > div:first-child{
    padding:20px 0px;
    color: #fff;
    font-size: 1.5rem;
}
.sub_title_box > div:last-child{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.sub_title_box > div:last-child button{
    padding:3px 15px;
    border:1px solid #fff;
    background-color: #000;
    color: #fff;
}
.sub_title_box > div:last-child button:first-child{
    margin-right: 10px;
}
.sub_title_box > div:last-child button.active{
    background-color: #fff;
    color: #000;
}
.sub_title_box > div:last-child button:hover{
    background-color: #fff;
    color: #000;
}
.sub_list{
    display: flex;
}

.sub_item_box{
    background-color: #212121;
    border: 1px solid #161922;
    box-sizing: border-box;
    width: 180px;
    position: relative;
    margin-bottom: 15px;
}
.sub_item_box > img{
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto;
    display: block;
    min-height: 96px;
}
.sub_item_title{
    padding:4px 8px 0px 8px;
    color: #fff;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
.sub_item_category{
    width: 100%;
}
.sub_item_category img{
    margin-right: 5px;
}
.sub_item_category p{
    color: #818590;
    margin-bottom: 0px;
    padding:1px 8px;;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .9rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.sub_list_item{
    margin-right: 0px;
    padding:4px;
}
.show_more {
    width: 1140px;
    margin-top: 30px;
    border: 0px;
    background-color: #f07947;
    height: 42px;
    /* box-shadow: 0 7px 7px -2px #f07947; */
    cursor: pointer;
    color: #000;
    font-size: 1.2rem;
}
/* 서버리스트 end*/
