@charset "utf-8";

/* 경고 안내 페이지 (개발자 모드 등) */
.block_page_wrapper{position:relative;min-height:100vh;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.block_page_container{position:relative;width:100%;padding:30px 20px;text-align:center;}
.block_page_container hgroup{font-size:23px;}
.block_page_container h2 img, .block_page_notice .warning_hd img{display:block;max-width:100%;margin:0 auto;}
.block_page_container h2{position:relative;}
.block_page_container h3{color:#97bd4d;margin-top:42px;}
.block_page_container h4{font-size:0.826em;font-weight:400;color:#202020;margin-top:6px;}
.block_page_notice{position:relative;width:100%;max-width:700px;padding:62px 30px;background-color:#f6f6f6;border-radius:10px;vertical-align:top;margin:50px auto 0;}
.block_page_notice .warning_hd{font-size:30px;color:#ba0944;}
.block_page_notice .warning_hd b{display:block;font-weight:500;margin-top:15px;}
.block_page_notice .warning_hd span{display:block;font-size:0.467em;font-weight:300;opacity:0.5;text-transform:capitalize;}
.block_page_notice_txt{font-size:20px;color:#202020;line-height:1.35;margin-top:48px;}
.block_page_notice_txt p{margin-top:18px;}
.block_page_notice_txt b{font-weight:500;}
.block_page_container .btn_go_to_main{display:block;max-width:266px;width:100%;height:40px;line-height:40px;background-color:#97bd4d;border-radius:20px;font-size:18px;font-weight:500;color:#fff;text-shadow:0 0 3px rgba(0, 0, 0, 0.3);margin:55px auto 0;}

@media all and (min-width:600px){
	/* 경고 안내 페이지 (개발자 모드 등) */
	.block_page_notice_txt{font-weight:300;}
	.block_page_container .btn_go_to_main{-webkit-transition:all 0.25s;transition:all 0.25s;}
	.block_page_container .btn_go_to_main:hover{background-color:#ba0944;}
}
@media all and (max-width:599px){
	/* 경고 안내 페이지 (개발자 모드 등) */
	.block_page_container hgroup{font-size:18px;word-break:keep-all;word-wrap:break-word;}
	.block_page_container h2 img{max-width:176px;width:100%;}
	.block_page_container h3{margin-top:30px;}
	.block_page_notice{padding:30px 20px;margin-top:35px;}
	.block_page_notice .warning_hd img{width:31px;}
	.block_page_notice .warning_hd{font-size:24px;}
	.block_page_notice .warning_hd b{margin-top:10px;}
	.block_page_notice .warning_hd span{margin-top:2px;}
	.block_page_notice_txt{font-size:16px;margin-top:26px;word-break:keep-all;word-wrap:break-word;}
	.block_page_notice_txt p{margin-top:15px;}
	.block_page_notice_txt b{color:#000;}
	.block_page_notice_txt br{display:none;}
	.block_page_container .btn_go_to_main{margin-top:40px;}
}