@charset "utf-8";
@import url("../common/font.css");

 * -------------------------------------------------------------------------*/

html {display:table; width:100%; height:100%;}
body {display:table-cell; padding-bottom:100px; font-family:'NotoKR', '맑은 고딕', 'Malgun Gothic', '돋움', 'Dotum', '굴림', 'Gulim', AppleGothic, UnDotum, Arial, Tahoma, Verdana, sans-serif; font-size:14px; color:#555; line-height:1.4; vertical-align:middle;}

.error {position:relative; width:570px; max-width:90%; margin:0 auto; padding:30px 30px 30px 135px; box-sizing:border-box; box-shadow:2px 2px 1px rgba(0, 0, 0, .1); border-radius:20px; background-color:#eff9fe; color:#2196f3;}
.error p {margin:0; font-size:1.357em;}
.error:before {position:absolute; left:75px; top:50%; width:45px; height:45px; margin-top:-22.5px; border-radius:100%; background-color:#a6d6ef; font-family:'FontAwesome'; font-size:30px; color:#437eb0; text-align:center; line-height:45px; content:'\f00d';}

.error.type-02 {background-color:#fef3f7; color:#b4302b;}
.error.type-02:before {background-color:#ffd44d; color:#f49600; content:'\f071';}