@charset "utf-8";

/* --
 
title: CSS ?�역 공통 ?�정

desc: ???�이지??공통??CSS?�정???�의??


+ �??�소???�치?�인 값이 ?�는 경우????�� ?�위�??�기?�다.
+ ?�이?�명?�나 ?�래?�명?� 모두가 ?��??�기 ?�도�?관?�된 ?�이밍을 가진다.
+ ?�이?�는 ?�나???�이지 ?�에 ?�하?�의 ?�일???�이??만이 존재?�다. ?�래?�는 ?�일??명의 ?�래?��? ?�수 존재 가?�하??
+ ?�이?�는 ?�에 (#)???�기?�고 ?�래?�는 ?�에 (.)???�기?�다

-- */

*{
	margin: 0;
	padding: 0;
}
html, body, table, input, textarea, select, h1, h2, h3, h4, h5, div, dl, dt, dd, ol, p, form, button {
  font-family: "맑은고딕", "Malgun Gothic";
  font-size: 12px;
  color: #717679;
}
body{
	margin: 0 auto;
	height: 100%;
}
div {
	display: block;
}
p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
#link_to_ford{
	float: right;
	margin-right: 90px;
	font-weight: bold;
	font-size: 10px;
	margin-top: 38px;
}

#link_to_ford a{
	color: #23527c;
}
a:link, a:visited{
	color: #8a8a8a;
}

a:active, a:hover{
	color: #8a8a8a;
	font-weight: bold;
	text-decoration: none;
}
.main{
	background-color: #fdfdfd;
	width: 1200px;
	margin: 0 auto;
}
#ford_financial_logo{
	margin: 0 0 0 35px;
}
#header{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#headerin{
	background-image:  url("../image/L1200.jpg");
	background-size: cover;
	width: 1200px;
	height: 827px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#nav {
	width: 1020px;
	height: 40px;
	margin: 0 auto;
	padding: 0 0 0 0;
	-moz-box-shadow: 0 2px 2px 0 grey;
	-webkit-box-shadow: 0 2px 2px 0 grey;
	box-shadow: 0 2px 2px 0 grey;
}
#nav ul{
	text-align: center;
}
#nav ul li{
	font-size: 20px;
	list-style: none;
	color: white;
	background-color: #8a8a8a;
	float: left;
	line-height: 40px;
	vertical-align: middle;
	display : inline;
	border-left: 1px solid #999;
	padding: 0 0 0 0px;
	text-align: center;
	/*margin: 0 0 0 -20px;*/
}
#nav .menuLink{
	text-decoration: none;
	color: white;
	display: block;
	font-size: 16px;
	/*width: 254px;*/
	width: 339px;
	
}

#nav .menuLink:hover{
	background-color: #003267;
}
#nav #nav_active{
	background-color: #003267;
}
.select_box{
	position: relative;
	width: 200px;
	height: 40px;
	background: url();
	border: 1px solid #E9DDDD;
}
.select_box label{
	position: absolute;
	font-size: 14px;
	color: #a97228;
	top: 13px;
	left: 12px;
	letter-spacing: 1px;
}
.select_box select{
	width: 100%;
	height: 40px;
	min-height: 40px;
	line-height: 40px;
	padding: 0 10px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.box_list{
	width: 1200px;
	height: 280px;
	margin: 0 auto;
	padding: 0 33px 0 33px; 
	background-color: #fdfdfd;
}
.box{
	width: 250px;
	height: 155px;
	margin: 25px 15px 100px 15px;
	background-color: #8a8a8a;
	display: inline-block;
	vertical-align: text-top;
}
.box_title{
	color: #fdfdfd;
	text-indent: 15px;
	line-height: 35px;
	font-size: 14px;
}
.box_contents{
	height: 120px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 30px 50px 30px 50px;
}
.box_contents_promotion{
	height: 120px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 1.5px 3px 1.5px 3px;
}
.box_contents_fordfs{
	height: 120px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 30px 15px;
}
.box_contents img{
	margin: 0 auto;
}
.box_contents_promotion img{
	margin: 0 auto;
}
.awarded{
	display: inline-block;
	margin: 0 0 0 25px;
}
.dropdown{
	display: inline-block;
	float: right;
	margin: 0 10px 0 0;
}

.footer{
	background-color: #000000;
	height: 60px;
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 13px 0;
}
.footer p{
	margin: 0px 0px 0px 20px; 
	color: white; 
	font-size: 11px; 
	vertical-align: middle; 
	display: inline-block; 
	font-family: '맑�? 고딕'; 
}	
.footer_company{
	background-color: #000000;
	/*height: 90px;*/
	width: 1200px;
	height: 115px;
	margin: 0 auto;
  	padding: 25px 0 25px 0;
  	text-align: left;
  	position: relative;
}
.policy{
	vertical-align: middle;
	font-family:"맑�? 고딕";
	margin: 0 0 0 20px;
	display: inline-block;
	float: left;

	font-size: 12px;
}
.company_aju{
	vertical-align: middle;
	font-family:"맑�? 고딕";
	margin: 5px 0 0 20px;
	display: inline-block;
	float: left;
	font-size: 11px;
}
.company_logo{
	float: right;
	display: inline-block;
	margin: 0 30px 0 0;
}

/*?�브 ?�이지*/
.sub_image{
	margin: 25px auto;
	width: 1020px;
}
.sub_image img{
	width: 1020px;
	height: 480px;
}
.sub_page_short{
	background-color: #fdfdfd;
	margin: 0 auto;
	width: 1020px;
	height: 640px;
	padding-bottom: 15px;
}
.sub_page_mid{
	background-color: #fdfdfd;
	margin: 0 auto;
	width: 1020px;
	height: 1230px;
	padding-bottom: 15px;
}
.sub_page_long{
	background-color: #fdfdfd;
	margin: 0 auto;
	width: 1020px;
	height: 1400px;
	padding-bottom: 15px;
}
.sub_page_long_promotion{
	background-color: #fdfdfd;
	margin: 0 auto;
	width: 1020px;
	height: 1300px; 
	padding-bottom: 15px;
}
.sub_page_content_short{
	background-color: #ffffff;
	height: 625px;
}
.sub_page_content_mid{
	background-color: #ffffff;
	height: 945px;
}
.sub_page_content_long{
	background-color: #ffffff;
	height: 1285px;
}
.sub_page_content_long_promotion{
	background-color: #ffffff;
	height: 1200px;
}
.sub_page_product_img{
	margin: 10px 0 10px 440px;
	display: block;
	width: inherit;
}
.sub_page_product_img_lease{
	margin: 10px 0 10px 380px;
	display: block;
	width: inherit;
}
#sub_nav{
	float: right;
	font-size: 8pt;
	padding: 10px 15px;
}
#sub_nav_active{
	color: #000;
}
.sub_title{
	display: inline-block;
	font-size: 20pt;
	font-weight: bold;
	color: #8a8a8a;
	letter-spacing: 1px;
	margin: 0 0 20px 20px;
	padding: 15px 0 0px 0;
}
.company_us{
	display: inline-block;
	font-size: 13px;
	color: #8a8a8a;
	margin: 0 0 20px 20px;
	padding: 15px 0 0px 0;
}
.company_us_bold{
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #003267;
	margin: 0 0 20px 20px;
	padding: 15px 0 0px 0;
}
.company_images{
	margin: 20px 0 0 240px;
}
.company_images img{
	margin: 0 30px 0 0;
	padding-right: 30px;
}
.side_menu{
	width: 215px;
	height: 100%;
	background-color: #8a8a8a;
	display: inline-block;
	float: left;
}
.side_menu_title{
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	color: #fdfdfd;
	padding: 30px 0 0px 0;
	letter-spacing: 1px;
}
.side_menu_title p{
	text-align: left;
	font-size: 9pt;
	color: #fdfdfd;
	font-weight: normal;
	letter-spacing: 0.00001px;
	margin: 0 0 20px 15px;
}
#side_menu_list li{
	width: 215px;
	list-style: none;
	color: #8a8a8a;
	line-height: 45px;
	vertical-align: middle;
	display : inline;
	padding: 0 0 0 0px;
	text-align: center;
}
#side_menu_list .sideMenuLink{
	background-color: #8a8a8a;
	text-decoration: none;
	color: #fdfdfd;
	display: block;
	font-size: 10pt;
	font-weight: bold; 
}
#side_menu_list .sideMenuLink:hover{
	background-color: #ffffff;
	color: #8a8a8a;
}

#side_menu_list #side_menu_list_active{
	background-color: #ffffff;
	color: #8a8a8a;
}
.table_documents{
	display: inline-block;
	width: 750px;
	height: 480px;
	float: left;
	margin: 0 0 0 25px;
	background-image: url("../image/product_process_bg.jpg");
}
#information{
	margin-left: 250px;
	padding-top: 495px;
}
#warning{
	color: #003267;
	font-weight: bold;
}
#rule{
	letter-spacing: 1px;
}
.table_title_row{
	color: #003267;
	font-weight: bold;
	text-align: center;
}
#table_title_row{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 2px solid #ddd;
}
.sub_product_title{
	display: inline-block;
	font-size: 20pt;
	font-weight: bold;
	color: #003267;
	margin: 0 0 0 20px;
	padding: 15px 0 20px 0;
}
.sub_description{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #8a8a8a;
	margin: 0 0 5px 20px;
}
.sub_description_content{
	display: inline-block;
	font-size: 14px;
	color: #8a8a8a;
	margin: 0 0 20px 20px;
}
.product_title{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #8a8a8a;
	margin: 0 0 5px 20px;
}
.product_description{
	display: inline-block;
	font-size: 14px;
	color: #8a8a8a;
	margin: 0 0 0 20px;
}
.product_information{
	display: block;
	color: #8a8a8a;
	text-align: left;
	margin: 20px 0 0 250px;
	border-spacing: 30px 0;
	width: 700px;
}

.product_information > div ul li{
	position:relative;
	list-style:none;
	margin-bottom:10px;
	padding: 0 0 0 5px;
}
.product_information > div ul li:before{
	position:absolute;
	display:block;
	content:"-";
	width:15px;
	height:15px;
	left:0;
	top:0;
}

.product_information_beige{
	width: 195px;
	height: 130px;
	background-color: #fcfcfc;
	display: table-cell;
	vertical-align: middle;
}
.product_information_blue{
	width: 195px;
	height: 130px;
	background-color: #edf8fc;
	display: table-cell;
	vertical-align: middle;
}
.product_text_title{
	width: inherit;
	color: #003267;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	display: table-cell;
	vertical-align: text-top;
}
.product_text{
	text-align: center;
	margin: 10px 0 5px 0;
}
.product_text_left{
	padding-left: 10px;
	margin: 10px 0 5px 0;
}
.product_text_left span{
	display:block;
	padding-left: 10px;
}

.text_bigger{
	font-weight: bold;
	font-size: 18px;
	vertical-align: bottom;
}
.product_list{
	margin: 90px 0 0 260px;
}
.product_list_each{
	display: inline-block;
	width: 250px;
	vertical-align: top;
}
.product_list_each p{
	color: #003267;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	width: 180px;
	display: table-cell;
	padding-bottom: 15px;
}
.promotion_img{
	width: 765px;
	height: 1130px;
	margin: 0 0 0 235px;
}

/*?�차교환 ?�로그램*/
.ss_sub_page_long{
	background-color: #fdfdfd;
	margin: 0 auto;
	width: 1020px;
	height: 1400px;
	padding-bottom: 15px;
}
.ss_sub_page_content_long{
	background-color: #ffffff;
	height: 100%;
}
.ss_sub_product_title{
	display: inline-block;
	font-size: 20pt;
	font-weight: bold;
	color: #003267;
	margin: 0 0 0 20px;
	padding: 0px 0 20px 0;
}
.ss_sub_description{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #8f8f8f;
	margin: 0 0 5px 20px;
	padding-left:215px
}
.ss_product_information{
	display: block;
	color: #8f8f8f;
	text-align: left;
	margin:10px 0 10px 250px;
	border-spacing: 30px 0;
	width: 700px;
}
.ss_product_information_beige{
	width:200px;
	height: 130px;
	background-color: #fcfcfc;
	display: table-cell;
	vertical-align: middle;
}
.ss_product_information_blue{
	width: 200px;
	height: 105px;
	background-color: #edf8fc;
	display: table-cell;
	vertical-align: middle;
}
.ss_product_text{
	text-align: center;
	margin: 10px 0 5px 0;
	color:#003267;
	font-weight:bold;
	font-size:14px;
	letter-spacing:-1px
}
.ss_product_title{
    font-size: 18px;
    font-weight: bold;
    color: #8f8f8f;
    margin: 10px 0 0 240px;
    border-bottom: 2px solid #003267;
    width: 720px;
    line-height: 35px;
}
.ss_notice{
	margin-left:30px

}
.ss_notice ul li{
	font-size:14px;
		
}
.ss_process_beige{
	width:160px;
	height: 130px;
	background-color: #fcfcfc;
	display: table-cell;
	vertical-align: top;
}
.ss_process_blue{
	width:160px;
	height: 130px;
	background-color: #edf8fc;
	display: table-cell;
	vertical-align: top;
}
.ss_process_num{
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#003267;
	margin-bottom :-15px;
}
.warn-comment {	display: block;	text-align: left;	margin: 20px 0 0 250px;	border-spacing: 30px 0;	width: 700px;		border: 1px solid #cccccc;		padding: 15px;		margin-top: 50px;		font-weight: 600;		font-size: 12px;	}.longer{	background-color: #fdfdfd;	margin: 0 auto;	width: 1020px;	height: 1500px;	padding-bottom: 15px;}.warn-comment img{	width: 30px;	margin-bottom: 10px;}.warn-comment h4{	color: black;	display: inline-flex;	font-weight: 800;	margin-left: 7px;	}
