@charset "utf-8";
/* CSS Document */

/*-------- 메인 --------*/
/* 메인 슬라이드 */
.wrap_featured .inner_featured { display: block; position: relative;  }
.wrap_featured .inner_featured::after { 
    content: ''; 
    display: block; 
    position: absolute; 
    top: 0; 
    right: 30px;     
    bottom: 75px; 
    left: 0; 
    background :#D53333; 
    z-index: -1; 
}
.wrap_featured .list_article { padding: 30px 0 40px 35px; }
.wrap_featured .list_article::after { content: ''; display: block; clear: both; }
.wrap_featured .list_article > a:hover { text-decoration: 2px underline #FF9292; }
.wrap_featured .list_article .thumb_img { 
    overflow: hidden; 
    float: right;
    position: relative;        
    width: 54%;
    margin-left: 30px;
    padding-top: calc(54% / 16 * 10);
    background :#000; 
    -webkit-box-shadow: -15px 14px 14px rgba(0,0,0,.15);
    -moz-box-shadow: -15px 14px 14px rgba(0,0,0,.15);
    box-shadow: -15px 14px 14px rgba(0,0,0,.15); 
}
.wrap_featured .list_article .thumb_img img { 
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: none;
}
.wrap_featured .list_article .tit_thumb { 
    overflow: hidden;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 117px; 
    font-size: 30px; 
    font-weight: 500; 
    line-height: 1.25;  
    color:#fff;
}
.txt_dec { 
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;         
    font-size: 15px; 
    font-weight: 300; 
    line-height: 24px; 
}
.wrap_featured .list_article .txt_cate { 
    display: inline-block; 
    margin-bottom: 4px;
    padding: 3px 5px; 
    font-size: 13px; 
    font-weight: 300; 
    background: #222; 
    color: #fff; 
}
.wrap_featured .list_article .txt_dec {     
    -webkit-line-clamp: 3;
    max-height: 72px;
    margin-top: 12px; 
    color: #FF9292;
}
.wrap_featured .owl-carousel .owl-dots { right: calc(52% + 30px); bottom: 57px; font-size: 0; }
.wrap_featured .owl-carousel .owl-dot { width: 8px; height: 8px; margin: 0 0 0 10px; }
.wrap_featured .owl-carousel .owl-dot.active { width: 24px; background: #D53333; }

/* 메인 섹션 기사 */
.tit_sec { font-size: 26px; font-weight: 400; color: #111; }
.section .wrap_article { position: relative; padding-bottom: 40px; }
.section .wrap_article .tit_sec { padding: 0 0 10px; border-bottom: 1px solid #707070; }
.section .wrap_article .box_list {     
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between;
    padding-top: 30px; 
}
.section .wrap_article .list_fir { width: calc( 50% - 20px ); }
.section .wrap_article .list_fir .thumb_img { 
    overflow: hidden; 
    position: relative; 
    padding-top: calc(100% / 16 * 10); 
}
.section .wrap_article .list_fir .thumb_img img { 
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: none;
}
.section .wrap_article .list_fir .txt_box { display: block; margin-top: -1px; padding: 12px 25px 18px; border: 1px solid #ddd; }
.section .wrap_article .list_fir .txt_box .tit_thumb { 
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px; 
    font-size: 24px; 
    font-weight: 500; 
    line-height: 1.25; 
}
.section .wrap_article .list_fir .txt_box .txt_dec { -webkit-line-clamp: 2; height: 48px; margin-top: 10px; }
.section .wrap_article .list_art { 
    position: relative;
    width: calc( 50% - 10px ); 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; 
    flex-wrap: wrap;     
}
.section .wrap_article .list_art::before { 
    content: ''; 
    display: block; 
    position: absolute; 
    left: 10px;
    right: 10px;
    top: calc(50% - 5px);
    height: 1px; 
    background: #ddd; 
}
.section .wrap_article .list_art::after { content: ''; display: block; clear: both; }
.section .wrap_article .list_art li { box-sizing: border-box; width: 50%; padding: 0 10px; }
.section .wrap_article .list_art li:nth-child(3) { padding-top: 50px; }
.section .wrap_article .list_art li:nth-child(4) { padding-top: 50px; }
.section .wrap_article .list_art li .thumb_img { 
    overflow: hidden; 
    position: relative; 
    padding-top: calc(100% / 16 * 10); 
    
}
.section .wrap_article .list_art li .thumb_img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: none;
}
.section .wrap_article .list_art li .tit_thumb { 
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
    padding-top: 7px; 
    font-size: 16px; 
    font-weight: 500; 
    line-height: 1.35; 
    color: #111; 
}
.section .wrap_article .list_tit { 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; 
    flex-wrap: wrap;    
    justify-content: space-between;
    margin-top: 15px;
 }
.section .wrap_article .list_tit .txt_tit { 
    display: block; 
    width: calc( 50% - 20px ); 
    padding: 14px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 400;
    border-top: 1px solid #ddd;
}
.section .wrap_article .list_tit .txt_tit:nth-child(1) { border: none; }
.section .wrap_article .list_tit .txt_tit:nth-child(2) { border: none; }
.section .wrap_article .list_tit .txt_tit:nth-child(n+5) { padding-bottom: 0; }
.section .wrap_article .list_tit .txt_tit a { color: #111; }
.list_tab { position: absolute; }
.section .wrap_article .list_tab { top: 7px; right: 0; }
.list_tab a.tab_cate { 
    position: relative; 
    margin-right: 15px;
    padding-right: 16px;
    font-size: 16px; 
    font-weight: 400; 
    text-decoration: none;   
    color: #111;
    float:left;   
}
.list_tab a.tab_cate::after { 
    content: ''; 
    display: block; 
    position: absolute; 
    right: 0; 
    top: 4px; 
    bottom: 3px; 
    width: 1px; 
    background: #ddd; 
}
.list_tab a.tab_cate:last-child { padding: 0; margin: 0; }
.list_tab a.tab_cate:last-child::after { display: none; }
.list_tab a.tab_cate:hover { color: #D53333; }
.list_tab a.tab_cate.on { font-weight: 500; color: #D53333;  }

/* 메인 포토 */
#wrap .section.wid-100 { margin: 0; padding: 0; }
.section .wrap_hot_pt { 
    box-sizing: border-box; 
    position: relative; 
    width: 100%;
    margin-bottom: -81px;
    padding: 30px 0 0; 
    background: #fff url(../images/bg_photo.png) no-repeat center center / cover; 
}
#wrap .section.wid-100::after { content: ''; display: block; clear: both; }
.section .wrap_hot_pt .tit_sec { max-width: 1200px; margin: 0 auto; padding-bottom: 20px; color:#fff; }
.section .wrap_hot_pt .inner_hot_pt { position: relative; max-width: 1240px; margin: 0 auto; }
.section .wrap_hot_pt .list_article {     
    position: relative;
    margin: 0 20px 50px;     
}
.section .wrap_hot_pt .list_article > a:hover { text-decoration: none; }
.section .wrap_hot_pt .thumb_img { 
    overflow: hidden;  
    position: relative; 
    padding-top: calc(100% / 10 * 11);
    -webkit-box-shadow: -10px 12px 12px rgba(0,0,0,.15);
    -moz-box-shadow: -10px 12px 12px rgba(0,0,0,.15);
    box-shadow: -10px 12px 12px rgba(0,0,0,.15);     
}
.section .wrap_hot_pt .thumb_img::before { 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.7)));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.7));
    content: '';
    z-index: 9;
}
.section .wrap_hot_pt .thumb_img img { 
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	 min-height: 100%;
    width: 100%;
    background: none;
    -o-object-fit: cover;
    object-fit: cover;
}
.section .wrap_hot_pt .tit_thumb { 
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    bottom: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin: 12px auto 0;
    padding: 0 15px;    
    text-align: center; 
    font-size: 20px; 
    font-weight: 400; 
    color: #fff;
    z-index: 99;    
}
.section .wrap_hot_pt .owl-nav button { 
    position: absolute;
    top: calc(50% - 67px); 
    width: 40px; 
    height: 74px; 
    margin-right: 0; 
    background: none; 
}
.section .wrap_hot_pt .owl-nav button.owl-prev { left: -45px; }
.section .wrap_hot_pt .owl-nav button.owl-next { right: -45px; }
.section .wrap_hot_pt .owl-nav button span { 
    display: block; 
    width: 40px; 
    height: 74px; 
    font-size: 0; 
    text-indent: -999px; 
    margin: 0 auto;
}
.section .wrap_hot_pt .owl-nav button.owl-prev span { 
    background: url(../images/ico_arw_l.png)no-repeat 0 0 / contain; 
}
.section .wrap_hot_pt .owl-nav button.owl-next span { 
    background: url(../images/ico_arw_r.png)no-repeat 0 0 / contain; 
}

/*-------- 기사리스트 --------*/
.section .sub_artlist::after { content: ''; display: block; clear:both; }
.section .sub_artlist li { margin-bottom: 40px; }
.section .sub_artlist li::after { content: ''; display: block; clear: both; }
.section .sub_artlist .thumb_img { 
    overflow: hidden;    
    float: left;
    width: 188px;
    height: 116px;    
    margin-right: 20px;    
    text-align: center;
}
.section .sub_artlist .thumb_img img { 
    width: auto;
    max-width: 100%;
    height: 100%;
} 
.section .sub_artlist .tit_thumb { 
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 64px;

    font-size: 22px; 
    font-weight: 400;
    color: #111;
}
.section .sub_artlist .txt_dec {
    overflow: hidden;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* height: 48px; */
    margin-top: 10px;
    /* line-height: 0px; */
    color: #999;
    max-height: 45px;
    line-height: 24px;
}
.section .sub_artlist .date {
        display: block;
        margin-top: 10px;
        font-size: 13px;
        color: #aaa;
        letter-spacing: -0.03em;
        font-weight: 300;
}
/*-------- 포토 --------*/
.section .photo_list .list_photo { 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
    flex-wrap: wrap;     
    gap: 21px;
}
.section .photo_list .list_photo li { 
    position: relative; 
    width: calc((100% - 42px) / 3);
    margin-bottom: 30px;    
}
.section .photo_list .list_photo .thumb_img { 
    overflow: hidden;
    box-sizing: border-box;
    float: none;
    width: auto;
    height: auto;        
    padding: 0 0 110.03%;   
}
.section .photo_list .list_photo .thumb_img::before { 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.7)));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.7));
    content: '';
    z-index: 9;
}
.section .photo_list .list_photo .thumb_img img { 
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	min-height: 100%;
    width: 100%;
    background: none;
    -o-object-fit: cover;
    object-fit: cover;
}
.section .photo_list .list_photo .tit_box {     
    box-sizing: border-box;    
    display: block;    
    position: absolute; 
    left: 0; 
    right: 0; 
    bottom: 0;    
    padding: 0 17px 16px;        
    z-index: 9999;
}
.section .photo_list .list_photo .tit_thumb {
    overflow: hidden;      
    text-overflow: ellipsis;
    white-space: nowrap;    
    font-size: 17px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;    
}
/*-------- 뷰페이지 --------*/
.view .box_title { position: relative; padding-bottom: 20px; border-bottom: 1px solid #707070; }
.view .box_title .tit_view { 
    padding-bottom: 40px; 
    font-size: 42px; 
    font-weight: 500; 
    line-height: 1.2; 
    word-break: keep-all;
    word-wrap: break-word;      
    color: #111; 
}
.view .box_title .txt_cate { display: inline-block; font-size: 14px; font-weight: 500; color:#D53333 }
.view .box_title .info_view { font-size: 0; }
.view .box_title .info_view em { display: inline-block; margin-right: 25px; font-size: 14px; font-weight: 300; color: #919191; }
/* 뷰 공유 */
.view .box_title .group_share { position: absolute; right: 0; bottom: 20px; }
.view .box_title .group_share .list_share { font-size: 0; }
.view .box_title .group_share .list_share li { display: inline-block; margin-left: 10px; }
.view .box_title .group_share .list_share li a { 
    display: block; 
    width: 34px; 
    height: 34px; 
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
}
.view .box_title .group_share .list_share li.facebook a { background-image: url(../images/ico_facebook.png); }
.view .box_title .group_share .list_share li.twitter a { background-image: url(../images/ico_twitter.png); }
.view .box_title .group_share .list_share li.kakao a { background-image: url(../images/ico_kakao.png); }
.view .box_title .group_share .list_share li.url a { background-image: url(../images/ico_url.png); }
.view .box_title .group_share.m_share { display: none; }
/* 뷰 컨텐츠 */
.cont_view { 
    position: relative;
    padding-bottom: 20px; 
    font-size: 18px; 
    font-weight: 300; 
    line-height: 1.9; 
    color: #111;
    word-break: keep-all;
    word-wrap: break-word;  
    border-bottom: 1px solid #707070;
}
.cont_view .txt_summary { 
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding-left: 20px; 
    font-size: 17px; 
    font-weight: 400; 
    line-height: 1.7; 
    color: #111; 
}
.cont_view .txt_summary:before { 
    content: ''; 
    display: block; 
    position: absolute; 
    top: 3px;
    left: 0;
    bottom: 3px;
    width: 3px;    
    background: #111;
}
.cont_view .box_img { display: table; margin: 0 auto 40px; text-align: left; }
.cont_view .box_img .art_img { display: block; overflow: hidden; }
.cont_view .box_img .art_img img { display: block; max-width: 100%; }
.cont_view .box_img .caption { 
    display: table-caption;
    max-width: 100%; 
    padding-top: 8px;     
    font-size: 14px; 
    font-weight:300; 
    line-height: 20px; 
    color: #999; 
    caption-side: bottom; 
    word-break: break-word; 
}
.cont_view .byLine { font-size: 16px; font-weight: 500; }
/* 뷰 하단 */
.ft_cont { position: relative; }
.ft_cont .ft_section { margin-top: 30px; }
/* 관련기사 */
.ft_cont .rel_article .list_rel .thumb_img {  
    overflow: hidden;
    position: relative;
    padding-top: calc(100% / 16 * 10);
} 
.ft_cont .rel_article .list_rel .thumb_img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: none;
}
.ft_cont .rel_article .list_rel .tit_thumb { 
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    margin-top: 6px;
    font-size: 15px; 
    font-weight: 300; 
    line-height: 1.25;
}
.ft_cont .rel_article .list_rel .owl-nav { position: absolute; top: -33px; right: -6px; font-size: 0; }
.ft_cont .rel_article .list_rel .owl-nav button { 
    display: inline-block; 
    width: 22px; 
    height: 20px;
    margin-right: unset;    
    font-size: 0;
    background: none;
}
.ft_cont .rel_article .list_rel .owl-nav button.disabled { opacity: .3; }
.ft_cont .rel_article .list_rel .owl-nav button span {      
    display: inline-block;
    width: 8px; 
    height: 15px;    
    text-indent: -9999px; 
}
.ft_cont .rel_article .list_rel .owl-nav button.owl-prev span { background: url(../images/ico_arw_red_l.png) no-repeat 0 0 / contain; }
.ft_cont .rel_article .list_rel .owl-nav button.owl-next span { background: url(../images/ico_arw_red_r.png) no-repeat 0 0 / contain; }
/* 당신이좋아할만한기사 */
.ft_cont .like_article .list_like { 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
    flex-wrap: wrap;
    margin: 0 -8px -25px;     
}
.ft_cont .like_article .list_like li { width: calc( 33.33333% - 16px ); margin: 0 8px 25px; }
.ft_cont .like_article .list_like li .thumb_img {  
    overflow: hidden;
    position: relative;
    padding-top: calc(100% / 16 * 10);
}
.ft_cont .like_article .list_like li .thumb_img img {  
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;    
}
.ft_cont .like_article .list_like li .tit_thumb { 
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 42px; 
    margin-top: 8px; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 1.3;
}

/* 우측 300 */
.content_r .sec-r { margin-bottom: 30px; }
.content_r .sec-r:last-child { margin-bottom: 0; }
.tit_sec_s { display: inline-block; position: relative; margin-bottom: 15px; font-size: 18px; font-weight: 500; color: #111; }
.tit_sec_s em { font-weight: 500; color:#D53333 }
.tit_sec_s .arw_more { 
    display: inline-block; 
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -20px;    
    text-indent: -9999px;
    font-size: 0;
    background: url(../images/ico_arw_red_r.png)no-repeat right center / 9px 14px; 
}
/* 우측 당신을위한추천기사 */
.wrap_lank { position: relative; }
.wrap_lank .list_lank { display: block; }
.wrap_lank .list_lank li { position: relative; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #ddd; }
.wrap_lank .list_lank li::after { content: ''; clear: both; display: block; }
.wrap_lank .list_lank li:last-child { border: none; margin: 0; padding: 0; }
.wrap_lank .list_lank .thumb_img { 
    overflow: hidden; 
    float: right; 
    width: 100px; 
    height: 76px; 
    margin-left: 10px;     
}
.wrap_lank .list_lank .thumb_img img { 
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 120%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: none;
}
.wrap_lank .list_lank .tit_thumb {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;    
    max-height: 65px;
    margin-left: 36px; 
    padding-top: 3px;
    font-size: 15px; 
    font-weight: 400; 
    line-height: 1.45; 
    color: #111; 
}
.wrap_lank .list_lank .num { 
    display: block; 
    position: absolute;
    top: 2px;
    left: 0; 
    font-size: 30px; 
    font-weight: 300;         
    line-height: 1;
    letter-spacing: -0.15em;
    color: #D53333; 
}
.wrap_lank .owl-carousel .owl-dots { top: -29px; right: 0; font-size: 0; }
.wrap_lank .owl-carousel .owl-dot { width: 8px; height: 8px; margin: 0 0 0 10px; }
.wrap_lank .owl-carousel .owl-dot.active { width: 24px; background: #D53333; }

/* 우측 핫클릭인기기사 */
.wrap_popular .box_popular { position: relative; margin-bottom: 25px; }
.wrap_popular .box_popular:last-child { margin-bottom: 0; }
.wrap_popular .box_popular .thumb_img { overflow: hidden; height: 166px; }
.wrap_popular .box_popular .thumb_img img { width: 100%; height: auto; }
.wrap_popular .box_popular .tit_thumb { 
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 47px; 
    margin-top: 8px; 
    font-size: 18px; 
    font-weight: 400; 
    line-height: 1.3; 
}
/* 우측 스포츠 */
.today_sports .box_pt_spt { 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
    flex-wrap: wrap; 
    justify-content: space-between;    
}
.today_sports .box_pt_spt .pt_spt { width: calc( 50% - 3.5px ); margin-bottom: 18px; }
.today_sports .box_pt_spt .pt_spt .thumb_img { overflow: hidden; height: 100px; }
.today_sports .box_pt_spt .pt_spt .thumb_img img { width: 100%; min-height: 100%; height: auto; }
.today_sports .box_pt_spt .pt_spt .tit_thumb {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 39px;
    margin-top: 6px;    
    font-size: 16px; 
    font-weight: 400;
    line-height: 1.25; 
    color:#111;  
}
.today_sports .list_spt { line-height: 2; }
.today_sports .list_spt li { 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    padding: 7px 0; 
    border-top: 1px solid #ddd;
}
.today_sports .list_spt li a { color: #111; }

/* 우측 포토 */
.wrap_photo_r { margin-bottom: 40px; }
.wrap_photo_r {                
    position: relative;    
}
.wrap_photo_r .tit_sec_s em { color: #E60E0E; }
.photo_gallery .top, .photo_gallery .bottom { 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
    flex-wrap: wrap;
    justify-content: space-between;
}
.photo_gallery .bottom {     
    margin-top: 197px;
}
.photo_gallery .gallery__item { width: calc( 50% - 1px ); height: 93px; }
.photo_gallery .gallery__item .tit_thumb {
    box-sizing: border-box;
    overflow: hidden;
    position: absolute; 
    left: 0; 
    right: 0; 
    bottom: 95px;
    height: 44px;
    padding: 10px 15px 0;    
    text-overflow: ellipsis;
    white-space: nowrap;     
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 9999;
}
.gallery__img {
    overflow: hidden;
    position: absolute;
    top: 133px;
    left: 0;
    right: 0;
    height: 190px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.gallery__img img {     
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;     
    vertical-align: top;
}
.gallery__thumb {
    overflow: hidden;            
    display: block;
    height: 96px;
    cursor: pointer;
}
.gallery__thumb img { width: 100%; height: auto; min-height: 100%; }
.gallery__selector {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    
}
.gallery__selector:checked ~ .tit_thumb {
    opacity: 1;
}
.gallery__selector:checked + .gallery__img {
    opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb { position: relative; }
.gallery__selector:checked ~ .gallery__thumb::after{ 
    content: ''; 
    display: block;
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    border: 3px solid #D53333; 
}

/* 검색 박스 */
.wrap_searchBox { 
    margin-bottom:40px; 
    padding: 40px; 
    background: #F1F1F1;     
}
.wrap_searchBox > form { border-bottom: 2px solid #D53333; }    
.wrap_searchBox .search_box { position:relative; }
.wrap_searchBox input.search_txt { 
    box-sizing:border-box; 
    width: calc( 100% - 30px ); 
    height:46px; 
    border: none;    
    font-size:25px; 
    font-weight:400; 
    color:#111; 
    background: none;
    outline: 0;
    cursor:auto; 
}
.wrap_searchBox button.search_btn { 
    position:absolute; 
    top:16px; 
    right:0; 
    width:23px; 
    height:21px;
    font-size:0;
    text-indent: -9999px;
    background: url(../images/ico_search_b.png)no-repeat 0 0 / contain;
} 
.wrap_searchBox .ouput_search { display:block; padding-top:25px; font-size:18px; color:#111; }
.wrap_searchBox .ouput_search strong { font-weight:500; color:#111; }
.wrap_searchBox .ouput_search strong:last-child { color: #D53333; }
.wrap_searchBox .btn_search { display:none;}

/* 페이징 */
.art_paging { overflow:hidden; position:relative; margin-top: 40px; font-size:0; border-top:1px solid #707070; background:#fff; }
.art_paging .inner_paging { overflow:hidden; display:block; height:58px; margin:0 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;}
.art_paging .inner_paging .num_page { display:inline-block; box-sizing:border-box; width:60px; height:100%; padding-top:28px; font-size:18px; letter-spacing:-2px; line-height:16px; color:#111; text-align:center; cursor: pointer;}
.art_paging .inner_paging a.on { font-weight:600; color:#D53333; }
.art_paging .btn_page { position:absolute; top: 20px; width:36px; height:36px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; }
.art_paging .btn_prev { left:0; }
.art_paging .btn_next {  right:0; }
.art_paging .btn_page span { display: block; width:36px; height:36px; }
.art_paging .btn_prev .ico_btn { background: url(../images/btn_pg_l.png) no-repeat 0 0 / contain; }
.art_paging .btn_next .ico_btn { background: url(../images/btn_pg_r.png) no-repeat 0 0 / contain; }

/* 404 */
.error_wrap { min-height:500px; padding:50px 0 0 0; }
.error_wrap .sorry { display:block; margin-bottom:10px; padding-top:10px; font-size:35px; letter-spacing:-2px; text-align:center; color:#D53333; }
.error_wrap p { font-size: 16px; font-weight: 300; line-height: 1.4; text-align:center; color:#555; }
.error_wrap strong { display:block; margin-bottom:15px; font-size:182px; font-weight:300; line-height:1.2; text-align:center; color:#252525; }
.error_wrap .btn_wrap { padding-top:15px; text-align:center; font-size: 0; }
.error_wrap .btn_wrap .btn_basic { display: inline-block; margin: 0 5px; padding:8px 15px; font-size:14px; font-weight:400; color:#111; text-decoration:none; border:1px solid #d8d8d8; }
.error_wrap .btn_wrap a:hover { font-weight: 500; color:#D53333; }



@media only screen and (max-width: 1200px) {    
    #wrap .section.wid-100 { max-width: unset; }
    .wrap_featured .inner_featured::after { right: 20px; bottom: 60px; }
    .wrap_featured .list_article { padding: 20px 0 40px 35px; }
    .wrap_featured .list_article .tit_thumb { font-size: 22px; }
    .wrap_featured .list_article .txt_dec { 
        -webkit-line-clamp: 2;
        max-height: 48px;        
    }
    .wrap_featured .list_article > a:hover { text-decoration: none; }
    .wrap_featured .owl-carousel .owl-dots { bottom: 44px; }    
    .section.wid-100 .wrap_hot_pt .tit_sec { max-width: 980px; }
    .section .wrap_hot_pt .inner_hot_pt { max-width: 1020px; }
}


@media only screen and (max-width: 980px) {     
    .section .content_r .wrap_lank { width: 45%; margin-bottom: 0; }
    .section .content_r .wrap_popular { width: 45%; }   
    .section.wid-100 .wrap_hot_pt .tit_sec { max-width: 768px; } 
    .section .wrap_hot_pt .inner_hot_pt { max-width: 808px; }
    .section .wrap_hot_pt .owl-nav button span { width: 24px; height: 46px;  }
    .section .wrap_hot_pt .owl-nav button.owl-prev { left:-35px; }
    .section .wrap_hot_pt .owl-nav button.owl-next { right:-35px; }
    .section .content_r .today_sports { width: 45%; }
    .section .content_r .wrap_photo_r { width: 45%; }
    

}
@media only screen and (max-width: 768px) { 
    /* 메인 */          
    .wrap_featured .inner_featured::after { right: 0; bottom: 106px; }
    .wrap_featured .list_article { padding: 5px 0 20px 15px; }    
    .wrap_featured .list_article > a { position: relative; }    
    .wrap_featured .list_article .thumb_img { 
        float: unset;
        width: auto;         
        margin: 0 0 -21px;
        padding-top: calc( 100% / 16 * 9);
        -webkit-box-shadow: -5px 5px 8px rgb(0 0 0 / 15%);
        -moz-box-shadow: -5px 5px 8px rgba(0,0,0,.15);
        box-shadow: -5px 5px 8px rgb(0 0 0 / 15%);
        
    }
    .wrap_featured .list_article .txt_cate { position: relative; margin-bottom: 0; z-index: 99; }
    .wrap_featured .list_article .tit_thumb {
        -webkit-line-clamp: 2;
        height: 57px;
        margin-top: 10px;
        padding: 0 15px 0 0;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.3;
        color: #111;
     }
    .wrap_featured .list_article .txt_dec { display: none; }
    .wrap_featured .owl-carousel .owl-dots { 
        right: 15px;        
        bottom: 95px;        
    }
    .wrap_featured .owl-carousel .owl-dot { width: 8px; height: 8px; }
    .section .wrap_article { padding-bottom: 20px; font-size: 0; }
    .section .wrap_article .tit_sec { margin: 0 15px; padding-bottom: 10px; font-size: 18px; }
    .section .wrap_article .box_list { padding-top: 15px; }
    .section .wrap_article .list_tab { top: 2px; right: 15px; }
    .list_tab a.tab_cate { margin-right: 10px; padding-right: 10px; font-size: 15px; }
    .section .wrap_article .list_fir { width: 100%; margin: 0 15px; }
    .section .wrap_article .list_fir .thumb_img { padding-top: calc( 100% / 16* 9 ); }
    .section .wrap_article .list_fir .txt_box { padding: 10px 15px 15px; }
    .section .wrap_article .list_fir .txt_box .tit_thumb { height: 52px; font-size: 20px; line-height: 1.3; }
    .section .wrap_article .list_fir .txt_box .txt_dec { display: none; }
    .section .wrap_article .list_art { width: 100%; margin: 0 10px; }
    .section .wrap_article .list_art::before { display: none; }
    .section .wrap_article .list_art li { width: 50%; margin-top: 15px; padding: 0 5px; border: none; }
    .section .wrap_article .list_art li:nth-child(3) { padding-top: 0; }
    .section .wrap_article .list_art li:nth-child(4) { padding-top: 0; }
    .section .wrap_article .list_art li .tit_thumb { height: 45px; font-size: 17px; justify-content: unset; font-weight: 400; }
    .section .wrap_article .list_tit { display: block; box-sizing: border-box; width: 100%; flex-wrap: unset; margin: 15px 0 0; padding: 0 15px; }
    .section .wrap_article .list_tit .txt_tit:nth-child(n+4) { display: none; }
    .section .wrap_article .list_tit .txt_tit:nth-child(1) { border-top: 1px solid #ddd; }
    .section .wrap_article .list_tit .txt_tit:nth-child(2) { border-top: 1px solid #ddd; }
    .section .wrap_article .list_tit .txt_tit { width: auto; }
        
    .section .wrap_hot_pt { padding: 20px 0 10px; margin-bottom: 0; }
    .section .wrap_hot_pt .tit_sec { padding: 0 0 15px 15px; font-size: 18px; }        
    .section .wrap_hot_pt .inner_hot_pt { max-width: 768px; }
    .section .wrap_hot_pt .tit_thumb { width: 95%; margin: 8px auto 0; font-size: 18px; }
    .section .wrap_hot_pt .list_article { margin: 0 0 20px 0; }    
    .section .wrap_hot_pt .owl-nav button span { width: 30px; height: 60px; }
    .section .wrap_hot_pt .owl-nav button.disabled { display: none; }
    .section .wrap_hot_pt .owl-nav button.owl-prev { left: 15px; }
    .section .wrap_hot_pt .owl-nav button.owl-next { right: 15px; }        
    
    /* 기사리스트 */
    .section .sub_artlist { margin: 0 15px; padding-top: 20px; }
    .section .sub_artlist li { margin: 0 0 15px; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
    .section .sub_artlist li:last-child { margin: 0; border: none; }
    .section .sub_artlist .thumb_img { width: 120px; height: 80px; margin-right: 10px; }
    .section .sub_artlist .tit_thumb { 
        max-height: 49px; 
        padding-top: 10px;
        font-size: 18px; 
        font-weight: 300; 
        line-height: 1.35; 
    }
    .section .sub_artlist .txt_dec { display: none; }
    /* 우측영역 */    
    .section .content_r .wrap_lank { width: auto; }
    .wrap_lank .list_lank li { margin-bottom: 15px; padding-bottom: 15px; }
    .wrap_lank .list_lank .tit_thumb { padding-top: 0; height: 70px; max-height: unset; font-size: 16px; }
    .section .content_r .wrap_popular { width: auto; }
    .section .content_r .sec-r { padding-bottom: 20px; margin: 0 15px; }
    .wrap_popular .box_popular .thumb_img { height: auto; padding-top: calc( 100% / 20* 10 );}
    .wrap_popular .box_popular .thumb_img img { 
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        max-width: 100%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
    }
    .wrap_popular .box_popular .tit_thumb { max-height: 52px; font-size: 20px; }
    .wrap_photo_r { margin: 0 15px; }
    .section .content_r .today_sports { width: auto; }
    .section .content_r .wrap_photo_r { width: auto; padding-bottom: 20px; }    
    .today_sports .box_pt_spt .pt_spt .thumb_img { height: auto; padding-top: calc( 100% / 16* 10 ); }
    .today_sports .box_pt_spt .pt_spt .thumb_img img {  
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        max-width: 100%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
    }           
    
    /* 포토 */ 
    .section .photo_list { margin: 0 15px; }   
    .section .photo_list .list_photo { padding-top: 20px; }
    .section .photo_list .list_photo li { width: calc( 50% - 5px ); margin-bottom: 15px; }
    .section .photo_list .list_photo .tit_box {                 
        padding: 5px 10px 10px; 
    }
    .section .photo_list .list_photo .tit_thumb {        
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-height: 40px; 
        white-space: unset;        
        font-size: 15px; 
    }
    /* 뷰페이지 */
    #wrap .section.view { padding-top: 20px; }
    #wrap .section.view .content_r{ display: block; padding-top: 20px; border-top: 9px solid #eee; }
    .wrap_ad_w1200_t { display: none; }
    .view .box_title { 
        position: relative; 
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;    
        flex-wrap: wrap; 
        justify-content: space-between;
        align-items: center;
        padding-bottom: 10px;
    }    
    .view .box_title .tit_view { padding-bottom: 10px; font-size: 25px; line-height: 1.35;width:100%; }
    .section .content_t { overflow: unset; margin: 0 15px; padding-bottom: 20px; }
    .view .box_title .info_view em { margin-right: 15px; font-size: 12px; }
    .view .box_title .group_share { display: none; }    
    .view .box_title .group_share.m_share { display: inline-block; position: unset; width: 30px; height: 30px; }
    .view .box_title .group_share.m_share .ico_share { 
        display: block;
        width: 30px; 
        height: 30px; 
        font-size: 0;
        text-indent: -9999px;
        background: url(../images/ico_share.png)no-repeat center center / 19px 20px; 
    }    
    .view .box_title .group_share.m_share .list_share { 
        display: block; 
        position: absolute;
        left: 0;         
        right: 0; 
        bottom: -42px;         
        padding: 7px 15px;
        text-align: center;         
        background: #D53333;           
        z-index: 999;           
    }
    .view .box_title .group_share.m_share .list_share li { width: 28px; height: 28px; margin: 0 5px; }
    .view .box_title .group_share.m_share .list_share li a { width: 28px; height: 28px; }
    .section.view .content_l { padding-right: 0; }
    .cont_view { margin: 0 15px; }
    .cont_view .txt_summary { margin-bottom: 25px; word-wrap: unset; word-break: unset; }
    .cont_view .box_img { margin: 0 auto 25px; } 
    .ft_cont { padding-bottom: 20px; }
    .ft_cont .ft_section { margin: 20px 15px 0; }
    .ft_cont .rel_article .list_rel .thumb_img { padding-top: calc(100% / 16 * 10); }
    .ft_cont .rel_article .list_rel .thumb_img img { min-width: 100%; }
    .ft_cont .rel_article .list_rel .tit_thumb { height: unset; max-height: 45px; font-size: 18px; font-weight: 400; }
    .ft_cont .like_article .list_like { margin: 0 -4px -15px; }
    .ft_cont .like_article .list_like li { width: calc( 50% - 8px ); margin: 0 4px 15px; }
           
    /* 검색박스 */
    .wrap_searchBox { margin: 15px 15px 0; padding: 15px 20px 20px; }
    .wrap_searchBox > form { border-bottom: 2px solid #D53333; }    
    .wrap_searchBox .ouput_search { padding-top: 20px; font-size: 16px; }
    /* 페이징 */
    .art_paging { margin-top: 15px; }
    .art_paging .btn_prev { left: 15px; }
    .art_paging .btn_next { right: 15px; }
    .art_paging .btn_page { top: 15px; width: 30px; height: 30px; }
    .art_paging .btn_page span { width: 30px; height: 30px; }
    .art_paging .inner_paging .num_page { width: 20%; padding-top: 22px; }
    /* 404 */
    .error_wrap { min-height: unset; padding: 10px 0 30px; }
    .error_wrap p { margin: 0 15px; }
    .error_wrap strong { font-size: 140px; }
    .error_wrap .btn_wrap { padding: 0; }

}





