@charset "utf-8";
/*공통바디부분 시작*/

#wrap{ width:1200px; margin:0 auto; _text-align:left }
#header{ width:100%; height: 117px; background:url(../images/bg_header.png) }
#header > .wrapper{ width:1200px; margin:0 auto; position:relative; }
#header > .wrapper > .notice {
	position: absolute;
	top: 0;
	left: 0px;
}
#header > .wrapper > #logo {
	position: absolute;
	top: 36px;
	left: 0px;
}
#header > .wrapper > .tel {
	position: absolute;
	top: 0;
	left: 0;
}

#header > .wrapper > #topBtn {position:absolute; top:0; right:0px;}
#header > .wrapper > #topBtn li { float:left; margin-left:10px; border-left:0px #CCC solid;line-height:40px; padding:0;}
#header > .wrapper > #topBtn li:first-child { border-left:0;}
#header > .wrapper > #topBtn li a{ font-family: '돋움';  font-size:12px; line-height:40px; color:#fff;}
#header > .wrapper > #menu { position:absolute; top:35px; 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: 35px auto 50px; }
#container:after{display:block;clear:both;content:''}
#footer{ width:100%; margin-top:; border-top: 0px #fff solid; background:#e8e8e8; overflow:hidden;}
#footer >.wrapper{ width:1200px; margin:0 auto; position:relative; height:; background:#; overflow:hidden;}
#footer >.wrapper >.address{ float:left; padding:25px 0; font-family: '돋움';  font-size:12px; line-height:21px; color:#;}
#footer >.wrapper >.logo{ float:right;margin-top:45px;}


/*------------ 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;}
