@charset "UTF-8";
/* CSS Document */

section, article, aside, footer, header, nav, h2 { display:block;}

body { padding:0; margin:0 auto; color: #414141; font:1em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; background-color: #fff; display: block; position: relative;}
img { border:0;}

html, body { height: 100%;}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/********** checkbox **********/
/* Customize the label (the container) */
.choice-container { display: block; position: relative; padding-left: 25px; cursor: pointer; font-size: 1.2em; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
/* Hide the browser's default checkbox */
.choice-container input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
/* Create a custom checkbox */
.choice-container .checkmark { position: absolute; top: 0; left: 0; height: 18px; width: 18px; background-color: #aaa;}
/* On mouse-over, add a grey background color */
.choice-container:hover input ~ .checkmark { background-color: #444;}
/* When the checkbox is checked, add a blue background */
.choice-container input:checked ~ .checkmark { background-color: #444;}
/* Create the checkmark/indicator (hidden when not checked) */
.choice-container .checkmark:after { content: ""; position: absolute; display: none;}
/* Show the checkmark when checked */
.choice-container input:checked ~ .checkmark:after { display: block;}
/* Style the checkmark/indicator */
.choice-container .checkmark:after { left: 5px; top: 1px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

.tr_style {color:#fff; font-weight: 500; line-height: 1.1em; background-color: #666;}

@media screen and (min-width: 1024px) {
    
    
    /********** header **********/
    
    header { width: 100%; padding: 20px; color: #fff; box-sizing: border-box; background-color: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; z-index:999;}
    
    header .title  { width: 180px; padding: 10px 0; color: #414141; font-size: 1.2em; font-weight: 500; text-align: center; letter-spacing: 0.1em; line-height: 1em; border-radius: 10px; background-color: #fff; float: left;}
    
    header nav#mo { display: none;}
    
    header nav#pc  { width: calc(100% - 180px); float: right;}
    header nav#pc ul { width: 100%; padding: 0; margin: 0; list-style: none; display: flex; justify-content: flex-end; align-items: center;}
    header nav#pc ul li { padding: 0; margin: 0 10px;}
    header nav#pc ul li a { padding: 10px 15px; color: #fff; font-size: 0.9em; line-height: 1em; text-decoration: none; display: block;}
    header nav#pc ul li a:hover, a:active { border-radius: 6px; background-color: rgba(255,255,255,0.2);}
    
    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;
    }
    
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: rgba(0,0,0,0.6);
        min-width: 260px;
        z-index: 1;
    }
    
    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    
    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {background-color: #ddd;}
    
    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {display: block;}

    /********** section #login **********/
    
    section#login { clear: both; width: 100%; z-index: 1;}
    
    section#login .login-bg-full { width: 100%; height: 800px; padding: 80px 0 0 0; box-sizing: border-box; background: url("../images/hp_bg.jpg") bottom no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; position: relative; z-index: 10;}
    section#login .login-bg-full .log-form-bx { width: 300px; padding: 40px 20px; box-sizing: border-box; border-radius: 20px; background-color: #fff; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8);}
    section#login .login-bg-full .log-form-bx form { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
    section#login .login-bg-full .log-form-bx .title { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.4em; font-weight: 500; text-align: center; border-bottom: 1px #ccc solid;}
    section#login .login-bg-full .log-form-bx .column { width: 100%; margin: 0 0 10px 0; box-sizing: border-box; display: flex; justify-content: space-between; flex-wrap: wrap;}
    section#login .login-bg-full .log-form-bx .column:nth-child(3) { margin: 0 0 30px 0;}
    section#login .login-bg-full .log-form-bx .column input[type=text], input[type=password] { width: 100%; padding: 8px; border: 0; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; box-sizing: border-box; background-color: #efefef;}
    section#login .login-bg-full .log-form-bx .column input[type=submit] { width: 48%; padding: 8px; color: #fff; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    section#login .login-bg-full .log-form-bx .column input[type=submit]:hover { background-color: #666;}
    section#login .login-bg-full .log-form-bx .column input[type=reset] { width: 48%; padding: 8px; color: #fff; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    section#login .login-bg-full .log-form-bx .column input[type=reset]:hover { background-color: #666;}
    
    
    
    /********** section #w_type **********/
    
    section#w_type { width: 100%; padding: 0 0 60px 0; box-sizing: border-box;}
    
    section#w_type .banner-box { width: 100%; height: 400px; display: flex; align-items: flex-start; overflow: hidden;}
    section#w_type .banner-box img { width: 100%; height: auto;}
    
    section#w_type .type_content { width: 80%; padding: 40px; margin: 60px auto 0 auto; border-radius: 20px; background-color: #fff; box-sizing: border-box; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8);}
    section#w_type .type_content .page_title { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.6em; font-weight: 500; text-align: center; border-bottom: 1px #ccc solid;}
    section#w_type .type_content .print-bt { width: 100px; padding: 0 0 10px 0; margin:0;margin-left: 90%;}
    section#w_type .type_content .print-bt input[type=button] { width: 100%; padding: 5px 0; color: #414141; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; background-color: #eee; text-align: center; cursor: pointer;}
    section#w_type .type_content .print-bt input[type=submit] { width: 100%; padding: 5px 0; color: #414141; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; background-color: #eee; text-align: center; cursor: pointer;}
    section#w_type .type_content .choice-bx { width: 100%; line-height: 1em; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
    section#w_type .type_content .choice-bx .col-half { width: 100%; margin: 0 0 30px 0; display: flex; justify-content: center; align-items: stretch;}
    section#w_type .type_content .choice-bx .col-half .pic { width: 800px; margin: 0 10px 0 0;}
    section#w_type .type_content .choice-bx .col-half .pic img { width: 100%; height: auto;}    
    section#w_type .type_content .choice-bx .col-half .pic input[type=text] { width: 100%; margin: 0 0 10px 0; padding: 5px 10px; border: 0; font:1em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .pic1 { width: 500px; margin: 0 5px 0 0;}
    section#w_type .type_content .choice-bx .col-half .pic1 img { width: 100%; height: auto;}    
    section#w_type .type_content .choice-bx .col-half .pic1 input[type=text] { width: 100%; margin: 0 0 10px 0; padding: 5px 10px; border: 0; font:1em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx { width: 210px;}
    section#w_type .type_content .choice-bx .col-half .column-bx .title { width: 100%; margin: 0 0 10px 0; padding: 10px; text-align: center; font-weight: 500; border-bottom: 1px #ccc solid; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx .text { width: 100%; margin: 0 0 10px 0; padding: 10px; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx1 { width: 310px;}
    section#w_type .type_content .choice-bx .col-half .column-bx1 .title { width: 100%; margin: 0 0 10px 0; padding: 10px; text-align: center; font-weight: 500; border-bottom: 1px #ccc solid; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx1 .text { width: 100%; margin: 0 0 10px 0; padding: 10px; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx input[type=text] { width: 100%; padding: 5px 10px; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx textarea[type=text] { width: 100%; padding: 5px 10px; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx select.full { width: 100%; padding: 5px 10px; margin: 0 0 10px 0; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx select.lf { width: calc(50% - 5px); padding: 5px 10px; margin: 0 5px 10px 0; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box; float: left;}
    section#w_type .type_content .choice-bx .col-half .column-bx select.rt { width: calc(50% - 5px); padding: 5px 10px; margin: 0 0 10px 5px; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box; float: left;}
    section#w_type .type_content .choice-bx .s-title { width: 100%; margin: 20px 0; font-size: 1em; font-weight: 500;}
    section#w_type .type_content .choice-bx .check-column { width: 100%; padding: 8px 5px; margin: 5px 0; font-size: 0.8em; font-weight: 400; background-color: #efefef; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: stretch;}
    .check-column { width: 100%; padding: 8px 5px; margin: 5px 0; font-size: 0.8em; font-weight: 400; background-color: #efefef; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: stretch;}
    section#w_type .type_content .choice-bx .check-column .column-1 { width: 10%; padding: 0 5px; display: flex; align-items: center; box-sizing: border-box;}    
    section#w_type .type_content .choice-bx .check-column .column-2 { width: 40%; padding: 0 5px; display: flex; align-items: center; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .check-column .column-2 input[type=text] { width: 100px; padding: 3px 5px; font:1em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #ddd; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .check-column .column-3 { width: calc(100% / 13); padding: 0 5px; display: flex; align-items: center; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .check-column .column-4 { width: calc(100% / 6); padding: 0 5px; display: flex; align-items: center; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .check-column .column-5 { width: calc(100% / 3); padding: 0 5px; display: flex; align-items: center; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .button-box { width: 100%; display: flex; justify-content: center;}
    section#w_type .type_content .choice-bx .button-box input[type=button].lf { width: calc(20% - 5px); padding: 10px; margin: 30px 5px 20px 0; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    section#w_type .type_content .choice-bx .button-box input[type=submit].lf { width: calc(20% - 5px); padding: 10px; margin: 30px 5px 20px 0; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    section#w_type .type_content .choice-bx .button-box input[type=reset].rt { width: calc(20% - 5px); padding: 10px; margin: 30px 0 20px 5px; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    
    
    
    /********** section #w_type result **********/
    
    section#w_type .result_content { width: 80%; padding: 40px; margin: 60px auto 0 auto; border-radius: 20px; background-color: #fff; box-sizing: border-box; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); position: relative;}
    
    section#w_type .result_content .print-bt { width: 100px; position: absolute; top: 20px; right: 40px;}
    section#w_type .result_content .print-bt input[type=button] { width: 100%; padding: 5px 0; color: #414141; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; background-color: #eee; text-align: center; cursor: pointer;}
    section#w_type .result_content .print-bt input[type=submit] { width: 100%; padding: 5px 0; color: #414141; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; background-color: #eee; text-align: center; cursor: pointer;}

    section#w_type .result_content .page_title { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.6em; font-weight: 500; text-align: center; border-bottom: 1px #ccc solid;}
    
    section#w_type .result_content .w-t-result-caption { width: 100%; font-size: 0.7em; color: #fff; font-weight: 500; line-height: 1.1em; background-color: #666; display: flex; justify-content: flex-start; align-items: stretch;}
    section#w_type .result_content .w-t-result-caption a { color: #fff; text-decoration: none;}
    section#w_type .result_content .w-t-result-caption .caption-1, .w-t-result-column .column-1 { width: 15%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}    
    section#w_type .result_content .w-t-result-caption .caption-2, .w-t-result-column .column-2 { width: 7%; padding: 8px 5px; text-align: center; border-right: 2px #ccc solid; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-3, .w-t-result-column .column-3 { width: 20%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-4, .w-t-result-column .column-4 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-5, .w-t-result-column .column-5 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-6, .w-t-result-column .column-6 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-7, .w-t-result-column .column-7 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-8, .w-t-result-column .column-8 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-9, .w-t-result-column .column-9 { width: 12%; padding: 8px 5px; text-align: center; border-right: 2px #ccc solid; box-sizing: border-box;}
//    section#w_type .result_content .w-t-result-caption .caption-10, .w-t-result-column .column-10 { width: 11%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-10, .w-t-result-column .column-10 { width: 12%; padding: 8px 5px; text-align: center; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-column { width: 100%; font-size: 0.7em; font-weight: 300; line-height: 1.1em; background-color: #ffffff; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: stretch;}
    section#w_type .result_content .w-t-result-column:nth-child(even) { background-color: #f1f1f1;}
    section#w_type .result_content .w-t-result-column .column-1 a { color: #414141;}
    section#w_type .result_content .w-t-result-column .column-1 a:hover { color: #888; background: none;}
    
    section#w_type .result_content .select-box { width: 60%; display: flex; justify-content: flex-start; align-items: center;}
    section#w_type .result_content .select-box .arrow-bx { width: 50px; font-size: 1.4em; text-align: center;}
    section#w_type .result_content .select-box .arrow-bx a { color: #666; text-decoration: none;}
    section#w_type .result_content .select-box .arrow-bx a:hover { color: #414141; border: 0; background: none;}
    section#w_type .result_content .select-box select { width: 180px; padding: 3px 5px; color: #414141; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; box-sizing: border-box; background-color: #fff; cursor: pointer; float: right;}
    
    
    /********** section #w_type result2 **********/
    
    section#w_type .result2_content { width: 80%; padding: 40px; margin: 60px auto 0 auto; border-radius: 20px; background-color: #fff; box-sizing: border-box; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8);}
    
    section#w_type .result2_content .top-box { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: center;}    
    section#w_type .result2_content .top-box .print-bt { width: 100px;}
    section#w_type .result2_content .top-box .print-bt input[type=button] { width: 100%; padding: 5px 0; color: #414141; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; background-color: #eee; text-align: center; cursor: pointer;}
    section#w_type .result2_content .top-box .page_title { width: 40%; font-size: 1.6em; font-weight: 500;}
    section#w_type .result2_content .top-box .select-box { width: 60%; display: flex; justify-content: flex-start; align-items: center;}
    section#w_type .result2_content .top-box .select-box .arrow-bx { width: 50px; font-size: 1.4em; text-align: center;}
    section#w_type .result2_content .top-box .select-box .arrow-bx a { color: #666; text-decoration: none;}
    section#w_type .result2_content .top-box .select-box .arrow-bx a:hover { color: #414141; border: 0; background: none;}
    section#w_type .result2_content .top-box .select-box select { width: 180px; padding: 3px 5px; color: #414141; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; box-sizing: border-box; background-color: #fff; cursor: pointer; float: right;}
    
    section#w_type .result2_content .weather-pic-box { width: 100%; margin: 0 0 40px 0; display: flex; justify-content: space-around; align-items: stretch;}
    section#w_type .result2_content .weather-pic-box .column-3x { margin: 0 5px;}
    section#w_type .result2_content .weather-pic-box .column-3x .text { width: 100%; margin: 0 0 15px 0; font-size: 1.1em; font-weight: 500; line-height: 1.2em;}
    section#w_type .result2_content .weather-pic-box .column-3x .text font.small { font-size: 0.7em; font-weight: normal;}
    section#w_type .result2_content .weather-pic-box .column-3x .pic { height: 20vw;}
    section#w_type .result2_content .weather-pic-box .column-3x .pic img { width: auto; height: 100%;}
    
    section#w_type .result2_content .pm-box { clear: both; width: 100%; margin: 0 0 40px 0;}
    section#w_type .result2_content .pm-box .title { width: 100%; margin: 0 0 15px 0; font-size: 1em; font-weight: 500; line-height: 1.2em;}
    section#w_type .result2_content .pm-box .title font.small { font-size: 0.7em; font-weight: normal;}    
    section#w_type .result2_content .pm-box .pm-table-caption { width: 100%; font-size: 0.6em; font-weight: 500; line-height: 1em; background-color: #f1f1f1; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: stretch;}
    section#w_type .result2_content .pm-box .pm-table-caption .caption, .pm-box .pm-table-column .column { width: calc(100% / 25); padding: 5px 2px; text-align: center; box-sizing: border-box;}
    section#w_type .result2_content .pm-box .pm-table-column { width: 100%; font-size: 0.6em; line-height: 1em; background-color: #fff; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: stretch;}
    
    
    
    /********** section #link **********/
    
    section#link { clear: both; width: 60%; padding: 80px 0; margin: 0 auto; box-sizing: border-box; z-index: 1;}
    
    section#link .link-title { width: 100%; padding: 0 0 10px 0; margin: 0 0 20px 0; font-size: 1.4em; font-weight: 500; border-bottom: 1px #ccc solid;}
    
    section#link .link-list { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
    section#link .link-list .column { width: calc(30%); margin: 10px;}
    section#link .link-list .column .title { width: 100%; margin: 0 0 20px 0; font-size: 1.2em; font-weight: 500;}
    section#link .link-list .column ul.link { width: 100%; padding: 0; margin: 0; list-style: none; display: block;}
    section#link .link-list .column ul.link li { padding: 0; margin: 0 0 5px 0; font-size: 1em; font-weight: 400;}
    section#link .link-list .column ul.link li a { color: #414141; text-decoration: none;}
    section#link .link-list .column ul.link li a:hover { text-decoration: underline;}
        
        
        
    /********** footer **********/
    
    footer { width: 100%; padding: 40px 20%; background-color: #efefef; box-sizing: border-box;}
    
    footer .social-icon { width: 100%; padding: 0 0 20px 0; margin: 0 0 20px 0; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: center;}
    footer .social-icon .icon { width: 50px; height: 50px;}
    footer .social-icon .icon a { width: 100%; height: 100%; color: #fff; font-size: 1.4em; text-decoration: none; border-radius: 100%; background-color: #535353; display: flex; justify-content: center; align-items: center;}
    footer .social-icon .icon a:hover, a:active { background-color: #999;}
    
    footer .copyright { width: 100%; color: #999; font-size: 0.8em; text-align: center;}
    
    /********** passwordChange **********/
    section#pp { width: 100%; padding: 0 0 60px 0; box-sizing: border-box;}

    section#pp .banner-box { width: 100%; height: 400px; display: flex; align-items: flex-start; overflow: hidden;}
    section#pp .banner-box img { width: 100%; height: auto;}

    section#pp .type_content { width: 80%; padding: 40px; margin: 60px auto 0 auto; border-radius: 20px; background-color: #fff; box-sizing: border-box; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8);}
    section#pp .type_content .page_title { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.6em; font-weight: 500; text-align: center; border-bottom: 1px #ccc solid;}
    .page_title2 { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.2em; font-weight: 500; text-align: center;}
    section#pp .type_content .choice-bx .button-box { width: 100%; display: flex; justify-content: center;}
    section#pp .type_content .choice-bx .button-box input[type=button].lf { width: calc(20% - 5px); padding: 10px; margin: 30px 5px 20px 0; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    section#pp .type_content .choice-bx .button-box input[type=submit].lf { width: calc(20% - 5px); padding: 10px; margin: 30px 5px 20px 0; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    section#pp .type_content .choice-bx .button-box input[type=reset].rt { width: calc(20% - 5px); padding: 10px; margin: 30px 0 20px 5px; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}

}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    
    
    /********** header **********/
    
    header { width: 100%; padding: 20px; color: #fff; box-sizing: border-box; background-color: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; z-index: 20;}
    
    header .title  { width: 180px; padding: 10px 0; color: #414141; font-size: 1.1em; font-weight: 500; text-align: center; letter-spacing: 0.1em; line-height: 1em; border-radius: 10px; background-color: #fff; float: left;}
    
    header nav#pc { display: none;}
    
    header nav#mo  { width: calc(100% - 180px); float: right;}
    header nav#mo .nav-icon-open { width: 60px; color: #fff; font-size: 2em; line-height: 1em; text-align: center; float: right;}
    header nav#mo ul { width: 100%; padding: 60px 0; margin: 0; list-style: none; display: none; background-color: rgba(0,0,0,0.9); box-sizing: border-box; position: absolute; top: 0; left: 0;}
    header nav#mo ul .nav-icon-close { width: 60px; color: #fff; font-size: 2em; line-height: 1em; text-align: center; position: absolute; top: 20px; right: 20px;}
    header nav#mo ul li { width: 100%; height: auto; padding: 0; margin: 0; text-align: center;}
    header nav#mo ul li a { width: 100%; padding: 30px 0; color: #fff; font-size: 1em; line-height: 1em; text-decoration: none; display: block;}
    header nav#mo ul li a:hover, a:active { background-color: rgba(255,255,255,0.2);}
    
        
    
    /********** section #login **********/
    
    section#login { clear: both; width: 100%; z-index: 1;}
    
    section#login .login-bg-full { width: 100%; height: 800px; padding: 80px 0 0 0; box-sizing: border-box; background: url("../images/hp_bg.jpg") no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; position: relative; z-index: 10;}
    section#login .login-bg-full .log-form-bx { width: 300px; padding: 40px 20px; box-sizing: border-box; border-radius: 20px; background-color: #fff; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8);}
    section#login .login-bg-full .log-form-bx form { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
    section#login .login-bg-full .log-form-bx .title { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.6em; font-weight: 500; text-align: center; border-bottom: 1px #ccc solid;}
    section#login .login-bg-full .log-form-bx .column { width: 100%; margin: 0 0 10px 0; box-sizing: border-box; display: flex; justify-content: space-between; flex-wrap: wrap;}
    section#login .login-bg-full .log-form-bx .column:nth-child(3) { margin: 0 0 30px 0;}
    section#login .login-bg-full .log-form-bx .column input[type=text], input[type=password] { width: 100%; padding: 8px; border: 0; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; box-sizing: border-box; background-color: #efefef;}
    section#login .login-bg-full .log-form-bx .column input[type=submit] { width: 48%; padding: 8px; color: #fff; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    section#login .login-bg-full .log-form-bx .column input[type=submit]:hover { background-color: #666;}
    section#login .login-bg-full .log-form-bx .column input[type=reset] { width: 48%; padding: 8px; color: #fff; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    section#login .login-bg-full .log-form-bx .column input[type=reset]:hover { background-color: #666;}
    
    
    
    /********** section #w_type **********/
    
    section#w_type { width: 100%; padding: 0 0 60px 0; box-sizing: border-box;}
    
    section#w_type .banner-box { width: 100%; display: flex; align-items: flex-start; overflow: hidden;}
    section#w_type .banner-box img { width: 100%; height: auto;}
    
    section#w_type .type_content { width: 90%; padding: 40px; margin: 60px auto 0 auto; border-radius: 20px; background-color: #fff; box-sizing: border-box; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8);}
    section#w_type .type_content .page_title { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.6em; font-weight: 500; text-align: center; border-bottom: 1px #ccc solid;}
    section#w_type .type_content .choice-bx { width: 100%; line-height: 1em; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
    section#w_type .type_content .choice-bx .col-half { width: 100%; margin: 0 0 30px 0; display: flex; justify-content: center; align-items: stretch;}
    section#w_type .type_content .choice-bx .col-half .pic { width: 720px; margin: 0 10px 0 0;}
    section#w_type .type_content .choice-bx .col-half .pic img { width: 100%; height: auto;}    
    section#w_type .type_content .choice-bx .col-half .pic input[type=text] { width: 100%; margin: 0 0 10px 0; padding: 5px 10px; border: 0; font:1em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx { width: calc(100% - 460px);}
    section#w_type .type_content .choice-bx .col-half .column-bx .title { width: 100%; margin: 0 0 10px 0; padding: 10px; text-align: center; font-weight: 500; border-bottom: 1px #ccc solid; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx .text { width: 100%; margin: 0 0 10px 0; padding: 10px; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx input[type=text] { width: 100%; padding: 5px 10px; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx textarea[type=text] { width: 100%; padding: 5px 10px; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx select.full { width: 100%; padding: 5px 10px; margin: 0 0 10px 0; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx select.lf { width: calc(50% - 5px); padding: 5px 10px; margin: 0 5px 10px 0; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box; float: left;}
    section#w_type .type_content .choice-bx .col-half .column-bx select.rt { width: calc(50% - 5px); padding: 5px 10px; margin: 0 0 10px 5px; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box; float: left;}
    section#w_type .type_content .choice-bx .s-title { width: 100%; margin: 20px 0; font-size: 1em; font-weight: 500;}
    section#w_type .type_content .choice-bx .check-column { width: 100%; padding: 8px 5px; margin: 5px 0; font-size: 0.8em; font-weight: 400; background-color: #efefef; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
    section#w_type .type_content .choice-bx .check-column .column-1 { width: 15%; padding: 0 5px; margin: 5px 0; display: flex; align-items: center; box-sizing: border-box;}    
    section#w_type .type_content .choice-bx .check-column .column-2 { width: 100%; padding: 0 5px; margin: 5px 0; display: flex; align-items: center; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .check-column .column-2 input[type=text] { width: 100px; padding: 3px 5px; font:1em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #ddd; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .check-column .column-3 { width: calc(100% / 6); padding: 0 5px; margin: 5px 0; display: flex; align-items: center; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .check-column .column-4 { width: calc(100% / 3); padding: 0 5px; margin: 5px 0; display: flex; align-items: center; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .check-column .column-5 { width: calc(100% / 3); padding: 0 5px; display: flex; align-items: center; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .button-box { width: 100%; display: flex; justify-content: center;}
    section#w_type .type_content .choice-bx .button-box input[type=button].lf { width: calc(30% - 5px); padding: 10px; margin: 30px 5px 20px 0; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    section#w_type .type_content .choice-bx .button-box input[type=submit].lf { width: calc(30% - 5px); padding: 10px; margin: 30px 5px 20px 0; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    section#w_type .type_content .choice-bx .button-box input[type=reset].rt { width: calc(30% - 5px); padding: 10px; margin: 30px 0 20px 5px; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    
    
    
    /********** section #w_type result **********/
    
    section#w_type .result_content { width: 90%; padding: 40px 20px; margin: 60px auto 0 auto; border-radius: 20px; background-color: #fff; box-sizing: border-box; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); position: relative;}
    
    section#w_type .result_content .print-bt { width: 100px; position: absolute; top: 20px; right: 20px;}
    section#w_type .result_content .print-bt input[type=button] { width: 100%; padding: 5px 0; color: #414141; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; background-color: #eee; text-align: center; cursor: pointer;}
    
    section#w_type .result_content .page_title { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.6em; font-weight: 500; text-align: center; border-bottom: 1px #ccc solid;}
    
    section#w_type .result_content .w-t-result-caption { width: 100%; font-size: 0.7em; color: #fff; font-weight: 500; line-height: 1.1em; background-color: #666; display: flex; justify-content: flex-start; align-items: stretch;}
    section#w_type .result_content .w-t-result-caption a { color: #fff; text-decoration: none;}
    section#w_type .result_content .w-t-result-caption .caption-1, .w-t-result-column .column-1 { width: 15%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-2, .w-t-result-column .column-2 { width: 7%; padding: 8px 5px; text-align: center; border-right: 2px #ccc solid; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-3, .w-t-result-column .column-3 { width: 20%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-4, .w-t-result-column .column-4 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-5, .w-t-result-column .column-5 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-6, .w-t-result-column .column-6 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-7, .w-t-result-column .column-7 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-8, .w-t-result-column .column-8 { width: 12%; padding: 8px 5px; text-align: center; border-right: 2px #ccc solid; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-9, .w-t-result-column .column-9 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
//    section#w_type .result_content .w-t-result-caption .caption-10, .w-t-result-column .column-10 { width: 11%; padding: 8px 5px; text-align: center; border-right: 2px #ccc solid; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-10, .w-t-result-column .column-10 { width: 12%; padding: 8px 5px; text-align: center; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-column { width: 100%; font-size: 0.7em; font-weight: 300; line-height: 1.1em; background-color: #ffffff; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: stretch;}
    section#w_type .result_content .w-t-result-column:nth-child(even) { background-color: #f1f1f1;}
    section#w_type .result_content .w-t-result-column .column-1 a { color: #414141;}
    section#w_type .result_content .w-t-result-column .column-1 a:hover { color: #888; background: none;}
    
    
    
    /********** section #w_type result2 **********/
    
    section#w_type .result2_content { width: 90%; padding: 40px 20px; margin: 60px auto 0 auto; border-radius: 20px; background-color: #fff; box-sizing: border-box; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8);}
    
    section#w_type .result2_content .top-box { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: center;}    
    section#w_type .result2_content .top-box .print-bt { width: 100px;}
    section#w_type .result2_content .top-box .print-bt input[type=button] { width: 100%; padding: 5px 0; color: #414141; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; background-color: #eee; text-align: center; cursor: pointer;}
    section#w_type .result2_content .top-box .page_title { width: 50%; font-size: 1.6em; font-weight: 500;}
    section#w_type .result2_content .top-box .select-box { width: 50%; display: flex; justify-content: flex-start; align-items: center;}
    section#w_type .result2_content .top-box .select-box .arrow-bx { width: 50px; font-size: 1.4em; text-align: center;}
    section#w_type .result2_content .top-box .select-box .arrow-bx a { color: #666; text-decoration: none;}
    section#w_type .result2_content .top-box .select-box .arrow-bx a:hover, a:active { color: #414141; border: 0; background: none;}
    section#w_type .result2_content .top-box .select-box select { width: 180px; padding: 3px 5px; color: #414141; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; box-sizing: border-box; background-color: #fff; cursor: pointer; float: right;}
    
    section#w_type .result2_content .weather-pic-box { width: 100%; margin: 0 0 40px 0; display: flex; justify-content: space-around; align-items: stretch;}
    section#w_type .result2_content .weather-pic-box .column-3x { margin: 0 5px;}
    section#w_type .result2_content .weather-pic-box .column-3x .text { width: 100%; margin: 0 0 15px 0; font-size: 1.1em; font-weight: 500; line-height: 1.2em;}
    section#w_type .result2_content .weather-pic-box .column-3x .text font.small { font-size: 0.7em; font-weight: normal;}
    section#w_type .result2_content .weather-pic-box .column-3x .pic { height: 20vw;}
    section#w_type .result2_content .weather-pic-box .column-3x .pic img { width: auto; height: 100%;}
    
    section#w_type .result2_content .pm-box { clear: both; width: 100%; margin: 0 0 40px 0; overflow: auto;}
    section#w_type .result2_content .pm-box .title { width: 100%; margin: 0 0 15px 0; font-size: 1em; font-weight: 500; line-height: 1.2em;}
    section#w_type .result2_content .pm-box .title font.small { font-size: 0.7em; font-weight: normal;}    
    section#w_type .result2_content .pm-box .pm-table-caption { width: 900px; font-size: 0.6em; font-weight: 500; line-height: 1em; background-color: #f1f1f1; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: stretch;}
    section#w_type .result2_content .pm-box .pm-table-caption .caption, .pm-box .pm-table-column .column { width: calc(100% / 25); padding: 5px 2px; text-align: center; box-sizing: border-box;}
    section#w_type .result2_content .pm-box .pm-table-column { width: 900px; font-size: 0.6em; line-height: 1em; background-color: #fff; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: stretch;}
    
    
    
    /********** section #link **********/
    
    section#link { clear: both; width: 80%; padding: 80px 0; margin: 0 auto; box-sizing: border-box; z-index: 1;}
    
    section#link .link-title { width: 100%; padding: 0 0 10px 0; margin: 0 0 20px 0; font-size: 1.4em; font-weight: 500; border-bottom: 1px #ccc solid;}
    
    section#link .link-list { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
    section#link .link-list .column { width: calc(50% - 40px); margin: 20px;}
    section#link .link-list .column .title { width: 100%; margin: 0 0 20px 0; font-size: 1.2em; font-weight: 500;}
    section#link .link-list .column ul.link { width: 100%; padding: 0; margin: 0; list-style: none; display: block;}
    section#link .link-list .column ul.link li { padding: 0; margin: 0 0 5px 0; font-size: 1em; font-weight: 400;}
    section#link .link-list .column ul.link li a { color: #414141; text-decoration: none;}
    section#link .link-list .column ul.link li a:hover { text-decoration: underline;}
        
        
        
    /********** footer **********/
    
    footer { width: 100%; padding: 40px 10%; background-color: #efefef; box-sizing: border-box;}
    
    footer .social-icon { width: 100%; padding: 0 0 20px 0; margin: 0 0 20px 0; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: center;}
    footer .social-icon .icon { width: 50px; height: 50px;}
    footer .social-icon .icon a { width: 100%; height: 100%; color: #fff; font-size: 1.4em; text-decoration: none; border-radius: 100%; background-color: #535353; display: flex; justify-content: center; align-items: center;}
    footer .social-icon .icon a:hover, a:active { background-color: #999;}
    
    footer .copyright { width: 100%; color: #999; font-size: 0.8em; text-align: center;}
    
    /********** passwordChange **********/
        section#pp { width: 100%; padding: 0 0 60px 0; box-sizing: border-box;}
	section#pp .banner-box { width: 100%; height: 400px; display: flex; align-items: flex-start; overflow: hidden;}
	section#pp .banner-box img { width: 100%; height: auto;}
	section#pp .type_content { width: 80%; padding: 40px; margin: 60px auto 0 auto; border-radius: 20px; background-color: #fff; box-sizing: border-box; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8);}
	section#pp .type_content .page_title { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.6em; font-weight: 500; text-align: center; border-bottom: 1px #ccc solid;}
	section#pp .type_content .choice-bx .button-box { width: 100%; display: flex; justify-content: center;}
	section#pp .type_content .choice-bx .button-box input[type=button].lf { width: calc(20% - 5px); padding: 10px; margin: 30px 5px 20px 0; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
	section#pp .type_content .choice-bx .button-box input[type=submit].lf { width: calc(20% - 5px); padding: 10px; margin: 30px 5px 20px 0; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
	section#pp .type_content .choice-bx .button-box input[type=reset].rt { width: calc(20% - 5px); padding: 10px; margin: 30px 0 20px 5px; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}

}


@media screen and (max-width: 767px) {
    
    
    /********** header **********/
    
    header { width: 100%; padding: 20px; color: #fff; box-sizing: border-box; background-color: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; z-index: 20;}
    
    header .title  { width: 180px; padding: 10px 0; color: #414141; font-size: 1.1em; font-weight: 500; text-align: center; letter-spacing: 0.1em; line-height: 1em; border-radius: 10px; background-color: #fff; float: left;}
    
    header nav#pc { display: none;}
    
    header nav#mo  { width: calc(100% - 180px); float: right;}
    header nav#mo .nav-icon-open { width: 60px; color: #fff; font-size: 2em; line-height: 1em; text-align: center; float: right;}
    header nav#mo ul { width: 100%; padding: 60px 0; margin: 0; list-style: none; display: none; background-color: rgba(0,0,0,0.9); box-sizing: border-box; position: absolute; top: 0; left: 0; overflow: auto;}
    header nav#mo ul .nav-icon-close { width: 60px; color: #fff; font-size: 2em; line-height: 1em; text-align: center; position: absolute; top: 20px; right: 20px;}
    header nav#mo ul li { width: 100%; height: auto; padding: 0; margin: 0; text-align: center;}
    header nav#mo ul li a { width: 100%; padding: 30px 0; color: #fff; font-size: 1em; line-height: 1em; text-decoration: none; display: block;}
    header nav#mo ul li a:hover, a:active { background-color: rgba(255,255,255,0.2);}
    
        
    
    /********** section #login **********/
    
    section#login { clear: both; width: 100%; z-index: 1;}
    
    section#login .login-bg-full { width: 100%; height: 800px; padding: 80px 0 0 0; box-sizing: border-box; background: url("../images/hp_bg.jpg") no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; position: relative; z-index: 10;}
    section#login .login-bg-full .log-form-bx { width: 300px; padding: 40px 20px; box-sizing: border-box; border-radius: 20px; background-color: #fff; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8);}
    section#login .login-bg-full .log-form-bx form { width: 100%; }
    section#login .login-bg-full .log-form-bx .title { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.6em; font-weight: 500; text-align: center; border-bottom: 1px #ccc solid;}
    section#login .login-bg-full .log-form-bx .column { width: 100%; margin: 0 0 10px 0; box-sizing: border-box; display: flex; justify-content: space-between; flex-wrap: wrap;}
    section#login .login-bg-full .log-form-bx .column:nth-child(3) { margin: 0 0 30px 0;}
    section#login .login-bg-full .log-form-bx .column input[type=text], input[type=password] { width: 100%; padding: 8px; border: 0; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; box-sizing: border-box; background-color: #efefef;}
    section#login .login-bg-full .log-form-bx .column input[type=submit] { width: 48%; padding: 8px; color: #fff; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer; float: right;}
    section#login .login-bg-full .log-form-bx .column input[type=submit]:hover { background-color: #666;}
    section#login .login-bg-full .log-form-bx .column input[type=reset] { width: 48%; padding: 8px; color: #fff; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer; float: left;}
    section#login .login-bg-full .log-form-bx .column input[type=reset]:hover { background-color: #666;}
    
    
    
    /********** section #w_type **********/
    
    section#w_type { width: 100%; padding: 0 0 60px 0; box-sizing: border-box;}
    
    section#w_type .banner-box { width: 100%; display: flex; align-items: flex-start; overflow: hidden;}
    section#w_type .banner-box img { width: 100%; height: auto;}
    
    section#w_type .type_content { width: 90%; padding: 40px 20px; margin: 60px auto 0 auto; border-radius: 20px; background-color: #fff; box-sizing: border-box; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8);}
    section#w_type .type_content .page_title { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.6em; font-weight: 500; text-align: center; border-bottom: 1px #ccc solid;}
    section#w_type .type_content .choice-bx { width: 100%; line-height: 1em; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
    section#w_type .type_content .choice-bx .col-half { width: 100%; margin: 0 0 20px 0;}
    section#w_type .type_content .choice-bx .col-half .pic { width: 100%; margin: 0 0 10px 0;}
    section#w_type .type_content .choice-bx .col-half .pic img { width: 100%; height: auto;}    
    section#w_type .type_content .choice-bx .col-half .pic input[type=text] { width: 100%; margin: 0 0 10px 0; padding: 5px 10px; border: 0; font:1em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx { width: 100%;}
    section#w_type .type_content .choice-bx .col-half .column-bx .title { width: 100%; margin: 0 0 5px 0; padding: 10px; text-align: center; font-weight: 500; border-bottom: 1px #ccc solid; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx .text { width: 100%; margin: 0 0 5px 0; padding: 10px; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx input[type=text] { width: 100%; padding: 5px 10px; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx textarea[type=text] { width: 100%; padding: 5px 10px; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx select.full { width: 100%; padding: 5px 10px; margin: 0 0 10px 0; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .col-half .column-bx select.lf { width: calc(50% - 5px); padding: 5px 10px; margin: 0 5px 10px 0; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box; float: left;}
    section#w_type .type_content .choice-bx .col-half .column-bx select.rt { width: calc(50% - 5px); padding: 5px 10px; margin: 0 0 10px 5px; border: 0; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #efefef; box-sizing: border-box; float: left;}
    section#w_type .type_content .choice-bx .s-title { width: 100%; margin: 20px 0; font-size: 1em; font-weight: 500;}
    section#w_type .type_content .choice-bx .check-column { width: 100%; padding: 8px 5px; margin: 5px 0; font-size: 0.8em; font-weight: 400; background-color: #efefef; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
    section#w_type .type_content .choice-bx .check-column .column-1 { width: 25%; padding: 0 5px; margin: 5px 0; display: flex; align-items: center; box-sizing: border-box;}    
    section#w_type .type_content .choice-bx .check-column .column-2 { width: 100%; padding: 0 5px; margin: 5px 0; display: flex; align-items: center; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .check-column .column-2 input[type=text] { width: 60px; padding: 3px 5px; font:1em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; text-align: center; border: 0; background-color: #ddd; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .check-column .column-3 { width: calc(100% / 3); padding: 0 5px; margin: 5px 0; display: flex; align-items: center; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .check-column .column-4 { width: calc(100% / 2); padding: 0 5px; margin: 5px 0; display: flex; align-items: center; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .check-column .column-5 { width: calc(100% / 2); padding: 0 5px; margin: 5px 0; display: flex; align-items: center; box-sizing: border-box;}
    section#w_type .type_content .choice-bx .button-box { width: 100%; display: flex; justify-content: center;}
    section#w_type .type_content .choice-bx .button-box input[type=button].lf { width: calc(50% - 5px); padding: 10px; margin: 30px 5px 20px 0; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    section#w_type .type_content .choice-bx .button-box input[type=submit].lf { width: calc(50% - 5px); padding: 10px; margin: 30px 5px 20px 0; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    section#w_type .type_content .choice-bx .button-box input[type=reset].rt { width: calc(50% - 5px); padding: 10px; margin: 30px 0 20px 5px; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
    
    
    
    /********** section #w_type result **********/
    
    section#w_type .result_content { width: 90%; padding: 40px 0; margin: 60px auto 0 auto; border-radius: 20px; background-color: #fff; box-sizing: border-box; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); position: relative;}
    
    section#w_type .result_content .print-bt { width: 100px; position: absolute; top: 10px; right: 10px;}
    section#w_type .result_content .print-bt input[type=button] { width: 100%; padding: 5px 0; color: #414141; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; background-color: #eee; text-align: center; cursor: pointer;}
    
    section#w_type .result_content .page_title { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.6em; font-weight: 500; text-align: center; border-bottom: 1px #ccc solid;}
    
    section#w_type .result_content .w-t-result-caption { width: 100%; font-size: 0.7em; color: #fff; font-weight: 500; line-height: 1.1em; background-color: #666; display: flex; justify-content: flex-start; align-items: stretch;}
    section#w_type .result_content .w-t-result-caption a { color: #fff; text-decoration: none;}
    section#w_type .result_content .w-t-result-caption .caption-1, .w-t-result-column .column-1 { width: 15%; padding: 8px 5px; text-align: center; word-wrap: break-word; word-break: break-all; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-2, .w-t-result-column .column-2 { width: 7%; padding: 8px 5px; text-align: center; border-right: 2px #ccc solid; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-3, .w-t-result-column .column-3 { width: 20%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-4, .w-t-result-column .column-4 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-5, .w-t-result-column .column-5 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-6, .w-t-result-column .column-6 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-7, .w-t-result-column .column-7 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-8, .w-t-result-column .column-8 { width: 12%; padding: 8px 5px; text-align: center; border-right: 1px #ccc dashed; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-9, .w-t-result-column .column-9 { width: 12%; padding: 8px 5px; text-align: center; border-right: 2px #ccc solid; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-caption .caption-10, .w-t-result-column .column-10 { width: 12%; padding: 8px 5px; text-align: center; box-sizing: border-box;}
    section#w_type .result_content .w-t-result-column { width: 100%; font-size: 0.7em; font-weight: 300; line-height: 1.1em; background-color: #ffffff; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: stretch;}
    section#w_type .result_content .w-t-result-column:nth-child(even) { background-color: #f1f1f1;}
    section#w_type .result_content .w-t-result-column .column-1 a { color: #414141;}
    section#w_type .result_content .w-t-result-column .column-1 a:hover { color: #888; background: none;}
    
    
    
    /********** section #w_type result2 **********/
    
    section#w_type .result2_content { width: 90%; padding: 40px 20px; margin: 60px auto 0 auto; border-radius: 20px; background-color: #fff; box-sizing: border-box; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8);}
    
    section#w_type .result2_content .top-box { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; border-bottom: 1px #ccc solid;}    
    section#w_type .result2_content .top-box .print-bt { width: 100px;}
    section#w_type .result2_content .top-box .print-bt input[type=button] { width: 100%; padding: 5px 0; color: #414141; font:0.8em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; background-color: #eee; text-align: center; cursor: pointer;}
    section#w_type .result2_content .top-box .page_title { width: 100%; font-size: 1.6em; font-weight: 500;}
    section#w_type .result2_content .top-box .select-box { width: 100%; margin: 10px 0; display: flex; justify-content: center; align-items: center;}
    section#w_type .result2_content .top-box .select-box .arrow-bx { width: 50px; font-size: 1.4em; text-align: center;}
    section#w_type .result2_content .top-box .select-box .arrow-bx a { color: #666; text-decoration: none;}
    section#w_type .result2_content .top-box .select-box .arrow-bx a:hover, a:active { color: #414141; border: 0; background: none;}
    section#w_type .result2_content .top-box .select-box select { width: 180px; padding: 3px 5px; color: #414141; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 1px #ccc solid; border-radius: 6px; box-sizing: border-box; background-color: #fff; cursor: pointer; float: right;}
    
    section#w_type .result2_content .weather-pic-box { width: 100%; margin: 0 0 40px 0;}
    section#w_type .result2_content .weather-pic-box .column-3x { width: 100%; margin: 0 0 10px 0;}
    section#w_type .result2_content .weather-pic-box .column-3x .text { width: 100%; margin: 0 0 15px 0; font-size: 1.1em; font-weight: 500; line-height: 1.2em;}
    section#w_type .result2_content .weather-pic-box .column-3x .text font.small { font-size: 0.7em; font-weight: normal;}
    section#w_type .result2_content .weather-pic-box .column-3x .pic { width: 100%;}
    section#w_type .result2_content .weather-pic-box .column-3x .pic img { width: 100%; height: auto;}
    
    section#w_type .result2_content .pm-box { clear: both; width: 100%; margin: 0 0 40px 0; overflow: auto;}
    section#w_type .result2_content .pm-box .title { width: 100%; margin: 0 0 15px 0; font-size: 1em; font-weight: 500; line-height: 1.2em;}
    section#w_type .result2_content .pm-box .title font.small { font-size: 0.7em; font-weight: normal;}    
    section#w_type .result2_content .pm-box .pm-table-caption { width: 900px; font-size: 0.6em; font-weight: 500; line-height: 1em; background-color: #f1f1f1; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: stretch;}
    section#w_type .result2_content .pm-box .pm-table-caption .caption, .pm-box .pm-table-column .column { width: calc(100% / 25); padding: 5px 2px; text-align: center; box-sizing: border-box;}
    section#w_type .result2_content .pm-box .pm-table-column { width: 900px; font-size: 0.6em; line-height: 1em; background-color: #fff; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: stretch;}
    
    
    
    /********** section #link **********/
    
    section#link { clear: both; width: 90%; padding: 80px 0; margin: 0 auto; box-sizing: border-box; z-index: 1;}
    
    section#link .link-title { width: 100%; padding: 0 0 10px 0; margin: 0 0 20px 0; font-size: 1.4em; font-weight: 500; border-bottom: 1px #ccc solid;}
    
    section#link .link-list { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
    section#link .link-list .column { width: 100%; margin: 20px 0;}
    section#link .link-list .column .title { width: 100%; margin: 0 0 20px 0; font-size: 1.2em; font-weight: 500;}
    section#link .link-list .column ul.link { width: 100%; padding: 0; margin: 0; list-style: none; display: block;}
    section#link .link-list .column ul.link li { padding: 0; margin: 0 0 5px 0; font-size: 1em; font-weight: 400;}
    section#link .link-list .column ul.link li a { color: #414141; text-decoration: none;}
    section#link .link-list .column ul.link li a:hover { text-decoration: underline;}
        
        
        
    /********** footer **********/
    
    footer { width: 100%; padding: 40px 5%; background-color: #efefef; box-sizing: border-box;}
    
    footer .social-icon { width: 100%; padding: 0 0 20px 0; margin: 0 0 20px 0; border-bottom: 1px #ccc solid; display: flex; justify-content: flex-start; align-items: center;}
    footer .social-icon .icon { width: 50px; height: 50px;}
    footer .social-icon .icon a { width: 100%; height: 100%; color: #fff; font-size: 1.4em; text-decoration: none; border-radius: 100%; background-color: #535353; display: flex; justify-content: center; align-items: center;}
    footer .social-icon .icon a:hover, a:active { background-color: #999;}
    
    footer .copyright { width: 100%; color: #999; font-size: 0.9em; text-align: center;}

    /********** passwordChange **********/
    section#pp { width: 100%; padding: 0 0 60px 0; box-sizing: border-box;}
	section#pp .banner-box { width: 100%; height: 400px; display: flex; align-items: flex-start; overflow: hidden;}
	section#pp .banner-box img { width: 100%; height: auto;}
	section#pp .type_content { width: 80%; padding: 40px; margin: 60px auto 0 auto; border-radius: 20px; background-color: #fff; box-sizing: border-box; -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.8);}
	section#pp .type_content .page_title { width: 100%; padding: 0 0 10px 0; margin: 0 0 40px 0; font-size: 1.6em; font-weight: 500; text-align: center; border-bottom: 1px #ccc solid;}
	section#pp .type_content .choice-bx .button-box { width: 100%; display: flex; justify-content: center;}
	section#pp .type_content .choice-bx .button-box input[type=button].lf { width: calc(20% - 5px); padding: 10px; margin: 30px 5px 20px 0; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
	section#pp .type_content .choice-bx .button-box input[type=submit].lf { width: calc(20% - 5px); padding: 10px; margin: 30px 5px 20px 0; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
	section#pp .type_content .choice-bx .button-box input[type=reset].rt { width: calc(20% - 5px); padding: 10px; margin: 30px 0 20px 5px; color: #fff; font:0.9em "Noto Sans TC", sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 6px; box-sizing: border-box; background-color: #777777; cursor: pointer;}
}

