/** contact **/

main .contact_section {
	display: flex;
	justify-content: center;
	padding: 0 80px;
}
main .contact_section .content_item {
	width: 50%;
	padding: 0 80px;
}
main .contact_section .content_item.c_s-content {
	border-right: 5px solid #ddd;
}
main .contact_section .content_item.c_s-content .c_s-c-item {
	margin-bottom: 40px;
    line-height: 33px;
}

main .contact_section .content_item.c_s-form {
	text-align: left;
}
main .contact_section .content_item.c_s-form .title {
    color: rgba(0, 192, 245, 1);
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid rgba(0, 192, 245, 1);
    padding-bottom: 3px;
}
main .contact_section .content_item.c_s-form .subtitle {
    font-size: 19px;
    margin: 20px 0;
}
main .contact_section .content_item.c_s-form .form {
	display: flex;
	flex-direction: column;
}
main .contact_section .content_item.c_s-form .form .form-item {
	display: flex;
	flex-direction: column;
    margin-bottom: 10px;
}
main .contact_section .content_item.c_s-form .form .form-item.error:after {
    color: red;
}
main .contact_section .content_item.c_s-form .form .form-item.error.error_empty:after {
    content: '必填欄位';
}
main .contact_section .content_item.c_s-form .form .form-item.error.error_format:after {
    content: '請輸入正確格式';
}
main .contact_section .content_item.c_s-form .form .form-item input,
main .contact_section .content_item.c_s-form .form .form-item select,
main .contact_section .content_item.c_s-form .form .form-item textarea {
    padding: 9px;
    border-color: #eee;
}
main .contact_section .content_item.c_s-form .form .form-item input:focus,
main .contact_section .content_item.c_s-form .form .form-item select:focus,
main .contact_section .content_item.c_s-form .form .form-item textarea:focus {
	border-color: #444;
    border-width: 2px;
}
main .contact_section .content_item.c_s-form .form .form-item label {
	font-size: 15px;
}
main .contact_section .content_item.c_s-form .form .form-item select {
	height: 38px;
}
main .contact_section .content_item.c_s-form .form .form-item textarea {
	resize : none;
    border-color: #ddd;
    border-width: 2px;
}
main .contact_section .content_item.c_s-form .form .submit {
	background-color: rgba(0,192,245,1);
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    color: rgba(255,255,255,1);
    font-weight: bold;
    padding: 9px;
    max-width: 80px;
}

main .map_section {
    padding: 80px 80px 0;
}
main .map_section .m_s-1 {
    padding-bottom: 40px;
}

main .content_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255,0.7);
    z-index: 1;
    top: 0;
    left: 0;
}
main .content_mask i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 35px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media (min-width: 1200px){}
@media only screen and (max-width: 1100px){}
@media only screen and (max-width: 768px){
    main .contact_section {
        flex-direction: column;
    }
    main .contact_section {

    }
    main .contact_section .content_item {
        width: 100%;
        padding: 0;
    }
    main .contact_section .content_item.c_s-content {
        border: 0;
    }
    main .contact_section .content_item.c_s-content .c_s-c-item {
        padding: 0;
    }
    main .contact_section .content_item.c_s-content .c_s-c-item > img {
        width: 100%;
    }
    main .contact_section .content_item.c_s-content .c_s-c-item img {
        padding: 0;
    }
    main .contact_section {
        padding: 0px 20px;
    }
    main .map_section {
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 670px) and (min-width: 200px){}
@media only screen and (max-width: 414px){}
@media only screen and (max-width: 375px){}
@media only screen and (max-width: 320px){}
@media only screen and (max-width: 1024px) and (max-height: 768px){ /** ipad mini 橫 **/ }
@media only screen and (max-width: 768px) and (max-height: 1024px){ /** ipad mini 直 **/ }
@media only screen and (max-width: 435px) and (max-height: 773px){ /** Nexus 6P **/
@media only screen and (max-width: 414px) and (max-height: 736px){ /** i6+ **/ }
@media only screen and (max-width: 411px) and (max-height: 731px){ /** Nexus 5X **/ }
@media only screen and (max-width: 375px) and (max-height: 667px){ /** i6 **/ }
@media only screen and (max-width: 360px) and (max-height: 640px){ /** Galaxy S5 **/ }
@media only screen and (max-width: 320px) and (max-height: 568px){ /** i5 **/ }