/* font */
@import url('/resources/cms/css/fonts/NotoSansKR/NotoSanskr.css');
@import url('/resources/cms/css/fonts/NotoSerif/fonts.css');

html, body{height:100%;}
.error{display:flex; flex-wrap:wrap; width:305px; margin:0 auto; justify-content:space-between; position:relative; top:50%; transform:translateY(-50%); font-family:'NotoSansKR';}
.error__txt{font-size:17px; color:#333; font-weight:500; margin:0 0 30px; text-align:center;}
.error__txt::before{content:''; display:block; width:130px; height:130px; background:url('/resources/cms/images/error_icon_03.png') no-repeat 0 0 / 100% auto; margin:0 auto 30px;}
.error__btn{width:145px; height:40px; line-height:40px; text-align:center; display:block; font-size:17px; text-decoration: none;}
.error__main{color:#fff; background:#333;}
.error__back{color:#333; border:1px solid #333;}
