
.btn_first {
    display: inline-block;
    width: 90px;
    height: 28px;
    border: 1px solid #f45c00;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    text-indent: 20px;
    background: url('../image/icon_first.png') no-repeat left center #f45c00;
}

.btn_first:hover {
    border: 1px solid #f6b64d;
    background-color: #f6b64d;
}

#wrap {
    width: 100%;
    height: 100%;
    min-width: 1100px;
    overflow: hidden;
}

#extension {
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
    position: relative;
    z-index: 10;
    margin-bottom: 60px;
}

#extension .fox_container {
    width: 1100px;
    margin: 0 auto;
    height: 30px;
    overflow: hidden;
}

#extension .notice {
    overflow: hidden;
    float: left;
}

#extension .notice .icon {
    width: 17px;
    height: 30px;
    background: url('../image/notice_highlight.png') no-repeat 0 0;
    float: left;
    text-indent: -999px;
    overflow: hidden;
    background-size: 17px 30px;
}

#extension .notice .list-wrap {
    float: left;
    overflow: hidden;
    width: 300px;
    height: 30px;
    line-height: 30px;
    margin-left: 4px;
    position: relative;
}

#extension .notice .list {
    color: #979797;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#extension .notice .list li {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#extension .notice .list li a div {
    color: #979797;
}

#extension .member_func {
    float: right;
    overflow: hidden;
}

#extension .member_func li {
    float: left;
    margin-left: 6px;
}

#extension .member_func li a span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    color: #979797;
}

#header {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: fixed;
    top: 31px;
    left: 0;
    z-index: 5;
}

#header .fox_container {
    width: 980px;
    height: 60px;
    margin: 0 auto;
}

#header .logo {
    width: 139px;
    height: 60px;
    margin-right: 46px;
    background: url('../image/logo_v2.png') no-repeat 0 0;
    background-size: 139px 60px;
    float: left;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
}

#header .menu {
    float: left;
}

#header .menu ul {
    float: left;
}

#header .menu li {
    float: left;
    cursor: pointer;
}

#header .menu li div {
    width: 74px;
    height: 60px;
    position: relative;
    font-size: 23px;
    text-align: center;
    font-weight: 900;
    line-height: 60px;
}

#header .menu li.on div {
    color: #f49800;
}
#header .menu li.adult div {
    color: #ff3434;
}
#header .menu li.adult:hover div {
    color: #ff3434;
}

#header .menu li:hover div {
    color: #f49800;
}

#header .menu li div .selected {
    display: none;
    background: #f49800;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
}

#header .menu li.on div .selected {
    display: block;
}

#header .mobile_menu {
    display: none;
}

#header .global_func {
    float: right;
}

#header .submenu {
    float: none;
    display: none;
}

#header .submenu ul {
    margin: 43px 0 0 0;
}

#header .submenu li {
    margin-left: 14px;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
}

#header .submenu li span {
    display: block;
    overflow: hidden;
    text-indent: -999px;
    width: 43px;
    height: 50px;
}

#header .submenu li .login {
    background: url('../image/sub_menu_login.png') no-repeat;
}

#header .submenu li .join {
    background: url('../image/sub_menu_join.png');
}

#header .submenu li .purchase {
    background: url('../image/sub_menu_purchase.png');
}

#header .submenu li .mypage {
    background: url('../image/sub_menu_mypage.png');
}

#header .submenu li .logout {
    background: url('../image/sub_menu_logout.png');
}

#header .change-adult-visible {
    margin: 17px 0 0 0;
    position: relative;
    float: left;
}

#header .change-adult-visible div {
    width: 52px;
    height: 26px;
    background: url('../image/adult_switch.png') no-repeat 0 -26px;
    background-size: 52px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
}

#header .change-adult-visible div.on {
    background-position: 0 0;
}

#header .search {
    width: 140px;
    margin: 13px 0 0 10px;
    float: left;
    position: relative;
}

#header .search .search_area {
    width: 140px;
    height: 32px;
    background: url('../image/search.png') right 10px center no-repeat;
    border: 1px #e6e6e6 solid;
    cursor: pointer;
    text-indent: 8px;
}

#header .search .mobile_search {
    display: none;
}

#header .search .search_result {
    overflow-y: scroll;
    max-height: 300px;
    text-indent: 10px;
    z-index: 1;
    width: 230px;
    border: 1px solid #ddd;
    position: absolute;
    top: 48px;
    left: -70px;
    display: none;
    background: #fff;
}

#header .search .search_result .section {
    color: #fff;
    background: #cfcfcf;
    height: 30px;
    float: none;
    line-height: 30px;
    font-weight: normal;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}

#header .search .search_result .result li {
    height: 52px;
    border-bottom: 1px solid #ddd;
}

#header .search .search_result .result li.no-data {
    line-height: 52px;
}

#header .search .search_result .result li.data {
    height: 52px;
    overflow: hidden;
}

#header .search .search_result .result li.data img {
    width: 52px;
    height: 52px;
    float: left;
}

#header .search .search_result .result li.data .des {
    padding-top: 10px;
    text-indent: 10px;
    width: 150px;
    float: right;
    margin: 0 10px 0 0;
}

#header .search .search_result .result li.data .des.novel {
    width: 200px;
    margin: 0 10px;
}

#header .search .search_result .result li.data .des .title {
    margin: 0 0 4px 0;
    font-weight: bold;
    font-size: 14px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header .search .search_result .result li.data .des .author {
    font-size: 11px;
    color: #5266d8;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header .search .search_result .result li.data .des.novel .title {
    max-width: 200px;
}

#header .search .search_result .result li.data .des.novel .author {
    max-width: 200px;
}

#header .notify {
    position: relative;
    float: left;
    margin: 13px 0 0 10px;
    width: 34px;
    height: 34px;
    z-index: 9999;
}

#header .notify .icon {
    position: relative;
    width: 34px;
    height: 34px;
    background: url(../image/notify.png) no-repeat 0 0;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

#header .notify .icon .count {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 10px;
    text-indent: 0;
    vertical-align: middle;
    background-color: #f49800;
    text-align: center;
    padding: 0 3px;
    height: 13px;
    line-height: 13px;
}

#header .notify .notify_list {
    overflow-y: scroll;
    display: none;
    position: absolute;
    top: 47px;
    right: 0;
    width: 200px;
    height: 220px;
    background-color: #fff;
    border: 1px solid #ddd;
}

#header .notify .notify_list .object {
    padding: 7px;
    font-size: 11px;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

#header .notify .notify_list .object .imp {
    font-weight: bold;
}

#header .option_menu {
    position: relative;
    float: left;
    margin: 13px 0 0 10px;
    width: 34px;
    height: 34px;
    z-index: 9999;
}

#header .option_menu .icon {
    position: relative;
    width: 34px;
    height: 34px;
    background: url(../image/option.png) no-repeat 0 0;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

#header .option_menu .list {
    display: none;
    width: 220px;
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
}

#header .option_menu .list li {
    float: none;
    border-bottom: 1px solid #ddd;
    height: 44px;
    line-height: 44px;
    text-align: left;
    text-indent: 10px;
    font-size: 14px;
}

#header .option_menu .list li a {
    display: block;
}

#header .option_menu .list li.info {
    height: initial;
    background: #bcbcbc;
    color: #fff;
    line-height: 14px;
    overflow: hidden;
}

#header .option_menu .list li.info div.my_account_info {
    padding: 11px 0;
    float: left;
    height: 25px;
    line-height: 25px;
}

#header .option_menu .list li.info div.coin_info {
    float: right;
    height: 25px;
    line-height: 25px;
    text-align: right;
    padding: 11px 0;
}

#header .option_menu .list li.info div.coin_info span {
    padding-right: 15px;
}

#contents {
    width: 100%;
    background: #fff;
    float: left;
    padding-bottom: 20px;
}

#contents.no_bgc, #contents.no_bgc .fox_container {
    /*background: #fff;*/
}

#contents .fox_container {
    width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
    /*background: #fff;*/
    overflow: hidden;
}

#contents.bgc_trans {
    background: #ddd;
    margin-top: 97px;
    padding-top: 21px;
}

#contents.bgc_trans .fox_container {
    width: 1500px;
    height: 100%;
    background: #fff;
    margin: 0 auto;
}

#contents .fox_container .tile {
    width: 660px;
    margin-bottom: 40px;
    float: left;
}

#contents .fox_container .tile ul {
    width: 100%;
    overflow: hidden;
}

#contents .fox_container .tile li {
    margin: 0 2px 2px 0;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#contents .fox_container .tile li.t1x1 {
    width: 130px;
    height: 130px;
    background-size: 130px 130px;
}

#contents .fox_container .tile li.t2x1 {
    width: 262px;
    height: 130px;
    background-size: 262px 130px;
}

#contents .fox_container .tile li.t2x2 {
    width: 262px;
    height: 262px;
    background-size: 262px 262px;
}

#contents .fox_container .tile li.nodisplay {
    filter: gray;
    -webkit-filter: grayscale(1);
}

#contents .fox_container .tile img {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#contents .fox_container .tile .tile_over {
    width: 100%;
    height: 100%;
    background: url('../image/tile_over.png');
    color: #ffffff;
    top: 0;
    left: 0;
    position: absolute;
    display: none;
}

#contents .fox_container .tile .tile_over .tile_title {
    height: 33px;
    color: #ffffff;
    font-size: 1.3em;
    position: absolute;
    bottom: 20px;
    right: 10px;
    text-align: right;
    overflow: hidden;
    font-weight: bold;
}

#contents .fox_container .tile .tile_over .tile_title em {
    font-size: 0.8em;
}

#contents .fox_container .tile .update {
    display: block;
    width: 20px;
    height: 14px;
    background: url('../image/icon_up.png');
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

#comic_schedule_table {
    width: 100%;
    min-height: 200px;
    background: #fafafa;
    float: left;
}

#comic_schedule_table.daily-webtoon {
    min-height:1200px;
}

#comic_schedule_table .comic_schedule {
    width: 1100px;
    overflow: hidden;
    margin: 20px auto 20px auto;
}

#comic_schedule_table .comic_schedule .section_header {
    overflow: hidden;
    line-height: 30px;
}

#comic_schedule_table .comic_schedule .section_header span {
    font-size: 18px;
    color: #222;
    display: none;
    float: left;
    font-weight: bold;
}

#comic_schedule_table .comic_schedule .section_header span.active {
    display: block;
}

#comic_schedule_table .comic_schedule .section_header .change_sort {
    float: right;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    margin-top: -51px;
    margin-right: 4px;
    border-radius: 2px;
}

#comic_schedule_table .comic_schedule .section_header .change_sort span {
    font-size: 12px;
    display: block;
    padding: 5px 15px;
    font-weight: normal;
    min-width: 80px;
}

#comic_schedule_table .comic_schedule .section_header .change_sort span {
    display: none;
}

#comic_schedule_table .comic_schedule .section_header .change_sort span.active {
    display: block;
}

#comic_schedule_table .comic_schedule.today .comic_schedule_day_title {
    border-top: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#comic_schedule_table .comic_schedule.today .comic_schedule_day {
    display: none;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#comic_schedule_table .comic_schedule.today .comic_schedule_day .fox_thumbnail .update,
#comic_schedule_table .comic_schedule.today .comic_schedule_day .fox_thumbnail .new,
#comic_schedule_table .comic_schedule.today .comic_schedule_day .fox_thumbnail .wait_free{
    position: absolute;
}

#comic_schedule_table .comic_schedule.today .comic_schedule_day.on {
    display: block;
    background: none;
    width: 100%;
    border: 0;
}

#comic_schedule_table .comic_schedule.today .comic_schedule_day .comic {
    width: 267px;
    float: left;
    margin: 8px 4px;
}

#comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .fox_thumbnail {
    border-bottom: 0;
    width: 268px;
    height: initial;
    border: 0;
    border-bottom: 0;
    position:relative;
}

#comic_schedule_table .comic_schedule .comic_schedule_day .comic .fox_thumbnail img {
    width: 100%;
    display: none;
}

#comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .fox_thumbnail img.today {
    display: block;
}

#comic_schedule_table .comic_schedule.total .comic_schedule_day .comic .fox_thumbnail img.total {
    display: block;
}

#comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .des {
    text-align: left;
    padding: 10px;
    width: 268px;
    border: 1px solid #ddd;
    margin: 0;
    background: #fff;
}
#comic_schedule_table .comic_schedule.total .comic_schedule_day .comic .des .title {
    margin-bottom: 5px;
}
#comic_schedule_table .comic_schedule.total .comic_schedule_day .comic .des .exp_style {
    display: none;
}

#comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .des .title {
    font-size: 13px;
    font-weight: bold;
    color: #222;
    margin-bottom: 6px;
}

#comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .des .author {
    /*color: #5266d8;*/
    font-size: 14px;
    display: block;
    padding: 10px 0 0 0;
    color:#f2921a;
}

#comic_schedule_table .comic_schedule .comic_schedule_day {
    width: 14.28%;
    float: left;
    text-align: center;
    padding-bottom: 10px;
}

#comic_schedule_table .comic_schedule .comic_schedule_day.dk0, #comic_schedule_table .comic_schedule .comic_schedule_day.dk6 {
    width: 14.28%;
}

#comic_schedule_table .comic_schedule .comic_schedule_day_title {
    width: 100%;
    overflow: hidden;
    border-top:1px solid #ddd;
}

#comic_schedule_table .comic_schedule .dk {
    width: 14.28%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #ddd;
    /*border-top: 1px solid #777;*/
    background: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

#comic_schedule_table .comic_schedule .dk.dk0 {

}

#comic_schedule_table .comic_schedule .dk.dk6 {

}

#comic_schedule_table .comic_schedule .dk.on {
    border-bottom: 1px solid #f49800;
    background: #f49800;
    /*width: 142px;*/
    color: #fff;
}

#comic_schedule_table .comic_schedule .comic_schedule_day .comic {
    margin-top: 20px;
}

#comic_schedule_table .comic_schedule .comic_schedule_day .comic .fox_thumbnail {
    /*border: 1px solid #ddd;*/
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    text-align:left;
    background: #efefef;
}
.fox_thumbnail .new{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('/assets/image/thumb_status_new_b.png') 50% 50%;
    text-indent: -999px;
    overflow: hidden;
    margin-top: -50%;
    z-index: 3;
    opacity: .99;
    font-size: 12px;
}
.fox_thumbnail .update {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('/assets/image/thumb_status_up_b.png') 50% 50%;
    text-indent: -999px;
    overflow: hidden;
    margin-top: -50%;
    z-index: 3;
    opacity: .99;
    font-size: 12px;
}
.fox_thumbnail .wait_free{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #0760A2;
    color: #fff;
    overflow: hidden;
    margin-top: -50%;
    z-index: 3;
    opacity: .9;
    font-size: 10px;
}
.rank_section:first-child .fox_thumbnail .thumbnail_img .new,
.rank_section:first-child .fox_thumbnail .thumbnail_img .update,
.rank_section:first-child .fox_thumbnail .thumbnail_img .wait_free{
    margin-top:-50%;
    height: 29px;
}
.rank_section .fox_thumbnail .thumbnail_img .new,
.rank_section .fox_thumbnail .thumbnail_img .update,
.rank_section .fox_thumbnail .thumbnail_img .wait_free{
    margin-top:-100%;
    height: 29px;
}
.comic_schedule_day .fox_thumbnail .thumbnail_img .new,
.comic_schedule_day .fox_thumbnail .thumbnail_img .update,
.comic_schedule_day .fox_thumbnail .thumbnail_img .wait_free{
    margin-top:-100%;
    height: 29px;
}
.comic_schedule_day .fox_thumbnail .new,
.comic_schedule_day .fox_thumbnail .update,
.comic_schedule_day .fox_thumbnail .wait_free{
    margin-top:-100%;
    height: 29px;
}
.mainContentList.main_history .comic_list .comic .fox_thumbnail .thumbnail_img .new,
.mainContentList.main_history .comic_list .comic .fox_thumbnail .thumbnail_img .update,
.mainContentList.main_history .comic_list .comic .fox_thumbnail .thumbnail_img .wait_free{
    margin-top: -100%;
}
.mainContentList_comic .comic_list .comic .fox_thumbnail .thumbnail_img .new,
.mainContentList_comic .comic_list .comic .fox_thumbnail .thumbnail_img .update,
.mainContentList_comic .comic_list .comic .fox_thumbnail .thumbnail_img .wait_free{
    margin-top:-50%;
    /*height: 29px;*/
}

#comic_schedule_table .comic_schedule .comic_schedule_day .comic.adult .fox_thumbnail:after {
    content: attr(data-adult);
    position: absolute;
    bottom: 5px;
    right: 4px;
    width: 18px;
    height: 18px;
    line-height: 19px;
    color: #fff;
    background: #ff3434;
    border-radius: 100%;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
}

#comic_schedule_table .comic_schedule .comic_schedule_day .comic.adult.disabled {
    display: none;
}

#comic_schedule_table .comic_schedule .comic_schedule_day .comic .des {
    text-align: left;
    width: 115px;
    font-size: 13px;
    margin: 5px auto 0 auto;
    position:relative;
}


#comic_schedule_table .comic_schedule .comic_schedule_day .comic .des div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#comic_schedule_table .comic_schedule .comic_schedule_day .comic .des .title {
    font-size: 13px;
    line-height: 16px;
}
#comic_schedule_table .comic_schedule .comic_schedule_day .comic .des .author_div,
#comic_schedule_table .comic_schedule .comic_schedule_day .comic .des .author{
    font-size: 12px;
    color: #f2921a;
}
#comic_schedule_table .comic_schedule.today .comic_schedule_day .comic[data-genre-bl="BL"] .des .title:after {

	content:'BL';
	margin-left:5px;
	font-size:11px;
	background: #bdbdbd;
	color:#fff;
	padding:1px 4px; line-height:14px;
	border-radius: 3px;
}
#comic_schedule_table .comic_schedule.total .comic_schedule_day .comic[data-genre-bl="BL"] .fox_thumbnail:before {
	content:'BL';
	display:block;
	width:18px;
	height:18px;
	line-height:19px;
	position:absolute;
	font-size:11px;font-weight:bold;
	bottom:5px;
	right:4px;
	background:#ff3434; color:#fff; padding:0px;
	border-radius:100%;
    text-align:center;
}

#comic_schedule_table .comic_schedule .comic_schedule_day .comic[data-genre-bl="BL"].adult .fox_thumbnail:before {
	right:25px;
}


#comic_schedule_table .comic_schedule .comic_schedule_day.on {
    background: #fff;
    width: 14.28%;
    border: 1px solid #f49800;
    border-top: 0;
}
#comic_schedule_table .today_top_banner{
    margin-bottom: 20px; width: 100%;
}

#genre.fox_container {
	padding-bottom:400px;
}

#genre .genres {
    overflow: hidden;
    margin: 20px 0 0 10px;
}

#genre .genres li {
    float: left;
    margin: 0 5px 10px 5px;
    width: 9%;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#genre .genres[data-contain-nondisplay="1"] li {
	width:9.09%;
}

#genre .genres li a {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
}

#genre .genres li[data-highlight="1"] {
    font-weight: 500;
}

#genre .genres li[data-genre-code="adult"] a {
    color: #ff3434;
}

#genre .genres li.on {
    background: #f49800;
    border: #f49800;
}

#genre .genres li.on a {
    color: #fff;
    font-weight: 500;
}

#genre .genres li[data-genre-code="adult"].on a:after {
    background: #ff3434;
}

#genre .genres li[data-genre-code="adult"].on a {
    color: #ff3434;
}

#genre .genres li:not(.on):hover {
    background: #fdfdfd;
    border: 1px solid #f49800;
    transition: 0.3s;
}

#genre .genres li:not(.on):hover a {
    color: #f49800;
    transition: 0.3s;
}

#genre .genres li[data-genre-code="adult"]:hover {
    background: #fdfdfd;
    border: 1px solid #ff3434;
    transition: 0.3s;
}

#genre .genres li[data-genre-code="adult"]:hover a {
    color: #ff3434;
    transition: 0.3s;
}

#genre .comic {
    /*width: 237px;*/
    width: 24%;
    float: left;
    /*margin: 8px 4px;*/
    margin: 0 1.3% 10px 0;
}

#genre .comic:nth-child(4n) {
    margin-right:0;
}

#genre .sub-genres {
	background: #fff;
	border: 1px solid #ddd;

	overflow:hidden;
	padding:5px;
	margin: 10px 10px 20px 10px;
	border-radius:4px;

}

#genre .sub-genres li {
	float:left;
	background:#fdfdfd;
	border:1px solid #d6d6d6;
	color:#444;
	margin:3px 3px;
	text-align:center;
	border-radius:4px;
	font-size:12px;
	display:block;
}

#genre .sub-genres li a {
	display:block;
	padding:2px 5px;
	min-width:30px;
	height:20px;
	line-height:20px;
}

#genre .sub-genres li:hover {
	background:#fff;
}

#genre .sub-genres li:hover a {
	color:#f49800;
}

#genre .comics { margin-top:20px;}

#genre .comic .fox_thumbnail {
	border:1px solid #ddd;
    border-bottom: 0;
    /*width: 235px;*/
    width:100%;
    height: initial;
    position: relative;
}

#genre .comic.adult .fox_thumbnail:after {
    content: attr(data-adult);
    position: absolute;
    bottom: 5px;
    right: 4px;
    width: 18px;
    height: 18px;
    line-height: 19px;
    color: #fff;
    background: #ff3434;
    border-radius: 100%;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

#genre .comic .fox_thumbnail .update {
    display: block;
    width: 20px;
    height: 14px;
    background: url('../image/icon_up.png');
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

#genre .comic.adult.disabled {
    display: none;
}

#genre .comic .fox_thumbnail img {
    width: 100%;
    display: block;
}

#genre .comic .fox_thumbnail img.square {
    display: none;
}

#genre .comic .des {
    text-align: left;
    padding: 10px;
    /*width: 234px;*/
    width:100%;
    border: 1px solid #ddd;
    margin: 0;
    background: #fff;
}

#genre .comic .des div {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#genre .comic .des .title {
    font-size: 13px;
    font-weight: bold;
    color: #222;
    margin-bottom: 6px;
}

#genre .comic .des .author {
    color: #5266d8;
    font-size: 12px;
}

#comic_schedule_table .nodisplay {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(1);
}





.middle {
    width: 100%;
    min-height: 480px;
    float: left;
}

.middle .fox_container {
    width: 980px;
    margin: 0 auto;
}

.section {
    width: 100%;
    float: left;
}

#contents .fox_container .comic_detail {
    
    float: left;
}

.comic_detail .comic_info {
    width: 660px;
    height: 331px;
    position: relative;
    border: 1px solid #e3e3e3;
}

.comic_detail .comic_info .des {
    width: 100%;
    height: 90px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: url('../image/back_transparent_80.png');
    border-top: 1px solid #e3e3e3;
}

.comic_detail .comic_info .des h3 {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    margin:0;
}

.comic_detail .comic_info .des h3 em {
    vertical-align: bottom;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 10px;
    line-height: 1.3;
}

.comic_detail .comic_info .des p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    letter-spacing: -1px;
    width: 540px;
    height: 30px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10pt;
}

.comic_detail .comic_info .des .share_sns {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.comic_detail .comic_info .des .function {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
}

.comic_detail .comic_info .des .function a {
    margin-bottom: 2px;
    height: 28px;
}

.comic_detail .mob_des {
    display: none;
}

.comic_detail .comic_info.challenge.novel {
    height: auto;
    border: 0;
}

.comic_detail .comic_info.challenge.novel .des {
    position: relative;
    border-top: 0;
    height: auto;
    overflow: hidden;
}

.comic_detail .comic_info.challenge.novel .des h3 {
    float: left;
    max-width: 450px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 28px;
    position: relative;
    top: initial;
    top: auto;
    left: initial;
    left: auto;
    padding-left: 10px;
}

.comic_detail .comic_info.challenge.novel .des em.nic {
    font-size: 16px;
    float: left;
    height: 35px;
    line-height: 40px;
    margin-left: 10px;
}

.comic_detail .comic_info.challenge.novel .des p {
    display: block;
    position: relative;
    font-size: 12px;
    top: initial;
    left: initial;
    bottom: initial;
    height: auto;
    min-height: 30px;
    margin: 20px 0 20px 0;
    padding-left: 10px;
    -webkit-line-clamp: 5;
    width: 638px;
    letter-spacing: 0;
}

.comic_detail .comic_info.challenge.novel .des .function {
    top: 0;
    right: 0;
}

.control_right {
    width: 100%;
    margin-top: 10px;
    text-align: right;
}


.nav_wrap {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #cdcdcd;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

.nav_wrap.inset {
    position: relative;
}

.nav_wrap .nav {
    width: 982px;
    height: 60px;
    position: relative;
    margin: 0 auto;
}

.nav div.logo {
    width: 60px;
    height: 60px;
    float: left;
}

.nav div.logo:hover {}

.nav .logo span {
    display: block;
    width: 60px;
    height: 60px;
    background: url('../image/logo_w2.png') #f49800;
    background-size: 60px 60px;
    cursor: pointer;
    text-indent: -999px;
}

.nav .title {
    position: relative;
    float: left;
    min-width: 300px;
    height: 60px;
    padding-left: 50px;
    background: url('../image/subject_icon.png') no-repeat 0 0;
    background-size: 50px 60px;
}

.nav .title:hover {
    background: url('../image/subject_icon_hover.png') no-repeat 0 0;
    background-size: 50px 60px;
}

.nav .title div {
    max-width: 600px;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 60px;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: normal;
}

.nav .title div:hover {}

.nav .function {
    float: right;
    height: 60px;
    overflow: hidden;
}

.nav .function li {
    width: 60px;
    height: 60px;
    float: left;
    /*background: #fff;*/
    border-right: 1px solid #dedede;
}

.nav .function li.first {
    border-left: 1px solid #dedede;
}

.nav .function li span {
    width: 60px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.nav .function li .prev {
    background: url('../image/view_nav_icon.png') no-repeat 0 -60px;
}

.nav .function li .prev:hover {
    background-position: 0 -120px;
}

.nav .function li .prev.first {
    background-position: 0 0;
    cursor: default;
}

.nav .function li .prev.first:hover {
    background-position: 0 0;
}

.nav .function li .next {
    background: url('../image/view_nav_icon.png') no-repeat -60px -60px;
}

.nav .function li .next:hover {
    background-position: -60px -120px;
}

.nav .function li .next.last {
    background-position: -60px 0;
    cursor: default;
}

.nav .function li .next.last:hover {
    background-position: -60px 0;
}

.nav .function li .possess {
    background: url('../image/view_nav_icon.png') no-repeat -240px 0;
}

.nav .function li .possess:hover {
    background-position: -240px -60px;
}

.nav .function li .possess.active {
    background-position: -240px -120px;
    /*cursor: default;*/
}

.nav .function li .fullscreen {
    background: url('../image/view_nav_icon.png') no-repeat -180px -60px;
}

.nav .function li .fullscreen:hover {
    background-position: -180px -120px;
}

:-webkit-full-screen .nav .function li .fullscreen {
    background-position: -120px -60px;
}

:-moz-full-screen .nav .function li .fullscreen {
    background-position: -120px -60px;
}

:-ms-full-screen .nav .function li .fullscreen {
    background-position: -120px -60px;
}

:full-screen .nav .function li .fullscreen {
    background-position: -120px -60px;
}

:fullscreen .nav .function li .fullscreen {
    background-position: -120px -60px;
}

:-webkit-full-screen .nav .function li .fullscreen:hover {
    background-position: -120px -120px;
}

:-moz-full-screen .nav .function li .fullscreen:hover {
    background-position: -120px -120px;
}

:-ms-full-screen .nav .function li .fullscreen:hover {
    background-position: -120px -120px;
}

:full-screen .nav .function li .fullscreen:hover {
    background-position: -120px -120px;
}

:fullscreen .nav .function li .fullscreen:hover {
    background-position: -120px -120px;
}

.nav_bottom {
    width: 100%;
    height: 60px;
    border-top: 1px solid #cdcdcd;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.nav_bottom .bottom_nav {
    width: 982px;
    height: 60px;
    position: relative;
    text-align:center;
    margin: 0 auto;
}
.bottom_nav .function {
    display:inline-block;
    height: 60px;
    overflow: hidden;
}
.bottom_nav .function li {
    float:left;
    width: 100px;
    height: 60px;
    /*background: #fff;*/
}
.bottom_nav .function li a {
    cursor: default;
}
.bottom_nav .function li span.prev {
    width: 60px;
    height: 60px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.bottom_nav .function li .prev_p {
    position: relative;
    left:50px;
    top:-37px;
    width:40px;
    color:#474747;
    font-size:10pt;
    font-weight:500;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.bottom_nav .function li .prev_p.first {
    cursor: default;
}
.bottom_nav .function li span.next {
    margin-left: 40px;
    width: 60px;
    height: 60px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.bottom_nav .function li .next_p{
    position: relative;
    left:10px;
    top:-37px;
    width:40px;
    color:#474747;
    font-size:10pt;
    font-weight:500;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.bottom_nav .function li .next_p.last {
    cursor: default;
}
.bottom_nav .function li .prev {
    background: url('../image/view_nav_icon.png') no-repeat 0 -60px;
}
.bottom_nav .function li a:hover .prev{
    background-position: 0 -120px;
}
.bottom_nav .function li a:hover .prev.first{
    background-position: 0 0;
}
.bottom_nav .function li .prev.first {
    background-position: 0 0;
    cursor: default;
}
.bottom_nav .function li .prev.first:hover {
    background-position: 0 0;
}
.bottom_nav .function li .next {
    background: url('../image/view_nav_icon.png') no-repeat -60px -60px;
}
.bottom_nav .function li a:hover .next {
    background-position: -60px -120px;
}
.bottom_nav .function li a:hover .next.last {
    background-position: -60px 0;
}
.bottom_nav .function li .next.last {
    background-position: -60px 0;
    cursor: default;
}
.bottom_nav .function li .next.last:hover {
    background-position: -60px 0;
}
.bottom_nav .function li .possess {
    background: url('../image/view_nav_icon.png') no-repeat -240px 0;
}
.bottom_nav .function li .possess:hover {
    background-position: -240px -60px;
}
.bottom_nav .function li .possess.active {
    background-position: -240px -120px;
}
.bottom_nav .function li .fullscreen {
    background: url('../image/view_nav_icon.png') no-repeat -180px -60px;
}
.bottom_nav .function li .fullscreen:hover {
    background-position: -180px -120px;
}

#comic_view_area {
    width: 100%;
}

#comic_view_area::selection {
    background-color: white transparent;
}

#comic_view_area::-moz-selection {
    background-color: white transparent;
}

.comic_view {
    width: 980px;
    border: 1px solid #dedede;
    border-top: 0;
    margin: 0 auto;
    position: relative;
    text-align:center;
}
.comic_view.paging{

    padding: 0 0 0 0;

}
.comic_view img {
    max-width: 900px;
    display: block;
    margin: 0 auto;
}

.comic_view .img_url {
    display: none;
}
.comic_view .comic_paging {
    display: none;
    margin: 0 auto;
}
.comic_view .comic_paging.curr {
    display: block;
}
.comic_view .comic_paging img{
    max-width: 100%;
    max-height: 100%;
}

.comic_view .paging_nav { width: 20%; height: 100%; vertical-align: middle; position: absolute; top: 0; cursor: pointer; }
.comic_view .paging_nav span { position: absolute; top: 50%; margin-top: 0px; display: block; text-indent: -999em; width: 50px; height: 75px; background: transparent url(../image/view_nav_page.png) no-repeat; }

.comic_view .paging_nav.prev { left: 0px; }
.comic_view .paging_nav.prev span { left: 30px; }

.comic_view .paging_nav.next { right: 0px; }
.comic_view .paging_nav.next span { right: 30px; background-position: -50px 0; }


#comic_view_area.novel {
    position: relative;
}

#comic_view_area .did_info {
    width: 980px;
    color: #444;
    border: 1px solid #dedede;
    border-top: 0;
    margin: 0 auto;
    text-align: right;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
}

#comic_view_area .did_info em {
    color: #f49800;
}

#comic_view_area .did_info em.bar {}

#comic_view_area .did_info .btn_list {
    border: 1px solid #ddd;
    background: #eee;
    color: #444;
    padding: 5px 7px;
    margin-left: 10px;
}
#comic_view_area .did_info .btn_favorite {
    border: 1px solid #ddd;
    background: #eee;
    color: #444;
    padding: 5px 7px;
    margin-left: 10px;
}
#comic_view_area .did_info .btn_favorite.active{
    border: 1px solid #ddd;
    background: #f49800;
    color: #fff;
    padding: 5px 7px;
    margin-left: 10px;
}
#comic_view_area .did_info .btn_star_favorite.active{
    border: 1px solid #ddd;
    background: #f49800;
    color: #fff;
    padding: 5px 7px;
    margin-left: 10px;
}

#comic_view_area.adult {
    margin-bottom: 0px;
}

#comic_view_area.novel .comic_view {
    position: relative;
}

#comic_view_area.novel .viewer_function {
    z-index: 5;
    width: 153px;
    height: 37px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    right: 40px;
}

#comic_view_area.novel .viewer_function input[type="button"] {
    width: 47px;
    height: 37px;
    display: block;
    float: left;
    margin: 0 3px;
    border: 1px solid #999;
}

#comic_view_area.novel .viewer_function #viewerBackground {
    background-image: url(../image/bg_mode_black.png);
    text-indent: -9999px;
}

#comic_view_area.novel .viewer_function #viewerBackground.black {
    background-image: url(../image/bg_mode_white.png);
}

#comic_view_area.novel .viewer_function #fontMinus {
    background-image: url(../image/font_minus.png);
    margin-right: 0;
    text-indent: -9999px;
}

#comic_view_area.novel .viewer_function #fontPlus {
    background-image: url(../image/font_plus.png);
    margin-left: 0;
    border-left: 0;
    text-indent: -9999px;
}

#comic_view_area.novel .comic_view div.content {
    width: 600px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 26px;
    word-wrap: break-word;
}

#comic_view_area.novel .comic_view div.sub_title {
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 30px;
    color: #444;
    letter-spacing: -2px;
    word-break: break-all;
}

#comic_view_area.novel .comic_view div.body {
    border-top: 1px solid #666;
    border-bottom: 3px solid #666;
    padding: 70px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 120px;
    text-align: left;
}

#comic_view_area.novel .comic_view div.body p {
    margin: 40px 0;
}

#comic_view_area .navigation {
    width: 980px;
    height: 176px;
    border: 1px solid #dedede;
    border-top: 0;
    margin: 0 auto;
}

#comic_view_area .navigation .nav_dir {
    width: 53px;
    height: 176px;
    float: left;
    cursor: pointer;
}

#comic_view_area .navigation .nav_dir.left {
    background: url('../image/view_nav_left.png') no-repeat 0 0;
}

#comic_view_area .navigation .nav_dir.right {
    width: 52px;
    height: 176px;
    float: right;
    background: url('../image/view_nav_right.png') no-repeat 0 0;
}

#comic_view_area .navigation .nav_dir.left:hover {
    background: url('../image/view_nav_left_over.png') no-repeat 0 0;
}

#comic_view_area .navigation .nav_dir.right:hover {
    background: url('../image/view_nav_right_over.png') no-repeat 0 0;
}

#comic_view_area .navigation .nav_wrapper {
    width: 872px;
    height: 176px;
    float: left;
    position: relative;
    overflow: hidden;
}

#comic_view_area .navigation .nav_wrapper ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 875px;
    height: 176px;
    overflow: hidden;
}

#comic_view_area .navigation .nav_wrapper ul li {
    float: left;
    width: 175px;
    height: 125px;
    margin-top: 31px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 15px;
}

#comic_view_area .navigation .nav_wrapper ul li.on {
    border: 2px solid #f49800;
}

#comic_view_area .navigation .nav_wrapper ul li img {
    width: 155px;
    height: 78px;
    margin-bottom: 10px;
}

#comic_view_area .navigation .nav_wrapper ul li p {
    font-size: 12px;
    font-weight: bold;
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#bottom_contents {
    width: 980px;
    margin: 20px auto;
    margin-bottom: 50px;
    overflow: hidden;
}

#bottom_contents .bottom_wrap {
    width: 660px;
    margin: 0 20px 0 0;
    float: left;
}

#bottom_contents .sub_side {
    width: 300px;
    float: left;
}

.comment_area {
    display: block;
}
.support_area {
    display: none;
}
.comment_title, .support_title {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    letter-spacing: -1px;
}

.comment_title_btn, .support_title_btn {
    position: relative;
    width: 140px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    letter-spacing: -1px;
    background: #eee;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.comment_title_btn {
    margin-left: 5px;
}
.comment_title_btn.active, .support_title_btn.active {
    background: #fff;
    transition: 0.3s;
    z-index: 1;
}
.title_btn_div {
    position: absolute;
    top: 34px;
    margin-left: 5px;
    width: 99%;
    height: 1px;
    background: #ddd;
    z-index: 0;
}

.comment_title em, .support_title em {
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    font-weight: normal;
    letter-spacing: -1px;
}
.comment_title.tc, .support_title.tc {
    padding-bottom: 5px;
    border-bottom: 1px solid #cdcdcd;
    margin: 0;
}

.support_title {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    letter-spacing: -1px;
}
.author_profile_link{
    border: 0;
    border-radius: 4px;
    background: #ccc;
    color:#fff;
    padding: 5px 7px;
    width: 90px;
    float: right;
    text-align: center;
}
.author_profile_link a, .author_profile_a{
    font-weight: bold;
    color:#fff;
    cursor: pointer;
    float:right;
}
.author_profile_link:hover{
    background:#f49800;
    transition: 0.3s;
}
#comic_author_comment {
    width: 100%;
    margin: 0 20px 0 0;
    padding: 0 5px;
    border-bottom: 1px solid #aaa;
}

#comic_author_comment p {
    word-break: break-all;
    margin-bottom: 15px;
    letter-spacing: 0px;
    padding:5px;
}

#comic_comment_area, #illust_comment_area, #post_comment_area {
    width: 100%;
    margin: 20px 20px 0 0;
    padding: 0 0 0 0;
    position: relative;
}

#comic_comment_area .comment_write, #illust_comment_area .comment_write, #post_comment_area .comment_write {
    width: 100%;
}

#comic_comment_area .comment_write .com_wrap, #illust_comment_area .comment_write .com_wrap, #post_comment_area .comment_write .com_wrap {
    padding-top: 10px;
}

#comic_comment_area .comment_write textarea {
    resize:none;
    width: 574px;
    height: 80px;
    margin-right: 4px;
    padding: 5px;
    border: 1px solid #bebebe;
    border-right: 1px solid #ddd;
    font-size:10pt;
    float:left;
}
#comic_comment_area .support_write textarea {
    resize:none;
    width: 574px;
    height: 80px;
    margin-right: 4px;
    padding: 5px;
    border: 1px solid #bebebe;
    border-right: 1px solid #ddd;
    border-bottom: 0;
    font-size:10pt;
    float:left;
}
#illust_comment_area .comment_write textarea {
    resize:none;
    width: 781px;
    height: 80px;
    margin-right: 4px;
    padding: 5px;
    border: 1px solid #bebebe;
    border-right: 1px solid #ddd;
    font-size:10pt;
    float:left;
}
#illust_comment_area .support_write textarea {
    resize:none;
    width: 781px;
    height: 80px;
    margin-right: 4px;
    padding: 5px;
    border: 1px solid #bebebe;
    border-right: 1px solid #ddd;
    border-bottom: 0;
    font-size:10pt;
    float:left;
}
#post_comment_area .comment_write textarea {
    resize:none;
    width: 781px;
    height: 80px;
    margin-right: 4px;
    padding: 5px;
    border: 1px solid #bebebe;
    border-right: 1px solid #ddd;
    font-size:10pt;
    float:left;
}

#comic_comment_area .comment_write input[type="submit"], #illust_comment_area .comment_write input[type="submit"], #post_comment_area .comment_write input[type="submit"] {
    background: #f49800;
    color: #fff;
    font-size:11pt;
    border-radius: 5px;
    width: 82px;
    height: 80px;
    float:none;
}
#comic_comment_area .support_write input[type="submit"], #illust_comment_area .support_write input[type="submit"] {
    background: #f49800;
    color: #fff;
    font-size:11pt;
    border-radius: 5px;
    width: 82px;
    height: 115px;
    float:none;
}
#comic_comment_area .support_write div.temp_support_img, #illust_comment_area .support_write div.temp_support_img {
    display: none;
    width: 80px;
    height: 80px;
    float: left;
}
#comic_comment_area .support_write div.temp_support_img.active, #illust_comment_area .support_write div.temp_support_img.active {
    display: block;
}

#comic_comment_area .support_write div.temp_support_img.active img, #illust_comment_area .support_write div.temp_support_img.active img{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

#comic_comment_area .support_write div.attach_image {
    width: 574px;
    margin-right: 4px;
    border: 1px solid #ddd;
    float: left;
}
#illust_comment_area .support_write div.attach_image {
    width: 781px;
    margin-right: 4px;
    border: 1px solid #ddd;
    float: left;
}

#comic_comment_area .support_write, #illust_comment_area .support_write {
    width: 100%;
}

#comic_comment_area .support_write .com_wrap, #illust_comment_area .support_write .com_wrap {
    padding: 10px 0;
}
#comic_comment_area .support_write .com_wrap .cash_input_div, #illust_comment_area .support_write .com_wrap .cash_input_div {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    font-size:13pt;
}
#comic_comment_area .support_write .com_wrap .cash_input_div .inside_input_div, #illust_comment_area .support_write .com_wrap .cash_input_div .inside_input_div {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
}

.comment_list, .support_list {
    width: 100%;
    margin-bottom: 40px;
}

.comment_list ul {
    width: 100%;
}
.support_list ul {
    width: 100%;
    padding: 10px 0;
    background: #efefef;
}

.comment_list li {
    width: 100%;
    font-size: 13px;
    color: #444;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
    position: relative;
}

.comment_list li .count_like {
    display:inline-block;
    float:right;
    margin-top:10px;
    font-size:10pt;
    height: 25px;
    line-height: 25px;
    background: url(../image/like_off.png) no-repeat left center;
    background-size: 17px auto;
    padding-left: 22px;
    cursor: pointer;
}
.comment_list li .count_like.off {
    cursor: default;
}
.comment_list li .count_like.on {
    cursor: pointer;
}

.comment_list li.support_li .support_amount {
    display:inline-block;
    float:right;
    margin-top:10px;
    margin-right:10px;
    color:#f49800;
    font-size:10pt;
    height: 25px;
    line-height: 25px;
    background: url(../image/icn_cash_m.png) no-repeat left center;
    background-size: 20px auto;
    padding-left: 25px;
}

.comment_list li.reply {
    width: 100%;
    font-size: 13px;
    color: #444;
    margin:0;
    padding: 20px 0 0 40px;
    border:0;
    position: relative;
}
.comment_list li.reply .reply_mark {
    position: absolute;
    left: 20px;
    top: 30px;
    width:15px;
    height:15px;
    border: 2px solid #aaa;
    border-top: 0;
    border-right: 0;
}

.comment_list li p {
    font-weight: bold;
    padding-left: 10px;
}

.comment_list li .author_nic {
    margin-left:10px;
    font-weight: 500;
    font-size: 11pt;
}

.comment_list li .date {
    margin-top:10px;
    font-size: 11px;
    color: #bbb;
    height: 25px;
    line-height: 25px;
    float: left;
}

.comment_list li.reply .date {
    margin-top:0;
    padding-left: 0;
    font-size: 11px;
    color: #bbb;
    height: 20px;
    line-height: 20px;
    float: left;
}

.comment_list li .des {
    width: 93%;
    margin: 10px 0 0 10px;
    word-break: break-word;
    -ms-word-break: break-word;
}

.comment_list li.reply .des {
    width: 93%;
    margin: 10px 0 0 10px;
    word-break: break-word;
    -ms-word-break: break-word;
    float: left;
}

.comment_list li .des .des_content {
    display: inline-block;
    width: 100%;
    font-size: 10pt;
}
.comment_list li.reply .des .des_content {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 10pt;
}

.comment_list li .des .des_content.active{
    display: inline-block;
    margin-left: 5px;
    width: 415px;
    min-height: 100px;
    font-size: 10pt;
}

.comment_list li .des .des_content.illust_active{
    display: inline-block;
    margin-left: 5px;
    width: 608px;
    min-height: 100px;
    font-size: 10pt;
}

.comment_list li .des .des_comment_img{
    display: inline-block;
    float:left;
    margin-right: 5px;
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
}
.comment_list li .delete {
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    color: #bababa;
    float: left;
}

.comment_list li .comment_img_wrap {
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: left;
    border: solid 1px #d2d2d2;

}
.comment_list li .comment_con_wrap {
    margin-left: 55px;
    padding-top: 2px;
    height: auto;
    overflow: auto;
}
.comment_list li .author {
    color: #f6851f;
    border-radius: 10px;
    border: 1px solid #f6851f;
    margin-left: 10px;
    padding: 1px 5px;
}
.comment_list li .supporter {
    margin-left: 5px;
    padding: 1px 5px;
    color: #fff;
    background: #6851FF;
    font-size: 9pt;
    font-weight: normal;
    border-radius: 4px;
}
.support_list li .nic_inside e{
    height: 20px;
    line-height: 20px;
    font-weight: 500;
}
.support_list li .author{
    float:right;
    background: #fff;
    color: #f6851f;
    border-radius: 10px;
    border: 1px solid #f6851f;
    margin-left: 3px;
    padding: 1px 5px;
}

#comic_author_comment .comment_img_wrap{
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: left;
    border: 1px solid #ddd;

}
#comic_author_comment .comment_title{
    height:55px;
    margin-left:60px;
    padding:0
}
#comic_author_comment .comment_title .author_comment{
    width:100px;
    font-size: 11pt;
    font-weight: normal;
    height:20px;
    line-height: 20px;
}
#comic_author_comment .comment_title .author_nic{
    width:70%;
    font-size: 14pt;
    font-weight: bold;
    height:30px;
    line-height: 30px;
    display:table;
}
#comic_author_comment p{
    margin-top:5px;
    font-size:11pt;
    color:#5D5D5D;
}

.reported .report_btn{
    color: #f49800;
}
.report_btn{
    float:left;
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    height: 25px;
    line-height: 25px;
    /*background: url('../image/icon_del.png') no-repeat 0 0;*/
    cursor: pointer;
    color: #bababa;
}
.comment_list li.reply .report_btn {
    float:left;
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
    height: 20px;
    line-height: 20px;
    /*background: url('../image/icon_del.png') no-repeat 0 0;*/
    cursor: pointer;
    color: #bababa;
}

#comic_comment_side {
    width: 300px;
    float: right;
}

#comic_recommend_wrap {
    background: #efefef;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    color: #444;
    height: 400px;
    margin-bottom: 100px;
}

.comic_recommend {
    width: 980px;
    margin: 0 auto;
    padding-top: 50px;
}

.comic_recommend .header {
    color: #f49800;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.comic_recommend .body {
    overflow: hidden;
}

.comic_recommend .body li {
    float: left;
    width: 182px;
    margin-right: 17.5px;
}

.comic_recommend .body li:last-child {
    margin-right: 0;
}

.comic_recommend .body li .fox_thumbnail {
    border: 1px solid #dedede;
    padding: 10px;
    width: 160px;
    height: 160px;
    background: #fff;
}

.comic_recommend .body li .info {
    float: left;
    padding: 10px 6px;
    width: 158px;
}

.comic_recommend .body li .info .title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.comic_recommend .body li .info .author {
    display: block;
    font-size: 12px;
    color: #5266d8;
    margin: 5px 0 0 0;
}

.comic_recommend .body li .info .exp {
    display: block;
    font-size: 12px;
    color: #888;
    margin: 7px 0 0 0;
    letter-spacing: -1px;
}



#comic_recommend_wrap_list {
    /*border-bottom: 1px solid #dedede;*/
    color: #444;
    margin-bottom: 20px;
    overflow:hidden;
}

.comic_recommend_list {
    width: 910px;
    margin: 0 auto;
    /*padding-top: 10px;*/
}

.comic_recommend_list .header {
    color: #f49800;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.comic_recommend_list .body {
    overflow: hidden;
}

.comic_recommend_list .body li {
    float: left;
    width: 182px;
    /*margin-right: 17.5px;*/
}

.comic_recommend_list .body li:last-child {
    margin-right: 0;
}

.comic_recommend_list .body li .fox_thumbnail {
    border: 1px solid #dedede;
    padding: 4px;
    width: 160px;
    height: 160px;
    background: #fff;
}

.comic_recommend_list .body li .info {
    float: left;
    padding: 10px 6px;
    width: 158px;
}

.comic_recommend_list .body li .info .title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.comic_recommend_list .body li .info .author {
    display: block;
    font-size: 12px;
    color: #5266d8;
    margin: 5px 0 0 0;
}

.comic_recommend_list .body li .info .exp {
    display: block;
    font-size: 12px;
    color: #888;
    margin: 7px 0 0 0;
    letter-spacing: -1px;
}




#challenge_comic {
    width: 660px;
    float: left;
    margin-bottom: 200px;
}
#challenge_comic.novel {
    width: 780px;
    float: left;
    margin-bottom: 200px;
}

#mainComicList {
    width: 100%;
    background: #fafafa;
    float: left;
}

#mainComicList .wrapper {
    /*width: 980px;*/
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 40px;
}

#mainComicList .section_header {
    margin: 0 0 10px 0;
    overflow: hidden;
}

#mainComicList .section_header .title {
    font-size: 18px;
    color: #222;
    font-weight: bold;
}

#mainComicList .comic_list {
    /*border-top: 1px solid #ddd;*/
    overflow: hidden;
}

#mainComicList .comic_list .comic {
    /*width: 237px;*/
    float: left;
    width: 24%;
    /*margin: 8px 4px;*/
    margin: 0 1.3% 10px 0;
}

#mainComicList .comic_list .comic:nth-child(4n) {
    margin-right:0;
}

#mainComicList .comic_list .comic .fox_thumbnail {
    /*width: 235px;*/
    width:100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    background: #eee;
    border:0;
    border-radius: 0.4em 0.4em 0 0;
}

#mainComicList .comic_list .comic .fox_thumbnail img {
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 0.4em 0.4em 0 0;
    width: 100%;
    height: auto;
}

#mainComicList .comic_list .comic .fox_thumbnail img.today {
    display: block;
}

#mainComicList .comic_list .comic .fox_thumbnail img.total {
    display: none;
}

#mainComicList .comic_list .comic .des {
    text-align: left;
    padding: 10px;
    /*width: 235px;*/
    width:100%;
    border: 1px solid #ddd;
    border-top:0;
    border-radius: 0 0 0.4em 0.4em;
    margin: 0;
    background: #fff;
}

#mainComicList .comic_list .comic .des .title {
    font-size: 13px;
    font-weight: bold;
    color: #222;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#mainComicList .comic_list .comic .des .author {
    color: #5266d8;
    font-size: 12px;
}

#mainComicList .comic_list .comic.c9 {
    display: none;
}

.slide {
    width: 660px;
    height: 330px;
    border: 1px solid #888;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
}

.slide.comic {
    display: none;
}

.slide_wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.slide_wrap div {
    float: left;
    width: 660px;
}

.ad.mobile a img {
    display: none;
}

#challenge_comic .section_header {
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-top: 10px;
    overflow: hidden;

}

#challenge_comic .section_header div {
    height: 20px;
    line-height: 20px;
}

#challenge_comic .section_header .title {
    float: left;
    font-size: 16px;
    width: 230px;
    font-weight: 600;
    text-align: left;
}

#challenge_comic .section_header .function_sort {
    float: right;
}

#challenge_comic_upload {
    margin: 10px 0;
    text-align: center;
    display: block;
    float: left;
    background: #f49800;
    width: 300px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
}


#challenge_comic .fox_thumbnail .update{
    margin-top: 0;
    right: auto;
    left: 0;
    z-index: 0;
}

.each_category_div .fox_thumbnail .update{
    margin-top: 0;
    right: auto;
    left: 0;
    z-index: 0;
}

#challenge_comic .section_content ul.comic_list {
    overflow: hidden;
    margin-bottom: 50px;
}

#challenge_comic .section_content ul.comic_list li {
    position: relative;
    display: block;
    float: left;
    width: 124px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 4px;
}

#challenge_comic .section_content ul.comic_list li img {
    max-width: 100%;
    width: 122px;
    height: 122px;
}

#challenge_comic .section_content ul.comic_list li .info {
    border-top: 1px solid #ddd;
    padding: 6px;
    background: #fff;
    height: 52px;
}

#challenge_comic .section_content ul.comic_list li .info .title {
    font-size: 14px;
    font-weight: bold;
    width: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#challenge_comic .section_content ul.comic_list li .info .author {
    font-size: 11px;
    color: #5266d8;
    margin: 5px 0 0 0;
}

#challenge_comic .section_content ul.comic_list li .icon {
    display: block;
    position: absolute;
    text-indent: -999px;
}

#challenge_comic .section_content ul.comic_list li .new {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    background-image: url(../image/icon_new.png);
}

#challenge_comic .section_content ul.comic_list li .up {
    width: 20px;
    height: 14px;
    top: 0;
    right: 0;
    background-image: url(../image/icon_up.png);
}

#challenge_comic .section_content ul.comic_list li .fox_thumbnail{

	margin: 0 auto;
    position: relative;
}

#challenge_comic .section_content ul.comic_list li[data-genre-bl="BL"] .fox_thumbnail:before {
	content:'BL';
	display:block;
	width:18px;
	height:18px;
	line-height:19px;
	position:absolute;
	font-size:11px;font-weight:bold;
	bottom:5px;
	right:4px;
	background:#bdbdbd; color:#fff; padding:0px;
	border-radius:100%;
	text-align: center;
}
#challenge_comic .section_content ul.comic_list li.adult .fox_thumbnail:after {
  content: attr(data-adult);
  position: absolute;
  bottom: 5px;
  right: 4px;
  width: 18px;
  height: 18px;
  line-height: 19px;
  color: #fff;
  background: #ff3434;
  border-radius: 100%;
  white-space: nowrap;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

#challenge_comic .section_content ul.comic_list li[data-genre-bl="BL"].adult .fox_thumbnail:before {
	right:25px;
}

#challenge_comic.novel .section_content ul.comic_list {
    border-top: 1px solid #ddd;
}

#challenge_comic.novel .section_content ul.comic_list li {
    width: 49%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 0 4px 10px 4px;
}

#challenge_comic.novel .section_content ul.comic_list li .info {
    border-top: 0;
    height: 55px;
    min-width: 400px;
    border-radius: 8px;
}

#challenge_comic.novel .section_content ul.comic_list li .info:hover {
    background: #f9f9f9;
}

#challenge_comic.novel .section_content ul.comic_list li .up {
    position: relative;
    float: right;
}

#challenge_comic.novel .section_content ul.comic_list li .info .title {
    width: auto;
    width: initial;
    font-size: 16px;
    letter-spacing: -1px;
    margin-top: 3px;
}

#challenge_comic.novel .section_content ul.comic_list li .info .title span {
    display:inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#challenge_comic.novel .section_content ul.comic_list li .info .genre {
    margin-top:8px;
    color: #f45c00;
    font-size: 14px;
    vertical-align: middle;
}

#challenge_comic.novel .section_content ul.comic_list li .info .author {
    color: #959595;
}
#challenge_comic.novel .section_content ul.comic_list li[data-genre-bl="BL"] .info:before {
	content:'BL';
	display:block;
	width:18px;
	height:18px;
	line-height:19px;
	position:absolute;
	font-size:11px;font-weight:bold;
	bottom:5px;
	right:4px;
	background:#bdbdbd; color:#fff; padding:0px;
	border-radius:100%;
	text-align: center;
}

#challenge_comic.novel .section_content ul.comic_list li.adult .info:after {
  content: attr(data-adult);
  position: absolute;
  bottom: 5px;
  right: 4px;
  width: 18px;
  height: 18px;
  line-height: 19px;
  color: #fff;
  background: #ff3434;
  border-radius: 100%;
  white-space: nowrap;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
#challenge_comic.novel .section_content ul.comic_list li[data-genre-bl="BL"].adult .info:before {
	right:25px;
}

#challenge_comic.novel .top {
    overflow: hidden;
    margin-bottom: 20px;
}

#challenge_comic.novel .top .element {
    background: #fff;
    float: left;
    margin-right: 15px;
    width: 210px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ddd;
}

#challenge_comic.novel .top .element:nth-child(3) {
    margin-right: 0;
}

#challenge_comic.novel .top .element .info {
    height: 210px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    overflow: hidden;
}

#challenge_comic.novel .top .element .info .title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 15px;
}

#challenge_comic.novel .top .element .info .author .bar {
    margin: 0px 5px;
    font-size: 14px;
    font-weight: normal;
    color: #222;
}

#challenge_comic.novel .top .element .info .author .genre {
    font-size: 14px;
    color: #f45c00;
}

#challenge_comic.novel .top .element .info .author {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #959595;
}

#challenge_comic.novel .top .element .info .story {
    margin: 20px 0 0 0;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#challenge_comic .genre_nav {
    margin: 20px 0;
    overflow: hidden;
}

#challenge_comic .genre_nav.mobile {
    display: none;
}

#challenge_comic .genre_nav li {
    float: left;
    text-align: center;
    width: 8.33%;
    border: 1px solid #ddd;
    border-right: 0;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#challenge_comic.novel .genre_nav li {
    width: 7.13%;
}

#challenge_comic .genre_nav li.on {
    border: 1px solid #f49800;
    border-right: 0;
}

#challenge_comic .genre_nav li:last-child {
    border-right: 1px solid #ddd;
}

#challenge_comic .genre_nav li.on:last-child {
    border: 1px solid #f49800;
}

#challenge_comic .genre_nav li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 7px 0;
}

#challenge_comic .genre_nav li.on a {
    background: #f49800;
    color: #fff;
}

#challenge_comic .genre_nav li.adult a{
	color:#f34321;
}
#challenge_comic .genre_nav li.adult.on a{
	background:#f34321;
    color: #fff;
}

#challenge_comic.novel .top .element .functional {
    height: 40px;
    overflow: hidden;
}

#challenge_comic.novel .top .element .functional .btn_first {
    background: #f45c00;
    float: right;
    margin: 7px;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    width: 60px;
    text-indent: 0;
    text-align: center;
}

#challenge_comic.novel .top .element .functional .btn_first:hover {
    background: #f6b64d;
}

#contents.gray_bgc, #contents.gray_bgc .fox_container {
    background: #fafafa;
    min-height: 300px;
}
#contents.white_bgc, #contents.white_bgc .fox_container {
    background: #fff;
    min-height: 300px;
}
.info-box {
    width: 560px;
    /*border: 1px solid #ebebeb;*/
    background: #fff;
    margin: 40px auto;
}

.info-box .title_wrap {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    /*border-bottom: 1px solid #ebebeb;*/
    color: #f49800;
    background: #fcfcfc;
}

.info-box .body_wrap {
    padding: 50px 90px;
}

.info-box .body_wrap .login_sns {
    border-bottom: 1px solid #dadada;
    margin: 0 0 40px 0;
    text-align: center;
    position: relative;
}

.info-box .body_wrap .login_sns:after {
    content: "또는";
    margin-left: -28px;
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: -7px;
    padding: 0 10px;
    color: #555;
}

.info-box .body_wrap .login_sns li.naver {
    position: relative;
}

.info-box .body_wrap .login_sns li.naver span {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../image/naver.png');
    text-indent: -999px;
    overflow: hidden;
    border-right: 1px solid #1cb002;
}

.info-box .body_wrap .login_sns li.naver input {
    background: #1ec800;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
}

.info-box .body_wrap .login_sns li:last-child {
    margin: 0 0 40px 0;
}

.info-box .body_wrap .login_email {}

.info-box .body_wrap .login_email p {
    margin-bottom: 20px;
}

.info-box .body_wrap .login_email .input input {
    width: 100%;
    height: 48px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    font-size: 20px;
    line-height: 20px;
    text-indent: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.info-box .body_wrap .login_email .input input:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.info-box .body_wrap em {
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 14px;
    vertical-align: middle;
}

.info-box .body_wrap input[type="checkbox"] {
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.info-box .body_wrap .submit input[type="submit"] {
    background: #f49800;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
}

.info-box .body_wrap .submit input[type="button"] {
    background: #f49800;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
}

.info-box .body_wrap .submit a.confirm {
    background: #f49800;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
}

.info-box .body_wrap .certify {
    display: block;
    background: #f49800;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
}

.info-box .body_wrap .function {
    font-size: 14px;
}

.info-box .body_wrap .function a {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

.info-box .body_wrap em a {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

.info-box .body_wrap .join_sns {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 20px 0;
    text-align: center;
}

.info-box .body_wrap .join_sns li.naver {
    position: relative;
}

.info-box .body_wrap .join_sns li.naver span {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../image/naver.png');
    text-indent: -999px;
    border-right: 1px solid #1cb002;
}

.info-box .body_wrap .join_sns li.naver input {
    background: #1ec800;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
}

.info-box .body_wrap .join_sns li:last-child {
    margin: 0 0 20px 0;
}

.info-box .body_wrap .join_email {}

.info-box .body_wrap .join_email p {
    margin-bottom: 20px;
}

.info-box .body_wrap .join_email .input input {
    width: 100%;
    height: 48px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    font-size: 20px;
    line-height: 20px;
    text-indent: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.info-box .body_wrap .join_email .input input:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
.info-box .body_wrap .join_email .signup_agree {
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
.info-box .body_wrap .join_email .law_box {
	height: 90px;
    padding: 20px;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    overflow: auto;
    margin-bottom: 20px;
}
.info-box .body_wrap .join_email .law_box h2 {

}
.info-box .body_wrap .join_email .law_box ol {
    list-style-type: decimal;
    padding-left: 15px;
}
.info-box .body_wrap .join_email .law_box ul {
    list-style-type: disc;
    padding-left: 15px;
}

.info-box .body_wrap .join_email .law-box li {

}
.info-box .body_wrap .pw_search {}

.info-box .body_wrap .pw_search p {
    margin-bottom: 20px;
    position: relative;
}

.info-box .body_wrap .pw_search .input input {
    width: 100%;
    height: 48px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    font-size: 20px;
    line-height: 20px;
    text-indent: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.info-box .body_wrap .pw_search .input input:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.info-box .body_wrap .pw_search .submit .loading {
    display: none;
    width: 16px;
    height: 16px;
    margin: 16px 0 0 182px;
    position: absolute;
    background: url(../image/loading.gif) no-repeat 0 0;
    top: 0;
    left: 0;
    text-indent: -999px;
    overflow: hidden;
}

.info-box .body_wrap .pw_search .submit input:disabled {
    background: #ddd;
    color: #ddd;
}

.mode_view .info-box .inset_thumb img {
    max-width: 100%;
}

.mode_view .info-box .title_wrap {
    display: none;
}

.mode_view .info-box .body_wrap {
    padding-top: 20px;
}

.mode_view .info-box .body_wrap div .pre_desc {
    font-size: 14px;
    text-align: center;
    color: #777;
    margin-bottom: 30px;
}

.mode_view .info-box .body_wrap .login_email .pre_desc {
    font-size: 14px;
    text-align: center;
    color: #777;
    margin-bottom: 30px;
}

.fox_container.mypage {}

.fox_container.mypage h2 {
    margin-left: 10px;
    font-size: 32px;
}

.fox_container.mypage .section {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
    position: relative;
    font-size: 12pt;
}

.fox_container.mypage .section h2 {
    position: absolute;
    margin-top:10px;
    font-size: 23px;
}

.fox_container.mypage .section h2 em {
    font-size: 14px;
    vertical-align: bottom;
}

.fox_container.mypage .section ul {
    margin-left: 260px;
}

.fox_container.mypage .section ul.inner {
    margin-left: 0;
}

.fox_container.mypage .section ul.inner li {
    padding: 0;
}

.fox_container.mypage .section ul.inner li .title {
    text-align: right;
    margin-right: 20px;
}

.fox_container.mypage .section ul li {
    margin-bottom: 10px;
    overflow: hidden;
}

.fox_container.mypage .section ul li input[type="text"], .fox_container.mypage .section ul li input[type="password"], .fox_container.mypage .section ul li select {
    width: 300px;
    height: 36px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    line-height: 36px;
    text-indent: 10px;
    /*cursor: pointer;*/
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.fox_container.mypage .section ul li input[type="text"].nic_text {
    width: 335px;
}

.fox_container.mypage .section ul li textarea {
    width: 300px;
    height: 70px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    line-height: 20px;
    padding-left: 10px;
    /*cursor: pointer;*/
    border-radius: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fox_container.mypage .section ul li input[type="radio"] {
    line-height: 36px;
    margin-right: 5px;
}

.fox_container.mypage .section ul li label {
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    margin-right: 6px;
}

.fox_container.mypage .section ul li input:focus, .fox_container.mypage .section ul li select:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.fox_container.mypage .section ul li input[type="submit"], .fox_container.mypage .section ul li input[type="button"], .fox_container.mypage .section input[type="button"] {
    background: #f49800;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}

.fox_container.mypage .section input[type="text"] {
    width: 90%;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #f49800;
}

.fox_container.mypage .section ul li input[type="button"].btn-white {
    background: #ddd;
    color: #000;
}

.fox_container.mypage .section ul li p {
    font-size: 10pt;
    color: #4c4c4c;
    max-width: 450px;
}

.fox_container.mypage .section ul li .thimages p {
    font-size: 16px;
    color: #444;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.3);
}

.fox_container.mypage .section ul li p.clear {}

.fox_container.mypage .section ul li span {
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
}

.fox_container.mypage .section ul li span.title {
    width: 170px;
    font-weight: 500;
}

.fox_container.mypage .section ul li.submit {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.fox_container.mypage .section ul li span .sns_connector {
    cursor: pointer;
    text-decoration: underline;
}

.fox_container.mypage .section ul.inner li span.title {
    width: 130px;
    font-weight: normal;
}

.fox_container.mypage .section ul li span.blank {
    height: 240px;
}
.fox_container.mypage .section ul li a {
    color:#f49800;
}

.fox_container.mypage .section table {
    margin: 0 0 20px 260px;
    width: 760px;
    text-align: center;
    vertical-align: middle;
}

.fox_container.mypage .section table tr {
    border: 1px solid #ddd;
    border-top: 0;
}

.fox_container.mypage .section table tr.vertical-border-0 {
    border-left: 0;
    border-right: 0;
}

.fox_container.mypage .section table tr th {
    width: 50%;
    font-weight: normal;
    background: #ddd;
    font-size: 15px;
    height: 40px;
    vertical-align: middle;
}

.fox_container.mypage .section table tr td {
    width: 50%;
    height: 40px;
    vertical-align: middle;
}
.fox_container.mypage .section table tr td {
    width: 50%;
    height: 40px;
    vertical-align: middle;
}
.fox_container.mypage .section table.inner-table tr {
    background: #fff;
}
.fox_container.mypage .section.event_info table tr th{
    width: 25%;
}

.fox_container.mypage .section.event_info table tr td {
    width: 25%;
}

.fox_container.mypage .section.coin_info table tr th {
    width: 25%;
}

.fox_container.mypage .section.coin_info table tr td {
    width: 25%;
}

.fox_container.mypage .section.order_info table tr th {
    width: 25%;
}

.fox_container.mypage .section.order_info table tr td {
    width: 25%;
}

.fox_container.mypage .section.adjustment ul li select {
    width: 80px;
}

.fox_container.mypage .section.profit_info ul li select {
    width: 80px;
}

.fox_container.mypage .section.profit_info table td {
    width: 33.33%;
}

.fox_container.mypage .section.profit_info table {
    border-top: 1px solid #ddd;
}

.fox_container.mypage .section.myinfo {}

.fox_container.mypage .section.password {}

.fox_container.mypage .section.member_leave {}

.fox_container.mypage .section.my_coin {}

.fox_container.mypage .section.my_coin .info li {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-indent: 10px;
}

.fox_container.mypage .section.my_coin .info li em {
    color: #f49800;
    margin-right: 10px;
}

.fox_container.mypage .section.purchase .items {
    margin-left: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

.fox_container.mypage .section.purchase .items li {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 15px;
    height: 40px;
}

.fox_container.mypage .section.purchase .items li.title {
    font-weight: bold;
    background: #ddd;
    font-size: 15px;
    padding: 0 15px;
}

.fox_container.mypage .section.purchase .items li.goods:hover {
    background: #fff;
}

.fox_container.mypage .section.purchase .items li input[type=text] {
    vertical-align: middle;
    height: 26px;
    line-height: 26px;
    margin: 6px 0;
    width: 200px;
}

.fox_container.mypage .section.purchase .items li.address input[type=text] {
    width: 500px;
}

.fox_container.mypage .section.purchase .items li.calendar-info {
    display: none;
}

.fox_container.mypage .section.purchase .goods_item_list li.goods label {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 40px;
}

.fox_container.mypage .section.purchase .goods_item_list li input[type=radio] {
    float: left;
    height: 40px;
    margin: 0 10px 0 0;
}

.fox_container.mypage .section.purchase .items li span {
    height: 40px;
    line-height: 40px;
}

.fox_container.mypage .section.purchase .goods_item_list li span.price {
    /*float: right;*/
    margin-right: 100px;
    right: 0;
    position: absolute;
}

.fox_container.mypage .section.purchase .ckind_item_list li label {
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    width: 190px;
    display: block;
    float: left;
}

.fox_container.mypage .section.purchase .ckind_item_list li span {}

.fox_container.mypage .section.purchase .ckind_item_list li span i {
    float: left;
    background: url(../image/android.png) no-repeat 0 0;
    display: block;
    height: 30px;
    width: 26px;
    margin: 5px 0;
    text-indent: -9999px;
    margin-right: 5px;
}

.fox_container.mypage .section.purchase .ckind_item_list li label input[type=radio] {
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
}

.fox_container.mypage .section.purchase .ckind_item_list li label span {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
}

.fox_container.mypage .section.purchase .submit {
    text-align: center;
}

.fox_container.mypage .section.purchase .submit #purchase_cancel {
    background: #bbb;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}

.fox_container.mypage.withdrawal .section.application_table table.account tr th:nth-child(1) {
    width: 5%;
}

.fox_container.mypage.withdrawal .section.application_table table.account tr td:nth-child(1) {
    width: 5%;
}

.fox_container.mypage.withdrawal .section.application_table table.account tr th {
    width: 19%;
}

.fox_container.mypage.withdrawal .section.application_table table.account tr td {
    width: 19%;
}

.fox_container.mypage.withdrawal .section.application_table table.account_new tr th:nth-child(1) {
    width: 5%;
}

.fox_container.mypage.withdrawal .section.application_table table.account_new tr td:nth-child(1) {
    width: 5%;
}

.fox_container.mypage.withdrawal .section.application_table table.account_new tr th {
    width: 23.75%;
}

.fox_container.mypage.withdrawal .section.application_table table.account_new tr td {
    width: 23.75%;
}

.fox_container.mypage.withdrawal .section.application_table table.coin tr th:nth-child(1) {
    width: 25%;
}

.fox_container.mypage.withdrawal .section.application_table table.coin tr td:nth-child(1) {
    width: 25%;
}

.fox_container.mypage.withdrawal .section.application_table table.coin tr th {
    width: 25%;
}

.fox_container.mypage.withdrawal .section.application_table table.coin tr td {
    width: 25%;
}

.fox_container.mypage.withdrawal_info .section.info table tr th {
    width: 10%;
}

.fox_container.mypage.withdrawal_info .section.info table tr td {
    width: 10%;
}


.fox_container.mypage .profile .profile_img {
    border: 1px solid #ddd;
    border-radius: 50%;
}


.fox_container.library {
    overflow: hidden;
}

.fox_container.library .title {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.fox_container.library .comic_purchased_list {
    overflow: hidden;
}

.fox_container.library .comic_purchased_list li {
    width: 24%;
    float: left;
    margin: 0 0.5% 15px 0.5%;
}

.fox_container.library .comic_purchased_list li .history_fox_thumbnail {
    display: block;
    height: 0;
    width:100%;
    padding-bottom: 50%;
    border-radius: 0.4em 0.4em 0 0;
    /*border-bottom: 1px solid #ccc;*/
    overflow:hidden;
    background:#eee;
}

.fox_container.library .comic_purchased_list li img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 0.4em 0.4em 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fox_container.library .comic_purchased_list li .des {
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    height: auto;
    padding: 5px;
    border-radius: 0 0 0.4em 0.4em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fox_container.library .comic_purchased_list li .des .title {
    font-size: 15px;
    font-weight: 600;
    border: 0;
    margin-bottom: 3px;
    padding: 5px 5px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fox_container.library .comic_purchased_list li .des .author {
    color: #5266d8;
    font-size: 13px;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fox_container.library .comic_detail_purchased_list {
    overflow: hidden;
    width: 74%;
    margin: 0 1% 0 0;
    float: left;
}

.fox_container.library .comic_detail_purchased_list li {
    width: 31.333%;
    float: left;
    margin: 0 1% 10px 1%;
}

.fox_container.library .comic_detail_purchased_list li img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fox_container.library ul li .own {
    width: 100%;
    height: auto;
    position: relative;
}

.fox_container.library ul li .own .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fox_container.library ul li .own .inner .having {
    font-size: 15px;
    font-weight: normal;
    color: #888;
    background: #fff;
    width: 80px;
    padding: 5px;
    margin: 29px auto 0 auto;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.fox_container.library ul li .own .inner .overwrap_title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px;
    width: 100%;
    background: #000;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0.6;
    font-size: 13px;
}

.fox_container.library .comic_detail_purchased_list li .des {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    width: 100%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fox_container.library .comic_detail_purchased_list li .des .title {
    font-size: 16px;
    border: 0;
    padding: 0;
    margin: 0 0 5px 0;
}

.fox_container.library .comic_detail_purchased_list li .des .author {
    color: #5266d8;
}

.fox_container.library .side {
    width: 25%;
    float: right;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fox_container.library .side .comic_thumbnail {
    width: 100%;
}

.fox_container.library .side .des {}

.fox_container.library .side .des .title {
    border: 0;
    margin: 0;
    padding: 10px 0 5px 0;
    font-weight: normal;
    text-align: center;
}

.fox_container.library .side .des .author {
    color: #5266d8;
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.fox_container.eventpage {
    overflow: hidden;
}

.fox_container.eventpage .title {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 20px 0;
}

.fox_container.eventpage .event_list {
    overflow: hidden;
}

.fox_container.eventpage .event_list li {
    width: 48%;
    float: left;
    margin: 0 1% 3% 1%;
}

.fox_container.eventpage .event_list li img {
    width: 100%;
    height: auto;
    min-height: 150px;
    margin-bottom: 2%;
    border-bottom: 0;
    border-radius: 0.8em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fox_container.eventpage .event_list li .des {
    background: #fff;
    border-top: 0;
    width: 100%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fox_container.eventpage .event_list li .des .title {
    font-size: 15pt;
    border: 0;
    padding: 0;
    margin: 0 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.fox_container.eventpage .event_list li .des .author {
    font-size: 11pt;
    font-weight: 500;
    color: #333333;
}

.rate_wrap {
    width: 100%;
    float: left;
}
.rate_wrap.mobile {
    display: none;
}

.rate_wrap .progress {
    position: relative;
    margin-left:5px;
    width: 65%;
    height: 20px;
    border: 1px solid #ddd;
    z-index: 4;
    background: #f6f6f6;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
}

.rate_wrap .progress .inside_fill {
    position: relative;
    background: #f49800;
    height: 20px;
    width: 20px;
    z-index: 5;
    border-radius: 4px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}

.rate_wrap .exp {
    z-index: 5;
    position: relative;
    top: -20px;
    height:20px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}
.rate_wrap.side .exp {
    z-index: 5;
    position: relative;
    top: -20px;
    height:20px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}
.fox_container.library .side .rate_wrap .exp {
    z-index: 5;
    position: relative;
    top: -20px;
    height:20px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}
.rate_wrap .exp_bottom_first {
    display: inline-block;
    width: 20%;
    position: relative;
    top: -15px;
    left: 1%;
    font-weight: 500;
    cursor:default;
}
.rate_wrap .exp_bottom_end {
    display: inline-block;
    width: 20%;
    position: relative;
    top: -15px;
    left: 25%;
    text-align: right;
    font-weight: 500;
    cursor:default;
}
.rate_wrap .exp_bottom_mobile {
    display: none;
}

.rate_wrap .exp em {
    font-weight: bold;
}

#bottom_contents.adult {
	margin-bottom:100px;
}

#bottom_contents .rate_wrap.side{
    background: #fff;
    border: 1px solid #eee;
    border-bottom: 0;
    height:125px;
}
#bottom_contents .rate_wrap.side p {
    margin:10px;
    font-size: 12pt;
    font-weight: 500;
}
#bottom_contents .rate_wrap.side .progress, .fox_container.library .side .rate_wrap .progress{
    position: relative;
    margin-left:10px;
    margin-bottom:0;
    width: 93%;
    height: 20px;
    border: 1px solid #ddd;
    z-index: 4;
    background: #f6f6f6;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
}

#bottom_contents .rate_wrap .possession {
    float: left;
    width: 100%;
    text-align: center;
}
#bottom_contents .rate_wrap .possession .possession_half {
    display: inline-block;
    width: 48%;
    text-align: center;
}

#bottom_contents .rate_wrap .btn_favorite {
    display:inline-block;
    min-width: 130px;
    max-width: 130px;
    border-radius: 8px;
    background: #f49800;
    color: #fff;
    font-size: 12pt;
    height: 40px;
    line-height: 40px;
}
#bottom_contents .rate_wrap .btn_favorite.active{
    display:inline-block;
    min-width: 130px;
    max-width: 130px;
    border-radius: 8px;
    background: #ccc;
    color: #fff;
    font-size: 11pt;
    height: 40px;
    line-height: 40px;
    cursor: default;
}

#bottom_contents.adult .rate_wrap {
    border-bottom:1px solid #eee;
}

#bottom_contents .rate_wrap .exp {
    margin: 0;
    padding-bottom: 10px;
}
.side .rate_wrap{
    background: #fff;
    height:70px;
}

#bottom_contents .rate_wrap .exp em {}


.comic-genres {
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 6px 4px;
    overflow:hidden;
}

.comic-genres li {
	position:relative;
	border:1px solid #ddd;
    background:#fff;
    display:block;
    float:left;
    padding:0 3px;
    min-width:30px;
    height:25px;
    line-height:25px;
	font-size:13px;
    letter-spacing: 1px;
	text-align:center;
    border-radius:20px;
    cursor:pointer;
    margin: 3px;
	z-index:2;
}
.comic-genres li a { color :#aaa; display:block; padding:0 5px; min-width:30px; font-size:10pt}

.comic-genres li.highlight a { color:#f49800;font-weight:600; }

.comic-genres li[data-genre="adult"] a {
	color:#ff3434;
}

.comic-genres li:hover{
	background:#f49800;
	border-color:#f49800;
}
.comic-genres li:hover a {
	color:#fff;
}
.comic-genres li[data-genre="adult"]:hover {
	background:#ff3434; border-color:#ff3434;
}


#side .rate_wrap {
    background: #fff;
    border: 1px solid #eee;
    border-bottom: 0;
}

#side .rate_wrap .exp {
    margin: 0;
    padding-bottom: 10px;
}

#side {
    width: 300px;
    margin-bottom: 0px;
    float: right;
}

#side .ad {
    width: 300px;
    margin-bottom: 20px;
}

.ranking {
    display: inline-block;
    width: 300px;
    margin: 0 0;
    border: 1px solid #eee;
    border-top: 0;
    border-bottom: 0;
}

.ranking.challenge_comic {
    margin: 0px 0;
    border: 1px solid #ddd;
}

.ranking.comic {
    margin: 0 0 20px 0;
}

.ranking .header {
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 40px;
    padding-top: 12px;
    background-color: #fff;
}

.ranking.challenge_comic .header {
    border-bottom: 1px solid #ddd;
}

.ranking .header span {
    display: block;
    width: 130px;
    height: 15px;
    margin-left: 10px;
    font-weight: 500;
    font-size: 12pt;
    /*background: url(../image/side_ranking.png) no-repeat;*/
    /*text-indent: -9999px;*/
}

.ranking.challenge_comic .header span {
    /*background: url(../image/side_ranking_challenge_comic.png) no-repeat;*/
}

.ranking .body li {
    display:inline-block;
    width:100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
}

.ranking.challenge_comic .body li {
    border-top: 1px solid #ddd;
    border-bottom: 0 ;
    background-color: #fff;
}
.ranking.challenge_comic .body li:first-child {
    border-top: 0;
    background-color: #fff;
}

.ranking .body li img {
    float: left;
}

.ranking .body li .info {
    float: left;
    width:100%;
    padding: 5px 6px 0 6px;
    margin-top: 5px;
    max-width: 178px;
}

.ranking .body li .info .title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ranking .body li .info .author {
    display: block;
    font-size: 11px;
    color: #f49800;
    margin: 10px 0 0 0;
}

.ranking.challenge_comic.novel .header span {
    width: 120px;
    /*background: url(../image/side_ranking_challenge_novel.png) no-repeat;*/
}

.ranking.challenge_comic.novel .body li {
    height: 40px;
}

.ranking.challenge_comic.novel .body li .info {
    max-width: 300px;
    margin-top: 0;
    overflow: hidden;
}

.ranking.challenge_comic.novel .body li .info span {
    float: left;
    display: block;
    vertical-align: middle;
    line-height: 26px;
    height: 26px;
}

.ranking.challenge_comic.novel .body li .info .no {
    margin-right: 5px;
}

.ranking.challenge_comic.novel .body li .info .genre {
    color: #f45c00;
    font-size: 8pt;
}

.ranking.challenge_comic.novel .body li .info .title {
    max-width: 150px;
    font-size: 10pt;
}

.ranking.challenge_comic.novel .body li .info .author {
    color: #959595;
    max-width:70px;
    margin: initial;
}

#side .notice {
    width: 300px;
    margin-top: 20px;
    background: #f49800;
    overflow: hidden;
}

#side .notice.inset .notice_wrap {
    width: 280px;
    margin: 10px auto;
}

#side .notice .title_wrap {
    height: 44px;
}

#side .notice .title_wrap .title {
    width: 67px;
    height: 19px;
    text-indent: -999px;
    background: url('../image/notice_title.png') no-repeat;
    float: left;
    margin-top: 15px;
}

#side .notice .title_wrap .more {
    width: 24px;
    height: 24px;
    text-indent: -999px;
    background: url('../image/notice_more.png') no-repeat;
    float: right;
    cursor: pointer;
    margin-top: 10px;
}

#side .notice ul {
    max-height: 150px;
    width: 100%;
    margin: 0;
}

#side .notice li {
    width: 100%;
    text-indent: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #f6b64d;
    cursor: pointer;
}

#side .notice li:first-child {
    border-top: 1px solid #f6b64d;
}

#side .notice li:hover {}

#side .notice li a {
    color: #fff;
}

#side .notice li a:hover {
    color: #2a2a2a;
}

#side .paper_submit {
    margin-bottom: 20px;
    width: 100%;
}

#side .paper_submit input {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#side .paper_submit input:hover, #side .paper_submit input:active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    text-decoration: none;
}

#side .paper_submit input:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}


/* bottom */

#footer {
    width: 100%;
    float: left;
    background: #3F3D3C;
    color: #898989;
    margin: 0;
    padding-bottom: 20px;
    margin-top:0px;
}
#footer a{
    color:#bfbfbf;
}
#footer .fox_container {
    width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 12px;
}
#footer .fox_container .bot_logo{
    float: left;
    height: 100px;
    margin-right: 30px;
}

#footer .fox_container .adress{
    line-height:16px;
}

/* pagination*/

.fox_pagination {
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
}

.fox_pagination ul {}

.fox_pagination li {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 1px;
    color: #444;
    text-align: center;
    border: 1px solid #ccc;
}

.fox_pagination li.active{
    background: #FFD8CA;
    border: 1px solid #FFD8CA;
}
.fox_pagination li.active a {
    color: #f40;
    padding: 10px;
    font-weight: bold;
}

.fox_pagination li:hover:not(.prev):not(.next) {
    background-color: #f40;
    border-color: #f40;
}

.fox_pagination li:hover a:not(.prev):not(.next) {
    color: #fff;
}

.fox_pagination .prev {
    background-image: url('../image/icon_left.png');
    text-indent: -9999px;
    cursor: pointer;
    border: 0;
    margin-right:5px;
}
.fox_pagination .prev {

}
.fox_pagination li.prev:hover {
    background-image: url('../image/icon_left_hover.png');
    text-indent: -9999px;
    cursor: pointer;
}
.fox_pagination .prev:hover {
    /*background-color: #fff;*/
}

.fox_pagination .prev.disabled {}

.fox_pagination .next {
    background-image: url('../image/icon_right.png');
    text-indent: -9999px;
    cursor: pointer;
    border: 0;
    margin-left:5px;
}
.fox_pagination li.next:hover {
    background-image: url('../image/icon_right_hover.png');
    text-indent: -9999px;
    cursor: pointer;
}
.fox_pagination .next:hover {
    /*background-color: #fff;*/
}

.fox_pagination .next.disabled {}

.notice_wrap {
    width: 100%;
}

.notice_wrap .notice {
    margin-bottom: 40px;
}

.notice_wrap .notice .subject {
    height: 50px;
    color: #000;
    background: #dedede;
    font-size: 20px;
    text-indent: 20px;
    line-height: 50px;
    border: 1px solid #ddd;
}

.notice_wrap .notice .subject span {
    float: right;
    font-size: 11px;
    margin: 0 20px 0 0;
}

.notice_wrap .notice .content {
    min-height: 400px;
    border: 1px solid #ddd;
    padding: 20px;
    font-size: 14px;
    line-height: 2.5;
}

.notice_wrap .notice .content .modify {
    margin-bottom: 20px;
}

.notice_wrap .notice_list {
    margin-bottom: 60px;
}

.notice_list ul {
    border-top: 2px solid #f79a00;
    /*text-indent: 20px;*/
    padding-left: 20px;
}

.notice_list ul li {
    border-bottom: 1px solid #ccc;
    padding-top:10px;
    padding-bottom:10px;
    /*height: 31px;*/
    /*line-height: 31px;*/
}

.notice_list ul li:hover {
    background: #ededed;
}

.notice_list ul li a {
    display: block;
}

.notice_list ul li p {
    width:90%; 
    display:inline; 
    min-width:100px; 
    padding-right:10px;
}

.notice_list ul li span {
    width:10%; 
    display:inline;
    min-width:90px;
    font-size: 10px;
    margin-right: 20px;
    /*float: right;*/
}

#contents.term {
    background: #eee;
}

#contents.term .fox_container {
    background: #eee;
}

.terms {
    color: #222;
}

.terms h1 {
    font-size: xx-large;
    margin-bottom: 50px;
}

.terms h2 {
    font-size: x-large;
    margin-bottom: 40px;
}

.terms h3 {
    font-size: large;
    margin-bottom: 30px;
}

.terms p {
    margin-bottom: 20px;
    line-height: 20px;
}

.terms ol, .terms ul {
    margin: 0 0 20px 20px;
    list-style: decimal;
}

.terms ul {
    list-style: circle;
}

.terms li {
    margin-bottom: 20px;
}

.popup_hide_icon {
    background: url('../image/popup_hide2.png') no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 15px;
    height: 15px;
}

.popup_hide_area {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 40px;
    height: 50px;
}

.ad_mobile_product_bottom {
    display: block;
    width: 336px;
    height: 280px;
    margin: 190px auto 50px auto;
    float: none;
}

.ad_pc_product_bottom {
    display: block;
    width: 728px;
    height: 90px;
    margin: 190px auto 200px auto;
    float: none;
}
.ad_pc_product_bottom_2 {
    display: block;
    width: 728px;
    height: 90px;
    margin: 50px auto 50px auto;
    float: none;
}
.ad_pc_product_bottom_box {
    display: block;
    width: 730px;
    height: 280px;
    margin: 190px auto 200px auto;
    float: none;
}

.ad_pc_product_bottom_box .ad_pc_left {
    float: left;
}

.ad_pc_product_bottom_box .ad_pc_right {
    float: right;
}

#contents.frontier-saga {
    background: #f6f6f6;
}

#contents.frontier-saga .fox_container {
    position: relative;
    z-index: 1;
    background: none;
    margin-top: 0;
    width: 100%;
}

#contents.frontier-saga .background-overlay {
    position: relative;
    min-height: 1166px;
    background: #f6f6f6 url('../image/frontier_saga/1920_2.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    max-width: 1920px;
    margin: 0 auto;
}

#contents.frontier-saga .fox_container .title img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

#contents.frontier-saga .fox_container .exp img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -400px;
}

#contents.frontier-saga .fox_container .play {
    width: 580px;
    margin: 35px auto 42px auto;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

#contents.frontier-saga .fox_container .play div {
    width: 275px;
    height: 70px;
    float: left;
}

#contents.frontier-saga .fox_container .play .game {
    margin-right: 30px;
}

#contents.frontier-saga .fox_container .play .webtoon {}

#contents.frontier-saga .fox_container .line {
    width: 980px;
    margin: 0 auto;
    height: 2px;
    background: #222;
}

#contents.frontier-saga .fox_container .coupon {}

#contents.frontier-saga .event-section {
    position: relative;
    z-index: 10;
    width: 980px;
    margin: 0 auto;
    margin-top: -250px;
    color: #474747;
}

#contents.frontier-saga .event-section .event1 .sub-title {}

#contents.frontier-saga .event-section .event1 .sub {
    letter-spacing: -1px;
    font-size: 21px;
    font-weight: normal;
    text-indent: 145px;
    margin-top: 8px;
}

#contents.frontier-saga .event-section .event1 .sub i {
    font-weight: bold;
}

#contents.frontier-saga .event-section .event1 .coupon .guide {
    font-size: 17px;
    width: 620px;
    margin: 20px auto;
}

#contents.frontier-saga .event-section .event1 .coupon .guide i {
    font-weight: bold;
}

#contents.frontier-saga .event-section .event1 .checkout-area {
    position: relative;
    width: 620px;
    margin: 0 auto;
}

#contents.frontier-saga .event-section .event1 .checkout-area:after {
    content: "";
    clear: both;
    display: block;
    *zoom: 1;
}

#contents.frontier-saga .event-section .event1 .checkout-area .monster {
    position: absolute;
    top: -112px;
    left: 556px;
}

#contents.frontier-saga .event-section .event1 .checkout-area input {
    width: 398px;
    height: 48px;
    border: 1px solid #444;
    float: left;
    margin-right: 6px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

#contents.frontier-saga .event-section .event1 .checkout-area div {
    float: left;
    margin-top: 2px;
    cursor: pointer;
}

#contents.frontier-saga .event-section .reward {
    margin-top: 30px;
    margin-bottom: 50px;
}

#contents.frontier-saga .event-section .reward .sub {
    font-weight: bold;
}

#contents.frontier-saga .event-section .reward .items {
    width: 700px;
    height: 80px;
    background: url('../image/frontier_saga/reward.png');
    margin: 0 auto;
}

#contents.frontier-saga .event-section .game-download {
    width: 273px;
    margin: 0 auto;
    cursor: pointer;
}

#contents.frontier-saga .event-section .input-coupon {
    margin-top: 50px;
    position: relative;
}

#contents.frontier-saga .event-section .input-coupon img {
    position: relative;
    z-index: 5;
}

#contents.frontier-saga .event-section .input-coupon img.mobile {
    display: none;
}

#contents.frontier-saga .event-section .input-coupon .monster {
    position: absolute;
    z-index: 4;
    top: -154px;
    left: -60px;
}

#contents.frontier-saga .event-section .event2 {
    margin-top: 33px;
}

#contents.frontier-saga .event-section .event2 .sub {
    letter-spacing: -1px;
    font-size: 21px;
    font-weight: bold;
    text-indent: 145px;
    margin-top: 8px;
}

#contents.frontier-saga .event-section .event2 .reward .items {
    width: 719px;
    height: 80px;
    background: url('../image/frontier_saga/reward2.png');
    margin: 0 auto;
}

#contents.frontier-saga .explain {
    width: 100%;
    background: #ffffff;
    padding: 50px 0;
}

#contents.frontier-saga .explain .inner-wrap {
    width: 980px;
    margin: 0 auto;
}

#contents.frontier-saga .explain .sub-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

#contents.frontier-saga .explain ul li {
    font-size: 14px;
    margin-bottom: 6px;
    padding-left: 20px;
}

#contents.frontier-saga .explain ul li a {
    color: #5064d4;
}

.incomic_ad {
    width: 670px;
}

.mainDivList {
    width: 100%;
    background: #fafafa;
    float: left;
}
.mainDivList .wrapper {
    width: 1100px;
    margin: 20px auto 0;
    margin-bottom: 20px;
}
.mainDivList .wrapper img{
    width: 100%;
}
.mainDivListPc {
    width: 100%;
    background: #eee;
    float: left;
    display: block;
}
.mainDivListPc .wrapper {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.mainDivListPc .wrapper img{
    width: 100%;
}
.mainDivListMobile {
    display: none;
    width: 100%;
    background: #eee;
    float: left;
}
.mainDivListMobile .wrapper {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.mainDivListMobile .wrapper img{
    width: 100%;
}

.view_like_btn{
    width:150px;
    height:150px;
    margin: auto; 
    border-radius:50%; 
    border:3px solid #DD3E51; 
    margin-bottom: 50px;
}

.view_like_btn.off{

    background: url('../image/like_off.png') center 30% no-repeat ;
    cursor: pointer;
}
.view_like_btn.off:hover{
    background: url(../image/like_on.png) center 30% no-repeat;
    background-color: #DD3E51;
    color: #fff;
    transition: 0.3s;
}
.view_like_btn.off:hover span {
    color: #fff;
}

.view_like_btn.on{
    background: url('../image/like_on.png') center 30% no-repeat ;
    cursor:inherit;
    background-color: #DD3E51;
}

.view_like_btn > span{
    margin-top:105px;
    display:block;
    font-size: 17px;
}

.view_like_btn.off > span{
    color:#000;
}

.view_like_btn.on> span{
    color:#fff;
}


.each_category_div {
    width: 100%;
    float: left;
}
.each_category_div .more_btn_wrap{
    display:block;
    text-align:right;
    margin-top:40px;
}
.each_category_div .more_btn{
    max-width:85px;
    font-size:1.5em;
    font-style:normal;
    padding:5px;
    border-radius:4px;
    color:#333333;
}
.each_category_div .main_title{
    float:left;
    font-size:20pt;
    font-weight: 600;
    padding-left: 5px;
}
.each_category_div .each_category_ul {
    display:flex;
    /*overflow: auto !important;*/
    overflow-x:auto;
    margin-top:20px;
}
.each_category_div .each_category_ul.all {
    display:block;
    /*overflow: auto !important;*/
    overflow-x:visible;
    margin-top:20px;
}
.each_category_div .each_category_ul ul:first-child {
    margin-left:0;
}
.each_category_div .each_category_ul ul:last-child {
    margin-right:0;
}
.each_category_div .each_category_ul .each_category_li{
    display: inline-block;
    margin:4px 2px 10px 2px;
    border:1px solid #ddd;
    background-color:#fff;
    border-radius: 5px;
}
.each_category_div .each_category_ul.all .each_category_li{
    margin:4px 0 6px 4px;
}
.each_category_div .each_category_ul .each_category_li .image_wrap{
    position: relative;
    float:none;
    width:auto;
    border-image-width:0px !important;
    border-width:0px !important;
}
.each_category_div .each_category_ul .each_category_li .image_wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    clear:both;
    display: block;
    background: url(/assets/image/thumb_cover_bgs.png) repeat-x bottom;
    width: 100%;
    height: 100%;
}
.page .challenge_comic.novel .image_wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    clear:both;
    display: block;
    background: url(/assets/image/thumb_cover_bgs.png) repeat-x bottom;
    width: 100%;
    height: 100%;
}
.each_category_div .each_category_ul .each_category_li .image_wrap img{
    width: 210px;
    height: 210px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 0px;
}
.each_category_div .each_category_ul .each_category_li .each_category_info {
    padding:10px;
    margin-bottom:0px;
    width: 210px;
}
.each_category_div .each_category_ul .each_category_li .each_category_info .title {
    font-size: 1.3em;
    font-weight: 500;
    color: #3f3f3f;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.each_category_div .each_category_ul .each_category_li .each_category_info .genre {
    display: inline-block;
    color: #f49800;
}
.each_category_div .each_category_ul .each_category_li .each_category_info .bar {
    color: #777;
}
.each_category_div .each_category_ul .each_category_li .each_category_info .all_page {
    display: inline-block;
    color: #777;
}
.each_category_div .each_category_ul .each_category_li .each_category_info .story {
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    line-height: 1.25;
    height: 2.5em;
    min-height: 45px;
    text-align: left;
    padding: 5px 0;
    font-size: 9pt;
    color:#8c8c8c;
}
.each_category_div .each_category_ul .each_category_li .each_category_info .author_div {
    display: block;
    margin-top: 5px;
    height: 35px;
}
.each_category_div .each_category_ul .each_category_li .each_category_info .author_img {
    margin-bottom: 5px;
    border-radius: 50%;
    overflow: hidden;
    width: 35px;
    height: 35px;
    float: left;
    border: 1px solid #ddd;
}
.each_category_div .each_category_ul .each_category_li .each_category_info .author {
    display:inline-block;
    margin-left:5px;
    padding-top:10px;
    padding-right:5px;
    color:#777;
    font-weight: 600;
    text-align:left;
}
.each_category_div .each_category_ul .each_category_li .reward_receive, .reward_receive{
    display:block;
    opacity: .99;
    margin-top: -25px;
    height: 25px;
    padding-top:5px;
    text-align:center;
}
.each_category_div .each_category_ul .each_category_li .reward_receive a,.reward_receive a{
    color:#fff;
    font-weight: bold;
    font-size: 10pt;
}




@media (max-width: 768px) {
    #contents{
        padding: 0;
    }
    #contents.frontier-saga .background-overlay {
        padding-bottom: 15%;
        background-size: 170%;
        min-height: initial;
    }
    #contents.frontier-saga .fox_container .title img {
        max-width: 80%;
    }
    #contents.frontier-saga .fox_container .exp img {
        max-width: 90%;
        margin-top: -40%;
    }
    #contents.frontier-saga .fox_container .play {
        width: 80%;
        margin: 10px auto;
    }
    #contents.frontier-saga .fox_container .play div {
        width: 48%;
    }
    #contents.frontier-saga .fox_container .play img {
        width: 100%;
    }
    #contents.frontier-saga .fox_container .play .game {
        margin-right: 4%;
    }
    #contents.frontier-saga .fox_container .line {
        width: 95%;
        margin: 0 auto;
        height: 2px;
        background: #222;
    }
    #contents.frontier-saga .event-section {
        width: 90%;
        margin-top: -10%;
    }
    #contents.frontier-saga .event-section .event1 .sub-title img {
        width: 60%;
    }
    #contents.frontier-saga .event-section .event1 .sub {
        font-size: 1.4em;
        text-indent: 0;
    }
    #contents.frontier-saga .event-section .event1 .coupon .guide {
        font-size: 1.2em;
        width: 100%;
    }
    #contents.frontier-saga .event-section .event1 .checkout-area {
        width: 100%;
    }
    #contents.frontier-saga .event-section .event1 .checkout-area .monster {
        display: none;
    }
    #contents.frontier-saga .event-section .event1 .checkout-area input {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    #contents.frontier-saga .event-section .event1 .checkout-area div {
        float: none;
        margin-top: 10px;
    }
    #contents.frontier-saga .event-section .event1 .checkout-area img {
        width: 40%;
        display: block;
        margin: 0 auto;
    }
    #contents.frontier-saga .event-section .reward {
        margin-bottom: 0;
    }
    #contents.frontier-saga .event-section .reward .items {
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #contents.frontier-saga .event-section .game-download {
        width: 70%;
        height: initial;
    }
    #contents.frontier-saga .event-section .game-download img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    #contents.frontier-saga .event-section .input-coupon {
        margin-bottom: 30px;
    }
    #contents.frontier-saga .event-section .input-coupon img {
        width: 100%;
        display: none;
    }
    #contents.frontier-saga .event-section .input-coupon img.mobile {
        display: block;
    }
    #contents.frontier-saga .event-section .event2 .sub-title img {
        width: 60%;
    }
    #contents.frontier-saga .event-section .event2 .sub {
        font-size: 1.4em;
        text-indent: 0;
    }
    #contents.frontier-saga .event-section .event2 .reward {
        margin-bottom: 50px;
    }
    #contents.frontier-saga .event-section .event2 .reward .items {
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #contents.frontier-saga .explain .inner-wrap {
        width: 90%;
        margin: 0 auto;
    }
    #contents.frontier-saga .explain .sub-title {
        font-size: 1.4em;
    }
    #contents.frontier-saga .explain ul li {
        font-size: 1.0em;
    }
    .comic_view .paging_nav {
      width: 40%;
    }

    .rate_wrap {
        float:none;
    }
    .rate_wrap .progress {
        width: 97%;
        margin: 0 auto 20px auto;
    }
    .rate_wrap .exp_bottom_first {
        display: none;
    }
    .rate_wrap .exp_bottom_end {
        display: none;
    }
    .rate_wrap .exp_bottom_mobile {
        display: inline-block;
        width: 97%;
        position: relative;
        top: -15px;
        text-align: center;
        font-weight: 500;
        cursor:default;
    }

    .comment_title_btn, .support_title_btn {
        width: 110px;
    }
    .comment_list li {
        padding-left: 5px;
    }
    .comment_list li.reply {
        padding: 20px 0 0 40px;
    }
    .comment_list li.reply .date {
        margin-right:10px;
    }
    .comment_list li.reply .reply_mark {
        left: 20px;
    }
    .comment_list li .des .des_content.active, .comment_list li .des .des_content.illust_active{
        margin-left:0;
        width: 78%;
        height: auto;
        min-height: 25px;
    }

    .comment_list li .des .des_comment_img {
        width: 20%;
        max-width: 110px;
        min-width: 25px;
        height: 20%;
        max-height: 110px;
        min-height: 25px;
    }

    .comment_list li .count_like {
        margin-right:5px;
    }


    .each_category_div .main_title{
        font-size:16pt;
    }
    .each_category_div .more_btn{
        font-size:1.3em;
    }
    .each_category_div .each_category_ul{
        overflow-x:auto;
        white-space:nowrap;
    }
    .each_category_div .each_category_ul.all .each_category_li{
        width: 31.8%;
        margin: 0 0 6px 6px;
        float:left;
    }
    .each_category_div .each_category_ul .each_category_li .image_wrap img{
        width: 160px;
        height: 160px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 0px;
    }
    .each_category_div .each_category_ul.all .each_category_li .image_wrap img{
        width: 100%;
        height: auto;
    }

    .each_category_div .each_category_ul .each_category_li .each_category_info {
        padding:10px;
        margin-bottom:0px;
        width: 160px;
    }
    .each_category_div .each_category_ul.all .each_category_li .each_category_info {
        width: 100%;
    }

    .fox_thumbnail.wait_menu .new,
    .fox_thumbnail.wait_menu .update,
    .fox_thumbnail.wait_menu .wait_free{
        margin-top:-100%;
        height: 29px;
    }
}

@media (max-width: 768px) {

    #comic_schedule_table .comic_schedule.total .comic_schedule_day .comic[data-genre-bl="BL"] .fox_thumbnail:before {
    /*content:'BL';
    display:block;
    width:18px;
    height:18px;
    line-height:19px;
    position:absolute;
    font-size:11px;font-weight:bold;
    bottom:5px;
    right:4px;
    background:#ff3434; color:#fff; padding:0px;
    border-radius:100%;*/


    display:inherit;
    font-weight:normal;
    content: 'BL';
    /*margin-left: 5px;*/
    font-size: 11px;
    top: 10px;
    color: #fff;
    padding: 1px 3px;
    line-height: 14px;
    border-radius: 3px;
    text-align:center;

}

    #wrap {
        min-width: 100%;
    }
    #extension {
        margin-bottom: 0;
        border-bottom: 0;
    }
    #header {
        height: 90px;
        border-bottom: 0;
        position: relative;
        top: initial;
    }
    #header .fox_container {
        width: 100%;
        height: 90px;
        background: #f49800;
    }
    #header .logo {
        width: 128px;
        height: 50px;
        background: url('../image/logo_mobile2.png') no-repeat;
        background-size: 128px 50px;
        margin-right: 0;
    }
    #header .menu {
        display: none;
    }
    #header .mobile_menu {
        display: block;
        clear: both;
        width: 100%;
        height: 39px;
        background: #fff;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }
    #header .mobile_menu li {
        display: block;
        float: left;
        color: #444;
        font-size: 1.2em;
        font-weight: normal;
        text-align: center;
        width: 20%;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 0;
    }
    #header .mobile_menu li.menu_adult a {
        color: #ff3434;
    }
    #header .mobile_menu li.on {
        background: #fff;
        border-bottom: 5px solid #f45c00;
    }
    #header .submenu ul {
        margin: 0;
    }
    #header .submenu li {
        margin: 0 10px 0 0;
    }
    #header .submenu li .login {
        background-image: url('../image/sub_menu_mobile_login.png');
    }
    #header .submenu li .join {
        background-image: url('../image/sub_menu_mobile_join.png');
    }
    #header .submenu li .purchase {
        background: url('../image/sub_menu_mobile_purchase.png');
    }
    #header .submenu li .mypage {
        background-image: url('../image/sub_menu_mobile_mypage.png');
    }
    #header .submenu li .logout {
        background-image: url('../image/sub_menu_mobile_logout.png');
    }
    #header .change-adult-visible {
        margin: 0;
    }
    #header .change-adult-visible div {
        background: url('../image/19switch_mobile.png') no-repeat 0 0;
        background-size: 52px 100px;
        width: 52px;
        height: 50px;
        background-position: 0 -50px;
    }
    #header .search {
        margin: 0;
        width: 40px;
        height: 50px;
    }
    #header .search .search_area {
        z-index: 5;
        display: none;
        position: fixed;
        top: 81px;
        right: 0;
        width: 230px;
        height: 40px;
        background: #fff;
    }
    #header .search .mobile_search {
        display: block;
        width: 40px;
        height: 50px;
        background: url('../image/search_white.png') no-repeat 0 0;
        cursor: pointer;
        background-size: 40px 50px;
    }
    #header .search .search_result {
        position: fixed;
        top: 122px;
        right: 0;
        left: initial;
    }
    #header .notify {
        margin: 0px 0 0 0;
        width: 40px;
        height: 50px;
    }
    #header .notify .icon {
        background: url('../image/notify_white.png') no-repeat 0 0;
        width: 40px;
        height: 50px;
        background-size: 40px 50px;
    }
    #header .notify .icon .count {
        top: 10px;
        background: #f00;
        color: #fff;
    }
    #header .notify .notify_list {
        top: 50px;
        left: initial;
        right: -40px;
    }
    #header .option_menu {
        margin: 0;
        width: 40px;
        height: 50px;
    }
    #header .option_menu .icon {
        background: url('../image/option_white.png') no-repeat 0 0;
        background-size: 40px 50px;
    }
    #header .option_menu .list {
        top: 50px;
        right: 0;
    }
    #header .option_menu .list li {
        display: block;
    }
    #contents .fox_container {
        margin-top: 0;
        width: 100%;
        /*background: #fff;*/
    }

    #contents.bgc_trans .fox_container {
        margin-top: 0;
        width: 100%;
    }


    #contents .fox_container .terms {
        margin: 10px;
        word-break: break-all;
    }
    #contents .fox_container .tile, #contents .fox_container #side {
        display: none;
    }
    #footer {
        display: block;
        margin-top:0;
    }
    #footer .fox_container {
        width: 100%;
        padding-left: 10px;
    }
    #footer .fox_container em {
        display: block;
    }
    #footer .fox_container .bot_logo{
        margin:0;
        float: none;
        text-align: center;
        height: 60px;
    }
    #footer .fox_container .foot_menu{
        text-align: center;
        padding-bottom: 19px;
    }
    #footer .fox_container .adress{
        text-align: center;
    }
    #footer .fox_container .adress .footer_dot{
        text-indent: -999em;
        width: 0;
        height: 0;
        display: block;
    }
    #footer .fox_container .wrap_language{
        width: 100%;
    }
    .fox_pagination {
        width: 100%;
    }
    .fox_pagination li{
        width: 18px;
    }
    .fox_pagination li a{
        padding: 10px 4px;
    }
    .fox_pagination li.active a{
        padding: 10px 4px;
    }
    .fox_pagination li:first-child, .fox_pagination li:last-child{
        width:32px;
    }
    div#comic_schedule_table {
        margin-top: 0;
        border-top: 0;
    }
    #comic_schedule_table .comic_schedule {
        width: 100%;
        margin-top: 0;
    }
    body .section_header .header_style.title{
        font-size: 22px;
        text-align: center;
    }
    body .section_header .header_style.title:before{
        content: "";
        display: inline-block;
        width: 28px;
        height: 3px;
        margin-right: 5px;
        background: url(/assets/image/title_line.png) repeat-x center center;
        vertical-align: middle;
        margin-top:-3px;
    }
    body .section_header .header_style.title:after{
        content: "";
        display: inline-block;
        width: 28px;
        height: 3px;
        margin-left: 8px;
        background: url(/assets/image/title_line.png) repeat-x center center;
        vertical-align: middle;
    }
    .section_header .readmore{
        display: none;
    }
    #comic_schedule_table .comic_schedule .section_header .change_sort {
        display: none;
    }
    #comic_schedule_table .comic_schedule .section_header span {
        font-size: 1.4em;
        font-weight: bold;
        text-indent: 10px;
    }
    #comic_schedule_table .comic_schedule.today .comic_schedule_day_title {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        width: 94%;
        border-radius: 0;
    }
    #comic_schedule_table .comic_schedule .comic_schedule_day_title .dk {
        width: 14.285714%;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #comic_schedule_table .comic_schedule .comic_schedule_day_title .dk.on {
        /*background: #fff;*/
        /*border-bottom: 5px solid #f45c00;*/
        /*color: #222;*/
    }
    #comic_schedule_table .comic_schedule .comic_schedule_day {
        display: none;
    }
    #comic_schedule_table .comic_schedule .comic_schedule_day.on {
        display: block;
        width: 100%;
        border: 0;
        background: #eee;
    }
    #comic_schedule_table .comic_schedule.today .comic_schedule_day .comic {
        width: 30%;
        float: left;
        margin: 15px 0 5px 2.5%;
    }
    #comic_schedule_table .comic_schedule .comic_schedule_day .comic a {
        display: block;
    }
    #comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .fox_thumbnail {
        width: 100%;
        height: auto;
        margin: 0 auto;
        border: 1px solid #ccc;
        border-bottom: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .fox_thumbnail img {
        width: 100%;
    }
    #comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .fox_thumbnail img.today {
        display: none;
    }
    #comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .fox_thumbnail img.total {
        display: block;
        border: 0px;
    }
    #comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .des {
        width: 100%;
        font-size: 1.2em;
        padding: 10px 0;
        text-align: left;
        background: #fff;
        border: 1px solid #ccc;
        margin: 0;
        color: #222;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .des div {
        text-indent: 10px;
    }
    #comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .des div.exp_style {
        line-height: 1.4;
        font-size: 14px;
        height: 2.8em;
    }
    #comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .des .title {
        font-weight: bold;
        text-indent: 10px;
    }
    #comic_schedule_table .comic_schedule.today .comic_schedule_day .comic .des .author {
        font-size: 1.0em;
        margin: 0 0 10px 0;
    }

    #comic_schedule_table .today_top_banner{
        display: none;
    }
    #genre .genres {
        margin:20px 0 0 0;
    }
    #genre .genres li {
        width: 19%;
        margin: 0 2px 4px 2px;
        height: 42px;
        line-height: 42px;
        font-size:13px;
    }
    #genre .genres[data-contain-nondisplay="1"] li {
    	width:20%;
    }
    #genre .genres[data-contain-nondisplay="1"] li:nth-child(n+6) {
    	width:16.667%;
    }
    #genre .genres[data-contain-nondisplay="1"] li:last-child {
      border-left:1px solid #ddd; border-right:0;
    }
    #genre .genres li a {
        height: 30px;
    }
    #genre .genres li.on a::after {
        height: 3px;
    }
    #genre .comic {
        width: 30%;
        float: left;
        margin: 15px 0 5px 2.5%;
    }

    #genre .comic .fox_thumbnail { height:auto; width:100%; margin:0 auto; border:1px solid #ddd; border-bottom:0;}

    #genre .comic .fox_thumbnail img.rectangle {
        display: none;
    }
    #genre .comic .fox_thumbnail img.square {
        display: block;
    }
    #genre .comic .des {
     width:100%; font-size: 1.2em; padding:10px 0; text-align:left; margin:0;
    }
    #genre .comic .des div {
     text-indent: 10px;
    }
    #genre .comic .des .author { font-size:0.8em; margin:5px 0 0 0; }
    #mainComicList .wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    #mainComicList {
        display: block;
        padding-bottom: 20px;
    }
    #mainComicList {
        width: 100%;
        min-height: 400px;
        background: #eee;
        float: left;
    }
    #mainComicList .section_header {
        margin-bottom: 10px;
        padding-bottom: 5px;
        overflow: hidden;
    }
    #mainComicList .section_header div {
        height: 20px;
        line-height: 20px;
    }
    #mainComicList .section_header .title {
        float: left;
        font-size: 16px;
        width: 200px;
        font-weight: bold;
    }
    #mainComicList .section_header .function_sort {
        float: right;
    }
    #mainComicList .section_content {}
    #mainComicList .section_content .comic {
        width: 30%;
        float: left;
        margin: 15px 0 5px 2.5%;
    }
    #mainComicList .section_content .comic a {
        display: block;
    }
    #mainComicList .section_content .comic .fox_thumbnail {
        width: 100%;
        height: auto;
        margin: 0 auto;
        border: 1px solid #ccc;
        border-bottom: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #mainComicList .section_content .comic .fox_thumbnail img {
        width: 100%;
    }
    #mainComicList .section_content .comic .fox_thumbnail .update {
        display: block;
        width: 20px;
        height: 14px;
        background: url('../image/icon_up.png');
        text-indent: -999px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
    }
    #mainComicList .section_content .comic .des {
        text-align: right;
        width: 112px;
        font-size: 13px;
        margin: 5px auto 0 auto;
    }
    #mainComicList .section_content .comic .des div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #mainComicList .section_content .comic .des .title {
        line-height: 16px;
    }
    #mainComicList .section_content .comic .des .author {
        font-size: 11px;
        color: #5266d8;
    }
    #mainComicList .section_content .comic .des {
        width: 100%;
        font-size: 1.2em;
        padding: 10px 0;
        text-align: left;
        background: #fff;
        border: 1px solid #ccc;
        margin: 0;
        color: #222;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #mainComicList .section_content .comic .des div {
        text-indent: 10px;
    }
    #mainComicList .section_content .comic .des .title {
        font-weight: bold;
        text-indent: 10px;
    }
    #mainComicList .section_content .comic .des .author {
        font-size: 0.8em;
        margin: 5px 0 0 0;
    }
    #mainComicList .comic_list .comic .fox_thumbnail {
        /*width: 235px;*/
        width:100%;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
        background: none;
        border:0;
    }

    #mainComicList .comic_list .comic .fox_thumbnail img {
        border:0;
        width: 100%;
        height: auto;
    }
    #mainComicList .comic_list .comic .fox_thumbnail img.today {
        display: none;
    }

    #mainComicList .comic_list .comic .fox_thumbnail img.total {
        display: block;
    }
    #mainComicList .comic_list .comic.c9 {
        display: list-item;
    }

    #challenge_comic {
        width: 100%;
    }
    #challenge_comic.novel {
        width: 100%;
    }
    .slide {
        width: 100%;
        height: auto;
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }
    .slide.comic {
        display: block;
        margin: 0;
    }
    .slide_wrap div {
        width: auto;
    }
    .ad.mobile a img {
        display: block;
        width: 100%;
    }
    #challenge_comic .section_content ul.comic_list {}
    #challenge_comic .section_content ul.comic_list li {
        float: left;
        width: 30%;
        margin: 20px 0 0 2.5%;
    }
    #challenge_comic .section_content ul.comic_list li img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    #challenge_comic .section_content ul.comic_list li .info .title {
        width: 100%;
    }
    #challenge_comic.novel .top {
        display: block;
        margin-bottom: 20px;
    }
    #challenge_comic.novel .top .element {
        width: 100%;
        margin: 0;
        border-top: 0;
        position: relative;
    }
    #challenge_comic.novel .top .element .info {
        height: initial;
        border-bottom: 0;
    }
    #challenge_comic.novel .top .element .info .title {
        margin: 10px 0 0 0;
    }
    #challenge_comic.novel .top .element .info .author {
        margin: 10px 0 0 0;
    }
    #challenge_comic.novel .top .element .info .story {
        margin: 10px 0 5px 0;
    }
    #challenge_comic.novel .top .element .functional {
        position: absolute;
        border: 0;
        top: 0;
        right: 0;
        height: initial;
    }
    #challenge_comic .genre_nav {
        display: none;
    }
    #challenge_comic .genre_nav.mobile {
        display: block;
        margin: 0;
    }
    #challenge_comic .genre_nav.mobile li {
        width: 16.66%;
    }
    #challenge_comic.novel .genre_nav.mobile li {
        width: 14.2%;
    }
    #challenge_comic .genre_nav.mobile.second li {
        border-top: 0;
    }
    #challenge_comic .genre_nav.mobile.second {
        margin-bottom: 20px;
    }
    #challenge_comic .genre_nav.mobile li:last-child {
        border-right: 0;
    }
    #challenge_comic.novel .section_header {
        margin-bottom: 10px;
        padding-bottom: 5px;
        margin-top: 10px;
        overflow: hidden;
    }
    #challenge_comic.novel .section_content {
        margin-top: 20px;
    }
    #challenge_comic.novel .section_content ul.comic_list {}
    #contents .fox_container .comic_detail {
        width: 100%;
    }
    .comic_detail .comic_info {
        width: 100%;
        height: auto;
    }
    .comic_detail .comic_info img {
        width: 100%;
    }
    .comic_detail .comic_info .des {
        width: 100%;
        height: 60px;
        background: rgba(34, 34, 34, 0.7);
        border-top: 0;
        color: #fff;
    }
    .comic_detail .comic_info .des h3 {
        position: absolute;
        top: 5px;
        left: 10px;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: -1px;
    }
    .comic_detail .comic_info .des h3 em {
        display: block;
        margin: 0;
    }
    .comic_detail .comic_info .des p {
        display: none;
    }
    .comic_detail .comic_info.novel .des {
        padding: 20px 0;
    }
    .comic_detail .comic_info.novel .des .function {
        top: initial;
        bottom: 0;
    }
    .comic_detail .mob_des {
        display: block;
        margin: 10px 10px 0 10px;
        font-size: 1.2em;
        padding-bottom: 10px;
        letter-spacing: -1px;
        word-spacing: 1px;
        /*border-bottom: 1px solid #ddd;*/
    }
    .comic_detail .comic_info.challenge.novel {
        height: initial;
        border: 0;
    }
    .comic_detail .comic_info.challenge.novel .des {
        height: initial;
        padding: 10px 0;
    }
    .comic_detail .comic_info.challenge.novel .des h3 {
        float: none;
        max-width: initial;
        text-overflow: initial;
        white-space: initial;
        overflow: initial;
        height: initial;
    }
    .comic_detail .comic_info.challenge.novel .des em.nic {
        float: none;
    }
    .comic_detail .comic_info.challenge.novel .des p {
        float: none;
        clear: both;
        position: relative;
        font-size: 12px;
        top: initial;
        left: initial;
        bottom: initial;
        height: auto;
        min-height: 30px;
        margin: 10px 0 20px 0;
        padding-left: 10px;
        -webkit-line-clamp: 5;
        width: 638px;
        letter-spacing: 0;
    }
    .comic_detail .comic_info .des .function {
        opacity: 1.0;
        top:30px;
    }
    .comic_detail .comic_info .des .function.novel{
        position:static;
    }
    .comic_detail .onlypc {
        display: none;
    }

    .nav_wrap {
        height: 40px;
    }
    .nav_wrap .nav {
        width: auto;
        height: 40px;
    }
    .nav div.logo {
        width: 40px;
        height: 40px;
    }
    .nav div.logo span {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    #nav_wrap .nav .functional li {
        display: none;
    }
    .nav .title {
        min-width: initial;
        height: 40px;
        background-size: 33px 40px;
        padding-left: 33px;
    }
    .nav .title:hover {
        background-size: 33px 40px;
    }
    .nav .title div {
        position: absolute;
        top: 0;
        left: 33px;
        height: 40px;
        line-height: 40px;
        font-size: 1.2em;
    }
    .nav .function {
        height: 40px;
        position: relative;
        z-index: 5;
    }
    .nav .function li {
        width: 40px;
        height: 40px;
    }
    .nav .function li span {
        width: 40px;
        height: 40px;
    }
    .nav .function li .prev {
        background: url('../image/mobile_view_nav_icon.png') no-repeat;
        background-size: 200px auto;
        background-position: 0 -40px;
    }
    .nav .function li .prev:hover {
        background-position: 0 -80px;
    }
    .nav .function li .prev.first {
        background-position: 0 0;
        cursor: default;
    }
    .nav .function li .prev.first:hover {
        background-position: 0 0;
    }
    .nav .function li .next {
        background: url('../image/mobile_view_nav_icon.png') no-repeat;
        background-size: 200px auto;
        background-position: -40px -40px;
    }
    .nav .function li .next:hover {
        background-position: -40px -80px;
    }
    .nav .function li .next.last {
        background-position: -40px 0;
        cursor: default;
    }
    .nav .function li .next.last:hover {
        background-position: -40px 0;
    }
    .nav .function li .possess {
        background: url('../image/mobile_view_nav_icon.png') no-repeat;
        background-size: 200px auto;
        background-position: -160px 0px;
    }
    .nav .function li .possess:hover {
        background-position: -160px -40px;
    }
    .nav .function li .possess.active {
        background-position: -160px -80px;
        /*cursor: default;*/
    }
    .nav .function li .fullscreen {
        background-size: 200px auto;
    }
    .nav .function li.fullscreen {
        display: none;
    }

    .nav_bottom {
        height: 40px;
    }
    .nav_bottom .bottom_nav {
        width: auto;
        height: 40px;
    }
    .bottom_nav .function {
        height: 40px;
        z-index: 5;
    }
    .bottom_nav .function li {
        width: 90px;
        height: 40px;
    }
    .bottom_nav .function li span.prev {
        width: 40px;
        height: 40px;
    }
    .bottom_nav .function li .prev_p{
        position: relative;
        left:40px;
        top:-28px;
        width:40px;
        font-size:9pt;
        font-weight:normal;
        display: block;
        overflow: hidden;
    }
    .bottom_nav .function li span.next {
        margin-left: 50px;
        width: 40px;
        height: 40px;
    }
    .bottom_nav .function li .next_p{
        position: relative;
        left:10px;
        top:-28px;
        width:40px;
        font-size:9pt;
        font-weight:normal;
        display: block;
        overflow: hidden;
    }
    .bottom_nav .function li .prev {
        background: url('../image/mobile_view_nav_icon.png') no-repeat;
        background-size: 200px auto;
        background-position: 0 -40px;
    }
    .bottom_nav .function li a:hover .prev {
        background-position: 0 -80px;
    }
    .bottom_nav .function li a:hover .prev.first {
        background-position: 0 0;
    }
    .bottom_nav .function li .prev.first {
        background-position: 0 0;
        cursor: default;
    }
    .bottom_nav .function li .prev.first:hover {
        background-position: 0 0;
    }
    .bottom_nav .function li .next {
        background: url('../image/mobile_view_nav_icon.png') no-repeat;
        background-size: 200px auto;
        background-position: -40px -40px;
    }
    .bottom_nav .function li a:hover .next {
        background-position: -40px -80px;
    }
    .bottom_nav .function li a:hover .next.last {
        background-position: -40px 0;
    }
    .bottom_nav .function li .next.last {
        background-position: -40px 0;
        cursor: default;
    }
    .bottom_nav .function li .next.last:hover {
        background-position: -40px 0;
    }

    .comic_view {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #dedede;
    }
    .comic_view img {
        max-width: 100%;
    }
    #comic_view_area.novel .viewer_function {
        top: 100px;
        right: 5px;
    }
    #comic_view_area.novel .comic_view div.content {
        width: 100%;
    }
    #comic_view_area.novel .comic_view div.sub_title {
        text-indent: 5px;
    }
    #comic_view_area.novel .comic_view div.body {}
    #comic_view_area .navigation {
        display: none;
    }
    #comic_view_area .did_info {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-left: 0;
        border-right: 0;
    }
    #bottom_contents {
        width: 100%;
        margin: 10px auto;
        margin-bottom: 150px;
        overflow: hidden;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #bottom_contents .bottom_wrap {
        width: 100%;
        margin: 0 auto;
    }
    #bottom_contents .sub_side {
        display: none;
    }
    #comic_recommend_wrap {
        height: auto;
        padding-bottom: 40px;
    }
    .comic_recommend {
        width: 100%;
    }
    .comic_recommend .header {
        text-indent: 5px;
    }
    .comic_recommend .body {
        text-align: center;
    }
    .comic_recommend .body li {
        float: none;
        width: 40%;
        display: inline-block;
        margin-right: 10px;
        text-align: left;
    }
    .comic_recommend .body li .fox_thumbnail {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: auto;
    }
    .comic_recommend .body li .fox_thumbnail img {
        width: 100%;
        height: auto;
    }
    .comic_recommend .body li .info {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .comic_recommend .body li:nth-child(3) {
        display: none;
    }
    .comic_recommend .body li:nth-child(4) {
        display: none;
    }
    .comic_recommend .body li:nth-child(5) {
        display: none;
    }
    
    
    
    
    
    #comic_recommend_wrap_list {
        height: auto;
        padding-bottom: 40px;
    }
    .comic_recommend_list {
        width: 100%;
    }
    .comic_recommend_list .header {
        text-indent: 5px;
    }
    .comic_recommend_list .body {
        text-align: center;
    }
    .comic_recommend_list .body li {
        float: none;
        width: 40%;
        display: inline-block;
        margin-right: 10px;
        text-align: left;
    }
    .comic_recommend_list .body li .fox_thumbnail {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: auto;
    }
    .comic_recommend_list .body li .fox_thumbnail img {
        width: 100%;
        height: auto;
    }
    .comic_recommend_list .body li .info {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .comic_recommend_list .body li:nth-child(3) {
        display: none;
    }
    .comic_recommend_list .body li:nth-child(4) {
        display: none;
    }
    .comic_recommend_list .body li:nth-child(5) {
        display: none;
    }
    
    
    
    
    
    

    .author_profile_link{
        margin-right: 10px;
    }

    #comic_author_comment{
        border-bottom: none;
    }


    #comic_author_comment p {
        width: calc(100% - 20px);
        word-break: break-all;
        text-indent: 0px;
        margin: 0 10px;
        padding:5px 0 5px 5px;
    }
    #comic_comment_area .comment_write, #comic_comment_area .support_write, #illust_comment_area .support_write {
        margin-left: 5px;
    }
    #comic_comment_area .comment_write .com_wrap, #comic_comment_area .support_write .com_wrap, #illust_comment_area .support_write .com_wrap {
        border: 0;
    }
    #comic_comment_area .comment_write textarea, #comic_comment_area .support_write textarea, #comic_comment_area .support_write div.attach_image {
        width: calc(100% - 102px);
        font-size: 9pt;
    }
    #illust_comment_area .comment_write textarea, #illust_comment_area .support_write textarea, #illust_comment_area .support_write div.attach_image{
        width: calc(100% - 86px);
        font-size: 9pt;
    }
    #comic_comment_area .support_write .com_wrap .cash_input_div, #illust_comment_area .support_write .com_wrap .cash_input_div {
        font-size:9pt;
    }
    #comic_comment_area .support_write .com_wrap .cash_input_div .inside_input_div, #illust_comment_area .support_write .com_wrap .cash_input_div .inside_input_div {
        padding-right: 10px;
    }
    .comment_title, .support_title {
        margin-left: 5px;
        text-indent: 5px;
    }
    .comment_list li p, .support_list li p {
        text-indent: 15px;
        padding-left: 0px;
    }
    .comment_list li .des, .support_list li .des {
        margin: 10px 10px;
        width: auto;
    }
    .info-box {
        width: auto;
        margin: 20px;
    }
    .info-box .body_wrap {
        padding: 20px;
    }

    .fox_container.mypage h2 {
        font-size: 25px;
    }
    .fox_container.mypage .section {
        font-size: 13px;
    }
    .fox_container.mypage .section h2 {
        position: relative;
        top: initial;
        left: initial;
        margin: 0 0 20px 10px;
        font-size: 20px;
    }
    .fox_container.mypage .section ul {
        margin: 0;
    }
    .fox_container.mypage .section ul.info, .fox_container.mypage .section ul {
        margin-left: 10px;
    }
    .fox_container.mypage .section ul li span.title {
        width: 80px;
        font-size: 11pt;
    }
    .fox_container.mypage .section ul li span.blank {
        height: auto;
    }
    .fox_container.mypage .section ul li input[type="text"], .fox_container.mypage .section ul li input[type="password"] {
        width: 190px;
        margin-right: 3px;
        font-size: 13px;
    }
    .fox_container.mypage .section ul li input[type="text"].nic_text {
        width: 232px;
    }
    .fox_container.mypage .section ul li input[type="submit"] {
        font-size: 13px;
        width: 80px;
    }
    .fox_container.mypage .section ul li input[type="submit"].btn_pwchange {
        width: 100px;
    }
    .fox_container.mypage .section ul li p {
        font-size: 10pt;
        color: #4c4c4c;
        max-width: 320px;
    }
    .fox_container.mypage .section ul.inner li span.title {
        width: 110px;
    }
    .fox_container.mypage .section table {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .fox_container.mypage .section table tr {}
    .fox_container.mypage .section table tr th {}
    .fox_container.mypage .section table tr td {
        padding: 0 10px;
    }
    .fox_container.mypage .section.order_info table tr th {
        width: 33.33%;
    }
    .fox_container.mypage .section.order_info table tr td {
        width: 33.33%;
    }
    .fox_container.mypage .section.purchase {
        margin-bottom: 150px;
    }
    .fox_container.mypage .section.purchase .ckind_item_list li {
        height: auto;
    }
    .fox_container.mypage .section.purchase .ckind_item_list li label {
        width: 90%;
    }
    .fox_container.library .title {
        margin-bottom: 10px;
    }
    .fox_container.library .comic_purchased_list li {
        width: 48%;
        margin: 0 1% 10px 1%;
    }
    .fox_container.library .comic_detail_purchased_list {
        float: none;
        width: 100%;
        float: right;
        margin: 0;
        margin-bottom: 150px;
    }
    .fox_container.library .comic_detail_purchased_list li {
        width: 48%;
        margin: 1%;
    }
    .fox_container.mypage .section.purchase .items li.address.detail input[type=text] {
        width: calc(90% - 60px);
    }
    .fox_container.library ul li .own .inner .having {
        margin-top: 10px;
    }
    .fox_container.library .side {
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
        border-left: 0;
        border-right: 0;
        margin-bottom: 10px;
    }
    .fox_container.library .side .comic_thumbnail {
        width: 40%;
        float: left;
    }
    .fox_container.library .side .des {
        float: left;
        width: 60%;
    }
    .fox_container.library .side .des .author {
        margin-bottom: 5px;
    }
    .fox_container.library .side .rate_wrap {
        width: 60%;
        float: left;
    }
    .fox_container.library .side .rate_wrap .progress {
        margin: 10px auto;
    }
    .fox_container.library .side .rate_wrap .exp {
        top: -10px;
    }
    #bottom_contents .rate_wrap.mobile {
        display: block;
        border: none;
        border-bottom: 1px solid #aaa;
        height: 110px;
    }
    #bottom_contents .rate_wrap .btn_favorite {
        min-width: 90%;
        max-width: 90%;
    }
    #bottom_contents .rate_wrap .btn_favorite.active{
        min-width: 90%;
        max-width: 90%;
    }

    .comic_detail .comic-genres {
      margin:0 10px;
      border:0;
      border-bottom: 1px solid #ddd;
    }

    .comic_detail .rate_wrap.mobile {
        display: block;
        border: none;
        margin: 10px 10px 0 10px;
        background: #fff;
    }
    .ad_mobile_product_bottom {
        display: block;
        width: 336px;
        height: 280px;
        margin: 190px auto 50px auto;
        float: none;
    }
    .ad_pc_product_bottom_box {
        display: block;
        width: 336px;
        height: 280px;
        margin: 190px auto 50px auto;
        float: none;
    }
    .ad_pc_product_bottom_box .ad_pc_left {
        float: left;
    }
    .ad_pc_product_bottom_box .ad_pc_right {
        display: none;
    }
    .fox_container.mypage .section.purchase .goods_item_list li span.price {
        margin-right: 5px;
    }
    .terms {
        color: #222;
    }

    .incomic_ad {
        width: 100%;
    }

    .mainDivList .wrapper {
        width: 100%;
        margin: 0px auto 0;
    }
    .mainDivList .wrapper img{
        width: 100%;
    }

    .mainDivListPc{
        display: none;
    }
    .mainDivListMobile {
        display: block;
    }
    .mainDivListMobile .wrapper {
        width: 100%;
    }
    .mainDivListMobile .wrapper img{
        width: 100%;
    }

    .fox_container.eventpage .event_list li {
        width: 98%;
        float: left;
        margin: 0 1% 3% 1%;
    }


    #challenge_comic.novel .section_content ul.comic_list li {
        width: 98%;
    }
    #challenge_comic.novel .section_content ul.comic_list li:nth-child(2n+1) {
        border-right: 1px solid #ddd;
    }
}


@media (max-width: 768px) and (min-width: 640px) {
    #comic_schedule_table .comic_schedule .comic_schedule_day .comic {
        width: 22%;
        float: left;
        margin: 20px 0 0 2.4%;
    }

    #challenge_comic .section_content ul.comic_list li {
        float: left;
        width: 22%;
        margin: 20px 0 0 2.4%;
    }
    .comic_recommend .body li {
        width: 30%;
    }
    .comic_recommend .body li:nth-child(3) {
        display: inline-block;
    }
    #challenge_comic.novel .top .element {
        width: 33.33%;
        margin: 0;
        border-right: 0;
        border-top: 0;
    }
    #challenge_comic.novel .top .element .info {
        height: 210px;
    }
    .ad_pc_product_bottom {
        display: none;
    }
}

@media (max-width: 640px) and (min-width: 460px) {

    .ad_pc_product_bottom {
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 460px) {
    .ad_pc_product_bottom {
        display: none;
    }
    .comment_list li.reply .des {
        width: 97%;
    }
}
@media (max-width: 462px){
    .comment_list li.reply .des {
        width: 95%;
    }


    .each_category_div .each_category_ul.all .each_category_li{
        width: 47.5%;
    }
}


.ui-dialog {
    z-index:50;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    border: 1px solid #aaaaaa;
    background: #cccccc;
    color: #222222;
    font-weight: bold;
}


.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:4px;
}
.ui-dialog .ui-dialog-titlebar-close { display:none; }
#dev-log {
    background:#fff;
    border:1px solid #ddd;
    overflow-y:scroll;
}

#dev-log li {
    border-bottom:1px solid #dedede;
    padding:4px;
}

#dev-log li:hover {
    background:#ddd;
}

#dev-log li[data-log-sql="1"] {
    color:#148500;
}

#dev-log li[data-log-array="1"] {
}

#dev-log li input[type="checkbox"] {
    display:none;
}

#dev-log li[data-log-array="1"] div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#dev-log li[data-log-array="1"] pre {
    overflow:hidden;
}

#dev-log li[data-log-array="1"] input[type="checkbox"]:checked+div {
    display:block;
}