@charset "utf-8";
@import url("content.css");

@font-face {
	font-family: Nanum Gothic;
	src: local("NanumGothic"), url(http://fonts.gstatic.com/s/nanumgothic/v7/PN_3Rfi-oW3hYwmKDpxS7F_D-djY.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Nanum Gothic;
	src: local("NanumGothic Bold"), local("NanumGothic-Bold"), url(http://fonts.gstatic.com/s/nanumgothic/v7/PN_oRfi-oW3hYwmKDpxS7F_LQv3LyVsg.woff) format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'), url(https://fonts.gstatic.com/s/notosanskr/v12/PbykFmXiEBPT4ITbgNA5Cgm21Q.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Noto Sans KR Medium'), local('NotoSansKR-Medium'), url(https://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOIl3I6w.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'), url(https://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOalvI6w.woff) format('woff');
}


/* Element Reset */
header, footer, section, article, nav, aside, fugyre, fugcaption {display:block}
video, audio, iframe, object, embed	{ max-width:100%; height:auto}
html, body	{ min-height:100%; margin:0; padding:0; }
body, table, input, select, textarea, button{ font-family:NanumGothic, Nanum Gothic, sans-serif; color: #555;}


img			{ border:0}
ul			{ margin:0; padding:0}
li			{ list-style:none}
a:link, 
a:visited	{ color:#555; text-decoration:none; letter-spacing:0}
a:hover,
a:focus		{ color:#507091; text-decoration:none; letter-spacing:0; background: none }
.png24		{ tmp:expression(setPng24(this));}


/* Common Class */
hr							{ position:absolute; left:-5000px; width:1px; height:1px; margin:0; padding:0 }
.text_left					{ text-align:left}
.inputRadio,	
.inputCheck					{ margin:0; width:13px; height:13px;}
.inputText, .zle_input		{ border:1px solid #999; border-right-color:#ccc; border-bottom-color:#ccc; font-size:12px; padding:2px 4px 0 4px; height:14px; *margin:-1px 0;}


input[type='checkbox'] {
	background: url("../image/bg_checkbox.png") no-repeat 0px 0px / 18px 18px; border: 0px currentColor; border-image: none; width: 18px; height: 18px; -webkit-appearance: none;
}
input[type='radio'] {
	padding:0; margin:0; background: url("../image/bg_radio.png") no-repeat 0px 0px / 18px 18px; border-radius: 50%; border: 0px currentColor; border-image: none; width: 18px; height: 18px; -webkit-appearance: none; vertical-align: middle !important;
}
input[type='checkbox']:checked {
	background-image: url("../image/bg_checkbox_checked.png"); -webkit-appearance: none;
}
input[type='radio']:checked {
	background-image: url("../image/bg_radio_checked.png"); -webkit-appearance: none;
}


input {
	outline: 0px; border-radius: 0px; color: rgb(51, 51, 51); font-family: "Nanum Gothic",Helvetica,Arial,sans-serif; font-size: 14px; vertical-align: middle; max-width: 100%;
}
textarea {
	outline: 0px; border-radius: 0px; color: rgb(51, 51, 51); font-family: "Nanum Gothic",Helvetica,Arial,sans-serif; font-size: 14px; vertical-align: middle; max-width: 100%;
}
select {
	outline: 0px; border-radius: 0px; color: rgb(51, 51, 51); font-family: "Nanum Gothic",Helvetica,Arial,sans-serif; font-size: 14px; vertical-align: middle; max-width: 100%;
}
input[type=text] {
	padding: 10px; border-radius: 2px; border: 1px solid rgb(215, 213, 213); border-image: none; color: rgb(53, 53, 53); line-height: 14px; font-size: 14px; font-weight: inherit; outline-style: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
input[type=password] {
	padding: 10px; border-radius: 2px; border: 1px solid rgb(215, 213, 213); border-image: none; color: rgb(53, 53, 53); line-height: 14px; font-size: 14px; font-weight: inherit; outline-style: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
textarea {
	padding: 10px; border-radius: 2px; border: 1px solid rgb(215, 213, 213); border-image: none; color: rgb(53, 53, 53); line-height: 14px; font-size: 14px; font-weight: inherit; outline-style: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
input[type=text] {
	height: 27px;
}
input[type=password] {
	height: 27px;
}
input[type=button] {
	height: 27px;
}
input[type=submit] {
	height: 27px;
}
input[type='file'] {
	overflow: hidden; max-width: 100%;
}
input[type='button'] {
	-webkit-appearance: none;
}
input[type='submit'] {
	-webkit-appearance: none;
}
input[type='text'] {
	-webkit-appearance: none;
}
input[type='password'] {
	-webkit-appearance: none;
}
input[type='image'] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
select {
	background: url("../image/ico_select.gif") no-repeat 100% 49% / auto 40px rgb(255, 255, 255); margin: 0px; padding: 0px 20px 0px 8px; border-radius: 0px; border: 1px solid rgb(215, 213, 213); border-image: none; height: 29px; color: rgb(51, 51, 51); line-height: 29px; font-size: 13px; font-weight: inherit; -ms-word-break: break-all; max-width: 100%; -webkit-appearance: none;
}
select.disabled {
	color: rgb(188, 188, 188);
}
select:disabled {
	color: rgb(188, 188, 188);
}
textarea.disabled {
	color: rgb(188, 188, 188);
}
textarea:disabled {
	color: rgb(188, 188, 188);
}
textarea {
	line-height: 1.2em; resize: none;
}
textarea.disabled {
	color: rgb(191, 191, 191); background-color: rgb(255, 255, 255);
}






/* Table */
table						{ border-spacing:0; border:0; }
table th, table td			{ padding:0}
form			            { padding:0; margin:0;}
fieldset			        { padding:0; margin:0; border:0;}
legend			            { padding:0; display:none;}
textarea			        { border:#d5d5d5 1px solid; background-color:rgb(255, 255, 255);}

/* All */
.blind						{ position:absolute; display:block; width:1px; height:1px; left:-1000%; overflow:hidden; }
.skip						{ font-size:12px;}
.skip a						{ position:absolute; display:block; width:1px; height:1px; left:-1000%; overflow:hidden; }
.skip a:focus,
.skip a:active				{ position:relative; left:0; width:100%; height:auto; padding:5px 0; text-align:center; font-weight:bold; border-bottom:1px solid #dcdcdc}



/* Layout */
.container					{ position:relative; width:100%; min-width:320px; margin:0; padding:0; overflow:hidden; text-align:center;}
.header						{ position:relative; width:100%; height:55px; margin:0; padding:0; z-index:10;}
.main_img				    { position:relative; width:100%; margin:0; padding:0;}
.body						{ position:relative; width:100%; min-height:400px; margin:0 auto; padding:0; text-align:left; z-index:5; zoom:1 }
.body:after					{ content:""; clear:both; display:block}
.footer						{ position:relative; width:100%; margin:50px 0 0 0; padding:35px 0 0 0; height:100px; background-color:rgb(128, 128, 128);}
.footer_area				{ margin:0; width:100%; padding:0; text-align:center; position: relative; zoom:1}
.footer_area:after			{ content:""; clear:both; display:block }

/* Header */
.header .menu_btn			{ float:left; text-align:left; width:18%; height:34px; margin:10px 0 11px 2%; padding:0;}
.header h1					{ float:left; text-align:center; width:60%; height:34px; margin:10px 0 11px 0; padding:0;}
.header .login_btn			{ float:left; text-align:right; width:18%; height:34px; margin:10px 2% 11px 0; padding:0;}


/* Memu */
#mNavi {
	background-color:rgb(255, 255, 255); top: 0px; width: 250px; left: -250px; display: none; position: absolute; z-index: 1000;
}
#mNavi #mtitle a {
	background-color:rgb(255, 255, 255); padding: 0px 0px 0px 20px; text-align: left; width: 250px; height: 60px; display: block;
}
#mNavi .m_btn {
	margin: 0 auto; padding: 0; width: 150px; height: 60px;
}
#mNavi .m_btn ul li {
	float:left; padding: 5px 0 5px 0; margin: 0; background-color:rgb(0, 0, 0); text-align: center; width: 150px; height: 25px; 
}
#mNavi .m_btn ul li a {
	padding: 0; font-size: 18px; font-weight: 600; color:rgb(255, 255, 255);
}
#mNavi #mtitle a img {
	padding: 8px 0px 0px 0px;
}
#mNavi #mgnb {
	border-top:rgb(190, 190, 190) 1px solid;
}
#mNavi #mgnb ul li {
	border-bottom:rgb(190, 190, 190) 1px solid; 
}
#mNavi #mgnb ul li a {
	padding: 0; text-align: center; width: 100%; height: 50px; color:rgb(85, 85, 85); line-height: 50px; font-weight:600; font-family: 'Nanum Gothic', sans-serif; font-size: 18px; display: block;
}
#mNavi #mgnb ul li ul {
	background-color:rgb(230, 230, 230); padding: 10px 0px; display: none;
}
#mNavi #mgnb ul li ul li {
	border-bottom: currentColor 0px none;
}
#mNavi #mgnb ul li ul li a {
	padding: 0; text-align: center; width: 100%; height: 35px; color:rgb(85, 85, 85); line-height: 35px; font-weight:400; font-family: 'Nanum Gothic', sans-serif; font-size: 16px; font-weight: normal; display: block;
}



.mboard			                             { position:relative; width:92%; margin:30px auto;}
.mboard:after			                     { content:""; clear:both; display:block}
.mboard .title			                     { margin:0; padding:0; width:100%; height:40px; border-top:rgb(217, 223, 229) 1px solid; border-right:rgb(217, 223, 229) 1px solid; border-bottom:rgb(217, 223, 229) 1px solid; border-left:rgb(217, 223, 229) 1px solid;}
.mboard .title ul li     	                 { float:left; margin:0; padding:10px 0 0 0; width:28%; height:30px; text-align:center; border-right:rgb(217, 223, 229) 1px solid; border-bottom:rgb(217, 223, 229) 1px solid; background-color:rgb(250, 250, 250);}
.mboard .title ul li a                       { font-weight:700; font-family: 'Nanum Gothic', sans-serif; font-size:16px; color:rgb(51, 51, 51);}
.mboard .title ul li.this	                 { background-color:rgb(255, 255, 255); border-bottom:rgb(255, 255, 255) 1px solid;}
.mboard .title ul li.this a	                 { color:rgb(1, 64, 150);}

.mboard .list                                { margin:0; padding:30px 0 0 0; width:100%; height:240px; border-left:rgb(217, 223, 229) 1px solid; border-right:rgb(217, 223, 229) 1px solid; border-bottom:rgb(217, 223, 229) 1px solid;}

.mboard .list ul li:first-child              { margin:0 3% 25px 3%; padding:0 0 25px 0; width:94%; border-bottom: rgb(220, 222, 225) 1px solid;}
.mboard .list ul li:first-child a            { float:left; margin:0; padding:0; background:url(''); font-weight:400; font-family: 'Noto Sans KR', sans-serif; font-size:19px; color:rgb(85, 85, 85);}
.mboard .list ul li:first-child span.date    { float:left; margin:0; padding:0 0 0 20px; text-align:left; font-weight:400; font-family: 'Nanum Gothic', sans-serif; font-size:13px; color:rgb(150, 150, 150);}
.mboard .list ul li:first-child p.cont       { clear:both; display:block; margin:0; padding:15px 0 0 0; width:100%; text-align:left; font-weight:400; font-family: 'Nanum Gothic', sans-serif; font-size:15px; line-height:20px; color:rgb(150, 150, 150);}

.mboard .list ul li                          { clear:both; display:block; margin:0 44px 0px 44px; padding:0; width:94%;}
.mboard .list ul li a                        { float:left; margin:0; padding:0 0 0 15px; height:29px; background:url('../main/image/board_icon.gif') no-repeat; font-weight:400; line-height:100%; font-family: 'Noto Sans KR', sans-serif; font-size:16px; color:rgb(85, 85, 85);}
.mboard .list ul li span.date                { float:left; margin:0; padding:0 0 0 20px; text-align:left; font-weight:400; font-family: 'Nanum Gothic', sans-serif; font-size:13px; color:rgb(150, 150, 150);}
.mboard	p.more a		                     { position:absolute; top:7px; right:7px; font-weight:400; font-family: 'Nanum Gothic', sans-serif; font-size:22px; color:rgb(1, 64, 150);}



.mlink			                             { position:relative; width:92%; margin:30px auto; padding:0; border-left: rgb(217, 223, 229) 1px solid;  border-top: rgb(217, 223, 229) 1px solid;}
.mlink:after			                     { content:""; clear:both; display:block}

.mlink ul li			                     { width:100%; height:120px; margin:0; padding:0; border-right: rgb(220, 222, 225) 1px solid;  border-bottom: rgb(220, 222, 225) 1px solid;}
.mlink ul li p.link_img		                 { float:left; margin:30px 0 0 0; padding:0; width:25%; height:70px; text-align:center;}
.mlink ul li p.link_title		             { float:left; margin:0; padding:25px 0 10px 0; width:75%; font-weight:400; font-family: 'Noto Sans KR', sans-serif; font-size:18px; color:rgb(72, 72, 72);}
.mlink ul li p.link_text		             { float:left; margin:0; padding:0; width:75%; font-weight:400; font-family: 'Nanum Gothic', sans-serif; font-size:14px; color:rgb(76, 76, 98); line-height:20px}


.record			                             { position:relative; width:100%; margin:50px 0 0 0; padding:0;}
.record:after			                     { content:""; clear:both; display:block}
.record h1			                         { margin:0 0 15px 0; padding:0; text-align:center; font-weight:400; font-family: 'Nanum Gothic', sans-serif; font-size:26px; color:rgb(72, 72, 72);}
.record ul li		                         { float:left; margin:0; padding:20px 3% 20px 3%; width:44%; text-align:center; }


/* sub_body */
.subWrap			                            { position:relative; width:93%; margin:30px auto;}
.subWrap:after		                            { content:""; clear:both; display:block}

h2.local_title                                  { margin:0; padding:0 0 0 15px; height:17px; font-weight:700; line-height:18px; font-size:18px; font-family: 'Nanum Gothic', sans-serif; color: rgb(69, 69, 69); background:url('../image/title_icon.gif') no-repeat;}
.contents				                        { margin:30px 0 0 0; padding:0; width:100%; font-weight:400; font-family: 'Nanum Gothic', sans-serif; font-size: 14px; line-height: 160%; color:rgb(69, 69, 69); line-height: 140%; clear:both; }
.contents h2	                                { margin:0 0 20px 0; padding:0; font-family: 'Nanum Gothic', sans-serif; font-weight:700; font-size:18px; color:rgb(29, 57, 182);}
.contents p			                            { margin:0 0 5px 0; padding:0; }
.contents p.cont	                            { margin:0 0 20px 0; padding:0; line-height: 160%; }

.contents p.img			                        { margin:0 0 20px 0; padding:0; }



/* Footer */
.footer_area					{ width:100%; margin:0; padding:0; text-align:center; zoom:1}
.footer_area:after				{ content:""; clear:both; display:block }


.bottom_menu		            { margin:0 auto; padding:0; width:300px;}
.bottom_menu:after	            { content:""; clear:both; display:block}
.bottom_menu ul li	            { float:left; margin:0; padding:0 15px 0 15px; height:12px; border-left:rgb(244, 244, 244) 1px solid; font-weight:400; font-size:12px; font-family: 'Nanum Gothic', sans-serif; }
.bottom_menu ul li a:link, a:visited, a:active  { color:rgb(244, 244, 244);}
.bottom_menu ul li a                            { color:rgb(244, 244, 244);}
.bottom_menu ul li:first-child  { padding:0 15px 0 0; border-left:none;}


.footer_area address			{ float:none; width:100%; margin:15px 0 0 0; padding:0; font-style:normal; line-height:14px}
.footer_area address div		{ float:left; width:100%; margin:0; zoom:1 }
.footer_area address dl			{ float:none; display:inline-block; margin:0; padding:0 1%; font-size:12px; font-family: 'Nanum Gothic', sans-serif;}
.footer_area address dt			{ float:left; color:rgb(255, 255, 255); }
.footer_area address dd			{ float:left; margin-left:5px; padding:0; color:rgb(255, 255, 255); }
.footer_area address dd	a 		{ color:rgb(255, 255, 255); }
.footer_area address .first		{ padding:0;}

.footer_area .copyright			{ color:rgb(255, 255, 255); margin:5px 0 0 0; font-size:12px; font-family:'Nanum Gothic', sans-serif;}