div.mem_selection *{margin:0;padding:0}div.mem_selection{padding:30px 0;margin:50px auto 100px;width:calc(100% - 40px);max-width:650px;text-align:center}div.mem_selection h2{font-size:24px;font-weight:500}div.mem_selection .sub_txt{margin:20px 0 100px 0;font-size:13px}div.mem_selection .mem_box{display:flex;justify-content:space-between}div.mem_selection .mem_box>div{padding:50px 0;position:relative;bottom:0;width:260px;border:1px solid #f2f2f2;box-sizing:border-box;border-radius:10px;box-shadow:0 3px 6px #00000029;cursor:pointer;transition:.2s ease-out}div.mem_selection .mem_box>div:hover{bottom:15px;transition:.2s ease-out}div.mem_selection .mem_box div .icon_b{margin:0 auto 30px;position:relative;width:130px;height:130px;background:#f2f7fe;border-radius:50%}div.mem_selection .mem_box div .icon_b>img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:55px}div.mem_selection .mem_box div .txt_b .txt_kr{font-size:20px;font-weight:500}div.mem_selection .mem_box div .txt_b .txt_en{font-size:16px}@media screen and (max-width:767px){div.mem_selection{margin:30px auto}div.mem_selection .sub_txt{margin:15px 0 30px 0}div.mem_selection .mem_box{display:block}div.mem_selection .mem_box>div{display:flex;justify-content:space-between;align-items:center;padding:10px 10px;margin-bottom:20px;width:100%;transition:none}div.mem_selection .mem_box>div:hover{bottom:0;transition:none}div.mem_selection .mem_box div .icon_b{margin:0;width:100px;height:100px;border-radius:10px}div.mem_selection .mem_box div .icon_b>img{height:50px}}