/* color */
/* hyundai blue : #002c5f */
/* active blue : #00aad2 */
* {
	margin: 0;
	padding: 0;
}

html {
	background-color: white;
}

body {
	margin: 0px;
	/* background-image: url("icon/H/main_background.png");
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: #262626;
	width: 100%;
	padding-bottom: 110px;
	position: relative;
}

#prevBtn, #nextBtn {
	display: none;
}

       body::after {
         position:absolute;
         width:0;
         height:0;
         overflow:hidden;
         z-index: -1;
         content: url("icon/common/01_general.png")
         url("icon/common/04_media.png")
         url("icon/common/03_DMB.png")
         url("icon/common/02_radio.png")
         url("icon/common/05_navi.png")
         url("icon/common/06_bluetooth.png")
         url("icon/common/UVO.png")
         url("icon/common/09_setting.png")
         url("icon/common/08_etc.png")
         url("icon/common/11_ref.png")
         url("icon/common/Connectivitiy_white.png")
         url("icon/common/SiriusXM_data_white.png")
         url("icon/common/SiriusXM_radio_white.png")
         url("icon/common/12_EV.png");
}

.content {
	padding-top: 0px; /*jay 1205*/
	margin: auto;
	max-width: 1120px;
	width: 100%;
}

.content #naviText {
	position: absolute;
	right: 5%;
	bottom: 7%;
	color: #ffffff;
	font-family: "KiaL";
}

.content #naviText span {
    font-size: 35px;
    display: block;
    width: 100% !important;
    text-align: right;
}

.content #carName {
	font-size: 0px;
	position: absolute;
	top: 610px;
	left: 60px;
}

.content #carName img {
	width: 180px; /*lucy 0110 */
}

.content #mainCar {
	position: relative;
	font-size: 0px;
	width: 100%;
	padding-bottom: 25px;
}

.content #mainCar>img {
	width: 100%;
}

#mainCarPhone {
	display: none;
}

.content #buttonMenu_v2 {
	width: 91%;
	margin-right: auto;
	margin-left: auto;
}

.content #buttonMenu_v2>a {
	float: left;
	width: 20%;
	height: 155px;
	text-decoration: none;
}

.content #buttonMenu_v2>a>div {
	background-color:#58595b;
	width: 93%;
	height: 93%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 50% 25%;
	text-align: center;
	color: #ffffff;
	font-family: "KiaM";
	background-size: 55px;
}

.content #buttonMenu_v2>a>div:HOVER {
	background-color: #bc162c;
	color: #ffffff;
}

.content #buttonMenu_v2>a>div>span {
	position: relative;
	top: 55%;
	display: block;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	text-transform: capitalize;
}

div.buttonContainer {
	
}

.content #buttonMenu {
	position: relative;
    max-width: 1120px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-left: .5%;
}

.content #buttonMenu>a {
	display: block;
    position: relative;
    float: left;
    width: 19%;
    height: 155px;
    margin: 0 1% 1% 0;
    text-decoration: none;
}

.content #buttonMenu>a>div {
	background-color:#58595b;
	width: 100%;
	height: 100%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 50% 25%;
	text-align: center;
	color: #ffffff;
	font-family: "KiaM";
	background-size: 55px;
}

.content #buttonMenu>a>div:HOVER {
	background-color: #ffffff;
	color: #05141F;
}

.content #buttonMenu>a>div>span {
	position: relative;
	top: 55%;
	display: block;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	text-transform: capitalize;
}

#buttonMenu > a:nth-of-type(1) > div {
	background-image: url("icon/K/15_video_K.png");
}
#buttonMenu > a:nth-of-type(2) > div {
	background-image: url("icon/K/01_general_K.png");
}
#buttonMenu > a:nth-of-type(3) > div {
	background-image: url("icon/K/05_navi_K.png");
}
#buttonMenu > a:nth-of-type(4) > div {
	background-image: url("icon/K/Kia_Connect_K.png");
}
#buttonMenu > a:nth-of-type(5) > div {
	background-image: url("icon/K/Connectivitiy_K.png");
}
#buttonMenu > a:nth-of-type(6) > div {
	background-image: url("icon/K/14_assistance_K.png");
}
#buttonMenu > a:nth-of-type(7) > div {
	background-image: url("icon/K/08_etc_K.png");
}
#buttonMenu > a:nth-of-type(8) > div {
	background-image: url("icon/K/04_media_K.png");
}
#buttonMenu > a:nth-of-type(9) > div {
	background-image: url("icon/K/02_radio_K.png");
}
#buttonMenu > a:nth-of-type(10) > div {
	background-image: url("icon/K/06_bluetooth_K.png");
}
#buttonMenu > a:nth-of-type(11) > div {
	background-image: url("icon/K/09_setting_K.png");
}
#buttonMenu > a:nth-of-type(12) > div {
	background-image: url("icon/K/12_EV_K.png");
}
#buttonMenu > a:nth-of-type(13) > div {
	background-image: url("icon/K/16_Hydrid_K.png");
}
#buttonMenu > a:nth-of-type(14) > div {
	background-image: url("icon/K/19_PHEV_K.png");
}
#buttonMenu > a:nth-of-type(15) > div {
	background-image: url("icon/K/21_update_K.png");
}
#buttonMenu > a:nth-of-type(16) > div {
	background-image: url("icon/K/11_ref_K.png");
}

#buttonMenu > a:nth-of-type(1) > div:HOVER {
	background-image: url("icon/common/15_video.png");
}
#buttonMenu > a:nth-of-type(2) > div:HOVER {
	background-image: url("icon/common/01_general.png");
}
#buttonMenu > a:nth-of-type(3) > div:HOVER {
	background-image: url("icon/common/05_navi.png");
}
#buttonMenu > a:nth-of-type(4) > div:HOVER {
	background-image: url("icon/common/Kia_Connect.png");
}
#buttonMenu > a:nth-of-type(5) > div:HOVER {
	background-image: url("icon/common/Connectivitiy_white.png");
}
#buttonMenu > a:nth-of-type(6) > div:HOVER {
	background-image: url("icon/common/14_assistance.png");
}
#buttonMenu > a:nth-of-type(7) > div:HOVER {
	background-image: url("icon/common/08_etc.png");
}
#buttonMenu > a:nth-of-type(8) > div:HOVER {
	background-image: url("icon/common/04_media.png");
}
#buttonMenu > a:nth-of-type(9) > div:HOVER {
	background-image: url("icon/common/02_radio.png");
}
#buttonMenu > a:nth-of-type(10) > div:HOVER {
	background-image: url("icon/common/06_bluetooth.png");
}
#buttonMenu > a:nth-of-type(11) > div:HOVER {
	background-image: url("icon/common/09_setting.png");
}
#buttonMenu > a:nth-of-type(12) > div:HOVER {
	background-image: url("icon/common/12_EV.png");
}
#buttonMenu > a:nth-of-type(13) > div:HOVER {
	background-image: url("icon/common/16_Hydrid.png");
}
#buttonMenu > a:nth-of-type(14) > div:HOVER {	
	background-image: url("icon/common/19_PHEV.png");
}
#buttonMenu > a:nth-of-type(15) > div:HOVER {
	background-image: url("icon/common/21_update.png");
}
#buttonMenu > a:nth-of-type(16) > div:HOVER {
	background-image: url("icon/common/11_ref.png");
}

.content #bottomText {
	clear: both;
    width: 89%;
    margin: auto;
	color: #ffffff;
	font-family: 'KiaL';
	font-size: 14px;
}

.content #bottomText>p {
    width: 100%;
    font-family: 'KiaL';
	color: #ffffff;
	font-size: 14px;
}

.fontChangeDiv {
	position: absolute;
	top: -25px;
	left: 5%;
	display: none; /*lucy 0110*/
}


div.search {
	float: left;
    background-image: url(icon/common/search.png);
    margin-left: 10px;
}
div.search input {
	position: absolute;
    right: 0;
    top: -17px;
    height: 30px;
	width: 250px;
	padding: 0;
	padding-left: 5px;
}
div.search input:focus {
	outline: none;
}
div.search div {
	position: absolute;
    right: 2px;
    top: -16px;
    height: 30px !important;
    width: 36px !important;
	background-position: center !important;
	background-size: 58% !important;
	border: none !important;
	padding: 1px;
}

@media screen and (min-width: 800px) and (max-width: 1280px) {
	.content #carName {
		/* top: 75px;
		left: 75px; */

	}
	.content #buttonMenu>a>div>span {
		font-size: 14px;
	}
}
@media screen and (max-width:768px) {
	.content #buttonMenu {
		margin-left: 1%;
	}
	.content #buttonMenu>a {
		width: 31%;
		margin: 0 2% 2% 0;
	}
}
@media screen and (max-width:480px) {
	.content #buttonMenu>a {
		height: 120px;
	}
}
@media screen and (max-width: 800px) {
	.content #carName {
		top: 65px;
		left: 65px;
	}
	.content #carName img {
		width: 125px;
	}
	.content #buttonMenu>a>div>span {
		font-size: 13px;
	}

	#mainCarPhone {
		display: block;
	}
	#mainCarPc {
		display: none;
	}
	.content #naviText span {
		font-size: 25px;
	}
	.content #bottomText {
		font-size: 11px;
	}
}

@media screen and (max-width: 480px) {
	.content {
		padding-top: 0px;/*jay 1205*/
	}

	.content #mainCar {
		margin-top: -0px; /*jay 1205*/
	}

	.content #carName {
		top: 40px;
		left: 35px;
	}
	.content #carName img {
		font-size: 0px;
		position: absolute;
		top: 160px;
		left: -15px;
	}
	.content #buttonMenu {
		position: relative;
		top: 0px;
	}
	.content #buttonMenu>a>div {
		background-size: 40px;
	}
	.content #buttonMenu>a>div>span {
		font-size: 9px;
		top: 55%;
		line-height: 130%;
	}

	.content #buttonMenu_v2 {
		position: relative;
		top: 0px;
	}
	.content #buttonMenu_v2>a>div {
		background-size: 40px;
		height: 85%;
	}
	.content #buttonMenu_v2>a>div>span {
		font-size: 11px;
		top: 55%;
		line-height: 130%;
	}


	.content #bottomText>p {
		font-size: 12px;
	}

	.content #naviText {
		bottom: 12%;
	}

	.content #naviText span {
		font-size: 15px;
	}
	.content #bottomText {
		margin: auto;
		color: #ffffff;
		font-family: 'KiaL';
		font-size: 11px;
	}
}
