@charset "utf-8";

.anb-contact-us{
	position: absolute;
}

.anb-contact-open{
	/*margin: 0 auto;
    position: absolute;*/
    bottom: 0;
    left: 0;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	cursor: pointer;
}
.anb-contact-icon{
	border-top-left-radius: 5px;
	position: absolute;
    height: 100%;
    left: 0;
    vertical-align: text-top;
    text-align: center;
    padding-top: 6px;
    width: 36px;
    background: #494949;
    color: #ffffff;
}
.anb-contact-widget{
	position: relative;
    overflow: hidden;
    vertical-align: text-top;
    width: 100%;
    bottom: 0;
    transition: bottom 0.3s ease-in-out;
    font-weight: bold;
    line-height: 30px;
    padding-left: 50px;
    padding-right: 10px;
}

.anb-contact-widget_overlay{
	border-width: 0;
    border-style: solid;
    border-color: #808080;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
	-webkit-tap-highlight-color: transparent;
}
.anb-contact-widget2{
	width: 100%;
    height: 100%;
	background-color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
	padding: 50px 10px;
	border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px;
}
.anb-contact-titlebar{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    height: 30px;
	padding: 5px;
    color: #fff;
    background: #555555;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.anb-contact-close {
	float:	 right;
	margin-right: 5px;
	cursor: pointer;
}
.anb-contact-title{
	font-weight: bold;
}
.anb-contact-info{
	margin-bottom: 10px;
}
.anb-contact-email{
	margin-bottom: 20px;
}
.anb-contact-hp{
	margin-bottom: 20px;
}
.anb-contact-name{
	margin-bottom: 20px;
}
.anb-contact-content2{
	margin-bottom: 20px;
}
.wrap textarea {
    width: 100%;
    resize: none;
    min-height: 4.5em;
    line-height: 1.6em;
    max-height: 9em;
}
.anb-contact-content3{
	width: 100%;
    resize: none;
}


.anb-contact-content ::-webkit-input-placeholder { /* 크롬 4–56 */
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #b7b4b4;
	opacity:  1;
}
.anb-contact-content :-moz-placeholder { /* 파이어폭스 4–18 */
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
	font-weight: 700;
	color: #b7b4b4;
	opacity:  1;
}
.anb-contact-content ::-moz-placeholder { /* 파이어폭스 19–50 */
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #b7b4b4;
	opacity:  1;
}
.anb-contact-content :-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #b7b4b4;
	opacity:  1;
}
.anb-contact-content ::placeholder { /* 파이어폭스 51+, 크롬 57+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #b7b4b4;
   opacity:  1;
}
.anb-contact-submit{
	text-align:center;
}
.anb-contact-content  .anb-submit2{
	background-color: #4ea4cf;
    border-color: #67bde8;
    border-radius: 4px !important;
	color:#fff;
	border:none;
}
.anb-contact-content  .anb-submit2:hover{
	background-color: #67bde8; border-color: #67bde8; color:#fff; border:none;
}

.anb-contact .form-group input.form-control { 
  height: auto; 
} 

