* {
	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: #fff;
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}

/* FONTS */
/* LG fonts */
@font-face {
	font-family: "LG Smart Bold";
	src: url("font/LG_Smart_Bold.ttf");
	src: url("font/LG_Smart_Bold.woff?#iefix") format("woff");/*Young 210811*/
}

@font-face {
	font-family: "LG Smart Bold Italic";
	src: url("font/LG_Smart_Bold_Italic.ttf");
	src: url("font/LG_Smart_Bold_Italic.woff?#iefix") format("woff");/*Young 210811*/
}

@font-face {
	font-family: "LG Smart Light";
	src: url("font/LG_Smart_Light.ttf");
	src: url("font/LG_Smart_Light.woff?#iefix") format("woff");/*Young 210811*/
}


@font-face {
	font-family: "LG Smart Regular";
	src: url("font/LG_Smart_Regular.ttf");
	src: url("font/LG_Smart_Regular.woff?#iefix") format("woff");/*Young 210811*/
}


@font-face {
	font-family: "LG Smart SemiBold";
	src: url("font/LG_Smart_SemiBold.ttf");
	src: url("font/LG_Smart_SemiBold.woff?#iefix") format("woff");/*Young 210811*/
}

@font-face {
	font-family: 'upsys_circlednumberregular';
	src: url('font/upsys_circlednumber-webfont.woff2') format('woff2'),
		url('font/upsys_circlednumber-webfont.woff') format('woff');
}

@font-face {
	font-family: 'upsys_commonregular';
	src: url('font/UPSYS_Common.otf') format('otf');
	src: url('font/UPSYS_Common.woff?#iefix') format('woff');/*Young 210811*/
}

@font-face {
	font-family: 'upsys_font_2013basic';
	src: url('font/upsys_font_2013_basic-webfont.woff2') format('woff2'),
		url('font/upsys_font_2013_basic-webfont.woff') format('woff');
}

@font-face {
	font-family: 'upsys_boxednumberregular';
	src: url('font/upsys-boxednumber-webfont.woff2') format('woff2'),
		url('font/upsys-boxednumber-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Upsys_vs_common1-Regular';
	src: url('font/Upsys_vs_common1-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Upsys_vs_common2-Regular';
	src: url('font/Upsys_vs_common2-Regular.woff') format('woff');
}

@font-face {
	font-family:'Upsys-Common';
	src: url('font/upsys_common-webfont.woff') format('woff');
}

@font-face {
	font-family: "UPYSY-Font-2013";
	src: url("font/UPSYS_Font_2013_Basic.ttf");
	src: url("font/UPSYS_Font_2013_Basic.woff?#iefix") format("woff");/*Young 210811*/
}

@font-face {
	font-family: "UPYSY-Common";
	src: url("font/UPSYS_Common.otf");
}
@font-face {
	font-family: "UPSYS-Rounded-Alphabet";
	src: url("font/UPSYS_ROUNDED_ALPHABET_201126_REV03.OTF");
	src: url("font/UPSYS_ROUNDED_ALPHABET_201126_REV03.woff?#iefix") format("woff");/*Young 210811*/
}
@font-face {
	font-family: "UPYSY-Rounded-Number";
	src: url("font/UPSYS_ROUNDED_NUMBER.TTF");
	src: url("font/UPSYS_ROUNDED_NUMBER.woff?#iefix") format("woff");/*Young 210811*/
}
@font-face {
	font-family: "UPSYS-RoundedBoxNumber";
	src: url("font/UPSYS_ROUNDEDBOX_NUMBER_ST.TTF");
	src: url("font/UPSYS_ROUNDEDBOX_NUMBER_ST.woff?#iefix") format("woff");/*Young 210811*/
}


/* LG fonts */

/* Common Files - START */

.keyword, .highlight {
	font-family: "LG Smart Bold", sans-serif !important;
	color: white;
	background-color: #bc162c;
}

.upsys_commonregular {
	font-family: "upsys_commonregular", sans-serif !important;
}

.header_main {
	width: 100%;
	/* padding-top: 25px; */
	/* padding-left: 5%; */
	height: 55px; /*lucy 0110*/
	position: absolute;
	background-color: rgba(0, 0, 255, 0);
	z-index: 3;
	/*border-bottom: 4px solid #bc162c;*/
}


.header {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	/* padding-top: 25px; */
	/* padding-left: 5%; */
	height: 220px;
	background-image: url('../image/cover-image.jpg');
	position: absolute;
	z-index: 3;
	border-bottom: 4px solid #bc162c;
}


.headerInner {
	margin: auto;
	height: 96px;
	width: 75%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}


.header>.headerInner>* {
	float: left;
}

#headerLogo {
	width: 100%;
	height: 150px;
	background-image: url("../image/lg-logo256.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 20%; /*ian 0110*/
}

#headerLogo2 {
	font-size: 0px;
	color: transparent;
	width: 60%;
	height: 55px;
	margin-left: 5%;
	background-image: url("../image/lg-logo256.png");
	background-repeat: no-repeat;
	background-position: left;
	/* margin-top: -15px; */
	background-size: 115px; /*lucy 0110*/
}



.subHeaderInner {
	margin: auto;
	width: 67%;
}

.subHeaderInner> * {
	float: left;
}

#backButton {
	display: block;
	padding-top: 14px;
	width: 75px;
	height: 30px;
	text-decoration: none;
}
#backButton:before {
	content: "Home";
	font-size: 18px;
    font-family: "LG Smart Bold", sans-serif !important;
	text-transform: capitalize;
	color: black;
}
#backButton:after {
	content: ">";
	margin-left: 5px;
}


/* Search start */

.header #searchBar {
	margin-top: 0;
}
.header #searchBar #searchCaption {
    font-size: 25px;
    display: block;
	margin: auto;
	padding-bottom: 1em;
	text-align: center;
	color: #fff;
	font-family: "LG Smart Regular", sans-serif !important;
}

.subHeader {
	position: absolute;
	top: 248px; /*lucy 0110*/
	width: 100%;
	height: 50px;
	background-color: #f6f3f2;
	z-index: 3;
	border-bottom: 1px solid #dedede;
}

/* Search end */

#title {
	width: 61%;
	text-align: center;
	font-family: "LG Smart Regular", sans-serif !important;
	font-size: 20px;/*norman 0531*/
	overflow: hidden;
}

#menu {
	font-size: 0px;
	color: transparent;
	width: 0%;
	height: 24px;
	margin-top: 0;
	margin-right: 0in;
}

#menu span {
	display: block;
	width: 40px;
	height: 30px;
	background-image: url("icon/common/burger-menu.svg");
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: -50px;
}

/* start langauge */

.languageDiv {
	width: 10%;
	font-family: "LG Smart Light", sans-serif !important;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

.languageDiv div {
	position: relative;
	top: 7px;
	left: -70px;
	font-size: 0px;
	background: url("icon/common/lang.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 80px;
	height: 20px;
}

.languageDiv ul {
	font-size: 12px;
}

.languageDiv .active {
	background: url("icon/common/lang_active.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

#languageSelect {
	display: none;
	color: #bc162c;
	list-style: none;
	background: white;
	position: absolute;
	margin-left: -70px;
}

#languageSelect li {
	padding-left: 10px;
	padding-right: 10px;
	height: 23px;
}

#languageSelect li a {
	color: #bc162c;
	position: relative;
	top: 4px;
}

#languageSelect li a, #languageSelect li a:HOVER, #languageSelect li a:FOCUS,
	#languageSelect li a:ACTIVE, #languageSelect li a:VISITED {
	text-decoration: none;
}

#languageSelect li:hover, #languageSelect li:hover {
	text-decoration: underline;
}

#languageSelect li.selected {
	background-color: #bc162c;
}

#languageSelect li.selected a {
	color: white;
}

/* end language */

/* header end */

/* content start */

.chapterTitle {
	margin-left: 10px;
	line-height: 50px;
	/* font-weight: bold; */
	font-size: 18px;
	font-family: 'LG Smart Bold', sans-serif !important;
	text-transform: capitalize;
}

.content {
	padding-top: 300px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.content.big {
	font-size: 1.3em;
}

.text {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
}

h1 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: "LG Smart Regular", sans-serif !important;
	font-size: 2em;
	font-weight: bold;
	color: #bc162c;
	border-left: 5px solid #bc162c;
    padding-left: 5px;
}

h2 {
	clear: both;
	margin-top: 50px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666666;
	padding-bottom: 4px;
	font-family: "LG Smart Regular", sans-serif !important;
	font-weight: normal;
}

.Heading-3 {
	display: block;
	font-size: 1.17em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-family: "LG Smart Regular", sans-serif !important;
}

.Basic-Bold {
	font-family: "LG Smart Regular", sans-serif !important; /*lucy 1103*/
	font-weight: bold;
}

p.Para-basic-L-Sub, p.Para-basic-L-bullet-Sub, p.Para-Basic-B-Sub {
	margin-left: 45px;
}

p.Para-basic-L-Sub-Auto {
	margin-left: 45px;
}

.Symbol-L p.Para-basic-L-Sub-Auto {
	font-size: 16px;
    margin-left: 20px;
}

.Para-Box-Num ~ p.Para-basic-L-Sub, .Para-Box-Num ~ p.Para-basic-L-bullet-Sub,
	.Para-Box-Num ~ p.Para-Basic-B-Sub {
	margin-left: 25px;
}

p+ul li.Para-basic-L-Sub, p+ul li.Para-basic-L-bullet-Sub, p+ul li.Para-Basic-B-Sub
	{
	margin-left: 45px;
}

ul ~ p.Para-basic-L-Sub, ul ~ p.Para-basic-L-bullet-Sub, ul ~ p.Para-Basic-B-Sub
	{
	margin-left: 20px;
}

ol ~ p.Para-basic-L-Sub, ol ~ p.Para-basic-L-bullet-Sub, ol ~ p.Para-Basic-B-Sub
	{
	margin-left: 45px;
}

ol+*+p.Para-basic-L-Sub, ol+*+p.Para-basic-L-bullet-Sub, ol+*+p.Para-Basic-B-Sub
	{
	margin-left: 45px !important;
}

a .Para-basic-L-Sub, a .Para-Basic-B-Sub {
	margin-left: 0px;
}

a .Para-basic-L-bullet-Sub {
	margin-left: 20px;
}

.content p, li {
	font-family: "LG Smart Light", sans-serif !important;
	line-height: 1.5em;
}

p.Para-Circle-Num-Sub{
	margin-left: 45px;
}

p.Para-Basic-B-Sub, p.Para-Basic-B, p.Para-Basic-B-Center {
	font-family: "LG Smart Bold", sans-serif !important;
	margin-top: 20px;
	font-size: 16px;
}

p.Para-Table-B { /*ian 190529*/
	font-family: "LG Smart Bold", sans-serif !important;
	font-size: 14px;
	word-break: normal;
}

p.Para-basic-L-center, p.Para-Basic-B-Center {
	text-align: center; /*lucy*/
}

p.Para-Table-L-center, p.Para-Table-B-Center { /*ian 190529*/
	font-size: 14px;
	text-align: center;
	word-break: normal;
}

table p.Para-Basic-B-Sub, table p.Para-Basic-B, table p.Para-Basic-B-Center
	{
	font-family: "LG Smart Bold", sans-serif !important;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}

li.Para-basic-L-bullet, p.Para-basic-L {
	font-size: 16px;
}
li.Para-Table-L-bullet, p.Para-Table-L { /*ian 190529*/
	font-size: 14px;
	word-break: normal;
}

li.Para-basic-L-hyp-Sub {
	margin-left: 20px;
	list-style: circle;
}

li.Para-Table-L-hyp-Sub { /*ian 190529*/
	font-size: 14px;
	word-break: normal;
	margin-left: 20px;
	list-style: circle;
}

.Symbol-L li.Para-basic-L-hyp-Sub {
	font-size: 16px;  /*lucy 1103*/
}


li.Para-basic-L-hyp-2Sub {
	margin-left: 65px;
	list-style: circle !important;
}

.content .text>ol, .content .text>ul, .content .text table ol, .content .text table ul
{
	_padding-left: 20px;
}

.content .text>ol {
	_padding-left: 25px;
}

p.Para-Illust-L {
	text-align: center;
}

p.Para-Illust-L img {
	display: inline-block;
}

p.Placeholder-sub, .content .text>ol ~.Table-pic-Left-sub p.Para-Pic-left,
	.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left, .content .text>ol
	 ~.figure, p.Placeholder-sub-S, .Para-screen-sub-S, .Para-screen-sub-M,
	.Para-screen-sub-L {
	margin-top: 15px;
	margin-left: 45px;
}

p.Placeholder-sub-S img {
	margin-left: 0px;
}

p.Placeholder-sub-M img {
	margin-left: 0px;
}

p.Placeholder-sub img {
	margin-left: 0px;
}

.text>ul ~figure {
	/* margin-left: 20px; */

}

.Para-basic-L-bullet-Sub {
	margin-left: 45px;
}

figure {
	margin-top: 15px;
}

div.figure {
	display: inline-block;
}

p.Para-img-description {
	/* max-width: 780px; lucy 현대용 */
	max-width: 700px; /* lucy 기아용 */
	font-size: 14px;
	text-align: center;
	font-family: "LG Smart Bold", sans-serif !important;
	position: relative;
	/* top: -15px; lucy*/
}

.content .text>ol li {
	list-style: none;
	text-indent: -15px;
	margin-left: 45px;
	margin-top: 35px;
	
}

.content .text>ol li:BEFORE {
	content: attr(value) " ";
	font-size: 36px;
	font-family: "LG Smart Light", sans-serif !important;
	display: inline-block;
	position: absolute;
	/* left: -5px; */
	/* top: 14px; */
	margin-left: -45px;
	margin-top: 6px;
}

/* .column {
	margin-top: 25px;
	margin-bottom: 25px;
	column-count: 2;
	overflow: auto;
} */
/*
.left, .right {
	width: 49%;
}

.left {
	float: left;
}

.right {
	float: right;
}
 */
.left {
	margin-bottom: 25px;
}

.text img {
	/* width: 100%; */
	max-width: 100%;
	display: block;
}

.Table-Pic-center {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 10px;
}

.Table-Pic-center img {
	margin-left: auto;
	margin-right: auto;
}

.Table-Pic-center .Para-Pic-left {
	margin: 0px;
}

p.Para-Box-Num {
	margin-top: 10px;
	font-family: "LG Smart Bold", sans-serif !important;
	margin-left: 25px;
}

span.Boxed-Num {
	/* font-family: upsys_boxednumberregular; */
	font-family: "LG Smart Bold", sans-serif !important;
	font-size: 20px;
	color: grey;
	font-size: 20px;
	display: inline-block;
	width: 30px;
	position: absolute;
	margin-left: -28px;
}

span.Boxed-Num:AFTER {
	content: ". ";
}

span.inline-img img {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	height: 18px;
}

.text .u-vmenu>ul>li>a>span.inline-img img {
	-webkit-filter: invert(100%) grayscale(100%);
	filter: invert(100%) grayscale(100%);
}


.text .u-vmenu ul li a[data-option='on'] {
	background: url(icon/common/sub_menu_close.png) no-repeat;
	background-position: 95% 50%;
	color: white;
}

.text .u-vmenu ul li a[data-option='off'] {
	background: url(icon/common/sub_menu_open.png) no-repeat;
	background-position: 95% 50%;
	color: white;
}

.discUl {
	margin-left: 6.5%;
	display: block !important;
}

.discUl li {
	list-style: disc !important;
	border-bottom: none !important;
}

li.Para-basic-L-bullet-Sub {
	list-style: disc !important;
}

.Symbol-L, .Symbol-R, .Note-R-Pic {
	display: block;
	width: 100%;
}

.Symbol-L {
	/* margin-bottom: 10px; */
	font-size: 25px;
}

.Symbol-L p, .Symbol-L li, .Symbol-R li, .Symbol-R p {
	font-family: "LG Smart Bold", sans-serif !important;
}

.Symbol-L p.Para-basic-L-Sub {
	font-size: 16px; /*lucy 1103*/
}

span.Symbol-upsys2013, span.Symbol-2-Black {
	font-family: "upsys_font_2013basic", sans-serif !important;
}

table.Table-Symbol td ul {
	padding-left: 20px;
}

table.Table-Symbol {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	padding: 5px 0px;
}

.Basic-L-Red {
	color: #bc162c;
}

.Symbol-Black {
	font-family: upsys_commonregular;
}

	/* ian 191024 */
.Upsys-VS-Common1 {
	font-family: Upsys_vs_common1-Regular;
}

	/* ian 191024 */
.Upsys-VS-Common2 {
	font-family: Upsys_vs_common2-Regular;
}


.Symbol-Black-Table { /* ian 190529 */
	font-family: upsys_commonregular;
}

.Circle-Num {
	font-family: upsys_circlednumberregular;
}

.Symbol-Green {
	/* font-family: upsys_commonregular;
	color: green; */
	display: inline-block;
	font-size: 0px;
	background-image: url("icon/common/note.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.Symbol-yellow {
	display: inline-block;
	font-size: 0px;
	background-image: url("icon/common/caution.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	width: 20px;
}

.Pic-L img {
	/* display: none; */

}

.text table span.inline-img img {
	/* width: 30px !important; */

}

.Para-Pic-left img {
	width: auto !important;
}

.video_container {
	margin-top: 40px;
}

.video {
	float: left;
	display: block;
	width: 48%;
	height: auto;
	margin: 0px 10px 30px 10px;
	text-align: center;
}

.video_title {
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

table {
	width: 100%;
}

.Table--3col, .Basic-Table, .Table--2col, .Table-Landmark, .Table--4col,
	.Table-2row-merge, .Table--troubleshooting, .Table-specification,
	.Table-service-center, .Table-5col, .responsive, .Table--3col-Locations, .Table--3col-ISO
	{
	width: 100%;
	/* border-collapse: collapse;
	border-top: 1px solid grey; */
	margin-top: 30px;
	margin-bottom: 15px;
}

.Table--3col tr:FIRST-CHILD, .Basic-Table tr:FIRST-CHILD, .Table--2col tr:FIRST-CHILD,
	.Table-Landmark tr:FIRST-CHILD, .Table--4col tr:FIRST-CHILD,
	.Table-2row-merge tr:FIRST-CHILD, .Table--troubleshooting tr:FIRST-CHILD,
	.Table-service-center tr:FIRST-CHILD, .responsive tr:FIRST-CHILD {
	/*river edited*/
	/*background-color: #bc162c;*/
	color: white;
	text-align: center;
}

.Trouble-Grey {
	background-color: #bc162c;
	color: white;
	text-align: left;
}

.Table--3col td, .Basic-Table td, .Table--2col td, .Table-Landmark td,
	.Table--4col td, .Table-2row-merge td, .Table--troubleshooting td,
	.Table-specification td, .Table-service-center td, .responsive td, .Table--3col-ISO td {
	border-bottom: 1px solid grey;
	border-right: 10px solid white;
	padding: 10px;
}

td.Line-No-line {
	border-bottom: none;
}

.Table--troubleshooting td {
	/* border-bottom: none; */
	border-right: none;
}

.Table--troubleshooting {
	border-collapse: collapse;
	border-bottom: 1px solid grey;
}

.Table--3col td:FIRST-CHILD, .Table--2col td:FIRST-CHILD,
.Table-specification td:FIRST-CHILD, .Table-service-center td:FIRST-CHILD,
.Table-5col td {
	/* vertical-align: top; */

}

.Table--3col tr:FIRST-CHILD>td, .Basic-Table tr:FIRST-CHILD>td,
	.Table--2col tr:FIRST-CHILD>td, .Table-Landmark tr:FIRST-CHILD>td,
	.Table--4col tr:FIRST-CHILD>td, .Table-2row-merge tr:FIRST-CHILD>td,
	.Table--troubleshooting tr:FIRST-CHILD>td, .Table-service-center tr:FIRST-CHILD>td,
	.responsive tr:FIRST-CHILD>td, td.Trouble-Grey {
	border-right: none;
	border-bottom: none;
}

.Table--4col .Para-Pic-Center img, .Table-Landmark .Para-Pic-Center img
	{
	width: 30px;
}

.Table-5col {
	border: none;
}

.Table-5col tr {
	border-bottom: 1px solid grey;
}

td.x3col-L-Grey {
	background-color: #bc162c;
	color: white;
	vertical-align: middle !important;
	width: 20%;
	text-align: center;
}

.Table--3col-ISO td.Trouble-Grey {
	width: 25%;
	text-align: center;
	vertical-align: middle;
}

.Table--3col-ISO td.x3col-Mid {
	width: 25%;
	text-align: center;
	vertical-align: middle;
}

.navi td.x3col-L-Grey {
	width: 15%; /*lucy 1103*/
}

.Table--3col td.x3col-L, .x3col-L td.x3col-M {
	width: 10%;
}

td.x3col-Mid-Text {
	text-align: center;
}

td.x3col-R-Pic {
	text-align: right;
}

.responsive td p {
	text-align: center;
}

table.Table--3col-Locations {
	border-collapse: collapse;
}

.Table--3col-Locations td {
	width: 33%;
	border: 1px solid #666666;
	vertical-align: top;
	padding: 10px;
}

.Table--3col-Locations tr:FIRST-CHILD td {
	/* border: none; */
	padding: 10px;
}

.Para-Pic-Center img {
	margin: auto;
}

.Table--troubleshooting .x3col-L-Grey {
	width: 20%;
}

.Table--troubleshooting .x3col-Mid-Grey {
	width: 30%;
}

.Table--troubleshooting .x3col-R-Grey {
	width: 50%;
}

.Table-specification .x3col-L-Grey {
	width: 20%;
}

.Table-specification .Spec-Mid-text {
	width: 30%;
	word-break: break-all;
}

.Table-specification .Spec-R {
	width: 50%;
}

.Table--3col .x3col-L-Grey {
	width: 20%;
}

.Table--3col .x3col-Mid-Grey, .Table--4col .x3col-Mid-Grey, .Table--4col .x3col-R-Grey
	{
	width: 30%;
}

.navi td.x3col-Mid-Grey
	{
	width: 15%; /*lucy 1103*/
}

.Table--3col .x3col-R-Grey {
	width: 50%;
}

.Table--2col .x3col-L-Grey, .Table--2col td:FIRST-CHILD {
	width: 30%;
}

.Table--2col .x3col-R-Grey {
	width: 70%;
}

.Table-PL td:FIRST-CHILD {
	width: 25%;
}

.Table--2col-Disc {
	border-collapse: collapse;
}

.Table--2col-Disc td {
	border: 1px solid grey;
	padding: 10px;
}

/*river added*/
#table-8 {margin: 20px 0 5px 0;}
#table-8 tbody tr:nth-child(1) {background: #dee2e6; text-align: center; border-top: 1px solid black;}
#table-8 colgroup col:nth-child(1) {width: 17%;}
#table-8 colgroup col:nth-child(2) {width: 17%;}
#table-8 colgroup col:nth-child(3) {width: 17%;}
#table-8 colgroup col:nth-child(4) {width: 17%;}
#table-8 colgroup col:nth-child(5) {width: 17%;}
/*#table-8 tr td{border: 1px solid black;}*/
#table-8 tr td:FIRST-CHILD {border-left: 0;}
#table-8 tr td:Last-child {border-right: 0;}


.Table-In-Table tbody tr:nth-child(1) {background: #dee2e6; text-align: center; border-top: 1px solid black;;}
.Table-In-Table colgroup col:nth-child(1) {width: 20%;}
.Table-In-Table colgroup col:nth-child(3) {width: 50%;}
.Table-In-Table#table-13 colgroup col {width: 20%;}
.Table-In-Table tr td{border: 1px solid black;}
.Table-In-Table tr td:FIRST-CHILD {border-left: 0;}
.Table-In-Table tr td:Last-child {border-right: 0;}

#table-18.Table-In-Table tbody tr:nth-child(1) {background: none; text-align: left;}
#table-18.Table-In-Table tr td:FIRST-CHILD {text-align: center;}

#table-4 colgroup col:nth-child(2) {width: 20%;}
#table-69 tr td{padding: 10px;}

.Pic-Top {vertical-align: top;}


#keyword, #count {
	color: #00aad2;
	font-family: "LG Smart Regular", sans-serif !important;
}

.resultcount p {
	margin: 20px 0 20px 0;
	padding: 0 0 0 20px;
	display: block;
	color: #bc162c;
	font-size: 36px;
}

.noResult {
	font-family: "LG Smart Bold", sans-serif !important;
    margin-top: 20px;
}

.noResult>span {
	display: inline-block;
	width: 300px;
	height: 43px;
	background: url("icon/K/NOTFOUND_K.png");
	background-repeat: no-repeat;
	background-position: 5% 50%;
	padding-left: 80px;
}

.noResult>span>span#searchResultContent3 {
	color: #bc162c;
	display: block;
}

.result_list {
	border-top: 1px solid #dadada;
	font-family: "LG Smart Light", sans-serif !important;
}

.result_list a {
	text-decoration: none;
	color: #bc162c;
	font-family: "LG Smart Regular", sans-serif !important;
}

.filename {
	padding-top: 20px;
	padding-left: 20px;
	padding-right:20px;
}

.filename p {
	/* font-size: 20px; */
	font-family: "LG Smart Bold", sans-serif !important;
}

.resulttext p {
	padding: 0 20px 20px 20px;
	color: #666;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
	word-wrap: break-word;
}

.resultItem:nth-child(even) {
	background-color: F5F9FD;
}

.resultItem:nth-child(odd) {
	background-color: FCFCFC;
}

/*river added*/
a, a.Hyperlink, .Cross-Reference {
	text-decoration:none;
	color: #AF1947;
	word-wrap:break-word;
	/*font-style: italic;*/
}

.Cross-Reference-page {
	display: none;
}

a:hover {
	text-decoration:none;
}

.fontChangeDiv {
    display: none; /*lucy 0110 */
}


/* content end */


/* footer start */

.footer {
	position: absolute;
	/*margin-bottom: -10px;*/
	left: 0;
	bottom: 0px;
	clear: both;
	width: 100%;
	height: 40px;
	background-color: #af1947;
}

.footerInner {
	position: relative;
	margin: auto;
	width: 100%;
	padding-top: 5px;
	max-width: 1120px;
}

#footerBottom {
	width: 100%;
	height: 0;
	background-color: white;
	/*display: none;*/
}

#footerLogo {
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;
	width: 66px;
	height: 60px;
	background-image: url("icon/K/Logo_footer_K.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
}

.copyright {
	font-family: "LG Smart Regular", sans-serif !important;
	font-size: 14px;
	position: relative;
	margin-top: 8px;
    color: white;
    text-align: center;
}

#copyrightPc {
	display: block;
	width: 100%;
}

#copyrightPcSpan {
	display: inline-block;
	line-height: normal;
}

#copyrightPhone {
	display: none;
	line-height: normal;
	vertical-align: middle;
}

.footer .copyright {
	z-index: 1;
	width: 100%;
	color: #ffffff;
	position: relative;
	margin-bottom: 1%;
}

#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	/* background-color: grey; Set a background color
	color: white; Text color
	cursor: pointer; Add a mouse pointer on hover
	padding: 15px; Some padding */
	border-radius: 16px; /* Rounded corners */
	background-image: url("icon/K/btn_top_w.png");
	width: 68px;
	height: 32px;
	opacity: 0.6;
}

#prevBtn {
	position: fixed; /* Fixed/sticky position */
	left: 10px; /* Place the button 30px from the right */
	top: 0px;
	bottom: 0px;
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	/* background-color: grey; Set a background color
	color: white; Text color
	cursor: pointer; Add a mouse pointer on hover
	padding: 15px; Some padding */
	background-image: url("icon/common/btn_main_left.png");
	background-size: 52px 72px; /*lucy 0110*/
	width: 52px;
	height: 72px; /*lucy 0110*/
	margin: auto;
	opacity: 0.6;
	cursor: pointer;
}

#nextBtn {
	position: fixed; /* Fixed/sticky position */
	right: 10px; /* Place the button 30px from the right */
	top: 0px;
	bottom: 0px;
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	/* background-color: grey; Set a background color
	color: white; Text color
	cursor: pointer; Add a mouse pointer on hover
	padding: 15px; Some padding */
	margin: auto;
	background-image: url("icon/common/btn_main_right.png");
	background-size: 52px 72px; /*lucy 0110*/
	width: 52px;
	height: 72px; /*lucy 0110*/
	opacity: 0.6;
	cursor: pointer;
}

#myBtn:hover {
	/* background-color: #555; Add a dark-grey background on hover */

}

/* footer end */

/* right menu start */
.rightMenu {
	/*
	*/
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	background-color: white;
	width: 400px;
	height: 100%;
	z-index: 13;
	color: black;
}

#rightHeader {
	clear: both;
	border-bottom: solid 2px #666666;
	height: 55px; /*lucy 0110*/
}

#rightHeader>div {
	width: 55px; /*lucy 0110*/
	height: 55px; /*lucy 0110*/
	background-repeat: no-repeat;
	background-size: 40%; /*lucy 0110*/
	background-position: center;
}

.search {
	text-align: left;
	margin: 20px 20px 10px 20px;
}

.searchDiv {
	display: none;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px; /*lucy 0110*/
	margin-bottom: 50px;
	border-bottom: lightgrey 1px solid;
	background-color: #FCFCFC;
}

#searchLabel {
	font-family: "LG Smart Regular", sans-serif !important;
}

#searchinputbox {
	height: 38px;
	width: 100%;
	line-height: 38px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: none;
	padding-left: 10px;
}

#searchinputbox:focus {
	outline: none;
}

#searchButton {
	background-color: white;
	background-image: url("icon/K/search_K.png");
	width: 40px;
	height: 36px;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center left;
	border: 1px solid #cccccc;
	border-left: none;
	margin-left: -2px;
}

table td.left {
	width: 10%;
	text-align: right;
	padding-left: 40px;
	padding-right: 10px;
}

table td.center {
	width: 80%;
}

table td.right {
	width: 10%;
	text-align: center;
}

.result, .resultcount, .noResult {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.close {
	float: right;
	background-image: url("icon/common/menu_close.png");
	margin-right: 12px; /*lucy 0110*/
}

#toc {
	font-family: "LG Smart Regular", sans-serif !important;
	height: 90%;
	overflow: auto;
	width: 100%; /*lucy 0110*/
	text-transform: capitalize;
}

#toc a.topTree {
	color: black;
}

#toc a.selected {
	color: #bc162c !important;
}

#toc a.topTree {
    color: black;
}

/* right menu end */

/* cover start */
.cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 11;
}

.spin {
	background: url("icon/common/giphy.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
}
/* cover end */
.languageDivPhone {
	display: none;
	position: absolute;
	top: 5px;
	left: 5%;
	font-family: "LG Smart Bold", sans-serif !important;
	cursor: pointer;
	line-height: 30px;
}

.languageDivPhone div {
	font-size: 0px;
	background: url("icon/K/lang.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 80px;
	height: 20px;
}

.languageDivPhone ul {
	font-size: 12px;
}

.languageDivPhone .active {
	background: url("icon/K/lang_active_phone.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.languageDivPhone #languageSelect {
	bottom: 30px;
	left: 1px;
}

.fontChangeButton {
	padding: 3px; /*lucy 0110*/
}

#searchBar {
	text-align: center;
	margin-top: 0.3in;
}

#searchBar input {
	border-radius: 35px;
	width: 45%;
	border: none;
	height: 60px;
	padding: 0 20px;
	padding-top: 2px;
	font-size: 18px;
	color: #000000;
}

#searchBar input:focus {
	outline: none;
}

#btnSearch {
	background: #af1947;
	padding: 8px 50px;
	border: none;
	border-radius: 20px;
	margin-left: -195px;
	margin-top: 10px;
	z-index: 10;
	position: relative;
}

#btnSearch .btn-search {
	width: 19px !important;
	margin-right: 8px;
	height: 20px;
	margin-bottom: -3px;
}

#btnSearch:focus {
	outline: none;
}

#btnSearch span {
	color: #ffffff;
	font-size: 20px;
	font-family: "LG Smart Regular", sans-serif !important;
}

/*river added*/
p.Title-3 {
	font-weight: bold;
	font-size: 1.5em;
	/*margin-top: 1.3em;*/
	margin-top: 2em;
	margin-bottom: .5em;
	border-bottom: 1px solid black;
    padding-bottom: 15px
}

table {
	border-collapse: collapse;
}
td {
    padding: .25rem .0 .0 .3rem;
    padding-left:  ;
	/* border: 1px solid #dee2e6; */
}
td.General-1col-K20 {
	background: #d1d2d4;
	font-weight: bold;
}
/* river added */
.Pic-center-Under-Line {
	/* border-top: 1px solid black; */
/*    border-bottom: 1px solid black;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

/* river added */
.Upsys-Common {
	font-weight: bold;
	margin-right: 5px;
	font-family: "Upsys-Common", sans-serif !important;
}

.UPSYS-Rounded-Alphabet {
	font-weight: bold;
	margin-right: 15px;
	font-family: "UPSYS-Rounded-Alphabet", sans-serif !important;
}
.UPSYS-RoundedBoxNumber {
	font-weight: bold;
	margin-right: 10px;
	font-family: "UPSYS-RoundedBoxNumber", sans-serif !important;
}
.Title-3 .UPSYS-RoundedBoxNumber {
	margin-right: 10px;
	font-weight: normal;
}
.Title-4 {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.5em;
}
.char-style-override-2 {
	font-weight: bold;
}
.UPYSY-Font-2013 {
	font-family: "UPYSY-Font-2013", sans-serif !important;
}
.Basic-Text-Frame {
	background-color: #e6e7e9;
    padding: 20px;
	border-radius: 10px;
	margin: 10px 0;
}
.Text-Bold--10pt- {
	font-weight: bold;
}
.Text-Hyp-Sub--8pt-::marker {
	content: "-";
}
/*river added*/
.Text-Light--8pt--Center {
	text-align: center;
}

ul .Text-Hyp-Sub--8pt- {
	margin-left: 25px;
}
td.General-1col-K20 {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
td.General-1col-K0 {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
.Note-left {
	vertical-align: top;
	font-weight: bold;
	width: 100px;
	padding-left: 0;
}
.Note-right {
	padding-left: 50px;
}
/*river added*/
.Table-Note {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 15px;
	background-color: #F2F2F2;
}

.Table-Note ul {
	margin-left: 20px;	
}

.x-----------1 ul {
	margin-left: 20px;	
}

li.Text-Num-Start--8pt- {
	margin-left: 0 !important;
	margin-top: 5px !important;
}
li.Text-Num-Continue--8pt- {
	margin-left: 0 !important;
	margin-top: 5px !important;
}
.frame-8 {
	margin: auto;
	margin-top: 10px;
}
td .Text-Caption {
	text-align: center;
}
.Table-In-Table {
	margin-top: 15px;
	margin-bottom: 5px;
}


td.General-Center {
	border: 1px solid black;
}
.Text-Bold--8pt- {
	font-weight: bold;
}
.Table-4col {
	margin-top: 10px;
}
td.General-Left-K20, td.General-Right-K20 {
	background-color: #d1d2d4;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
	text-align: left;	
}
td.General-Center-K20 {
	background-color: #d1d2d4;
	border: 1px solid black;
	font-weight: bold;
	text-align: center;
}
td.General-Left, td.General-Right {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.frame-26 ul {
	margin-left: 20px;
	margin-right: 20px;
}
.Table-4col {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.Cell-1-Above-line, .Cell-2, .Cell-3-Above-line, .Cell-4 {
	border-bottom: 1px solid black;
}

/*river added*/
.Cell-Left-K20,.Cell-Center-K20, .Cell-Right-K20 {
	background-color: #d1d2d4;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
/*river added*/
.Cell-Left, .Cell-Center,.Cell-Right {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
/*river added*/
p.Illust img {
	display: block;
	text-align: center;
	margin: auto;
}

td.Pic-Top {
	width: 25%;
}
.frame-34 {
	margin: auto;
}
.frame-35 {
	margin: auto;
}
.Cell-1-Above-Blow-line, .Cell-2 {
	vertical-align: top;
}
img.frame-2 {
	display: inline;
	margin-left: 5px;
}
.frame-48 ul {
	margin-left: 20px;
	margin-right: 20px;
}
.Table-2col, .Table-3col {
	margin-bottom: 20px;
	margin-top: 20px;
}
.General-Right {
	border-left: 1px solid black;
}
td.General-Center {
	font-weight: bold;
	text-align: center;
}
.General-Center-K100 {
	text-align: center;
	background-color: black;
	color: white;
	font-weight: bold;
}
/*river added*/
 .Troubleshooting-L-R, .Troubleshooting-L-R {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	min-width: 60px;	
}

.Troubleshooting-Center {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	min-width: 20px;	
}

.Text-Bold--8pt--Center {
	text-align: center;
	font-weight: bold;
}
.Text-Semi-Bold--8pt- {
	font-weight: bold;
}
.Table-Spec {
	margin-bottom: 40px;
}
.Contents-Title {
	display: none;
}
p[class^=Toc] {
	display: none;
}
p.Chapter-Title {
	display: none;
}

/*river added*/
.x-----------1 {
	background-color: #E7E7E8;
	margin: 30px 0;
	padding:  20px;	
}

.Bold {
	font-weight:  bold;
}



/* Common Files - END */

/* Index.HTML - START */

#index .content {
	width: 100% !important;
	padding-top: 0px !important;
}


/*       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: 300px; /*jay 1205*/
	margin: auto;
	width: 90%;
}

.content #naviText {
	margin: auto;
	color: #ffffff;
	font-family: "LG Smart Bold", sans-serif !important;
}

.content #naviTextCaption {
	margin: auto;
	color: #ffffff;
	font-family: "LG Smart Regular", sans-serif !important;
}

.content #naviText span {
    font-size: 60px;
	display: block;
	margin: auto;
	text-align: center;
	padding-top: 2in;
}

.content #naviTextCaption span {
	padding-top: 0.2in;
	font-size: 25px;
	display: block;
	margin: auto;
	text-align: center;
}

.search {
	background: #af1947;
	padding: 8px 50px;
	border: none;
	border-radius: 20px;
	margin: 20px;
	margin-top: 10px;
	z-index: 10;
	position: relative;
}

.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%;
	height: 620px;
	background-size: cover;
	background-image: url('../image/cover-image.jpg');
}

.content #mainCarBlock {
	height: 420px;
}

#mainCarPhone {
	display: none;
}

.content #buttonMenu {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 75%;
	margin-top: -125px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}

.content #buttonMenu>a {
	flex: 0 0 auto;
	width: 25%;
	height: 250px;
	text-decoration: none;
}

.content #buttonMenu>a>div {
	background-color:#ffffff;
	border: 1px solid #000000;
	border-radius: 10px;
	width: 93%;
	height: 93%;
	background-repeat: no-repeat;
	background-position: 50% 40%;
	text-align: center;
	color: #000000;	
	background-size: 50px;
	font-family: "LG Smart Regular", sans-serif !important;
}

.content #buttonMenu>a>div:HOVER {
	background-color: #af1947;
	color: #ffffff;
	border: 3px solid #ffffff;
}

.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;
	margin-top: 10px; /*0907 River*/
}

#additianalfuctions>div {background-image: url("icon/common/main/additianalfuctions.svg");}
#appendix>div {background-image: url("icon/common/main/appendix.svg");}
#bluetooth>div {background-image: url("icon/common/main/bluetooth.svg");}
#charge>div {background-image: url("icon/common/main/charge.svg");}
#installation>div {background-image: url("icon/common/main/installation.svg");}
#product>div {background-image: url("icon/common/main/product.svg");}
#quickguide>div {background-image: url("icon/common/main/quickguide.svg");}
#safety>div {background-image: url("icon/common/main/safety.svg");}
#trouble>div {background-image: url("icon/common/main/trouble.svg");}
#tvconnection>div {background-image: url("icon/common/main/tvconnection.svg");}
#usbconnection>div {background-image: url("icon/common/main/usbconnection.svg");}
#usingaudio>div {background-image: url("icon/common/main/usingaudio.svg");}
#usingexternaldevice>div {background-image: url("icon/common/main/usingexternaldevice.svg");}
#wallmount>div {background-image: url("icon/common/main/wallmount.svg");}
#wspartlink>div {background-image: url("icon/common/main/wspartlink.svg");}
#xboom>div {background-image: url("icon/common/main/xboom.svg");}
#optical>div {background-image: url("icon/common/main/optical.svg");}

#additianalfuctions>div:HOVER {background-image: url("icon/common/main/additianalfuctions-white.svg");}
#appendix>div:HOVER {background-image: url("icon/common/main/appendix-white.svg");}
#bluetooth>div:HOVER {background-image: url("icon/common/main/bluetooth-white.svg");}
#charge>div:HOVER {background-image: url("icon/common/main/charge-white.svg");}
#installation>div:HOVER {background-image: url("icon/common/main/installation-white.svg");}
#product>div:HOVER {background-image: url("icon/common/main/product-white.svg");}
#quickguide>div:HOVER {background-image: url("icon/common/main/quickguide-white.svg");}
#safety>div:HOVER {background-image: url("icon/common/main/safety-white.svg");}
#trouble>div:HOVER {background-image: url("icon/common/main/trouble-white.svg");}
#tvconnection>div:HOVER {background-image: url("icon/common/main/tvconnection-white.svg");}
#usbconnection>div:HOVER {background-image: url("icon/common/main/usbconnection-white.svg");}
#usingaudio>div:HOVER {background-image: url("icon/common/main/usingaudio-white.svg");}
#usingexternaldevice>div:HOVER {background-image: url("icon/common/main/usingexternaldevice-white.svg");}
#wallmount>div:HOVER {background-image: url("icon/common/main/wallmount-white.svg");}
#wspartlink>div:HOVER {background-image: url("icon/common/main/wspartlink-white.svg");}
#xboom>div:HOVER {background-image: url("icon/common/main/xboom-white.svg");}
#optical>div:HOVER {background-image: url("icon/common/main/optical-white.svg");}

.content #bottomText {
    clear: left;
    margin: auto;
	padding-top: 15px;
	padding-left: 60px;
	color: #ffffff;
	font-family: 'LG Smart Light', sans-serif !important;
	font-size: 14px;
}

.content #bottomText>p {
    width: 100%;
    font-family: 'LG Smart Light', sans-serif !important;
	color: #ffffff;
	font-size: 14px;
}

.fontChangeDiv {
	position: absolute;

	display: none; /*lucy 0110*/
}

/* Index.HTML - END */

/* MEDIA QUERIES */

@media screen and (max-width: 1280px) {
	/* Common Files MQ - START */
	.column {
		/* column-count: 1; */

	}
	/* .left, .right {
		width: 100%;
	} */
	.text img {
		/* width: 100%;
		max-width: 500px; */

	}
	#backButton {
		background-size: 16px;
	}
	.chapterTitle {
		margin-left: 0px;
		line-height: 50px;
		font-weight: bold;
		font-size: 12px;
	}
	/* h1 {
		margin-top: 25px;
		font-size: 1.3em;
	}
	h2 {
		font-size: 1.3em;
	} */
	#contentAccordion {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.text .u-vmenu ul li a {
		line-height: 21px;
		font-size: 14px;
		font-weight: normal;
		background-size: 10px !important;
	}
	.text .u-vmenu ul ul li a {
		line-height: 21px;
	}
	.video {
		width: 46%;
	}

	/* Common Files MQ - END */
}


@media screen and (min-width: 800px) and (max-width: 1280px) {
	/* Common Files MQ - START */
	.headerInner {
		width: 90%;
	}

	#menu span {
		margin-left: -35px !important;
	}
	/* Common Files MQ - END */
	
	/* Index.HTML MQ - START */
	.content #carName {
		/* top: 75px;
		left: 75px; */
		
	}
	.content #buttonMenu {
		width: 90%;
	}

	/* Index.HTML MQ - END */
}

@media screen and (max-width: 800px) {
	/* Common Files MQ - START */
	#headerLogo {
		background-size: 96px;
	}
	.copyright {
		line-height: 15px !important;
		font-size: 11px;
		top: 0px;
	}
	/* #copyrightPc {
		display: none;
	} */
	#copyrightPhone {
		display: inline-block;
	}
	#searchLabel {
		width: 13%;
	}
	#searchinputbox {

	}
	.languageDiv {
		/* display: none; */

	}
	.languageDivPhone {
		/* display: block; */

	}
	.languageDiv div {
		left: -65px;
	}
	#languageSelect {
		margin-left: -10px;
	}
	#banner_img>a {
		background-image: url("../image/banner_k2.png");
	}

	#banner_img>a:HOVER {
		background-image: url("../image/banner_red2.png");
	}

	#headerLogo2 {
		margin-left: 2.5%;
		background-size: 96px;
	}

	#btnSearch {
		padding: 8px;
		margin-left: -55px;
	}
	#btnSearch .btn-search {
		margin-right: 0;
	}
	#btnSearch span {
		display: none;
	}
	
	/* Common Files MQ - END */
	

	/* Index.HTML MQ - START */
	.content #buttonMenu {
		width: 92%;
		top: -40px;
	}
	.content #naviText span {
		font-size: 45px; /*0907 River*/	
	}

	/* Index.HTML MQ - END */
}

@media screen and (max-width: 768px ) {
	/* Common Files MQ - START */
	.headerInner {
		width: 90%;
	}

	.content {
		width: 90%;
    	margin-right: 4%;
    	margin-left: auto;
	}
	/* Common Files MQ - END */

	/* Index.HTML MQ - START */

	.headerLogo {
		padding-top: 0px;
	}
	/* Index.HTML MQ - END */


}

@media screen and (max-width: 640px ) {
	/* Common Files MQ - START */
	#menu span {
		margin-left: -20px !important;
	}

	.header {
		padding-top: 0px;
		padding-bottom: 0px;
		z-index: 12;
	}
	#title {
		/* line-height: 60px; */
		font-size: 13px;
		width: 49%;
	}
	#headerLogo {
		display: inline;
		background-size: 100%;
		margin-top: 0px;
		/*line-height: 60px;*/
		background-size: 96px;
	}
	.languageDiv {
		top: 25px;
		width: 60%;
	}
	.languageDiv div {
		width: 70px;
		left: 20px;
	}
	#languageSelect {
		margin-left: 20px;
	}
	.languageDiv ul {
		font-size: 10px;
	}
	#menu {
		display: inline;
		height: 60px;
		line-height: 60px;
		width: 7%; /*lucy 0110*/
		/* position: absolute;
		right: 5%; */
	}
	#menu span {
		position: relative;
		background-size: 100%;
		height: 60px;
		line-height: 60px;
		max-width: 22px;
	}
	.rightMenu {
		width: 300px;
	}
	#rightHeader {
		height: 45px; /*lucy 0110 */
	}
	#rightHeader>div {
		width: 60px;
		height: 45px; /*lucy 0110 */
		background-repeat: no-repeat;
		background-size: 15px;
		background-position: center;
	}
	.searchDiv {
		width: 90%;
	}
	.search {
		position: absolute;
		/*right: 0px; */
		top: -5px;
	}
	.close {
		margin-right: 10px; /*lucy 0110*/
	}
	#toc {
		width: 100%;
	}
	#footerLogo {
		max-width: 125px;
		background-size: 100%;
		bottom: -72px;
		width: 33px;
		height: 38px;
	}
	.footerInner {
		padding-top: 2%;
	}
	#prevBtn {
		width: 32px;
		height: 52px;
		background-size: 32px 52px;
	}
	#nextBtn {
		width: 32px;
		height: 52px;
		background-size: 32px 52px;
	}
	.languageDiv div {
		width: 80px;
	}
	.languageDiv ul {
		font-size: 10px;
	}
	#searchinputbox {

	}
	#searchButton {
		margin-left: -12px;
	}
	table td.left {
		/* width: 25%; */
		text-align: right;
	}
	table td.center {
		width: 50%;
	}
	table td.right {
		/* width: 25%; */
		text-align: center;
	}

	h2 {
		margin-top: 40px;
	}
	.subHeader {
		top: 40px; /*lucy 0110*/
	}
	.fontChangeDiv {
		position: absolute;
	    right: 5%;
    	margin-top: -15px;
		display: block;
	}
	.text .u-vmenu ul li a {
		margin-left: 8%;
		padding-right: 13%;
	}
	.text .u-vmenu ul li a span.Boxed-Num {
		left: -11%;
		width: 0px;
	}
	.text .u-vmenu ul ul li a {
		margin-left: 7.3%;
	}
	.video {
		width: 95%;
	}
	/* table img {
		width: 80% !important;
	} */
	table td p, table td p.Para-Basic-B-Center, table td p.Para-Basic-B {
		_font-size: 14px;
	}
	table td p.Para-Small-L {
		font-size: 12px;
		word-break: break-word; /*lucy*/
	}
	.Table--3col td, .Basic-Table td, .Table--2col td, .Table-Landmark td,
		.Table--4col td, .Table-2row-merge td, .Table--troubleshooting td,
		.Table-specification td, .Table-service-center td {
		border-right: none;
	}


	.Table-Symbol td p, .Table-Symbol td li {
		font-size: 16px;
	}
	p.Placeholder-sub, .content .text>ol ~.Table-pic-Left-sub p.Para-Pic-left,
		.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left, .content .text>ol
	 ~.figure, .content .text>ol+ul, .Para-screen-sub-L {
		margin-left: 0px;
	}
	.Table-PL img {
		/* width: 80px !important; */

	}
	.resultcount p {
		font-size: 16px;
	}
	.Table-specification td p, .Table--3col-Locations td li, p.Para-basic-L-Sub,
		p.Para-basic-L-bullet-Sub, p.Para-basic-L-Sub-Auto, p.Para-basic-L-center,
		li.Para-basic-L-bullet, p.Para-basic-L, li.Para-basic-L-hyp-Sub, li.Para-basic-L-hyp-2Sub,
		li[class^="Para-Num"], .Para-basic-L-bullet-Sub, p.Para-Box-Num, p.Para-Basic-B-Sub,
		td p.Para-basic-L, td li.Para-basic-L-bullet, p.Para-Basic-B, p.Para-Circle-Num-Sub, .Symbol-L p.Para-basic-L-Sub, .Symbol-L li.Para-basic-L-hyp-Sub {
		font-size: 14px; /*lucy 1103*/
		word-break: normal;
	}

		.Table-specification td p, .Table--3col-Locations td li, p.Para-Table-L-Sub,
		p.Para-Table-L-bullet-Sub, p.Para-Table-L-Sub-Auto, p.Para-Table-L-center,
		li.Para-Table-L-bullet, p.Para-Table-L, li.Para-Table-L-hyp-Sub, li.Para-Table-L-hyp-2Sub,
		li.Para-Table-L-bullet-Sub, p.Para-Table-B-Sub,
		td p.Para-Table-L, td li.Para-Table-L-bullet, p.Para-Table-B, p.Para-Table-L-Sub,
		li.Para-Table-L-hyp-Sub {
		font-size: 9px; /*ian 190529*/
		word-break: normal;
	}

		td p.Para-Table-L, td li.Para-Table-L-bullet, p.Para-Table-B,  p.Para-Table-L-Sub, .Symbol-L li.Para-Table-L-hyp-Sub {
		font-size: 9px; /*ian 190529*/
		word-break: normal;
	}

	.Symbol-L p.Para-basic-L-Sub-Auto {
		font-size: 14px;
		margin-left: 20px;
	}

	.big .Table-specification td p, .big .Table--3col-Locations td li, .big p.Para-basic-L-Sub,
		.big p.Para-basic-L-bullet-Sub, .big p.Para-basic-L-Sub-Auto, .big p.Para-basic-L-center,
		.big li.Para-basic-L-bullet, .big p.Para-basic-L, .big li.Para-basic-L-hyp-Sub,
		.big li.Para-basic-L-hyp-2Sub, .big li[class^="Para-Num"], .big .Para-basic-L-bullet-Sub,
		.big p.Para-Box-Num, .big p.Para-Basic-B-Sub, .big td p.Para-basic-L,
		.big td li.Para-basic-L-bullet, .big p.Para-Basic-B, .big p.Para-Circle-Num-Sub,
		.big p.Para-Basic-B-Center, .big .Table--3col-ISO td p
		{
		font-size: 16px ;
	}

		.big .Table-specification td p, .big .Table--3col-Locations td li, .big p.Para-Table-L-Sub,
		.big p.Para-Table-L-bullet-Sub, .big p.Para-Table-L-Sub-Auto, .big p.Para-Table-L-center,
		.big li.Para-Table-L-bullet, .big p.Para-Table-L, .big li.Para-Table-L-hyp-Sub,
		.big li.Para-Table-L-hyp-2Sub, .big li[class^="Para-Num"], .big .Para-Table-L-bullet-Sub,
		.big p.Para-Box-Num, .big p.Para-Table-B-Sub, .big td p.Para-Table-L,
		.big td li.Para-Table-L-bullet, .big p.Para-Table-B, .big p.Para-Circle-Num-Sub,
		.big p.Para-Table-B-Center, .big .Table--3col-ISO td p
		{
		font-size: 9px;
		word-break: normal;  /*ian 190529*/
	}

	p.Para-Table-L-center, p.Para-Table-B-Center { /*ian 190529*/
		font-size: 9px;
		text-align: center;
		word-break: normal;
	}

	.big p.video_para, .big p.video_title, .big .resultItem p {
		font-size: 1.05em;
	}

	h1 {
		font-size: 1.75em;
	}
	.Title-4,
	h2 {
		font-size: 1.3em;
	}

	.Title-3,
	li.Title-3-Start {
		font-size: 1.3em !important;
	}
	
	
	.Heading-3 {
		font-size: 1em;
	}
	.content .text>ol li:BEFORE {
		font-size: 26px;
		/* top: 9px; */
	}

	.subHeader {
		top: 220px;
	}

	/* Common Files MQ - END */
}

@media screen and (max-width: 480px) {
	/* Index.HTML MQ - START */

	.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: 25px !important;
		height: 85%;
	}
	.content #buttonMenu>#buttonMenu_a>div {
		background-size: 50px !important;
	}
	.content #buttonMenu>a {
		height: 120px;
	}
	.content #buttonMenu>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 {
		clear: left;
		width: 93%;
		margin: auto;
		padding-top: 5px;
		padding-left: 20px;
		color: #ffffff;
		font-family: 'LG Smart Light', sans-serif !important;
		font-size: 14px;
	}

	/* Index.HTML MQ - END */

	/* Common Files MQ - START */
	#menu {
		float: right;
		width: 14%; /*lucy 0110*/
		max-width: 55px;
		display: inline;
		height: 45px;
		line-height: 45px;
		background-color: transparent;
	}
	#menu span {
		/* position: relative; */
		background-position: center right;
		background-repeat: no-repeat;
		float: none;
		background-size: 100%;
		height: 50px; /*lucy 0110*/
		width: 22px;
		margin: auto;
		margin-left: -20px !important;
		/* height: 60px;
		line-height: 60px;
		width: 22px;
		margin:auto; */
	}
	.close {
		margin-right: 0px; /*lucy 0110*/
	}
	.languageDiv {
		left: 0;
		/* top: 0px; */
	}
	.languageDiv div {
		/* width: 60px; */
		left: 0px;
	}
	#languageSelect {
		margin-left: 0px;
	}
	.languageDiv ul {
		font-size: 10px;
	}
	.noResult>span {
		width: 200px !important; /*lucy*/
		font-size: 14px; /*lucy*/
	}
	#title {
		font-size: 11px;/*norman 0531*/
	}
	#menu {

	}
	#banner_img>a {
		bottom: 20%;
		height: 9%;
		background-image: url("../image/banner_k3.png");
	}

	#banner_img>a:HOVER {
		background-image: url("../image/banner_red3.png");
	}

	#banner_img>a > div > span {
		font-size: 14px;
		bottom: 15%;
	}

	#banner_img>a:Hover > div > span {
		font-size: 14px;
	}

	.content #naviTextCaption span {
		font-size: 16px;
	}

	/*	.content #naviText span {
		font-size: 26px;
	}*/

	#headerLogo {
		background-size: 96px;
	}

	#headerLogo2 {
		margin-left: 0;
		background-size: 96px;
	}

	.header #searchBar #searchCaption span {
		font-size: 16px;
	}
	/* Common Files MQ - END */
}

@media screen and (max-width: 365px) {
	/* Common Files MQ - START */
	#menu {
		float: right;
		width: 14%; /*lucy 0110*/
		max-width: 60px;
		display: inline;
		height: 45px; /*lucy 0110 */
		line-height: 45px; /*lucy 0110 */
		/* background-color: black; */
	}

	#menu span {
		/* position: relative; */
		/* background-image: url("icon/common/menu_phone_K.png"); */
		background-position: center right;
		background-repeat: no-repeat;
		float: none;
		background-size: 100%;
		height: 45px; /*lucy 0110 */
		width: 22px;
		margin: auto;
		/* height: 60px;
		line-height: 60px;
		width: 22px;
		margin:auto; */
	}

	.languageDiv {
		left: -5px;
	}

	.languageDiv div {
		width: 60px;
	}

	.languageDiv ul {
		font-size: 10px;
	}

	/* Common Files MQ - END */
}


@media (prefers-color-scheme: dark) {
	body{
		background: #cfcece;
		coclor: #343434;
	}
}