@charset "utf-8";
/*공통바디부분 시작*/

#wrap{ width:1200px; margin:0 auto; _text-align:left }
#header{ width:100%; height: 110px; background:url(../images/bg_header.png); border-top:0px #1a9d00 solid; }
#header > .wrapper{ position:relative; width:1200px; margin:0 auto; margin-top:-25px; }
#header > .wrapper > .notice {
	position: absolute;
	top: 0;
	left: 0px;
}
#header > .wrapper > #logo {
	position: absolute;
	top:30px ;
	left:0; margin-left:;
}
#header > .wrapper > .tel {
	position: absolute;
	top: 0;
	left: 0;
}
#header > .wrapper > #topRight {
	position: absolute;
	top: 0;
	left: 0;
}
#header > .wrapper > #topBlog {
	position: absolute;
	top: ;
	left:0; color:#fff;
}

#header > .wrapper > #topBtn {position:absolute; top:0; right:0px;}
#header > .wrapper > #topBtn li { float:left; margin-right:2px; border-left:0px #CCC solid;line-height:30px; padding:0;}
#header > .wrapper > #topBtn li:first-child { border-left:0;}
#header > .wrapper > #topBtn li a{ font-family: '';  font-size:12px; line-height:30px; color:#fff;}
#header > .wrapper > #menu { position:absolute; top:30px; right:0; z-index:999;  width: ; }
#header > .wrapper > #menu .all {position:absolute; top:40px; left:0px; visibility:hidden ;z-index:999; }



#container{*display:inline-block; width:1200px; overflow:hidden; margin: 38px auto 0; }
#container:after{display:block;clear:both;content:''}


#footer{ width:100%; margin-top:; background:#f0f0f0;  }
#footer > .banner{ background:#15286f; text-align:center; height:43px; overflow:hidden;}
#footer > .banner ul {margin-top:15px;}
#footer > .banner li { display:inline-block;border-left:1px #878d90 solid;line-height:12px; padding:0 20px;}
#footer > .banner li:first-child { border-left: none;}
#footer > .banner li a{ font-family: '맑은 고딕';  font-size:12px; line-height:12px; color:#ececec;}


#footer >.wrapper{ width:1200px; margin:0 auto; position:relative; padding:30px 0; overflow:hidden;}

#footer >.wrapper >.address{float:left; margin-top:0; font-family: '맑은 고딕';  font-size:13px; line-height:21px; color:#4e4e4e;}
#footer >.wrapper >.logo{ float:right; margin-top:0px;}




/*------------ SMS--------------*/
#sendSMS { width:230px; border-radius:5px; overflow:hidden; position:fixed; bottom:10px; right:10px; z-index:10; box-shadow:3px 3px 0 rgba(0, 0, 0, 0.2); }
#sendSMS .title {background:#ea112c; text-align:center; padding-top:10px; height:32px; font-weight:bold; }
#sendSMS .contents { background:#fff; border:1px #dee3f1 solid; border-top:none; padding:15px 13px; }
#sendSMS .contents textarea[name=messagebox] {background:#f8fafb; border:1px #dee3f1 solid; width:170px; height:52px; padding:15px;font-family: "돋움"; font-size:12px; color:#333; line-height:19px;overflow:hidden;border-radius:5px;}
#sendSMS .inputText .textNum {font-family: "돋움"; font-size:11px; color:#333; text-align:right; line-height:13px; margin-top:3px;}

#sendSMS .inputNumber {overflow:hidden; margin-top:7px;}
#sendSMS .inputNumber .telNum { float:left;font-family: "돋움"; font-size:12px; color:#333; line-height:27px;}
#sendSMS .inputNumber input { float:left; width:36px; padding:5px; height:13px;background:#f8fafb; border:1px #dee3f1 solid;font-family: "돋움" !important; font-size:12px; color:#333; border-radius:3px; margin-left:4px;}
#sendSMS .checkPrivacy {margin-top:5px; display:block;}
#sendSMS input[name=btnSMS] {background:#3b3b3b; border:1px #3b3b3b solid; width:200px; height:35px; padding:5px;font-family: "맑은 고딕"; font-size:12px; color:#fff; overflow:hidden;border-radius:3px; margin-top:13px;}

/*------------ 이메일--------------*/
.sendFormMail { width:430px; border-radius:5px; overflow:hidden; position:fixed; bottom:305px; right:10px; z-index:10; box-shadow:3px 3px 0 rgba(0, 0, 0, 0.2); }
.sendFormMail > .title {background:#ea112c; text-align:center; padding-top:10px; height:32px; font-weight:bold; }
.sendFormMail .contents { background:#fff; border:1px #dee3f1 solid; border-top:none; padding:15px 13px; font-family: "돋움"; font-size:12px; color:#333; }
.sendFormMail .contents legend { display:none;}


.sendFormMail .contents label { float:left; width:20%;line-height:26px; margin-bottom:5px;}

.sendFormMail .contents input[name=title] { float:left; width:80%;height:26px; padding:5px; background:#f8fafb; border:1px #dee3f1 solid;border-radius:3px; box-sizing:border-box;margin-bottom:5px;}

.sendFormMail .contents .email { float:left; width:80%;height:26px; padding:5px; background:#f8fafb; border:1px #dee3f1 solid;border-radius:3px; box-sizing:border-box;margin-bottom:5px;}

.sendFormMail .contents textarea[name=emailbox] {float:left; width:80%;height:60px; background:#f8fafb; border:1px #dee3f1 solid;  padding:5px;border-radius:5px; box-sizing:border-box;margin-bottom:5px;}



.sendFormMail input[name=btnEmail] {background:#3b3b3b; border:1px #3b3b3b solid; width:200px; height:35px; padding:5px;font-family: "맑은 고딕"; font-size:12px; color:#fff; overflow:hidden;border-radius:3px; margin-top:13px;}
