#height{
	width:100%;
	float:left;
	height:100px;
}


/* 인사말*/

.greeting{
	background:url(/user_data/namil/content/editor/img/greeting_bg.png) no-repeat right top;
	width: 748px;
}
.greeting h3{
	font-size: 25px;
    font-weight: 500;
    line-height: 39px;
	text-align: center;
    width: 360px;
	position:relative;
	padding-bottom: 20px;
}
.greeting h3 span{
	position:absolute;
	width:32px;
	height:26px;

}
.greeting h3 .comma_left{
	background:url(/user_data/namil/content/editor/img/comma_left.png) no-repeat;
	top:-6px;
	left:12px;
}
.greeting h3 .comma_right{
	background:url(/user_data/namil/content/editor/img/comma_right.png) no-repeat ;
	top: 90px;
    left: 370px;
}
.greeting p{
	font-size:15px;
	line-height:24px;
	padding:10px 0
}
.greeting p:last-of-type{
	font-family: 'NanumMyeongjo';
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    padding-right: 150px;
	color: #000;
}

/*오시는길*/
#map_view{
	width:748px;
	height:400px;
	border:1px solid #eaeaea;
}
.map_text{
	margin-top:30px;
}
.map_text table{
	border-collapse:collapse;
	border-top:2px solid #B7160E;
}
.map_text table caption{
	text-align: left;
    padding: 8px 0;
    font-size: 15px;
    font-weight: bold;
	color:#585858
}
.map_text th,
.map_text td{
	border:1px solid #eaeaea;
	line-height:40px;
	font-size:15px;
}
.map_text th{
	border-left:0;
	background:#f9f9f9;
	color:#B7160E
}
.map_text td{
	padding-left:20px;
	border-right:0;
}

.map_text td a:hover{
	color:#FBD726;
}


/*연혁*/
.histoty{
	width:748px;
	position:relative	;
	overflow:hidden
}
.histoty .line{
	width:1px;
	height:2000px;
	background:#ccc;
	position:absolute;
	top:211px;
	left:50%;
	z-index:-1;
}
.histoty .history_title{
	background:url(/user_data/namil/content/editor/img/history_01.png) no-repeat;
	width:342px;
	height:215px;
	text-align:center;
	margin:0 auto;
}
.histoty .history_title h3{
	font-size: 47px;
    font-weight: 500;
    color: #fff;
    padding-top: 43px;
}
.histoty .history_title h4{
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 5px 0 21px;
	font-weight: 900;
}

.histoty .history_title h5{
    color: #fff;
	font-size: 15px;
    word-spacing: -1px;
}

/* 연혁들*/
.histoty .right{
	float:right;
	padding-right: 27px;
	background:url(/user_data/namil/content/editor/img/hitory_dot_right.png) no-repeat left center;
}
.histoty .left{
	float:left;
	padding-left: 25px;
	background:url(/user_data/namil/content/editor/img/hitory_dot_left.png) no-repeat right center;
}

.histoty .right .history_con{
    margin: 15px 0 0 55px;
}
.histoty .left .history_con{
    margin: 15px 57px 0 0px;
}


.histoty .history_con{
    border: 1px solid #eaeaea;
    padding: 20px;
	width: 260px;
}
.histoty .history_wrap h3{
	font-size: 23px;
    font-family: Tahoma;
    color: #FF9B97;
	line-height: 31px;
}
.histoty .history_wrap li{
	    background: url(/user_data/namileng/content/editor/img/liststyle.png) no-repeat left 9px;
	padding-left:11px;
	font-size:13px;
	line-height:25px;
	list-style:none;
}
	
.histoty .history_wrap li span{
    color: #FFAAA7;
    font-weight: 900;
}

/*조직도*/
.organization{
	width:748px;
	background:url(/user_data/namil/content/editor/img/bg.png) no-repeat center;
	position:relative;
	height:478px;
	margin-top:20px;
}
.organization ul>li{
	position:absolute;
	list-style:none;

}
.organization ul li span{
	display:block;
	width:20px;
	height:2px;
	background:#d68581;
	margin-bottom:5px;
}


.organization ul.sub01 li{
	color:#d68581;
	font-weight: 600;
    font-size: 15px;
}

.organization ul li.ceo{
	top: 78px;
    left: 189px;
}
.organization ul li.ceo h3{
    font-size: 22px;
    color: #fff;
    line-height: 29px;
}
.organization ul li.ceo p{
	color: #D68581;
}
	
	
.organization ul li.team01{
    top: 136px;
    left: 395px;
	color: #fff;
}
.organization ul li.team02{
    top: 140px;
    left: 599px;
}

.organization ul li.team03{
	top: 389px;
    left: 542px;
}

.organization ul li.team04{
	top: -21px;
    left: 398px;
}

.organization ul li.team05{
	top: 478px;
    left: 349px;
}

.organization ul li.team06{
	 top: 353px;
    left: 133px;
}

.organization ul.sub02 li ol li{
list-style: inside;
    line-height: 23px;
    color: #a5a5a5;
    font-size: 14px;
}
.organization ul li.team02_sub{
    top: 169px;
    left: 604px;
}
.organization ul li.team03_sub{
    top: 417px;
    left: 546px;
}

.organization ul li.team05_sub{
    top: 507px;
    left: 349px;
}
.organization ul li.team06_sub{
    top: 344px;
    left: 53px;
}
.organization ul.sub01 li ol li {
    list-style: inside;
    line-height: 16px;
    color: #a5a5a5;
    font-size: 14px;
	width:80px;
	font-weight:normal;
	margin-top:5px;
}


/*제품정보******************************************/

.all h3{ 
	color: #a3251f;
    font-size: 17px;
    padding-bottom: 15px;
}
.all h3 span{
    font-size: 18px;
    background: #712626;
    padding: 4px 20px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
}
.all h3 span b.f_14{
	font-size:14px;
	color:#fff;
	
}

.all h3 span.red{
	float: right;
    color: #EA2E2E;
	background:none;
	font-size:13px;
	padding:0;
	padding-top: 10px;
	
}

.all p{
	font-size: 13px;
    line-height: 21px;
}
.all>div{
	padding-bottom:50px;
	overflow: hidden;
}
.all>div:last-child{
	padding-bottom:0;
}
.all li{
	list-style:none;
	font-size:13px;
	line-height:25px;
}
.col_red{
	color:#a00;
}
.liststyle{
	padding-left:25px;
}
.liststyle li{
	list-style:square;
}

/*개요공통*/

.all .con01 div{
	float:left;
}
.all .con01 div:first-child{
	width:55%;
	padding-right: 40px;
}

.all .con01 dl dd{
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
    background: #313131;
    color: #fff;
    text-align: center;
    width: 110px;
    border-radius: 30px;
    margin: 0 auto;
}


/*sub공통*/

.sub{
	width:96%;
	float:right !important;
}
.sub h5{
	font-size: 15px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.all .sub ul{
	padding-left:12px;
}
/*소제목공통*/
.all .con02 h4 {
	line-height: 20px;
    color: #000;
    font-size: 15px;
}
.all .con02 h4 span{
    font-size: 10px;
    color: #000;
    vertical-align: top;
    padding-right: 5px;
}

/*제품소개*/


#tabs li {
	list-style: none;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
		position:absolute;

}
#tabs ul li.active {
}
#tabs ul li.active a {
	color: #333333;
}
#tabs div {
	clear: both;
	padding: 15px 0;
	/*min-height: 200px;*/
}
#tabs div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	line-height: 150%;
}
#tabs ul li a {
}
.tab1{
	position:relative;
}
.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}
.rg3_wrap{
	background:url(/user_data/namil/content/editor/img/rg3_top.png) no-repeat;
	width:748px;
	height:160px;
}
.ck_wrap{
	background:url(/user_data/namil/content/editor/img/ck_top.png) no-repeat;
	width:748px;
	height:160px;
}

.genesis_wrap{
	background:url(/user_data/namil/content/editor/img/insert_genesis_bg2.png) no-repeat;
	width:748px;
	height:160px;
}
.k9_wrap{
	background:url(/user_data/namil/content/editor/img/k9_bg1.png) no-repeat;
	width:748px;
	height:151px;
}
.sonata_wrap{
	background:url(/user_data/namil/content/editor/img/sonata_bg02.png) no-repeat;
	width:748px;
	height:164px;
}
.santafe_wrap{
	background:url(/user_data/namil/content/editor/img/santafe_bg02.png) no-repeat;
	width:748px;
	height:166px;
}
.cupe_wrap{
	background:url(/user_data/namil/content/editor/img/cupe_bg01.png) no-repeat;
	width:748px;
	height:177px;
}

.tm_wrap{
	background:url(/user_data/namil/content/editor/img/tm_bottom.png) no-repeat;
	width:748px;
	height:177px;
}
.ge2008_wrap{
	background:url(/user_data/namil/content/editor/img/ge2008_bg01.png) no-repeat;
	width:304px;
	height:403px;
	float: left;
	margin-right: 14px;
}
#ge2008 .ge2008_sub_wrap{
	display: inline-block;
    padding: 0;
}

.dmsantafe_wrap{
	background:url(/user_data/namil/content/editor/img/dasantafe_bg01.png) no-repeat;
	width:748px;
	height:261px;
}

/*genesis*/
.tab01 a{
	top: -1px;
    left: 281px;
	width:176px;
	height:98px;

}
.tab01 a:hover{
	background:url(/user_data/namil/content/editor/img/genesis_item01.png) no-repeat;
}
.tab02 a{
    top: 93px;
    left: 297px;
	width:184px;
	height:67px;

}
.tab02 a:hover{
	background:url(/user_data/namil/content/editor/img/genesis_item02.png) no-repeat;
}

/*.tab03 a{
    top: 108px;
    left: 316px;
	width:89px;
	height:51px;

}
.tab03 a:hover{
	background:url(/user_data/namil/content/editor/img/genesis_item03.png) no-repeat;
}

.tab04 a{
	top: 144px;
    left: 435px;
	width:42px;
	height:14px;

}
.tab04 a:hover{
	background:url(/user_data/namil/content/editor/img/genesis_item04.png) no-repeat;
}*/

/*k9*/
.tab05 a{
	top: 56px;
    left: 248px;
	width:70px;
	height:44px;

}
.tab05 a:hover{
	background:url(/user_data/namil/content/editor/img/k9_item01.png) no-repeat;
}
.tab06 a{
	top: 104px;
    left: 327px;
	width:82px;
	height:46px;

}
.tab06 a:hover{
	background:url(/user_data/namil/content/editor/img/k9_item02.png) no-repeat;
}

.tab07 a{
	top: 77px;
    left: 299px;
	width:63px;
	height:37px;

}
.tab07 a:hover{
	background:url(/user_data/namil/content/editor/img/k9_item03.png) no-repeat;
}
.tab08 a{
	top: 30px;
    left: 554px;
	width:136px;
	height:51px;

}
.tab08 a:hover{
	background:url(/user_data/namil/content/editor/img/k9_item04.png) no-repeat;
}

.tab09 a{
    top: 87px;
    left: 552px;
	width:111px;
	height:45px;

}
.tab09 a:hover{
	background:url(/user_data/namil/content/editor/img/k9_item05.png) no-repeat;
}
/*.tab10 a{
	top: 60px;
    left: 556px;
	width:108px;
	height:24px;

}
.tab10 a:hover{
	background:url(/user_data/namil/content/editor/img/k9_item06.png) no-repeat;
}*/

/*sonata*/
.tab11 a{
    top: 82px;
    left: -2px;
	width:103px;
	height:75px;

}
.tab11 a:hover{
	background:url(/user_data/namil/content/editor/img/sonata_item01.png) no-repeat;
}
.tab12 a{
	top: 81px;
    left: 90px;
	width:74px;
	height:41px;

}
.tab12 a:hover{
	background:url(/user_data/namil/content/editor/img/sonata_item02.png) no-repeat;
}
.tab13 a{
	top: 53px;
    left: 483px;
	width:111px;
	height:38px;

}
.tab13 a:hover{
	background:url(/user_data/namil/content/editor/img/sonata_item03.png) no-repeat;
}
.tab14 a{
    top: 52px;
    left: 583px;
	width:165px;
	height:41px;

}
.tab14 a:hover{
	background:url(/user_data/namil/content/editor/img/sonata_item04.png) no-repeat;
}

/*santafe*/
.tab15 a{
    top: 95px;
    left: 0px;
	width:120px;
	height:67px;

}
.tab15 a:hover{
	background:url(/user_data/namil/content/editor/img/santafe_item01.png) no-repeat;
}
.tab16 a{
    top: 0px;
    left: 477px;
	width:102px;
	height:66px;

}
.tab16 a:hover{
	background:url(/user_data/namil/content/editor/img/santafe_item02.png) no-repeat;
}

/*santafe_tm*/
.tab44 a{
    top: 99px;
    left: 329px;
	width:92px;
	height:30px;

}
.tab44 a:hover{
	background:url(/user_data/namil/content/editor/img/tm_item01.png) no-repeat;
}

/*cupe*/
.tab17 a{
    top: 34px;
    left: 216px;
	width:62px;
	height:46px;

}
.tab17 a:hover{
	background:url(/user_data/namil/content/editor/img/cupe_item01.png) no-repeat;
}
.tab18 a{
	top: 110px;
    left: 515px;
	width:139px;
	height:66px;

}
.tab18 a:hover{
	background:url(/user_data/namil/content/editor/img/cupe_item02.png) no-repeat;
}

.tab19 a{
	top: 55px;
    left: 480px;
	width:88px;
	height:73px;

}
.tab19 a:hover{
	background:url(/user_data/namil/content/editor/img/cupe_item03.png) no-repeat;
}

/*ge2008*/

.tab20 a{
	top: 13px;
    left: 10px;
	width:281px;
	height:123px;

}
.tab20 a:hover{
	background:url(/user_data/namil/content/editor/img/ge2008_item01.png) no-repeat;
}
.tab21 a{
	top: 168px;
    left: 72px;
	width:165px;
	height:38px;

}
.tab21 a:hover{
	background:url(/user_data/namil/content/editor/img/ge2008_item02.png) no-repeat;
}
.tab22 a{
	top: 295px;
    left: 76px;
	width:160px;
	height:104px;

}
.tab22 a:hover{
	background:url(/user_data/namil/content/editor/img/ge2008_item03.png) no-repeat;
}
.tab23 a{
	top: 127px;
    left: 0px;
	width:133px;
	height:114px;

}
.tab23 a:hover{
	background:url(/user_data/namil/content/editor/img/dasantafe_item01.png) no-repeat;
}

.tab24 a{
    top: 16px;
    left: 471px;
	width:104px;
	height:92px;

}
.tab24 a:hover{
	background:url(/user_data/namil/content/editor/img/dasantafe_item02.png) no-repeat;
}

/*sonata*/

.iml_wrap {    
	background: url(/user_data/namil/content/editor/img/iml_2.jpg) no-repeat;
    width: 748px;
    height: 341px;
}
.tab51 a { top:0; right:-748px; width:748px; height:341px; }

.tab50 a{
    top: 104px;
    left: 296px;
	width:190px;
	height:54px;

}
.tab50 a:hover{
	background:url(/user_data/namil/content/editor/img/iml_2hover.png) no-repeat;
}

/*rg3*/
.tab40 a{
	top: 8px;
    left: 297px;
	width:103px;
	height:20px;

}
.tab40 a:hover{
	background:url(/user_data/namil/content/editor/img/rg3_item01.png) no-repeat;
}
.tab41 a{
	top: 111px;
    left: 412px;
	width:142px;
	height:38px;

}
.tab41 a:hover{
	background:url(/user_data/namil/content/editor/img/rg3_item02.png) no-repeat;
}
.tab42 a{
	top: 111px;
    left: 531px;
	width:108px;
	height:40px;

}
.tab42 a:hover{
	background:url(/user_data/namil/content/editor/img/rg3_item03.png) no-repeat;
}

/*ck*/
.tab43 a{
	top: 82px;
    left: 29px;
	width:86px;
	height:37px;

}
.tab43 a:hover{
	background:url(/user_data/namil/content/editor/img/ck_item01.png) no-repeat;
}
.tab43_1 a { width:748px; height:160px; cursor:auto; }
.tab44_1 a { width:748px; height:177px; cursor:auto; }

/*IONIQ*/

.ioniq_wrap {    
	background: url(/user_data/namil/content/editor/img/ioniq_2.jpg) no-repeat;
    width: 748px;
    height: 550px;
}
.tab52 a { top:0; right:-748px; width:748px; height:550px; }

.tab53 a{
    top: 160px;
    left: 465px;
	width:205px;
	height:230px;

}
.tab53 a:hover{
	background:url(/user_data/namil/content/editor/img/ioniq_2hover.png) no-repeat;
}

/*인서트필름*/



.insert .insert_con02 li{
	float:left;
}
.insert .insert_con02 li:nth-child(even){
	float:right;
}
.insert .insert_con03 dl{
	float:left;
}
.insert .insert_con03 dl:last-child{
	float:right;
}
.insert .insert_con03 dd{
	font-size:15px;
	text-align:center;
	line-height:25px;
	font-weight:bold;
}






/*핫스탬핑*/

.hot .sub{
	padding-top:30px;
}

.hot .con02 dl{
	float:left;
	padding-right: 6px;
}
.hot .con02 dl:last-of-type{
	padding-right:0;
}
.hot .con02 dd{
	text-align:center;
	font-size:13px;
	color:#000;
	font-weight:bold;
	line-height:25px;
}
.hot .con02 div{
	overflow:hidden;
}
.hot .con02 div:last-child{
	padding-top:20px;
}


/*톰*/

.tom .con03 dl{
	float:left;
	padding-right: 6px;
}
.tom .con03 dl:last-of-type{
	padding-right:0;
}
.tom .con03 dd{
	text-align:center;
	font-size:13px;
	color:#000;
	font-weight:bold;
	line-height:25px;
}


/*리얼소재*/

.real .con01 > div:first-child{
	width:100% !important;
	padding-right:0 !important;
	padding-bottom:30px;
}
.real .con01 dl{
	float:left;
	width:249px;
}
.real>.con01>dd{
	text-align:center;
	font-size:13px;
	color:#000;
	font-weight:bold;
	line-height:25px;
}
.real .sub{
	padding-top:30px;
}


/*rtt*/
.rtt .con01 div:first-child{
	width:61%;
}

.rtt .sub{
	padding-top:20px;
}

/*imd*/
.imd .con01 > div:first-child{
	width:60% !important;
}

/*Insulation Part*/
.insulation .con01{
	padding-bottom:20px;
}
.insulation .con02 dl{
	float:left;
	padding-right: 2px;
}
.insulation .con02 dl:last-of-type{
	padding-right:0;
}
.insulation .con02 dd{
	text-align:center;
	font-size:13px;
	color:#000;
	font-weight:bold;
	line-height:25px;
}
.insulation .con02 li{
	float:left;
	padding-right:4px;
}

.insulation .con02 li:first-child+li+li+li,
.insulation .con02 li:first-child+li+li{
	padding-right:0 !important;
}

/*관련업체*/

.client ul li{
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #eaeaea;
    padding: 7px;
    line-height: 0px;
}


/*ci*/
div.ci p{
    font-size: 15px;
    padding-top: 15px;
    line-height: 23px;
    width: 700px;
    margin: 0 auto;
}

/*탑버튼*/

.top{
	display:inline-block;
	float:right;
}
.top a{
    padding: 5px 10px;
    background: #ccc;
    color: #fff;
    display: block;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
}

.s_title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #ccc;	
}
.s_title span { 
    font-size: 12px;
    color: #757575;
    padding-left: 6px;
 }