@charset "utf-8";
/*폰트 설정*/
@import url(../fonts/pretendard.css);
.font_montserrat{
	font-family: 'Montserrat','Pretendard','Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
	font-size:44px;
	line-height:62px;
	letter-spacing:normal;
}

/* 여백 초기화 */
body,div,ul,li,dl,dd,dt,ol,h1,h2,h3,h4,h5,h6,input,fieldset,legend,p,select,table,th,td,tr,textarea,button,form,figure,figcaption {
	margin:0;
	padding: 0;
}
/* a 링크 초기화 */
a {
	color:inherit;
	text-decoration:none;
}
/* a:hover{color: #2698cb;}*/
/* 폰트 초기화 */
body,input,textarea,select,button,table {
	font-family:'Pretendard','Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
	color:#151515;
	font-size:15px;
	line-height:21px;
	letter-spacing:-0.5px;
	font-weight: 400;
}
/* 폰트 스타일 초기화 */
em,address,i {
	font-style: normal;
}
/* 블릿기호 초기화 */
ul,li,ol {
	list-style: none;
}
/* 제목 태그 초기화 */
h1,h2,h3,h4,h5,h6 {
	font-size:inherit;
	font-weight: normal;
}
/* 테두리 초기화 */
img,fieldset {
	border: 0 none;
}
/* 버튼 초기화 */
button {
	border:0;
	cursor: pointer;
	background-color: transparent;
}
/* 반응형 */
video,img {
	display: block;
	width: 100%;
}
/*select 초기화*/
select {
	-webkit-appearance:none;
	/* 네이티브 외형 감추기 */ -moz-appearance:none;
    border-radius:0;
}
select::-ms-expand {
	display: none;
}
/*input file 숨기기*/
input[type="file"], .inp_hide {
	position:absolute;
	top: 0;left: 0;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border: 0;
	display: none;
}
/*input number 화살표 삭제*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* IR 효과 */
.ir_pm {
	display:block;
	overflow:hidden;
	font-size:0;
	line-height:0;
	text-indent: -999px;
}
/* 의미있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method) */
.ir_wa {
	display:block;
	overflow:hidden;
	position:relative;
	z-index:-1;
	width:100%;
	height: 100%;
}
/* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때(WA IR) */
.ir_so {
	overflow:hidden;
	position:absolute;
	width:0;
	height:0;
	line-height:0;
	text-indent: -999px;
}
/* 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때 */