@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

.simhei {font-family:simhei, sans-serif;}
.Arial {font-family:Arial, simhei, sans-serif;}
.YaHei {font-family:Microsoft YaHei, YaHei, sans-serif;}

body
{
	margin				:	0px ; 
	padding			:	0px ;
	overflow-x		:	hidden ;
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

#kmh 
{
	overflow			:	hidden;
	margin				:	0 auto;
}

#body 
{
	position			:	relative ;
}

.container {
	width				: 1200px; 
	margin				: 0 auto;
}

form , p , h1 , h2 , h3 , h4 , h5 , h6 
{
	/*display 			:	inline ; */
	margin				:	0px ;
	border				:	0px ;
	padding			:	0px ;
}

dl , dd , dt
{
	margin				:	0px ;
	border				:	0px ;
	padding			:	0px ;
}

img
{
	border				:	none ;
	vertical-align		:	top;
}

ul
{
	list-style-type	:	none ; 
	margin				:	0px ;
	border				:	0px ;
	padding			:	0px ;
}

table
{
	border-collapse	:	collapse ;
	width				:	100% ;
}

tr , td
{
	padding			:	0px;
	margin				:	0px;
}

input , select , label ,button
{
	vertical-align		:	middle ;
	margin				:	0px ;
}

input , button , select , textarea
{ /*  Google Chrome  인풋트  라인제거  */
		outline		:	none ;
		padding		:	0px ;
}

button
{
	cursor				:	pointer; 
}

textarea
{
	resize				:	none ;
}

.hide ,caption
{
	display			:	none ;
}

ul.noline li
{
	font				:	0/0 arial ;
}

ul.ufl li
{
	float				:	left ;
}

a,
a:hover
{
	text-decoration	:	none ;
	
}




/*-----------------------------------------------------------------

정렬 스타일

-----------------------------------------------------------------*/

.al
{
	text-align			:	left!important ;
}

.ac
{
	text-align			:	center!important ;
}

.ar
{
	text-align			:	right!important ;
}

.vt
{
	vertical-align		: top!important ;
}

.vm
{
	vertical-align		: middle!important ;
}

.vb
{
	vertical-align		: bottom!important ;
}

.fl
{
	float				:	left ;
}

.fr
{
	float				:	right!important ;
}

.cb
{
	clear				:	both ;
}

.txt_ls
{
	letter-spacing	:	-1px !important
} 

/*-----------------------------------------------------------------

padding 스타일

-----------------------------------------------------------------*/

.l03
{
	padding-left		:	3px ;
}

.l05
{
	padding-left		:	5px ;
}

.l06
{
	padding-left		:	6px ;
}

.l08
{
	padding-left		:	8px ;
}

.l10
{
	padding-left		:	10px ;
}

.l14
{
	padding-left		:	14px ;
}

.l15
{
	padding-left		:	15px ;
}

.l20
{
	padding-left		:	20px ;
}

.l22
{
	padding-left		:	22px ;
}

.l24
{
	padding-left		:	24px ;
}

.l25
{
	padding-left		:	25px ;
}


.l30
{
	padding-left		:	30px ;
}

.l33
{
	padding-left		:	33px ;
}

.l37
{
	padding-left		:	37px ;
}

.l40
{
	padding-left		:	40px ;
}

.l45
{
	padding-left		:	45px ;
}

.l50
{
	padding-left		:	50px ;
}

.l60
{
	padding-left		:	60px ;
}

.l70
{
	padding-left		:	70px ;
}

.l75
{
	padding-left		:	75px ;
}

.l90
{
	padding-left		:	90px ;
}

.l100
{
	padding-left		:	100px ;
}

.l150
{
	padding-left		:	150px ;
}

.t03
{
	padding-top		:	3px ;
}

.t05
{
	padding-top		:	5px ;
}

.t08
{
	padding-top		:	8px ;
}

.t10
{
	padding-top		:	10px ;
}

.t15
{
	padding-top		:	15px ;
}

.t16
{
	padding-top		:	16px ;
}

.t17
{
	padding-top		:	17px ;
}

.t20
{
	padding-top		:	20px ;
}

.t24
{
	padding-top		:	24px ;
}

.t25
{
	padding-top		:	25px ;
}

.t30
{
	padding-top		:	30px ;
}

.t35
{
	padding-top		:	35px ;
}

.t40
{
	padding-top		:	40px ;
}

.t42
{
	padding-top		:	42px ;
}

.t45
{
	padding-top		:	45px ;
}

.t50
{
	padding-top		:	50px ;
}

.t60
{
	padding-top		:	60px ;
}

.t70
{
	padding-top		:	70px ;
}

.t80
{
	padding-top		:	80px ;
}

.t90
{
	padding-top		:	90px ;
}

.t100
{
	padding-top		:	100px ;
}

.t120
{
	padding-top		:	120px ;
}

.t130
{
	padding-top		:	130px ;
}

.b05
{
	padding-bottom	:	5px ;
}

.b10
{
	padding-bottom	:	10px ;
}

.b20
{
	padding-bottom	:	20px ;
}

.b30
{
	padding-bottom	:	30px ;
}

.b50
{
	padding-bottom	:	50px ;
}

.r03
{
	padding-right		:	3px ;
}

.r05
{
	padding-right		:	5px ;
}

.r10
{
	padding-right		:	10px ;
}

.r15
{
	padding-right		:	15px ;
}

.r20
{
	padding-right		:	20px ;
}

.r25
{
	padding-right		:	25px ;
}

.r30
{
	padding-right		:	30px ;
}

.r40
{
	padding-right		:	40px ;
}

.r60
{
	padding-right		:	60px ;
}


/*-----------------------------------------------------------------

text color border 스타일

-----------------------------------------------------------------*/

.brd1
{
	border			: 1px solid #E0E0E0 ;
}

.line1
{
	border-top		: 1px solid #E0E0E0;
}

.red
{
	color			: #e70012!important;
}

.b
{
	font-weight		: 700!important;
}






h2
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 700;
	font-size		: 36px;
	color			: #212121;
	line-height		: 150%;
	padding-top		: 60px;
	padding-bottom	: 24px;
	display			: block;
}

.cont_tit1
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 700;
	font-size		: 24px;
	color			: #212121;
	line-height		: 150%;
	display			: inline-block;
	background		: url('../img/off/tit_line1.svg') left center no-repeat;
	padding-left	: 12px;
	letter-spacing	: -1px;
}


.cont_tit2
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 700;
	font-size		: 21px;
	color			: #212121;
	line-height		: 150%;
	letter-spacing	: -1px;
}

.cont_text1
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 300;
	font-size		: 16px;
	color			: #212121;
	line-height		: 150%;
	letter-spacing	: -1px;
}

.cont_text2
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 400;
	font-size		: 18px;
	color			: #212121;
	line-height		: 150%;
	letter-spacing	: -1px;
}

.cont_text3
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 400;
	font-size		: 21px;
	color			: #212121;
	line-height		: 150%;
	letter-spacing	: -1px;
}
.cont_text4
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 800;
	font-size		: 18px;
	color			: #ec1919;
	line-height		: 150%;
	letter-spacing	: -1px;
}
.cont_text4 span
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 500;
	font-size		: 15px;
	color			: #ec1919;
	line-height		: 150%;
	letter-spacing	: -1px;
}

.txtFlow {
	width: 225px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



/*								s_class1.html		    ***/

.s_right_tit1
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	16px;
	color				:	#404041;

}

.s_cont_tit1
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	13px;
	color				:	#666;
	line-height		:	42px;
}



.s_cont_tit2
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	30px;
	color				:	#292929;
	line-height		:	40px;
	font-weight		:	600;
}

.s_cont_tit2 span
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#f34a00;
	font-weight		:	normal;
}

.s_cont_tit3
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	16px;
	color				:	#292929;

}




.s_cont_text1
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	14px;
	color				:	#292929;

}

.s_cont_text2
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	30px;
	color				:	#292929;

}

.s_cont_text3
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	12px;
	color				:	#636363;

}

.s_cont_text4
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	24px;
	color				:	#000;

}

.s_cont_text5
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	15px;
	color				:	#000;

}

.s_cont_text6
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	16px;
	color				:	#276bc6;

}

.s_cont_text7
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	12px;
	color				:	#858585;
	line-height		:	18px;

}

.s_cont_text8
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	13px;
	color				:	#666;
}

.s_cont_text9
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#636363;
	line-height		:	28px;

}


.s_cont_text10
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	16px;
	color				:	#000000;

}

.s_cont_text11
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	15px;
	color				:	#454545;

}



.s_cont_text12
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	20px;
	color				:	#292929;
	font-weight		:	600;

}

.s_cont_text13
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	20px;
	color				:	#3997f0;
	font-weight		:	600;
	padding-bottom	:	5px;
	border-bottom	:	3px solid #3997f0;
}

.s_cont_text13:hover
{
	color:#3997f0;
}
.s_cont_text12:hover
{
	color:#292929;
}

.s_cont_text14
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	24px;
	color				:	#000;
	font-weight		:	600;

}

.s_cont_text15
{
	font-family		:	'Noto Sans CJK KR Medium', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	15px;
	color				:	#000;
	line-height			:	18px;

}