@charset "UTF-8";

.contact {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto 100px auto;
    overflow: visible;
}

.contact-title {
    margin: 0 0 40px 0;
}

.contact-title__sub {
    font-size: 12px;
    line-height: 1;
    font-family: 'NotoSerifTC', 'Microsoft JhengHei', 'PingFang', sans-serif;
    letter-spacing: 1px;
    margin: 0 0 8.5px 0;
}

.contact-title__main {
    font-size: 21px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'NotoSerifTC-M', 'Microsoft JhengHei', 'PingFang', sans-serif;
}

/****地圖****/
.contact__map {
    width: calc(100% - 60px);
    margin: 0 auto -45px auto;
    overflow: hidden;
}

.contact__map::before {
    content: '';
    position: absolute;
    top: min(280px, 40%);
    right: min(350px, -40%);
    display: block;
    width: 80%;
    min-width: 700px;
    height: 100%;
    min-height: 450px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .8) 60%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    overflow: hidden;
    z-index: 10;
}

.contact__map .pad,
.contact__map .mb {
    display: none;
}

.contact__map__content {
    position: absolute;
    bottom: 95px;
    right: 55px;
    text-align: right;
    z-index: 50;
}

.contact__map__content__title {
    font-size: 25px;
    line-height: 1;
    color: #262626;
    font-family: 'Times New Roman', Times, serif;
    margin: 0 0 20px 0;
}

.contact__map__content__text {
    font-size: 14px;
    color: #3f3f3f;
    line-height: 1.5;
    font-family: 'NotoSerifTC', 'Microsoft JhengHei', 'PingFang', sans-serif;
    letter-spacing: 1px;
}

/****內文****/
.contact__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: center;
    justify-content: center;
    width: calc(100% - 160px);
    background: #fff;
    margin: 0 auto;
    padding: 65px 65px 80px 65px;
    box-shadow: 20px 20px 55px rgba(193, 193, 193, .4);
}

/**聯絡表格**/
.contact__inner__message {
    width: 55%;
    padding: 20px 0 0 0;
    border-top: 1px solid #dcdcdc;
}

.contact__inner__message__from {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: center;
    justify-content: space-between;
}

.contact__inner__message__from input[type="text"],
.contact__inner__message__from textarea {
    margin: 0 0 10px 0;
}

.contact__inner__message__from .two {
    width: calc(50% - 5px);
}

.contact__inner__message__from .c-captcha {
    width: 100%;
    max-width: 270px;
    margin: 0 20px 10px 0;
}

.contact__inner__message__from .c-captcha input[type="text"] {
    margin: 0;
}

.contact__inner__message__from .c-bt-send {
    width: 100%;
    max-width: 150px;
    padding: 13px 20px;
}

/**聯絡資訊**/
.contact__inner__info {
    width: calc(45% - 65px);
    margin: 0 0 0 65px;
    padding: 20px 0 0 0;
    border-top: 1px solid #dcdcdc;
}

.contact__inner__info__item {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 0 25px 0;
}

.contact__inner__info__item__acc {
    position: relative;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    background: #111;
    margin: 0 20px 0 0;
    border-radius: 50%;
    overflow: hidden;
}

.contact__inner__info__item__acc img {
    object-fit: contain;
    object-position: center;
    width: 50%;
    height: 50%;
}

.contact__inner__info__item__text {
    width: calc(100% - 45px);
    font-size: 14px;
    color: #909090;
    line-height: 1.5;
    text-align: justify;
}

@media screen and (max-width: 991px) {

    /****地圖****/
    .contact__map .pc {
        display: none;
    }

    .contact__map .pad {
        display: block;
    }

    /**聯絡表格**/
    .contact__inner__message {
        width: 100%;
        margin: 0 0 60px 0;
    }

    /**聯絡資訊**/
    .contact__inner__info {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {

    /****地圖****/
    .contact__map {
        margin: 0 auto;
    }

    .contact__map::before {
        display: none;
    }

    .contact__map__content {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        margin: 40px auto;
        text-align: left;
    }

    /****內文****/
    .contact__inner {
        width: calc(100% - 50px);
    }

    .contact__inner__message__from .c-captcha,
    .contact__inner__message__from .c-bt-send {
        max-width: none;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 575px) {
    .contact {
        margin: 0;
    }

    .contact-title {
        margin: 0 0 20px 0;
    }

    .contact-title__main {
        font-size: 18px;
    }

    /****地圖****/
    .contact__map {
        width: calc(100% - 30px);
    }

    .contact__map .pad {
        display: none;
    }

    .contact__map .mb {
        display: block;
    }

    .contact__map__content {
        margin: 20px auto;
    }

    .contact__map__content__title {
        margin: 0 0 15px 0;
    }

    .contact__map__content__text br {
        display: none;
    }

    /****內文****/
    .contact__inner {
        width: 100%;
        padding: 40px 15px;
    }

    /**聯絡表格**/
    .contact__inner__message {
        margin: 0 0 40px 0;
    }

    .contact__inner__message__from .two {
        width: 100%;
    }

    /**聯絡資訊**/
    .contact__inner__info__item {
        margin: 0 0 10px 0;
    }

}



/****IOS樣式****/
@supports (-webkit-touch-callout: none) {}