/* kimiro 홍보관 */
.brochure_box{padding:30px 0 100px 0;overflow:hidden;width:100%}
.brochure_box .lbox{float:left}
.brochure_box .rbox{float:left;width:calc(100% - 639px)}
.brochure_box .rbox a{width:100%;display:block;;background:#414141;height:223px;color:#fff;line-height:223px;text-decoration:none;text-align:center;font-size:17px;letter-spacing:-1px}
.brochure_box .rbox a.eng{background:#d60080}



/****** Tablet Device ******/
@media screen and (min-width:691px) and (max-width:899px) {
	.brochure_box{padding:30px 0}
	.brochure_box .lbox{width:100%}
	.brochure_box .lbox img{width:100%}
	.brochure_box .rbox{width:100%}
	.brochure_box .rbox a{width:50%;float:left;height:80px;line-height:80px;font-weight:700}


}


/****** Mobile ******/
@media screen and (max-width:690px){
	.brochure_box{padding:30px 0}
	.brochure_box .lbox{width:100%}
	.brochure_box .lbox img{width:100%}
	.brochure_box .rbox{width:100%}
	.brochure_box .rbox a{height:80px;line-height:80px;font-weight:700}

}

