﻿@charset "utf-8";
/*CSS Info ======================================================================
File Name: global.css
Editor: Sophia
Last Editor: Sophia
CreateDate:2010/11/26
LastDate: 2018/8/20
Version: 3.2
---------------------------
【 Table of Contents 】
	DIV XHTML頁面
	Free Style
	使用jQuery
	
	內容置中，100%寬度
    Responsive Design
	*--》超大螢幕：目標1440螢幕，內容1360，新的 base grid                           (1380 以上)
	*--》普通寬螢幕：目標1280螢幕，內容1200                                                     (1220～1379)
    *--》Smaller than 960: Smaller than the standard base grid，目標1024   (977～1219)
    *--》Tablet Portrait 752: Between 768px and 975px                                         ( 768～976px)
    *--》All Mobile Sizes: Less than 767px                                                                 (767以下)
    *--》Just Mobile Landscape: Between 480px and 767px                                 ( 480～767px)
    *--》Just Mobile Portrait: Less than 479px                                                           (479以下)
    
=================================================================================*/

/*===============================================================================
                               Browser-CSS Reset
=================================================================================*/
@import "Reset.css";
/*===============================================================================
                                     全域設定
=================================================================================*/

/* #Basic Styles
================================================== */
body {
    /*background-color: #fff;
    color: #545454;*/
    color: #707070;
}

    body.Blank /*空白頁適用*/ {
        background: none;
        border-top: none;
    }

/*-----------------No Script-----------------*/
/*#region No Script */
.TopNotice {
    display: none;
    padding: 0;
}

html.no-js .TopNotice {
    display: block;
    padding: 10px;
    font-weight: bold;
    line-height: 1.5rem;
    color: #FFF;
    background-color: #3a3a3a;
}
/*#endregion */



/* #Typography
================================================== */
/*#region Typography */
h1 {
    font-size: 3rem; /*48px*/
    line-height: 1.35em;
    margin-bottom: 14px;
}

h2 {
    font-size: 2.25rem; /*36px*/
    line-height: 1.35em;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.875rem; /*30px*/
    line-height: 1.35em;
    margin-bottom: 8px;
}

h4 {
    font-size: 1.5rem; /*24px*/
    line-height: 1.35em;
    margin-bottom: 4px;
}

h5 {
    font-size: 1.25rem; /*20px*/
    line-height: 1.5em;
}

h6 {
    font-size: 1.125rem; /*18px*/
    line-height: 1.3125em;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

.subheader {
    color: #3a3a3a;
}

a {
    text-decoration: none;
    color: #707070;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    a:hover {
        color: #27808e;
    }

    a:focus-visible {
        outline: 2px dashed #f09819;
    }

#Wrap {
    _overflow: visible;
    _height: 1px;
    zoom: 1;
}


    #Wrap:after {
        content: ".";
        display: block;
        height: 1px;
        clear: both;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        margin: -1px 0 0 0;
    }

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after { /*修正Float 撐開 DIV*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */
/*#endregion *


/*===============================================================================
                         以下是全域版面設定
=================================================================================*/

#Wrap {
}

/* 視覺化全版
    -----------------------------------*/
/*#region wrapper */
.wrapper {
    width: 1360px;
    margin: 0 auto;
    padding: 0;
    /*position: relative;*/
}

@media only screen and (min-width: 76.25em) and (max-width: 86.1875em) {
    .wrapper {
        width: 1200px;
    }
}

@media only screen and (min-width: 61.0625em) and (max-width: 76.1875em) {
    .wrapper {
        width: 960px;
    }
}

@media only screen and (min-width: 48em) and (max-width:61em) {
    body {
        overflow-x: hidden;
    }

    .wrapper {
        width: 752px;
    }
}

@media only screen and (max-width: 47.9735em) {
    .wrapper {
        width: 100%;
        min-width: calc(19em - 1px);
    }
}

@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    .wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 29.9375em) {
    .wrapper {
        width: 100%;
    }
}
/*#endregion */

/*-----------------Header-----------------*/
/*#region Header */
#Header {
    min-height: 217px;
}

    #Header .wrapper {
        position: relative;
        height: 100%;
    }

.header-bg {
    background-image: url(../../images/bg_header.svg);
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-background-size: contain,cover;
    background-size: contain,cover;
}

.key-vidion {
    background: none;
}

.kv-theme-wrap {
    display: none;
}

@media only screen and (max-width:61em) {
    #Header .wrapper {
        position: static;
    }
}

@media only screen and (max-width: 47.9735em) {
    #Header {
        /*padding-left: 20px;
        padding-right: 20px;*/
        min-height: 165px;
    }
}
/*#endregion */

/*----------------- topNav 導覽區 -----------------*/
/*#region topNav */
.topNav {
}

    .topNav ul {
        display: flex;
        padding: 0 10px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

        .topNav ul li {
        }

            .topNav ul li a {
                font-size: .875rem;
                padding: 10px;
                display: block;
            }

                .topNav ul li a:hover {
                    text-decoration: underline;
                }

    .topNav .topNav__fb {
        background-color: #4267B2;
        color: #fff;
        padding: 0 1px;
        border-radius: 2px;
        margin-right: 3px;
    }

@media only screen and (max-width: 61em) {
    .topNav {
        display: none;
    }
}
/*#endregion */

/*----------------- logo -----------------*/
/*#region logo */
.logo {
    display: inline-block;
    padding-left: 20px;
}

    .logo h1 {
        color: #27808e;
        font-size: 1.625rem;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 0;
        padding: 5px 0 0 10px;
    }

        .logo h1::before {
            content: '環境部';
            font-size: .75rem;
            color: #707070;
            display: block;
            line-height: 1em;
            font-weight: normal;
        }

@media only screen and (max-width: 61em) {
    .logo {
        padding: 20px;
    }
}

@media only screen and (max-width: 47.9735em) {

    .logo img {
        width: 42px;
    }

    .logo h1 {
        font-size: 1.125rem;
        padding-left: 0;
    }
}
/*#endregion */

/*----------------- hamburger Button -----------------*/
/*#region hamburger Button */
.hamburger-wrap {
    position: absolute;
    right: 0;
    z-index: 2;
    padding-right: 20px;
}

.btn-hamburger {
    background-color: transparent;
    border: none;
    width: 40px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: none;
}

    .btn-hamburger span {
        display: block;
        position: absolute;
        height: 5px;
        width: 50%;
        background: #C94733;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .btn-hamburger span:nth-child(even) {
            left: 50%;
            border-radius: 0 9px 9px 0;
        }

        .btn-hamburger span:nth-child(odd) {
            left: 0;
            border-radius: 9px 0 0 9px;
        }

        .btn-hamburger span:nth-child(1),
        .btn-hamburger span:nth-child(2) {
            top: 0;
        }

        .btn-hamburger span:nth-child(3),
        .btn-hamburger span:nth-child(4) {
            top: 12px;
        }

        .btn-hamburger span:nth-child(5),
        .btn-hamburger span:nth-child(6) {
            top: 24px;
        }

    .btn-hamburger.open span:nth-child(1),
    .btn-hamburger.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .btn-hamburger.open span:nth-child(2),
    .btn-hamburger.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .btn-hamburger.open span:nth-child(1) {
        left: 5px;
        top: 10px;
        background: #fff;
    }

    .btn-hamburger.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 10px;
        background: #fff;
    }

    .btn-hamburger.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
        background: #fff;
    }

    .btn-hamburger.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
        background: #fff;
    }

    .btn-hamburger.open span:nth-child(5) {
        left: 5px;
        top: 20px;
        background: #fff;
    }

    .btn-hamburger.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 20px;
        background: #fff;
    }

@media only screen and (max-width:61em) {
    .hamburger-wrap {
        top: 45px;
    }

    .btn-hamburger {
        display: inline;
    }
}

@media only screen and (max-width: 47.9735em) {
    .hamburger-wrap {
        top: 30px;
    }
}
/*#endregion */

/*----------------- main Menu -----------------*/
/*#region main Menu */
.mainMenu {
}

    .mainMenu > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
    }

        .mainMenu > ul > li {
            position: relative;
        }

            .mainMenu > ul > li > a {
                font-size: 1.125rem;
                font-weight: bold;
                padding: 15px 30px;
                display: block;
                cursor: pointer;
            }

            .mainMenu > ul > li.first-menu > a::after {
                content: '\f107';
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                padding-left: 5px;
            }


    .mainMenu .sub-menu {
        display: none;
        position: absolute;
        z-index: 10;
    }

        .mainMenu .sub-menu.active {
            display: block;
        }


        .mainMenu .sub-menu > li > a {
            padding: 10px;
            line-height: 1.4em;
            display: inline-block;
        }

        .mainMenu .sub-menu > li:last-child > a {
            border-bottom: none;
        }

@media only screen and (max-width:61em) {
    .mainMenu {
        background-color: #1C7C8B;
        padding-top: 100px;
        position: absolute;
        left: 0;
        width: 100%;
    }

        .mainMenu.out {
            top: -1000px;
        }

        .mainMenu.in {
            top: 0;
            z-index: 1;
        }

        .mainMenu > ul {
            align-items: stretch;
            flex-direction: column;
        }

            .mainMenu > ul > li {
                flex: 1;
            }

                .mainMenu > ul > li > a {
                    color: #fff;
                    padding: 15px 20px;
                    display: block;
                    background-color: #1C7C8B;
                    border-bottom: 2px solid #106471;
                }

        .mainMenu .sub-menu {
            display: none;
            position: static;
        }

            .mainMenu .sub-menu > li > a {
                padding: 10px 10px 10px 40px;
                display: block;
                color: #fff;
                border-bottom: 1px solid #1C7C8B;
                background-color: #27808e;
            }
}

@media only screen and (max-width: 47.9735em) {
    .mainMenu {
        padding-top: 80px;
    }
}
/*#endregion */

/*----------------- Content 主要內容 -----------------*/
/*#region Content */
#Content {
    background-color: #fff;
    min-height: 500px
}

.content-bg {
    background-image: url(../../images/bg-content.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    -webkit-background-size: contain,cover;
    background-size: contain,cover;
    padding-bottom: 200px;
}

@media only screen and (max-width: 61em) {
    .content-bg {
        background-position: left bottom;
    }
}

@media only screen and (max-width: 47.9735em) {
    .content-bg {
        padding-bottom: 100px;
    }
}


/*#region Breadcrumb */
.BreadcrumbArea {
    padding-bottom: 20px;
    min-height: 32px;
}

.BreadcrumbCont {
    line-height: 2rem;
}

.BreadcrumbArea .Breadcrumb {
    display: inline;
    margin-left: .75rem;
    color: #707070;
}

    .BreadcrumbArea .Breadcrumb a,
    .BreadcrumbArea .Breadcrumb a:hover {
        text-decoration: underline;
        color: #27808e;
    }

        .BreadcrumbArea .Breadcrumb a:not([href]) {
            color: #707070;
            text-decoration: none;
        }

    .BreadcrumbArea .Breadcrumb:before {
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        content: "\f015";
        font-weight: 900;
    }

@media only screen and (max-width: 61em) {
    .BreadcrumbArea {
        display: none;
    }
}
/*#endregion */


#MainCont {
}

.mainContWrap {
    position: relative;
}
/*#region PageTitle */
.pageTitle {
    margin-bottom: 30px;
    text-align: center;
}

    .pageTitle h2 {
        color: #b8402e;
        padding-left: 7px;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 0;
        border-left: 5px solid #b8402e;
    }

    .pageTitle p {
        padding: 15px 15px 0 15px;
    }

.pagesubTitle {
    padding: 0 20px 20px 20px;
}

/*#endregion */

/*#region main article & title */
main article {
    padding: 20px;
    color: #707070;
    font-size: 1.125rem;
    line-height: 1.875rem;
}

    main article p {
        line-height: 1.875rem;
        margin-bottom: 1.25rem;
    }

        main article p:last-child {
            margin-bottom: 0;
        }

article .article-list {
    padding-left: 35px;
    padding-bottom: 30px;
}

    article .article-list li {
        margin-bottom: 20px;
        line-height: 1.75rem;
    }

        article .article-list li:last-child {
            margin-bottom: 0;
        }


main .BlockSpace {
    padding-bottom: 40px;
}

main h3 {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #27808e;
}

main h4 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5rem;
    margin-bottom: 10px;
    color: #27808e;
}

    main h4 + article {
        padding-top: 0;
    }

main h5 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2.5rem;
    color: #555;
    padding: 10px;
}

@media only screen and (max-width: 47.9735em) {
    .pageTitle {
        /*margin-bottom: 10px;*/
    }

        .pageTitle h2 {
            /*font-size: 1.5rem;*/
            /*padding-left: 1rem;*/
        }

    main h3 {
        /*font-size: 1.375rem;*/
        line-height: 2rem;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    main h4 {
        /*font-size: 1.25rem;*/
        line-height: 1.5rem;
        margin-bottom: 10px;
        /*margin-left: 20px;*/
    }

    main article {
        padding: 10px;
        font-size: 1rem;
    }

        main article p {
            line-height: 1.75rem;
            margin-bottom: 1rem;
        }
}
/*#endregion */

/*#region main with Colors */
main h3.blue {
    color: #04478D;
}

main h3.green {
    color: #597B00;
}

main h3.gray {
    color: #636363;
}

main h3.dark {
    color: #FFFFFF;
}


main h4.blue {
    color: #020926;
}

    main h4.blue:before {
        border-left-color: #7ABDE2;
    }

main h4.green {
    color: #305A06;
}

    main h4.green:before {
        border-left-color: #D1DC3A;
    }

main h4.gray {
    color: #535353;
}

    main h4.gray:before {
        border-left-color: #A7A7A7;
    }

main h4.dark {
    color: #E9E9E9;
}

    main h4.dark:before {
        border-left-color: #FFB297;
    }

main article.dark {
    color: #ffffff;
}
/*#endregion */


/*-----------------Footer-----------------*/
#Footer {
    color: #fff;
    background-color: #EEF9F8;
}

.footer-bg {
    background-image: url(../../images/bg-footer.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer-info {
    padding-top: 120px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

    .footer-info a {
        color: #fff;
        text-decoration: underline;
    }

.Announce {
}

    .Announce p {
        line-height: 1.875rem;
    }

.SocialMedia {
}

    .SocialMedia ul {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .SocialMedia li {
    }

        .SocialMedia li + li {
            margin-left: 10px;
        }

        .SocialMedia li a {
            display: inline-block;
            background-color: #DBDBDB;
            padding: 11px 9px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            text-decoration: none;
        }

        .SocialMedia li.facebook a {
            background-color: #4267B2;
        }

        .SocialMedia li.twitter a {
            background-color: #1DA1F2;
        }

        .SocialMedia li.line a {
            background-color: #00B900;
        }

        .SocialMedia li a:hover,
        .SocialMedia li a:focus {
            opacity: .8;
        }

        .SocialMedia li a i {
            font-size: 1.125rem;
            color: #fff;
        }

@media only screen and (max-width: 47.9735em) {
    .footer-info {
        padding-right: 20px;
        padding-left: 20px;
        flex-direction: column;
    }

    .SocialMedia {
        margin-top: 20px;
    }
}

/*----------------- top Button -----------------*/
.Item {
    display: flex;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 100;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width:47.9735em) {
    .Item {
        bottom: 30px;
    }
}


/*===============================================================================
                                無障礙 Accessibility
=================================================================================*/
/*#region Accessibility */
.TopAccessibility a {
    position: absolute;
    top: 0px;
    left: -999px;
    width: 0px;
    height: 0px;
    color: #FFF;
}

    .TopAccessibility a:hover {
        color: #eac400;
    }

    .TopAccessibility a:focus {
        position: absolute;
        top: 10px;
        left: 10px;
        width: auto;
        height: auto;
        padding: 5px;
        background-color: rgba(0,0,0,0.8);
    }

.accesskey {
    z-index: 0;
}

    .accesskey a {
        color: #ddd;
    }

.mainContWrap .accesskey {
    position: absolute;
    left: 10px;
    top: 0;
}
/*#endregion */
/*===============================================================================
                         General Setting
=================================================================================*/
/*#region General Setting */
.Clear {
    clear: both;
    /*以下新增*/
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.Dispear {
    display: none !important;
}

.Show {
    display: block;
}

/*-----------------文字顏色標註設定-----------------*/
.Note { /*備註 灰字*/
    font-size: .875rem;
    color: #707070;
}

.Alert { /*紅*/
    color: #CC0000;
}

.Alert2 { /*桃紅*/
    color: #FF3366;
}

.Near { /*橘*/
    color: #FF9933;
}

/*-----------------文字格式設定-----------------*/
.smallWords {
    font-size: small;
}

.AddHeight {
    line-height: 1.5em;
}

.text-line {
    text-decoration: underline;
}

/*-----------------文字靠齊設定-----------------*/
.txtLeft {
    text-align: left;
}

.txtCeter {
    text-align: center;
}

.txtRight {
    text-align: right;
}
/*-----------------文章區塊設定-----------------*/
.txtCont {
    padding: 30px;
    background-color: #edf4fb;
    margin: 0 20px 30px 20px;
    border-radius: 5px;
    background-image: url(../../images/bg_txtcont.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #333;
}

    .txtCont h3 {
        margin-top: 0;
    }

@media only screen and (max-width: 47.9735em) {
    .txtCont {
        margin-left: 0;
        margin-right: 0;
    }
}

/*-----------------圖片靠齊設定-----------------*/
.imgMiddle {
    vertical-align: middle;
}
/*-----------------指標-----------------*/
.clickable {
    cursor: pointer;
}

.unclickable {
    cursor: default;
}
/*-----------Some Fix From Reset---------------*/
button, label, select, input, textarea {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", Arial;
}

    button, select, input[type="email"], input[type="datetime-local"], input[type="text"], input[type="search"], input[type="password"], textarea {
        min-height: 1.5em;
        line-height: 1.5em;
        width: 15rem;
    }

textarea {
    width: calc(100% - 20rem);
    vertical-align: top;
    border: 1px solid #000;
}

select {
    line-height: 2em;
    /*margin:-2px;*/
    padding: 2px 3px;
    /*display: block;*/
    font-size: 1em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /*vertical-align: top;*/
    min-height: initial;
    width: 15rem;
}

    select:focus,
    select:focus-visible {
        outline: 2px dashed #f09819;
    }

label {
    margin: 0 .5em;
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
    width: 1em;
    height: 1em;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
    height: 2.25em;
}

.avoid-clicks {
    pointer-events: none;
}

.ui-datepicker {
    z-index: 999 !important;
}

    .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
        width: 4.5em;
        margin-right: .5em;
    }

    .ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
        width: 2.5em;
        margin-left: .5em;
    }

.ui-datepicker-trigger {
    margin-left: 5px;
    cursor: pointer;
}
/*#endregion */

/*=========================================================================
     Responsive Web Design Grid System
  =========================================================================  */
/*#region Grid System */
.columns {
    float: left;
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}
/* New Base Grid       1360
     -----------------------*/
.one.columns {
    width: 45px;
}

.two.columns {
    width: 130px;
}

.three.columns {
    width: 215px;
}

.four.columns {
    width: 300px;
}

.five.columns {
    width: 385px;
}

.six.columns {
    width: 470px;
}

.seven.columns {
    width: 555px;
}

.eight.columns {
    width: 640px;
}

.nine.columns {
    width: 725px;
}

.ten.columns {
    width: 810px;
}

.eleven.columns {
    width: 895px;
}

.twelve.columns {
    width: 980px;
}


.thirteen.columns {
    width: 1065px;
}

.fourteen.columns {
    width: 1150px;
}

.fifteen.columns {
    width: 1235px;
}

.sixteen.columns {
    width: 1320px;
}

.one-third.columns {
    width: 413px;
}

.two-thirds.columns {
    width: 865px;
}
/* Grid       1200
     -----------------------*/
@media only screen and (min-width: 76.25em) and (max-width: 86.1875em) {
    .one.columns {
        width: 35px;
    }

    .two.columns {
        width: 110px;
    }

    .three.columns {
        width: 185px;
    }

    .four.columns {
        width: 260px;
    }

    .five.columns {
        width: 335px;
    }

    .six.columns {
        width: 410px;
    }

    .seven.columns {
        width: 485px;
    }

    .eight.columns {
        width: 560px;
    }

    .nine.columns {
        width: 635px;
    }

    .ten.columns {
        width: 710px;
    }

    .eleven.columns {
        width: 785px;
    }

    .twelve.columns {
        width: 860px;
    }

    .thirteen.columns {
        width: 935px;
    }

    .fourteen.columns {
        width: 1010px;
    }

    .fifteen.columns {
        width: 1085px;
    }

    .sixteen.columns {
        width: 1160px;
    }

    .one-third.columns {
        width: 360px;
    }

    .two-thirds.columns {
        width: 760px;
    }
}


/* Base Grid       960
     -----------------------*/
@media only screen and (min-width: 61.0625em) and (max-width: 76.1875em) {
    .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .one.columns {
        width: 40px;
    }

    .two.columns {
        width: 100px;
    }

    .three.columns {
        width: 160px;
    }

    .four.columns {
        width: 220px;
    }

    .five.columns {
        width: 280px;
    }

    .six.columns {
        width: 340px;
    }

    .seven.columns {
        width: 400px;
    }

    .eight.columns {
        width: 460px;
    }

    .nine.columns {
        width: 520px;
    }

    .ten.columns {
        width: 580px;
    }

    .eleven.columns {
        width: 640px;
    }

    .twelve.columns {
        width: 700px;
    }

    .thirteen.columns {
        width: 760px;
    }

    .fourteen.columns {
        width: 820px;
    }

    .fifteen.columns {
        width: 880px;
    }

    .sixteen.columns {
        width: 940px;
    }

    .one-third.columns {
        width: 300px;
    }

    .two-thirds.columns {
        width: 620px;
    }
}
/* #Tablet (Portrait)  752
================================================== */
@media only screen and (min-width: 48em) and (max-width:61em) {
    .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .one.columns {
        width: 27px;
    }

    .two.columns {
        width: 74px;
    }

    .three.columns {
        width: 121px;
    }

    .four.columns {
        width: 168px;
    }

    .five.columns {
        width: 215px;
    }

    .six.columns {
        width: 262px;
    }

    .seven.columns {
        width: 309px;
    }

    .eight.columns {
        width: 356px;
    }

    .nine.columns {
        width: 403px;
    }

    .ten.columns {
        width: 450px;
    }

    .eleven.columns {
        width: 497px;
    }

    .twelve.columns {
        width: 544px;
    }

    .thirteen.columns {
        width: 591px;
    }

    .fourteen.columns {
        width: 638px;
    }

    .fifteen.columns {
        width: 685px;
    }

    .sixteen.columns {
        width: 732px;
    }

    .one-third.columns {
        width: 230px;
    }

    .two-thirds.columns {
        width: 482px;
    }
}

/*  # All Mobile    767↓
================================================== */
@media only screen and (max-width: 47.9735em) {
    .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .one.columns,
    .two.columns,
    .three.columns,
    .four.columns,
    .five.columns,
    .six.columns,
    .seven.columns,
    .eight.columns,
    .nine.columns,
    .ten.columns,
    .eleven.columns,
    .twelve.columns,
    .thirteen.columns,
    .fourteen.columns,
    .fifteen.columns,
    .sixteen.columns,
    .one-third.columns,
    .two-thirds.columns {
        /*width: 300px;*/
        width: calc(100% - 40px);
        margin-left: 20px;
    }
}


/* #Mobile (Landscape)  480～767
================================================== */
@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .one.columns,
    .two.columns,
    .three.columns,
    .four.columns,
    .five.columns,
    .six.columns,
    .seven.columns,
    .eight.columns,
    .nine.columns,
    .ten.columns,
    .eleven.columns,
    .twelve.columns,
    .thirteen.columns,
    .fourteen.columns,
    .fifteen.columns,
    .sixteen.columns,
    .one-third.columns,
    .two-thirds.columns {
        width: 410px;
    }
}
/*#endregion */


/*-----------------Fontawesome Extra Setting-----------------*/
/*#region Fontawesome Extra Setting */
.fa, .fas, .fab {
    font-weight: 900;
}

.fa-input {
    font-family: FontAwesome, "\5FAE\8EDF\6B63\9ED1\9AD4", Arial;
}
/*#endregion */
