.img_element {
    background-image: url(/images/img_element.png?v7);
    background-repeat: no-repeat;
    background-size: 500px 750px;
    display: inline-block;
}


.cf_main{
    background: url('/channel5/images/ChannelFIVE_mBG.png')  #222 no-repeat;
    text-align: center;
}
.cf_main h5{
    color: #fff;
    font-size: 18.5px;
    font-weight: 200;
    margin-bottom: 10px;
}
.cf_main .main_t{
    padding: 110px 0;
}
.cf_main .main_t img{
    width: 60%;
}
.cf_main .cf_mInfo{
    background-color: #f4f6f8;
    color: #333;
    padding: 110px 0 150px;
    border-radius: 40px 40px 0 0;
}
.cf_main .cf_mInfo .cf_mInfo_txt{
    font-size: 25px;
    margin-bottom: 80px;
}
.cf_main .cf_mInfo p{
    font-weight: 100;
}
.cf_main .cf_mInfo p span{
    font-weight: 500;
}
.cf_main .cf_mInfo a.loginBt{
    background-color:#222;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    padding: 20px 55px;
    display: inline-block;
}
.cf_main .cf_mInfo a.paid_button{
    border: 1px solid #222;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    padding: 20px 55px;
    display: inline-block;
}
.cf_main .cf_mInfo .join{
    margin-top: 35px;
    text-decoration: underline;
}
.cf_main .cf_mInfo .paidList_txt{
	font-size: 14px;
	color: #777;
}
.header_wrap{
    background: #222;
    padding: 15px;
    height: 20px;
}
.header_wrap .cf_logo{
    float: left;
}
.header_wrap .cf_logo img{
    width: 160px;
}
.header_wrap .logout{
    float: right;
}
.header_wrap .logout a{
    color: #fff;
    font-size:15px
}
.gnb_menu{
    width: 100%;
    overflow: hidden;
}
.gnb_menu .navi {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.gnb_menu .navi li{
    display: inline-block;
    margin: 10px 12px;
}
.gnb_menu .navi li .select{
    border-bottom: 3px solid #febd14;
    font-weight: 500;
    padding-bottom: 7px;
}
header .newspaper{
    background-color: #fff;
	text-align: center;
	padding: 8px 0;
	border-top: 1px solid #f4f6f8;
	font-size: 15px;
}
.ico_newspaper{
    display: inline-block;
    width: 22px;
    height: 23px;
    position: relative;
    background-position: -226px -340px;
    vertical-align: middle;
    margin: 0 0px 3px 3px;
}
.cf_notice{
    background-color: #fff;
    border-radius: 20px;
    width: 91%;
    margin: 10px auto;
    font-size: 15px;
    padding: 2%;
}

.cf_notice .kakaoch {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    background-position: -262px -340px;
    vertical-align: middle;
    margin-right: 3px;
}
.cf_notice div ul{
    overflow: hidden;
}
.cf_notice div ul li{
    
}
.cf_notice .kakaoch_ico{
    width: 10%;
    float: left;
}
.cf_notice .txt{
    width: 89%;
    float: left;
    display: table-cell;
    margin-top: 4px;
}
.mboxcont{
    box-shadow: 0 8px 9px -2px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
}
.link_text2 b{
    background-color: #fc451b;
    color: #fff;
    font-size: 10px;
    padding: 2px 7px 3px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.cf_viewCon{
    background-color: #fff;
    padding: 0 24px;
}
.view_mtitle{
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 16px 0 12px;
}
.view_mtitle .byline{
    font-size: 14px;
}
.view_mtitle .byline .detaillink{
    margin-left: 8px;
    font-weight: 400;
    border-bottom: 2px solid #e1e7f5;
    box-shadow: 0 -8px 0 #e1e7f5 inset;
}
.view_contents .subview_title {
    position: relative;
    font-weight: 600;
    border-left: 3px solid #f58220;
    padding-left: 25px;
    margin: 20px 0;
    line-height: 160%;
    clear: both;
    font-size: 18px;
}
.view_contents .newsList_btn{
	border-top: 1px solid #ddd;
	text-align: right;
	padding: 20px 0;
}
.view_contents .newsList_btn a{
	font-size: 14px;
	font-weight: 600;
}
.view_contents .bs-icon {
	display: inline-block;
	fill: none;
	margin: 0.2em;
	font-size: 1em;
	width: 1em;
	stroke: currentColor;
	stroke-width: inherit;
	stroke-linecap: inherit;
	stroke-linejoin: inherit;
	overflow: visible;
	vertical-align: bottom;
}
.cf_viewCon .contents_body p{
    margin-bottom: 16px;
}
.cf_viewCon .view_contents{
    padding-bottom: 16px;
}
.cf_viewCon h5{
    padding: 24px;
    text-align: center;
    font-size: 18px;
}
.cf_viewCon .newsdate{
    margin-left: 8px;
    font-weight: 300;
    border-bottom: 2px solid #e1e7f5;
    box-shadow: 0 -8px 0 #e1e7f5 inset;
}
.cf_viewCon .newsthum{
    text-align: center;
    
}
.cf_viewCon .newsthum img{
    width: 80%;
    border: 1px solid #eee;
    -webkit-box-shadow: 3px 4px 20px -9px rgb(0 0 0 / 15%);
    -moz-box-shadow: 3px 4px 20px -9px rgb(0 0 0 / 15%);
    box-shadow: 3px 4px 20px -9px rgb(0 0 0 / 15%);
}
.download_wrap{
    height: 90px;
    top: 8%;
    position: relative;
}
a.download_button{
    background-color: #264186;
    width: 130px;
    height: 130px;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 27px 0px rgb(0 0 0 / 80%);
    -moz-box-shadow: 0px 1px 27px 0px rgb(0 0 0 / 80%);
    box-shadow: 0px 1px 27px 0px rgb(0 0 0 / 80%);
}
.download_button .download_ico {
    display: inline-block;
    width: 30px;
    height: 39px;
    position: relative;
    background-position: -300px -343px;
    vertical-align: middle;
}
.download_button .open{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.download_button .filesize{
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}
.cf_viewCon .info_txt{
    font-size: 18px;
    text-align: center;
    padding: 50px 0;
    color: #888;
    line-height: 1.7;
}
.cf_viewCon .info_txt2{
    font-size: 15px;
    text-align: center;
    color: #888;
    padding: 0 0 30px 0;
    line-height: 1.7;
}