@charset "utf-8";
/* CSS Document */
    em {
        color: red;
    }
/*---------------------------------------------------header---------------------------------------*/
/*----------------------inside_title------------------------------*/
    #inside_title h2{
		text-align:left;
    }
/*---------------------------------------------------main---------------------------------------*/
/*-------------------------content--------------------------------*/
	main #content{
	    text-align: center;
	}
/*------------information_box-----------------*/
/*---box---*/
    #information_box img.qrcode {
        max-width: 200px;
    }
    #information_box .information{
        margin-bottom: 30px;
    }
    #information_box .information:last-child {
        margin-bottom: 0;
    }
    #information_box .information img {
        width: 30px;
        height: auto;
        float: left;
    }
    #information_box .information h4 {
        float: left;
        margin-left: 30px;
        text-align: left;
        width: calc(100% - 60px);
    }
/*---place---*/
    #place{
        margin: 30px auto;
    }
    #map{
        width: 100%;
        height: 500px;
    }
    #contact-info {
        max-width: 600px;
        margin: 30px auto;
    }
/*------------------form----------------------*/
    form p#form_int{
        position: relative;
        display: table;
        margin: 0 auto;
    }
    form p#form_int:before{
        content: '';
        position: absolute;
        top: 4px;
        left: -40px;
        width: 15px;
        height: 15px;
        background-color: #ffe72e;
    }
	form .box{
        width: 90%;
        margin: 0 auto;
        padding-top: 30px;
    }
    form .area{
        margin-bottom: 30px;
        position: relative;
    }
    form label{
        width: 30%;
        float: left;
        height: 40px;
        line-height: 40px;
        text-align: left;
    }
    form input, form select{
        width: 70%;
        float: left;
        height: 38px;
    }
/*留言*/
    form textarea{
        width: 70%;
        float: left;
        height: 100px;
    }
/*驗證碼*/
    img#codeimg {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 36px;
        border: 1px solid #999;
    }
/*送出按鈕*/
    #submit {
        width: 70px;
        height: 35px;
        margin: 0 auto;
    }
    #submit .btn{
        cursor: pointer;
        color: #fff;
        -webkit-appearance: none;
        border-radius:0;
        border: none;
		-ms-transition: color .3s ease,background .3s ease;
		transition: color .3s ease,background .3s ease;
    }
    #submit:hover .btn{
        background-color: darkgoldenrod;
        color: #fff;
    }
@media (min-width: 1600px) {
    form label{
        width: 10%;
        margin-left: 20%;
    }
    form input, form select {
        width: 48%;
        margin-right: 20%;
    }
    form textarea {
        width: 47.9%;
        margin-right: 20%;
    }
    img#codeimg {
        right: 21%;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    form label{
        width: 15%;
        margin-left: 15%;
    }
    form input, form select {
        width: 53%;
        margin-right: 15%;
    }
    form textarea {
        width: 52.9%;
        margin-right: 15%;
    }
    img#codeimg {
        right: 16%;
    }
}
@media (min-width:576px) and (max-width: 1199px) {
    form label{
        width: 20%;
        margin-left: 10%;
    }
    form input, form select {
        width: 58%;
        margin-right: 10%;
    }
    form textarea {
        width: 57.9%;
        margin-right: 10%;
    }
    img#codeimg {
        right: 11%;
    }
}
@media (min-width:576px) {
    #information_box img.qrcode {
        margin: 0 auto;
        max-width: 100%;
    }
}
/*熒幕尺寸【小於】1025時頁面顯示---平板*/
@media (min-width:576px) and (max-width: 1024px) {
    #information_box .information h4 {
        width: calc(100% - 40px);
        margin-left: 10px;
    }
    .information h4 span {
        display: block;
    }
    #place{
        margin: 30px auto;
    }
    #map{
        display: block;
        width: 100%;
        float: none;
    }
    #place .information{
        width: 100%;
        height:auto;
        float: none;
        padding: 30px 0;
    }
}
