@charset "utf-8";

/* *************************** 폰트 / 상황에 맞춰 사용 *************************** */
 @font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansKR-Thin.woff2) format('woff2'),
       url(../fonts/NotoSansKR-Thin.woff) format('woff'),
       url(../fonts/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Light.woff2) format('woff2'),
       url(../fonts/NotoSansKR-Light.woff) format('woff'),
       url(../fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'NotoSansKR';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Regular.woff) format('woff'),
        url(../fonts/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'NotoSansKR';
   font-style: normal;
   font-weight: 500;
   src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Medium.woff) format('woff'),
        url(../fonts/NotoSansKR-Medium.otf) format('opentype');
 }
 @font-face {
   font-family: 'NotoSansKR';
   font-style: normal;
   font-weight: 700;
   src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Bold.woff) format('woff'),
        url(../fonts/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'NotoSansKR';
   font-style: normal;
   font-weight: 900;
   src: url(../fonts/NotoSansKR-Black.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Black.woff) format('woff'),
        url(../fonts/NotoSansKR-Black.otf) format('opentype');
 }
/* ******************** //NotoSansKR ******************** */

/* 나눔고딕 */ 
@font-face {
 font-family: 'NanumGothic';
 font-weight: 300;
 src: url(../fonts/NanumGothic-Regular.eot);
 src: url(../fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumGothic-Regular.woff) format('woff'),
      url(../fonts/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumGothic';
 font-weight: 400;
 src: url(../fonts/NanumGothic-Bold.eot);
 src: url(../fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumGothic-Bold.woff) format('woff'),
      url(../fonts/NanumGothic-Bold.ttf) format('truetype');
}

/* 나눔명조 */ 
@font-face {
 font-family: 'NanumMyeongjo';
 font-weight: 300;
 src: url(../fonts/NanumMyeongjo-Regular.eot);
 src: url(../fonts/NanumMyeongjo-Regular.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumMyeongjo-Regular.woff) format('woff'),
      url(../fonts/NanumMyeongjo-Regular.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumGothic';
 font-weight: 400;
 src: url(../fonts/NanumMyeongjo-Bold.eot);
 src: url(../fonts/NanumMyeongjo-Bold.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumMyeongjo-Bold.woff) format('woff'),
      url(../fonts/NanumMyeongjo-Bold.ttf) format('truetype');
}

/* 나눔스퀘어 */ 
@font-face {
 font-family: 'NanumSquare';
 font-weight: 300;
 src: url(../fonts/NanumSquareL.eot);
 src: url(../fonts/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareL.woff) format('woff'),
      url(../fonts/NanumSquareL.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(../fonts/NanumSquareR.eot);
 src: url(../fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareR.woff) format('woff'),
      url(../fonts/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url(../fonts/NanumSquareB.eot);
 src: url(../fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NanumSquareB.woff) format('woff'),
      url(../fonts/NanumSquareB.ttf) format('truetype');
}

/* common */
#ie-warning {display:none;}
a {text-decoration:none !important; outline:none !important; selector-dummy:expression(this.hideFocus=true) !important;}
a:link {text-decoration:none; color:#666;}
a:visited {text-decoration:none; color:#555;}
a:hover {text-decoration:none; color:#000;}
a:active {text-decoration:none; color:red;}

/* 자식높이 부모에게 반영 */
* [class *= "box"]:before,
* [class *= "box"]:after {content:""; display:block; clear:both;}

/* 글자크기 */
.fs11 {font-size:11px !important;}
.fs12 {font-size:12px !important;}
.fs13 {font-size:13px !important;}
.fs14 {font-size:14px !important;}
.fs15 {font-size:15px !important;}
.fs16 {font-size:16px !important;}
.fs18 {font-size:18px !important;}
.fs20 {font-size:20px !important;}
.fs24 {font-size:24px !important; line-height:1.6;}
.fs30 {font-size:30px !important;}

/* 라인 */
* [class*="lineH"] {clear:both; width:100%; border-bottom:1px solid #eee;}
.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;}

/* 여백 */
.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;}

/* padding */
.pad0 {padding:0 !important;}
.pad5 {padding:0 !important;}
.pad10 {padding:10px !important;}
.pad20 {padding:20px !important;}
.pad30 {padding:30px !important;}
.pad40 {padding:40px !important;}
.pad50 {padding:50px !important;}

/* margin */
.mar0 {margin:0 !important;}
.mar0_l {margin-left:0 !important;}
.mar0_r {margin-right:0 !important;}

/* 기타 */
.bold {font-weight:bold !important;}
.black {color:#000 !important;}
.red {color:red !important;}

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+ */ 
}