@font-face {
  @font-face {
  font-family: 'NotoSansKR';
  src: url("../font/NotoSansKR-Regular.eot");
  src: url("../font/NotoSansKR-Regular?#iefix") format('embedded-opentype'),
       url("../font/NotoSansKR-Regular") format('woff'),
       url("../font/NotoSansKR-Regular.otf") format('opentype');
	}
}
/* 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;}

/* 라인 */
.line20 {height:20px; margin-bottom:20px; border-bottom:1px solid #eee;}
.line30 {height:30px; margin-bottom:30px; border-bottom:1px solid #eee;}
.line50 {height:50px; margin-bottom:50px; border-bottom:1px solid #eee;}
.line70 {height:70px; margin-bottom:70px; border-bottom:1px solid #eee;}

/* 글자크기 */
.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;}
.fs30 {font-size:30px !important;}
.fs36 {font-size:36px !important;}
.fs60 {font-size:60px !important;}

/* 글자색 */
.white {color:#fff !important;}
.black {color:#000 !important;}
.pink {color:#f63f7b !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;}

/* 넓이 */
.w100 {width:100% !important;}
.w90 {width:90% !important;}
.w80 {width:80% !important;}
.w70 {width:70% !important;}
.w60 {width:60% !important;}
.w50 {width:50% !important;}
.w40 {width:40% !important;}

/* padding */
.pad0 {padding:0 !important;}
.pad5 {padding:5px !important;}
.pad10 {padding:10px !important;}
.pad20 {padding:20px !important;}
.pad30 {padding:30px !important;}
.pad40 {padding:40px !important;}
.pad50 {padding:50px !important;}
.pad_T0 {padding-top:0 !important;}
.pad_B0 {padding-bottom:0 !important;}
.pad_L0 {padding-left:0 !important;}
.pad_R0 {padding-right:0 !important;}
.pad_L15 {padding-left:15px !important;}

/* margin */
.mar0 {margin:0 !important;}
.mar0_l {margin-left:0 !important;}
.mar0_r {margin-right:0 !important;}
.mar_T3 {margin-top:3px !important;}

/* 정렬 */
.center {text-align:center !important;}
.left {text-align:left !important;}
.right {text-align:right !important;}
.f_left {float:left !important;}
.f_right {float:right !important;}
.block {display:block !important;}
.none {display:none !important;}
.inline {display:inline-block !important;}

/* 배경이미지 */
.bg {background-repeat:no-repeat;}
.bg.bg_center {background-position:50%;}
.bg.bg_left {background-position:0 50%;}
.bg.bg_right {background-position:100% 50%;}
.bg.size_cover {background-size:cover;}
.bg.size_contain {background-size:contain;}

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+ */ 
}

.type_gallery li>div>p {font-size:16px; text-align:center; color:#000; line-height:1.6; border:1px solid #eee; border-top:0; border-radius:0 0 5px 5px; padding:5px; margin-bottom:2px;}