html {
    height: 100%;
}

/*main {}*/
.main_content {
    background-image: url(../images/bg-about.png);
}

#noshow {
    display: none;
}

/*關於 主背景框*/
.license_con {
    width: 100vw;
    text-align: center;
    padding-top: 50px;
}

.license_con h1 {
    display: none;
}

/*關於 白框*/
.license_con2 {
    width: 90vw;
    margin: auto;
    margin-bottom: 50px;
    text-align: left;
    line-height: 2.2;
    color: #383838;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 15px 15px 17px rgba(0, 0, 0, 0.393)
}

.license_title {
    padding-top: 20px;
    padding-left: 30px;
}

.license_title h3 {
    font-size: 1.5rem !important;
}

.license_title h4 {
    font-size: 1.25rem !important;
}

h2 {
    font-size: 1.5rem !important;
    margin-bottom: 20px !important;
}

h3 {
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

h4 {
    font-size: 1.25rem !important;
    font-weight: bold !important;
}


.license_box {
    border-top: 1px solid #383838 !important;
    width: 95%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 30px;
    /*    display: none;*/
}

section h4 {
    font-size: 1.25rem !important;
}

section h5 {
    font-size: 1.125rem !important;
    font-weight: bold !important;
    line-height: 2 !important;
}

section h5 span {
    font-size: 0.975rem !important;
    font-weight: normal !important;
}

.license_box p {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 20px;
}

.license_box ul {
    list-style-type: decimal;
    padding-bottom: 10px;
    padding-left: 40px;
}

.license_box ol {
    list-style-type: disc;
    padding-bottom: 10px;
    padding-left: 40px;
}

.license_box>ul li,
.about_box2>ol li {
    list-style-type: inherit;
    font-size: 1rem;
    list-style-position: outside;
}

.license_box>ul.steptitle {
    list-style-type: none;
}

.license_box>ul li ol {
    list-style-type: disc;
    padding-bottom: 10px;
    padding-left: 20px;
}

.license_box>ul li ol li {
    font-size: 0.975rem;
    line-height: 1.875;
}

.icon {
    width: 18px;
    height: auto;
    color: #5b5a5b;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -5px;
}

/*網頁版用*/
@media screen and (min-width: 842px) {

    .slogan {
        /*h3*/
        margin: auto;
        width: 95%;
        font-size: 1.8rem !important;
        line-height: 1.5 !important;
    }
}

/*手機版用*/
@media screen and (max-width: 841px) {
    .license_con2 {
        border-radius: 15px;
    }

    .license_title {
        padding-left: 20px;
    }

    .license_box {
        width: 90%;
    }

    .license_box ul {
        padding-left: 20px;
    }

    .license_box ol {
        padding-left: 20px;
    }

    .license_box>ul li ol {
        padding-left: 0px;
    }

    .slogan {
        /*h3*/
        width: 90%;
        margin: auto;
        padding-bottom: 10px;

    }

    h2 {
        font-size: 1.25rem !important;
    }

    section h4 {
        font-size: 1.5rem !important;
    }
}
