@charset "utf-8";

.sub_tit { padding-top:130px; height:146px; background:url('/monitor/images/sub/sub_tit_bg.jpg') no-repeat center top; text-align:center; }
.sub_tit h3 { display:block; font-family:'Noto Sans KR', sans-serif; font-size:44px; color:#fff; text-shadow:1px 2px 0px #2b2321; }
.sub_tit p { font-family:'Noto Sans KR', sans-serif; font-size:18px; color:#fff; text-shadow:1px 2px 0px #2b2321; }

.location { border-bottom:1px solid #e2e2e2; }
.location ol { float:left; }
.location ol li { position:relative; float:left; padding:10px 20px; font-size:14px; border-right:1px solid #e2e2e2; }
.location ol li.home { text-indent:-5000px; background:url('/monitor/images/sub/home_ico.gif') no-repeat center center; }
.location ol li.now { color:#2e72c6; font-weight:bold; }
.location .sns { float:right; margin-top:7px; }
.location .sns li { float:left; margin-left:3px; }
.location .sns li a { display:block; width:28px; height:28px; text-indent:-5000px; }
.location .sns li.sns01 a { background:url(/share/images/inc/ic_sns01.gif) no-repeat center center}
.location .sns li.sns02 a { background:url(/share/images/inc/ic_sns02.gif) no-repeat center center}
.location .sns li.sns03 a { background:url(/share/images/inc/ic_sns03.gif) no-repeat center center}
.location .sns li.sns04 a { background:url(/share/images/inc/ic_sns04.gif) no-repeat center center}
.location .sns li.print a { background:url(/share/images/inc/ic_print.gif) no-repeat center center}
.location .sns li.favorite a { background:url(/share/images/inc/ic_favorite.gif) no-repeat center center}

@media screen and (max-width:770px){
	.sub_tit { padding-top:136px; height:140px; background:url('/monitor/images/sub/sub_tit_bg.jpg') no-repeat center top; text-align:center; }
	.sub_tit h3 { display:block; font-family:'Noto Sans KR', sans-serif; font-size:34px; color:#fff; text-shadow:1px 2px 0px #2b2321; }
	.sub_tit p { font-family:'Noto Sans KR', sans-serif; font-size:14px; color:#fff; text-shadow:1px 2px 0px #2b2321; }

	.location { border-bottom:1px solid #e2e2e2; }
	.location ol { width:100%; border-bottom:1px solid #e2e2e2; }
	.location .sns { width:100%; text-align:center; margin:7px 0; }
	.location .sns li { float:none; display:inline-block; margin-left:0px; }
	.location .sns li a { display:block; width:28px; height:28px; text-indent:-5000px; }
	.location .sns li.sns01 a { background:url(/share/images/inc/ic_sns01.gif) no-repeat center center}
	.location .sns li.sns02 a { background:url(/share/images/inc/ic_sns02.gif) no-repeat center center}
	.location .sns li.sns03 a { background:url(/share/images/inc/ic_sns03.gif) no-repeat center center}
	.location .sns li.sns04 a { background:url(/share/images/inc/ic_sns04.gif) no-repeat center center}
	.location .sns li.print a { background:url(/share/images/inc/ic_print.gif) no-repeat center center}
	.location .sns li.favorite a { background:url(/share/images/inc/ic_favorite.gif) no-repeat center center}
}