/* color */
/* genesis cooper : #e49f81 */
/* active blue : #black */
* {
	margin: 0;
	padding: 0;
}

html {
	background-color: white;
}

body {
	margin: 0px;
	background-image: url("icon/K/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;
	width: 100%;
	margin: auto;
	max-width: 1120px;
}

.content #naviText {
	position: absolute;
	right: 5%;
    bottom: 9%;
    font-family: "GenesisSansTextKRRegular";
    color: #ffffff;
    /* font-weight: bold;    */
}

.content #naviText span {
	font-size: 30px;
    display: block;
    width: 100% !important;
    text-align: right;
}

.content #naviText img {
	width: 83% !important;
}

.content #naviText span {
    font-size: 28px;
	font-family: "GenesisSansTextKRRegular";	
}

.content #carName {
	font-size: 0px;
	position: absolute;
	left: 5%;
	bottom: 10%;
}

.content #carName img {
	width: 100% !important;
}

.content #mainCar {
	position: relative;
	font-size: 0px;
	width: 100%;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

.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: black;
	width: 90%;
	height: 90%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 50% 25%;
	text-align: center;
	color: white;
	font-family: "GenesisSansTextKRRegular";
	background-size: 35%;
	border: 1px solid #ffffff;
	text-transform: capitalize;
}

.content #buttonMenu_v2>a>div:HOVER {
	background-color: #e49f81;
	color: #ffffff;
}

.content #buttonMenu_v2>a>div>span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;       
    height: 190px;
    width: 182px;
}

.content #buttonMenu {
	width: 91%;
	margin-right: auto;
	margin-left: auto;
}

.content #buttonMenu>a {
    float: left;
	width: 20%;
    height: 155px;
    text-decoration: none;
}

.content #buttonMenu>a>div {
	background-color: black;
	width: 90%;
	height: 90%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 50% 25%;
	text-align: center;
	color: white;
	font-family: "GenesisSansTextKRRegular";
	background-size: 35%;
	border: 1px solid #ffffff;
	text-transform: capitalize;
}

.content #buttonMenu>a>div:lang(sc) {
	background-color: black;
	width: 90%;
	height: 90%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 50% 25%;
	text-align: center;
	color: white;
	font-family: "GenesisB_Incl_SC";
	background-size: 35%;
	border: 1px solid #ffffff;
	text-transform: capitalize;
}

.content #buttonMenu>a>div:HOVER {
	background-color: #e49f81;
	color: #ffffff;
	cursor: pointer;
}

.content #buttonMenu>a>div>span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;       
    height: 190px;
    width: 182px;
}

/* #buttonMenu > a:nth-of-type(1) > div {
	background-image: url("icon/K/15_video_K.png");
} */
#buttonMenu > a:nth-of-type(1) > div {
	background-image: url("icon/K/01_general_K.png");
}
#buttonMenu > a:nth-of-type(2) > div {
	background-image: url("icon/K/05_navi_K.png");
}
#buttonMenu > a:nth-of-type(3) > div {
	background-image: url("icon/K/Genesis Connected Services.png");
	text-transform: uppercase;
}
/* #buttonMenu > a:nth-of-type(5) > div {
	background-image: url("icon/K/carpay_K.png");
	text-transform: uppercase;
} */
/* #buttonMenu > a:nth-of-type(5) > div {
	background-image: url("icon/K/Genesis Live.png");
} */
#buttonMenu > a:nth-of-type(4) > div {
	background-image: url("icon/K/14_assistance_K.png");
}
#buttonMenu > a:nth-of-type(5) > div {
	background-image: url("icon/K/04_media_K.png");
}
/* #buttonMenu > a:nth-of-type(8) > div {
	background-image: url("icon/K/03_DMB_K.png");
} */
#buttonMenu > a:nth-of-type(6) > div {
	background-image: url("icon/K/02_radio_K.png");
}
#buttonMenu > a:nth-of-type(7) > div {
	background-image: url("icon/K/06_bluetooth_K.png");
}
#buttonMenu > a:nth-of-type(8) > div {
	background-image: url("icon/K/Phone projection_K.png");
}
#buttonMenu > a:nth-of-type(9) > div {
	background-image: url("icon/K/09_setting_K.png");
}
#buttonMenu > a:nth-of-type(10) > div {
	background-image: url("icon/K/Wireless Update.png");
}
#buttonMenu > a:nth-of-type(11) > div {
	background-image: url("icon/K/08_etc_K.png");
}
#buttonMenu > a:nth-of-type(12) > 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(1) > div:HOVER {
	background-image: url("icon/common/01_general.png");
}
#buttonMenu > a:nth-of-type(2) > div:HOVER {
	background-image: url("icon/common/05_navi.png");
}
#buttonMenu > a:nth-of-type(3) > div:HOVER {
	background-image: url("icon/common/Genesis Connected Services.png");
	text-transform: uppercase;
}
/* #buttonMenu > a:nth-of-type(5) > div:HOVER {
	background-image: url("icon/common/carpay.png");
	text-transform: uppercase;
} */
/* #buttonMenu > a:nth-of-type(5) > div:HOVER {
	background-image: url("icon/common/Genesis Live.png");
} */
#buttonMenu > a:nth-of-type(4) > div:HOVER {
	background-image: url("icon/common/14_assistance.png");
}
#buttonMenu > a:nth-of-type(5) > div:HOVER {
	background-image: url("icon/common/04_media.png");
}
/* #buttonMenu > a:nth-of-type(8) > div:HOVER {
	background-image: url("icon/common/03_DMB.png");
} */
#buttonMenu > a:nth-of-type(6) > div:HOVER {
	background-image: url("icon/common/02_radio.png");
}
#buttonMenu > a:nth-of-type(7) > div:HOVER {
	background-image: url("icon/common/06_bluetooth.png");
}
#buttonMenu > a:nth-of-type(8) > div:HOVER {
	background-image: url("icon/common/Phone projection_H.png");
}
#buttonMenu > a:nth-of-type(9) > div:HOVER {
	background-image: url("icon/common/09_setting.png");
}
#buttonMenu > a:nth-of-type(10) > div:HOVER {
	background-image: url("icon/common/Wireless Update.png");
}
#buttonMenu > a:nth-of-type(11) > div:HOVER {
	background-image: url("icon/common/08_etc.png");
}
#buttonMenu > a:nth-of-type(12) > div:HOVER {
	background-image: url("icon/common/11_ref.png");
}


.content #bottomText {
	clear: both;
    width: 89%;
    margin: auto;
	color: #ffffff;
	    font-family: "GenesisSansTextKRRegular";
	font-size: 14px;
}

.content #bottomText>p {
    width: 100%;
    font-family: "GenesisSansTextKRRegular";
	color: #ffffff;
	font-size: 14px;
}

.fontChangeDiv {
	position: absolute;
	top: -25px;
	left: 5%;
	display: none; 
}


div.search {
	float: left;
    background-image: url(icon/common/search.png);
    margin-left: 10px;
}

div.search:hover {
	opacity: 1;
}


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) {
	}

@media screen and (max-width: 800px) {
	.content #naviText {
		bottom: 11%;
		width: 30%;
}
	
	.content #naviText span {
		font-size: 17px;	
	}

	.content #naviText img {
		width: 80% !important;
	}

	.content #carName {
		right: 0%;
		bottom: 12%;
}
	
	.content #carName img {
		width: 40% !important;
	}

	.content #buttonMenu_v2>a {
		width: 33%;
}

	.content #buttonMenu>a {
		width: 33%;
	}

	.content #buttonMenu_v2>a>div>span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;       
		height: 190px;
		width: 212px;
		font-size: 17px;
	}
	.content #buttonMenu>a>div>span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;       
		height: 190px;
		width: 212px;
		font-size: 17px;
	}

	#mainCarPhone {
		display: block;
	}
	#mainCarPc {
		display: none;
	}

	.content #buttonMenu_v2 {
		width: 92%;
	}

	.content #buttonMenu {
		width: 92%;
	}
}

@media screen and (max-width: 480px) {
	.content {
		padding-top: 0px;
	}
	.content #naviText {
		/* right: 2%; */
		bottom: 14%;
		width: 45%;
	}

	.content #naviText span {
		font-size: 11px;		
	}

	.content #naviText img{
		width: 88% !important;
	}
	.content #carName {
		right: 5%;
		bottom: 15%;
	}
	.content #carName img {
		width: 120px !important;
	}

	.content #buttonMenu_v2 {
		position: relative;
	}
	.content #buttonMenu_v2>a>div {
		background-color: black;
		background-size: 40%;
		background-position: 50% 20%;
		height: 85%;
	}
	.content #buttonMenu_v2>a {
		height: 120px;
	}
	.content #buttonMenu_v2>a>div>span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;       
		height: 140px;
		width: 140px;
		font-size: 12px;
	}
	.content #buttonMenu {
		position: relative;		
	}
	.content #buttonMenu>a>div {
		background-color: black;
		background-size: 40%;
		background-position: 50% 20%;
		height: 85%;
	}
	.content #buttonMenu>a {
		height: 120px;
	}
	.content #buttonMenu>a>div>span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;       
		height: 140px;
		width: 140px;
		font-size: 12px;
}

}
/** MODEL SELECTION */

#mainCar {
	position: relative;
  }
  
  #model-select {
	position: absolute;
	top: 85px;
	left: 32px;
	width: 200px;
	height: 32px;
  }
  
  #model-select>a {
	font-family: "GenesisSansTextKRRegular";
	display: block;
	font-size: 20px;
	color: white;
	border-bottom: 1px solid;
	text-decoration: none;
  }
  
  #model-select>a::after {
	content: url('./icon/common/sub_menu_open.png');
	float: right;
  }
  #model-select.show-options>a::after {
	content: url('./icon/common/sub_menu_close.png');
  }
  
  #model-select-options {
	display: none;
	padding: 6px 0;
  }
  #model-select-options ul {
	list-style-type: none;
  }
  #model-select-options li {
	font-size: 20px;
	padding: 6px 12px;
	background-color: white;
	border-bottom: 1px solid #333;
  }
  #model-select-options a {
	display: block;
	text-decoration: none;
	color: #333;
  }
  
  #model-select.show-options #model-select-options {
	display: block;
  }