    .cast_top{background-image: url(/views/cbw/m/con1_bg.jpg);}
    .c_nv {color:#001d35;}

	@media (max-width: 770px) {
			.logo_cast, .logoimg_m {
				width: auto;
			}	
			.max_w {
				max-width: 680px;
				margin-bottom: 12px;
			}
		}
.top_center > span{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 18px;
    font-weight: 700;
	letter-spacing: -1px;
	}	
.top_center > img {
    display: inline-block;
    margin: 7px 6px 0 0;
    vertical-align: top;
    width: 26px;
    height: 25px;
    font-size: 0;
    color: transparent;
    line-height: 0;
}	
.top_center {
    display: flex;
    height: 40px;
    line-height: 40px;
}
.tagbox {display: flex; gap:5px; margin: 150px 0 50px;}
.tagbox > span {
	background: #f3f3f3;
    border-radius: 4px;
    color: #595959;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -.2px;
    line-height: 17px;
    padding: 4px 9px;
    white-space: nowrap;
	}
.heart {
    display: flex;
    justify-content: space-between;
	margin: 0 0 20px;
	}
.heart > div:nth-child(1) {
	display: flex;
    gap: 7px;
	}
.probox {
	background-color: #f8f8f8;
    border-top: 1px solid #eee;
    padding: 10px;
	}
.proinner {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .05);
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 642px;
    padding: 18px;
    position: relative;
    text-align: initial;
	}
.pro_1 {
    display: flex;
    justify-content: space-between;
	align-items: center;
	}
.proimg {
    width: 48px;
    height: 48px;
    border-radius: 24px;
	}
.proplus {
	border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.5px;
    line-height: 36px;
    text-align: center;
    width: 102px;
    background-color: #03c75a;
    color: #fff;
    display: block;
	}
.pro_2 > p:nth-child(1) > span:nth-child(1) {
    color: #000;
    font-size: 20px;
    vertical-align: middle;
    word-break: break-all;
    font-weight: 700;
	}
.pro_2 > p:nth-child(1) > span:nth-child(2) {
    color: #222;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
	}
.pro_2 > p:nth-child(2) {
display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    text-overflow: ellipsis;
    word-break: break-all;
	}	