* {word-break:keep-all;}

/**
  *
  * yn-divider style
  *
  */
div.yn-divider {
	display:block;
	border: 0;
	height: 1px;
	margin:40px 0;
	background: #ccc;
}

/* asset을 건드리지 않기위해 여기에서 추가 설정 */

/* subimg */
.subimg {
	position:relative;
	width:100%;height:120px;margin-top:72px;background:#000 url(/theme/portmag/img/subimg_01.jpg) center top no-repeat;background-size:cover;
}
.subimg_mask {
	position:absolute;
	background-color:rgba(0,0,0,0.4);
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@media (max-width: 575.98px) {
	.subimg {margin-top:60px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.subimg {margin-top:60px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.subimg {margin-top:60px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
}

/* index.php */
#hero {
	background: url("/theme/portmag/img/mainimg_01.jpg") center center;
}


/* about.php */
.content-item ul li {color:#7f7f7f;}

/* product.php */
.portfolio-container img {border:1px solid #666;}
