@charset "utf-8";
@font-face {
	font-family:JejuGothic;
	src: url('/fonts/JejuGothic.eot'); /* IE9 È£È¯¼º º¸±â */
	src: url('/fonts/JejuGothic.eot?iefix') format('eot'), /* IE6-IE8 */
	url('/fonts/JejuGothic.woff') format('woff'), /* Modern Browsers */
	url('/fonts/JejuGothic.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	font-family:Noto Sans KR;
	src: url('/fonts/NotoSansKr.eot'); /* IE9 È£È¯¼º º¸±â */
	src: url('/fonts/NotoSansKr.eot?iefix') format('eot'), /* IE6-IE8 */
	url('/fonts/NotoSansKr.woff') format('woff'), /* Modern Browsers */
	url('/fonts/NotoSansKr.otf')  format('truetype'); /* Safari, Android, iOS */
}

/* CSS RESET */
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #333;
    text-decoration: none;
	/*vertical-align: baseline;*/
}
table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}
input {
	font-family: "Noto Sans KR", "¸¼Àº °íµñ", "Dotum", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
}
input:focus { outline: none; }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset; /* ¿øÇÏ´Â ¹è°æ»öÀ¸·Î Ã¤¿ò */
    -webkit-text-fill-color: #333; /* ±ÛÀÚ »ö»ó À¯Áö */
    box-shadow: 0 0 0px 1000px white inset; /* Ç¥ÁØ ¼Ó¼º */
    transition: background-color 5000s ease-in-out 0s; /* ¹è°æ»ö º¯°æ Áö¿¬ */
}

textarea:focus { outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1.2; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
* {
    -webkit-tap-highlight-color: transparent !important;
}

/* MARGIN, PADDING */
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt55 { margin-top: 55px; }
.mt60 { margin-top: 60px; }
.mt65 { margin-top: 65px; }
.mt70 { margin-top: 70px; }
.mt75 { margin-top: 75px; }
.mt80 { margin-top: 80px; }
.mt85 { margin-top: 85px; }
.mt90 { margin-top: 90px; }
.mt95 { margin-top: 95px; }
.mt100 { margin-top: 100px; }

.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml55 { margin-left: 55px; }
.ml60 { margin-left: 60px; }
.ml65 { margin-left: 65px; }
.ml70 { margin-left: 70px; }
.ml85 { margin-left: 85px; }
.ml90 { margin-left: 90px; }
.ml95 { margin-left: 95px; }
.ml100 { margin-left: 100px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb65 { margin-bottom: 65px; }
.mb70 { margin-bottom: 70px; }
.mb85 { margin-bottom: 85px; }
.mb90 { margin-bottom: 90px; }
.mb95 { margin-bottom: 95px; }
.mb100 { margin-bottom: 100px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr55 { margin-right: 55px; }
.mr60 { margin-right: 60px; }
.mr65 { margin-right: 65px; }
.mr70 { margin-right: 70px; }
.mr85 { margin-right: 85px; }
.mr90 { margin-right: 90px; }
.mr95 { margin-right: 95px; }
.mr100 { margin-right: 100px; }

.pt5 { padding-top: 5px; }
.pt7 { padding-top: 7px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt55 { padding-top: 55px; }
.pt60 { padding-top: 60px; }
.pt65 { padding-top: 65px; }
.pt70 { padding-top: 70px; }
.pt85 { padding-top: 85px; }
.pt90 { padding-top: 90px; }
.pt95 { padding-top: 95px; }
.pt100 { padding-top: 100px; }

.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr35 { padding-right: 35px; }
.pr40 { padding-right: 40px; }
.pr45 { padding-right: 45px; }
.pr50 { padding-right: 50px; }
.pr55 { padding-right: 55px; }
.pr60 { padding-right: 60px; }
.pr65 { padding-right: 65px; }
.pr70 { padding-right: 70px; }
.pr85 { padding-right: 85px; }
.pr90 { padding-right: 90px; }
.pr95 { padding-right: 95px; }
.pr100 { padding-right: 100px; }

.pb5 { padding-bottom: 5px; }
.pb7 { padding-bottom: 7px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb55 { padding-bottom: 55px; }
.pb60 { padding-bottom: 60px; }
.pb65 { padding-bottom: 65px; }
.pb70 { padding-bottom: 70px; }
.pb85 { padding-bottom: 85px; }
.pb90 { padding-bottom: 90px; }
.pb95 { padding-bottom: 95px; }
.pb100 { padding-bottom: 100px; }

.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }
.pl35 { padding-left: 35px; }
.pl40 { padding-left: 40px; }
.pl45 { padding-left: 45px; }
.pl50 { padding-left: 50px; }
.pl55 { padding-left: 55px; }
.pl60 { padding-left: 60px; }
.pl65 { padding-left: 65px; }
.pl70 { padding-left: 70px; }
.pl85 { padding-left: 85px; }
.pl90 { padding-left: 90px; }
.pl95 { padding-left: 95px; }
.pl100 { padding-left: 100px; }
/* MARGIN, PADDING */

/* TEXT */
.blind {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
/* TEXT */

/* °øÅë ½ºÅ¸ÀÏ */
.button {
	font-family: "Noto Sans KR", "¸¼Àº °íµñ", "Dotum", "Arial", "Helvetica", sans-serif;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}
.f15 { font-size: 15px; }
.f17 { font-size: 17px; }
.f19 { font-size: 19px; }
.f21 { font-size: 21px; }
.f23 { font-size: 23px; }
.f25 { font-size: 25px; }

.buttonBlue { border: 1px solid #023785; background-color: #023785; }

.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }

.blue {	background-color: #17269f; }
/* °øÅë ½ºÅ¸ÀÏ */

.topLink {
	width: 100%;
	text-align: center;
	background-color: #ececec;
}

/*»çÀÌÆ®¸Ê*/
.sitemap_A { color:#0070BA; font-size: 12px; letter-spacing: -1px; font-weight:bold; padding-left:10px; background:url(../images/sitemap_icon1.gif) no-repeat;}
.sitemap_B { color:#525252; font-size: 11px; letter-spacing: -1px; padding-left:10px; background:url(../images/sitemap_icon2.gif) no-repeat;}
.sitemap_C { color:#898989; font-size: 14px; letter-spacing: -1px; padding-left:8px; background:url(../images/sitemap_icon3.gif) no-repeat;}

a.sitemap_LA:link {font-size: 17px; text-decoration:none; color:#ffffff; font-weight:bold;}
a.sitemap_LA:alink {font-size: 17px; text-decoration:none; color:#ffffff; font-weight:bold;}
a.sitemap_LA:visited {font-size: 17px; text-decoration:none; color:#ffffff; font-weight:bold;}
a.sitemap_LA:hover {font-size: 17px; text-decoration:none; color:#FFD200; font-weight:bold;}

a.sitemap_LB:link {font-size: 15px; text-decoration:none; color:#525252;}
a.sitemap_LB:alink {font-size: 15px; text-decoration:none; color:#525252;}
a.sitemap_LB:visited {font-size: 15px; text-decoration:none; color:#525252;}
a.sitemap_LB:hover {font-size: 15px; text-decoration:none; color:#FF7800;}

a:sitemap_LC:link {font-size: 15px; text-decoration:none; color:#898989;}
a:sitemap_LC:alink {font-size: 15px; text-decoration:none; color:#898989;}
a:sitemap_LC:visited {font-size: 15px; text-decoration:none; color:#898989;}
a:sitemap_LC:hover {font-size: 15px; text-decoration:none; color:#898989;}

.bbs1 { color:#3a3a3a; font-size: 15px; font-family:"Noto Sans KR", "¸¼Àº °íµñ", "Dotum", "Arial", "Helvetica", sans-serif; letter-spacing:0; }
.bbs2 { color:#606060; font-size: 15px; font-family:"Noto Sans KR", "Arial", "Gulim", "±¼¸²", "Helvetica"; letter-spacing: -0.1em; font-weight:600;}
.bbs3 { color:#393939; font-size: 15px; font-family:"Noto Sans KR", "¸¼Àº °íµñ", "Dotum", "Arial", "Helvetica", sans-serif; letter-spacing:0; }
.bbs4 { color:#393939; font-size: 13px; font-family:"Noto Sans KR", "¸¼Àº °íµñ", "Dotum", "Arial", "Helvetica", sans-serif; font-weight:600;}



/*
.bbs3 { color:#000000; font-size: 14px; font-family: "¸¼Àº °íµñ"; letter-spacing:0;}
.bbs4 { color:#000000; font-size: 12pt; font-family: "¸¼Àº °íµñ", "Arial", "Gulim", "±¼¸²", "Helvetica"; letter-spacing: -0.01em; font-weight:bold;}
.bbs5 { color:#000000; font-size: 9pt; font-family: "Arial", "Gulim", "±¼¸²", "Helvetica"; letter-spacing: -0.1em; font-weight:bold;}
.bbs6 { color:#959595; font-size: 11px; font-family: "Tahoma";}
.bbs7 { color:#606060; font-size: 9pt; font-family: "Arial", "Tahoma", "Gulim"; letter-spacing: -0.1em;}
.bbs8 { color:#888888; font-size: 9pt; font-family: "Arial", "Gulim", "±¼¸²", "Helvetica"; letter-spacing: -0.1em; font-weight:bold;}
.bbs11 { color:#888888; font-size: 15px; font-family: "¸¼Àº °íµñ", "Arial", "Gulim"; letter-spacing:0; }
.bbs12 { color:#353535; font-size: 16px; font-family: "JejuGothic", "Arial", "Gulim"; letter-spacing:0; }
.bbs13 { color:#353535; font-size: 15px; font-family: "JejuGothic", "Arial", "Gulim"; letter-spacing:0; }
*/

.bcolor0 {background-color:#898989;}	/*list line 1*/
.bcolor1 {background-color:#eaeaea;}	/*list line 2*/

.submenu { color:#4C4C4C; letter-spacing: -0.1em; font-family: "Noto Sans KR", "¸¼Àº °íµñ", "Nanum Gothic","Dotum", "µ¸¿ò", "Arial", "Helvetica", sans-serif; font-size: 15px;}