@charset "utf-8";
/*공통바디부분 시작*/

#header{ position:relative; width:100%; height:130px;background:url('../images/bg_header.png'); line-height: 0; z-index:999999; }
#header > .wrap{ position:relative; width:1200px; margin:0 auto; }
#header > .wrap > .logo { position:absolute; left:0; top:35px;}
#header > .wrap > .tel { position:absolute; right:0; top:65px;}

#header .wrap #topBtn { position:absolute; height:; margin:0 auto; padding-top:10px; }
#header .wrap #topBtn li { float:right; border-right:0px #415492 solid; color:#fff; line-height:; padding-right:15px;}
#header .wrap #topBtn li:last-child { border-right:0; }
#header .wrap #topBtn li a{ font-size:13px; font-weight:600; line-height:12px; color:#fff;}
#header .wrap #topBtn img {}

#gnb { position:absolute; background:#484848; right:0; top:0; height:21px; padding:7px 15px;}
#gnb li { float:left; margin-top:4px; margin-right:2px; border-right:1px #fff solid;line-height:11px; padding:0 7px;}
#gnb li:last-child { border-right:0; padding-right:0;}
#gnb li a{font-size:13px; font-weight:500; color:#fff; line-height:11px;}

#header > .wrap > #menu { position:absolute; width:; left:340px; top:35px; margin-left:; z-index:999; }


#footer{ width:100%; margin-top:40px; background: #e6e6e6; }
#footer >.wrap{ width:1200px; margin:0 auto; display: flex; justify-content: space-between;}
#footer >.wrap >.address{ width:1200px; margin:30px 0;  font-size:13px; color:#8b8b8b; text-align:;}
#footer >.wrap >.logo{ margin-top:50px;}






/* 하단코드는 불필요시 삭제가능 */



/*------------ 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-size:12px; color:#fff; overflow:hidden;border-radius:3px; margin-top:13px;}

/*------------ 이메일--------------*/
.sendFormMail { width:350px; 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 .contents1 { background:#fff; border:1px #dee3f1 solid; border-top:none; padding:15px 13px; font-family: "돋움"; font-size:12px; color:#333; }
.sendFormMail .contents1 legend { display:none;}


.sendFormMail .contents1 label { float:left; width:20%;line-height:26px; margin-bottom:5px;}

.sendFormMail .contents1 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 .contents1 input[name=email_id] { float:left; width:35%;height:26px; padding:5px; background:#f8fafb; border:1px #dee3f1 solid;border-radius:3px; box-sizing:border-box;margin-bottom:5px;}
.sendFormMail .contents1 input[name=email_domain] { float:right; width:35%;height:26px; padding:5px; background:#f8fafb; border:1px #dee3f1 solid;border-radius:3px; box-sizing:border-box;margin-bottom:5px;}


.sendFormMail .contents1 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=btnSendMail] {background:#3b3b3b; border:1px #3b3b3b solid; width:100%;  box-sizing:border-box; height:35px; padding:5px; font-size:12px; color:#fff; overflow:hidden;border-radius:3px; margin-top:13px;}
