﻿@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');

html {
    height: 100%;
}

body {
    font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Avenir Next", PingFangTC-Light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Heiti TC", "LiHei Pro", Arial, sans-serif;
    background-color: #f2f2f2;
    height: 100%;
}

.siAlert-title {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.jconfirm-content-pane {
    margin-top: 10px;
}

a {
    color: #212529;
}

h1 {
    font-size: 2em;
    font-weight: bold;
}
h3 {
    font-size: 1.17em;
    font-weight: bold;
}
h4 {
    font-size: unset;
    font-weight: bold;
}

.form-group {
    font-size: 1.2rem;
}
.form-group label {
    font-size: 1.2rem;
}
.form-group .form-control {
    font-size: 1.2rem;
}

.field-validation-error {
    color: #f35656;
    font-size: 0.8em;
    margin-top: 5px;
    margin-left: 5px;
}

.container {
    max-width: 1200px;
    padding: unset;
    display: flex;
    flex-direction: column;
}

/* 整個頁面 */
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/* 封面視覺區塊 */
.wrapper-header {
    flex: 0 0 auto;
}
.wrapper-header-title {
    padding: 5em 1em;
    text-align: center;
    color: #fff;
    background-color: #4a4a4a;
    margin: 0;
}
/* 頁面內容區塊 */
.wrapper-contents {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wrapper-contents .container {
    background-color: white;
}
/* 簽名檔區塊 */
.wrapper-footer {
    flex: 0 0 auto;
    padding: 50px 30px 30px;
    font-size: 12px;
}

.media {
    display: block;
    width: 100%;
}

.section {
    position: relative;
    padding: 30px 20px;
    width: 100%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 1px;
}

.form-button {
    background-color: #f3bb56;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    border: 0;
    padding: 0;
    width: 100%;
    border-radius: 3px;
}

.dot-before::before{
    content: '・';
}

@media (min-width: 768px) {
    .section {
        padding: 40px 50px 35px;
    }
}

@media (min-width: 1024px) {
    .section {
        padding: 40px 160px 45px;
    }
}
