<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Web Standardization Team park chaeyeoun 20120726 */
/* CSS Document */
@import url("board.css?v=1");

/* Type Selector:HTML 요소의 초기화를 선언 */
* { margin:0; padding:0; font: 12px Arial, sans-serif; color: #777; } /* 전체 태그에 대하여 마진, 패딩, 서체크기, 서체종류 초기화 */
img, fieldset, button {border:0 none}
a:hover img { filter: Alpha(Opacity=70); opacity: 0.7; }
hr, button img {display:none}

/*em,address {font-style:normal} */
a {text-decoration:none; color: #777; outline:none; select-dummy:expression(this.hideFocus=true);}
a:hover, a:active, a:focus {text-decoration:none; color:#89a624}
h1, h2, h3, h4, h5 { font-weight: bold; font-size: 13px; }
h1,h2,h3,h4,h5,dl,dt,dd,ul,li,ol,th,td,p,blockquote,form,fieldset,legend {margin:0;padding:0;}
legend, caption {position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0}
textarea {overflow:auto}
label {cursor:point;}


/* Layout Selector:전역 레이아웃을 선언 */
body { text-align: center; margin:0px; padding: 19px 0; background-color:#f1f1f1;} /* 배경, 가운데 정렬 레이아웃 */
#wrap { width: 100%;}
/* top menu */
#top_menu {width:1000px; height:25px; margin:0 auto background:#ccc;}
#top_menu .top_menu_area li {float:left;}

/*heaer_area*/
#header .header_area {width:1020px; margin:0 auto;overflow: auto; background-color:#fcfcfc;}
/*로고*/
#header .header_area .head_title {float:left; width:270px; /*padding-right:30px;*/ border-right: 1px solid #eee; margin: 15px 15px 15px;}

/*언어별 카테고리*/
#header .header_area .head_language {float:right; width:380px; margin-top:20px; padding-bottom:6px; margin-left:2px; font-weight:bold;}

#header .header_area .head_language ul {
    width:825px;
    list-style:none;
}

#header .header_area .head_language li {float:left; width:10%; height:15px;}

#header .header_area .head_language li a {
    border-right:1px solid #000082;
    margin-left:2px;
    color:#000082;
    font-weight:bold;
    display:block;
    float:left;
    font-size:12px;
    line-height:1.4;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;		/*영어소문자를 대문자로 변경*/
    width:100%;
}
#header .header_area .head_language li a:hover {
    border-right:1px solid #000082;
    margin-left:2px;
    color:#999;
    font-weight:bold;
    display:block;
    float:left;
    font-size:12px;
    line-height:1.4;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;		/*영어소문자를 대문자로 변경*/
    width:100%;
}
#header .header_area .head_language li .myaccount {

    width:80px; background:#d00115; color:#fff; text-align:center; padding:2px;
}
#header .header_area .head_language li .myaccount:hover {
    width:80px; color:#999; padding:2px;

    width:100px; background:#d00115; color:#fff; text-align:center; padding:2px;
}
#header .header_area .head_language li .myaccount:hover {
    width:100px; color:#999; padding:2px;
}
/*hover*/
/*
#header .header_area .head_language li a:hover {
        background:#eeeeee;
        border-right:1px solid #000082;
        border-left:1px solid #000082;
}
*/
/*마지막 메뉴의 테두리 없앰*/
#header .header_area .head_language li:last-child a {
    border-right:none;
}
#header .header_area .head_language li:first-child a {
    border-left:none;
    margin-left:none;
}
/*블라우다 설명글*/
#header .header_area .head_write {flat:left;}

#header .header_area .head_write p {
    font-size:18px; 
    font-style:italic; 
    font-weight:400; 
    color:#444; 
    font-family:"Times New Roman", Times, serif; 
    text-align:left;
}

/*주메뉴 카테고리*/
#header .header_area .head_nav {float:left; padding-bottom:20px; background-color:#fdfdfd;}

#header .header_area .head_nav ul {
	list-style:none;
	overflow:hidden;	
	background-image:url(../../images/user/nav.jpg); background-repeat:repeat-x; 


}

#header .header_area .head_nav li {float:left; padding:8px 0px; }

#header .header_area .head_nav li a {

	
	border-right: 1px solid #e4e4e4;
	color:#7b7e91;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:1.4;	
	padding:8px 20px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;		/*영어소문자를 대문자로 변경*/

}

/*hover*/
#header .header_area .head_nav li a:hover {

	Alpha(Opacity=70); opacity: 0.7;
}

#header .header_area .head_nav li:first-child a {
	
	color:#215cb5;
}
/*마지막 메뉴의 테두리 없앰*/
#header .header_area .head_nav li:last-child a {
	

}
/*미디어 쿼리-반응형 웹*/
/*@media only screen and (max-width:1220px),
only screen and (max-device-width:1220px) {
        #header .header_area .gnb_area .gnb li a {
                font:400 10px/1.4;
        }
        #header .header_area .gnb_area .gnb small {
                font:100 10px/1;
        }
}
@media only screen and (max-width:930px),
only screen and (max-device-width:930px) {
        #header .header_area .gnb_area .gnb li a {
                width:20%;
                border-bottom:1px solid #fff;
                font:400 11px/1.4;
        }
        #header .header_area .gnb_area .gnb li:last-child a, nav li:nth-child(4) a {
                border-right:none;
        }
        #header .header_area .gnb_area .gnb li:nth-child(5) a, nav li:nth-child(6) a,
        #header .header_area .gnb_area .gnb li:nth-child(7) a, nav li:nth-child(8) a {
                border-bottom:none;
        }
}
@media only screen and (max-width:580px),
only screen and (max-device-width:580px) {
        #header .header_area .gnb_area .gnb li a {
                width:40%;
                font:400 12px/1.4;
                padding-top:12px;
                padding-bottom:12px;
        }
        #header .header_area .gnb_area .gnb li:nth-child(even) a {
                border-right:none;
        }
        #header .header_area .gnb_area .gnb li:nth-child(5) a, nav li:nth-child(6) a {
                border-bottom:1px solid #fff;
        }
}
@media only screen and (max-width:480px),
only screen and (max-device-width:480px) {
        #header .header_area .gnb_area .gnb li a {
                width:40%;
                font:400 11px/1.4;
                padding-top:12px;
                padding-bottom:12px;
        }
        #header .header_area .gnb_area .gnb li:nth-child(even) a {
                border-right:none;
        }
        #header .header_area .gnb_area .gnb li:nth-child(5) a, nav li:nth-child(6) a {
                border-bottom:1px solid #fff;
        }
}
@media only screen and (max-width:320px),
only screen and (max-device-width:320px) {
        #header .header_area .gnb_area .gnb li a {
                font:400 11px/1.4;
        }
        #header .header_area .gnb_area .gnb li:nth-child(7) a {
                border-bottom:1px solid #fff;
        }
}*/
.title_search{
	font-family: "open Sans"; color: #0068b7; text-align: left;font-size: 16px;font-weight: 600;margin-top: -15px !important;border-bottom: 1px solid #ddd;padding: 5px 0px 10px 15px;
}
#container { margin:0 auto;width:950px; height:auto; background-repeat:no-repeat; margin-bottom:10px; padding:10px 0;}
/* quick menu */
#container .quick {text-align:center; overflow-x: hidden; border:1px solid #ddd;}
#container .quick li {margin-left:1px; float:left}

/*special*/
.search-area .popular-area.img { position:relative; width:144px; height:104px; border:1px solid #CCC;}
.search-area .popular-area .no {font-family:돋움; font-size:12px; color:#596160; padding-top:10px;}
.search-area .popular-area .title {font-weight:bold; color:#0068b7;}


#content {width:100%; min-height:500px !important; height:auto; }
#content .leftmenu_01 {width:100%; height:103px; margin-top:2px;}
#content .leftmenu_01 .leftmenu_area {width:1000px; height:103px; text-align:left; margin:0 auto}
#content .leftmenu_01 .leftmenu_area li {float:left; margin-left:-2px;}
#content .leftmenu_01 .leftmenu_area li:hover,div.sent_mail input[type=submit]:hover {Alpha(Opacity=70); opacity: 0.7;}

#content .leftmenu_02 {width:100%; height:103px; /*background-image:url(../../images/user/member_bg.jpg);*/ background-repeat:repeat-x; }
#content .leftmenu_02 .leftmenu_area {width:1000px; height:103px; text-align:left; margin:0 auto}
#content .leftmenu_02 .leftmenu_area li {float:left;min-height: 500px;}


#content .right {width:1020px; margin:0 auto; background-color:#fdfdfd; padding:10px 0px 4px 0px;min-height: 520px;}
#content .right .sub_search {margin:0 auto;width:950px; height:auto; background-repeat:no-repeat; margin-bottom:15px; border:1px solid #ddd; padding:20px 0;}

#content .right .sub_search .sub_search_area {width:970px; padding:5px 0 0 20px; text-align:left}
#content .right .sub_search .sub_search_area .select {width:200px; height:20px; border:1px solid #000082; font-family:Verdana, Geneva, sans-serif; color:#000;}
#content .right .sub_search .sub_search_area ul {float:left; margin-left:12px; margin-bottom:12px}
#content .right .sub_search .sub_search_area li { /*float:left*/ }

#content .right .sub_search .sub_search_area .group {float:left; margin-left:10px; margin-bottom:25px; height:40px; width:220px;}

#content .right .sub_search .sub_search_area ul.group, #content .right .board-area .search-area ul.total_area {
	list-style: none;
}
#content .right .sub_search .sub_search_area .group .text {float:left; width:200px; text-align:left; font-family:"open Sans"; font-weight:500; color:#666666; font-size:14px; height:20px; margin-bottom:5px;}

#content .right .sub_search .sub_search_area .group .text {float:left; width:200px; text-align:left; font-family:"open Sans"; font-weight:500; color:#666666; font-size:14px; height:20px; margin-bottom:5px; list-style:none;}

#content .right .sub_search .sub_search_area .group .select {width:200px; text-indent:5px; height:33px; border:1px solid #CCCCCC; color:#999;background:#fff; margin-top:-5px; }

#content .right .sub_search .sub_search_area .group .select.car_year_start {width:100px; height:20px; margin-right:10px; border:1px solid #000082; color:#333;background:#fff;}

#content .right .sub_search .sub_search_area .group.car_year_start {float:left; margin-bottom:12px; width:100px;}
#content .right .sub_search .sub_search_area .group.car_year_end {float:left; margin-left:0px; margin-bottom:12px; width:100px; margin-right:18px;}
#content .right .sub_search .sub_search_area .group .text.car_year_start
{float:left; width:100px; text-align:left; font-family:"open Sans"; font-weight:500; background-color:none; color:#666666; font-size:14px; height:20px}
#content .right .sub_search .sub_search_area .group .text.car_year_end
{float:left; width:100px; text-align:left; font-family:"open Sans"; font-weight:500; color:#666666; margin-left:10px; font-size:14px; height:20px}
#content .right .sub_search .sub_search_area .group .text.car_fob_discount
{float:left; width:100px; text-align:left; font-family:"open Sans"; font-weight:500; color:#666; font-size:14px; height:20px}

#content .right .sub_search .sub_search_area .group .select.car_year_start
{width:90px; height:33px; border:1px solid #CCCCCC; color:#999;background:#fff; margin-top:-5px; }
#content .right .sub_search .sub_search_area .group .select.car_year_end
{width:90px; height:33px; border:1px solid #CCCCCC; color:#999;background:#fff; margin-top:-5px; margin-left:10px;}
#content .right .sub_search .sub_search_area #find{ flat:right;  color:#FFF; font-family:"open Sans"; font-size:14px; font-weight:500;
		background: rgb(44,83,158); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(44,83,158,1) 0%, rgba(44,83,158,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,83,158,1)), color-stop(100%,rgba(44,83,158,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
		width:90px; height:35px; border:none;
		margin:20px 0 0 122px;
}
#content .right .sub_search .sub_search_area #find:hover,.order_makes  .box_container  #find:hover,.login_container ul li a.log_out:hover{
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
#content .right #frm {margin-top:-30px;}
#content .right #frm .board_area .field {background:#eee; board:1px solid #000082; color:#333;}

#content .right .board-area .popular-area { width: 898px; padding:30px 0 30px 50px; border:1px solid #eee; float:left;}
#content .right .board-area .popular-area .popular-view {width:160px; height:auto;  float:left; padding-right:15px;}
#content .right .board-area .popular-area .popular-view  ul {list-style:none; border-right:1px solid #eee; height:205px; background-color:none; width:160px;}
#content .right .board-area .popular-area .popular-view  ul.last_pop{border-right:none;}

/*footer*/
#footer { width:100%; min-height:10px; margin-top:0px; clear: both; /*overflow: auto;*/ margin-right: auto; margin-bottom: 20px; margin-left: auto; }

/*image slide*/
body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    position: relative;
    height: 110px;
    width: 300px;
}
div.tmpSlide {
    position: absolute;
    width: 300px;
    height: 110px;
    display: none;
}
div.tmpSlide img {
    margin-top:2px;
    float: left;
    width: 300px;
    border: 4px solid #eee;
}

.login_container{
	width:245px;
	float: right;
	height: 175px;
	margin: 15px 0 15px;
	padding-left: 30px;
	border-left: 1px solid #eee;
}
.login_container ul{
	list-style:none;
}
.login_container ul li{
	line-height:80%;
	width:210px;
	height:40px;
	text-align:left;
}
.login_container ul li.use-li{
	width:210px;
	height:20px;
	font-weight:boldss;
}
.login_container ul li:first-child {
	text-align:right;
}
.login_container ul li a.log_out{
	font-weight: bold;
	color: #0071ba;
	font-size:14px;

}
.login_container table{
	margin-top: 15px;
} 
.login_container th{
	font-weight: bold;
	color: #000082;
	text-align: left;
}
.login_container .login_input,.popup .login_input{
	text-align: left;
	padding-top:5px;
	padding-bottom: 5px;
}
.login_container .login_input input{
	padding: 5px;
	
	width: 180px;
}
.popup .login_input input { 
	padding: 5px;
	height:22px;
	width: 180px;}
.login_container .login_button{
	padding-top:5px;
	padding-bottom: 5px;
	text-align: left;
}
.login_btn{
	background: #1D54A7;
	padding: 5px 10px;
	color: white;
	border: none;
	font-weight: bold;
	cursor:pointer;s
}


.slogan_container {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #aaa;
}
.box_title {
	text-align:left;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 57%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(57%,rgba(239,239,239,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 57%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 57%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 57%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 57%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}
.box_title label{
	color: #0071ba;
	font-weight: bold;
	t
	}
.search_title{
	width: 930px;
	margin: auto;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.footer_container{
	 background: url("../../images/user/footer_tile.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	 width:1020px;
	 min-height: 10px;
	 margin: auto;
	 overflow: auto;
	 padding: 20px;
	 box-sizing:border-box;
}
.footer_left{
	box-sizing:border-box;
	width: 60%;
	padding:10px;
	float: left;
	text-align: left;
	color: white;
}
.footer_right{
	box-sizing:border-box;
	width: 40%;
	padding:10px;
	float: left;
	text-align: right;
	color: white;
}
.footer_right a{
	color: white;
}

.quick_sch_item{
	width:16%;
	float: left;
	padding: 15px 0px;
}

.box_container, .search_container{
	padding:10px;
	background: white;
	overflow-y: auto;

}
div.sent_mail input[type=text] {
	width: 205px;
    padding:5px;
}
div.sent_mail input[type=submit]{color:white; width:63px; height:23px; background:#1D54A7; repeat:none; border-style:none; cursor:pointer;}
.search_container table{
	width: 100%;
}
.search_container td{
	padding:3px 10px;
	vertical-align: top;
}
.search_container select, .search_container .sch_text{
	width:100%;
	padding:5px 10px;
	box-sizing:border-box;
	color:gray;
}
.search_container {
    
    overflow-y: auto;
    padding: 10px;
}
.search_container td{
	width: 50%;
}
span.total_area_title {color:#0068b7}
.order_makes  .box_container  #find{
		color:#FFF;
		font-family:"open Sans"; font-size:14px; font-weight:500;
		background: rgb(44,83,158); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(44,83,158,1) 0%, rgba(44,83,158,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,83,158,1)), color-stop(100%,rgba(44,83,158,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
		padding:10px 40px;
		border:none;
		margin-top:5px;
		cursor:pointer;
		
}
.item-detail{
    font-weight: bold;
    color: #5A5B5F;
	text-align:left;
}
.login_container ul li a.log_out {
    color: #0071ba;
    font-size: 14px;
    font-weight: bold;
}
.login_container ul li:first-child{
	text-align: right;
}

.login_container ul li.use-li {
    height: 20px;
    width: 210px;
}

.gallery .item_img{
    height: 112px;
    width: 152px;
}
.input-text{
	padding: 5px;
}
.register-table{
	float: left;
	width: 460px;
}
.register-table td{
	 text-align: left;
	 padding: 7px;
	 vertical-align: top;
}
.register-table .input-text{
	float: left;
	width: 220px;
	box-sizing:border-box;
}
.register-table .input-text.first_name{
	float: left;
	width: 105px;
	box-sizing:border-box;
	margin-right: 10px;
}
.register-table .input-text.last_name{
	float: left;
	width: 105px;
	box-sizing:border-box;
}
.select-normal{
	padding: 3px;
}
.register-table .hint-under{
	float: left;
	width: 100%;
}
.register-table .errors{


}

.error_under {
    float: left;
    width: 100%;
    color: red;
}
.register_right_container{
	float: right;
	padding: 30px;
}
.term_note{
	color: #226AAD;

}
/*** Auto thumb size for car list ***/
.car_list_td, #container .special .special_area .car_list_td{
    padding-top: 40%;
}

.car_list_thumb{
    position:absolute;top:0;left:0; width: 100%; height: 100%;
}

table.table_list {width:100%; border-spacing:0px;}
table.table_list caption.hidden {position:absolute; visibility:hidden; overflow:hidden; height:0px; width:0px; font-size:0px;}
table.table_list tr:hover {background-color:#ededed;}
table.table_list th {height:34px; color:#ffffff; font-weight:bold; background:url(/images/admin/board_bar_bg.gif) repeat-x;}
table.table_list th.line {background:url(/images/admin/board_bar_bg.gif); width:2px;}
table.table_list td {height:27px; text-align:center; color:#333333; border-bottom:1px solid #d7d7d7;}
table.table_list td.line {width:2px;}
table.table_list td.no_data {text-align:center; padding:10px 0px 10px 0px;}
table, tbody, thead, tr, th, td {border: 0 none; margin: 0; padding: 0; text-align: center; }
table.table_list a{text-align: center; width: 100%;}
.top_contract_title td{ padding-top: 10px; padding-bottom: 10px; font-weight: bold;}
.contract_title{padding-left: 125px;}
.shipment{width: 100%; overflow: auto; padding: 2px 0 2px 10px;}
.shipment-label{font-weight: bold;}
.shipment-info{font-weight: normal;}
.attachment_file{display: block;}
.payment{width: 100%; font-weight: bold;color: #4285F4; padding: 8px 10px;}
.payment_dt_price{width: 100%; padding: 0px 10px;}
.total_payment{width: 100%; font-weight: bold; color: #C71900; padding: 0px 10px;}


.normal_textbox {
    font-size: 14px;
    padding: 5px;
    box-sizing:border-box;
}
.login_table{
    margin: auto; overflow: auto; text-align: center; width: 250px;
}
.login_table td{
    padding: 5px;
}
.login_table .login_textbox{
    width: 100%;
}

.login_error {
    text-align: center;
    background: none repeat scroll 0 0 #ffe5e5;
    color: #b51313;
    padding: 10px 50px;
}
.login_warning {
    text-align: center;
    background: none repeat scroll 0 0 #fff8ad;
    color: #b51313;
    padding: 10px 50px;
}
</pre></body></html>