@charset "utf-8";

/* *************************** 프린트-부트스트랩 제어 *************************** */
@media print {
	html, body {min-width:992px !important;} /* 프린트시 부트스트랩 스타일 제어 */
    a:link:after,a:visited:after {content: none;}
	* {-webkit-print-color-adjust:exact;}
}

/* IE10 뷰포트 버그대응 */
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

html,body {width:100%; height:100%; min-width:320px;}
body * {box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; outline:none;}
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;}
h1,h2,h3,h4,h5,h6 {line-height:1; padding:0; margin:0;}
table {border-collapse:collapse; width: 100%; max-width: 100%; background:#fff;}

/* 자식높이 부모에게 반영 */
[class *= "box"]:before,[class *= "box"]:after {content:""; display:block; clear:both;}
[class *= "wrap"]:before,[class *= "wrap"]:after {content:""; display:block; clear:both;}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
  
	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+ */ 
}

/* Nexon Lv1 Gothic */
 @font-face {
  font-family: 'NexonGothic';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NEXONLv1GothicOTFBold.woff2) format('woff2'),
       url(../fonts/NEXONLv1GothicOTFBold.woff) format('woff'),
       url(../fonts/NEXONLv1GothicOTFBold.otf) format('opentype');
}
@font-face {
  font-family: 'NexonGothic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NEXONLv1GothicOTFRegular.woff2) format('woff2'),
       url(../fonts/NEXONLv1GothicOTFRegular.woff) format('woff'),
       url(../fonts/NEXONLv1GothicOTFRegular.otf) format('opentype');
}
@font-face {
   font-family: 'NexonGothic';
   font-style: normal;
   font-weight: 300;
   src: url(../fonts/NEXONLv1GothicOTFLight.woff2) format('woff2'),
        url(../fonts/NEXONLv1GothicOTFLight.woff) format('woff'),
        url(../fonts/NEXONLv1GothicOTFLight.otf) format('opentype');
 } 

/* 라인 */
* [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;}

/* 넓이 */
.w5 {width:5%;}
.w10 {width:10%;} 
.w20 {width:20%;}
.w30 {width:30%;}
.w40 {width:40%;} 
.w50 {width:50%;} 
.w60 {width:60%;} 
.w70 {width:70%;} 
.w80 {width:80% !important;} 
.w90 {width:90%;} 
.w100 {width:100%;}