.comic_box{
    padding: 14px 38px;
    background-color: #FEF6E0;
    border-radius: 20px;
}
.comic_box_wrap{
    padding: 0 20px;
    margin-bottom: 40px;
}
.comic_box_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -8px;
}
#comic .comic_box_inner_item{
    padding: 0 8px;
}

#comic .comic_box_inner_item img{
    border: 1px solid #000;
}


#comic .comic_box_inner_item:first-child{
    width: 60%;
}
#comic .comic_box_inner_item:last-child{
    width: 40%;
}
#comic .comic_box_inner_item_text a span{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #C1007B;
    display: inline-block;
}
.comic_container{
    padding: 0 25px;
    margin-bottom: 50px;
}
.comic_container >div{
    margin: 0 -25px;
}
#comic .comic_page .comic_container{
    margin-bottom: 50px;
}
#recommend .recommend_text{
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    padding: 0 15px;
    margin: 20px 0;
}
#recommend .reccomend_heading_2{
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    color: #3689CD;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #707070;
    margin-top: 30px;
    padding-left: 15px;
}
#recommend .recommend_page_data{
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    padding-left: 15px;
    margin-bottom: 25px;
}
#recommend .recommend_page_block{
    margin-bottom: 55px;
}
#recommend .recommend_page_block_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    padding: 8px 0;
    text-align: center;
    background-color: #EAEAEA;
}
#recommend .recommend_page_block_list_item{
    padding: 15px 0 15px 55px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
}
#recommend .recommend_page_block_list_item:first-child{
    border-bottom: 1px dashed #B4B4B4;
}
#recommend .recommend_page_block_list_item:first-child:after{
    position: absolute;
    content: url(../img/recommend-icon01.svg);
    top: 13px;
    left: 22px;
}
#recommend .recommend_page_block_list_item:last-child:after{
    position: absolute;
    content: url(../img/recommend-icon02.svg);
    top: 12px;
    left: 31px;
}
#recommend .recommend_page_block_inner{
    padding: 0 20px;
}
@media screen and (min-width:768px) {
    #recommend .recommend_page_block_inner{
        text-align: center;
    }
}
#recommend .recommend_page_block_inner img{
    margin-bottom: 30px;
}
#recommend .recommend_page_block_inner_list_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
}
#recommend .recommend_page_block_inner_list_content{
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    text-align: left;
}
#outdoor .outdoor_page{
    padding: 0 20px;
    margin-bottom: 20px;
}
.seawater_page_container{
    padding: 0 25px;
}
.seawater_page_container .live_img{
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}
.seawater_page_container .live_img::after{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-color: #3689CD transparent transparent transparent;
    border-width: 32px 55px;
    border-style: solid;
    content: "";
}
#top_content{
    overflow-x: hidden;
}
#top_content .premium{
    margin-top: 20px;
}
#top_content .content_heading_2{
    margin-bottom: 15px;
}
#top_content .list_type_1{
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 15px;
}
#top_content .more{
    margin-bottom: 20px;
}
.turiba_info form{
    padding: 25px 15px;
    background-color: #EAEBEA;
    margin: 0 !important;
}
.turiba_info form input{
    background-color: #FFFFFF !important;
}
.turiba_info form input#search_turiba_submit{
    background-color: #089CAD !important;
}
#top_content .content_list{
    margin-top: 20px;
}
#top_content .content_list_item:first-child{
    width: 100%;
}
#top_content .content_list_item img{
    width: 100%;
}
#top_content .comic{
    border-top: 1px solid #CBCBCB;
}
#top_content .list_type_2_item:first-child{
    width: 100%;
}
#top_content .list_type_2_item img{
    width: 100%;
}

nav#page a.btn-back {
    -webkit-border-image: none;
}
