/* 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*/
}


/* UPSYS fonts */

@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*/
}




* {
	margin: 0;
	padding: 0;
}

.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 start */
.header_main {
	width: 100%;
	height: 55px; 
	position: absolute;
	background-color: rgba(0, 0, 255, 0);
	z-index: 3;
}

.header {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 30px; 
	background-color: white;
	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;
}

@media (max-width: 768px) {
	.headerInner {
		width: 90%;
	}
	#menu span {
		margin-left: -35px !important;
	}
}
@media (max-width: 560px) {
	#menu span {
		margin-left: -20px !important;
	}
}

.header>.headerInner>* {
	float: left;
}

#headerLogo {
	font-size: 0px;
	color: transparent;
	width: 100%;
	height: 150px;	
	background-image: url("../image/lg-logo256.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 115px; 
}

#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;
}

/* header 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;
}

#rightHeader>div {
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-size: 40%;
	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;
}

#searchBar {
	text-align: center;
	margin-top: 0.3in;
}

#searchBar input {
	border-radius: 35px;
	/*width: 70%;*/
	width: 70%;
	border: none;
	height: 60px;
	padding: 0 40px;
	/*margin-right: 50px;*/
	margin-right: 50px;
	margin-top: 10px;
	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: -250px;
	/*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;
}


@media screen and (max-width: 801px) {
	#headerLogo {
		background-size: 96px;
	}
	.copyright {
		line-height: 15px !important;
		font-size: 11px;
		top: 0px;
	}

	#copyrightPhone {
		display: inline-block;
	}
	#searchLabel {
		width: 13%;
	}
	#searchinputbox {

	}
	.content #naviTextCaption span {
		font-size: 25px;
	}

/*	#headerLogo2 {
		margin-left: 2.5%;
		background-size: 96px;
	}*/

	#btnSearch {
		padding: 8px;
		margin-left: -105px;
	}
	#btnSearch .btn-search {
		margin-right: 0;
	}
	#btnSearch span {
		display: none;
	}
/*	#searchBar input {
		font-size: 12px;
	}*/
}

@media screen and (max-width: 640px) {
	.header_main {
		height: 40px;
		padding-top: 0px;
		padding-bottom: 0px;
		z-index: 12;
	}

	.header {
		height: 40px; 
		padding-top: 0px;
		padding-bottom: 0px;
		z-index: 12;
	}
	#title {		
		font-size: 13px;
		width: 49%;
	}
	#headerLogo {
		display: inline;
		background-size: 100%;
		margin-top: 0px;		
		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%; 
	}
	#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;
	}
}

@media screen and (max-width: 480px) {
	#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;
	}
	.close {
		margin-right: 0px;
	}
	.noResult>span {
		width: 200px !important;
		font-size: 14px;
	}
	#title {
		font-size: 11px;
	}
	#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;
	}

	#headerLogo {
		background-size: 96px;
	}

/*	#headerLogo2 {
		margin-left: 0;
		background-size: 96px;
	}*/

	.header #searchBar #searchCaption span {
		font-size: 16px;
	}

}

@media screen and (max-width: 365px) {
	#menu {
		float: right;
		width: 14%;
		max-width: 60px;
		display: inline;
		height: 45px;
		line-height: 45px;		
	}
	#menu span {
		background-position: center right;
		background-repeat: no-repeat;
		float: none;
		background-size: 100%;
		height: 45px; 
		width: 22px;
		margin: auto;
	}
}
