body{

}
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: 200px;
}

.wrapper:before,
.wrapper:after {
	content: " ";
	display: table;
}

.pc_w {
    width: 1140px;
}
/*헤더 부분 Start*/
.main-header {width:100%;height:230px;border-bottom:1px solid #0a0a0a;position:relative;;top:0px;}
.head_con_1 {width:100%;height:60px;background-color:#f1d45f;display:flex;justify-content:center;align-items:center;}
.head_con_box {width:1140px;}
.head_con_box >  ul > li {float:right;}
.head_con_box >  ul > li a {font-size:1.1rem;margin-left:3px;letter-spacing:1px;color:#000;vertical-align:middle;display:block;width:100%;height:36px;line-height:36px;text-align:center;}
.head_con_box >  ul > li a >i {position:relative;top:-2px;}
.head_con_box >  ul > li a.join_btn:hover {border-radius:18px;background-color:#1e1e1e;color:#f1d45f;}
.d-flex {display:flex!important;}
.clearfix {display:block;clear:both;}
.head_con_2 {width:100%;height:94px;background-color:#fff;display:flex;justify-content:center;align-items:top;}
.head_con_menu {width:1140px;height:94px;display:flex;align-items:center;justify-content:space-between;}
.head_con_menu .logo {vertical-align:center;}
.head_con_menu .menu {display:flex;justify-content:flex-end;}
.head_con_menu .menu > div {flex:0 0 auto;margin-left:64px;}
.row.menu > div:first-child {margin-left:0;}
.head_con_menu .menu > div > a {font-size:1.4rem;color:#000;display:block;background:url('../img/dot.png') no-repeat;background-position:top right;padding-right:15px;}
.head_con_menu .menu > div > a:hover {background:url('../img/dot.png') no-repeat;background-position:top right;}
.head_con_3 {width:100%;height:55px;background-color:#fff;display:flex;justify-content:center;align-items:top;}
.head_con_search {width:1140px;height:55px;display:flex;align-items:center;justify-content:space-between;}
.head_con_search > div {width:50%;height:100%;text-align:left;}
.head_con_search > div input {height:55px;width:97%;border-radius:25.25px;border:0px;background-color:#f7f7f7;font-size:1.2rem;padding-left:22px;color:#949494;}
.search_tab form {position:relative;display:inline-block;width:100%;}
.search_form {padding-right:30px;width:100%;}
.search_tab button {position:absolute;right:30px;top:50%;border:none;background:none;transform:translateY(-50%);font-size:1.5rem;cursor:pointer;}
.search_tab button > i {vertical-align:3px;}
.notice_tab {text-align:right;display:flex;justify-content:flex-end;}
.notice_tab > div {width:97%;border-radius:25.25px;background-color:#f7edee;font-size:1.2rem;height:55px;line-height:55px;padding-left:25px;font-size:bold;}
.notice_tab > div > i {font-size:1.5rem;margin-right:30px;color:#f2473a;}
/*헤더 부분 End*/

/*푸터 부분 Start*/
.footer {height:180px;position:absolute;bottom:0px;background-color:#3c3c3c;width:100%;}
.logo_box {width:100%;height:115px;text-align:center;display:flex;align-items:center;justify-content:center;}
.logo_box > div {width:1140px;border-bottom:1px solid #8b8b8b;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:#fff;display:flex;align-items:left;justify-content:center;position:relative;}
.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:#fff;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:#b9b9b9;}
/*푸터 부분 End*/

/*메인페이지 내용*/
.container_full{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.type_category{
    width: 1140px;
    height: 94px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 34px;
}
.type_category > div {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border:1px solid #bcbcbc;
    cursor: pointer;

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

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

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

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

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

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

.day_category{
    padding-top:18px;
}
.day_category > button{
    width: 101px;
    height: 50px;
    border-radius: 25px;
    1margin-right: 25px;
    border:0px;
    font-size: 1.3rem;
    color: #575757;
    cursor: pointer;
}
.day_category > button:last-child{
    margin-right: 0px;
}
.day_category > button.active, .day_category > button:hover{
    font-family: 'AlibabaSansKR-Bold', sans-serif;
    color: #000;
    background-color: #f1d45f;
}

.list_search{
    width: 1140px;
    height: 52px;
    display: flex;
    justify-content:space-between;
    border-bottom: 1px solid #bcbcbc;
}
.list_search > div{
    height: 52px;
    line-height: 52px;
    color: #a5a5a5;
}
.asc_desc a {
    cursor: pointer;
    color: #575757;
}
.asc_desc a:first-child{
    margin-right: 10px;
}
.asc_desc a.active{
    color:#000;
}

.menu_title{
    padding-top:21px;
}

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

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


.list_item > div.item_box{
    border:1px solid #d6d5cf;
    box-sizing: border-box;
    border-radius:10px;
    margin-bottom: 8px;
    min-width: 100%;
    width: 100%;
    height: 192px;
    padding:4px;
}



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

.list_item > div.item_box > p.item_title{
    padding:8px;
    color: #272727;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 0px;
    overflow: hidden; /* 넘치는 부분을 숨기기 */
    white-space: nowrap; /* 강제로 줄바꿈 방지 */
    text-overflow: ellipsis
}
.item_category >p{

}

.list_item > div.item_box > p.item_title > span{
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #c53939;
    color: #ffefac;
    padding:0px 3px;
    border-radius: 5px;
}

.item_content {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.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;
    background-color: #fdf3c9;
    padding:10px 0px;
    text-align: center;
    width: 61px;
    border-radius: 7px;
}

.show_more {
    width: 1140px;
    margin-top:30px;
    border:0px;
    background-color: #f7f7f7;
    height: 42px;
    box-shadow: 0 7px 7px -2px #e3e3e3;
    cursor: pointer;
}
.show_more:hover{
    background: #e3e3e3;
}
/*메인페이지 내용*/

/*보기 페이지*/
.tit_bar{
    height: 82px;
    width: 1140px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top: 34px;
    border-top: 3px solid #101010;
    border-bottom: 3px solid #101010;
}
.toon_title{
    color: #000;
    font-size: 1.4rem
}
.toon_title i{
    color: #f1d45f;
    position: relative;
    top: -2px;
}

.toon_view{
    padding:65px 70px;
}
.toon_view img{
    max-width: 100%;
    min-width: 100%;
}

.view_bottom_bar{
    width: 100%;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    background-color: #f7f7f7;
    display:flex;
    align-items:center;
    justify-content:center;
}

.view_bottom{
    height: 120px;
    width: 1140px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.view_bottom button{
    color:#212529;
}

.view_bottom  i{
    position: relative;
    top: -2px;
    color:#212529;
}

.view_bottom div.next_pre a{
    font-size: 1.2rem;
    color: #1a1a1a;

}
.view_bottom div.next_pre a:first-child{
    margin-right: 112px;
}

.view_list_btn button{
    font-size: 1.2rem;
    padding:25px 67px;
    border-radius: 20px;
    border:2px solid #f1d45f;

}

.view_list_btn button:first-child{
    margin-right: 12px;
    background-color: #f1d45f;
}
.view_list_btn button:last-child{
    background-color: #fff;
}
/*보기 페이지*/

/*웹툰 목록 페이지*/
.content_detail{
    min-height: 320px;
    height: auto;
    margin-top: 34px;
    display: flex;
    padding: 0px 2px 10px 2px;
    border-bottom: 2px solid #000;
    flex-direction: column-reverse;
}


.content_detail  img{
    width: 100%;
    max-height: 320px;
    min-height: 320px;
}
.sum_img_btn button{
    padding:10px 18px;
    color: #000;
    font-size: 1.2rem;
    margin-top: 8px;
    border:2px solid #f1d45f;
    border-radius: 18px;
    background-color: #f1d45f;
    margin-right: 16px;
}

.sum_img_btn button:last-child{
    margin-right: 16px;
    background-color: #fff;
    margin-right: 0px;
}

.contetn_data{
    /* max-width: 580px; */
    vertical-align: top
}

.contetn_data > h2{
    font-size: 1.5rem;
    color: #1b1b1b;
    height: 50px;
    line-height: 50px;
}
.contetn_data > span{
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #0f0f0f;
    color: #ffefac;
    padding:0px 6px;
    border-radius: 5px;
}

.contetn_data > p {
    /* height: 32px; */
    line-height: 32px;
    font-size: 1rem;
    margin-top:15px;
}

.list_head_bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height: 100px;
}

.list_head_bar div.tit{
    font-size: 1.5rem;
}
.list_head_bar div.tit > i {
    color:#ffd864;
    position: relative;
    top: -3px;
}

.list_h_btn {
    padding: 15px 23px;
    background: #efefef;
    border:0px;
    border-radius: 17px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.list_h_btn {

}

.list_h_btn i {
    margin: 0 2px;
}

.list_data ul{
    padding: 0px;
}
.list_data > ul > li{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width: 100%;
    height: 64px;
    border-top:1px solid #acacac;
    padding:0px 5px;
}

.list_data ul li:last-child{
    border-bottom: 1px solid #acacac;
}
.list_data ul li > div.l_d_t a{
    font-size: 1.2rem;
    color: #000;
}
.list_data ul li > div.l_d_t a > i{
    color:#ffd864;
    position: relative;
    top: -2px;

}
/*웹툰 목록 페이지*/

/*공지사항 목록*/
.notice_head_bar{
    height: 84px;
    display:flex;
    align-items:center;
}

.notice_head_bar > i{
    font-size: 1.5rem;
    position: relative;
    top: -2px;
    color: #f9dc6b;
}
 .notice_head_bar > span.n_h_b_t{
     font-size: 1.5rem;
     margin-left:10px;
     margin-right: 15px;
 }
 .notice_list .card{
     border:0px;
 }
 .notice_list .card-body{
     padding: 0px
 }
 .notice_list .card-body thead th{
     background-color: #e4e2d9;
     text-align: center;
 }
 .notice_list .card-body tbody td{
     text-align: center;

 }
 .notice_list .card-body tbody td a{
     color:#6d6d6d;
     font-size: 1rem;
 }
 .notice_list .card-body tbody tr td:first-child{
     text-align: left;
     padding-left: 20px;
 }
 .notice_list .card-body tbody tr:last-child td{
     border-bottom: 1px solid #dee2e6;
 }
 .notice_list .card-body tbody td .badge{
     font-size: 1rem;
     background-color: #f2473a;
     margin-right: 12px;
 }
/*공지사항 목록*/

/*공지사항 뷰*/
.notice_view_tit{
    height: 66px;
    background-color: #e4e2d9;
    color: #313131;
    display:flex;
    align-items:center;
    justify-content:center;
}

.notice_detail{
    height: 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background-color: #f9f9f7;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color:#000;
    font-size: 1rem;
}
.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 #bcbcbc;

}

.notice_tail{
    display:flex;
    align-items:center;
    justify-content:space-between;
        margin-top: 12px;
}
.notice_tail button{
    padding: 10px 18px;
    color: #000;
    font-size: 1.2rem;
    margin-top: 8px;
    border: 2px solid #f1d45f;
    border-radius: 18px;
    background-color: #f1d45f;
    margin-right: 16px;
}
.notice_tail button i{
    position: relative;
    top:-1px;
}

.notice_tail a{
    color:#6d6d6d;
    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;
}

.page-item {
    margin: 0 5px;
    float: left;
}

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



#top_btn{
position: fixed;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
line-height: 46px;
border: 2px solid #333;
color: #333;
text-align: center;
font-size: 15px;
z-index: 90;
background: rgba(255, 255, 255, 0.5);
}


.toon_list_layer{
    border:1px solid #f1d45f;
    width: 95%;
    margin:0 auto;
    height: 320px;
    padding:2px;
    max-width: 500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -320px;
    transition: all 0.5s ease;
    background-color: #FFF;
}
.toon_list_layer_head{
    height: 42px;
    font-size: 1.2rem;
    display:flex;
    justify-content: space-between;
    background-color: #f1d45f;
    padding:3px 5px;
}
.toon_list_layer_head h3{
    font-weight: bold;;
    height: 100%;
    line-height: 42px;
    color: #494747;
}
.toon_list_layer_head button{
    border:0px;
    border-radius: 12px;
    background-color: #fff;
    color: #000;
    font-size: .9rem;
    font-weight: normal;
}
.toon_list_layer_head button i{
    position: relative;
    top: -2px;
}
.list_layer{
    max-height:  270px;
    overflow-y: auto;
    padding-top: 7px;
}
.list_layer > ul{
    padding-left: 0px;
}
.list_layer > ul li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #f5f5f5;
    color: #494747;
    font-size: 13px;
    padding-left: 10px;
}
.list_layer > ul li.active{
    color: #f83f37;
    background-color: #fdfdfd;
}

.show_layer_list{
    z-index: 993;
    bottom: 60px;
    transition: all 0.5s ease;
}
