* {margin: 0; padding: 0; box-sizing: border-box;}
ul,ol,li {list-style: none;}
a {text-decoration: none; display: inline-block;}


body {overflow-x: hidden; position: relative; /* min-width : 1800px; */}
.blind {font-size: 0; position: absolute; left: -9999px;}
.body_center {width: 1200px; margin: 0 auto; position: relative;}


.f_size16 {font-size: 16px;}
.f_size17 {font-size: 17px;}
.f_size20 {font-size: 20px;}
.f_size25 {font-size: 25px;}
.f_size30 {font-size: 30px; font-weight: bold;}
.f_size45 {font-size: 45px; font-weight: bold;}

.font_w4 {font-weight: 400;}
.font_w5 {font-weight: 500;}
.font_w6 {font-weight: 600;}
.font_w7 {font-weight: 700;}
.font_w9 {font-weight: 900;}

.bg_purple1 {background: #393998; border-radius: 10px  10px 0 0;}
.bg_blue1 {background: #2e5ea3; border-radius: 10px  10px 0 0;}
.bg_blue2 {background: #0082b2; border-radius: 10px  10px 0 0;}
.bg_sky1 {background: #0099a4; border-radius: 10px  10px 0 0;}
.bg_green1 {background: #009a6c; border-radius: 10px  10px 0 0;}
.bg_green2 {background: #549b0c; border-radius: 10px  10px 0 0;}

.f_red {color: #ff2a01!important;}
.f_white {color: #fff!important;}
.f_yellow {color: #ffde00!important;}
.f_blue {color: #0085ff;}

.m_r30 {margin-right: 30px;}
.m_t20 {margin-top: 20px;}
.m_t50 {margin-top: 50px;}
.m_b50 {margin-bottom: 50px;}
.m_b20 {margin-bottom: 20px;}
.m_b15 {margin-bottom: 15px;}


.r_red {color: #f73f3f;}
.r_white {color: #fff!important;}
.r_gray {color: #b9b9b9!important;}
.r_gray2 {color: #666!important;}
.r_yellow {color: #f4e71c!important;}
.r_yellow2 {color: #f2b532!important;}
.r_brown_bg {background: #615d37;}


