@charset "utf-8"; 
/* use_machine */
.use_machine .machine_wrap { width: 1215px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.use_machine .left_txt_con { color: #353535; }
.use_machine .left_txt_con .title { font-size: 48px; font-weight: bold; line-height: 1.2; margin-bottom: 32px; }
.use_machine .left_txt_con .title .thin { font-weight: 200; display: block; }
.use_machine .left_txt_con .sub_tit { font-size: 24px; font-weight: bold; background: #e9e9e9; line-height: 1; padding: 2px; margin-bottom: 83px; }
.use_machine .left_txt_con .option_txt { font-size: 20px; margin-bottom: 43px; }
.use_machine .left_txt_con .option_txt .mode { font-size: 24px; font-weight: bold; display: block; }
/* machine_strength */
.machine_strength { margin-top: 82px; margin-bottom: 106px; }
.machine_strength .title { text-align: center; font-size: 48px; font-weight: bold; line-height: 1; margin-bottom: 62px; }
.machine_strength .lists { display: flex; margin: 0 auto; height: 165px; justify-content: center; }
.machine_strength .lists > li { width: 368px; height: 100%; border: 1px solid #b6b6b6; border-radius: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.machine_strength .lists > li.center { margin: 0 -50px; }
.machine_strength .lists > li > p { font-size: 24px; font-weight: bold; line-height: 1; margin-top: 16px; }
