/* 하단고정 상담창 */
#fixFooter {position:fixed; left:0px; bottom:0px; width: 100%; width: 100%; z-index: 9999; background-color: black;}
#fixFooter #fixFooter1 {height: 80px; background-color: inherit; position: relative;}
#fixFooter1:after {content: ''; display: block; clear: both;}
#fixFooter #fixFooter1 > * {display: inline-block;}
#fixFooter > form{
    width: 1230px;
    margin: 0 auto;
    padding: 0 25px;
}

#fixFooter input[type="text"], #fixFooter select {border: 0 none; border-bottom: 1px solid #FFFFFF; width: 150px; height: 35px; background: #fff; padding: 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; color: black; font-size: 14px;margin-right: 10px; margin-top: 22px}
#fixFooter input[type="text"]::-webkit-input-placeholder { color: black; }
#fixFooter input[type="text"]::-moz-placeholder { color: black;}
#fixFooter input[type="text"]:-ms-input-placeholder { color: black; }
#fixFooter input[type="text"]:-moz-placeholder {color: black; }

#fixFooter .footer_agreeWrap {padding-left: 10px; position: absolute; right: 200px; top: 21px;}
#fixFooter .footer_agreeWrap > * {vertical-align: middle;}
#fixFooter .footer_agreeWrap a {font-size: 12px; color: #49c1c1; text-decoration: underline; }
#fixFooter .footer_agreeWrap a:hover {text-decoration: underline !important;}
#fixFooter .footer_apply {width: 180px; height: 65px;line-height:25px; background-color: #19aaa3; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 6px 25px 6px 38px; float: right; text-align:center; margin-top:7px; }
#fixFooter .footer_apply span {float: left; color: #fff; font-size: 14pt; font-weight:700;}

#fixFooter .open {width: 145px; height: 35px; line-height: 37px; position: absolute; top: -35px; left: 0; background-color: #2faf62; font-size: 15px; color: #49c1c1; display: block; border-radius: 3px 3px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 18px; cursor: pointer;}
/* #fixFooter .open img {padding-left: 6px; padding-right: 6px; transform: rotate(180deg);} */