@charset "utf-8";

.articleTitle {display:none;}
[class^='btnPager'] {display:none;}

@media all and (max-width:1024px){
	#footer {display:none;}
	#pageSatisfy {display:none;}
	#replyNotice {display:none;}
	#lv-container {display:none;}
	#location {z-index:1;}
	#location .lineMap {display:none;}
	#location ul.shareArea {margin-top:0;}
	#location ul.shareArea > li.on .shareBox {background:#fff;}
	#location ul.shareArea > li.print {display:none;}
	.newsOriginSource {display:none;}
	
	#header .logo .logoSibo {display:inline-block;}
	
	#container {background:#f5f5f5; padding:1.5em 1.5em 10em;}
	#container .containerInnr {padding:1em; background:#fff;}
	
	#contents .content {padding-bottom:0; overflow:visible;}
	
	#contents .titPage {margin-left:-1em; padding-right:30px;}
	#contents .titPage .articleTitle {display:inline-block; position:relative; vertical-align:middle;}
	#contents .titPage .articleTitle img {vertical-align:top;}
	#contents .titPage .articleTitle + span {vertical-align:middle;}
	#contents .titPage .articleTitle .newsNo {position:absolute; top:50%; left:60%; transform:translateY(-50%); font-size:0.6em; font-weight:bold;}
	
	.boardView {border-top:0;}
	.boardView .form-data-subject-wrap .form-data-subject {color:#132b78; font-size:1.8em; font-weight:bold;}
	.boardView .form-data-subject-wrap p {color:#777;}
	.boardView .form-data-content {font-size:1.2em;}
	.boardView .form-data-content dd {padding-bottom:1.25em;}
	.boardView ~ .btnArea {position:absolute; left:0; right:0; top:calc(100% + 2em); margin:0 -2em; padding:1em 0;}
	.btnArea a {display:block; float:left; width:calc(50% - 0.25em); height:3.5em; border-radius:0; line-height:3.5em; color:#fff; background:#132b78; margin-bottom:0.5em; text-decoration:none; font-weight:bold; font-size:1em;}
	.btnArea a:first-child {margin-right:0.5em; color:#ffc000;}
	.btnArea a.btnTypeL {width:100%; margin-bottom:0; margin-top:0;}
	
	[class^='btnPager'] {display:block; position:fixed; top:50%; transform:translateY(-50%); width:3em; height:3em; overflow:hidden; text-indent:-9999px; background:rgba(0,0,0,.35);}
	.btnPagerPrev {left:0;}
	.btnPagerNext {right:0;}
	.btnPagerPrev:after,
	.btnPagerNext:after {content:""; display:block; background:url(../../assets/img/content/ico_article_pager.png) no-repeat; background-size:cover; position:absolute; top:0; left:0; right:0; bottom:0;}
	.btnPagerPrev:after {background-position:0 0;}
	.btnPagerNext:after {background-position:-3em 0;}
	
}

@media all and (max-width:768px){
	#contents .titPage .articleTitle .newsNo {font-size:1.1rem;}
	#location ul.shareArea > li.share > a:before{
	margin-top:-12px;
	}
	#contents .titPage .articleTitle + span{
	margin-left:-4px;
	font-size:1.5rem;
	}
}

@media all and (max-width:440px){
	#contents .titPage {font-size:1.3em; margin-left:-1.5em;}
	#contents .titPage .articleTitle img {height:24px;}
	#contents .titPage .articleTitle .newsNo {transform:translateY(-50%);}
}