/* flex */
.flexRowCenterCenter { display: flex;justify-content: center;align-items: center;flex-direction: row; }
.flexRow { display: flex;flex-direction: row;  } 
.flexColumn { display: flex;flex-direction: column; }
.aLeft { align-items: flex-start; }
.aRight { align-items: flex-end; }
.aCenter { align-items: center; }
.jLeft { justify-content: flex-start; }
.jRight { justify-content: flex-end; }
.jCenter { justify-content: center; }
.jBetween { justify-content: space-between; }
.jAround { justify-content: space-around; }
.w100 { width: 100%; } .w388 { width: 24.25rem; }

/* font-size */
.fs18 { font-size: 1.125rem; }
.fs16 { font-size: 1rem; }
.fs14 { font-size: 0.875rem; }
.fs12 { font-size: 0.75rem; }
.w362 { width: 22.625rem; }

/* color */
.c-w { color: #FFFFFF; } .c-w-80 { color: #FFFFFF80; } 
.c_0_80 { color: #00000080; } .c_0 { color: #000000; }
.fww { font-weight: bold; } .c_0_50 { color: #00000050; }
/* margin-top */
.mT69 { margin-top: 4.3125rem; }
.mT50 { margin-top: 3.125rem; }
.mT32 { margin-top: 2rem; } 
.mL40 { margin-left: 2.5rem; }
.mL30 { margin-left: 1.875rem; }
.mL10 { margin-left: 0.625rem; }
.mT20 { margin-top: 1.25rem; }
.mT30 { margin-top: 1.875rem; }
.mT40 { margin-top: 2.5rem; }
.mL100 { margin-left: 6.25rem; }
.mT6 { margin-top: 0.375rem; }
.mT16 { margin-top: 1rem; }
.mT4 { margin-top: 0.25rem; }
.mT12 { margin-top: 0.75rem; }
.mT236 { margin-top: 14.75rem; }
.p_8_0 { padding-top: 0.5rem;padding-bottom: 0.5rem; }
.pT50 { padding-top: 3.125rem; }
.pT30 { padding-top: 1.875rem; }
.p_28_0 { padding-top: 1.75rem;padding-bottom: 1.75rem; }
.mT18 { margin-top: 1.125rem; }
.mT10 { margin-top: 0.625rem; }


/* img */
.img_icon_1 { width: 7rem;height: 2.125rem; }
.img_icon_2 { width: 14rem;height: 2.125rem; }
.img_icon_3 { width: 16.75rem;height: 2.75rem;margin-right: 0.9375rem; }
.img_icon_4 { width: 7rem;height: 2.125rem; }
.img_icon_5 { width: 25rem;height: 5rem;margin-left: 5.9375rem; }
.img_140 { width: 8.75rem;height: 8.75rem; }
.img_120 { width: 7.5rem;height: 7.5rem; }
.img_80 { width: 5rem;height: 5rem; }
.img_60 { width: 3.75rem;height: 3.75rem; }
.img_24 { width: 1.5rem;height: 1.5rem; }
.img_20 { width: 0.5rem;height: 1.25rem; }
.img8 { width: 0.5rem;height: 0.5rem; }

/* but */
.but_1 { width: 9.8125rem;height: 2.625rem;background-color: #DB4C34;border-radius: 1.3125rem;line-height: 2.625rem;text-align: center;color: #fff;font-size: 1.25rem; }
.but_2 { width: 9.8125rem;height: 2.625rem;background-color: #E8972E;border-radius: 1.3125rem;line-height: 2.625rem;text-align: center;color: #fff;font-size: 1.25rem; }
.flex1 { flex: 1;}
.pos_r{position: relative;}
.text_center{
    text-align: center;
}
