@font-face {
	font-family: "KiaB";
	src: url("font/KiaB.woff");
}

@font-face {
	font-family: "KiaL";
	src: url("font/KiaL.woff");
}

@font-face {
	font-family: "KiaM";
	src: url("font/KiaM.woff");
}

@font-face {
	font-family: 'upsys_circlednumberregular';
	src: url('font/upsys_circlednumber-webfont.woff2') format('woff2'),
		url('font/upsys_circlednumber-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'upsys_commonregular';
	src: url('font/upsys_common-webfont.woff2') format('woff2'),
		url('font/upsys_common-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@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-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'upsys_boxednumberregular';
	src: url('font/upsys-boxednumber-webfont.woff2') format('woff2'),
		url('font/upsys-boxednumber-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Upsys_vs_common1-Regular';
	src: url('font/Upsys_vs_common1-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Upsys_vs_common2-Regular';
	src: url('font/Upsys_vs_common2-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MTR_KR';
	src: url('font/MTR_KR.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MTR_KB';
	src: url('font/MTR_KB.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


* {
	margin: 0;
	padding: 0;
}

.keyword, .highlight {
	font-family: "KiaB";
	color: #bc162c;
}

.upsys_commonregular {
	font-family: "upsys_commonregular";
}

/* header start */
.header_main {
	width: 100%;
	/* padding-top: 25px; */
	/* padding-left: 5%; */
	height: 55px; /*lucy 0110*/
	position: absolute;
	background-color: #262626;
	z-index: 3;
	/*border-bottom: 4px solid #bc162c;*/
}

.header {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	/* padding-top: 25px; */
	/* padding-left: 5%; */
	height: 30px; /*lucy 0110*/
	background-color: white;
	position: fixed;
	z-index: 3;
	border-bottom: 4px solid #bc162c;
}

.headerInner {
	margin: auto;
	max-width: 1120px;
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.header>.headerInner>* {
	float: right;
}

#headerLogo {
	font-size: 0px;
	color: transparent;
	width: 18%;
	height: 55px;
	margin-right: 6%;
	background-image: url("icon/K/Logo_K.png");
	background-repeat: no-repeat;
	background-position: right;
	/* margin-top: -15px; */
	background-size: 65px; /*ian 0110*/
}

#headerLogo2 {
	font-size: 0px;
	color: transparent;
	width: 18%;
	height: 55px;
	margin-right: 6%;
	background-image: url("icon/K/Logo_K_sub.png");
	background-repeat: no-repeat;
	background-position: right;
	/* margin-top: -15px; */
	background-size: 50px; /*lucy 0110*/
}

#title {
	width: 50%;
	text-align: center;
	font-family: "KiaM";
	font-size: 20px;/*norman 0531*/
	overflow: hidden;
}

#menu {
	font-size: 0px;
	color: transparent;
	width: 10%;
	height: 24px;
}

#menu span {
	float: left;
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("icon/common/menu.png");
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
}

.languageDiv {
	width: 10%;
	font-family: "KiaB";
	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: 5px;
	left: -40px;
	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/K/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;
}

/* header end */

/* content start */

/* content end */

/* footer start */
.footer {
	position: relative;
	top: 25px;
	clear: both;	
	width: 100%;
	height: 100px;	
	/* background-color: white; */
	background-color: #3b3b3b;
}

.footerInner {
	position: relative;
	margin: auto;
	width: 100%;
	padding-top: 5px;
	max-width: 1120px;
}

#footerBottom {
	width: 100%;
	height: 43px;
	background-color: white;
}

#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: "KiaL";
	position: relative;
    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 */
	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 */
	background-image: url("icon/common/btn_main_right.png");
	background-size: 52px 72px; /*lucy 0110*/
	width: 52px;
	height: 72px; /*lucy 0110*/
	margin: auto;
	opacity: 0.6;
}

#nextBtn {
	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 */
	margin: auto;
	background-image: url("icon/common/btn_main_left.png");
	background-size: 52px 72px; /*lucy 0110*/
	width: 52px;
	height: 72px; /*lucy 0110*/
	opacity: 0.6;
}

#myBtn:hover {
	/* background-color: #555; Add a dark-grey background on hover */
	
}

/* footer end */

/* right menu start */
.rightMenu {
	/* 
	*/
	display: none;
	position: fixed;
	top: 0px;
	left: 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 {
	float: right;
	background-image: url("icon/common/search.png");
	margin-right: 10px; /*lucy 0110*/
}

.searchDiv {
	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 {
	display: inline-block;
	position: relative;
	left: 3%;
	text-align: center;
	font-family: "KiaM";
}

#searchinputbox {
	height: 38px;
	width: 85%;
	line-height: 38px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: none;
	padding-left: 10px;
	position: relative;
	left: 3%;
	margin-left: 20px;
}

#searchinputbox:focus {
	outline: none;
}

#searchButton {
	display: inline-block;
	background-color: white;
	background-image: url("icon/K/search_icon(기아).png");
	width: 40px;
	height: 36px;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center left;
	position: absolute;
	right: 3%;
	top: 20px;
	border: 1px solid #cccccc;
	border-left: none;
} */
#searchLabel {
	font-family: "KiaM";
}

#searchinputbox {
	height: 38px;
	width: 100%;
	line-height: 38px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	padding-right: 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; right;
	border: 1px solid #cccccc;
	border-right: none;
	margin-right: -2px;
}

table td.left {
	width: 10%;
	text-align: left;
	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: left;
	background-image: url("icon/common/menu_close.png");
	margin-left: 12px; /*lucy 0110*/
}

#toc {
	font-family: "KiaM";
	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;
	right: 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;
	right: 5%;
	font-family: "KiaB";
	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;
	right: 1px;
}

.fontChangeButton {
	padding: 3px; /*lucy 0110*/
}

@media screen and (max-width: 800px) {
	#headerLogo {
		width: 8%;
		background-size: 60px;
	}
	.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 {
		width: 100px;
		right: -40px;
	}
	#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");
	}
}

@media screen and (max-width: 640px) {
	.header_main {
		height: 40px; /*lucy 0110*/
		padding-top: 0px;
		padding-bottom: 0px;
		z-index: 12;
	}
	
	.header {
		height: 40px; /*lucy 0110*/
		padding-top: 0px;
		padding-bottom: 0px;
		z-index: 12;
	}
	#title {
		/* line-height: 60px; */
		font-size: 13px;
		width: 49%;
	}
	#headerLogo {
		background-size: 100%;
		margin-right: 20px;
		width: 14%;
		line-height: 60px;
		background-size: 50px;
	}
	.languageDiv {
		top: 25px;
		width: 20%;
	}
	.languageDiv div {
		width: 70px;
		right: 20px;
	}
	#languageSelect {
		margin-right: 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: 80%;
	}
	#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: 45px; /*lucy 0110 */
		top: 0px;
	}
	.close {
		margin-left: 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-right: -12px;
	}
	table td.left {
		/* width: 25%; */
		text-align: left;
	}
	table td.center {
		width: 50%;
	}
	table td.right {
		/* width: 25%; */
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	#menu {
		float: left;
		width: 14%; /*lucy 0110*/
		max-width: 55px;
		display: inline;
		height: 45px;
		line-height: 45px;
		background-color: #transparent;
	}
	#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: 50px; /*lucy 0110*/
		width: 22px;
		margin: auto;
		/* height: 60px;
		line-height: 60px;
		width: 22px;
		margin:auto; */
	}
	.close {
		margin-left: 0px; /*lucy 0110*/
	}
	.languageDiv {
		right: 0;
		/* top: 0px; */
	}
	.languageDiv div {
		width: 80px;
		top: 8px;
		right: -5px;
	}
	#languageSelect {
		margin-right: 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;
	}

}

@media screen and (max-width: 365px) {
	#menu {
		float: left;
		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 {
		right: -5px;
	}
	.languageDiv div {
		width: 60px;
	}
	.languageDiv ul {
		font-size: 10px;
	}
}