
#contact {
    width: 100%;
    /* height: 350px; */
    margin-bottom: 0px;
    /* position: relative; */
}
.container-c {
    max-width:1200px;
    min-height: 400px;
    margin: auto;
    z-index: -1;
    
    /* display: flex; */
    /* background-image: url("../img/contact_01.png");
    background-repeat: no-repeat; */
}
.map{
    margin:20px auto;
    width: 80%;

}

h2 {
    margin-bottom: 10px;
    text-align: left;
    color: #A79C8E;
    font-size: 24px;
    font-weight: bold;
  }
h2 i{
    color: #eb9f9f;
  }
.container-c ul {
    width: 80%;
    margin: auto;
    
}

.container-c ul li{
font-size: 16px;
color: #A79C8E;
line-height: 26px;
}

.bg_pb {
    width: 100%;
    height: 70px;
    background-image: url("../img/bg_wb1.png");
}

/* 平版 */
@media screen and (min-width: 768px) {

    
}

/* 電腦版 */
@media screen and (min-width: 1200px) {
    .container-c {
        max-width:1200px;
        min-height: 350px;
        margin: auto;
        position: relative;
        display: flex;
        /* background-image: url("../img/contact_01.png");
        background-repeat: no-repeat; */
    }
    .map{
        margin-top: 30px;
        width: 50%;
    
    }
    .container-c ul {
        width: 100%;
        margin-left: 100px;
        
    }
}