@charset "utf-8";

.parallaxCover3 {
    padding: 70px 0;
    width: 100%;
    height: auto;
    color: #fff;
    background: rgba(44, 62, 80, 0.8);
}
.anb-parallax-3 { background-color: #222222; background-position: center; background-repeat: no-repeat; }
.anb-contact { font-family: 'NanumGothic', '나눔고딕', ng, 'Malgun Gothic', Gulim, Dotum, Sans-Serif !important; }
.anb-contact li { display: flex; margin: 30px 0; }
.anb-contact .form-control { 
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #a9a9a9;
	color: #FFF;
	font-weight: 700;
	border-color: transparent;
	border-radius: 4px !important;
}
.anb-contact .form-group input, .form-group textarea { 
	padding: 15px; 
}
.anb-contact .form-group input.form-control {
  height: auto;
}
.anb-contact ::-webkit-input-placeholder { /* 크롬 4–56 */
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #eeeeee;
	opacity:  1;
}
.anb-contact :-moz-placeholder { /* 파이어폭스 4–18 */
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;	
	font-weight: 700;
	color: #eeeeee;
	opacity:  1;
}
.anb-contact ::-moz-placeholder { /* 파이어폭스 19–50 */
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #eeeeee;
	opacity:  1;
}
.anb-contact :-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #eeeeee;
	opacity:  1;
}
.anb-contact ::placeholder { /* 파이어폭스 51+, 크롬 57+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
   opacity:  1;
}
.anb-contact .form-group textarea.form-control {
    height: 160px;
}
.anb-contact {
	scrollbar-face-color: #6a6b6d;
	scrollbar-shadow-color: #77787b;
	scrollbar-highlight-color: #77787b;
	scrollbar-3dlight-color: #2a2b30;
	scrollbar-darkshadow-color: #2a2b30;
	scrollbar-track-color: #2a2b30;
	scrollbar-arrow-color: #6f7073;
}
.anb-contact ::-webkit-scrollbar{
	width: 10px;
}
.anb-contact ::-webkit-scrollbar-thumb{
	 background: #666; border-radius: 20px;
}
.anb-contact ::-webkit-scrollbar-track{
	background: #8e8e8e; border-radius: 20px;
}
.anb-contact  .anb-submit { 
	background-color: #67bde8; border-color: #67bde8;border-radius: 4px !important; 
}
.anb-contact  .anb-submit:hover{ 
	background-color: #4ea4cf; border-color: #67bde8; color:#fff;
}
#anb-contact { height:100%;overflow:scroll; overflow-x:hidden;}