@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------header---------------------------------------*/
/*----------------------inside_title------------------------------*/
    #inside_title h2{
		text-align:left;
    }
/*---------------------------------------------------main---------------------------------------*/
/*-------------------------content--------------------------------*/
	main #content{
	    text-align: center;
	}
/*------------information_box-----------------*/
/*---box---*/
    #information_box {
        margin-bottom: 1em;
    }
    #information_box .box {
        display: table;
        margin: 0 auto;
    }
    #information_box .box .information{
        padding: 0 30px;
        margin-bottom: 30px;
    }
    /*
    #information_box .box .information:last-child {
        margin-bottom: 0;
    }
    */
    #information_box .information img {
        width: 30px;
        height: auto;
        float: left;
    }
    #information_box .box .information h4 {
        float: left;
        margin-left: 15px;
        text-align: left;
    }
/*---place---*/
    #map{
        width: 100%;
        height: 300px;
    }
/*------------------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;
    }

    #cart-box {
        margin-bottom: 1em;
    }
    #cart-box:after {
        content: ' ';
        display: table;
        clear: both;
    }
    #cart-box > .template {
        display: none;
    }
    #cart-box > a {
        float: left;
        position: relative;
        display: block;
        box-sizing: border-box;
        width: 350px;
        height: 120px;
        padding: 10px;
        overflow: hidden;
        background: #eeeeee;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    }
    #cart-box .thumb {
        float: left;
        width: 100px;
        height: 100px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    #cart-box .thumb img {
        max-width: 100%;
        max-height: 100%;
    }
    #cart-box p {
        float: left;
        width: 230px;
        margin: 0;
        text-align: left;
    }
    #cart-box .id {
        color: #090;
    }
    #cart-box .name {
        color: #777;
    }
    #cart-box .fa-times {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px;
        color: rgba(0,0,0,.3);
        font-size: 24px;
    }
    #cart-box > a:hover {
        background: #f9f9f9;
    }
    #cart-box > a:hover .thumb img {
        filter: brightness(.9);
    }
    #cart-box > a:hover .name {
        color: #000;
    }
    #cart-box .fa-times:hover {
        color: #dc3545;
    }

	form .box{
        width: 700px;
        margin: 0 auto;
        padding-top: 3%;
        text-align: left;
    }
    form .form-group{
        margin-bottom: 30px;
    }
    form label{
        line-height: 40px;
        letter-spacing: 2px;
    }
    form .form-group input,
    form textarea,
    form select{
        width: 100%;
    }
    form .form-group input,
    form select{
        height: 38px;
    }
    form textarea{
        height: 100px;
    }
    form .input-group {
        position: relative;
    }
    form .input-group:after{
        content: ' ';
        display: table;
        clear: both;
    }
    form .form-inline input,
    form .form-inline select{
        width: auto;
        margin-right: 5px;
    }
    #ctrl-box,
    #subject,
    #biznature {
        display: none;
    }
    #ctrl-box {
        text-align: right;
    }
/*驗證碼*/
    img#codeimg {
        position: absolute;
        right: 1px;
        top: 1px;
        width: auto;
        height: 36px;
        border-left: 1px solid #ccc;
    }
/*送出按鈕*/
    #submit .btn{
        cursor: pointer;
        color: #fff;
        border: none;
        background: #54483f;
		-ms-transition: color .3s ease,background .3s ease;
		transition: color .3s ease,background .3s ease;
        width: 100%;
        height: auto;
        padding: 10px 15px;
    }
    #submit:hover .btn{
        background-color: darkgoldenrod;
        color: #fff;
    }
@media (max-width: 1024px) {
/*---box---*/
    #information_box .box .information {
        width: 100%;
        padding: 0;
    }
    .information h4 span {
        display: block;
    }
/*---place---*/
    #map{
        display: block;
        width: 100%;
        float: none;
    }
    #place .information{
        width: 100%;
        height:auto;
        float: none;
        padding: 30px 0;
    }
/*------------------form----------------------*/
    form .box{
        padding-top: 5%;
    }
}
@media (max-width: 991px) {
    #cart-box > a {
        width: 50%;
    }
    #cart-box .thumb {
        width: 25%;
        height: 100%;
    }
    #cart-box p {
        width: 75%;
    }
}
@media (max-width: 767px) {
    form .box {
        width: 100%;
    }
    #cart-box > a {
        width: 100%;
    }
}
/* sm 554+ */
@media (min-width: 554px) {
    form .form-group{
        position: relative;
    }
    form .form-group:after{
        content: ' ';
        display: table;
        clear: both;
    }
    form label{
        width: 25%;
        float: left;
    }
    form .form-group input,
    form textarea,
    form select{
        width: 75%;
        float: left;
    }
}
@media (max-width: 480px) {
    #place {
        margin-bottom: 1em;
    }
}