@charset "utf-8";
@import url('top.css');
@import url('middle.css');
@import url('footer.css');
@import url('bbs.css');
@import url(http://fonts.googleapis.com/earlyaccess/Nanum Gothic.css);

/*-----------------------------------------------------------------

http://www.ybyin.com 
2018-03-02

-----------------------------------------------------------------*/

@font-face {   
	font-family: 'Nanum Gothic';

    src: local('Nanum Gothic'), url('../fonts/Nanum Gothic.eot'),
	url('../fonts/Nanum Gothic.ttf'),
	url('../fonts/Nanum Gothic.woff') format('truetype');
	/*
	font-family: 'simhei';

    src: url('../fonts/simhei.eot')
	url('../fonts/simhei.ttf') format('truetype');
	
	font-family: 'YaHei';//Microsoft YaHei

    src: url('../fonts/msyh.eot')
	url('../fonts/msyh.ttf') format('truetype');
	
	font-family: 'tunga';

    src: url('../fonts/Tunga.eot')
	url('../fonts/Tunga.ttf') format('truetype');
	*/
}

* {font-family:Nanum Gothic, 나눔고딕, dotum, Arial, sans-serif;}
.simhei {font-family:simhei, sans-serif;}
.Arial {font-family:Arial, simhei, sans-serif;}
.YaHei {font-family:Microsoft YaHei, YaHei, sans-serif;}

html{
	overflow-y:scroll;
	overflow-x:hidden;
} 

body
{
	margin				:	0px ; 
	padding			:	0px ;
	overflow-x		:	hidden ;
}



#kmh 
{
	overflow			:	hidden;
	width				:	640px;
	margin				:	0 auto;
}

#body 
{
	position			:	relative ;
}



.container 
{
	width				:	600px ;
	
}

 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }

  
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		:	middle ;
}

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 ;
	padding			:	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 ;
}

.vb
{
	vertical-align		: bottom!important ;
}

.fl
{
	float				:	left ;
}

.fr
{
	float				:	right!important ;
}

.cb
{
	clear				:	both ;
}
.txt_ls   
{
	letter-spacing	:	-1px;
}



/*-----------------------------------------------------------------

padding 스타일

-----------------------------------------------------------------*/

.l03
{
	padding-left		:	3px ;
}

.l05
{
	padding-left		:	5px ;
}

.l10
{
	padding-left		:	10px!important ;
}

.l14
{
	padding-left		:	14px!important ;
}

.l15
{
	padding-left		:	15px!important ;
}

.l20
{
	padding-left		:	20px ;
}

.l24
{
	padding-left		:	24px ;
}

.lm20
{
	margin-left		:	20px ;
}

.l30
{
	padding-left		:	30px ;
}

.l40
{
	padding-left		:	40px ;
}

.l50
{
	padding-left		:	50px ;
}

.l75
{
	padding-left		:	75px ;
}

.l100
{
	padding-left		:	100px ;
}

.t03
{
	padding-top		:	3px ;
}

.t05
{
	padding-top		:	5px ;
}

.t10
{
	padding-top		:	10px ;
}

.t15
{
	padding-top		:	15px ;
}

.t20
{
	padding-top		:	20px ;
}

.t25
{
	padding-top		:	25px ;
}

.t30
{
	padding-top		:	30px ;
}

.t35
{
	padding-top		:	35px ;
}

.t40
{
	padding-top		:	40px ;
}

.t45
{
	padding-top		:	45px ;
}

.t50
{
	padding-top		:	50px ;
}

.t60
{
	padding-top		:	60px ;
}

.t70
{
	padding-top		:	70px ;
}

.t100
{
	padding-top		:	100px ;
}


.t110
{
	padding-top		:	110px ;
}

.b10
{
	padding-bottom	:	10px ;
}

.b20
{
	padding-bottom	:	20px ;
}

.b50
{
	padding-bottom	:	50px ;
}

.r10
{
	padding-right		:	10px ;
}

.r20
{
	padding-right		:	20px ;
}


.ml15
{
	margin-left		:	15px ;
}

.ml20
{
	margin-left		:	20px ;
}

/*-----------------------------------------------------------------

text color border 스타일

-----------------------------------------------------------------*/

.brd1
{
	border				:	1px solid #e70012 ;
}

.brd2
{
	border				:	1px solid #dddddd ;
}

.brd3
{
	border				:	1px solid #dddddd ;
	padding			:	20px;
}

.line1
{
	border-top		:	1px solid #dbdbdb ;
}

.line2
{
	border-top		:	1px solid #adadad ;
}

.red,
.col1
{
	color				:	#e70012!important ;
}

.clr1
{
	color				:	#0e74b2 ;
}

.b
{
	font-weight		:	600!important ;
}







  
  
  

.site_cont_tit1 
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'AppleGothic', 'sans-serif';
	font-size			:	24px;
	color				:	#000;
	line-height		:	50px;
	font-weight		:	600;
}

.site_cont_text1 
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#000;
}

.site_cont_text2 
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'AppleGothic', 'sans-serif';
	font-size			:	22px;
	color				:	#000;
}

.site_cont_text3
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#747474;
}


