
@charset "UTF-8";

/* 나눔고딕 */
@font-face {
	font-family:'Nanum';
	font-style:normal;
	font-weight:400;
	src:url(fonts/NanumGothic-Regular.eot);
	src:url(fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
	url(fonts/NanumGothic-Regular.woff2) format('woff2'),
	url(fonts/NanumGothic-Regular.woff) format('woff'),
	url(fonts/NanumGothic-Regular.ttf) format('truetype');
}
/* 나눔고딕 Bold */
@font-face {
	font-family:'Nanum-bold';
	font-style:normal;
	font-weight:700;
	src:url(fonts/NanumGothic-Bold.eot);
	src:url(fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
	url(fonts/NanumGothic-Bold.woff2) format('woff2'),
	url(fonts/NanumGothic-Bold.woff) format('woff'),
	url(fonts/NanumGothic-Bold.ttf) format('truetype');
}

/* 나눔스퀘어 */
@font-face{ 
	font-family: 'NanumSquare';
	src: url('fonts/NanumSquareR.eot');
	src: url('fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'),
	     url('fonts/NanumSquareR.woff') format('woff'),
	     url('fonts/NanumSquareR.ttf') format('truetype')
}


@font-face{ 
	font-family: 'NanumSquareB';
	src: url('fonts/NanumSquareB.eot');
	src: url('fonts/NanumSquareB.eot?#iefix') format('embedded-opentype'),
	     url('fonts/NanumSquareB.woff') format('woff'),
	     url('fonts/NanumSquareB.ttf') format('truetype')
}


@font-face{ 
	font-family: 'NanumSquareL';
	src: url('fonts/NanumSquareL.eot');
	src: url('fonts/NanumSquareL.eot?#iefix') format('embedded-opentype'),
	     url('fonts/NanumSquareL.woff') format('woff'),
	     url('fonts/NanumSquareL.ttf') format('truetype')
}


@font-face{ 
	font-family: 'NanumSquareEB';
	src: url('fonts/NanumSquareEB.eot');
	src: url('fonts/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
	     url('fonts/NanumSquareEB.woff') format('woff'),
	     url('fonts/NanumSquareEB.ttf') format('truetype')
}



/*나눔명조체*/
@font-face {
  font-family: 'NanumMyeongjo';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NanumMyeongjo-Regular.eot);
  src: url(fonts/NanumMyeongjo-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/NanumMyeongjo-Regular.woff2) format('woff2'),
       url(fonts/NanumMyeongjo-Regular.woff) format('woff'),
       url(fonts/NanumMyeongjo-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumMyeongjoB';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/NanumMyeongjo-Bold.eot);
  src: url(fonts/NanumMyeongjo-Bold.eot?#iefix) format('embedded-opentype'),
       url(fonts/NanumMyeongjo-Bold.woff2) format('woff2'),
       url(fonts/NanumMyeongjo-Bold.woff) format('woff'),
       url(fonts/NanumMyeongjo-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumMyeongjoEB';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NanumMyeongjo-ExtraBold.eot);
  src: url(fonts/NanumMyeongjo-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(fonts/NanumMyeongjo-ExtraBold.woff2) format('woff2'),
       url(fonts/NanumMyeongjo-ExtraBold.woff) format('woff'),
       url(fonts/NanumMyeongjo-ExtraBold.ttf) format('truetype');
}


:focus { outline:0; }
a:active { outline:none; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

* {margin:0; padding:0; font-family: 'NanumSquare','Nanum', '맑은 고딕', '돋움', Dotum, '굴림', Gulim, Sans-serif; letter-spacing:-0.5px;}
body{
	background:#fff; 	-webkit-text-size-adjust:none; -webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)
	position:relative; webkit-font-smoothing: subpixel-antialiased;}

a {font-family:'NanumSquareR','Nanum','맑은 고딕',Dotum,"돋움",Gulim,"굴림",sans-serif;}

section,nav,article,aside,hgroup,header,footer{display:block}
input,textarea,select,button{font-size:medium; font-family:Helvetica,AppleGothic,sans-serif;}
img,fieldset{border:0}
ol, ul, dl{list-style:none}
em,address{font-style:normal}
legend, caption{display:none}
hr{display:none}
a{color:inherit;text-decoration:none}
a[href^="tel"]{ font-style:normal}
strong { -webkit-text-stroke-width:1px; }
table{border-collapse:collapse;border-spacing:0; }
br{letter-spacing:normal}
p{letter-spacing:normal}
input[type="text"], input[type="password"]{-webkit-appearance:none}

button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{-webkit-appearance:button;border-radius:0}
textarea{-webkit-appearance:none}
select {border:#ccc; color:#444;}


/* Margin Set */
.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;}	.ml65	{margin-left:65px;}
.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;}		.mr450	{margin-right:450px;}
.mb4	{margin-bottom:4px;}.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;}
.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;} .mt60	{margin-top:60px;}   .mt70	{margin-top:70px;} .mt80	{margin-top:80px;}
.mt90	{margin-top:90px;}    .mt100	{margin-top:100px;}

/* Padding Set */
.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;}
.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;}
.pb5	{padding-bottom:5px;}	.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;}
.pt5	{padding-top:5px;}		.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;}

/* layout */

.f_green{color: #338502; }
.f_red{color: #ca0000;}
.f_orange{color: #f43900;}
.f_pink {color:#f2092d;}
.point_t5 {color: #ff8d59; font-weight:bold;}

.clear{clear: both; margin:0; padding:0; height:0; width:0;}
.t_center{text-align: center;}
.t_right{text-align: right;}
.imgpt40{margin-top: 40px;}
.bold {font-weight:bold;}
.f_bold {font-weight:bold;}
.t_bold {font-weight:bold;}
.t_red{color: #ca0000;}
.t_blue {color: #0d6fb8;}


/* 테이블 */
.table_type1 {width:100%; border-collapse:collapse; font-size:20px; font-size:1.25rem; line-height:2rem; /*border-top: 2px solid #0d6fb8;*/ }
.table_type1 th {padding:12px 5px; text-align:center; border-top: 1px solid #e2e2e2; background-color: #f2f2f2;}
.table_type1 td {padding:12px 5px; text-align:left; border:1px solid #e2e2e2; border-left:none; border-right:none;}
.table_type1 td.bg1{background-color: #f4f4f4; color:#f26109;}
.table_type1 td.t_left{text-align: left; padding-left: 10px;}
.table_type1 td.t_center {text-align:center;}
.table_type1 caption {display:none;}

.box2 {padding:5px 8px; border:1px solid #cacaca;}
.table_type1 select {width: auto; /* 원하는 너비설정 */
	padding: .5em .5em; /* 여백으로 높이 설정 */
	border:1px solid #ccc;
	font-family: inherit; /* 폰트 상속 */
}


/* 테이블 */
.table_typeA {border-collapse:collapse; width:100%; border-top:2px solid #2e4f9f; }
.table_typeA th{padding:10px; text-align:center; border-bottom:1px solid #c0c5d6; background-color:#f0f2f7; font-size:1.5rem;font-weight:normal; color:#2e4f9f; font-family:'NanumSquareB';}
.table_typeA td{padding:10px; text-align:center; border-bottom:1px solid #c0c5d6;line-height:1.7em; font-size:1.5rem;  font-family:'NanumSquare';}
.table_typeA td.alignLeft {padding:10px 15px;text-align:left;}
.table_typeA input[type=text] { border:1px solid #c8c8c8; height:40px; line-height:40px; padding:0 10px; vertical-align:middle; font-size:22px; font-size:1.375rem; color:#000;}
.table_typeA select {
	width: auto; /* 원하는 너비설정 */ 
	height:40px;
	border: 1px solid #cccccc;
	border-radius: 0px; /* iOS 둥근모서리 제거 */
	vertical-align:middle; font-size:20px; font-size:1.125rem;
	}
.table_typeA textarea {font-size:22px; font-size:1.375rem; color:#000; border:1px solid #c8c8c8; }

.table_typeB {border-collapse:collapse; width:100%; border:2px solid #199700; }
.table_typeB th{padding:10px; text-align:center; border:2px solid #199700; background-color:#f0f2f7; font-size:1.4rem;font-weight:normal; color:#2e4f9f; font-family:'NanumSquareB';}
.table_typeB td{padding:8px; text-align:center; border:2px solid #199700; line-height:1.7em; font-size:1.4rem; font-family:'NanumSquare';}
.table_typeB.alignLeft td{padding:15px 15px;text-align:left;}

.table_typeD {border-collapse:collapse; width:100%;}
.table_typeD th{text-align:center; border:1px solid #465e98; font-size:1.4rem; color:#465e98; }
.table_typeD th a{padding: 10px; font-family:'NanumSquare'; font-size:1.4rem;font-weight:normal; display:block; background-color: #fff; }
.table_typeD th a:hover{  background-color: #465e98; color:#fff; }
.table_typeD th a.on{  background-color: #465e98; color:#fff; }
