body,ol,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,p,div,li{margin:0;padding:0;-webkit-text-size-adjust:none;font-family:돋움;}
body{background:#302c26;}
a{color:#ffffff;text-decoration:none;}
ul{margin:0;}

.table{display:table;}
.table-row{display:table-row;}
.table-cell{display:table-cell;}
.yello-color{color:#ffaa33;}

.wrap{min-width:1190px;}
.wrap *{font-size:13px;list-style:none;}

.main-min-width{width:1130px;margin:0 auto;}

/* header */
.header-wrap{border-top:1px solid #323232;border-bottom:1px solid #808080;background:linear-gradient(to top,#1b1b19,#44423f);height:60px;width:100%;display:table;}
.header{
	/* display: grid; */
	/* grid-template-columns: repeat(12, 1fr); */
	/* grid-template-rows: 50px; */
	padding:5px 0;
	color:#ffffff;
	font-size:1.1rem;
	font-weight:600;
	
	display:table-row;
}
.header>.head-mainicon{
	/* grid-column-start: 1; */
	/* grid-column-end: 3; */
	/* grid-row-start: 1; */
	/* grid-row-end: 2; */
	
	display:table-cell;
	width:200px;
	vertical-align:middle;
}
.header>.head-mainicon>.ecatalog-icon{
	height:100%;
	/* max-height:48px; */
}
.header>.head-mainicon>.hiscar-icon{
	line-height:24px;
	margin:0 0 0 45px;
	font-family:'GimpoGothicBold00';
	/* max-height:48px; */
}
.header>.head-mainicon>.hiscar-icon>span:nth-child(1){
	font-size:24px;
}
.header>.head-mainicon>.hiscar-icon>span:nth-child(2){
	font-size:10px;
}

.header>.another-model-select{
	/* display:inline-block; */
	/* grid-column-start: 3; */
	/* grid-column-end: 5; */
	/* grid-row-start: 1; */
	/* grid-row-end: 2; */
	/* text-align:center; */
	
	width:400px;
	display:table-cell;
}
.header>.another-model-select>.another-model-link{
	cursor:pointer;
	text-decoration:none;
	display:table;
	line-height: 48px;
	
	margin:0 auto;
}
.header>.another-model-select>.another-model-link>.another-model-icon{
	background-image:url(/img/icon/mini-book.gif);
	background-size: contain;
	background-repeat: no-repeat;
	display:table-cell;
	background-position:left;
	background-size:15px;
	height:15px;
	width:20px;
}
.header>.another-model-select>.another-model-link>.another-model-comment{
	display:table-cell;
}


.header>.catalog-page-guide{
	/* display:inline-block; */
	/* grid-column-start: 6; */
	/* grid-column-end: 8; */
	/* grid-row-start: 1; */
	/* grid-row-end: 2; */
	text-align:center;
	line-height:50px;
	padding:10px 0;
	
	display:table-cell;
	min-width:214px;
}
.header>.catalog-page-guide>ul{
	display:table;
	margin:0 auto;
	list-style:none;
	padding:0;
	background:linear-gradient(to top,#353535,#5d5d5d);
	border-radius:13px;
}
.header>.catalog-page-guide>ul>li{
	display:table-cell;
	line-height:25px;
	width:40px;
	border:1px solid #757575;
	border-collapse:collapse;
	margin:0;
}
.header>.catalog-page-guide>ul>li:first-child,.header>.catalog-page-guide>ul>li:last-child{
	border-radius:0 13px 13px 0;
	background-image: url(/img/icon/nextplay-icon.png);
	background-size: 20px 20px;
	/* background-size: 8px; */
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}
.header>.catalog-page-guide>ul>li:first-child{
	transform: scaleX(-1);
}
.header>.catalog-page-guide>ul>li:nth-child(2),.header>.catalog-page-guide>ul>li:nth-child(4){
	background-image: url(/img/icon/play-icon.png);
	background-size: 25px 25px; 
	/* background-size: 20px 20px;  */
	/* background-size: 8px; */
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}
.header>.catalog-page-guide>ul>li:nth-child(2){
	transform: scaleX(-1);
}
.header>.catalog-page-guide>ul>li:nth-child(3){
	background:#000000;
}

.header>.header-notice-wrap{
	/* grid-column-start: 4; */
	/* grid-column-end: 9; */
	/* grid-row-start: 1; */
	/* grid-row-end: 2; */
	height:50px;
	padding:10px;
	text-align:center;
	
	display:table-cell;
}
.header>.header-notice-wrap>.header-notice{
	display:inline-block;
	border:1px solid #666666;
	text-align:center;
	line-height:24px;
	font-size:11px;
	color:#eae7dc;
	width:400px;
	border-radius:12px;
}

.header>.manager-info-container{
	/* display:inline-block; */
	/* grid-column-start: 10; */
	/* grid-column-end: 12; */
	/* grid-row-start: 1; */
	/* grid-row-end: 2; */
	
	display:table-cell;
	width:600px;
}
.header>.manager-info-container>.manager-info{
	display:table;
	line-height: 48px;
	
	margin:0 auto;
}
.header>.manager-info-container>.manager-info>.manager-icon{
	display:table-cell;
	width:20px;
	height:17px;
	background-image:url(/pix/icon_tel.gif);
	background-size:17px;
	background-repeat:no-repeat;
	background-position:left;
}
.header>.manager-info-container>.manager-info>.manager-name{
	display:table-cell;
	height:17px;
}
.header>.manager-info-container>.manager-info>.manager-tel{
	padding-left:18px;
	display:table-cell;
	height:17px;
}

/* contants */
.contants-wrap{
	background:#433f37;
	padding: 30px 0;
}

/* footer */
.footer-wrap{
	padding:30px 0;
}
.footer{
	color:#ffffff;
	/* display:grid; */
	/* grid-template-columns: 1fr 1fr; */
	/* grid-template-rows: 2fr 7fr; */
	width:400px;
	margin:0 auto;
}
.footer>.manager-photo{
	/* grid-column-start: 1; */
	/* grid-column-end: 2; */
	/* grid-row-start: 1; */
	/* grid-row-end: 3; */
	
	display:inline-block;
}
.footer>.sel-icon{
	/* grid-column-start: 2; */
	/* grid-column-end: 3; */
	/* grid-row-start: 1; */
	/* grid-row-end: 2; */
	
	display:inline-block;
}
.footer>.manager-profile{
	/* grid-column-start: 2; */
	/* grid-column-end: 3; */
	/* grid-row-start: 2; */
	/* grid-row-end: 3; */
	
	display:inline-block;
}


