@charset "utf-8";

/* CSS Document */

/* 기본 */
table {
	word-wrap:break-word; 
	break-word:break-all;
	border-collapse : collapse; 
}

td {
	font-family: Tahoma, Arial, sans-serif, serif; 
	font-size: 12px; 
	color: #000000; 
	line-height:18px;
}

img { border: 0; }

a:link		{text-decoration: none ; color: #333333;}
a:visited	{text-decoration: none ; color: #333333;}
a:active	{text-decoration: none ; color: #006699;}
a:hover		{text-decoration: none ; color: #006699;}





/*//////////////////////////////////////////////////////////////////////
//
//		Layout Style
//
//////////////////////////////////////////////////////////////////////*/

.alignCenter {	
	text-align: center;
}
.bodyLayout {
	width: 940px;
	margin: 0 auto;
}
/** top Menu **/

/** Footer **/
.bodyLayout td.footerLayout {
	border-top: 1px solid #CCC;
	padding: 20px 0;
}
/** Content **/
.bodyLayout td.contentLayout {
	padding-top: 15px;
	padding-bottom: 50px;
}

/*// Main ////////////////////////////////**/

.mainNotice {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mainNotice li {
	font-size: 12px;
	margin: 0;
	padding: 3px 0 2px 10px;
	border-bottom: 1px solid #CCC;
	background: url(/eng/images/common/icon_arrow.gif) no-repeat 0 13px;	
}
.mainNotice li span {
	float: right;
	color: #5182B1;
	font-size: 10px;
	padding-top: 5px;
}

/*// Subpage ////////////////////////////**/
h3.subContentTitle {
	margin-top: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	text-align: left;
}
.subLocation {
	float:right;
	font-size: 10px; 
	text-align:right; 
	color:#777;
	font-weight: normal;
	padding: 0 0 0 15px;
	margin-top: 10px;
	background: url(/eng/images/common/icon_boxarrow.gif) no-repeat 0 6px;
}

.sitemap {
	width: 180px;
	float: left;
	margin: 0 30px 40px 0;
	padding: 0;
	list-style-type: none;
}
.sitemap li {
	margin: 2px 0;
	padding: 2px 0 1px 0;
	padding-left: 10px;
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	text-align: left;
}
.sitemap li.firstLi {
	background: #6b8aa6;	
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 4px 0 2px 0;
	border-bottom: 2px solid #cce6f3;
	margin-bottom: 5px;
}

/**Write & View**/
.writeTBL {
	border-top: 2px solid #13518a;
}
.writeTBL caption {
	text-align: left;
	color: #13518a;
	background: url(/eng/images/common/icon_boxarrow.gif) no-repeat 0 6px;
	padding: 0 0 5px 15px;
	font-weight: bold;
}

.writeTBL th {
	background: #F5F5F5;
	padding: 4px 0 2px 15px;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	text-align: left;
}
.writeTBL td {
	padding: 4px 0 2px 15px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
}


.writeTBL2 {
	border-top: 2px solid #13518a;
}
.writeTBL2 caption {
	text-align: left;
	color: #13518a;
	background: url(/eng/images/common/icon_boxarrow.gif) no-repeat 0 6px;
	padding: 0 0 5px 15px;
	font-weight: bold;
}

.writeTBL2 th {
	background: #F5F5F5;
	padding: 4px 0 2px 15px;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}
.writeTBL2 td {
	padding: 4px 0 2px 15px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}


.listTBL {
	border-top: 2px solid #13518a;
}
.listTBL caption {
	text-align: left;
	color: #13518a;
	background: url(/eng/images/common/icon_boxarrow.gif) no-repeat 0 6px;
	padding: 0 0 5px 15px;
	font-weight: bold;
}
.listTBL th {
	background: #F5F5F5;
	padding: 4px 0 2px 0;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-weight: normal;
}
.listTBL td {
	padding: 4px 0 2px 0;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.listTBL th.BrLeftNone {
	border-left: none;
}
.listTBL td.BrLeftNone {
	border-left: none;
	text-align: left;
	padding-left: 10px;
}

.history {
	text-align:left;
	color:#454545;
	vertical-align:top;
	padding:0 0 6px 0;
}
.Certificates {
	text-align:left;
	vertical-align:top;
	padding-left:4px;
}



/*// Product ////////////////////////////**/
.productTBL td {
	text-align: left;
}
.productTitle {
	color: #13518a;
	background: url(/eng/images/common/icon_boxarrow.gif) no-repeat 0 6px;
	padding: 0 0 0 15px;
	margin: 0;
	font-weight: bold;
}

.productDetail {
	margin: 0;
	padding: 0;
}
.productDetail dt {
	color: #13518a;
	background: url(/eng/images/common/icon_boxarrow.gif) no-repeat 0 6px;
	padding: 0 0 0 15px;
	margin: 0;
	font-weight: bold;
}
.productDetail dd {
	background: url(/eng/images/common/icon_arrow.gif) no-repeat 0 6px;
	padding: 0 0 0 8px;
	margin: 0 0 4px 15px;
	line-height: 120%;
	text-align: justify;
}