body,
html{
    width: 100%;
    min-height: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    text-align: left;
    overflow: visible;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    background-color: #fff8be;
    background-color: #f9f9f9;
    font-family: Apple LiGothic Medium, "蘋果儷中黑", "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}
.header-box{
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #ffe28d;
}
.header-all-box{
    width: 1200px;
    max-width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
    font-size: 0;
}
.header-logo-box{
    width: 155px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 4;
}
.header-logo{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 36px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 60px;
}
.header-btn-box{
    width: calc(100% - 155px);
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.header-btn{
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.header-btn>span{
    width: 100%;
    height: 4px;
    background-color: #000;
    display: block;
}
.header-btn>span:nth-child(2){
    margin: 8px 0;
}
.header-btn>span:nth-child(3){
    width: 70%;
}
.header-menu-box{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #ffe28d;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s linear
}
.header-menu-box.active{
    opacity: 1;
    pointer-events: all;
}
.header-menu{
    width: 100%;
    height: 100%;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction:column;
    transition: none;
}
.header-menu>li{
    margin: 3vh 0;
}
.header-menu-title{
    font-family: "Noto Sans TC";
    font-size: 30px;
    color: #000;
    letter-spacing: 0.06em;
}
.header-menu-close{
    position: absolute;
    top: 1vh;
    right: 1vh;
    font-family: "Noto Sans TC";
    font-size: 40px;
    line-height: 1;
    color: #000;
    cursor: pointer;
}

.index-box{
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff8be;
    background-color: #f9f9f9;
}
.index-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    display: none;
}
.main-bg{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-all-box{
    width: 1200px;
    max-width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    padding-bottom: 180px;
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 60px);
}
.index-head-text-box{
    box-sizing: border-box;
    padding-top: 60px;
    display: block;
}
.index-head-text-box p{
    font-family: "Noto Sans TC";
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    letter-spacing: 0.06em;
}
.index-head-text-box a{
    font-family: "Noto Sans TC";
    font-size: 24px;
    line-height: 1.2;
    color: #ff7c74;
    letter-spacing: 0.06em;
    text-decoration: underline;
    word-break: break-word;
}
.index-title-box{
    font-family: "Noto Sans TC";
    font-size: 36px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 140px;
}
.index-head-text-box.index-title-text{
    padding-top: 0;
    margin-top: -20px;
    margin-bottom: 40px;
}
.index-info-box{
    width: 100%;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    border-left: 8px solid #ffe28d;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
    padding: 35px 20px;
}
.index-info{
    margin-bottom: 30px;
}
.index-info-name{
    font-family: "Noto Sans TC";
    font-size: 24px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 1;
}
.index-info-text-box{
    width: 100%;
    margin-top: 15px;
}
.index-info-text{
    width: 100%;
    min-width: 95%;
    height: 50px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: "Noto Sans TC";
    font-size: 24px;
    line-height: 50px;
    color: #333;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding: 0 20px;
    outline-color: #ffe28d;
    background-color: #fff;
    position: relative;
    -webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none;
    border-color: rgba(221, 221, 221, 0.8);
    height: 60px;
    line-height: 60px;
}
.index-info-text[type="date" i]::-webkit-calendar-picker-indicator {
    padding: 0;
    margin: 0;
    width: 100%;
    padding-left: calc(100% - 40px);
    padding-right: 10px;
    position: absolute;
    right: 0;
    box-sizing: border-box;
}

.index-info-text[readonly]{
    background-color: #eee;
}
.index-info-text::-webkit-datetime-edit{
    max-width: 150px;
    position: relative; 
    z-index: 1;
}
.index-info-select-box,
.index-info-date-box{
    position: relative;
}
.index-info-select{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: "Noto Sans TC";
    font-size: 24px;
    color: #333;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding: 0 20px;
    padding-right: 70px;
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none;/*CSS3*/
    outline-color: #ffe28d;
    background-color: #fff;
    border-color: rgba(221, 221, 221, 0.8);
    height: 60px;
    line-height: 60px;
}
.index-info-select-box:after,
.index-info-date-box.active:after {
    content: 'none';
    font-size: 0;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 6px solid transparent;
    border-top: 10px solid #000;
    border-left: 6px solid transparent;
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
    pointer-events: none;
    z-index: 999;
}
.index-info-button{
    width: 240px;
    display: block;
    margin: 0 auto;
    background-color: #ffe28d;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 36px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 60px;
    cursor: pointer;
}


.index-info2-box{
    width: 100%;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    border-top: 8px solid #ffe28d;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
    padding: 35px 40px;
}
.index-info2-classification-box{
    margin-bottom: 40px;
}
.index-info2-classification{
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans TC";
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 0.06em;
    border-radius: 20px;
    margin-right: 20px;
}
.index-info2-classification:last-child{
    margin-right: 0;
}
.index-info2-list-box{
    margin-bottom: 50px;
}
.index-info2-list-name{
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans TC";
    font-size: 24px;
    color: #666;
    letter-spacing: 0.06em;
}
.index-info2-list-graph-box{
    width: calc(100% - 280px);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.index-info2-list-graph-bg{
    width: 100%;
    height: 36px;
    display: block;
    border-radius: 5px;
    background-color: #ddd;
}
.index-info2-list-graph{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-color: #94c2ff;
    width: 100%;
    height: 100%
}
.index-info2-list-graph>span{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(50% ,-50% ,0);
    width: 72px;
    line-height: 72px;
    font-family: "Noto Sans TC";
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.06em;
    background-color: #94c2ff;
    display: block;
    border-radius: 50%;
    text-align: center;
}
.low-color,
.low-color>span{
    background-color: #94c2ff;
}
.normal-color,
.normal-color>span{
    background-color: #6fcfca;
}
.high-color,
.high-color>span{
    background-color: #ff7c74;
}

.index-info3-box{
    width: 100%;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    border-top: 8px solid #ffe28d;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
}
.index-info3{
    box-sizing: border-box;
    padding: 20px 30px;
}
.index-info3:last-child{
    border-top: 1px solid #ddd;
}
.index-info3 .index-info-text-box{
    margin-top: 0;
}
.index-list{
    width: 560px;
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
    margin-top: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.index-list:nth-child(2){
    margin-right: 0;
}
.index-list-img{
    width: 100%;
    height: calc((200 / 320) * 560px);
    display: block;
}
.index-list-text-box{
    width: 100%;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 40px;
    position: relative;
}
.index-list-text{
    font-family: "Noto Sans TC";
    font-size: 28px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 36px;
}
.index-list-date{
    font-family: "Noto Sans TC";
    font-weight: 300;
    font-size: 28px;
    color: #666;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-top: 40px;
}
.index-list-evaluation{
    width: 100px;
    display: block;
    margin: 0 auto;
    background-color: #ffe28d;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 24px;
    right: 40px;
}
.index-list-evaluation span{
    display: inline-block;
    vertical-align: bottom;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 30px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 40px;
}
.index-list-evaluation p{
    display: inline-block;
    vertical-align: bottom;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 20px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 40px;
}
.index-list-evaluation span+p{
    line-height: 32px;
}

.img {
    position: relative;
    font-size: 0;
}
.img > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}
.img > span:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.img > span > img, .img > span > iframe {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.img > span > iframe {
    width: 100%;
    height: 100%;
}

.fancybox-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    font-size: 0;
    display: none;
}
.fancybox-box.active{
    display: block;
}
.fancybox-all-box{
    width: 100%;
    height: 100%;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    position: relative;
}
.fancybox-info-box{
    width: 400px;
    max-width: calc(100vw - 40px);
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 3;
}
.fancybox-info-ovhy{
    width: 100%;
    display: block;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
    text-align: center;
}
.fancybox-info{
    margin-top: 30px;
}
.fancybox-info:first-child{
    margin-top: 0;
}
.fancybox-info-name{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 36px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 40px;
}
.fancybox-info-star-box{
    font-size: 40px;
    color: #888;
    letter-spacing: -0.1em;
    line-height: 1;
    margin-top: 10px;
}
.fancybox-info-star-box .fas{
    color: #ffe200;
}
.fancybox-info-text{
    width: 100%;
    font-family: "Noto Sans TC";
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #ff7c74;
    margin-top: 10px;
}
.fancybox-info-close{
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    font-size: 26px;
    color: #000;
    text-align: center;
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #ffe28d;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.fancybox-info-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
}
.fancybox-info-button-box{
    margin-top: 40px;
}
.fancybox-info-button{
    width: 200px;
    display: block;
    margin: 0 auto;
    background-color: #ffe28d;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 26px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 40px;
    cursor: pointer;
}
.index-info-checkbox-label{
    position: relative;
}
.index-info-checkbox{
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-top: 7px;
    border: 1px solid #ddd;
}
.index-info-checkbox-text{
    font-family: "Noto Sans TC";
    font-size: 20px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 1.4;
    width: calc(100% - 25px);
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.index-info-checkbox-input{
    width: calc(100% - 25px);
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: "Noto Sans TC";
    font-size: 24px;
    line-height: 50px;
    color: #333;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding: 0 20px;
    outline-color: #ffe28d;
    background-color: #fff;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.index-info-checkbox-label-other .index-info-checkbox{
    vertical-align: middle;
    margin-top: 0;
}
.index-info-checkbox-label-other .index-info-checkbox-text{
    width: 50px;
    vertical-align: middle;
}
.index-info-checkbox-label-other .index-info-checkbox-input{
    width: calc(100% - 75px);
    vertical-align: middle;
}
.index-info-instructions-box{
    font-family: "Noto Sans TC";
    font-size: 16px;
    line-height: 1.2;
    color: #ff7c74;
    letter-spacing: 0.06em;
    margin-top: 20px;
    margin-bottom: 20px;
}
.index-info-instructions-box p:first-child{
    margin-bottom: 5px;
}


.index-info4-search-box{
    margin-bottom: 60px;
}
.index-info4-search{
    width: calc(100% - 100px);
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-family: "Noto Sans TC";
    font-size: 24px;
    line-height: 50px;
    color: #333;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding: 0 20px;
    outline-color: #ffe28d;
    background-color: #fff;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.index-info4-search-btn{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffe28d;
    border: 1px solid #ddd;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 26px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 48px;
    cursor: pointer;
}
.index-info4{
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-top: 5px;
}
.qe-toggle-title{
    font-family: "Noto Sans TC";
    font-size: 26px;
    color: #000;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 25px 40px;
    padding-right: 80px;
    border-left: 20px solid #ffe28d;
    background-color: #fff;
    position: relative;
}
.qe-toggle-title span{
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 25px;
    top: calc(50% - 1px);
}
.qe-toggle-title span::after{
    content: '';
    width: 2px;
    height: 20px;
    background-color: #000;
    position: absolute;
    left: 9px;
    top: -9px;
    transform: scale(1);
    transition: all 0.3s linear;
}
.qe-toggle-title.active span::after{
    transform: scale(0);
}
.qe-toggle-content{
    font-family: "Noto Sans TC";
    font-size: 20px;
    color: #000;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding: 30px 80px;
    border-left: 20px solid rgba(255, 227, 141, 0.5);
    background-color: #eee;
    position: relative;
    display: none;
}

.index-info4-page-box{
    margin-top: 120px;
    text-align: center;
}
.index-info4-page-box .select {
    background-color: #ffe28d;
    color: #000;
    font-weight: 700;
}
.index-info4-page-box a {
    width: 60px;
    line-height: 60px;
    background-color: transparent;
    font-family: "Roboto";
    font-size: 32px;
    color: #000;
    transition: all .3s linear;
    display: inline-block;
    vertical-align: middle;
}
.index-info4-page-prev span{
    border-right: 18px solid #000;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    display: inline-block;
}
.index-info4-page-next span{
    border-left: 18px solid #000;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    display: inline-block;
}


.index-list2-box{
    width: 100%;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    border-top: 8px solid #ffe28d;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 20px 30px;
    margin-top: 30px;
}
.index-list2-title{
    font-family: "Noto Sans TC";
    font-size: 24px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 40px;
    margin-bottom: 20px;
}
.index-list2{
    margin-top: 20px;
}
.index-list2:nth-child(1),
.index-list2-title + .index-list2{
    margin-top: 0;
}
.index-list2-name{
    font-family: "Noto Sans TC";
    font-size: 20px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 40px;
    background-color: #eee;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
}
.index-list2-name span{
    position: absolute;
    top: 0;
    right: 16px;
    font-family: "Noto Sans TC";
    font-size: 20px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 40px;
}
.index-list2-name i{
    color: #ff7c74;
}
.index-list2-text{
    font-family: "Noto Sans TC";
    font-size: 18px;
    color: #666;
    letter-spacing: 0.06em;
    line-height: 40px;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.index-list2-text span{
    margin: 0 5px;
    font-size: 60px;
    line-height: 1;
    color: #6fcfca;
}
.index-list2-date{
    font-size: 18px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 1;
}

.index-info4-box{
    width: 100%;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    border-top: 8px solid #ffe28d;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.index-info4-title{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 36px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 40px;
    text-align: center;
}
.index-info4-title span{
    color: #ff7c74;
    font-weight: 700;
}
.index-info4-text-box{
    margin-top: 20px;
}
.index-info4-text{
    font-family: "Noto Sans TC";
    font-size: 20px;
    color: #000;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    text-align: justify;
}
.index-info4-text2{
    font-family: "Noto Sans TC";
    font-size: 20px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin-top: 40px;
}
.index-info4-text3{
    font-family: "Noto Sans TC";
    font-size: 20px;
    color: #ff7c74;
    letter-spacing: 0.06em;
    margin-top: 10px;
}
.index-info4-title-padding{
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 10px;
}
.index-info4-btn-box{
    padding: 20px 0;
    box-sizing: border-box;
}
.index-info4-btn{
    width: 240px;
    display: block;
    margin: 0 auto;
    background-color: #ffe28d;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 36px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 60px;
    cursor: pointer;
}
.index-info4-btn-stop{
    background-color: #ff7c74;
}
.index-list3-time-box{
    width: 100%;
    position: relative;
}
.index-list3-time{
    text-align: center;
    font-size: 50px;
    font-family: "Roboto";
    line-height: 400px;
}
.index-list3-time span{
    font-weight: 700;
    vertical-align: middle;
}
.index-list3-time-circle{
    position: absolute;
    top: 0;
    left: calc(50% - 200px);
    width: 400px;
    height: 400px;
    transform: rotateZ(-90deg);
}
.index-list3-time-circle circle:nth-child(1){
    width: 100%;
    stroke-miterlimit: 10;
    stroke-width: 10px;
    stroke:#6fcfca;
    fill: transparent;
    stroke-dasharray: 1131;
    stroke-dashoffset: 0;
}
.index9-block3:not(.displayNone) .index-list3-time-circle circle:nth-child(1){
    animation: drawing-svg .5s linear both;
}
.index-list3-time-circle circle:nth-child(2){
    width: 100%;
    stroke-miterlimit: 10;
    stroke-width: 10px;
    stroke:#6fcfca;
    fill: transparent;
    stroke-dasharray: 565;
    stroke-dashoffset: 0;
}
.index9-block3:not(.displayNone) .index-list3-time-circle circle:nth-child(2){
    animation: drawing-svg2 .5s linear both;
}
.index-list3-time-circle circle:nth-child(1){
    display: block;
}
.index-list3-time-circle circle:nth-child(2){
    display: none;
}
.index-list2-text-sort1{
    display: flex;
    flex-wrap: wrap;
}
.index-list2-text-sort1 p{
    width: 100%;
    display: block;
}
.index-list2-text-sort1 p:nth-child(1),
.index-list2-text-sort1 p:nth-child(2){
    display: inline-block;
    width: 50%;
}
.index-list2-text-sort1 p:nth-child(3){
    margin-top: 20px;
}

@keyframes drawing-svg {
    100% {
        stroke-dashoffset: 1131;
        transform: scale(1)
    }
}
@keyframes drawing-svg2 {
    100% {
        stroke-dashoffset: 565;
        transform: scale(1)
    }
}
.mbt{
    margin-bottom: 10px;
}
.mbt2{
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}
.displayNone{
    display: none;
}

.index-head-text-name{
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans TC";
    font-size: 24px;
    line-height: 1.4;
    color: #000;
    letter-spacing: 0.06em;
}
.index-head-text-name span{
    color: #ff7c74;
}
.index-head-text{
    display: none;
    margin-top: 5px;
}

@media only screen and (max-width: 1240px){
    .index-list{
        width: calc((100vw - 40px - 80px) / 2);
    }
    .index-list-img{
        height: calc((200 / 320) * ((100vw - 40px - 80px) / 2));
    }
    .index-list-text{
        font-size: 24px;
    }
    .index-list-date{
        font-size: 24px;
    }
}
@media only screen and (max-width: 1000px){
    .index-list{
        width: calc((100vw - 40px - 40px) / 2);
        margin-right: 40px;
        margin-top: 40px;
    }
    .index-list-img{
        height: calc((200 / 320) * ((100vw - 40px - 40px) / 2));
    }
}
@media only screen and (max-width: 768px){
    .index-info2-list-box{
        margin-bottom: 30px;
    }
    .index-info2-list-name{
        width: 195px;
        font-size: 18px;
    }
    .index-info2-list-graph-box {
        width: calc(100% - 195px);
    }
    .index-info2-list-graph-bg{
        height: 24px;
    }
    .index-info2-list-graph>span{
        width: 54px;
        line-height: 54px;
        font-size: 18px;
    }
    
    .index-list{
        width: calc((100vw - 40px - 20px) / 2);
        margin-right: 20px;
        margin-top: 20px;
    }
    .index-list-img{
        height: calc((200 / 320) * ((100vw - 40px - 20px) / 2));
    }
    .index-list-text-box{
        padding: 20px 25px
    }
    .index-list-text{
        font-size: 20px;
        line-height: 1.6;
    }
    .index-list-date{
        font-size: 20px;
    }
    .index-list-evaluation{
        width: 60px;
        bottom: 16px;
    }
    .index-list-evaluation span{
        font-size: 22px;
        line-height: 30px;
    }
    .index-list-evaluation p{
        line-height: 30px;
    }
    .index-list-evaluation span+p {
        font-size: 14px;
        line-height: 24px;
    }
    .index-head-text-box{
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 550px){
    .header-logo{
        font-size: 16px;
        line-height: 30px;
    }
    .header-btn{
        width: 15px;
    }
    .header-btn>span{
        height: 2px;
    }
    .header-btn>span:nth-child(2) {
        margin: 4px 0;
    }
    .header-menu-title{
        font-size: 16px;
    }
    .header-menu>li{
        margin: 1vh 0;
    }
    .header-menu-close{
        font-size: 24px;
        top: 3px;
        right: 16px;
    }
    .index-all-box{
        min-height: calc(100vh - 30px);
        padding-bottom: 60px;
    }
    .index-title-box{
        font-size: 16px;
        line-height: 70px;
    }
    .index-info{
        margin-bottom: 25px;
    }
    .index-info-name{
        font-size: 14px;
    }
    .index-info-text,
    .index-info-select{
        height: 30px;
        font-size: 14px;
        padding: 0 10px;
        padding-right: 25px;
        line-height: 28px;
    }
    .index-info-text[type="date" i]::-webkit-calendar-picker-indicator {
        padding-left: calc(100% - 25px);
    }
    .index-info-select-box:after,
    .index-info-date-box.active:after {
        border-top-width: 8px;
        border-right-width: 4px;
        border-left-width: 4px;
        right: 10px;
        top: calc(50% - 4px);
    }
    .index-info-button{
        width: 120px;
        font-size: 16px;
        line-height: 40px;
    }
    .index-info2-box{
        padding: 20px 20px
    }
    .index-info2-classification-box{
        margin-bottom: 20px;
    }
    .index-info2-classification{
        width: 60px;
        font-size: 14px;
        line-height: 24px;
        border-radius: 12px;
        margin-right: 10px;
    }
    .index-info2-list-box{
        margin-bottom: 30px;
    }
    .index-info2-list-name{
        width: 155px;
        font-size: 14px;
    }
    .index-info2-list-graph-box {
        width: 100%;
        margin-top: 10px;
    }
    .index-info2-list-graph-bg{
        height: 18px;
    }
    .index-info2-list-graph>span{
        width: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .index-info3{
        box-sizing: border-box;
        padding: 10px 10px;
    }
    .index-list{
        width: 100%;
        margin-right: 0px;
        margin-top: 20px;
    }
    .index-list-img{
        height: calc((200 / 320) * (100vw - 40px));
    }
    .index-list-text{
        font-size: 16px;
    }
    .index-list-date{
        font-size: 16px;
        margin-top: 20px;
    }
    .index-info-text::-webkit-datetime-edit {
        max-width: 90px;
    }
    .index-list-evaluation{
        right: 25px;
    }
    .fancybox-info-box{
        padding: 20px 20px;
    }
    .fancybox-info-name{
        font-size: 24px;
    }
    .fancybox-info-star-box{
        font-size: 30px;
    }
    .fancybox-info-button{
        width: 160px;
        font-size: 20px;
    }
    .index-info-name.index-info-title{
        font-size: 20px;
        line-height: 1.4;
    }
    .index-info-checkbox{
        margin-top: 5px;
    }
    .index-info-checkbox-text{
        font-size: 16px;
    }
    .index-info-checkbox-input{
        height: 30px;
        font-size: 14px;
        padding: 0 10px;
        line-height: 28px;
    }
    .index-info-checkbox-label-other .index-info-checkbox-input{
        display: block;
        margin-left: auto;
        width: calc(100% - 25px);
        margin-top: 10px;
    }
    .index-info-instructions-box{
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .qe-toggle-title{
        font-size: 16px;
        padding: 15px 20px;
        padding-right: 35px;
        border-left-width: 10px;
    }
    .index-info4-search-box{
        margin-bottom: 30px;
    }
    .index-info4-search{
        width: calc(100% - 60px);
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .index-info4-search-btn{
        width: 60px;
        font-size: 20px;
        line-height: 38px;
    }
    .qe-toggle-title span{
        width: 14px;
        right: 10px;
    }
    .qe-toggle-title span::after{
        height: 14px;
        left: 6px;
        top: -6px;
    }
    .qe-toggle-content{
        font-size: 16px;
        padding: 15px 25px;
        border-left-width: 10px;
    }
    .index-info4-page-box{
        margin-top: 40px;
    }
    .index-info4-page-box a{
        width: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .index-info4-page-prev span{
        border-right-width: 10px;
        border-bottom-width: 8px;
        border-top-width: 8px;
    }
    .index-info4-page-next span{
        border-left-width: 10px;
        border-bottom-width: 8px;
        border-top-width: 8px;
    }
    .index-head-text-box{
        padding-top: 20px;
        padding-bottom: 0;
    }
    .index-head-text-box p{
        font-size: 14px;
    }
    .index-head-text-box a{
        font-size: 14px;
    }
    .index-head-text-box.index-title-text{
        margin-bottom: 10px;
    }
    .index-list2-box{
        padding: 20px;
        margin-top: 20px;
    }
    .index-list2{
        margin-top: 15px;
    }
    .index-list2-title{
        font-size: 18px;
        line-height: 1.4;
    }
    .index-list2-name{
        font-size: 16px;
        line-height: 30px;
    }
    .index-list2-text{
        font-size: 16px;
        line-height: 30px;
    }
    .index-list2-text span{
        font-size: 36px;
    }
    .index-info4-title-padding{
        padding-top: 10px;
    }
    .index-info4-title{
        font-size: 20px;
        line-height: 30px;
    }
    .index-info4-text{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .index-info4-text2{
        font-size: 16px;
        margin-top: 20px;
    }
    .index-info4-text3{
        font-size: 14px;
        margin-top: 0;
    }
    .index-info4-btn-box{
        padding: 10px 0;
    }
    .index-info4-btn{
        width: 120px;
        font-size: 16px;
        line-height: 40px;
    }
    .index-list3-time{
        line-height: 200px;
        font-size: 30px;
    }
    .index-list3-time-circle{
        left: calc(50% - 100px);
        width: 200px;
        height: 200px;
    }
    .index-list3-time-circle circle:nth-child(1){
        display: none;
    }
    .index-list3-time-circle circle:nth-child(2){
        display: block;
    }
    .index-head-text-name{
        font-size: 16px;
    }

    .index-list2-text-sort2{
        display: block;
    }
    .index-list2-text-sort2 p:nth-child(1),
    .index-list2-text-sort2 p:nth-child(2){
        width: 100%;
    }
    .index-list2-text-sort2 p:nth-child(2){
        border-top: 1px solid #ddd;
        margin-top: 10px;
        box-sizing: border-box;
        padding-top: 10px;
    }
}


