@import url("reset.css");
@import url("main.css");
@import url("animate.css");
@import url("fontawesome-all.css");
@import url("font.css");
@import url("board.css");


body {
	width:100%; margin:0; padding:0; word-break:keep-all; word-wrap:break-word;
	scrollbar-face-color: #83bdc4; scrollbar-shadow-color: #83bdc4; scrollbar-highlight-color: #83bdc4; scrollbar-3dlight-color: white; scrollbar-darkshadow-color: white; scrollbar-track-color: white; scrollbar-arrow-color: #83bdc4;
}
/*
face = ½ºÅ©·Ñ¹ÙÀÇ »ö
shadow = ½ºÅ©·Ñ¹Ù ¿À¸¥ÂÊ ¿Ü°¢¼±
highlight = ½ºÅ©·Ñ ¿ÞÂÊ ¿Ü°¢¼±
3dlight = ½ºÅ©·Ñ¹Ù ¿ÞÂÊ ±×¸²ÀÚ
darkshadow = ½ºÅ©·Ñ ¿À¸¥ÂÊ ±×¸²ÀÚ¢×
track = ½ºÅ©·Ñ¹Ù ¾ø´Â ¹ÙÅÁ»ö
arrow = È­»ì*/

td, p, input, button, textarea, select, .c1 {margin:0; padding:0;}
form { margin:0px; }
img {border:0px; max-width:100%;}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:link, a:visited, a:active { text-decoration:none; color:#353535;}
a:hover {text-decoration:underline; color:#e38900; }

i {font-family:"Font Awesome 5 Free", FontAwesome; font-weight:normal;}

h1 {font-size:36px;}
h2 {font-size:26px;}
h3 {font-size:20px;}
/*------------------------------------------------------------------------------------------------------
skip
---------------------------------------------------------------------------------------------------------*/
#skipNavi {position:absolute; left:0; top:-1000px; width:100%; height: 0px; z-index:1000; line-height:1px; font-size:1px;}
#skipNavi a{display:block; text-align:center; width: 100%;  line-height:1px; font-size:1px;}
#skipNavi a:focus, #skipnavigation a:hover, #skipnavigation a:active {position:absolute; left:0px; top:1000px; padding: 8px 0;  display:block; height:20px; background:#20262c; font-size:12px; font-weight:bold; line-height:18px; color:#fff;}
.hide{position:absolute; left:-9999px; top:-9999px; font-size:0; line-height:0; height:0; overflow:hidden; }
/*#skipNavi #topNaviSkip {margin:0; padding:0;}*/
/*------------------------------------------------------------------------------------------------------
// skip
---------------------------------------------------------------------------------------------------------*/
.wrap {
	width:100%; min-width:1200px; text-align:center;
	font-family: 'Noto Sans Korean', 'Noto Sans KR', 'Noto Sans', sans-serif; color:#353535; font-size:16px; line-height:28px; font-weight:300;
}
.containerSS {width:940px; margin:0 auto; padding:0; position:relative; word-break:keep-all;}

/*µå·¡±×*/
::selection {color:#fff; background:#83bdc4; }
::-moz-selection {color:#fff; background:#83bdc4; } /* firefox */

/*------------------------------------------------------------------------------------------------------
Å¾
---------------------------------------------------------------------------------------------------------*/
.topWrap {width:900px; height:110px; float:right; margin:0; padding:0; position:relative;}
.topWrap .logo {position:absolute; top:21px; left:0; z-index:10}
/*------------------------------------------------------------------------------------------------------
Å¾ ³¡
---------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------
ÇªÅÍ
---------------------------------------------------------------------------------------------------------*/
.footerWrap {
	width:100%; min-width:1200px; margin:0; padding:30px 0; line-height:24px; position:relative;
	font-size:13px; font-weight:300;
}
.footerWrap span {font-weight:700; text-transform:uppercase}

.subFooterWrap {
	width:100%; min-width:1200px; margin:0; padding:30px 0; line-height:24px; background:url(../images/sub_bottom_bg.jpg) center top repeat-x;; position:relative;
	font-size:13px; font-weight:300;
}
.subFooterWrap span {font-weight:700; text-transform:uppercase}

.footerAdmin {
	margin-left:15px; padding:0 10px; background-color:#ccc; border-radius:3px; text-transform:uppercase;
	position:absolute; bottom:0;
	font-size:11px;
}
/*------------------------------------------------------------------------------------------------------
ÇªÅÍ ³¡
---------------------------------------------------------------------------------------------------------*/


