.hero img {
    -o-object-position: 60% 50%;
    object-position: 60% 50%
}

.contact-title {
    margin-bottom: 60px
}

.contact-wrap {
    position: relative;
    margin-bottom: 5vw;
    display: flex;
    align-items: flex-end;
    gap: 5vw
}

.contact-info {
    margin-bottom: 5vw
}

.contact-name {
    font-weight: normal;
    font-size: .9375rem;
    color: #000;
    margin-bottom: 10px
}

.contact-name-en {
    position: absolute;
    top: 0%;
    color: #eee;
    font-size: 2rem;
    font-weight: 300;
    transform-origin: top left;
    white-space: nowrap
}

.contact-text {
    width: 300px;
    line-height: 1.8
}

.contact-text a:hover {
    color: #d7b85f;
    text-decoration: underline
}

.contact-map {
    width: 100%;
    height: 400px;
    background: #f2f2f2
}

.contact-map img {
    filter: grayscale(0%)
}

.contact-follow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.contact-follow a {
    color: #999;
    font-size: .9375rem;
    display: flex;
    align-items: center;
    padding: 5px 40px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 15px
}

.contact-follow a img {
    width: 15px;
    margin-right: 10px;
    display: inline-block;
    filter: brightness(10)
}

.contact-follow a:hover {
    color: #c7b299;
    border-color: #c7b299
}

.contact-follow a:hover img {
    filter: brightness(0)
}

.contact-line {
    height: 1px;
    width: 100%;
    background: #ccc
}

.kaohsiung .contact-name-en {
    left: calc(300px + 5vw);
    transform: rotate(90deg)
}

.tainan {
    flex-direction: row-reverse
}

.tainan .contact-name-en {
    right: calc(300px + 5vw);
    transform: translateX(100%) rotate(90deg) translateY(-100%)
}

.consult-title {
    margin-bottom: 60px
}

.consult-information {
    padding: 40px;
    border-radius: 20px;
    background: rgba(199, 178, 153, .1);
    line-height: 1.8;
    font-size: .75rem
}

.consult-information p {
    margin-bottom: 15px
}

.consult-information p:last-child {
    margin-bottom: 0
}

.consult-information-inner {
    margin-bottom: 15px
}

.consult-information-inner p {
    margin-bottom: 0px
}

.consult-information-inner ul {
    position: relative;
    padding-left: 15px
}

.consult-information-inner ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: .4em;
    width: 1px;
    height: 100%;
    background: #c7b299
}

.consult-information .emphasize {
    color: #c7b299;
    font-weight: bold
}

.consult-wrap {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
    margin-bottom: 60px
}

.consult-img {
    width: 400px
}

.consult-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 55% 50%;
    object-position: 55% 50%
}

.consult-form {
    width: 100%
}

.consult-subtitle {
    font-weight: normal;
    font-size: .9375rem;
    color: #000;
    margin-bottom: 10px
}

.consult-inner {
    margin-bottom: 40px
}

.consult-inner:last-child {
    margin-bottom: 0
}

.consult-content {
    display: grid;
    gap: 10px
}

.consult-content--grid1 {
    grid-template-columns: repeat(2, 1fr)
}

.consult-content--grid2 {
    grid-template-columns: 1fr
}

.consult-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    white-space: nowrap;
    line-height: 24px;
    font-size: .875rem
}

.consult-label {
    color: #000;
    padding-right: 10px;
    border-right: 1px solid #ccc
}

.consult-input,
.consult-select {
    width: 100%
}

.consult-textarea {
    width: 100%
}

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-sizing: border-box;
    color: #666;
    font-size: .875rem;
    line-height: 24px;
    border: none;
    padding: 0px;
    background: #fff
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #999
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #999
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #999
}

input.error,
textarea.error,
select.error {
    color: #d00
}

input.error::-moz-placeholder,
textarea.error::-moz-placeholder,
select.error::-moz-placeholder {
    color: #d00
}

input.error::placeholder,
textarea.error::placeholder,
select.error::placeholder {
    color: #d00
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder {
    color: #d00
}

input.error:-moz-placeholder,
textarea.error:-moz-placeholder,
select.error:-moz-placeholder {
    color: #d00
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder,
select.error:-ms-input-placeholder {
    color: #d00
}

@media screen and (max-width: 900px) {
    .contact-title {
        margin-bottom: 40px
    }

    .contact-wrap {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px
    }

    .contact-info {
        margin-bottom: 0
    }

    .contact-name-en {
        top: 110px;
        z-index: -1
    }

    .contact-line {
        display: none
    }

    .kaohsiung .contact-name-en,
    .tainan .contact-name-en {
        right: 0;
        left: auto;
        transform: none
    }

    .consult-wrap {
        grid-template-columns: 1fr
    }

    .consult-img {
        width: 100%;
        height: 300px
    }

    .consult-img img {
        -o-object-position: 50% 65%;
        object-position: 50% 65%
    }
}

@media screen and (max-width: 640px) {
    .contact-follow a {
        font-size: .75rem;
        padding: 5px 10px
    }

    .contact-follow a img {
        margin-right: 5px
    }

    .consult-content--grid1 {
        grid-template-columns: 1fr
    }
}