﻿body {
    font-family: '微軟正黑體'
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

    .radio-item input[type='radio'] {
        display: none;
    }

    .radio-item input[type='checkbox'] {
        display: none;
    }

    .radio-item label {
        color: #808080;
        font-weight: normal;
    }

        .radio-item label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 5px;
            margin: 0 5px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 2px solid #47C9AF;
            background-color: transparent;
        }

    .radio-item input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 11px;
        left: 12px;
        content: " ";
        display: block;
        background: #47C9AF;
    }

    .radio-item input[type=checkbox]:checked + label:after {
        border-radius: 0.1em;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 6px;
        left: 12px;
        content: "\2714";
        display: block;
        color: #47C9AF;
    }

.w3-black, .w3-hover-black:hover {
    color: #808080 !important;
    background-color: #fff !important;
}

.w3-red, .w3-hover-red:hover {
    color: #fff !important;
    background-color: #47C9AF !important;
}

.w3-button:hover {
    color: #000 !important;
    background-color: #47C9AF !important;
}

.w3-border {
    border: 0 !important;
}

.w3-bar .w3-button {
    font-size: 12pt;
    font-family: '微軟正黑體';
    border-width: 1px;
    border-style: solid;
    border-color: #47C9AF;
    border-right-width: 0;
}

.tblJobTab {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

    .tblJobTab td {
        text-align: center;
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        width: 25%;
    }

        .tblJobTab td:hover {
            background-color: #AFE2D8;
        }

.tblCityTab {
    color: white;
    border-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

    .tblCityTab td {
        text-align: center;
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
    }

        .tblCityTab td:hover {
            background-color: #AFE2D8;
        }

.green {
    background-color: #0D5E4E;
}

.green2 {
    background-color: #47C9AF;
    color: white;
}

input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;
}

    input[type="checkbox"].ios8-switch + label {
        position: relative;
        padding: 5px 0 0 50px;
        line-height: 2.0em;
    }

        input[type="checkbox"].ios8-switch + label:before {
            content: "";
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            width: 40px; /* x*5 */
            height: 24px; /* x*3 */
            border-radius: 16px; /* x*2 */
            background: #fff;
            border: 1px solid #d9d9d9;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        input[type="checkbox"].ios8-switch + label:after {
            content: "";
            position: absolute;
            display: block;
            left: 0px;
            top: 0px;
            width: 24px; /* x*3 */
            height: 24px; /* x*3 */
            border-radius: 16px; /* x*2 */
            background: #fff;
            border: 1px solid #d9d9d9;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        input[type="checkbox"].ios8-switch + label:hover:after {
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
        }

    input[type="checkbox"].ios8-switch:checked + label:after {
        margin-left: 16px;
    }

    input[type="checkbox"].ios8-switch:checked + label:before {
        background: #47C9AF
    }

/* SMALL */

input[type="checkbox"].ios8-switch-sm {
    margin: 5px 0 0 10px;
}

    input[type="checkbox"].ios8-switch-sm + label {
        position: relative;
        padding: 0 0 0 32px;
        line-height: 1.3em;
    }

        input[type="checkbox"].ios8-switch-sm + label:before {
            width: 25px; /* x*5 */
            height: 15px; /* x*3 */
            border-radius: 10px; /* x*2 */
        }

        input[type="checkbox"].ios8-switch-sm + label:after {
            width: 15px; /* x*3 */
            height: 15px; /* x*3 */
            border-radius: 10px; /* x*2 */
        }

        input[type="checkbox"].ios8-switch-sm + label:hover:after {
            box-shadow: 0 0 3px rgba(0,0,0,0.3);
        }

    input[type="checkbox"].ios8-switch-sm:checked + label:after {
        margin-left: 10px; /* x*2 */
    }

/* LARGE */

input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}

    input[type="checkbox"].ios8-switch-lg + label {
        position: relative;
        padding: 7px 0 0 60px;
        line-height: 2.3em;
    }

        input[type="checkbox"].ios8-switch-lg + label:before {
            width: 50px; /* x*5 */
            height: 30px; /* x*3 */
            border-radius: 20px; /* x*2 */
        }

        input[type="checkbox"].ios8-switch-lg + label:after {
            width: 30px; /* x*3 */
            height: 30px; /* x*3 */
            border-radius: 20px; /* x*2 */
        }

        input[type="checkbox"].ios8-switch-lg + label:hover:after {
            box-shadow: 0 0 8px rgba(0,0,0,0.3);
        }

    input[type="checkbox"].ios8-switch-lg:checked + label:after {
        margin-left: 20px; /* x*2 */
    }

.btNext {
    width: 200px;
    height: 50px;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 16pt;
    color: #666666;
    font-family: '微軟正黑體';
    font-weight: bold;
}

#chartdiv {
    width: 100%;
    height: 700px;
}

#chartdiv2 {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    height: 700px;
}

.divParentChar {
    max-width: 1100px;
    position: relative;
    top: 90px;
    bottom: 350px;
    width: 60%;
    margin: 0 auto;
}

.divParentChar2 {
    max-width: 1100px;
    position: relative;
    top: 130px;
    width: 70%;
    height: 800px;
    margin: 0 auto;
}

.tblQ9Tab {
    border-width: 1px;
    border-style: solid;
    border-color: #47C9AF;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .tblQ9Tab td {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        border-color: #47C9AF;
    }

        .tblQ9Tab td:hover {
            color: white;
            background-color: #AFE2D8;
        }

#ulAdvPushList li::before {
    content: "\2022";
    color: #162F93;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.valBt {
    padding: 10px;
    margin: 15px;
    font-size: 12pt;
}

input[type=number] {
    height: 30px;
    font-size: 14pt;
    text-align:right;
}

input[type=text] {
    height: 30px;
    font-size: 14pt;
}


.QListParent {

}

.QList {
    max-width: 1100px;     
    text-align: left;   
    text-align: left;
    margin: 0 auto;
}
#txtEmail {
    font-size: 16pt;
    height: 46px;
    border-radius: 2em;
    position: absolute;
    margin-top: 15px;
    width: 400px;
    padding-left: 10px;
    margin-left: -200px;
    border-width: 0;
}
#btEmail {
    background-repeat: no-repeat;
    width: 57px;
    height: 46px;
    background-color: transparent;
    border-width: 0;
    background-size: contain;
    position: absolute;
    margin-left: 152px;
    margin-top: 15px;
}
 
#divThankWriteMsg {
    max-width: 1100px;
    padding-top: 20px;
    margin-top: 60px;
    text-align: center;
    height: 130px;
    background-color: #AFE2D8;
    
}
#divGoNext {
    position: relative;
    top: 50px;
    bottom: 0;
  
}

.socialPush2 {
    text-align: right;
    padding-bottom: 10px;
}
#divTest2Title {
    background-color: #EAEAEA;
    border-radius: 1em;
    color: black;
    text-align: left;
    padding: 20px;
    line-height: 28px;
    min-height: 120px;
}
#divImgSuggestType {
    float: right;
    display: inline;
    position: absolute;
    right: 40px;
    top: 70px;
}
.socialPush {
    text-align: right;
    padding-bottom: 10px;
}



@media (max-width: 1441px) {
    .QList {
        
        
        
    }
    
    #divThankWriteMsg {
         
    }
  
    .divParentChar2 {
        
        margin-left: 15%;
       
    }
}
@media (max-width: 1250px) {
    .QList {
        padding-left:10px;
        padding-right:10px;
    }

    .city {
        width: 90%;
    }

    .area {
        width: 90%;
    }

    .divParentChar {
       
        
    }
   
  
}
@media (max-width: 1025px) {
    .QList {
        
    }
    .city {
        width: 90%;
    }
    .area {
        width: 90%;
    }
   
    #divThankWriteMsg {
        
    }
}
@media (max-width: 900px) {
    
     
}
@media (max-width: 770px) {

    
    #divGoNext {
      
       
    }
    #divThankWriteMsg {
       
        
    }
}
@media (max-width: 600px) {

    
}
@media (max-width: 426px) {
    .QList {
        
    }

    #txtEmail {
        width: 300px;
    }
    #btEmail {
        margin-left: 55px;
    }
    
    #divGoNext {
        
    }
}