@charset "utf-8";
@import url(/inc/css/bizKr_common.css);

/* 작업 공지 및 오류 페이지 */
.notice-body {background-color:#f4f4f4;}
.notice-page {width:800px; padding:50px; margin:100px auto; background-color:#fff; border-radius:10px; border:1px solid #ddd}
.notice-page h1 {padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #ddd}
.notice-page .title {padding:30px 0;}
.notice-page .title.type1 {background:url(../../img/error/img_notice_page1.png) right 20px no-repeat}
.notice-page .title.type2 {background:url(../../img/error/img_notice_page2.png) right 20px no-repeat}
.notice-page .title h2 {font-size:30px; font-weight:normal; line-height:40px}
.notice-page .title p {font-size:18px; margin-top:30px; line-height:30px}
.notice-page .txt {padding:30px; background-color:#f7f7f7; border-radius:6px; border:1px solid #ddd}
.notice-page .txt ul {}
.notice-page .txt ul li {font-size:16px; margin-bottom:5px}
.notice-page .txt ul li .tit {font-weight:bold}
.notice-page .txt .p-txt {text-align:center; margin-bottom:10px; line-height:24px; color:#666}



/* 접속 작업지연 오류페이지 */
.notice-page .title2 {padding:200px 0 0 0 ; text-align: center;}
.notice-page .title2.type3 {background:url(../../img/error/error_wait.png) center 35px no-repeat}
.notice-page .title2 h2 {font-size:26px; font-weight:600; letter-spacing:-1px; line-height:40px; text-align: center;margin-bottom:20px;  padding-top:20px;}
.notice-page .title2 p {font-size:18px; margin-top:30px; line-height:30px}
.notice-page .title2 .txt01 {font-size:26px;  line-height:36px;}

.notice-page .txt2 {}
.notice-page .txt2 ul { margin-top:20px; background-color:#fafafa; border-radius:20px;  padding:20px;}
.notice-page .txt2 ul li {font-size:16px; margin-bottom:5px; position:relative; padding-left:10px; line-height:150%; margin-bottom:10px;}
.notice-page .txt2 ul li:after {content:''; width:4px; height:4px; background-color:#555; display:block; position:absolute; left:0; top:9px;}
.notice-page .txt2 ul li .tit {font-weight:bold}
.notice-page .txt2 .p-txt {text-align:center; margin-bottom:20px; line-height:24px; color:#666; padding-top: 12px;}
.notice-page .txt2 p b {font-weight:bold;}

