@charset "utf-8";
.sub_con {margin-bottom:0}
.member_inner {/* display:none; */}
.sub_con section + section {padding-top: var(--sub_pd)}
.work_flow {}
.work_flow img {width:100%; object-fit: contain;}
.hand {text-align: right;animation: move 1.6s;animation-direction: alternate;animation-iteration-count: 3;animation-timing-function:ease-in-out;display: none;}
.hand span {color: #696969;margin-bottom:1rem;font-weight: 300;}

/* PC */ 
@media only screen and (min-width:1280px) and (max-width: 1400px)  {

}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
    
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    .work_flow {overflow-x:auto;}
    .work_flow img {width:600px}
    .hand {display: block;}
}