#contact #contact-con .relative,#contact #contact-con [relative] {
    position: relative;
    z-index: 1;
}
#contact #contact-con {
    margin-top: 25px;
}
#contact #contact-con input, #contact #contact-con select, #contact #contact-con textarea {
	outline: none;
	background: none;
	border: none;
}
#contact #contact-con .contact-tit {
    width: 100%;
    line-height: 50px;
    font-size: 30px;
    color: #333;
    text-align: center;
}

#contact #contact-con .contact-tit2 {
    margin-top: 25px;
    width: 100%;
    line-height: 37px;
    font-size: 20px;
    color: #666;
    text-align: center;
}

#contact #contact-con .contact-tit3 {
    width: 100%;
    line-height: 50px;
    font-size: 30px;
    color: #09bdbf;
    font-weight: bold;
    text-align: center;
}

#contact #contact-con .contact-icon {
    display: flex;
    justify-content: space-around;
    align-items: start;
    margin-top: 44px;
    width: 100%;
}

#contact #contact-con .contact-icon .contact-icon-item {
    width: 15%;
}

#contact #contact-con .contact-icon .contact-icon-item .contact-icon-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border: 1px solid #999;
    border-radius: 50%;
}

#contact #contact-con .contact-icon .contact-icon-item .contact-icon-item-tit {
    margin-top: 18px;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

#contact #contact-con .contact-icon .contact-icon-item .contact-icon-item-txt {
    margin-top: 3px;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

#contact #contact-con .google-map {
    margin-top: 42px;
    width: 100%;
    height: 480px;
}

#contact #contact-con .google-map iframe {
    width: 100%;
    height: 100%;
}

#contact #contact-con .contact-con-form {
    margin-top: 62px;
    width: 100%;
}

#contact #contact-con .contact-con-form .contact-form-tit {
    width: 100%;
    line-height: 50px;
    font-size: 30px;
    color: #333;
    text-align: center;
}

#contact #contact-con .contact-con-form form.contact-form {
    margin: 50px 0 90px;
}

#contact #contact-con .contact-con-form form.contact-form .contact-form-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

#contact #contact-con .contact-con-form form.contact-form .contact-form-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1.6667% 0 0;
    padding: 0 32px 0 20px;
    width: 32.1667%;
    height: 50px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

#contact #contact-con .contact-con-form form.contact-form .contact-form-input:before {
    display: block;
    content: '*';
    position: absolute;
    top: 50%;
    right: 12px;
    height: 18px;
    font-size: 24px;
    color: #09bdbf;
    transform: translateY(-50%);
}

#contact #contact-con .contact-con-form form.contact-form .contact-form-input:nth-child(3n) {
    margin-right: 0;
}

#contact #contact-con .contact-con-form form.contact-form .contact-form-input .contact-form-input-tit {
    font-size: 16px;
    color: #666;
}

#contact #contact-con .contact-con-form form.contact-form .contact-form-input input {
    width: calc(100% - 28px);
    font-size: 16px;
}

#contact #contact-con .contact-icon .contact-icon-item .contact-icon-item-txt a:hover {
    color: #09bdbf;
}

/*
#contact #contact-con .contact-con-form form.contact-form .contact-form-input input[type=text]{ width: 100%; height: 100%; line-height: 48px; font-size: 16px; color: #666;}
#contact #contact-con .contact-con-form form.contact-form .contact-form-input input[type=text]::-webkit-input-placeholder{ font-size: 16px; color: #666;}
#contact #contact-con .contact-con-form form.contact-form .contact-form-input input[type=text]::-moz-placeholder{ font-size: 16px; color: #666;}
#contact #contact-con .contact-con-form form.contact-form .contact-form-input input[type=text]:-moz-placeholder{ font-size: 16px; color: #666;}
#contact #contact-con .contact-con-form form.contact-form .contact-form-input input[type=text]:-ms-input-placeholder{ font-size: 16px; color: #666;}
*/
#contact #contact-con .contact-con-form form.contact-form .contact-form-msg {
    margin-top: 30px;
    width: 100%;
    height: 260px;
}

#contact #contact-con .contact-con-form form.contact-form .contact-form-msg textarea[name=attr_45] {
    padding: 15px 20px;
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    color: #666;
    resize: none;
    border-radius: 5px;
}

#contact #contact-con .contact-con-form form.contact-form .contact-form-input textarea[name=attr_45] {
    width: 100%;
    height: 100%;
    line-height: 48px;
    font-size: 16px;
    color: #ccc;
}

#contact #contact-con .contact-con-form form.contact-form .contact-form-input textarea[name=attr_45]::-webkit-input-placeholder {
    font-size: 16px;
    color: #ccc;
}

#contact #contact-con .contact-con-form form.contact-form .contact-form-input textarea[name=attr_45]::-moz-placeholder {
    font-size: 16px;
    color: #ccc;
}

#contact #contact-con .contact-con-form form.contact-form .contact-form-input textarea[name=Message]:-moz-placeholder {
    font-size: 16px;
    color: #ccc;
}

#contact #contact-con .contact-con-form form.contact-form .contact-form-input textarea[name=attr_45]:-ms-input-placeholder {
    font-size: 16px;
    color: #ccc;
}

#contact #contact-con .contact-con-form form.contact-form .submit-a {
    margin: 63px auto 0;
    width: 173px;
    height: 52px;
    line-height: 52px;
    background: #2e2624;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 26px;
}

#contact #contact-con .contact-con-form form.contact-form .submit-a:hover {
    background: #09bdbf;
    box-shadow: 0 10px 42px rgba(94, 214, 213, .5);
}
