<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "GenesisSansHeadKRBold";
	src: url("font/GenesisSansHeadKRRegular.woff");
	font-weight: "bold";
}

@font-face {
	font-family: "GenesisSansHeadKRLight";
	src: url("font/GenesisSansHeadKRLight.woff");
}

@font-face {
	font-family: "GenesisSansHeadKRMedium";
	src: url("font/GenesisSansHeadKRLight.woff");
	font-weight: "bold";
}

@font-face {
	font-family: "GenesisSansHeadKRRegular";
	src: url("font/GenesisSansHeadKRRegular.woff");
}

@font-face {
	font-family: "GenesisSansTextKRBold";
	src: url("font/GenesisSansTextKRBold.woff");
}

@font-face {
	font-family: "GenesisSansTextKRMedium";
	src: url("font/GenesisSansTextKRMedium.woff");
}

@font-face {
	font-family: "GenesisSansTextKRRegular";
	src: url("font/GenesisSansTextKRRegular.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;
}

* {
	margin: 0;
	padding: 0;
}

html {
	/* background-color: black; */
	width: 100%;
}

.keyword, .highlight {
	/* background-color: yellow;
	color: black;
	font-weight: bold;
	font-family: "HyundaiSansHeadKRBold"; */
	color: #e49f81;
	font-family: "GenesisSansTextKRBold";
}

.upsys_commonregular {
	font-family: "upsys_commonregular";
}

/* header start */
.header_main {
	width: 100%;
	/* padding-left: 5%; */
	height: 55px; /*jay 1102*/
	background-color: rgba(0, 0, 255, 0);
	position: absolute;
	z-index: 3;
}

.header {
	width: 100%;
	/* padding-left: 5%; */
	height: 55px; /*lucy 0104*/
	background-color: black;
	position: fixed;
	z-index: 3;
}

.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;
}

.headerInner&gt;* {
	float: left;
}

#headerLogo {
	/* font-size: 0px; */
	width: 10%;
	margin-left: 5%;
	background-image: url("icon/H/Logo_H_v2.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100%;
	line-height: 75px;
	text-decoration: none;
	color: transparent;
}

#title {
	font-family: "GenesisSansTextKRMedium";
	width: 65%;
	text-align: center;
	/*font-weight: bold; */
	/* line-height: 75px; */
	font-size: 22px;
	color: white;
	overflow: hidden;
	/* text-overflow: ellipsis;
	white-space: nowrap; */

	/* display: inline-block; */
}

#menu {
	font-size: 0px;
	width: 5%;
	line-height: 75px;
	height: 75px;
	color: transparent;
}

#menu span {
	float: right;
	width: 30px;
	height: 75px;
	background-image: url("icon/common/menu.png");
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
}
/*
#banner_img&gt;a {
	left: 2%;
    bottom: 7%;
    background-image: url(../image/banner_h1.png);
    background-size: 100% 100%;
    position: absolute;
    width: 96%;
    height: 8%;
    background-repeat: no-repeat;
    display: block;
}

#banner_img&gt;a:Hover {
	background-image: url(../image/banner_brown1.png);
}

#banner_img&gt;a &gt; div &gt; span {
	font-size: 16px;
	position: absolute;
	bottom: 30%;
	left: 47%;
	font-family: GenesisSansTextKRBold;
	color: #ffffff;
}

#banner_img&gt;a:Hover &gt; div &gt; span {
	color: #ffffff !important;
}
*/
.languageDiv {
	width: 10%;
	font-family: "GenesisSansHeadKRRegular";
	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: -20px;
	font-size: 0px;
	background: url("icon/common/lang.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 20px;
}

.languageDiv ul {
	font-size: 13px;
}

.languageDiv .active {
	background: url("icon/H/lang_active.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

#languageSelect {
	display: none;
	color: #e49f81;
	list-style: none;
	background: white;
	position: absolute;
	margin-left: -20px;
}

#languageSelect li {
	padding-left: 10px;
	padding-right: 10px;
	height: 23px;
}

#languageSelect li a {
	color: #e49f81;
	position: relative;
	top: 5px;
}

#languageSelect li a {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	color: #e49f81;
	position: relative;
}

#languageSelect li.selected, #languageSelect li:hover {
	background-color: #e49f81;
}

#languageSelect li.selected a, #languageSelect li:hover a {
	color: #fff;
}

/* header end */

/* content start */

/* content end */

/* footer start */
.footer {
	position: relative;
	top: 25px;
	clear: both;
	background-color: #1e1e1e;
	width: 100%;
	height: 100px;
}

.footerInner {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1120px;
}

.footerInner&gt;div {
	line-height: 60px;
}

#footerLogo {
	/* float: left; */
	width: 10%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	background-image: url("icon/H/Logo_H_v2.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.copyright {
	font-family: "GenesisSansTextKRRegular";
	width: 85%;
	display: inline;
	position: relative;
	color: white;
	text-align: center;
	top: -20px;
}

#copyrightPc {
	display: inline-block;
	width: 100%;
}

#copyrightPcSpan {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	font-size: 18px;
}

#copyrightPhone {
	display: none;
	line-height: normal;
	vertical-align: middle;
	font-size: 12px;
}

#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: 10px; /* Rounded corners */
	background-image: url("icon/H/go to top.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 60px;
	height: 56px;
	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: 100%; 52px 72px;
	width: 52px;
	height: 54px;
	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: 0px auto;
	background-image: url("icon/common/btn_main_right.png");
	background-size: 100%; 52px 72px;
	width: 52px;
	height: 54px;
	margin: auto;
	opacity: 0.6;
	cursor: pointer;
}

/* 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 0104*/
}

#rightHeader&gt;div {
	width: 75px;
	height: 75px;
	background-repeat: no-repeat;
	background-size: 29%;
	background-position: center;
}

.search {
	float: left;
	background-image: url("icon/common/search.png");
	margin-top: -10px; /*lucy 0104*/
}

.searchDiv {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	border-bottom: #f2e7da 1px solid;
	background-color: #f2e7da;
	/* width: 90%; */
}

/* #searchLabel {
	display: inline-block;
	position: relative;
	left: 3%;
	
	text-align: center;
	font-family: "HyundaiSansTextKRMedium";
}

#searchinputbox {
	position: relative;
	left: 3%;
	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;
	margin-left: 20px;
}

#searchinputbox:focus {
	outline: none;
}

#searchButton {
	display: inline-block;
	background-color: white;
	background-image: url("icon/H/search_H.png");
	width: 40px;
	height: 38px;
	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: "GenesisSansTextKRMedium";
}

#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/H/search_H.png");
	width: 40px;
	height: 38px;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center left;
	border: 1px solid #cccccc;
	border-left: none;
	margin-left: 9px;
}

table td.left {
	width: 10%;
	text-align: center;
	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-top: -10px; /*lucy 0104*/
}

#toc {
	font-family: "GenesisSansTextKRRegular";
	height: 90%;
	overflow: auto;
	width: 100%;
	text-transform: capitalize; /*ian 19-05-22*/
}

#toc a.topTree {
	color: black;
	text-transform: capitalize; /*ian 19-05-22*/
}

#toc li a.selected {
	color: #e49f81;
}

/* 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: -20px;
	left: 5%;
	font-family: "GenesisSansHeadKRRegular";
	cursor: pointer;
	line-height: 30px;
}

.languageDivPhone div {
	font-size: 0px;
	background: url("icon/H/lang_active_phone.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 80px;
	height: 20px;
}

.languageDivPhone ul {
	font-size: 12px;
}

.languageDivPhone .active {
	background: url("icon/H/lang_active.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.languageDivPhone #languageSelect {
	bottom: 30px;
	left: 1px;
}

.fontChangeButton {
	padding: 3px;
}

/* a.topTree {
	color: black !important;
} */

/* width &lt; 1280px */
@media screen and (max-width: 1280px) {
	#headerLogo {
		background: url("icon/H/Logo_H_v2.png");
		background-repeat: no-repeat;
		background-position: left;
		background-size: 100%;
	}
}

@media screen and (max-width: 800px) {
	#searchinputbox {
		left: 0;
	}
	.languageDiv {
		/* display: none; */
		
	}
	.languageDivPhone {
		/* display: block; */
		
	}
	.languageDiv div {
		width: 120%;
		left: -45px;
	}
	#languageSelect {
		margin-left: -40px;
	}
	#banner_img&gt;a {
		background-image: url("../image/banner_h2.png");
	}
	#banner_img&gt;a:Hover {
		background-image: url("../image/banner_brown2.png");
	}
}

@media screen and (max-width: 640px) {
	.header_main {
		z-index: 12; /*jay*/
	}
	.header_main {
		height: 40px;  /*jay*/
		padding-top: 0px;  /*jay*/
	}
	.header {
		z-index: 12;
	}
	.header {
		height: 40px;
		padding-top: 0px;
	}
	#title {
		/* height: 60px; */
		font-size: 16px;
		width: 49%;
	}
	#headerLogo {
		display: inline;
		background-size: 90%;
		margin-top: 0px;
		line-height: 60px;
		width: 15%;
	}
	.languageDiv {
		top: 25px;
		width: 20%;
	}
	.languageDiv div {
		width: 90%;
		left: -15px;
	}
	#languageSelect {
		margin-left: -10px;
	}
	.languageDiv ul {
		font-size: 12px;
	}
	#menu {
		display: inline;
		height: 60px;
		line-height: 60px;
		position: static;
		right: 5%;
	}
	#menu span {
		position: relative;
		background-size: 100%;
		height: 60px;
		line-height: 60px;
		max-width: 22px;
	}
	.rightMenu {
		width: 80%;
	}
	#rightHeader {
		height: 40px;
	}
	#rightHeader&gt;div {
		width: 60px;
		height: 60px;
		background-repeat: no-repeat;
		background-size: 15px;
		background-position: center;
	}
	.search {
		position: absolute;
		right: 38px;
		top: 0px;
	}
	.searchDiv {
		width: 90%;
	}
	#toc {
		width: 100%;
	}
	.copyright {
		line-height: 15px !important;
		font-size: 11px;
		top: 35px;
	}
	#copyrightPc {
		display: none;
	}
	#copyrightPhone {
		display: inline-block;
		vertical-align: middle;
		margin-top: -75px;
		left: 10%;
	}
	#footerLogo {
		width: 15% !important;
	}
	#prevBtn {
		width: 32px;
		height: 32px;
		background-size: 100%; 52px 72px;
	}
	#nextBtn {
		width: 32px;
		height: 32px;
		background-size: 100%; 52px 72px;
	}
	#searchinputbox {
		
	}
	#searchButton {
		margin-left: -1px;
	}
	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) {
	.languageDiv {
		left: 0;
		/* top: 0px; */
	}
	.languageDiv div {
		width: 100%;
		left: 15px;
	}
	#languageSelect {
		margin-left: 20px;
	}
	.languageDiv ul {
		font-size: 10px;
	}
	.noResult&gt;span {
		width: 200px !important;
		font-size: 14px; /*lucy*/
	}
	#title {
		font-size: 13px;
		width: 40%;
	} 
	#menu {
		position: absolute;
	}
	#banner_img&gt;a {
		bottom: 20%;
		height: 9%;
		background-image: url(../image/banner_h3.png);
	}
	#banner_img&gt;a:HOVER {
		background-image: url(../image/banner_brown3.png);
	}

	#banner_img&gt;a &gt; div &gt; span {
		font-size: 14px;
		bottom: 15%;
	}

	#banner_img&gt;a:Hover &gt; div &gt; span {
		font-size: 14px;
	}
}

@media screen and (max-width: 350px) {
	#searchinputbox {
		
	}
}</pre></body></html>