@charset "utf-8";

/* *************************** 프린트-부트스트랩 제어 *************************** */
@media print {
	html, body {min-width:992px !important;} /* 프린트시 부트스트랩 스타일 제어 */
    a:link:after,a:visited:after {content: none;}
	* {-webkit-print-color-adjust:exact;}
}


/* *************************** 폰트 / 상황에 맞춰 사용 *************************** */
/* 기본글꼴 나눔바른고딕 노말 */
@font-face {
  font-family: 'NB';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NBGothic.woff2") format('woff2'),
         url("../fonts/NBGothic.woff") format('woff'),
		 url("../fonts/NBGothic.eot") format('embedded-opentype'),
	     url("../fonts/NBGothic.ttf") format('truetype');
}
/* 나눔바른고딕 볼드 */
@font-face {
   font-family: 'NB';
   font-style: normal;
   font-weight: 400;
  src: url("../fonts/NBGothicB.woff2") format('woff2'),
         url("../fonts/NBGothicB.woff") format('woff'),
		 url("../fonts/NBGothicB.eot") format('embedded-opentype'),
	     url("../fonts/NBGothicB.ttf") format('truetype');
}

/* Jalnan 체 */ 
@font-face {
   font-family: 'Jalnan';
   font-style: normal;
   font-weight: 400;
  src: url("../fonts/Jalnan.woff2") format('woff2'),
         url("../fonts/Jalnan.woff") format('woff')
}

/* *************************** COMMON *************************** */

/* IE10 뷰포트 버그대응 */
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body {width:100%; height:100%; min-width:320px;}
body * {box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
body .clear {clear:both;}
body .split {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
body a {text-decoration:none !important; outline:none !important; word-wrap:expression( this.style.wordWrap="normal",this.hideFocus=true);}
body #ie-warning {display:none; font-family:inherit;}

i,cite,em,var,address,dfn {font-style:normal;}
table {border-collapse:collapse;}
h1,h2,h3,h4,h5,h6 {line-height:1; padding:0; margin:0;}


/* 정렬 */
.align_l {text-align:left;}
.align_r {text-align:right;}
.align_c {text-align:center;}
.float_l {float:left;}
.float_r {float:right;}
.pc_r {float:right;}

/* 폰트 */
.f_Jalnan {font-family:'Jalnan';}

@media (max-width: 767px) {
	.pc_r {float:none !important;}
}

/* 컬러 */
.red {color:red !important;}
.blue {color:blue !important;}
.black {color:#000 !important;}


/* 자식높이 부모에게 반영 */
[class *= "box"]:before,[class *= "box"]:after {content:""; display:block; clear:both;}
[class *= "wrap"]:before,[class *= "wrap"]:after {content:""; display:block; clear:both;}


/* 라인 */
* [class*="lineH"] {clear:both; width:100%; border-bottom:1px solid #ddd;}
.lineH5 {height:5px; margin-bottom:5px;}
.lineH10 {height:10px; margin-bottom:10px;}
.lineH20 {height:20px; margin-bottom:20px;}
.lineH30 {height:30px; margin-bottom:30px;}
.lineH50 {height:50px; margin-bottom:50px;}
.lineH60 {height:60px; margin-bottom:60px;}
.lineH70 {height:70px; margin-bottom:70px;}
.lineH80 {height:80px; margin-bottom:80px;}
.lineH100 {height:100px; margin-bottom:100px;}


/* 여백 */
.h5 {height:5px; padding:0; margin:0; clear:both;}
.h10 {height:10px; padding:0; margin:0; clear:both;}
.h20 {height:20px; padding:0; margin:0; clear:both;}
.h30 {height:30px; padding:0; margin:0; clear:both;}
.h40 {height:40px; padding:0; margin:0; clear:both;}
.h50 {height:50px; padding:0; margin:0; clear:both;}
.h60 {height:60px; padding:0; margin:0; clear:both;}
.h70 {height:70px; padding:0; margin:0; clear:both;}
.h80 {height:80px; padding:0; margin:0; clear:both;}
.h90 {height:90px; padding:0; margin:0; clear:both;}
.h100 {height:100px; padding:0; margin:0; clear:both;}

.mr10 {margin-right:10px;}


pre {
	white-space: pre-wrap; /* CSS3*/
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-all; /* Internet Explorer 5.5+ */ 
	background:#fff !important;
}
