/*
Car History 홈페이지 CSS 
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Table
	#Misc
*/

/* #Reset & Basics 
================================================== */
@import url(./nanumgothic.css);
body{
	font-size: 13px;
    font-family:"Nanum Gothic", sans-serif!important;
	background:#f6f6f6;
    
}

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		 }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }

	body {
		line-height: 1em; }
	ol, ul {
		list-style: none; }
	.special-quote {
		quotes: none; }
	.special-quote:before, .special-quote:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
    * { -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }

/* #Basic Styles
================================================== */

.container {
  position: relative;
  width: 100%;
  height:100%; 
  margin: 0 auto;
  padding: 0;
  clear: both;
  
}



/* #Typography
================================================== */

	/*default*/
	h1, h2, h3, {
		font-weight: 800; }
	h4, h5, h6 {
		font-weight: 700; }
	#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; }
	#top h1 strong, #top h2 strong, #top h3 strong, #top h4 strong, #top h5 strong, #top h6 strong { color: inherit; }
	h1 { font-size: 24px; line-height: 1.1em; margin-bottom: 12px;}
	h2 { font-size: 20px; line-height: 1.1em; margin-bottom: 8px; }
	h3 { font-size: 18px; line-height: 1.1em; margin-bottom: 6px; } /*18*/
	h4 { font-size: 14px; line-height: 1.1em; margin-bottom: 2px; } /*14*/
	h5 { font-size: 13px; line-height: 1.1em; }						/*13*/
	h6 { font-size: 12px; line-height: 1.1em; }

	p + h1, p + h2, p + h3, p + h4, p + h5, p + h6{
	margin-top:1.5em;
	}

	p { margin: 0.5em 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px;   }

	em { font-style: italic; }
	strong, b{ font-weight: bold;  }
	small { font-size: 80%; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 20px; height: 0; }

	/*	Blockquotes  */

	blockquote{
	border-left-style:solid;
	border-left-width:7px;
	padding-left:20px;
	margin-bottom:1em;
	margin-right:1em;
	font-size: 1.235em;
    line-height: 1.5em;
	}

	blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite{font-size: 12px;}


/* #Links
================================================== */
	a { text-decoration: none; outline: 0; max-width:100%; max-width:none\9;color: #777; }
	/*a:hover, a:focus, a:visited { outline: 0; text-decoration: none;color: #000;}*/
	a:hover, a:focus { outline: 0; text-decoration: none;color: #000;}
	p a, p a:visited { line-height: inherit; }
	a.avianolink, .avianolink a{cursor: default;}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px;  }
	ul { list-style: none outside; margin-left: 7px;}
	ol { list-style: decimal; margin-left: 15px; }
	ol, ul.square, ul.circle, ul.disc { }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc, .entry-content-wrapper ul { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }

	.entry-content-wrapper li {  margin-left: 1em; padding:3px 0;}
	.entry-content-wrapper div li { text-indent: 0; }
	.entry-content-wrapper .borderlist>li:first-child {  border-top:1px solid; }
	.entry-content-wrapper .borderlist>li { border-bottom:1px solid; padding: 5px 0; list-style-position: outside; margin:0;}

/* #Images
================================================== */

	img, a img {
		border:none;
		padding: 0;
		margin:0;

		max-width: 100%;
		height:auto;
		image-rendering: optimizeQuality;
	}


/* #Buttons
================================================== */

	input[type="submit"], #submit, .button{
		padding:9px 22px;
		cursor:pointer;
		border:none;
		 -webkit-appearance: none;
		 border-radius: 0px;
	}
	
	
/* #Icons
================================================== */	



/* #Forms
================================================== */
input[type="text"]{
    font-family:"Nanum Gothic", sans-serif!important;
	border: 1px solid #e1e1e1;
	margin: 0px 8px 0px ;
	padding: 5px;
	color:#888888;
}
input[type="text"]:focus {
	border: 1px solid #000;
	margin: 0px 8px 0px ;
	padding: 5px;
	color:#000;
}
input[type="password"]{
	font-family:"Nanum Gothic", sans-serif!important;
	border: 1px solid #e1e1e1;
	margin: 0px 8px 0px ;
	padding: 5px;
	color:#888888;
}
input[type="password"]:focus {
	border: 1px solid #000;
	margin: 0px 8px 0px ;
	padding: 5px;
	color:#000;
}
select {
		
		border: 1px solid #e1e1e1;
		padding: 4px 3px;
		outline: none;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		margin-right:8px;
		background: #fff;
		border-radius: 0px;
		vertical-align:middle;
		}
textarea{	
font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		border: 1px solid #e1e1e1;
		width:100%;
		height:140px;
		margin: 10px 0px 10px ;
		padding: 5px;
		color:#888888;
		}
textarea:focus {
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
 		color: #000;
		}

/* #Table
================================================== */
table {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 13px;
}

table caption {
	padding: 0 0 5px 0;
	width: auto;
	font-style:italic;
	text-align: right;
	font-size: 12px;
}

th {
	font-weight:bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 6px;
	border-style: solid;
	border-color:#e1e1e1;
	border-width: 1px;
	border-left:none;
	border-top:none;
	background: #ebebeb;
}

td {
	font-size: 13px;
	text-align: center;
	padding: 4px 6px;;
	border-style: solid;
	border-color:#e1e1e1;
	border-width: 1px;
	border-left:none;
	border-top:none;
	color:#888888;
}

tr th:first-child, tr td:first-child{
	border-left-style: none;
	border-left-width: 1px;
}
tr th:last-child, tr td:last-child{
	border-right-style: none;
	border-left-width: 1px;
}

tr:first-child th, tr:first-child td{
	border-top-style: solid;
	border-color:#e1e1e1;
	border-top-width: 1px;
}



/* #Other elements
================================================== */

/*code*/
pre{
clear:both;
border-style: solid;
border-width: 1px;
overflow:auto;
padding:2em;
line-height: 2em;
font-size: 12px;
background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-size: 100% 4em;
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
margin-bottom: 30px;
position: relative;
left:0;
text-transform: none;
width:100%;
}

code{
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
}

iframe, object, embed{
max-width:100%;
}

/* misc text styles */
sup{
vertical-align: super;
font-size: smaller;
}

sub{
vertical-align: sub;
font-size: smaller;
}


/* #Misc
================================================== */
	.hidden { position: absolute; top:0; visibility: hidden;}
	.floatleft{float:left;}
	.floatright{float:right;}
	.clearboth{clear:both;}

