@charset "utf-8";
@font-face
{
	font-family: NotoSans;
	font-weight:normal;
	src: url(NotoSansKR-Regular.otf) format('truetype');
}
@font-face
{
	font-family: NotoSans;
	font-weight:bold;
	src: url(NotoSansKR-Bold.otf) format('truetype');
}
/*

/* 전체 속성 지정 */
* {font-style:normal/* em, dfn, var, cite, address */; font-family:'Helvetica', NotoSans, malgun gothic, 'Helvetica Neue',  'Montserrat', Arial, '돋움', dotum, AppleGothic, sans-serif; }
*::selection {background:#333; color:#fff;}
*::-moz-selection {background:#333; color:#fff;} /* 텍스트 드래그시 배경색상 및, 폰트 컬러 변경 */
* {margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;} /* div, p 등의 개체의 선이나 패딩 영역 무시 */

input, button, textarea, select, form, fieldset {border-radius:0; border:none; -webkit-appearance:none; -webkit-box-sizing:border-box; vertical-align:middle;}
input[type='radio'] {-webkit-appearance:radio;}
input[type='checkbox'] {-webkit-appearance:checkbox;}
input, button, textarea {font-size:16px; line-height:1.2; font-family:'Helvetica', NotoSans, malgun gothic, 'Helvetica Neue', 'Montserrat', Arial, '돋움', dotum, AppleGothic, sans-serif;}
select {background-image:url(/img/board/btn_select.png); background-position:right 20px center; background-repeat:no-repeat; -moz-appearance:none; -webkit-appearance:none; appearance:none;}
select::-ms-expand{display:none;}

html, body, div, p {margin:0; padding:0;}
body {-webkit-text-size-adjust: 100%; margin:0; padding:0; font-size:16px; line-height:1.8; color:#666; font-family:'Helvetica', NotoSans, 'Helvetica Neue', 'Montserrat', Arial, malgun gothic, '돋움', dotum, AppleGothic, sans-serif; word-break:keep-all;}
h1, h2, h3, h4, h5, h6 {line-height:1.2; font-weight:bold; margin:0; padding:0; color:#222;}
h1 {font-size:40px; letter-spacing:-3px;}
h2 {font-size:30px; letter-spacing:-3px;}
h3 {font-size:24px; letter-spacing:-2px;}
h4 {font-size:20px; letter-spacing:-2px;}
h5 {font-size:16px; letter-spacing:-1px;}
h6 {font-size:14px; letter-spacing:-1px;}

.pdb_100 {padding-bottom:100px !important;}

hr {display: none;}

table, pre {font-size:16px;} /* DOCTYPE 없으면 속성 상속 안됨 */
table {border-collapse:0; border-spacing:0;} /* DOCTYPE 없으면 속성 상속 안됨 */
td {color:#666;}
a, a:link {text-decoration:none; color:#666;} /* cursor: pointer; 안씀.. a태그에 href 없어도 손모양 커서 나오므로  */
a:visited {text-decoration:none; color:#666;}
/* a:hover, a:active, a:focus {color: #66cccc; -webkit-transition: background-color 0.5s ease, color 0.5s ease; -moz-transition: background-color 0.5s ease, color 0.5s ease; -o-transition: background-color 0.5s ease, color 0.5s ease; -ms-transition: background-color 0.5s ease, color 0.5s ease;} *//* a:focus추가 */


img {margin:0; border:0;}

ul {list-style:none;}
ul li{list-style:none; margin:0; padding:0;}

strong {font-weight: bold;}
em {color:#333;} em em {color:#333;}
sup, sub {font-size:12px;}
pre /* 형식 유지 컨텐츠 자동개행 */
{
white-space: pre-line; /* css3 */
white-space: -moz-pre-wrap; /* Mozilla, since1999 */
white-space: -pre-wrap; /* Op4-6 */
white-space: -o-pre-wrap; /* Op7 */
word-break: break-word;
word-wrap: break-word; /* IE 5.5+ */
}

.png24 { tmp:expression(setPng24(this)); } /* [IE6] PNG-24 투명 이미지  */

@media (max-width:767px) {   /*         최소 ~ 최대 767 */

	* {font-family:'Helvetica Neue', 'Helvetica', 'Montserrat', Arial, '맑은 고딕', malgun gothic, AppleSDGothicNeo-Light, '돋움', dotum, AppleGothic, sans-serif;}

	h1 {font-size:30px;}
	h2 {font-size:24px;}
	h3 {font-size:18px;}
	h4 {font-size:14px;}
	h5 {font-size:14px;}

	.pdb_100 {padding-bottom:30px !important;}

	body, table, pre {font-size:14px; line-height: 1.5;}

}