.modal-open{
  overflow: auto;
}


#contents .fox_main_slider{
  width:100%;
  height:420px;
  margin: 0 auto;
  overflow: hidden;
}
#contents .fox_main_slider.pc{
  display:block;
  height: 420px;
}
#contents .fox_main_slider.mobile{
display:none;
}

.main_slide_wrap{
  width:788px;
  float: left; max-height: 410px; overflow: hidden;
}

.header_style{

  margin-left: 10px;

  font-size: 1.6em;
  font-weight: normal;
}

.comic_rank{

  width: 100%;
  min-height: 200px;
  float: left;
  padding-top: 30px;
  text-align: center;
}

.comic_rank .wrapper{
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 0;
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling:touch;
}

#main_challenge_novel .wrapper{
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 0;
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.rank_section{
  padding: 4px 0px;
  display: block;
  padding:0;
  border-top:1px solid #ddd;
}

.rank_list{
  display: inline-block;
  width:33%;
  padding: 0 1% 1%;
  min-width: 250px;
  background-color: #fff;
  /*margin: 0 0.05%;*/
  border-radius: 4px;
  border: 1px solid #ddd;
}
.rank_list.main_novel_rank .fox_thumbnail .thumbnail_img img.rectangle {
  display:block;
}
.rank_list.main_novel_rank .fox_thumbnail .thumbnail_img img.square {
  display:none;
}
.rank_list.main_novel_rank .fox_thumbnail .thumbnail_img{
  width: 22%;
  padding-bottom: 33%;
}
.rank_list.main_novel_rank .rank_text{
  width: 77%;
  margin-top: 17px;
}
.rank_list.main_novel_rank .story{
  margin-top: 5px;
  margin-bottom: 7px;
  line-height: 17px;
  color: #777;
  height: 33px;
  overflow: hidden;
}
.rank_list.main_novel_rank .text_ranking:after{
  padding-left: 5px;
  padding-top: 22px;;
}
.rank_list.main_novel_rank .rank_section:first-child a .rank_text{
  margin-top: -100px;
  height: 100px;
}
.rank_section:first-child .fox_thumbnail .thumbnail_img{
  display: inline-block;
  height: 0;
  padding-bottom: 22%;
  overflow: hidden;
  background: #ededed;
  width: 15%;
  text-align: left;
  font-size: 0;
}

.rank_list .rank_header{
  text-align: left;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  border-bottom: 1px solid #eee;
}

.rank_list .rank_header~.readmore{
  line-height: 46px;
  margin-top: -46px;
  text-align: right;
  padding-right: 12px;
}
.rank_list .rank_header~.readmore a{
  color:#757575;
}

.rank_list .fox_thumbnail{
  display: inline;
}

.fox_thumbnail .thumbnail_img{
  display: inline-block;
  height: 0;
  padding-bottom: 25%;
  overflow: hidden;
  background: #eee;
  width: 25%;
  text-align:left;
  font-size:0;
  position:relative;
}
.rank_section:first-child .fox_thumbnail .thumbnail_img{
  display: block;
  height: 0;
  width:100%;
  padding-bottom: 50%;
  /*border-bottom: 1px solid #ccc;*/
  overflow:hidden;
  background:#eee;
  position:relative;
}

.rank_section:first-child .fox_thumbnail .thumbnail_img: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%;
}

.main_novel_rank .rank_section:first-child .fox_thumbnail .thumbnail_img:after {
    background:none;
    background: rgba(17, 17, 17, 0.5);
}
.rank_list.main_novel_rank .rank_section:first-child a .rank_text:before {
    /*content: "";*/
    /*display: inline-block;*/
    /*float: left;*/
    /*width: 80px;*/
    /*height: 100px;*/
    /*background: url("<?= $comicSquareThumbnailUrl ?>") no-repeat center center;*/
    /*margin-top: -10px;*/
    /*margin-right: 10px;*/
}
.main_novel_rank .rank_section:first-child .story {
    color:#ccc;
}
.rank_contents .rank_section:first-child a div .rank_img{
  width: 100%;
}
.rank_contents .rank_section:first-child a .rank_text{
  display: block;
  opacity: .99;
  margin-top: -60px;
  height: 60px;
  width: 100%;
}
.rank_contents .rank_section:first-child .text_comic_name{
  color:#fff;
  font-size: 20px;
  font-weight: 500;
}
.rank_contents .rank_section:first-child .text_author_name{
  padding-top:3px;
  font-size: 1.2em;
  font-weight: 500;
  color:#eee;
}

.rank_contents .rank_section:first-child a div .text_ranking{

}

.rank_img{
  width: 100%;
  display: inline-block ;
}

/*top5 이미지 처리*/
.square{
  display: block;
}
.rectangle{
  display: none;
}

/*첫번째 자식 이미지 처리*/
.rank_contents .rank_section:first-child a div .square{
  display: none;
}
.rank_contents .rank_section:first-child a div .rectangle{
  display: block;
}

.rank_text{
  padding-left: 10px;
  width: 73%;
  text-align: left;
  display: inline-block;
  margin-top: 22px;
}

.rank_header{
  margin-left: 0px;
  margin-top: 10px;
  font-size: 1.6em;
  font-weight: 400;
    border-bottom: 1px solid #adadad;
    padding-bottom: 0;
}

.rank_contents{
  /*border-top: 3px solid #eee;*/
}
.rank_text_style{

  margin: 0 0 3px;
  overflow: hidden;
}

.text_ranking{
  font-size: 2em;
  line-height: 1.9em;
  float: right;
}
.text_comic_name{
  font-size: 16px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.text_author_name{
  font-size: 1.1em;
  color: #f2921a;
  padding-top: 5px;
}

/*랭킹 순위*/
.rank_list {
  counter-reset: rank;
}
.text_ranking:after{
  counter-increment: rank;
  content: counter(rank) "";
  font-size: 30px;
  line-height: 42px;
  color: #bbb;
  display: inline-block;
  width: 34px;
  padding-left: 5px;
}
.rank_section:first-child .text_ranking:after{
  margin-right: 5px;
  font-size: 40px;
  color:#fff;
  clear: both;
}
.mainContentList_w {
  padding-bottom: 0px;
  width: 100%;
  background: #fafafa;
  float: left;
}

.mainContentList_w .wrapper {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;

}
.mainContentList_w .comic_list {
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.mainContentList_w .comic_list .comic .des{
  width: inherit;
}
.mainContentList_w .comic_list .comic .des .title{
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: normal;
}
.mainContentList_w .section_header .title{
  font-size: 1.8em;
  /*padding-top: 15px;*/
  /*line-height: 1.8em;*/
  /*font-weight: normal;*/

}
.mainContentList_w .section_content .comic .des{
  border: 1px solid #ccc;
}
.mainContentList_w .section_header {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  background-color: #fafafa;
}



.mainContentList_w .section_content .comic {
  float: left;
  margin: 8px 3px;
}
.mainContentList_w .section_content .comic .des{
  border: 1px solid #cdcdcd;
}
.mainContentList_w .comic_list .comic .fox_thumbnail img.total {
  border-top: 1px solid #cdcdcd;

}
.mainContentList_w .comic_list .comic .fox_thumbnail{

  width: inherit;
  border: 1px solid #ccc;
  border-bottom: 0px;
}
.mainContentList_w .comic_list .comic .fox_thumbnail img {
  height: auto;
}
.mainContentList_w .section_content .comic .des {
  width: 100%;
}

.mainContentList_w .comic_list .comic .fox_thumbnail {
  border-bottom: 0;
  width: 268px;
  height: initial;
  border: 1px solid #ddd;
  border-bottom: 0;
}

.mainContentList_w .comic_list .comic .fox_thumbnail img {
  width: 100%;
  /*height: 100px;*/

}

.mainContentList_w .comic_list .comic .fox_thumbnail img.today {
  display: block;
}

.mainContentList_w .comic_list .comic .fox_thumbnail img.total {
  display: none;
}

.mainContentList_w .comic_list .comic .des {
  text-align: left;
  padding: 10px;
  width: 268px;
  border: 1px solid #ddd;
  margin: 0;
  background: #fff;
}

.mainContentList_w .comic_list .comic .des .title {
  font-size: 13px;
  font-weight: bold;
  color: #222;
  margin-bottom: 6px;
}

.mainContentList_w .comic_list .comic .des .author {
  color: #5266d8;
  font-size: 12px;
}

.mainContentList_w .section_header {
  padding: 0 0 10px 0;
  overflow: hidden;
  padding: 0;
}

.mainContentList_w .section_header .title {
  /*font-size: 18px;*/
  color: #222;
  font-weight: bold;
}
.mainContentList_w .exp_style {
  height: 2.8em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 96%;
  word-break: break-all;
  -webkit-line-clamp: 1;
  font-weight: normal;
  -webkit-box-orient: vertical;
}

.mainContentList {
  width: 100%;
  background: #fafafa;
  float: left;
}

.mainContentList .wrapper {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.mainContentList .section_header {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.mainContentList .section_header .title {
  font-size: 18px;
  color: #222;
  font-weight: bold;
}

.mainContentList .comic_list {
  border-top: 1px solid #ddd;
  overflow: hidden;
}

.mainContentList .comic_list .comic {
  width: 267px;
  float: left;
  margin: 8px 4px;
}

.mainContentList .comic_list .comic .fox_thumbnail {
  border-bottom: 0;
  width: 268px;
  height: initial;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.mainContentList .comic_list .comic .fox_thumbnail img {
  width: 100%;
  /*height: 100px;*/

}

.mainContentList .comic_list .comic .fox_thumbnail img.today {
  display: block;
}

.mainContentList .comic_list .comic .fox_thumbnail img.total {
  display: none;
}

.mainContentList .comic_list .comic .des {
  text-align: left;
  padding: 10px;
  width: 268px;
  border: 1px solid #ddd;
  margin: 0;
  background: #fff;
}

.mainContentList .comic_list .comic .des .title {
  font-size: 13px;
  font-weight: bold;
  color: #222;
  margin-bottom: 6px;
}

.mainContentList .comic_list .comic .des .author {
  color: #f2921a;
  font-size: 12px;
}

.mainContentList .comic_list .comic.c9 {
  display: none;
}



#main_challenge_comic {
  width: 100%;
  background: #eee;
  float: left;
}

#main_challenge_comic .wrapper {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#main_challenge_comic .section_header {
  margin: 0 0 10px 0;
  overflow: hidden;
}

#main_challenge_comic .section_header .title {
  font-size: 18px;
  color: #222;
  font-weight: bold;
}

#main_challenge_comic .section_content ul.comic_list {
  overflow: hidden;
  border-top: 1px solid #ddd;
}

#main_challenge_comic .section_content ul.comic_list li {
  position: relative;
  display: block;
  float: left;
  width: 235px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 8px 4px;
}

#main_challenge_comic .section_content ul.comic_list li img {
  max-width: 100%;
  width: 248px;
}

#main_challenge_comic .section_content ul.comic_list li .info {
  border-top: 1px solid #ddd;
  padding: 9px;
  background: #fff;
  height: 58px;
}

#main_challenge_comic .section_content ul.comic_list li .info .title {
  font-size: 14px;
  font-weight: bold;
  width: 214px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#main_challenge_comic .section_content ul.comic_list li .info .author {
  font-size: 11px;
  color: #5266d8;
  margin: 5px 0 0 0;
}

#main_challenge_comic .section_content ul.comic_list li .icon {
  display: block;
  position: absolute;
  text-indent: -999px;
}

#main_challenge_comic .section_content ul.comic_list li .new {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-image: url(../image/icon_new.png);
}

#main_challenge_comic .section_content ul.comic_list li .up {
  width: 20px;
  height: 14px;
  top: 0;
  right: 0;
  background-image: url(../image/icon_up.png);
}

#main_challenge_novel {
  width: 100%;
  background: #fafafa;
  float: left;
}

#main_challenge_novel .wrapper {
  /*width: 1100px;*/
  /*margin: 0 auto;*/
  /*margin-bottom: 20px;*/
}

#main_challenge_novel .section_header {
  /*margin: 0 0 10px 0;*/
  /*overflow: hidden;*/
}

#main_challenge_novel .section_header .title {
  font-size: 18px;
  color: #222;
  font-weight: bold;
}

#main_challenge_novel .section_content ul.comic_list {
  border-top: 1px solid #ddd;
  overflow: hidden;
}

#main_challenge_novel .section_content ul.comic_list li {
  width: 354px;
  margin: 8px 6px;
  border-top: 0;
  background: #fff;
  float: left;
  border: 1px solid #dedede;
}

#main_challenge_novel .section_content ul.comic_list li .info {
  border-top: 0;
  height: 60px;
  padding: 6px 14px;
}

#main_challenge_novel .section_content ul.comic_list li .info:hover {
  background: #f9f9f9;
}

#main_challenge_novel .section_content ul.comic_list li .up {
  position: relative;
  float: right;
  width: 20px;
  height: 14px;
  top: 0;
  right: 0;
  background-image: url(../image/icon_up.png);
  text-indent: -9999px;
}

#main_challenge_novel .section_content ul.comic_list li .info .title {
  width: auto;
  width: initial;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1px;
  margin-top: 3px;
}

#main_challenge_novel .section_content ul.comic_list li .info .title span {
  max-width: 220px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#main_challenge_novel .section_content ul.comic_list li .info .title em {
  margin-right: 8px;
  color: #f45c00;
  font-size: 14px;
  vertical-align: middle;
}

#main_challenge_novel .section_content ul.comic_list li .info .author {
  color: #959595;
  margin-top: 5px;
}


#main_challenge_illust{
  padding-top: 0;
  background-color: #fff;
  width: 100%;
  min-height: 200px;
  float: left;
  text-align: center;
}


#main_challenge_illust .wrapper {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling:touch;
}

#main_challenge_illust .section_header {

}

#main_challenge_illust .section_content ul.comic_list {
  border-top: 1px solid #ddd;
  overflow: hidden;
}

#main_challenge_illust .section_content ul.comic_list li {
  width: 354px;
  margin: 8px 6px;
  border-top: 0;
  background: #fff;
  float: left;
  border: 1px solid #dedede;
}

#main_challenge_illust .section_content ul.comic_list li .info {
  border-top: 0;
  height: 60px;
  padding: 6px 14px;
}

#main_challenge_illust .section_content ul.comic_list li .info:hover {
  background: #f9f9f9;
}

#main_challenge_illust .section_content ul.comic_list li .up {
  position: relative;
  float: right;
  width: 20px;
  height: 14px;
  top: 0;
  right: 0;
  background-image: url(../image/icon_up.png);
  text-indent: -9999px;
}

#main_challenge_illust .section_content ul.comic_list li .info .title {
  width: auto;
  width: initial;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1px;
  margin-top: 3px;
}

#main_challenge_illust .section_content ul.comic_list li .info .title span {
  max-width: 220px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#main_challenge_illust .section_content ul.comic_list li .info .title em {
  margin-right: 8px;
  color: #f45c00;
  font-size: 14px;
  vertical-align: middle;
}

#main_challenge_illust .section_content ul.comic_list li .info .author {
  color: #959595;
  margin-top: 5px;
}


.pc_display_hide{
  display: none;
}

#contents .fox_event_slider{
  margin: 0 auto;
  overflow: hidden;
}
#contents .fox_event_slider.pc{
  display:block;
}
#contents .fox_event_slider.mobile{
  display:none;
}
#contents .fox_event_slider .des{
  margin: 0 2px;
  border: 1px solid #cccccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: inherit;
  text-align: left;
  padding: 10px;
  background: #fff;
}
#contents .fox_event_slider .event_title{
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
  margin-bottom: 6px;
}
#contents .fox_event_slider a:hover{
  color: #f49800;
}
#eventTop_area {
  display:none;
}


@media (max-width: 768px) and (min-width: 0px) {


  #contents .fox_container, .fox_container{
    width: 100%;
  }

  .main_slide_wrap {
    width: 100%;
  }

  .m_display_hide{
    display: none;
  }
  .pc_display_hide{
    display: block;
  }
  .comic_rank{
    text-align: center;
    padding-top: 20px;
  }

  .rank_contents .rank_section:first-child .text_comic_name{
    font-size: 17px;
  }
  .rank_contents .rank_section:first-child .text_author_name{
    font-size: 1.1em;
  }

  .rank_section:first-child .text_ranking:after{
    margin-right: -3px;
    padding-top: 10px;
    font-size: 30px;
  }

  .rank_contents .rank_section:first-child a div .rank_img{

    /*width: 25%;*/
  }
   .rank_list.main_novel_rank .rank_section:first-child a .rank_text{
       margin-top: -61px;
       height: 61px;
  }
  body .rank_list.main_novel_rank .rank_text{
    margin-top: 8px;
    height: 50px;
  }
  .rank_contents .rank_section:first-child a div .text_ranking{

  }

  /*top5 첫번째 자식 이미지 처리*/
  /*.rank_contents .rank_section:first-child a div .rectangle{*/
    /*display: none;*/
  /*}*/
  /*.rank_contents .rank_section:first-child a div .square{*/
    /*display: inline-block;*/
  /*}*/

  .comic_rank .wrapper{
    width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .comic_rank .wrapper .rank_list{
    box-shadow: 0 2px 0 #EBEBEB;
  }
  .comic_rank .wrapper .rank_list:last-child{
    margin-right:2%;
  }

  #main_challenge_illust .wrapper{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  #main_challenge_illust .wrapper .illust_row{
    margin:0;
    padding-bottom: 45px;
  }

  #main_challenge_illust .wrapper .illust_row .illust_section .illust_list_text_wrap{
    box-shadow: 0 2px 0 #EBEBEB;
  }
  #main_challenge_illust .wrapper .illust_row .illust_section:first-child{
    margin-left:10px;
  }

  .illust_section{
    display: inline-block;
    float: none;
    width: 40%;
  }

  body .section_header .header_style.title {
    font-size: 22px;
    text-align: center;
  }

  .text_comic_name{
    font-size: 14px;
    padding-top: 11px;
    margin-bottom: 0;
  }

  .text_author_name{
    font-size: 1.0em;
  }

  .text_ranking:after{
    margin-right: -5px;
    padding-top: 9px;
    font-size: 25px;
  }
  .rank_list.main_novel_rank .story{
    display:none;
  }
  .rank_list.main_novel_rank .text_ranking:after{
    padding-top: 14px;
  }
  .height_inherit{

    min-height: inherit;
  }

  .span_style{
    overflow: auto !important;
    overflow-x: auto;
    display: flex;
  }
  .dis_in_table{
    display: inline-block;
    border-image-width: 0px;
  }
  .span_width{
  /*width: 100px !important;*/
  }
  .rank_list .rank_header{
    border-bottom:0;
  }
  .fox_thumbnail{
  border-image-width: 0px !important;
  border-width: 0px !important;
  }
    .rank_text {
        margin-top: 0px;
    }

  .fox_thumbnail .new{
    height: 21px;
  }
  .fox_thumbnail .update {
    height: 21px;
  }
  .rank_section .fox_thumbnail .new{
    height: 17px;
    width: 17px;
    background: url('/assets/image/thumb_status_new_s.png') 50% 50%;
  }
  .rank_section .fox_thumbnail .update{
    height: 17px;
    width: 17px;
    background: url('/assets/image/thumb_status_up_s.png') 50% 50%;
  }
  .rank_section:first-child .fox_thumbnail .thumbnail_img .new{
    margin-top:-50%;
    height: 21px;
    width: 29px;
    background: url('/assets/image/thumb_status_new_b.png') 50% 50%;
  }
  .rank_section:first-child .fox_thumbnail .thumbnail_img .update{
    margin-top:-50%;
    height: 21px;
    width: 29px;
    background: url('/assets/image/thumb_status_up_b.png') 50% 50%;
  }
  .mainContentList_comic .comic_list .comic .fox_thumbnail .thumbnail_img .new{
    margin-top:-50%;
    height: 21px;
    width: 29px;
    background: url('/assets/image/thumb_status_new_b.png') 50% 50%;
  }
  .mainContentList_comic .comic_list .comic .fox_thumbnail .thumbnail_img .update{
    /*margin-top:-50%;*/
    height: 21px;
    width: 29px;
    background: url('/assets/image/thumb_status_up_b.png') 50% 50%;
  }

  #contents .fox_main_slider{
    /*background: #FECE91 url(/assets/image/main_banner_01_m.jpg) no-repeat center center;*/
    height: 0;
    background-size: 100%;
    /*padding-top: 100%;*/
  }
  #contents .fox_main_slider.pc{
    display:none;
    
  }
  #contents .fox_main_slider.mobile{
    display:block;
  }
  .fox_thumbnail{
    border-image-width: 0px !important;
    border-width: 0px !important;
  }
  .rank_contents{
    padding: 0 5px 5px 5px;
  }
  .rank_section{
    padding-bottom: 5px;
    border-top: 0;
  }
  .min_height_100{
    min-height: 100px !important;
  }
  .mainContentList_w .wrapper {
    width: 100%;
    margin-bottom: 20px;
  }


  .mainContentList .wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .mainContentList {
    display: block;
    padding-bottom: 20px;
  }
  .mainContentList {
    width: 100%;
    min-height: 400px;
    background: #fafafa;
    float: left;
  }
  .mainContentList .section_header {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .mainContentList .section_header div {
    height: 20px;
    line-height: 20px;
  }
  .mainContentList .section_header .title {
    /*float: left;*/
    /*font-size: 18px;*/
    /*width: 200px;*/
    /*font-weight: bold;*/
  }
  .mainContentList .section_header .function_sort {
    float: right;
  }
  .mainContentList .section_content {}
  .mainContentList .section_content .comic {
    width: 30%;
    float: left;
    margin: 15px 0 5px 2.5%;
  }
  .mainContentList .section_content .comic a {
    display: block;
  }
  .mainContentList .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;
  }
  .mainContentList .section_content .comic .fox_thumbnail img {
    width: 100%;
  }
  .mainContentList .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;
  }
  .mainContentList .section_content .comic .des {
    text-align: right;
    width: 100px;
    font-size: 13px;
    margin: 5px auto 0 auto;
  }
  .mainContentList .section_content .comic .des div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mainContentList .section_content .comic .des .title {
    line-height: 16px;
  }
  .mainContentList .section_content .comic .des .author {
    font-size: 11px;
    color: #f2921a;
  }
  .mainContentList .section_content .comic .des {
    /*width: 100%;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;

    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;
  }
  .mainContentList .section_content .comic .des div {
    text-indent: 10px;
    font-size: 13px;
  }

  body .mainContentList .section_content .comic .des .title {
    text-indent: 10px;
    font-size: 15px;
  }
  .mainContentList .section_content .comic .des .author {
    font-size: 0.8em;
    margin: 5px 0 0 0;
  }
  .mainContentList .comic_list .comic .fox_thumbnail img {
    width: 100%;
    height: 100px;

  }

  .mainContentList .comic_list .comic .fox_thumbnail img.today {
    display: none;
  }

  .mainContentList .comic_list .comic .fox_thumbnail img.total {
    display: block;
  }
  .mainContentList .comic_list .comic.c9 {
    display: list-item;
  }
  #main_challenge_comic .wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  #main_challenge_comic .section_header .title {
    text-indent: 10px;
  }
  #main_challenge_comic .section_content ul.comic_list li {
    width: 46.2%;
    margin: 8px 0% 8px 2.5%;
  }
  #main_challenge_comic .section_content ul.comic_list li img {
    width: 100%;
  }
  #main_challenge_comic .section_content ul.comic_list li .info .title {
    width: initial;
  }
  #main_challenge_novel .wrapper {
    width: 100%;
  }
  #main_challenge_novel .section_header .title {
    /*text-indent: 10px;*/
  }
  #main_challenge_novel .section_content ul.comic_list li {
    width: 95%;
    margin: 0 2.5% 0 2.5%;
    border-top: 0;
  }
  #main_challenge_novel .section_content ul.comic_list li:first-child {
    border-top: 1px solid #ddd;
  }
  #main_challenge_novel .section_content ul.comic_list li .info .title span {
    max-width: calc(100% - 50px);
  }


  #contents .fox_event_slider{
    height: 0;
    background-size: 100%;
  }
  #contents .fox_event_slider.pc{
    display:none;
  }
  #contents .fox_event_slider.mobile{
    display:block;
  }
  #contents .fox_event_slider .des{
    margin: 0;
    border: 1px solid #cccccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: inherit;
    text-align: left;
    padding: 10px;
    background: #fff;
  }
  #eventTop_area {
    display:block;
  }

}
