@charset "utf-8";


@-moz-document url-prefix() {

    html,
    body {
        scrollbar-width: thin;
        scrollbar-color: transparent transparent;
    }
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    font-size: 15px;
    color: #464646;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    background-color: transparent;
    scroll-behavior: smooth;
    font-family: 微軟正黑體,
        "Microsoft JhengHei",
        sans-serif;
    overflow: hidden;
}

.contact_content .media-body dt {
    font-size: 16px;
    float: left;
    line-height: 40px;
}

.inputInfo span {
    color: #ccc;
}

.contact_content {
    width: 85%;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 0;
    background-color: transparent;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ffffff;
    box-shadow: none;
    height: 40px;
    line-height: 40px;

}

.contact_content .media-body dd {
    margin-bottom: 10px;
}

button {
    outline: none;
}

.btn-reset,
.btn-enter {
    display: inline-block;
    padding: 8px 25px;
    margin: 10px 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-enter {
    color: #ffffff;
    background-color: #6a0681;
}

.btn-reset {
    color: #6a0681;
    background-color: transparent;
    border: 1px solid #6a0681;
}

.btn_group {
    margin-top: 10px;
    margin-bottom: 0;
}

.item-name {
    line-height: 35px;
}

.form-control {
    width: 90%;
}

.word-limit {
    width: 90%;
    text-align: right;
}

.verify-f .form-control {
    width: 100px;
    display: inline;
}

.verify {
    display: inline;
    line-height: 35px;
    background-color: transparent;
}

dl {
    margin-bottom: 0;
}

/**************************************************************************************************************************************
    Device
***************************************************************************************************************************************/

@media only screen and (max-width: 1024px) {

    .contact_content {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    article.container {
        margin: 0 auto;
        width: 90%;
    }

    .contact_content .media-body dt {
        width: 12%;
    }

    .form-control {
        width: 88%;
    }

    .word-limit {
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {

    article.container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .contact_content .media-body dt {
        width: 17%;
        font-size: 15px;
        padding-left: 5px;
    }

    .form-control {
        width: 83%;
    }

    .word-limit {
        text-align: left;
    }

    .contact_content .media-body dd .order-input-box {
        width: 35px;
        padding: 0;
        line-height: 35px;
    }

    .btn-reset,
    .btn-enter {
        padding: 6px 15px;
    }

    .dl-horizontal textarea {
        height: 120px;
    }

    .word {
        font-size: 14px;
        padding-left: 0;
    }
}