/* 레이아웃 CSS */
.flex_box_l {float:left; width: 25%;}
.flex_box_r {float:right; width: 75%;}

@media all and (max-width:1024px) {
    .flex_box_l {width: auto; float:none;}
    .flex_box_r {width: auto; float:none;}
}
/*.box {text-shadow: 1px 1px 0 #fff, 2px 2px 5px rgba(0,0,0,0.5);}*/

