body{
background-color: #242736;
}
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;
}
.aaa{
    
    width:1140px;
    margin:0px auto;
}
.pc_w {
    width: 1140px;
}
/*헤더 부분 Start*/
.main-header {
    width:100%;height:96px;background-color: #161922;border-bottom:1px solid #161922;position:relative;;top:0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1);
}

.head_con_box {
    width:1140px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.h_logo{
    display: flex; align-items: center; justify-content: center;
}

.h_menu{
    width: 60%;
    display: flex;
    height: 96px;
    margin-left: 30px;
}

.h_menu div{
    margin-right:28px;
}
.h_menu div a{
    display: block;
    color: #9799a1;
    font-size: 1.4rem;
    line-height: 96px;
}
.h_menu div a.active{
    color:#fff;
}
.h_menu div a:hover{
    color:#fff;
}
.h_search{
    display: flex; align-items: center; justify-content: center;
}

.h_search div {
    display: flex;
    align-items: center;
}
.h_search input[type="text"] {
    background-color: transparent;
    border: 1px solid #838d98;
    padding: 10px;
    outline: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right:0px;
    width: 130px;
    color:#fff;
}
.h_search input[type="text"]::placeholder {
    color: #838d98;
    text-align: center;
}
.h_search button {
    background-color: transparent;
    border: 1px solid #838d98;
    padding: 10px;
    outline: none;
    color: #838d98;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.h_search button i {
    color: #838d98;
}

.notice_alert{
    color:#fff;
    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 #323441;
    background-color: #101118;
    margin-bottom: 4px;
    padding: 6px 24px;
    border-radius: 40px;;
}

.notice_alert > div:first-child{
    margin-top:20px;
}
.del_img_btn{
    height: 26px;
    cursor: pointer;
}
.notice_alert > div >div{
    display: flex;
    align-items: center;
}
.domain-icon{
    margin-right:5px;
}
.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;
    background-color: #161922;
    border:1px solid #161922;

}
.type_category > div > a{
    font-size: 1.4rem;
    color: #9b9b9b;
}

.type_category >div.active{
    border:1px solid #e54e47;
    background-color: #e54e47;
}

.type_category >div.active > a{
    color:#fff;
}
.type_category > div:not(:first-child){
    border-left: 0px;
}

.type_category > div.active + div {
    border-left: 1px solid #e54e47;
}
.type_category > div:not(:first-child) {
    border-left: none;
}

.type_category > div:hover {
    border: 1px solid #e54e47;
    background-color: #e54e47;
}
.type_category > div:first-child:hover {
    border-right:1px solid #e54e47;
}

.type_category > div:hover > a {
    color: #fff;
}

.day_category{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.day_category > button{
    flex: 1;
    margin: 0;
    height: 50px;
    border:0px;
    font-size: 1.3rem;
    color: #fff;
    cursor: pointer;
    background-color: #161922;
}
.day_category > button:last-child{
    margin-right: 0px;
}
.day_category > button.active, .day_category > button:hover{
    font-family: 'AlibabaSansKR-Bold', sans-serif;
    color: #fff;
    background-color: #e54e47;
}


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


}
.style_category > button{
    padding:5px 8px;
    font-size: 1.1rem;
    border-radius: 7px;
    border:1px solid #fff;
    cursor: pointer;
}
.style_category > button.active, .style_category > button:hover{
    color:#fff;
    background:#000;
    border:1px solid #000;
}

.list_search{
    height: 32px;
    display: flex;
    justify-content:space-between;
    padding: 0px 10px;

}
.list_search > div{
    height: 52px;
    line-height: 52px;
    color: #a5a5a5;
}
.asc_desc a {
    cursor: pointer;
    color: #9799a1;
}
.asc_desc a:first-child{
    margin-right: 10px;
}
.asc_desc a.active{
    color:#e54e47;
}

.menu_title{
    padding-top:21px;
}

.menu_title div{
    color: #181818;
    font-size: 1.4rem;
}

.toon_list{
    height:auto;
    margin-top: 18px;
    adisplay: flex;
    aalign-items: center;
    ajustify-content: center;
}
.toon_list .row{
    max-width: 100%;
    margin-left:0px;
    margin-right:0px;
}
.list_item{
    padding:0px;
    padding:4px;

}


.list_item > div.item_box{
    background-color: #161922;
    border: 1px solid #161922;
    box-sizing: border-box;
    border-radius:10px;

    min-width: 100%;
    width: 100%;
    aheight: 192px;
    padding:4px;
    position: relative;
}

.item_box > div.ovh{
    height:80px;
    overflow: hidden;
}

.list_item > div.item_box > img{
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto;
    display: block;
    min-height: 96px;
    width:100%;
}

.list_item > div.item_box > p.item_title{
    padding:8px;
    color: #fff;
    margin-bottom: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item_category >p{
    color: #818590;
}

.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 p{
    margin-bottom: 0px;
    padding:1px 8px;;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item_content button{
    border:0px;
    border: 1px solid #818590;

    text-align: center;
     background-color: #161922;
     color:#818590;
    border-radius: 7px;
}

.item_cnt{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding:0px 8px;
}
.item_cnt p{
    margin-bottom: 0px;
    display: flex;
    align-items: flex-end;

}

.list_item > div.item_box > p.item_title > span.it_today{
    background-color: #3b66df;
    color: #fff;
}

.over_view_icon{
    height: 82px;
    position: absolute;
    display: flex;
    top:10px;
    left:8px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.show_more {
    width: 1140px;
    margin-top:30px;
    border:0px;
    background-color: #161922;
    height: 42px;
    box-shadow: 0 7px 7px -2px #161922;
    cursor: pointer;
    color:#fff;
}
.show_more:hover{
    background: #000;
    box-shadow: 0 7px 7px -2px #000;
}



/*목록 페이지*/
.toon_list_page{
    margin-top:50px;
    margin-bottom: 40px;
}

.toon_sum_img{
    padding-left:0px;
    padding-right:0px;
}

.toon_sum_img > img{
    max-height: 320px
}
.toon_detail_data{
    color: #898a90;
    padding-left:20px;
    padding-right:0px;
}
.toon_detail_data .toon_list_title{
    color: #fff;
    font-size: 2rem;
    margin-bottom: 5px;
}
.toon_detail_data  ul{
    padding: 0px !important;
}
.toon_detail_data ul li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 1.2rem;
}
.td_txt{
    background-color: #1b1e2d;
    padding: 10px 5px;
    font-size: 1rem;
}
.toon_logo img {
    margin-right: 5px;
}
.toon_logo {
    font-size: 1rem;
}
.toon_cate_btn{
    padding:5px 9px;
    color:#000;
    background-color: #fff;
    border:1px solid #fff;
    border-radius: 7px;
}
.toon_day_cate{

    padding:5px 7px;;
    color:#fff;
    background-color: #6e757c;
    border:1px solid #000;
    border-radius: 5px;
}


.mark_btn{
    width: 49%;
    border:2px solid #606778;
    padding:7px 20px;
    text-align: center;
    background-color: #242736;
    color: #959aa6;
    font-size: 1rem;
    border-radius: 7px;
    cursor: pointer;
}
.mark_btn img{
    margin-right: 10px;
}
.mark_btn_1{
    border:2px solid #606778;
    padding:5px 50px;
    text-align: center;
    background-color: #242736;
    color: #959aa6;
    font-size: 1rem;
    border-radius: 7px;
    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;
}

.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: #343745;
    padding-left:26px;
    padding-right:5px;
}
.l_d_t a{
    color: #fff;
}
.l_d_t > a i.fa-play:before  {
    color: #aabbcb;
}
/*목록 페이지*/

/* 공지사항 목록 페이지*/
.notice_head_bar{
    color: #fff;
    margin-top:35px;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.notice_list > div.card{
    background-color: #242735;
    border:0px;
    color:#FFF;
}
.table{
    vertical-align: middle;
}
.table thead th{
    text-align: center;
    border-bottom: 0px !important;
    border-top: 1px solid red;;
}
.table tbody td{
    vertical-align: middle !important;
    border-bottom: 1px solid #dee2e6;
    border-top: 0px !important;
}
.notice_list a {
    color:#fff;
    font-size: 1rem;
}
.notice_list_tit img {
    margin-right: 10px;
}
.notice_list_day{
    font-size: 1rem;
    color: #9899a0;
    text-align: center;
}
.card-body{
    padding:0px;
}
/* 공지사항 목록 페이지*/

/*공지사항 뷰*/
.notice_view_tit{
    height: 66px;
    background-color: #363948;
    color: #FFF;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top: 30px;
}

.notice_detail{
    height: 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background-color: #242735;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color:#9899a0;
    font-size: 1.2rem;
}
.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: #fff;
    text-align: center;
    font-size: 1.3rem;

}

.notice_tail{
    display:flex;
    align-items:center;
    justify-content:space-between;
        margin-top: 12px;
}
.notice_tail button{
    padding: 10px 28px;
    color: #9899a0;
    font-size: 1.2rem;
    margin-top: 8px;
    border: 2px solid #6a6d7b;
    border-radius: 7px;
    background-color: #242735;
    margin-right: 16px;
}
.notice_tail button img{
    width:20px;
}

.notice_tail a{
    color:#6eb6ff;
    font-size: 1rem;
}
.notice_tail a i{
    position: relative;
    top: -1px;
    margin-right: 10px;
}
/*공지사항 뷰*/

/*페이징*/
.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;
}

.page_link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #7d7f88;
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    line-height: 40px;
}
.page_link i{
    position: relative;
    top:-2px;
}
.page_left{
    margin-right: 20px
}
.page_right{
    margin-left: 20px
}
.page-item  a.active{
    color: #fff;
    font-weight: bold;
 }
.page-item  a:hover{
    color: #fff;
}
/*페이징*/

/*상세 페이지*/
.tit_bar{
    margin-top:26px;
    height: 65px;
    line-height: 65px;
    padding-left: 30px;
    background-color: #343745;
}
.toon_title{
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
}
.toon_title img{
    margin-right: 8px;
}
.toon_view{
    margin-top:25px;
    margin-bottom: 65px;
}
.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;
}

.view_page_foot_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #f0f0f0;
    flex-wrap: wrap;
}
.view_page_foot_btn button {
    flex: 1;
    padding: 10px 0;
    border: none;
    background-color: #1c1e28;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    height: 70px;
    font-size: 1.5rem;
    color: #fff;
}
.view_page_foot_btn button img {
    margin-right: 5px;
}
.view_page_foot_btn button:nth-child(1),
.view_page_foot_btn button:nth-child(3) {
    background-color: #131417;
}


.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: #e54e47;
}
.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 {height:180px;position:absolute;bottom:0px;background-color:#fff;width:100%;}
.logo_box {width:100%;height:115px;text-align:center;display:flex;align-items:center;justify-content:center;}
.logo_box > div {width:1140px;height:115px;display:flex;justify-content:center;align-items:center;;}
.logo_box img {filter:grayscale(100%);}
.bottom_menu {width:100%;height:115px;text-align:center;color:#454750;display:flex;align-items:left;justify-content:center;position:relative;border-top:1px solid #8b8b8b;}
.b_menu {padding-left:0px;}
.bottom_menu > div {width:1140px;display:flex;align-items:flex-start;justify-content:space-between;position:absolute;top:0px;}
.b_menu div {float:left;height:64px;line-height:64px;}
.b_menu div > a {color:#454750;border-right:1px solid #818181;padding-right:32px;padding-left:32px;}
.b_menu div:first-child  a {padding-left:0px;}
.b_menu div:last-child  a {border-right:0px;}
.b_copyright {height:64px;line-height:64px;color:#454750;}
.b_tel_bg{
    background-image: url('/public/assets/img/foot_tel_bg.png') ;
    background-repeat: no-repeat;
    background-position: center;
    width: 177px;
    height: 47px;
    padding-left:55px;
    text-align: left;
    color: #fff;
    font-size: 1rem;
}
.ask_tel_txt{
    font-size: 1.1rem;
    color: #0075cf;
    margin-left: 7px;
}
/*푸터 부분 End*/
