* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
*::-moz-selection {
    background: #222f50;
    color: #fff;
}
*::selection {
    background: #222f50;
    color: #fff;
}
*:focus {
    outline: none;
}
body {
    font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    background: #fff;
    letter-spacing: 0;
    word-wrap: break-word;
    word-break: normal;
}
a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.wrapper {
    overflow: hidden;
    padding-bottom: 40px;
}

.bt {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    user-select: none;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    background: none;
    text-decoration: none;
}
.bt:focus {
    outline: none;
}
.bt::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.bt.bt-style1 {
    font-size: 1.5em;
    color: #fff;
    border: 0;
    border-radius: 3px;
    letter-spacing: 5px;
    padding: 10px 50px;
    margin: 30px 0;
    background-color: #2182ac;
}
.bt.bt-style1:hover {
    background-color: #aaa;
}

.field {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
}
.field:focus {
    border-color: #2182ac;
}
textarea.field {
    height: 150px;
}
.field-label {
    display: block;
    margin-bottom: 0.25em;
}
.field-group {
    margin-bottom: 1em;
}
.agree {
    font-size: 0.9em;
}

.wrapper {
    overflow: hidden;
}
.container {
    max-width: 900px;
    margin: 0 auto;
}
.header {
    position: fixed;
    background: #E2520E;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    padding: 10px 20px;
}
.site-title {
    font-size: 1em;
    margin: 0;
}
.site-title .logo {
    max-width: 100px;
}
.img {
    display: block;
    margin: 0 auto;
}
.contact-sect {
    padding: 1.5em;
}
.sect-title {
    font-size: 1.8em;
    text-align: center;
}
.sect-title span {
    display: inline-block;
    border-bottom: 1px solid #111;
}
.contact-form-foot {
    text-align: center;
}
.contact-info .cell {
    padding: 2%;
}
.contact-info .pic {
    padding: 1em 0;
}
.contact-info .map {
    position: relative;
}
.contact-info .map:before {
    content: '';
    display: block;
    padding-top: 300px;
}
.contact-info .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.footer {
    position: fixed;
    z-index: 200;
    bottom: 0;
    left: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    text-align: center;
}
.footer a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    color: #fff;
}
.footer a img {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    margin-bottom: 0.1em;
}
.footer a:nth-child(1) {
    background: #e56a33;
}
.footer a:nth-child(1):hover {
    background: #f48451;
}
.footer a:nth-child(2) {
    background: #3b5998;
}
.footer a:nth-child(2):hover {
    background: #5678bf;
}
.footer a:nth-child(3) {
    background: #0eab32;
}
.footer a:nth-child(3):hover {
    background: #0eab32;
}

@media (min-width: 768px) {
    textarea.field {
        height: 213px;
    }
    .contact-form .row:after {
        content: '';
        display: block;
        clear: both;
    }
    .contact-form .col {
        float: left;
        width: 50%;
        padding: 0 2%;
    }
    .contact-info {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .contact-info .cell {
        display: table-cell;
        vertical-align: middle;
    }
    .contact-info .map:before {
        padding-top: 90%;
    }
}