@charset "utf-8";

.sec01 .con_1280 { position: relative; z-index: 1; }
.sec01 .img_wrap { position: absolute; z-index: -1; bottom: -100px; right: 20px; width: 300px; height: 300px; }
.sec03 .img_wrap { margin: 0 auto; max-width: 1100px; }

/*** responsive ***/
/* 1200px or less */
@media all and (max-width : 1200px){
    .sec01 .img_wrap { bottom: -120px; right: -20px; width: 200px; height: 200px; }
}

/* 767px or less */
@media all and (max-width : 767px){
    .sec01 .img_wrap { bottom: -120px;  width: 130px; height: 130px; }
}