/* BASIC css start */
body { background:#f9f9f9 !important }

#introWrap { margin:24% auto 0; position:relative; width:65% }
#introWrap .loginWrap { margin-top:0; position:absolute; top:0; left:0; right:0; width:100%; }
#introWrap .loginLogo img { width:100% }
#introWrap .inputBx { padding:20px 0 5px }
#introWrap .inputBx li { padding-bottom:10px }
#introWrap .inputBx input { width:100%; height:44px; background:#fff !important }
#introWrap .loginBtn { height:45px }
#introWrap .loginBtn a { display:block; height:45px; font-size:16px; color:#fff; font-weight:bold; text-align:center; line-height:45px; background:#dd2726 }

/* 20180521 ΌφΑ€ */
#introWrap .joinBtn { height:0; margin-top:5px; }
#introWrap .joinBtn a { display:none }
#introWrap .joinBtn { height:35px; margin:5px 0; }
#introWrap .joinBtn a { display:block; height:35px; font-size:12px; color:#fff; font-weight:normal; text-align:center; line-height:35px; background:#3d3d3d;  }


#introWrap .idpwBtn { height:35px }
#introWrap .idpwBtn a { display:block; height:35px; font-size:12px; color:#fff; font-weight:normal; text-align:center; line-height:35px; background:#8e8e8e }
#introWrap .desc { padding-top:15px; font-size:13px; color:#000; line-height:20px }


#system_check_wrap { display: flex; align-items: center; justify-content: center; height: 100vh; }
#system_check_cont { text-align: center; width: 90%; }
#system_check_cont img { width: 70%; }
#system_check_cont .tit { font-size: 23px; font-weight: bold; color: #333; padding: 30px 0; border-bottom: 1px solid #ccc; }
#system_check_cont .des { font-size: 14px; font-weight: 500; color: #333; padding: 30px 0 20px; line-height: 20px; }
#system_check_cont .timeWrap .blue_box { display: inline-block; background: #007fc4; color: #fff; padding: 5px 12px 6px; font-size: 17px; font-weight: bold; border-radius: 20px; margin-bottom: 10px; }
#system_check_cont .timeWrap .time { color: #007fc4; font-size: 13px; font-weight: 600; }


.off { display: none !important; }
/* BASIC css end */

