img {
    max-width: 100%;
    vertical-align: top;
    pointer-events: none;
    margin: 0 auto;
    z-index: -1;
}


body {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    font-family: Microsoft JhengHei;
    line-height: 30px;
    letter-spacing: 1px;
}

body>div {
    margin-top: 60px;
}

#top {
    margin: 0;
}

#about {
    margin: 0;
}

.logo {
    max-width: 30%;
    margin: 12px;
}

.contact-header {
    display: flex;
    justify-content: center;
}

.content {
    margin: 0 42px;
}

.sitems-header .item-img {
    margin-right: 15px;
}

#sitems .title {
    max-width: 35%;
    margin: 0 auto;
    margin-top: 60px;
}

hr {
    width: 40px;
    height: 5px;
    background-color: #e0dcaf;
    border-width: 0;
}


#sitems .link {
    width: 35%;
    margin: 0 auto;
    margin-top: 25px;
}

.sitems-content .item-img {
    margin: 0 45px;
}

.sitems-content .item {
    margin-top: 30px;
}

.sitems-content .item-title {
    color: #d9aa8e;
    font-weight: bold;
    font-size: 18px;
    margin-top: 8px;
}

.sitems-content .item-content {
    margin: 0 30px;
}


.line {
    display: flex;
    margin: 0 35px;
    margin-top: 20px;
}

.link .item {
    width: 65%;
    margin: 0 auto;
    margin-top: 13px;
    display: flex;
    box-shadow: 0px 2px 0px 0px #e0dcaf;
    padding-bottom: 5px;
    line-height: 25px;
}

.line>div {
    margin: 0 10px;
}

.line .item {
    margin: auto 10px;
}

.LindID {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 12px;
    line-height: 25px;
}

.line hr {
    width: 56px;
    height: 5.5px;
}


.process-header .item-img {
    margin-right: 15px;
}

.process-content {
    background-color: #f5e6e4;
    margin-top: -85px;
    padding-top: 115px;
    padding-bottom: 40px;
}

.process-content .item:not(:first-child) {
    margin-top: 40px;
}

.process-content .item-content {
    margin: 0 30px;
    margin-top: 20px;
    font-weight: bold;
}


#contact .line hr {
    height: 8px;
    margin: 8px 0;
}

.contact-content .icon {
    margin: auto 0;
    display: flex;
    width: 25px;
}

.contact-content .point-icon {
    width: 8px;
    height: 8px;
    background-color: #fadfcf;
    border-radius: 50%;
}

.contact-content .title {
    font-weight: bold;
}

.link .item>div:not(:first-child) {
    margin-left: 8px;
}

#contact .link1 {
    width: 45%;
    margin: 0 auto;
    margin-top: 25px;
}

.contact-content .link {
    margin-top: 30px;
}

.contact-bg {
    margin-top: -65px;
    z-index: -1;
    /* position: absolute; */
}