<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: white;
	width: 100%;
	position: relative;
}

.subHeader {
	position: fixed;
	top: 55px; /*lucy 0104*/
	width: 100%;
	height: 50px;
	background-color: #f6f3f2;
	z-index: 3;
}

.subHeaderInner {
	margin: auto;
	max-width: 1120px;
}

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

#backButton {
	display: block;
	margin-left: 5%;
	padding-top: 20px;
	width: 30px;
	height: 30px;
	background: url("icon/common/menu_move.png");
	background-repeat: no-repeat;
	background-position: left;
}

.chapterTitle {
	margin-left: 10px;
	line-height: 50px;
	/* font-weight: bold; */
	font-size: 18px;
	font-family: "GenesisSansTextKRBold";
	text-transform: capitalize;;
}

.content {
	padding-top: 116px;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.text {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
}

h1 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: "GenesisSansHeadKRRegular";
	/* font-weight: normal; */
}

h2 {
	clear: both;
	margin-top: 50px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666666;
	padding-bottom: 4px;
	font-family: "GenesisSansHeadKRRegular";
	/* 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-weight: bold;
	font-family: "GenesisSansHeadKRRegular";
}

.Basic-Bold {
	font-family: "GenesisSansHeadKRRegular"; /*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;
}

p.Para-Circle-Num-Sub{
	margin-left: 45px; /*lucy*/
}

.content p, li {
	font-family: "GenesisSansTextKRRegular";
	line-height: 1.5em;
}

p.Para-Basic-B-Sub, p.Para-Basic-B, p.Para-Basic-B-Center {
	font-family: "GenesisSansTextKRBold";
	margin-top: 20px;
	font-size: 16px;
}

p.Para-Table-B { /*ian 191212*/
	font-family: "GenesisSansTextKRBold";
	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: "GenesisSansTextKRBold";
	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&gt;ol, .content .text&gt;ul, .content .text table ol, .content .text table ul
	{
	padding-left: 20px;
}

.content .text&gt;ol {
	padding-left: 0px;
}

p.Para-Illust-L {
	text-align: center;
}

p.Para-Illust-L img {
	display: inline-block;
}

p.Placeholder-sub, .content .text&gt;ol ~.Table-pic-Left-sub p.Para-Pic-left,
	.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left, .content .text&gt;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&gt;ul ~.Table-pic-Left-sub img {
	/* margin-left: 20px; */
	
}

.Para-basic-L-bullet-Sub {
	margin-left: 45px;
}

.Table-pic-Left-sub img {
	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: "GenesisSansTextKRBold";
	position: relative;
	/* top: -15px; lucy*/ 
}

.content .text&gt;ol li {
	list-style: none;
	/* text-indent: -20px; */
	margin-left: 45px;
	margin-top: 35px;
}

.content .text&gt;ol li:BEFORE {
	content: attr(value) " ";
	font-size: 36px;
	font-family: "GenesisSansTextKRRegular";
	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: 45px;
}

.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: "GenesisSansTextKRBold";
	margin-left: 25px;
}

span.Boxed-Num {
	/* font-family: upsys_boxednumberregular; */
	font-family: "GenesisSansTextKRBold";
	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&gt;ul&gt;li&gt;a&gt;span.inline-img img {
	-webkit-filter: invert(100%) grayscale(100%);
	filter: invert(100%) grayscale(100%);
}

/* .u-vmenu &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	padding-left: 70px;
}
.u-vmenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	padding-left: 100px;
}
.u-vmenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	padding-left: 135px;
} */
.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: "GenesisSansTextKRBold";
}

.Symbol-L p.Para-basic-L-Sub {
	font-size: 16px; /*lucy 1103*/
}

span.Symbol-upsys2013, span.Symbol-2-Black {
	font-family: "upsys_font_2013basic";
}

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

.Symbol-Black-Table { /* ian 190529 */
	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;
}

.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;
	float: right;
}

.video {
	float: left;
    display: block;
    width: 48%;
    height: auto;
    margin: 0px 10px 30px 10px;
    text-align: center;
}

video {
	font-weight: bold;
    text-align: left;
	margin-top: 10px;
    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
	{
	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 {
	background-color: #e49f81;
	color: white;
	text-align: center;
}

.Trouble-Grey {
	background-color: #e49f81;
	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 {
	border-bottom: 1px solid grey;
	border-right: 10px solid white;
	padding: 10px;
}

.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&gt;td, .Basic-Table tr:FIRST-CHILD&gt;td,
	.Table--2col tr:FIRST-CHILD&gt;td, .Table-Landmark tr:FIRST-CHILD&gt;td,
	.Table--4col tr:FIRST-CHILD&gt;td, .Table-2row-merge tr:FIRST-CHILD&gt;td,
	.Table--troubleshooting tr:FIRST-CHILD&gt;td, .Table-service-center tr:FIRST-CHILD&gt;td,
	.responsive tr:FIRST-CHILD&gt;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: #e49f81;
	color: white;
	vertical-align: middle !important;
	width: 20%;
	text-align: center;
}

.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--2col-Disc {
	border-collapse: collapse;
}

.Table--2col-Disc td {
	border: 1px solid grey;
	padding: 10px;
} 

.Table-PL td:FIRST-CHILD {
	width: 25%;
}

#keyword, #count {
	color: #e49f81;
	font-family: "GenesisSansTextKRMedium";
}

.resultcount p {
	margin: 0px 0 20px 0;
	padding: 0 0 0 20px;
	display: block;
	color: #e49f81;
	font-size: 20px;
}

.noResult {
	font-family: "GenesisSansTextKRBold";
}

.noResult&gt;span {
	display: inline-block;
	width: 300px;
	height: 43px;
	background: url("icon/H/NOTFOUND_H.png");
	background-repeat: no-repeat;
	background-position: 5% 50%;
	padding-left: 80px;
}

.noResult&gt;span&gt;span#searchResultContent3 {
	color: #e49f81;
	display: block;
}

.result_list {
	border-top: 1px solid #dadada;
	font-family: "GenesisSansTextKRRegular";
}

.result_list a {
	text-decoration: none;
	color: #e49f81;
	font-family: "GenesisSansTextKRMedium";
}

.filename {
	padding-top: 20px;
	padding-left: 20px;
	padding-right:20px;
}

.filename p {
	/* font-size: 20px; */
	font-family: "GenesisSansTextKRRegular";	
}

.resulttext p {
	padding: 0px 20px 20px 40px;
	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;
}

a.Hyperlink, .Cross-Reference {
	text-decoration: none; /*lucy*/
	color: black;
	word-wrap:break-word; 
	font-style: italic;
}
/*lucy*/
a:hover {
	text-decoration:underline;
}

.fontChangeDiv {
	display: none;
}

@media screen and (max-width: 1280px) {
	.column {
		/* column-count: 1; */
		
	}
	/* .left, .right {
		width: 100%;
	} */
	.text img {
		/* width: 100%;
		max-width: 500px; */
		
	}
	.subHeader {
		top: 55px;
	}
	#backButton {
		background-size: 16px;
	}
	.chapterTitle {
		margin-left: 0px;
		line-height: 50px;
		font-weight: bold;
		font-size: 16px;
	}
	h1 {
		/* margin-top: 0px; */
		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%;
	}
}

@media screen and (max-width: 640px) {
	h2 {
		margin-top: 40px;
	}
	.subHeader {
		top: 40px;
	}
	.fontChangeDiv {
		position: absolute;
		right: 5%;
		display: block;
		margin-top: -25px;
	}
	.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%;
	}
	/* table img {
		width: 80% !important;
	} */
	table td {
		font-size: 14px;
		padding: 5px !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;
	}
	.responsive, .responsive tr, .responsive tbody {
		display: block;
		width: 100%;
	}
	.responsive tr:FIRST-CHILD td:nth-child(3), .responsive tr:FIRST-CHILD td:nth-child(4),
		.responsive tr:FIRST-CHILD td:nth-child(5), .responsive tr:FIRST-CHILD td:nth-child(6),
		.responsive tr:FIRST-CHILD td:nth-child(7), .responsive tr:FIRST-CHILD td:nth-child(8)
		{
		display: none;
	}
	.responsive td {
		display: inline-block;
		width: 42%;
		height: 30px;
	}
	.responsive td p {
		font-size: 16px;
		text-align: center;
	}
	.Table-Symbol td p, .Table-Symbol td li {
		font-size: 16px;
	}
	p.Placeholder-sub, .content .text&gt;ol ~.Table-pic-Left-sub p.Para-Pic-left,
		.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left, .content .text&gt;ol 
	 ~.figure, .content .text&gt;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*/
		word-break: break-all;
	}

		.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 {
		margin-left: 20px;
		font-size: 14px;
	}

	.Symbol-L p.Para-basic-L-Sub, .Symbol-L li.Para-basic-L-hyp-Sub {
		font-size: 14px;
	}

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

	.big .resultItem p {
		font-size: 1.05em;
	}

	h1 {
		font-size: 1.2em;
		margin-top: 0px;
	}
	h2 {
		font-size: 1.1em;
	}
	.Heading-3 {
		font-size: 1em;
	}
	.content .text&gt;ol li:BEFORE {
		font-size: 26px;
		/* top: 9px; */
	}
	.video {
		width: 95%;
	}
}
/* radio */
img[src="./images/9_ICON_ccIC_XM_RW_fmt.png"] {
	max-width: 20px !important;
	display: block; margin: 0px auto 1px;
	
	max-height: 15px;
}img[src="./images/9_ICON_ccIC_XM_RW_fmt1.png"] {
	max-width: 20px !important;
	display: block; margin: 0px auto 1px;
	
	max-height: 15px;
}
img[src="./images/9_ICON_ccIC_XM_FF_fmt.png"] {
	max-width: 20px !important;
	display: block; margin: 0px auto 1px;
	max-height: 15px;
}
img[src="./images/9_ICON_ccIC_XM_FF_fmt1.png"] {
	max-width: 20px !important;
	display: block; margin: 0px auto 1px;
	max-height: 15px;
}
img[src="./images/9_ICON_ccIC_XM_Resume_fmt.png"] {
	max-width: 15px !important;
	display: block; margin: 0px auto 1px;
	max-height: 15px;
}
img[src="./images/9_ICON_ccIC_XM_Resume_fmt.png"] {
	max-width: 15px !important;
	display: block; margin: 0px auto 1px;
	max-height: 15px;
}
img[src="./images/9_ICON_ccIC_XM_Pause_fmt.png"] {
	max-width: 10px !important;
	display: block; margin: 0px auto 1px;
	max-height: 15px;
}

/* reference */
img[src="./images/15_10207.png"] {
	max-width: 200px !important;
}
img[src="./images/15_12797.png"] {
	max-width: 200px !important;
}
img[src="./images/15_8007.png"] {
	max-width: 200px !important;
}
img[src="./images/15_8724.png"] {
	max-width: 200px !important;
}
img[src="./images/15_10186.png"] {
	max-width: 200px !important;
}
img[src="./images/15_12815.png"] {
	max-width: 200px !important;
}
img[src="./images/15_8024.png"] {
	max-width: 200px !important;
}
img[src="./images/15_8743.png"] {
	max-width: 200px !important;
}</pre></body></html>