/* 모바일 코딩 필수 공통영역 */
* {margin:0; padding:0; -webkit-text-size-adjust:none;}
html {width:100%;}
body {width:100%; color:#333; font-size:90%; line-height:160%; font-family:'돋움', Dotum, Helvetica, AppleGothic;}
img, fieldset {border:0}
ul, ol, li, dl {list-style:none;}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}
hr {display:none;}
a {color:inherit;}
a, a:link {color:#333; text-decoration:none;}
a:visited {color:#333;}
a:hover, a:active {color:#333; text-decoration:none;}
em, i, address {font-style:normal; font-weight:normal;}
legend, caption {display:none; clear:both;}
input, textarea, select, button, table {font-size:inherit; font-family:inherit; line-height:inherit;}
section, nav, article, aside, hgroup, header, footer { display:block }
textarea, input {
	background:url(none);
	-webkit-border-radius:1px;
	-webkit-apprearance:none;
}
textarea {resize:none;}
.space-center {text-align:center;}
.space-right {text-align:right;}
.input,
.textarea {border:1px solid #ccc; line-height:160%; padding:2px 0;}


/* 사용자 지정 */
#wrapper {max-width:640px; min-width:320px; margin:0 auto;}
#header {width:100%; background:#ededed;}
.logo {display:block; width:100%; padding:13px 0 0 0; text-align:center;}
.logo img {width:180px;}
.gnb {width:100%; padding:10px 0;}
.gnb ul {overflow:hidden;}
.gnb li {float:left; width:33%; padding:2px; text-align:center; -webkit-box-sizing:border-box;-moz-box-sizing: border-box;box-sizing:border-box;}
.gnb li:nth-child(2),
.gnb li:nth-child(5) {width:34%;}
.gnb li a {
	width:100%; 
	height:38px;
	display:table;
	table-layout:fixed;
	line-height:1.35em; 
	font-weight:400; 
	color:#fff; 
	text-align:center;
	background:#3794d1;
	border-radius:3px;
	border:1px solid #156da7;
	font-size: 13px;
}
.gnb li.active a {
	background:#004691;
	border:1px solid #002850;
}
.gnb li a span {display:table-cell;vertical-align:middle;}
#main {padding:10px 0;}
.mainImg {width:100%;}
.subImg {width:100%;}
#footer {width:100%; text-align:center; padding:12px 0; background:#515254;}
.foot_links {width:100%; padding:0 0 10px 0;}
.foot_links li {display:inline;}
.foot_links li a {
	display:inline-block; 
	padding:2px 10px 0 10px;
	color:#dcdcdc; 
	font-size:0.90em;
	text-align:center;
	background:#5c5d60;
	border-radius:0.4em;
	border:1px solid #414042;
}
.address {color:#c5c5c5; font-size:0.75em; line-height:1.5em;}
.address .bar {color:#888; margin:0 2px;}

.location {padding:10px;}

.form {padding:10px;}
.form .txt {text-align:right; color:#fd7777; font-size:0.85em;}
.form .input,
.form .textarea {width:99%;}
.form dl {border-top:1px solid #ddd; padding:15px 0 0 0;}
.form dt {font-weight:bold; margin:0 0 2px 0;}
.form dd {margin:0 0 10px 0;}

#sub {padding-bottom:40px;}
.sub-tt {font-size:25px; font-weight:500; line-height:50px; margin-bottom:25px; text-align:center; color:#454545; border-bottom:1px solid #ddd; font-family:'Noto Sans KR'}

/* board */
.buttons {padding:10px 0; clear:both; overflow:hidden;}
.buttons .cen {text-align:center;}
.buttons .fr {float:right;}
.buttons .fl {float:left;}
.buttons a {text-decoration:none;}
.buttons a,.buttons input {vertical-align:top;}

.btn_pack {display:inline-block;overflow:visible;position:relative;margin:0;padding:4px 15px 3px;border:0;color:#333;background:#eee;border:1px solid #aaa;border-radius:0.4em;text-decoration:none !important;vertical-align:top;white-space:nowrap}
.btn_pack:link {color:#333}
