@charset "utf-8";

body {
	font-size: 15px; /* 기본폰트 사이즈 */
	line-height: 140%; /* 행간 */
	color: #222;  /* 폰트 컬러 */
	margin: 0;
	padding: 0;
	font-family: "helvetica";
}
a:link				{ color: #222; text-decoration: none; }
a:hover			{ color: #222; text-decoration: none; }
a:visited			{ color: #222; text-decoration: none; }
a:active			{ color: #222; text-decoration: none; }
*					{ margin: 0; padding: 0; }
ul, ol, li			{ list-style: none; }
img, input.type-image	{ border: none; }
select				{ font-size: 1.0em; font-family: Dotum, "helvetica", sans-serif; }
table				{ width: 100%; border-collapse: collapse; }
caption			{ visibility: hidden; width: 0; height: 0; font-size: 0; line-height: 0; overflow:hidden; }
textarea			{ border: 1px solid #c9c9c9; font-family: "helvetica", sans-serif; }
input.type-text	{ height: 15px; padding: 2px 2px 0; font-size: 1.0em; font-family: Dotum, "helvetica", sans-serif; border: 1px solid #d5d5d5; }
input.type-file	{ height: 18px; padding: 2px 2px 0; font-size: 1.0em; font-family: Dotum, "helvetica", sans-serif; border: 1px solid #d5d5d5; }

div.pop_wrap {
	padding: 0 10px;
	background: url("/_res/gtck/eng/img/en/pop_head_bg.gif") repeat-x 50% 0;
}
div.pop_head {
	padding: 23px 113px 0 126px;
	height: 77px;
	position: relative;
}
div.pop_head h1 {
	position: absolute;
	left: 0px;
	top: -20px;
}
div.pop_head h2 {
	color: #fff;
	font-size: 20px;
	    margin: auto;
}
div.pop_head span {
	position: absolute;
	right: 10px;
	top: 20px;
}
div.bus_table {
	overflow: hidden;
	border-top: 2px solid #09b89d;
}
div.bus_table table {
	margin: 0 0 0 -1px;
}
div.bus_table th {
	padding: 4px 8px;
	font-weight: normal;
	font-size: 12px;
	background: #ecf8f8;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
div.bus_table td {
	padding: 4px 8px;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}