@charset "utf-8";
@import url("reset.css");
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chonburi&display=swap');

/* 본명조 폰트 */
@font-face {
    font-display: swap;
    font-family: "NotoSerif";
    font-style: normal;
    font-weight: 300;
    src: url(font/NotoSerifKR-SemiBold.woff2) format("woff2"),url(font/NotoSerifKR-SemiBold.woff) format("woff"),url(font/NotoSerifKR-semiBold.otf) format("opentype");
}
@font-face {
    font-display: swap;
    font-family: "NotoSerif";
    font-style: normal;
    font-weight: 600;
    src: url(font/NotoSerifKR-Bold.woff2) format("woff2"),url(font/NotoSerifKR-Bold.woff) format("woff"),url(font/NotoSerifKR-Bold.otf) format("opentype");
}


/* ====================
=======================
=======================

브라보마이라이프 2022
COMMON CSS

=======================
=======================
=======================*/


body {
    background: #fff;
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    color: #222;
    font-weight: 400;
    letter-spacing: -0.8px;
    overflow-x:hidden;
}

.palette_viot{color: #801ca2 !important}
.palette_dk_viot{color: #6a636d !important}
.palette_red{color: #ff291d !important}
.txt_serif{font-family: 'NotoSerif'}
.txt_en{font-family: 'Titillium Web'}
.txt_lgt{font-weight: 400 !important;}
.img_element{
    background-image: url("/images/bravo_img_element23.png");
    background-repeat: no-repeat;
	background-size: 1000px 3000px;
	display: inline-block;
}
.blind, legend{
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0;      
}

.t_reduce {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;;     
}
.link_text1, .link_text2, .link_text3, .link_text4{
    overflow: hidden !important;    
    text-overflow: ellipsis;
    word-wrap: break-word;  
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.link_text1 {-webkit-line-clamp: 1;}
.link_text2 {-webkit-line-clamp: 2;}
.link_text3 {-webkit-line-clamp: 3;}
.link_text4 {-webkit-line-clamp: 4;}

.wrap {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
}

/* 콘텐츠 타이틀 */

a.tit_sct_txt{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: relative;
}
.color_wht{
    color: #fff !important;
}
a.tit_sct_txt:hover{
    text-decoration: none !important;
}
span.arw_add_ico{
    position: relative;
    display: inline-block;
    top: 0;
    left: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #888;
}
span.arw_add_ico svg{
    position: relative;
    top: 3px;
}


/*
===

HEADER -
LOGO, UTILL MENU

==
*/

a.logo_ico{
    width: 382px;
    height: 72px;
    background-position: 0 0px;
    display: block;
}
a.logo_ico_n{
    width: 658px;
    height: 72px;
    background-position: 0 -500px;
}
div.title {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    position: relative;
}

/*250528 소연추가*/
div.event {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    position: relative;
}


div.tit-arrow{
    position: absolute;
    right: 5px;
    top: 6px;
}

div.n_share_ico_wrap{
    position: absolute;
    top: 15px;
    left: 0;
}
div.n_share_ico_wrap span{
    margin-right: 15px;
}
a.share_ico1, a.share_ico2, a.share_ico3, a.share_ico4, a.share_ico5, a.share_ico6{
    height: 24px;
}
a.share_ico1{background-position: 0 -760px; width: 24px;}
a.share_ico2{background-position: -46px -760px; width: 20px;}
a.share_ico3{background-position: -85px -760px; width: 21px;}
a.share_ico4{background-position: -122px -758px; width: 19px;}
a.share_ico5{background-position: -159px -760px; width: 24px;}
a.share_ico6{background-position: -201px -759px; width: 11px;}


.header_wrap {
    width: 100%;
    height: 160px;
    background: #123728;
    overflow: hidden;
}
.header_wrap h3.day_date{
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}
.header_wrap h3.day_date span{
    font-size: 16px;
}
.logo_container {
    width: 1140px;
    margin: 0 auto 0;
    position: relative;
    overflow: hidden;
}
.logo_container h1.logo, .logo_container div.logo{
    text-align: center;
    margin-top: 45px;
}


/*
===

GNB MENU

===
*/

a.allmenu_ico{
    width: 25px;
    height: 22px;
    background-position: 0 -431px;
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
}

a.sch_ico{
    width: 28px;
    height: 27px;
    background-position: -140px -430px;
    display: block;
    position: absolute;
    right: 5px;
    top: 27px;
}
a.sch_ico_over{
    width: 22px;
    height: 22px;
    background-position: -100px -430px;
    display: block;
    position: absolute;
    right: 5px;
    top: 30px;
}

.navi_wrap {
    width: 100%;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e9f3f3;
}

.navi_wrap .navi_container {
    width: 1200px;
    position: relative;
    margin: 0 auto 0;
}
.navi_wrap .navi_container ul.main_menu {
    width: 1040px;
    margin: 0 auto 0;
    overflow: hidden;
    font-size: 0;
}
.navi_wrap .navi_container ul.main_menu a{
    display: block;
}
.navi_wrap .navi_container ul.main_menu a:hover{
    color: #115c3f;
    text-decoration: none;
}
.navi_wrap .navi_container ul.main_menu li {
    width: 140px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: 600;
}
ul.main_menu li.w_lgth{
    width: 170px !important;
}


/* 전체메뉴보기 */

/*  2022 All Menu */
div.allmenulayerWrap{
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 9999;
    top: 0;
    box-shadow: 10px 6px 20px rgb(0 0 0 / 10%);
}
.alm_pop_open .menuall {
    visibility: visible;
    opacity: 1;
}
div.allmenuCont{
    width: 1200px;
    margin: 0 auto 0;
    padding: 30px 0 10px;
    position: relative;
}
div.allmenuCont::after{
    content: "";
    clear: both;
}
    div.allmenuCont > ul.almListWrap{
        overflow: hidden;
        width: 1000px;
        margin: 0 auto 0;
    }
    li.alm_ctlist{
        float: left;
        width: 250px;
    }
        dt.alm_ct_mtit, dd.alm_ct_stit{
            text-align: center;
            margin-bottom: 40px;
            font-size: 16px;
            font-weight: bold;            
        }
        dt.emptxt{
            text-indent: -9999px;
        }   
        a.allink_eff {
            text-decoration: none;
            display: inline-block;
            position: relative;
        }
        a.allink_eff:after{
            background: none repeat scroll 0 0 transparent;
            bottom: -4px;
            content: "";
            display: block;
            height: 2px;
            left: 50%;
            position: absolute;
            background: #115c3f;
            transition: width 0.2s ease 0s, left 0.2s ease 0s;
            width: 0;
        }
        a.allink_eff:hover:after {
            width: 100%;
            left: 0;
        }
        a.allink_eff:hover{
            color: #115c3f;
        }
        div.alm_clz{
            position: absolute;
            top: 30px;
            left: 0;
        }
        a.aclz_ico {
            display: inline-block;
            width: 25px;
            height: 24px;
            position: relative;
            background-position: -100px -430px;
        }
        .alm_open{
            overflow: hidden;
        }

/* 검색팝업 */
div.search{
    position: absolute;
    right: 0;
    top: 28px;
}
.search_layer{
    background: #fff;
    padding: 50px 0 70px;
    z-index: 1000000003;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    position: absolute;
    width: 100%;
    display:none;
    margin-top:-1px
}
.search_layer section{
    width: 100%;
}
.search_layer section div{
    position:relative;
    clear: both;
    width: 575px;
    margin: 0 auto 0;
}
a.search_ico{
    width: 28px;
    height: 27px;
    background-position: -140px -430px;
}
a.search_ico_over{
    width: 28px;
    height: 27px;
    position: relative;
    background-position: -100px -427px;
}
.search_ico2{
    width: 28px;
    height: 27px;
    background-position: -180px -430px;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
.search_field{
    background: #fff;
    border-bottom: 4px #464646 solid;
    padding: 25px 20px 25px;
    height: 30px;
    font-size: 22px;
    font-family: "Noto Sans KR";
    width: 575px;
}
.search_field::placeholder{
    color: #aeaeae; 
}


/* 기사 타이틀 링크 밑줄 공통 */
li.plg-newsconts a:hover dd.title,
.group-newslist a:hover dt.gp-mtit,
.mm-tit a:hover,
li.noticeList a:hover,
li.news_conts a:hover dd{
    text-decoration: underline;
}   



/* ====================
=======================
=======================

브라보마이라이프 2022
Main Page Css

=======================
=======================
=======================*/


/*
===

TOP NEWS CONTENTS

===
*/

article.Topnews_Wrap{
    width: 100%;
}

/* Top news */
section.main_t_contWrap {
    width: 100%;
    background: #f7fbfb;
    margin: 0 auto 0;
    vertical-align: top;
}
div.main_t_newscnt{
    width: 1200px;
    margin: 0 auto 0;
    padding: 50px 0 50px;
    position: relative;
}
div.main_t_newscnt::after{
    content: "";
    clear: both;
    display: block;
}
div.main_t_news_tit{
    max-width: 720px;
    position: absolute;
    left: 0;
    top: 100px;
}
    dt.hdline_tit{
        font-size: 52px;
        font-weight: bold;
        color: #333;
        background: #f7fbfb;
        display: inline;
    }
    dt.hdline_tit a:hover {
        text-decoration: underline;
    }
    dd.read_txt{
        font-size: 17px;
        max-width: 430px;
        margin-top: 35px;
        line-height: 32px;
        max-height: 125px;
    }

div.main_t_newscnt div.thumbnail{
    width: 720px;
    height: 420px;
    float: right;
    border-radius: 0 0 0 30px;
}
div.main_t_newscnt div.thumbnail img{
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 30px;
}


/* Edit news 3 */
section.edt3_newsWrap {
    width: 1200px;
    margin: 40PX auto 0;
}
    ul.edt3_news_contaniner::after{
        content: "";
        clear: both;
        display: block;
    }
    ul.edt3_news_contaniner li.news_conts {
        width: 380px;
        float: left;
        margin-right: 30px;
    }
    ul.edt3_news_contaniner li.news_conts:last-child {
        margin-right: 0;
    }
        li.news_conts:last-child {
            margin-right: 0;
        }
        dt.thumnail{
            width: 380px;
            height: 240px;
        }
        dt.thumnail img{
            width: 100%;
            height: 100%;
        }
        li.news_conts dd{
            padding: 0 10px 0;
        }
        li.news_conts dd.title {
            font-size: 22px;
            color: #333;    
            font-weight: 600;
            margin: 15px 0 15px;
        }
        li.news_conts dd.rdtxt {
            font-size: 14px;
            color: #888;    
            max-height: 72px;
            line-height: 168%;
            font-weight: 400;
        }

article.adv-Wrap{
    width: 1200px;
    margin: 0 auto 0;
    margin-top: 60px;
}
article.adv-Wrap::after{
    content: "";
    display: block;
    clear: both;
}
    div.lf_add_banner{
        float: left;
        width: 780px;
    }

    /* 구독배너 */
    div.m_banner{
        float: right;
        width: 360px;
    }
    div.m_banner a:hover, div.bravo_cont_banner a:hover{
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }
    section.sb_mbanner_ct{
        text-align: center;
        margin-top: 25px;
    }
    section.sb_mbanner_ct > div.m_banner{
        float: none !important;
    }

/*
===

브라보 스페셜 & 최신기사

===
*/

article.coverstoryWrap{
    width: 100%;
    background: #f7fbfb;
    margin-top: 45px;
}
article.coverstoryWrap.covercolor_grn{
    background: #184734 !important;
}
article.newscontWrap12s{
    width: 1200px;
    margin: 0 auto 0;
}
section.c4row_contanier{
    width: 1200px;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
div.c4row_newscontList{
    margin-top: 15px;
}
ul.listgroupWrap::after{
    content: "";
    clear: both;
    display: block;
}
    li.c4row_news_conts {
        width: 285px;
        float: left;
        margin-right: 20px;
        padding-bottom: 30px;
    }
    li.c4row_news_conts.whtbox{
        background: #fff;
        -webkit-box-shadow: 0 9px 25px -5px rgb(0 0 0 / 12%);
        -moz-box-shadow: 0 9px 25px -5px rgb(0 0 0 / 12%);
        box-shadow: 0 9px 25px -5px rgb(0 0 0 / 12%);
    }    
    li.c4row_news_conts:last-child {
        margin-right: 0;
    }
    li.c4row_news_conts a:hover dd {
        text-decoration: underline;
    }
    li.c4row_news_conts:last-child {
        margin-right: 0;
    }
    dt.c4row_thumnail{
        width: 285px;
        height: 180px;
    }
    dt.c4row_thumnail img{
        width: 100%;
        height: 100%;
    }
    li.c4row_news_conts dd{
        padding: 0 8px 0;
    }
    li.c4row_news_conts.whtbox dd{
        padding: 0 24px 0;
    }    
    li.c4row_news_conts dd.c4row_title {
        font-size: 22px;
        color: #333;    
        font-weight: 400;
        margin: 15px 0 15px;
        height: 65px;
    }
    li.c4row_news_conts dd.c4row_rdtxt {
        font-size: 14px;
        color: #888;    
        max-height: 72px;
        line-height: 168%;
        font-weight: 400;
    }


/*
===

테마기사

===
*/

article.plngroupWrap{
    width: 100%;
    background: #184734;
}

section.plg-newsWrap {
    width: 1200px;
    margin: 0 auto 0;
    padding: 50px 0 50px;
}
    div.plg-smtit{
        position: relative;
    }
        span.plgtit{
            color: #fff;
            font-size: 26px;
            position: relative;
            z-index: 555;
            margin-left: 20px;
        }
        span.puo-blt{
            position: absolute;
            z-index: 5;
            left: 0;
            top: -20px;
            background-position: 0 -800px;
            width: 63px;
            height: 45px;
        }
    ul.plg-news-contaniner{
        margin-top: 20px;
    }
    ul.plg-news-contaniner::after{
        content: "";
        clear: both;
        display: block;
    }
        li.plg-newsconts {
            width: 380px;
            float: left;
            margin-right: 30px;
            background: #fff;
            -webkit-box-shadow: 0 9px 25px -5px rgb(0 0 0 / 45%);
            -moz-box-shadow: 0 9px 25px -5px rgb(0 0 0 / 45%);
            box-shadow: 0 9px 25px -5px rgb(0 0 0 / 45%);
            padding-bottom: 40px;         
        }
        li.plg-newsconts:last-child {
            margin-right: 0;
        }

        li.plg-newsconts:last-child {
            margin-right: 0;
        }
        dt.thumnail{
            width: 380px;
            height: 240px;
        }
        dt.thumnail img{
            width: 100%;
            height: 100%;
        }
        li.plg-newsconts dd{
            padding: 0 30px 0;
        }
     
        li.plg-newsconts dd.title {
            font-size: 24px;
            color: #333;    
            font-weight: 600;
            margin: 15px 0 15px;
            max-height: 35px;
        }
        li.plg-newsconts dd.rdtxt {
            font-size: 14px;
            color: #888;    
            max-height: 72px;
            line-height: 168%;
            font-weight: 400;
        }



/* === 0906추가 === */
.report_list {
	width: 100%;
	clear: both;
	padding-top: 40px;
}

.report_listWrap p.title {
	font-size: 17px;
	font-weight: 600;
	color: #333;
	border-bottom: 3px solid #123628;
	padding-bottom: 10px;
}

.report_listWrap div {
	margin: 0 auto;
	clear: both;
}

.report_listWrap div ul {
	padding: 20px 0 30px;
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid #eee;
}

.report_listWrap div ul li:before {
	content: "";
	display: block;
	position: relative;
	width: 3px;
	height: 3px;
	background: #555;
	border-radius: 50%;
	top: 22px;
}

.report_listWrap div ul li {
	font-weight: 400;
	line-height: 2.5;
	width: calc(100% / 3);
	float: left;
	box-sizing: border-box;
	font-size: 16px;
	padding: 0 2.5em;
}

.report_listWrap div ul li a {
	padding: 0 .7em;
	display: inline;
}

.report_listWrap div ul li a:hover {
	text-decoration: underline;
}


/*
===

Main 콘텐츠 본문

===
*/

.ContainerWrap{
    clear: both;
    width: 1200px;
    margin: 0 auto 0;
}
.ContainerWrap::after{
    content: "";
    clear: both;
    display: block;

}
article.contents_lf, article.contents_rt{
    float: left;
}
.ContainerWrap .contents_lf {
    width: 780px;
}
    .contents_lf > section {
        width: 780px;
    }
.ContainerWrap .contents_rt {
    width: 360px;
    float: right;
    margin-top: 80px;
}
div.r_banner{
    width: 300px;
    margin: 0 auto 0;
}

/* 그룹기사 리스트 */
section.group-newslistWrap{
    clear: both;
}
div.group-contWrap:first-child{
    margin-top: 50px;
}
div.group-contWrap{
    margin-top: 50px;
}
p.group-nstitle{
    padding-bottom: 12px;
    border-bottom: 4px solid #183a2c;
    position: relative;
}
    span.gpgtit{
        font-size: 24px;
        font-weight: 600;
        position: relative;
        z-index: 555;
        margin-left: 25px;
        letter-spacing: -2px;
    }
    span.puo-sblt{
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        background-position: -70px -830px;
        width: 20px;
        height: 14px;
    }

div.group-newscontainer > ul{
    display: block;
}
li.group-newslist{
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}
li.group-newslist a.thumnail {
    width: 200px;
    height: 126px;
    margin-right: 20px;
    float: left;
    box-sizing: border-box;
}
li.group-newslist a.thumnail img {
    width: 100%;
    height: 100%;
}
li.group-newslist dl{
    height: 126px;
    vertical-align: middle;
    display: table-cell;
}
li.group-newslist dt.gp-mtit{
    font-size: 22px;
    width: 500px;
    color: #222;
    font-weight: 500;
}
li.group-newslist dd.gp-stit {
    max-height: 48px;
    font-size: 16px;
    line-height: 160%;
    margin-top: 12px;
    padding-right: 20px;
    color: #888888;
    overflow: hidden;
}


/* 브라보 인기기사 */

section.mm_news_wrap{
    clear: both;
    width: 360px;
    margin-top: 30px;
}
p.mm-title {
    color: #222; 
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 15px;  
}

divdiv.rank_listWrap ul {
    overflow: hidden;
}

li.mm-contentsList {
    overflow: hidden;
    padding: 12px 0 12px 0;
    max-width: 360px;
    border-bottom: 1px solid #eaeaea;
}

li.mm-contentsList div.mm-continfo{
    position: relative;
    display: table-cell;
    padding: 0 0 0 35px;
    height: 60px;
    vertical-align: middle;
}
li.mm-contentsList span.mm-tit{
    display: block;
    max-height: 48px;
    font-size: 16px;
    font-weight: 400;
}
li.mm-contentsList span.mm-rank {
    position: absolute;
    top: 4px;
    left: 9px;
    display: block;
    font-size: 20px;
    font-weight: 600;
}

li.mm-contentsList a.mm-thumnail {
    width: 100px;
    height: 60px;
    float: right;
    margin-left: 15px;
}
li.mm-contentsList a.mm-thumnail img {
    width: 100%;
    height: 100%;
}



/* 브라보 공지사항 */
section.bravo_notice_wrap {
    clear: both;
    width: 360px;
    margin-top: 60px;
}

section.bravo_notice_wrap .notice_listcont {
    width: 360px;
}

.notice_listcont ul li.noticeList {
    font-size: 16px;
    padding: 15px 10px 15px;
    max-width: 360px;
    border-bottom: 1px solid #eaeaea;
    clear: both;
}
.notice_listcont ul li.noticeList:first-child{
    border-top: 1px solid #123728;
}

/* BOX 콘텐츠  */
.box_cont_wrap {
    width: 360px;
    margin-top: 60px;
    overflow: hidden; 
}
.bx-main_news {
    width: 360px;
    height: 240px;
    position: relative;
}
.bx-main_news .thumbs{
    position: relative;
    width: 360px;
    height: 240px;
}
.bx-main_cardnews {
    position: relative;
}
.bx-main_cardnews .thumbs{
    width: 360px;
    height: 480px;
}
.bx-main_news .thumbs img, .bx-main_cardnews .thumbs img{
    width: 100%;
    height: 100%;
}
.bx-main_news div.news_tit {
    width: 360px;
    position: absolute;
    padding: 50px 30px 15px;    
    bottom: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);    
    text-align: center;
}
div.news_tit span{
    line-height: 140%;
    max-height: 60px;
}
div.news_tit span a{
    color: #fff;
    font-size: 20px;    
    font-weight: 400;    
}
div.news_tit span a:hover{
    text-decoration: underline; 
}

/* 2022 카테고리 별 기사 리스트 */

.fontwgt_b{font-weight: 600 !important;}
.c_category_newslistwrap{
    clear: both;
    width: 1200px;
    margin: 60px auto 0;
    border-top: 4px solid #123728;
}
section.category_3c_wrap{
    border-bottom: 1px solid #e0e4f1;
    padding-bottom: 20px;
    overflow: hidden;
    margin-top: 16px;
}
section.category_3c_wrap:last-child{
    padding-bottom: 0;
}
section.category_3c_wrap::after{
    content: "";
    clear: both;
    display: block;
}
section.category_3c_wrap:last-child{
    border-bottom: none;
}
div.category_3c_container{
    width: 570px;
    float: left;
}
div.category_3c_container_2{
    width: 570px;
    padding-left: 30px;
    float: right;
}
div.category_3c_container div.ct_3c_news_cont {
    display: table;
    table-layout: fixed;
    letter-spacing: -1px;
    font-size: 15px;
    line-height: 16px;
    margin: 15px 0 0;
}
div.category_3c_container_2 div.ct_3c_news_cont{
    margin-top: 18px;
}
.ct_3c_thumb {
    display: table-cell;
    width: 170px;
}
.ct_3c_mthumb_link, .ct_3c_thumb_link {
    display: block;
    position: relative;
    margin-right: 25px;
}
.ct_3c_thumb_link img{
    width: 170px;
    height: 100px;
}
.ct_3c_mthumb_link img{
    width: 230px;
    height: 145px;
}
.ct_3c_text {
    display: table-cell;
    vertical-align: middle;
}
.ct_3c_text a:hover{
    text-decoration: underline;
}
.ct_3c_mtext_headline {
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 400;
    color: #333;
    line-height: 150%;
    max-height: 86px;
}
.ct_3c_text_headline {
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    line-height: 150%;
    max-height: 70px;
    padding-right: 50px;
}
.ct_3c_mtext_headline a:hover,
.ct_3c_text_headline a:hover{
    text-decoration: underline
}
p.ct_3c_text_lede {
    font-size: 15px;
    line-height: 160%;
    color: #888;
    max-height: 75px;
    margin-top: 20px;
}




/* DIGITAL LIBRARY */

article.digital_library_wrap{
    clear: both;
    width: 100%;
    background: #fff;
    margin-bottom: 60px;
    margin-top: 30px;
}
section.library-container{
    width: 1200px;
    position: relative;
    margin: 0 auto 0;    
    text-align: center;
}
div.digital_title_bar{
    position: relative;
    padding: 0 0 10px;
}
div.digital_title_bar::after{
    content: "";
    display: block;
    clear: both;
}
div.digital_title_bar::before{
    content: "";
    width: 100%;
    height: 4px;
    background: #183A2C;
    position: absolute;
    margin: 0 auto 0;
    bottom: 0;
    left: 0;
    z-index: 99; 
}
div.digital_title_bar p.title {
    color: #222; 
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 1px;
    z-index: 888;
    position: relative;
    display: inline-block;
    margin-top: 30px;
    float: left;
}

.als-container{
	position: relative;
	width: 1200px;
	margin: 0 auto 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
    width: 1180px !important;
	margin: 0 auto 0;
	padding: 0 0 35px;
}

.als-wrapper {
	position: relative;
	list-style: none;
    overflow: hidden;
}

.als-item{
	position: relative;
	display: block;
	cursor: pointer;
	float: left;
    margin-right: 42px;
    width: 260px;
}
.als-item .livrary_contents{
    width: 230px;
    margin: 0 auto 0;
}
.livrary_bg{
    width: 260px;
    height: 47px;
    background-position: 0 -872px;
}
.als-item .livrary_contents .subtit{
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 10px 0 10px;
}
.als-item .livrary_contents .livrary_list{
    width: 230px;
    position: relative;
}
.als-item .livrary_contents .livrary_list img{
    width: 100%;
    height: 100%;
    max-width: 230px;
}
.als-item .livrary_contents .livrary_list .newstit{
    position: absolute;
    bottom: 0;
    width: 330px;
    background: rgba(0, 0, 0, 0.8);
}
.als-item .livrary_contents .livrary_list .newstit a:hover h3{
    text-decoration: underline;
}
.als-item .livrary_contents .livrary_list .newstit h3{
    color: #fff;
    font-size: 18px;
    padding: 15px 15px;
	overflow: hidden; 
    line-height: 130%;
	text-overflow: ellipsis; 
	word-wrap: break-word; 
    white-space: nowrap;    
    font-weight: 100;
}
.livrarycvr_list{
    display: block;
    width: 230px;
    margin: 0 auto 0;
    box-shadow: 8px 19px 26px 0 rgb(69 69 69 / 15%);
}
.livrarycvr_list::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    height: 350px;
    bottom: 0;
    z-index: 1;
    width: 30px;
    background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,0) 60%);
    background: -webkit-linear-gradient(left, rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 0) 60%);
    background: linear-gradient(to right, rgba(114, 114, 114, 0.2) 0%, rgba(249, 249, 249, 0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#21212100',GradientType=1 );
    pointer-events: none;
}

/**************************
 * styling for #lista1
 **************************/

#lista1 {
	margin: 45px auto 0;
    position: relative;
}
#lista1 ul.arrow_btn{
    z-index: 99;
    overflow: hidden;
}
#lista1 ul.arrow_btn li{
    float: left;
}
#lista1 .arrow_btn li a.als-prev{
    position: absolute;
    left:-30px;
    top: 160px;
}
#lista1 .arrow_btn li a.als-next{
    position: absolute;
    right: -25px;
    top: 160px;
}
#lista1 .arrow_btn li a.als-prev, #lista1 .arrow_btn li a.als-next {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#lista1 .arrow_btn li a.als-prev,
#lista1 .arrow_btn li a.als-next,
#lista1 .arrow_btn li a:hover span.als-prev_on,
#lista1 .arrow_btn li a:hover span.als-next_on{
    width: 32px;
    height: 32px;
}
#lista1 .arrow_btn li a.als-prev{background-position: -180px -200px;}
#lista1 .arrow_btn li a.als-next{margin-left: 5px; background-position: -230px -200px;}
#lista1 .arrow_btn li a:hover span.als-prev_on{background-position: -280px -200px;}
#lista1 .arrow_btn li a:hover span.als-next_on{background-position: -330px -200px;}



/* ====================
=======================
=======================

브라보마이라이프 2022
SUB CSS 기사 상세 view

=======================
=======================
=======================*/


.Container_wrap{
    width: 1200px;
    margin: 0 auto 50px;
}
.Container_wrap::after{
    content: "";
    display: block;
    clear: both;
}


/* Sub category main BreadCrumbs */
.sub-breadcrumbs {
    max-width: 1200px;
    margin-top: 20px;
}
.sub-breadcrumbs::after{
    content: "";
    display: block;
    clear: both;
}
.sub-breadcrumbs ul{overflow: hidden;}
.sub-breadcrumbs ul li {
    float: left;
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
}
.sub-breadcrumbs ul li a{
    color: #888;
}
span.hmico{
    vertical-align: middle;
    position: relative;
    top: 0;
    margin-right: 2px;
    display: inline-block;
}
.sub-breadcrumbs ul li h1{
    display: inline-block;
    font-size: 15px;
}
.sub-breadcrumbs ul li a:hover, 
.sub-breadcrumbs ul li a:hover h1{
    text-decoration: underline;
}
.sub-breadcrumbs ul li a.mn_on{
    color: #333;
    font-weight: 600;
}
.sub-breadcrumbs ul li.menu:nth-of-type(1n + 2):before {
    content: "";
    background-image: url("/images/bravo_img_element23.png?v=1");
    background-repeat: no-repeat;
    background-size: 1000px 3000px;
    background-position: -430px -200px; 
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #bbbbbb;
    width: 6px;
    height: 10px;
}


/* 뉴스 본문 상단 메인 타이틀 */
section.news_dtail_view_top_wrap {
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 1200px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    padding-bottom: 15px;
}

section.news_dtail_view_top_wrap h1.main_title {
    font-size: 45px;
    font-weight: 600;
    display: block;
}
    .view_top_container {
        display: block;
        margin-top: 35px;
    }
    .view_top_container div.newsinfo {
        float: left;
        display: block;
    }
    div.newsinfo span {
        font-size: 15px;
        color: #888;
        letter-spacing: 0;
    }
    ul.view_utmenu {
        font-size: 0;
        float: right;
    }
    ul.view_utmenu li {
        display: inline-block;
    }
        li.share_icon dl dd {
            float: left;
            margin-right: 8px;
        }
        li.share_icon dl dd:nth-of-type(5) {
            margin-right: 0;
        }
        li.ut_icon {
            clear: both;
            margin-left: 20px;
        }

        li.ut_icon dl dd {
            float: left;
            margin-right: 8px;
        }
        li.ut_icon dl dd:nth-of-type(3) {
            margin-right: 0;
        }


/* 뉴스 본문 콘텐츠 */
div.SubcontentsWrap::after{
    content: "";
    display: block;
    clear: both;
    /* background: #000; */
}
.sub_contents_lf > section {
    width: 780px;
}
.sub_contents_rt > section {
    width: 360px;
}

/* 좌측 본문 콘텐츠 */
.sub_contents_lf {
    float: left;
    clear: both;
    padding-right: 30px;
    box-sizing: border-box;
}
section.view_contents{

}
.newsdata h2.stitle {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
}

div.articleView {
    font-size: 18px;
    line-height: 34px;
    text-align: justify;
}

div.articleView p:first-child {
    margin-top: 0;
}
div.articleView p {
    margin-top: 25px;
}

div.articleView .viewimage {
    display: block;
    margin: 30px auto 20px;
    max-width: 650px;
}

div.articleView .viewimage div.imgb {
    position: relative;
}

div.articleView .viewimage div.imgb a.plus_btn {
    position: absolute;
    top: 0;
    right: 0;
}

div.articleView .viewimage .img_box_desc {
    font-size: 15px !important;
    color: #888;
    text-align: left;
    letter-spacing: 0;
	line-height:18px !important;
}
div.articleView .img_box_desc {
    font-size: 15px !important;
    color: #888;
    text-align: left;
    letter-spacing: 0;
    margin-bottom:20px;
	line-height:18px !important;
}

section.view_contents .byline {
    font-size: 15px;
    margin-top: 30px;
    color: #888;
    letter-spacing: 0;
    clear: both;
}

section.view_contents .byline a {
    margin-left: 8px;
    color: #5d4132;
}



/* 본문 이어지는 기사 */

.connect_newswrap {
    margin-top: 45px;
}
.connect_newswrap p.title {
    font-size: 20px;
}
.connect_newslist_cont {
    overflow: hidden
}
li.cn_newslist {
    float: left;
    margin-top: 20px;
    width: 340px;
    height: 85px;
    padding: 0 0 20px 0;
    box-sizing: content-box;
    overflow: hidden;
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box
}

li.cn_newslist:nth-of-type(2n) {
    border: 0;
    margin-left: 20px;
}

li.cn_newslist div.tit {
    font-size: 18px;
    width: 200px;
    height: 50px;
    margin-top: 12px;
}

li.cn_newslist a:hover {
    display: block;
    text-decoration: underline;
}

li.cn_newslist a.thumnail {
    width: 85px;
    height: 85px;
    margin-right: 15px;
    float: left;
    box-sizing: border-box
}
li.cn_newslist a.thumnail img {
    width: 100%;
    height: 100%;
}

/* 뉴스 보기 본문 하단 공유/댓글 */
section.news_view_bt_wrap{
    clear: both;
    margin-top: 50px;
}
div.view_bt_container {
    overflow: hidden
}
div.view_bt_container div.reply {
    float: left;
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #f0343d;
}
div.view_bt_container div.reply span {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0;
}
    ul.view_utmenu {
        font-size: 0;
        float: right;
    }
    ul.view_utmenu li {
        display: inline-block;
    }
    ul.view_utmenu li.share_icon dl dd {
        float: left;
        margin-right: 8px;
    }
    ul.view_utmenu li.share_icon dl dd:nth-of-type(5) {
        margin-right: 0;
    }

/* 2022 뷰페이지 댓글 */
.rep_contWrap {
    margin-top: 30px;
    width : 98%;
    max-width : 800px; /*이거 꼭달아주셈*/
}
.rep_contWrap h2.rep_title {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
}
.rep_contWrap .rep_textform {
    width: 100%;
    min-height: 150px;
    height: auto;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
}
.rep_contWrap .rep_textform textarea {
    width: 580px;
    min-height: 150px;
    height: auto;
    padding: 20px 20px 0 35px;
    box-sizing: border-box;
    display: block;
    font-family: "Malgun Gothic";
    line-height: 160%;
}
.rep_contWrap .rep_textform span.text_cout {
    color: #b9b9b9;
    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 14px;
    font-family: "Arial";
}
.rep_contWrap .rep_btn{
    width:100%; text-align: right;
}
.rep_contWrap .rep_btn input {
    width: 110px;
    height: 60px;
    background: #0D4931;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 45px;
    cursor: pointer;
    box-shadow: none !important;
}
.rep_contList .rep_container {
    clear: both;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-top: 30px;
}
.rep_container ul {
    overflow: hidden;
}
.rep_container ul li {
    float: left;
}
.rep_container .rep_profile_img div > span {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: block;
    border-radius: 100%;
}
.rep_container .rep_profile_img div > span img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.rep_container .rep_cont_txt {
    width: 88%;
    margin-left: 15px;
    position: relative;
}
.rep_cont_txt div.nameid {
    font-weight: bold;
    font-size: 14px;
}
.rep_cont_txt div.text {
    margin-top: 10px;
    line-height: 165%;
    font-size: 14px;
}
.rep_cont_txt div.date {
    font-family: "Arial";
    margin-top: 15px;
    color: #888;
    letter-spacing: 0;
}
.rep_cont_txt div.del_btn {
    border: 1px solid #888;
    padding: 5px 18px 8px;
    display: inline-block;
    font-size: 13px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

/*뷰페이지 댓글*/
.more{
    margin: 30px 0;
    text-align: center;
}
.more_ico{
    width: 20px;
    height: 20px;
    background-position:-523px -198px;
}

/* 저작권 카피라이트 */
section.bt_copywrap {
    clear: both;
    margin-top: 25px;
}
    .copy_container {
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        padding: 20px 10px 20px;
        overflow: hidden;
    }
        .copy_container div.txt {
            float: left;
            display: block;
            font-size: 15px;
            color: #888;
            font-weight: 400;
            letter-spacing: 0;
        }
        .copy_container ul.copymenu {
            font-size: 0;
            float: right;
        }
        .copy_container ul.copymenu li {
            display: inline-block;
            font-size: 15px;
            margin-left: 25px;
            font-weight: 600;
        }


/* 댓글 모듈 */
.sub_contents_lf .replyWrap {
    margin-top: 30px;
}

/* 서브 우측 콘텐츠 */
.sub_contents_rt {
    width: 360px;
    float: right;
}
    /* 우측 광고 모듈 */
    .right_cont_banner {
        clear: both;
        width: 336px;
        height: 280px; 
        margin: 0 auto 0;
    }
    /* 구독신청 배너 */
    .bravo_cont_banner {
        clear: both;
        width: 360px;
        margin-top: 30px;
    }

/* 브라보 브라보 스페셜 */
.coverstory_wrap {
    margin-top: 30px;
}
    .coverstory_wrap p.cvtitle {
        display: block;
        font-size: 17px;
        font-weight: 600;
        color: #333;
    }
    div.coverstory_cont {
        clear: both;
        margin-top: 15px;
        position: relative;
    }
    div.coverstory_cont ul {
        position: relative;
    }
    div.coverstory_cont ul li {
        display: block
    }
    div.coverstory_cont ul li.thumnail {
        width: 360px;
        height: 240px;
        position: relative;
        z-index: 1;

    }
    div.coverstory_cont ul li.thumnail img {
        width: 100%;
        height: 100%;
    }
    div.coverstory_cont ul li.tit_txt {
        position: absolute;
        z-index: 99;
        font-size: 18px;
        width: 360px;
        bottom: 0;
        padding: 15px 30px 15px 30px;
        background: #fff;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }
    div.coverstory_cont a:hover li.tit_txt {
        display: block;
        text-decoration: underline;
    }
    div.coverstory_cont ul li.tit_txt span{
        max-height: 50px;
        line-height: 24px;
        color: #fff;
        font-weight: 500;
        max-height: 50px;
    }


/* 브라보 인기기사 */
section.pp_news_wrap {
    clear: both;
    width: 360px;
    margin-top: 35px;
}
section.pp_news_wrap div.rank_listWrap {
    width: 360px;
}
div.rank_listWrap p.title {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    border-bottom: 3px solid #123628;
    padding-bottom: 10px;
}
div.rank_listWrap ul {
    overflow: hidden;
}
div.rank_listWrap ul li.contentsList {
    overflow: hidden;
    padding: 15px 0 15px 0;
    max-width: 360px;
    border-bottom: 1px solid #eaeaea;
}
div.rank_listWrap ul li.contentsList > dl{
    width: 360px;
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
div.rank_listWrap ul li.contentsList > dl dd {
    float: left;
}
div.rank_listWrap ul li.contentsList > dl dd.cont_rank {
    font-size: 20px;
    width: 20px;
    color: #123728;
    vertical-align: middle;
    font-weight: 600;
    margin-left: 8px;
    font-family: 'Titillium Web', sans-serif;
}
div.rank_listWrap ul li.contentsList > dl dd.cont_info {
    margin-left: 12px;
    margin-top: 3px;
    width: 185px;
    display: table-cell;
    vertical-align: middle;
}
div.rank_listWrap ul li.contentsList > dl dd.cont_info.ppnews{
    margin-left: 12px;
    margin-top: 3px;
    width: 310px;
    display: table-cell;
    vertical-align: middle;
}
div.rank_listWrap ul li.contentsList > dl dd.cont_info a {
    color: #333;
    max-height: 47px;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-all;    
}
div.rank_listWrap ul li.contentsList > dl dd.cont_info a:hover {
    text-decoration: underline;
}
div.rank_listWrap ul li.contentsList > dl a.thumnail {
    width: 110px;
    height: 65px;
    position: absolute;
    margin-left: 20px;
    top:0;
    right:0;
}
div.rank_listWrap ul li.contentsList > dl a.thumnail img {
    width: 100%;
    height: 100%;
}

/*우측 모듈 인기기사만*/
.best .rank_listWrap ul li.contentsList > dl dd.cont_info a {
    color: #333;
    max-height: 47px;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-all;    
}
.best .rank_listWrap ul li.contentsList {
	padding : 0px;
}
.best .rank_listWrap ul li.contentsList > dl a.thumnail {
    width: 110px;
    height: 5px;
    position: absolute;
    margin-left: 20px;
    top:0;
    right:0;
}
/*우측 모듈 인기기사만*/


/* 브라보 추천기사 */
.recm_news_wrap {
    clear: both;
    margin-top: 35px;
}

.recm_news_wrap .rm_listWrap h2.title {
    font-size: 22px;
    color: #333;
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 15px;
}

.recm_news_wrap .rm_listWrap ul {
    overflow: hidden;
}

.recm_news_wrap .rm_listWrap ul li.contentsList {
    overflow: hidden;
    padding: 10px 0 10px 0;
    max-width: 480px;
    border-bottom: 1px solid #eaeaea;
}

.recm_news_wrap .rm_listWrap ul li.contentsList > div.cont_info {
    font-size: 16px;
    margin-left: 5px;
    height: 60px;
    vertical-align: middle;
    display: table-cell;
}

.recm_news_wrap .rm_listWrap ul li.contentsList > div.cont_info a {
    color: #555;
    max-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-all;       
}

.recm_news_wrap .rm_listWrap ul li.contentsList > div.cont_info a:hover {
    text-decoration: underline;
}
.recm_news_wrap .rm_listWrap ul li.contentsList > a.thumnail {
    width: 85px;
    height: 60px;
    float: right;
    margin-left: 20px;
}
.recm_news_wrap .rm_listWrap ul li.contentsList > a.thumnail img {
    width: 100%;
    height: 100%;
}

/* SUB CSS 뉴스 기사 리스트 */
section.s_newslistWrap {
    clear: both;
    margin-top: 20px;
}

div.newslist_cont > ul {
    display: block;
    overflow: hidden;
}

li.newslistContents {
    clear: both;
    margin-top: 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eeeeee;
    box-sizing: content-box;
}

div.newslist_cont > ul li.lastborder {
    padding: 0 0 20px 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
}
    li.newslistContents a.thumnail {
        width: 200px;
        height: 130px;
        margin-right: 22px;
        float: left;
        box-sizing: border-box
    }
    li.newslistContents a.thumnail img {
        width: 100%;
        height: 100%;
    }

    li.newslistContents dt.mtit a:hover{
        text-decoration: underline;
        /* display: block;  */
    }

    li.newslistContents dl {
        display: block;
        height: 135px;
        position: relative;
        overflow: hidden;
    }
    li.newslistContents dl dt.mtit {
        font-size: 19px;
        display: block;
        color: #333;
        line-height: 26px;
        letter-spacing: 0;
        max-height: 50px;
        margin-top: 8px;
        font-weight: 500;
        padding-right: 15px;

    }
    li.newslistContents dl dd.stit {
        max-height: 50px;
        font-size: 15px;
        font-weight: 400;
        line-height: 170%;
        margin-top: 10px;
        padding-right: 15px;
        color: #888;
    }
    li.newslistContents dl dd.date {
        font-size: 14px;
        color: #888;
        display: block;
        position: absolute;
        bottom: 8px;
    }
    li.newslistContents dl dd.date span:after {
        content: "";
        margin: 0 5px 0 8px;
        display: inline-block;
        background: #ccc;
        width: 1px;
        height: 10px;
        overflow: hidden;
    }

/* 브라보 영상 썸네일 리스트 */
div.newslist_cont > ul li.newslist a.thumnail_vd {
    width: 190px;
    height: 135px;
    margin-right: 22px;
    float: left;
    box-sizing: border-box;
    position: relative;
}
div.newslist_cont > ul li.newslist a.thumnail_vd img {
    width: 100%;
    height: 135px;
    vertical-align: top;
}
div.newslist_cont > ul li.newslist a.thumnail_vd .video_btn {
    position: absolute;
    left: 70px;
    top: 42px;
}
div.newslist_cont > ul li.newslist a.thumnail_vd .video_btn img {
    width: 50px;
    height: 50px;
}
.more-news{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-bottom: none !important;
    height: 100% !important;
    margin-top: 20px;
}
.more-news span.addico{
    position: relative;
    top: 7px;
    margin-left: 10px;
}



/* 페이지 네비 */
.sub_contents_lf .paginWrap {
    clear: both;
    width: 720px;
    margin: 60px auto 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.sub_contents_lf .paginWrap .pagination {
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.sub_contents_lf .paginWrap .pagination a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    margin-right: 12px;
    padding: 8px 0;
    width: 30px;
    height: 30px;
    line-height: 12px !important;
    font-size: 13px;
    color: #555;
    background: #f5f5f5;
    text-align: center;
    border-radius: 100px;
    font-family: 'Titillium Web';
}
.sub_contents_lf .paginWrap .pagination a > span{
    font-size: 12px;
    zoom: 0.9;
}
.sub_contents_lf .paginWrap .pagination .active {
    color: #fff !important;
    font-weight: bold;
    background-color: #123728;
}

/* ====================================================================================================================
   SUB CSS 브라보마이라이프 구독 신청 table form
 ====================================================================================================================== */

/* 구독신청 메인 */

.sub_contents_lf .subscribeWrap .subscribeContentsMain {
    clear: both;
    margin-top: 30px;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain .infotext {
    margin-top: 40px;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain .infotext dt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-bottom: 12px;
    /*background: url('/images/sb_bullet.gif') no-repeat;*/
    background-position: 0px 9px;
    border-bottom: 1px solid #e6e6e6;

}

.sub_contents_lf .subscribeWrap .subscribeContentsMain .infotext dd {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    margin-left: 10px;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain .infotext dd a:hover {
    display: inline-block;
    text-decoration: underline;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain .infotext dd span {
    margin-left: 10px;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain .infotext dd span.price {
    font-size: 13px;
    margin-left: 8px;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain div.mapplyBtn {
    background: #f4f4f4;
    padding: 30px 0 30px;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain div.mapplyBtn ul {
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain div.mapplyBtn ul li {
    display: inline-block;
    margin-right: 15px;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain div.mapplyBtn ul li:nth-of-type(2n) {
    margin-right: 0;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain div.mapplyBtn ul li.btn1 {
    width: 320px;
    height: 60px;
    line-height: 60px;
    background: #123728;
    text-align: center;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain div.mapplyBtn ul li.btn1 a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain div.mapplyBtn ul li.btn1 a:hover {
    background: #123728;
    text-decoration: none;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain div.mapplyBtn ul li.btn2 {
    width: 320px;
    height: 60px;
    line-height: 60px;
    background: #4f4f4f;
    text-align: center;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain div.mapplyBtn ul li.btn2 a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.sub_contents_lf .subscribeWrap .subscribeContentsMain div.mapplyBtn ul li.btn2 a:hover {
    background: #373737;
    text-decoration: none;
}

/* 구독자 정보입력 */

.sub_contents_lf .subscribeWrap .subscribeContents {
    clear: both;
    margin-top: 30px;
}

.sub_contents_lf .subscribeWrap .subscribeContents > p.title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform {
    margin-top: 20px;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr:nth-of-type(1) {
    border-top: 1px solid #333333;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr.linereset {
    border: 0;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr.linereset td.pdreset {
    padding-top: 0!important;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr td {
    padding: 15px 0 15px;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr td.tit {
    padding-left: 10px;
    font-weight: 500;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr td span.box_input1 input {
    background: #fafafa;
    height: 40px;
    width: 500px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr td span.box_input2 input {
    background: #fafafa;
    height: 40px;
    width: 150px;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
    margin-left: 10px;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr td span.box_input3 input {
    background: #fafafa;
    height: 40px;
    width: 120px;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
    margin-left: 10px;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr td span input {
    padding-left: 8px;
    font-size: 16px;
    overflow: hidden;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr td span select {
    background: #fafafa;
    height: 40px;
    width: 150px;
    vertical-align: middle;
    border: 1px solid #e8e8e8;
    padding-left: 8px;
    font-size: 16px;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr td span.addressbtn {
    width: 150px;
    height: 40px;
    background: #333333;
    color: #fff;
    margin-left: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

/* 구독 정보입력 */

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr.resultPrice p {
    line-height: 160%;
    letter-spacing: 0;
    font-size: 17px;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr.resultPrice p span strong {
    color: #f0343d;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr td span.checkpay {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 30px;
}

.sub_contents_lf .subscribeWrap .subscribeContents .tableform tr td span.checkpay .btn {
    margin-right: 6px;
    margin-top: -2px;
}

.sub_contents_lf .subscribeWrap .subscribeContents div.privacy_chk {
    margin: 20px 0 0;
    color: #888;
}

.sub_contents_lf .subscribeWrap .subscribeContents div.privacy_chk a {
    margin-left: 30px;
    color: #333;
    text-decoration: underline;
}

.sub_contents_lf .subscribeWrap .subscribeContents div.privacy_chk span.agree {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;

}

.sub_contents_lf .subscribeWrap .subscribeContents div.privacy_chk span.agree .btn {
    margin-right: 10px;
    margin-top: -2px;
    width: 15px;
    height: 15px;
}

.sub_contents_lf .subscribeWrap .subscribeContents div.applyBtn {
    width: 260px;
    height: 60px;
    line-height: 60px;
    background: #123728;
    text-align: center;
    margin: 50px auto 0;
}

.sub_contents_lf .subscribeWrap .subscribeContents div.applyBtn a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.sub_contents_lf .subscribeWrap .subscribeContents div.applyBtn a:hover {
    background: #123728;
    text-decoration: none;
}

.sub_contents_lf .subscribeWrap .subscribeContents div.applyBtn2 {
    width: 260px;
    height: 60px;
    line-height: 60px;
    background: #4f4f4f;
    text-align: center;
    margin: 50px auto 0;
}

.sub_contents_lf .subscribeWrap .subscribeContents div.applyBtn2 a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.sub_contents_lf .subscribeWrap .subscribeContents div.applyBtn2 a:hover {
    background: #373737;
    text-decoration: none;
}

.sub_contents_lf .subscribeWrap .subscribeContents div.cp_txt {
    font-size: 20px;
    text-align: center;
    margin: 30px auto 0;
    color: #555;
}

.sub_contents_lf .subscribeWrap .subscribeContents div.cp_txt span {
    color: #f0343d;
}


/* 구독 입력 정보 확인 */

.sub_contents_lf .subscribeWrap .subscribeContents .table_textinfo {
    margin-top: 20px;
}

.sub_contents_lf .subscribeWrap .subscribeContents .table_textinfo tr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.sub_contents_lf .subscribeWrap .subscribeContents .table_textinfo tr:nth-of-type(1) {
    border-top: 1px solid #333333;
}

.sub_contents_lf .subscribeWrap .subscribeContents .table_textinfo tr td {
    padding: 20px 15px 20px 30px;
}

.sub_contents_lf .subscribeWrap .subscribeContents .table_textinfo tr td.tit {
    background: #f7f7f7;
    text-align: center;
    padding: 0;
    font-weight: 500;
}

/*결제 정보 확인 */

.sub_contents_lf .subscribeWrap .subscribeContents .table_payinfo {
    margin-top: 20px;
}

.sub_contents_lf .subscribeWrap .subscribeContents .table_payinfo tr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.sub_contents_lf .subscribeWrap .subscribeContents .table_payinfo tr:nth-of-type(1) {
    border-top: 1px solid #333333;
}

.sub_contents_lf .subscribeWrap .subscribeContents .table_payinfo tr td {
    padding: 20px 20px 20px 20px;
}

.sub_contents_lf .subscribeWrap .subscribeContents .table_payinfo tr td.tit {
    text-align: right;
    color: #f0343d;
    font-size: 20px;
    padding-right: 20px;
}

.sub_contents_lf .subscribeWrap div.payBtn ul {
    font-size: 0;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
}

.sub_contents_lf .subscribeWrap div.payBtn ul li {
    display: inline-block;
    margin-right: 15px;
}

.sub_contents_lf .subscribeWrap div.payBtn ul li:nth-of-type(2n) {
    margin-right: 0;
}

.sub_contents_lf .subscribeWrap div.payBtn ul li.btn1 {
    width: 260px;
    height: 60px;
    line-height: 60px;
    background: #123728;
    text-align: center;
}

.sub_contents_lf .subscribeWrap div.payBtn ul li.btn1 a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.sub_contents_lf .subscribeWrap div.payBtn ul li.btn1 a:hover {
    background: #ff1f2a;
}

.sub_contents_lf .subscribeWrap div.payBtn ul li.btn2 {
    width: 260px;
    height: 60px;
    line-height: 60px;
    background: #4f4f4f;
    text-align: center;
}

.sub_contents_lf .subscribeWrap div.payBtn ul li.btn2 a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.sub_contents_lf .subscribeWrap div.payBtn ul li.btn2 a:hover {
    background: #373737;
}

/* 구독 신청 내역 없음 */

.sub_contents_lf .subscribeWrap .subscribeContents div.noresult {
    font-size: 20px;
    text-align: center;
    margin: 30px auto 0;
    color: #333;
    background: #f7f7f7;
    padding: 30px 0 30px;
}


/* 개인정보제공동의 상세 내용 팝업 */

.Privacypolicy {
    width: 720px;
    padding: 0;
    border: 1px solid #888;
    display: none;
    background: #fff;
    box-shadow: 2px 2px 12px #999;
    position: relative;
}
.Privacypolicy .closebtn{
    position: absolute;
    right: 20px;
    top: 20px;
}

.Privacypolicy .contentsWrap {
    padding: 30px 25px 40px 40px;
}

.Privacypolicy .contentsWrap .title {
    font-size: 18px;
}

.Privacypolicy .contentsWrap p.txt {
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    border-bottom: 1px solid #d8d8d8;
}
.Privacypolicy .contentsWrap div.contents{
    overflow-y: scroll;
    height: 500px;
    padding-top: 20px;
    padding-right: 15px;
    display: block
}
.Privacypolicy .contentsWrap div.contents dl dt {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.Privacypolicy .contentsWrap div.contents dl dt:nth-of-type(1) {
    margin-top: 0;
}
.Privacypolicy .contentsWrap div.contents dl dd {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.Privacypolicy .contentsWrap div.contents dl dd p.stit {
    margin-top: 20px;
}




/* ====================================================================================================================
   SUB CSS 브라보마이라이프 공지사항 게시판 table
 ====================================================================================================================== */

/*공지사항 리스트*/
.sub_contents_lf .noticeboardWrap .boardContents {
    clear: both;
    margin-top: 30px;
}

.sub_contents_lf .noticeboardWrap .boardContents > p.title {
    color: #333;
    font-size: 20px;
    display: inline-block;
    letter-spacing: -1px;
    font-weight: 500;
}

.sub_contents_lf .noticeboardWrap .boardContents .table_board {
    margin-top: 20px;
}

.sub_contents_lf .noticeboardWrap .boardContents .table_board tr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.sub_contents_lf .noticeboardWrap .boardContents .table_board tr:nth-of-type(1) {
    border-top: 1px solid #333333;
}

.sub_contents_lf .noticeboardWrap .boardContents .table_board tr td {
    padding: 20px 0 20px;
    text-align: center;
    color: #888;
    font-size: 15px;
}
.sub_contents_lf .noticeboardWrap .boardContents .table_board tr td a:hover{
    text-decoration: underline;
}
.sub_contents_lf .noticeboardWrap .boardContents .table_board tr td.tit {
    text-align: center;
    padding: 16px 0 16px;
    background: #f7f7f7;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.sub_contents_lf .noticeboardWrap .boardContents .table_board tr td.cont_tit {
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

/*공지사항 상세 뷰*/
.sub_contents_lf .noticeboardWrap .boardContents .table_view {
    margin-top: 20px;
}

.sub_contents_lf .noticeboardWrap .boardContents .table_view tr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.sub_contents_lf .noticeboardWrap .boardContents .table_view tr:nth-of-type(1) {
    border-top: 1px solid #333333;
}

.sub_contents_lf .noticeboardWrap .boardContents .table_view tr td {
    padding: 20px 0 20px 20px;
    text-align: left;
    color: #888;
    font-size: 15px;
}
.sub_contents_lf .noticeboardWrap .boardContents .table_view tr td a:hover{
    text-decoration: underline;
}
.sub_contents_lf .noticeboardWrap .boardContents .table_view tr td.tit {
    text-align: left;
    padding: 16px 0 16px 20px;
    background: #f7f7f7;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.sub_contents_lf .noticeboardWrap .boardContents .table_view tr td.stit {
    text-align: left;
    padding: 16px 0 16px 20px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.sub_contents_lf .noticeboardWrap .boardContents .table_view tr td.cont {
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 34px;
}
.sub_contents_lf .noticeboardWrap div.listBtn{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    float: right;
}

.sub_contents_lf .noticeboardWrap div.listBtn a {
    display: block;
    color: #333;
    font-size: 16px;
    background: #f7f7f7;
    border: 1px solid #888;
    box-sizing: border-box;    
}

.sub_contents_lf .noticeboardWrap div.listBtn a:hover {
    background: #333;
    border: 0;
    color: #fff;
}


/*검색페이지_개선*/
.search_area{
	position: relative;
	margin: 20px 0 0;
}
.search_style1{
	background: #F7F7F7;
	border: #eee 1px solid;
	width: 780px;
	font-size: 18px;
	font-weight: 600;
	padding: 17px 20px 15px
}
.search_area .search_ico2 {
    width: 28px;
    height: 27px;
	background-position: -140px -430px;

	top: 15px;
	right: 20px;
	cursor: pointer;
}
.search_area .details_search{
	border-left: #eee 1px solid;
	border-right: #eee 1px solid;
	border-bottom: #eee 1px solid;
	padding: 15px 20px;
}
.details_search ul{    
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.details_search ul li{
	margin: 0 15px 0 5px;
	font-size: 14px;
	line-height: 1.6;
	float: left
}

.details_search input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.details_search input[type="radio"] + label {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	padding-right: 5px;
	cursor: pointer;
	line-height: 1.8;
	height: 26px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	vertical-align: middle;
}

.details_search input[type="radio"] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 13px;
	height: 13px;
	text-align: center;
	background: #fff;
	border: 1px solid #cacece;
	border-radius: 100%;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.details_search input[type="radio"]:checked + label:before {
	background: #fff;
	border-color: #123728;
}

.details_search input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 4px;
	width: 7px;
	height: 7px;
	background: #123728;
	border-radius: 100%;
}
.details_search ul li label{vertical-align: middle; cursor: pointer;}
.details_search input[type=text]{
    width: 110px;
    padding: 5px 8px;
}
.search_area .set{
	border: 1px solid #DCDCDC;
    height: 25px;
	display: inline-flex;
	vertical-align: middle;
}
.search_area .set_calendarimg{
	width: 15px;
    height: 15px;
    background-position: -218px -431px;
    position: relative;
    top: 4px;
    right: 4px;
    cursor: pointer;
}
.details_search_bt{
	display: inline-block;
    vertical-align: middle;
}
.details_search_bt a{
	height: 25px;
	background: #F7F7F7;
	border: 1px solid #DCDCDC;
	text-align: center;
	display: block;
    padding: 0 15px;
    font-size: 14px;
}
.search_lst{padding: 30px 0 0; overflow: hidden;}
.search_lst h3{
	font-size: 15px;
	float: left;
}
.search_lst span.lst_sort a{
	font-size: 14px;
	float: right;
	color: #aaa;
	margin-left: 15px
}
.search_lst span.lst_sort a.select{
	color: #000
}
.search_lst strong{
	color: #000;
	padding: 0 5px
}
.search_lst span.lst_sort a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 6px;
    border-radius: 50%;
    vertical-align: 2px;
    background-color: #D6D6D6;
}
.search_lst span.lst_sort a.select:before {
	background-color: #F58220;
}
.search_stock_item{
	border: 1px solid #eee;
	margin-top: 10px
}
.search_stock_item .stock_item{padding: 10px 30px}

.nf{margin: 80px 0 0}
.nf p{font-size: 25px; font-weight: 400;}
.nf p em{font-style: normal; font-weight: 600; color: #000}
.nf ul{ margin-top: 25px}
.nf ul li{font-size: 15px; line-height: 22px; font-weight: 400;}
.nf ul li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 6px;
    border-radius: 50%;
    vertical-align: 4px;
    background-color: #535353;
}



/*검색결과 검색 폼*/
.sub_contents_lf .search_result{
    margin-top: 35px;
    padding-bottom: 15px;
}
.sub_contents_lf .search_result .searchbar {
    position: relative;
    /* z-index: 99; */
    width: 350px;
    height: 50px;
    margin: 0 auto 0;
    background: #f7f7f7;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: block;
}

.sub_contents_lf .search_result .searchbar > ul li {
    float: left;
}

.sub_contents_lf .search_result .searchbar > ul li.txt_form {
    height: 30px;
}

.sub_contents_lf .search_result .searchbar > ul li.txt_form input {
    width: 270px;
    height: 50px;
    font-size: 16px;
    color: #333;
    background: #f7f7f7;
    margin-left: 25px;
    letter-spacing: -1px;
}

.sub_contents_lf .search_result .searchbar > ul li.button {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}
.sub_contents_lf .search_result .result_txt{
    clear: both;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}
.sub_contents_lf .search_result .result_txt span{
    color: #123728;
}

/* BRAVO MONTH COVER */
.cover_contentswrap {
    width: 1280px;
    margin: 0 auto 0;
    position: relative;
}
.cover_contentswrap .arrow{
    position: fixed;
    width: 1280px;
    top: 55%;
}
.cover_contentswrap .arrow .lf_arrow{
   
    float: left;
}
.cover_contentswrap .arrow .rt_arrow{
   
    float: right;
    
}
.cover_contentswrap .dataWrap{
    position: fixed;
    top: 240px;
}
.cover_contentswrap .dataWrap dl dt.date{
    font-size: 50px;
    font-weight: bold;
    font-family: 'Titillium Web', 'Roboto', 'Malgun Gothic', sans-serif;
}
.cover_contentswrap .dataWrap dl dt.date span{
    color: #123728;
}
.cover_contentswrap .dataWrap dl dd.tit{
    font-size: 22px;
    letter-spacing: 1.5px;
    color: #fff;
    padding: 0 5px 2px;
    background: #123728;
    text-align: center;
}
.cover_contentswrap .coverlist{
    width: 860px;
    margin: 30px auto 0;
}

/* 221118_김소연 추가 */
.cover_contentswrap .link_clip{
    margin: 20px 0 0 5px;
}
.cover_contentswrap .link_clip .ico_clip{
    background-position: -558px -198px;
    width: 20PX;
    height: 20PX;
    position: relative;
    display: inline-block;
    margin-right: 6px;
    top: 4px;
}
.cover_contentswrap .link_clip p{
    display: contents;
    font-size: 14px;
    line-height: 155%;
}
.rectLink {
    z-index:9999;
    position:absolute;
    cursor:pointer;
}
.rectClip{
    background-position: -558px -198px;
    width: 20PX;
    height: 20PX;
    position: absolute;
    right: 5px;
    top: 5px;
}
.rectLink:hover {
    background-color: rgba(224, 240, 255, 0.3);
    border-bottom: #7CB1FF 2px solid;   
}

.footerWrap{
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    background: #353a38;
    
}
.footerWrap .footer_container{
    width: 1140px;
    margin: 0 auto 0;
    padding: 40px 0 40px;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: -0.6px;
    overflow: hidden;
    position: relative;
}
.footerWrap .footer_container p.f_logo{
    float: left;
    display: block;
    height: 150px;
}  
div.footer_info_company{
    margin-left: 30px;
    float: left;
}
div.footer_info_company ul.cmp_m{
    font-size: 13px; 
}
div.footer_info_company ul.cmp_m li,
div.footer_info_company ul.cmp_m li a{
    color: #fff;
}
div.footer_info_company ul.cmp_m a:hover{
    text-decoration: underline;
} 
div.footer_info_company ul.cmp_m a span{
    margin-right: 8px;
    margin-left: 8px;
}
div.footer_info_company ul.cmp_m a span.first{
    margin-left: 0;
}           
div.footer_info_company ul.cmp_m a span.bold{
    font-weight: bold;
}        
.footerWrap .footer_container div.footer_info_company ul.infomation{
    margin-top: 15px;
}
.footerWrap .footer_container div.footer_info_company ul.infomation li{
    font-size: 13px;
    color: #fff;
    line-height: 22px;
}
.footerWrap .footer_container div.footer_info_company ul.copyl{
    font-size: 13px; 
    margin-top: 15px;
    position: relative;
}   
.footerWrap .footer_container div.footer_info_company ul.copyl li{
    font-size: 13px;
    color: #fff;
    line-height: 22px;;
}
/* 패밀리사이트 */
.foot_select_up {
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
}
.foot_select_up:after{
    content: "▼";
    margin-left: 8px;
    font-size: 10px;
    zoom: 0.8;
    position: relative;
    top: -3px;
}        
.n_foot_family{
    position: absolute;
    right: 0;
}
.foot_select{
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
}
.foot_select:after{
    content: "▲";
    margin-left: 8px;
    font-size: 10px;
    zoom: 0.8;
    position: relative;
    top: -3px;
}            
.n_foot_family_open{
    position: absolute;
    top: 78px;
    right: 0;
    z-index: 9999;
    width: 130px;            
}
.n_foot_family_open ul{
    overflow: hidden;
}
/* :first-child{
    border-top: 1px s.n_foot_family_open ul liolid #cecece;
} */
.n_foot_family_open ul li{
    float:none;
    width: 130px;
    height: 38px;
    line-height: 38px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #cecece;
    font-size: 13px;
    font-weight: 500;
}
.n_foot_family_open ul li a{
    display: block;
    width: 130px;
    height: 38px;
}
.n_foot_family_open ul li:first-child{
    border-top: 1px solid #cecece;
}
.n_foot_family_open ul li:last-child{
    border-bottom: none;
}
.n_foot_family_open ul li.last{
    border-bottom: none;
}
.n_foot_family_open ul li:hover{
    background-color: #123728;
}
.n_foot_family_open ul li a:hover{
    width: 130px;
    height: 35px;
    color: #fff;
    text-decoration: none;
}

ul.ut_menus {
    margin-top: 16px
}
ul li.share_ico_wrap span{
    display: inline-block;
    margin-right: 5px;
}

.pt_logo{
    position: absolute;
    right: -40px;
    top: 0;
}
.pt_logo img{
    max-width: 100%;
    width: 120px;
}


/* atc_view.php에 있던 내용 */
.iframe_img {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}

 img.imgov {
	position: absolute;
} 

.view_contents .articleView img {
	max-width: none;
}

.articleView .img_box_desc {
	font-size: 13px;
}

.img_box_L {
	margin-right: 20px !important;
	float: left !important;
}


/* 뉴스 본문 관련 뉴스 */
.rel_list_wrap{
    clear: both;
    max-width: 800px;
    margin-top: 40px;
    padding-top: 12px;
    border-top: 4px solid #123628;
}
.tit_m_st{
    font-size: 18px;
    font-weight: 600;
    color: #123728;
}
.rel_list_container{
    margin-top: 20px;
}
ul li.rel_list{
    margin-top: 12px;
    position: relative;
    padding: 0 0 16px;
}
ul li.rel_list::after{
    content: "";
    clear: both;
    display: block;
}
dl dt.rel_tit a:hover{
    text-decoration: underline;
}
ul li.rel_list div.rel_list_thum{
    width: 160px;
    height: 100px;
    float: left;
    margin-right: 20px;
}
ul li.rel_list div.rel_list_thum img{
    width: 100%;
    height: 100%;
}
ul li.rel_list dl{
    padding-right: 20px;
    overflow: hidden;
}
ul li.rel_list dl dt.rel_tit{
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
    line-height: 150%;
}
ul li.rel_list dl dd.rel_rd_tit{
    font-size: 14px;
    color: #888888;
    margin-top: 12px;
    line-height: 160%;
    max-height: 45px;
}

/*2021 css 추가*/
p.group_tit{
    margin-top: 50px;
    font-size: 17px;
    font-weight: 600;
    color: #123728;
    border-bottom: 2px solid #e7f0ec;
    box-shadow: 0 -8px 0 #e7f0ec inset;
    display: inline-block;
}
p.group_tit:first-child{
    margin-top: 3px !important;
}
P.title_pl{
    margin: 15px 0 10px 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    color: #123728;
    border-bottom: 2px solid #e7f0ec;
    box-shadow: 0 -8px 0 #e7f0ec inset;
}
.rpt_border_top:first-child{
    border-top: 3px solid #123628;
    padding-top: 20px;
}
/* 2022-01-06 우측 화면 크기 조정 따라다니는 버튼 추가 */

#floatMenu {
	position: absolute;
	right: -80px;
    top: 120px;
    z-index: 9998;
}

div.r_ft_menu{
    border: 1px solid #dcdcdc;
    display: inline-block;
    box-shadow: 3px 8px 25px -9px rgb(0 0 0 / 25%)
}
ul.r_ft_menu_list li:first-child{
    border-bottom: 1px solid #dcdcdc;
}
ul.r_ft_menu_list li:hover{
    text-decoration: none;
    background: #f9f9f9;
    cursor: pointer;
}
ul.r_ft_menu_list li{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    background: #fff;
}
ul.r_ft_menu_list li.sm_cont{
    font-size: 12px;
}
ul.r_ft_menu_list li.bg_cont{
    font-size: 18px;
    font-weight: 500;
}

blockquote.block_box {
    border: 1px solid #ddd;
    margin: 0 0 20px 0;
    padding: 10px;
    background-color: #f4f4f4;
}
blockquote.block_line{border-left:4px solid #ccc;margin:0 0 20px 20px;padding:0 10px; border-left-color: #356050;}

article.adv-Wrap iframe{
    -ms-zoom: 1;
	
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    
    transform: scale(1);
    transform-origin: 0 0;	
    top:0px;
    left:0px;
    
    width: 100%;
    height: 100%;
}

/* ====================================================================================================================
   SEO 진행시 추가된 CSS
 ====================================================================================================================== */

 /* 기사뷰 키워드 */
.kwd_tags{padding: 15px 0 0;}
.kwd_tags a{background: #F3F3F3;border-radius: 26px;color: #8B8B8B;font-size: 14px;padding: 8px 15px;display: inline-block;margin: 6px 5px 0 0;line-height: 1.5;}
.kwd_tags a:hover{background: #272727;color: #fff;}


/* sitemap */
.brv_serviceWrap{
    margin: 80px auto 100px;
}
section.siteMap {
    display: block;
}
    div.stm_tit {
        font-weight: 700;
        font-size: 40px;
        text-align: left;
        position: relative;
        padding-top: 35px;
        border-top: 6px solid #123628;
    }
    div.stm_tit > h1 {
        display: inline-block;
        font-size: 100%;
    }
    /* .map_txt, .map_txt2, .map_txt2 h1 {
        font-weight: 300;
        font-size: 25px;
    } */
    .arr_r{
        width: 9px; 
        height: 9px; 
        border-top: 4px solid #121212; 
        border-right: 4px solid #121212; 
        display: inline-block;
        transform: rotate(45deg); 
        margin: 0 20px 3px;
    }
    div.date-nav{
        position: absolute;
        left: 250px;
        top: 106px;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Noto Sans KR';
    }
    span.mnh_arrw{
        font-weight: 600;
    }
    span.mnh_arrw::before{
        content: "";
        background-image: url('/images/bravo_img_element23.png?v=1');
        background-repeat: no-repeat;
        background-size: 1000px 3000px;
        background-position: -159px -200px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 12px;
        color: #bbbbbb;
        width: 10px;
        height: 19px;
    }
/*.siteMap .mapMenu,
.siteMap .mapDay{
	border-top: 1px solid #E0E4F1;
	margin: 33px 0;
}*/
.mapDate a:hover,
.mapMenu a:hover,
.siteMap .mapDay a:hover,
.siteMap a.map_txt:hover,
.siteMap a.map_txt2:hover,
.siteMap .newsList ul li a:hover{
	text-decoration: underline;
}

div.mpdatelist_yr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 20px;
}
div.mpdatelist_yr, div.mpdatelist_mh, div.mapdaylist {
	margin: 40px 0 0;
	overflow: hidden;
}
div.mpdatelist_yr a{
	width: calc(100% / 5);
	float: left;
    padding: 25px 0 25px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
div.mpdatelist_mh{
    border: 1px solid #ddd;
    border-radius: 10px;
}
div.mpdatelist_mh a{
	width: calc(100% / 4);
	float: left;
    padding: 20px 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
div.mpdatelist_mh a.stmap_on{
    background: #3f6657;
    color: #fff !important;
}
div.mpdatelist_mh a:nth-of-type(4n){border-right: 0;}
div.mpdatelist_mh a:nth-of-type(n + 9){border-bottom: 0;}


.siteMap .mapDate div a:hover,
.siteMap .mapDay div a:hover{
	color: #115c3f;
}
.siteMap .mapDay div a {
	font-weight: 700;
	line-height: 2;
	width:calc(100% / 16);
	float: left;
    box-sizing:border-box;
}
.siteMap .mapDay .select{
	color: #FF8820;
	text-decoration: underline;
}
.siteMap .mapMenu div dl {
	width: 145px;
	display: inline-table;
	margin: 40px 0 0;
}
.siteMap .mapMenu div dl dt {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px
}
.siteMap .mapMenu div dl dd a {
	font-size: 15px;
	line-height: 27px;
	color: #989898;
	font-weight: 400;
}
.siteMap .newsList{
	background: #FCFCFE;
	padding: 30px 60px;
	margin: 40px 0;
}
.siteMap .newsList ul li{
	font-size: 17px;
    font-weight: 400;
	position: relative;
	padding: 0 0 0 15px;
	line-height: 180%;
    margin-bottom: 15px;
}
.siteMap .newsList ul li:last-child{
    margin-bottom: 0;
}
.siteMap .newsList ul li:before{
	content: "";
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 15px;
}
/* 20220930 메인 헤더 날짜 표기 */
.t_head_date{
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 15px;
    font-family: 'Titillium Web';
    letter-spacing: 0;
}


/* 20221021 로그인 */
.t_login{
    letter-spacing: 0;
    float: right;
}
.t_login a{
    color: #fff;
    font-size: 15px;
}
.t_login .login::after{
    content: "";
    margin: 0 5px 0 10px;
    display: inline-block;
    background: #fff;
    width: 1px;
    height: 10px;
    overflow: hidden;
}

/* 20221014 공감아이콘 추가 */
.recommend_btn {
    clear: both;
    margin: 30px auto 0px;
    padding: 30px 0 0;
    width: 800px;
    border-top: 1px solid #e0e4f1;
}
.recommend_btn ul.ico_btn {
    width: 500px;
    margin: 0 auto 0;
    overflow: hidden;
}
.recommend_btn ul.ico_btn li {
    float: left;
    width: 100px;
    margin-right: 25px;
    position: relative;
    text-align: center;
}
.recommend_btn ul.ico_btn li a {
    font-size: 15px;
    display: block;
    width: 55px;
    height: 55px;
    box-sizing: border-box;
    margin: 0 auto 0;
}
span.recom_ico1 {
    width: 50px;
    height: 50px;
    background-position: -291px -348px;
}

span.recom_ico1_on{
    width: 50px;
    height: 50px;
    background-position: -291px -417px;
   /*  display: block; */
    z-index: 999;
}
span.recom_ico2{
    width: 50px;
    height: 50px;
    background-position: -362px -348px;

}
span.recom_ico2_on{
    width: 50px;
    height: 50px;
    background-position: -362px -417px;
    z-index: 999;
}
span.recom_ico3{
    width: 50px;
    height: 50px;
    background-position: -433px -348px;
}
span.recom_ico3_on{
    width: 50px;
    height: 50px;
    background-position: -433px -417px;
    z-index: 999;
}
span.recom_ico4{
    width: 50px;
    height: 50px;
    background-position: -504px -348px;
}
span.recom_ico4_on{
    width: 50px;
    height: 50px;
    background-position: -504px -417px;
    z-index: 999;
}
.recommend_btn ul.ico_btn li span.tit {
    margin-top: 10px;
    display: block;
    font-size: 14px;
}
.recommend_btn ul.ico_btn li span.numbs {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: bold;
    display: block;
    letter-spacing: 0;
    background: #f2f2f2;
    border-radius: 20px;
    padding: 4px 8px 4px;
    position: absolute;
    top: 0;
    left: 64%;
}

 .report_con{margin-bottom: 55px;}

 /* 디지털라이브러리 색인 추가 css 2025-04*/
 .cover_acvdataWrap{
    width: 860px;
    margin: 56px auto 56px;
 }
 .cover_acvdataWrap p.acvitle{
    font-size: 24px;
    font-weight: 900;
    text-align: center;
 }
 .acvyear_item{
    display: flex;
    justify-content: center;
    margin-top: 24px;
 }
 .acvyear_item > li{
    margin-right: 16px;
 }
 .acvyear_item > li:last-child{
    margin-right: 0;
 }
 a.acvyear_list{
    display: block;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    background: #F2F4F6;
    letter-spacing: 0;
 }
 a.acvyear_list:hover{
    background: #106859;
    color: #fff;
 }
 a.acvyear_list.active{
    background: #106859;
    color: #fff;
 }
 .acvmonth_item{
    display: flex;
    justify-content: center;
    margin-top: 24px;
 }
 .acvmonth_item > li{
    margin-right: 30px;
 }
 .acvmonth_item > li:last-child{
    margin-right: 0;
 }
 a.acvmonth_list{
    display: block;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: 0;
    color: #bbbbbb;
 }
 a.acvmonth_list.read{
    color: #222;
    font-weight: bold;
 }
 a.acvmonth_list.active{
    color: #106859 !important;

 }
 a.acvmonth_list.read:hover {
    text-decoration: underline;
}
a.acvmonth_list:hover {
    text-decoration: none;
}

/*카드뉴스 슬라이드 css*/
.slider-container {
    position: relative;
    width: 600px;
    height: 800px;
    margin: 50px auto;
    overflow: hidden;
    border: 1px solid #ddd;
}
.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slide {
    width: 100%;
    flex: 0 0 100%;
}
.slide img {
    width: 100%;
    height: auto;
    display: block;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
.prev { left: 10px; }
.next { right: 10px; }
.prev:hover, .next:hover {background-color: rgba(0, 0, 0, 0.8);}

.arrow{
    position: relative;
    width: 0;
    height: 0;
    top: -2px;
    opacity: 0.9;
    display: inline-block;
    border-style: solid;
    border-width:0 9px 10px 9px;
    border-color: transparent transparent #fff transparent;
}
.arrow.arL{
    left: -2px;
    transform: rotate(-90deg);
}
.arrow.arR{
    left: 2px;
    transform: rotate(90deg);
}

/* 디지털라이브러리 연도별 전체보기 페이지 추가 css 2025-04-24 */
@font-face {
    font-family:'SCoreDreamLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family:'SCoreDreamRegular';
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/S-CoreDream-4Regular.eot');
    src:url('https://cdn.jsdelivr.net/gh/wizfile/font/S-CoreDream-4Regular.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family:'SCoreDreamBold';
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/S-CoreDream-6Bold.eot');
    src:url('https://cdn.jsdelivr.net/gh/wizfile/font/S-CoreDream-6Bold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family:'SCoreDreamExBold';
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/S-CoreDream-7ExtraBold.eot');
    src:url('https://cdn.jsdelivr.net/gh/wizfile/font/S-CoreDream-7ExtraBold.woff') format('woff');
    font-style: normal;
}

.coverlist_contentswrap{
    width: 100%;
}
.dlb-topContents{
    width: 100%;
    height: 340px;
    overflow: hidden;
    background: url("../../images/dlb_topimg.jpg") no-repeat;
}
    .dlb-topContents-tWrap{
        width: 1200px;
        margin: 64px auto 0;
        text-align: center;
    }
        .dlb-topContents-tWrap__mtit,
        .dlb-topContents-tWrap__stit{
            color: #ffffff;
            line-height: 1;
        }
        .dlb-topContents-tWrap__mtit{
            font-size: 42px;
            font-family: "SCoreDreamLight";
        }
        .dlb-topContents-tWrap__stit{
            font-size: 48px;
            font-weight: 400;
            margin-top: 12px;
            font-family: "Chonburi", serif;
        }
        .dlb-topContents-tWrap__txt{
            color: #E1F8F4;
            font-size: 15px;
            margin-top: 24px;
            font-family: "SCoreDreamRegular";
            letter-spacing: 0;
            line-height: 28px;
        }
        .dlb-topContents-tWrap__txt b{letter-spacing: 1.5px;}

.dlb-allcoverlist{
    width: 1200px;
    margin: 0 auto 0;
}
    .dlb-allcoverlist-noti{
        background: #F3F3F3;
        margin-top: 30px;
    }
        .dlb-allcoverlist-noti--txt{
            font-size: 12px;
            font-family: "SCoreDreamRegular";
            overflow: hidden;
            padding: 16px 24px;
        }
        .dlb-allcoverlist-noti--txt li{
            float: left;
            color: #555;
        }
        .noti--txt__r{
            float: right !important;
            font-weight: 700;
        }
        .noti--txt__r span{
            font-family: "SCoreDreamExBold";
            letter-spacing: 0;
            color: #186458;
        }
    .dlb-allcoverlist-contents{
        margin-top: 40px;
    }
    .dlb-allcoverlist-contents:nth-of-type(n + 3){
        margin-top: 80px;
    }
        .yearNum{
            font-family: "SCoreDreamRegular";
            font-size: 42px;
            padding: 0 0 8px 0;
            color: #353A38;
            border-bottom: 3px solid #353A38;
        }
        .dlb-cover{
            display: flex;
            flex-wrap: wrap;
            margin-top: 48px;
        }
            .dlb-cover-item{
                width: 160px;
                height: 250px;
                margin-right: 48px;
                position: relative ;
                -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 8%);
                -moz-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 8%);
                box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 8%);
                transition: all 0.5s;
            }
            .dlb-cover-item:hover{
                -webkit-box-shadow: 8px 10px 20px 0px rgb(0 0 0 / 17%);
                -moz-box-shadow: 8px 10px 20px 0px rgb(0 0 0 / 17%);
                box-shadow: 8px 10px 20px 0px rgb(0 0 0 / 18%);
                transform:translateY(-6px);
            }
            .dlb-cover-item::before{
                display: block;
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                z-index: 1;
                width: 30px;
                background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,0) 60%);
                background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(249,249,249,0) 60%);
                background: linear-gradient(to right, rgba(114, 114, 114, 0.2) 0%,rgba(249,249,249,0) 60%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#21212100',GradientType=1 );
                pointer-events: none;
            }
            .dlb-cover-item:nth-of-type(6n){
                margin-right: 0;
            }
            .dlb-cover-item:nth-of-type(n + 7){
                margin-top: 48px;
            }
            .dlb-cover-item__thum img{
                min-width: 160px;
                width: 100%;
                height: 100%;
            }
            .dlb-cover-item__date{
                text-align: center;
                font-size: 12px;
                font-family: "SCoreDreamRegular";
                margin-top: 10px;
                letter-spacing: 0;
            }
                .Coverhover{
                    position: relative;
                    display: inline-block;
                    color: #333;
                    height: 250px;
                    text-decoration: none;
                    transition: color 0.3s ease;
                }
                .Coverhover::before,
                .Coverhover::after {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 6px;
                    background: #20695d;
                    transition: all 0.3s ease;
                }
                .Coverhover::before {
                    left: 0;
                    top: 0;
                }
                .Coverhover::after {
                    right: 0;
                    bottom: 0;
                }
                
                .Coverhover:hover::before {
                    width: 100%;
                }
                
                .Coverhover:hover::after {
                    width: 100%;
                }
                
                .Coverhover span::before,
                .Coverhover span::after {
                    content: "";
                    position: absolute;
                    width: 6px;
                    height: 0;
                    background: #20695d;
                    transition: all 0.3s ease;
                }
                
                .Coverhover span::before {
                    left: 0;
                    top: 0;
                }
                
                .Coverhover span::after {
                    right: 0;
                    bottom: 0;
                }
                
                .Coverhover:hover span::before {
                    height: 100%;
                }
                
                .Coverhover:hover span::after {
                    height: 100%;
                }      

.footerarea{
    width: 100%;
    min-width: 1200px;
    text-align: center;
    padding: 32px 0;
    margin: 80px auto 0;
    color: #fff;
    clear: both;
    background: #353A38;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-family: "SCoreDreamRegular";
}
              
/* Top srcoll */
div.topscroll {
    margin: auto;
}
a.top_s_btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
}
a.top_s_btn svg{
    height: 60px;
}


a.tit-arrow-dgt {
    position: absolute;
    right: 5px;
    top: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    
}
a.tit-arrow-dgt span, a.tit-arrow-dgt svg{
    vertical-align: middle;
    margin-left: 4px;
    color: #555;
}


/* 
========================
2025-07-28 css 추가
========================
*/

/* 실시간 주요뉴스 */

article.lvmaj_newsWrap{
    width: 100%;
    background: #f9f9f9;
    margin-top: 50px;
}
.lvmaj_newsContainer{
    width: 1200px;
    margin: 0 auto 0;
}
.lvmaj_newsContainer > div{
    float: left;
}
.lvmaj_news_tit{
    background: #356050;
    width: 180px;
    height: 60px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-align: center;
    line-height: 60px;
}
.lvmaj_news_tit::after{
    content: "";
    width: 0;
    height: 0;
    right: -8px;
    top: 22px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #356050; /* 원하는 색상 */
    position: absolute;
}
.lvmaj_newsContainer::after, .lvmaj_list::after{
    content: "";
    display: block;
    clear: both;
}
.lvmaj_news_listWrap {
  overflow: hidden; 
  height: 60px; /* li 한 줄의 높이로 맞춤 */
  position: relative;
}
.lvmaj_list{
    list-style: none; 
    padding: 0; 
    margin-left: 8px;
}
.lvmaj_list .lvmaj_item{
    margin-top: 18px;
}
.lvmaj_list .lvmaj_item a:first-child{
    border-right: 1px solid #d3d3d3;
}
    .lvmaj_list .lvmaj_item a{
        font-size: 17px;
        font-weight: 600;
        display: inline-block;
        width: 500px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }
    .lvmaj_list .lvmaj_item a:hover{
        text-decoration: underline;
    }


/* 카드뉴스 2종 */
.cardnewsWrap{
    margin-top: 40px;
}
    .cd-newsWrap{
        margin-top: 16px;
    }
        .cd-newsWrap__list::after{
            content: "";
            display: block;
            clear: both;
        }
        .cd-newsWrap__list li{
            float: left;
            margin-right: 60px;
        }
        .cd-newsWrap__list li:last-child{
            margin-right: 0;
        }
        .cd-newsWrap__list li .thumbs{
           box-shadow: 0 8px 15px 0 rgb(69 69 69 / 15%)
        }


/*주요뉴스 css 부활!*/
/* 20250708 기자 주요뉴스*/
.reporter_topNews{
    border: 1px solid #E0E4F1;
    margin-top: 30px;
    width: 800px;
}

.reporter_topNews .reporter_info{
    border-bottom: 1px solid #E0E4F1;
    display: flex;
    font-size: 17px;
    position: relative;
    font-weight: 600;
    padding: 14px 20px;
}

.reporter_topNews .reporter_info p{
    float: left;
}

.reporter_topNews .reporter_info p.reporter_bt{
    float: right;
    background: #123728;
    padding: 6px 9px;
    font-size: 11px;
    border-radius: 50px;
    line-height: 1;
    font-weight: 400;
}
.reporter_topNews .reporter_info p.reporter_bt a{
    background: #356050;
    width: 180px;
    height: 60px;
    color: #fff;
}


.relation_newslist p::before, .relation_newslist2 p::before{
    content: '';
    display: block;
    left: -4px;
    top: 0;
    width: 4px;
    height: 6px;
    background: #fff;
}


.relation_newslist p::after, .relation_newslist2 p::after{
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    bottom: 0;
    width: 4px;
    height: 6px;
    background: #fff;
}

.relation_newslist .relation_news ul, .relation_newslist2 .relation_news ul{
    margin: 20px;
}

.relation_newslist .relation_news li, .relation_newslist2 .relation_news li{
    padding-left: 15px;
    font-size: 15px;
    margin-top: 7px;
    line-height: 140%;
    position: relative;
    max-height: 25px;
}
.relation_newslist .relation_news li a:hover, .relation_newslist2 .relation_news li a:hover{
    text-decoration: underline;
}
span.blt_ico {
    background-position: -587px -198px;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 0;
}    


/* 20250708 footer css 추가 */
.footerWrap li.footext{
    font-size: 13px;
    color: #cdcdcd;
    line-height: 22px;
    margin-top: 15px;
}
.footerWrap li.footext a{
    color: #92D050;
}

.nextDisabled { cursor:default; opacity:.4; }