<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@font-face{
	font-family: 'kiaL';
	font-weight:normal;
	font-style:normal;
	src:url('/fonts/KiaL.eot');
	src:url('/fonts/KiaL.eot?#iefix') format('embedded-opentype'),
	url('/fonts/KiaL.woff') format('woff'),
	url('/fonts/KiaL.ttf') format('truetype');
}
@font-face{
	font-family: 'kiaM';
	font-weight:normal;
	font-style:normal;
	src:url('/fonts/KiaM.eot');
	src:url('/fonts/KiaM.eot?#iefix') format('embedded-opentype'),
	url('/fonts/KiaM.woff') format('woff'),
	url('/fonts/KiaM.ttf') format('truetype');
}
@font-face{
	font-family: 'kiaB';
	font-weight:normal;
	font-style:normal;
	src:url('/fonts/KiaB.eot');
	src:url('/fonts/KiaB.eot?#iefix') format('embedded-opentype'),
	url('/fonts/KiaB.woff') format('woff'),
	url('/fonts/KiaB.ttf') format('truetype');
}

* {
	margin: 0;
	padding: 0;	
}

body {
	width: 480px;
	font-family: 'kiaM', 'ë‹ì›€', sans-serif;
	font-size: 16px;
	color: #141414;
	line-height: inherit;
	word-break: keep-all;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a {
	color: #141414;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, span, ul, ol, dl, dt, dd, table, th, td, form, fieldset, input, textarea, button, select, div, a {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

input, input:focus,
select, select:focus {
	outline: none;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	text-decoration: none;
}

button {
	cursor: pointer;
}

img {
	max-width: 100%;
	vertical-align: top;
}

table {
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}


/* IE10 ì´ìƒì„ ìœ„í•œ css */
input::placeholder,
textarea::placeholder {
	font-family: "kiaM";
	color: #b6b6b6;
	opacity: 1; /* íŒŒì´ì–´í­ìŠ¤ì—ì„œ ë¿Œì˜‡ê²Œ ë‚˜ì˜¤ëŠ” í˜„ìƒì„ ë°©ì§€í•˜ê¸° ìœ„í•œ css */
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: "kiaM";
	color: #b6b6b6;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family: "kiaM";
	color: #b6b6b6;
}

/* Firefox */
input:-mos-input-placeholder {
	color: #b6b6b6;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	/* WebKit browsers */ color:transparent; } 

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */ color:transparent;
} 

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	/* Mozilla Firefox 19+ */ color:transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color:transparent;
}

/* IE9 ì´í•˜ë¥¼ ìœ„í•œ css */
.placeholder {
  color: #ddd;
}

/* grid */
.section {
	position: relative;
	padding: 50px 0;
}

.container {
	position: relative;
	width: 100% !important;
	margin: 0 auto;
	padding: 0 20px !important;
}

/* title */
.title_box h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.title_box h1::after {
	content: "";
	display: block;
	width: 52px;
	height: 2px;
	border-bottom: 2px solid #bb162b;
	margin: 0 auto;
	padding-top: 10px;
}

.title_box p {
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	padding-bottom: 50px;
}

/* gradient title */
.title_bg_box {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#475274+13,070707+100 */
	background: #475274; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #475274 13%, #070707 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #475274 13%,#070707 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #475274 13%,#070707 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475274', endColorstr='#070707',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 45px 0;
}

.title_bg_box h1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;
}

.title_bg_box h1::after {
	content: "";
	display: block;
	width: 52px;
	height: 2px;
	border-bottom: 2px solid #bb162b;
	margin: 0 auto;
	padding-top: 10px;
}

.title_bg_box p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	color: #fff;
	text-align: center;
}



/* button */
.btn {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	vertical-align: middle;
	text-align: center;
	background: inherit;
	cursor: pointer;
	padding: 0;
}

.btn_primary {
	color: #fff;
	background-color: #bb162b;
	border: 1px solid #bb162b;
}

.btn_top {
	color: #7e8083;
	background: none;
	border: 1px solid #7e8083;
	margin-top: 40px;
}

.btn_gray {
	color: #fff;
	background-color: #7e8083;
	border: 1px solid #7e8083;
}

.btn_small {
	display: inline-block;
	position: relative;
	height: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background-color: #aeaeae;
	border-radius: 30px;
	padding: 0px 15px;
}

.btn_small.btn_primary {
	color: #fff;
	background-color: #bb162b;
	text-indent: 0;
}


/* table */
table.kia_table {
	width: 100%;
	border-top: 2px solid #7e8083;
}

table.kia_table thead tr th {
	font-size: 16px;
	font-weight: 100;
	padding: 15px 0;
	background-color: #f1f1f1;
	text-align: center;
	border-right: 1px solid #e4e5e6;
}

table.kia_table thead tr th:last-child {
	border-right: none;
}

table.kia_table tbody tr td {
	font-family: "KiaL";
	font-size: 15px;
	color: #141414;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #e4e5e6;
	border-right: 1px solid #e4e5e6;
}


table.kia_table tbody tr td:last-child {
	border-right: none;
}


/* Tab menu */
.tab_menu {
	width: 100%;
	height: 45px;
	background: #fff;
	text-align: center;
	border: 1px solid #d2d2d2;	
	border-radius: 30px;
	margin-bottom: 30px;	
}
.tab_menu li {
	position: relative;
    top: -1px;
	float: left;
	width: 20%;
	height: 45px;
	line-height: 45px;
}

.tab_menu li a {
    display: block;
	height: 45px;
    color: #141414;
    font-size: 14px;
    text-align: center;
}

.tab_menu li a.selected {  /*í˜„ìž¬ ì„&nbsp;íƒëœ íƒ­ë©”ë‰´*/
    color: #fff;
	background: #bb162b;
	border-left: none;
	border-right: none;
	border-radius: 30px;
}

/*.tab_menu li.selected::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 10px solid #bb162b;
	border-bottom: none;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}*/



/* footer */
footer {	
	width: 100%;
	padding: 40px 0;
	margin: 0;
	background-color: #222222;
	clear: both;
}

footer .ft_info {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #c4c6c8;
	text-align: center;
}

footer .ft_info a {
	color: #c4c6c8;
}
</pre></body></html>