﻿.barrierfree-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 71px;
    min-height: 100vh;
    background-color: #f9f9f9;
}
.barrierfree-all-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
    padding: 50px 50px;
    background-color: #fff;
}
.barrierfree-list-title{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .18em;
    color: #666;
}

.secret_for-identity-info-box {
    margin: 30px 0;
}
.secret_for-identity-select-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    outline: none;
}
.secret_for-identity-select-all-box {
    width: 370px;
    display: inline-block;
    vertical-align: top;
}
.secret_for-identity-select-all-box:nth-child(2) {
    margin-left: calc(100% - 740px);
}
.secret_for-identity-select-box>input{
    display: none;
}
.secret_for-identity-title {
    font-size: 24px;
    color: #595757;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    position: relative;
}
.county-style-select, 
.district-style-select {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
}
.county-style-select:before, 
.district-style-select:before {
    content: 'none';
    font-size: 0;
    width: 40px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1da539;
    pointer-events: none;
}
.county-style-select:after, 
.district-style-select:after {
    content: 'none';
    font-size: 0;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    border-left: 10px solid transparent;
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    z-index: 1;
    pointer-events: none;
}
.secret_for-identity-select-box select {
    width: 100%;
    font-family: '微軟正黑體';
    border: 4px solid #1da539;
    background-color: #fff;
    border-radius: 10px;
    font-size: 24px;
    box-sizing: border-box;
    padding: 2px 20px;
    letter-spacing: 2px;
    color: #595757;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.secret_for-info-title {
    font-size: 36px;
    color: #595757;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    margin: 50px 0;
    text-align: center;
}
.secret_for-info-title span {
    font-size: 24px;
    margin-left: 10px;
}

.secret_for-info {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 20px;
    transition: all .3s linear;
    margin-bottom: 33px;
    overflow: hidden;
    position: relative;
    margin-right: 33px;
    background-color: #f9f9f9;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}
.secret_for-info:nth-child(4n){
    margin-right: 0;
}
.secret_for-checkbox-lable {
    width: 100%;
    box-sizing: border-box;
    padding-top: 40px;
    display: block;
    position: relative;
}
.secret_for-checkbox-lable input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.secret_for-radio:before {
    content: 'none';
    font-size: 0;
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
    border: 1px solid #d1d1d1;
}
.secret_for-radio:after {
    content: 'none';
    font-size: 0;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #1da539;
    z-index: 2;
    display: none;
}
.secret_for-checkbox-lable input:checked + span:after {
    display: block;
}
.secret_for-icon {
    height: 120px;
    text-align: left;
}
.barrierfree-info-text{
    width: 100%;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.06em;
    font-family: '微軟正黑體';
    font-weight: 700;
    height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 20px;
}


.secret_for-btn-box {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.secret_for-btn {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
    background-color: #1da539;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
    cursor: pointer;
    transition: all .3s linear;
    border: none;
    margin: 0 10px;
}


.barrierfree-pages-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 71px;
    min-height: 100vh;
    background-color: #f9f9f9;
}
.barrierfree-pages-all-box {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 125px 0;
}
.barrierfree-pages-name{
    line-height: 30px;
    font-size: 28px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 120px;
    z-index: 1;
}
.barrierfree-pages-info-box {
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    background-color: #fff;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.3);
    position: relative;
}
.barrierfree-pages-info-box::after{
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    display: block;
}
.barrierfree-pages-edit-box{
    box-sizing: border-box;
    padding: 90px 120px;
    padding-top: 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
    min-height: 700px;
}
.barrierfree-pages-edit.edit-box{
    font-size: 16px;
    color: #000;
    font-family: '微軟正黑體';
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.barrierfree-pages-tag-box{
    position: absolute;
}
.barrierfree-pages-tag{
    width: 50px;
    display: block;
    background-color: #888;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    left: -40px;
    transition: all .3s linear;
}
.barrierfree-pages-tag p{
    width: 100%;
    display: block;
    line-height: 50px;
    font-size: 28px;
    font-family: '微軟正黑體';
    font-weight: 700;
    letter-spacing: 0.06em;
    background-color: #d1d1d1;
    text-align: center;
    color: #fff;
}


.barrierfree-pages-share-box{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 120px;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* background-color: #fff; */
}
.secret_for-store-url {
    width: 33px;
    height: 33px;
    display: inline-block;
    border-radius: 3px;
    margin: 0 2px;
}
.secret_for-store-url span {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.secret_for-store-url span:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all .3s linear;
}
.barrierfree-pages-back-box {
    width: 100%;
    display: block;
    margin-top: 100px;
}
.barrierfree-pages-back {
    border-top: 1px solid #d1d1d1;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #888;
    letter-spacing: 0.06em;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #fafafa;
    transition: all .3s linear;
}
.barrierfree-pages-back i {
    margin-right: 10px;
}

.barrierfree-pages-tag:not(.barrierfree-pages-tag-contact-box).active{
    left: -50px;
}
.barrierfree-pages-tag:not(.active):not(.barrierfree-pages-tag-contact-box):hover{
    left: -50px;
}
.barrierfree-pages-tag.active p{
    background-color: #1da539;
}
.secret_for-store-url:hover span:after {
    opacity: 1;
}
.barrierfree-pages-tag-contact-box{
    position: static;
}
p.barrierfree-pages-tag-contact{
    width: 100px;
    display: block;
    position: absolute;
    top: -50px;
    left: 1100px;
    text-align: center;
    background-color: #1da539;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
}





/* list */
.barrierfree-list-title-box{
    position: relative;
}
.barrierfree-list-title-box h2{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .18em;
    color: #1da539;
}
.barrierfree-list-info-box{
    width: 100%;
    display: block;
    margin-top: 40px;
}
.barrierfree-list-info{
    width: 210px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #d1d1d1;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s linear;
}
.barrierfree-list-info:nth-child(4n){
    margin-right: 0;
}
.barrierfree-list-info:nth-child(n + 5){
    margin-top: 20px;
}
.barrierfree-list-info-img-box{
    width: 100%;
    height: 210px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
}
.barrierfree-list-info-url-box{
    box-sizing: border-box;
    border-top: 2px solid #d1d1d1;
}
.barrierfree-list-info-url{
    width: 100%;
    min-height: 70px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    display:         flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction:column;
    color: #333;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 5px 10px;
}





@media only screen and (max-width: 1300px){
    .barrierfree-pages-info-box{
        width: 1100px;
    }
    p.barrierfree-pages-tag-contact{
        left: 1000px;
    }
}
@media only screen and (max-width: 1200px){
    .barrierfree-pages-info-box{
        width: 900px;
    }
    p.barrierfree-pages-tag-contact{
        left: 800px;
    }
    .barrierfree-pages-name{
        padding: 30px 60px;
    }
    .barrierfree-pages-edit-box{
        padding: 60px;
        padding-top: 0;
    }
}
@media only screen and (max-width: 1000px){
    .barrierfree-all-box{
        width: 750px;
    }
    .secret_for-identity-select-all-box{
        width: calc(50% - 20px);
    }
    .secret_for-identity-select-all-box:nth-child(2){
        margin-left: 40px;
    }
    .secret_for-info{
        width: 155px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .secret_for-icon {
        height: 73px;
    }

    .barrierfree-list-info:nth-child(n){
        margin-right: 10px;
    }
    .barrierfree-list-info:nth-child(3n){
        margin-right: 0;
    }
    .barrierfree-list-info:nth-child(n + 4) {
        margin-top: 10px;
    }
    .barrierfree-list-info-url{
        font-size: 18px;
    }


    
    .barrierfree-pages-info-box{
        width: 650px;
    }
    p.barrierfree-pages-tag-contact{
        left: 550px;
    }
    .barrierfree-pages-name{
        padding: 20px 30px;
    }
    .barrierfree-pages-edit-box{
        padding: 30px;
        padding-top: 0;
    }
}
@media only screen and (max-width: 768px){
    .barrierfree-box{
        padding-top: 60px;
        padding-bottom: 45px;
    }
    .barrierfree-all-box{
        padding: 40px 2.5vw;
    }
    .secret_for-btn-box{
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        margin-top: 0;
        display:         flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: row;
        z-index: 99;
    }
    .secret_for-btn{
        width: 100%;
        border-radius: 0;
        margin: 0;
        line-height: 60px;
    }
    .secret_for-btn:nth-child(2){
        border-left: 2px solid #fff;
        box-sizing: border-box;
    }

    .secret_for-info{
        width: calc((95vw - 30px) / 4);
    }
    .secret_for-icon {
        height: calc((95vw - 30px) / 4 - 82px);
    }
    
    .barrierfree-list-info:nth-child(n){
        width: calc((100% - 20px) / 3);
    }
    .barrierfree-list-info-img-box{
        height: calc(((95vw - 20px) / 3));
    }
    .barrierfree-list-title{
        font-size: 30px;
    }
    .barrierfree-list-title-box h2{
        font-size: 20px;
    }

    
    .barrierfree-pages-box{
        padding-top: 60px;
    }
    .barrierfree-pages-info-box{
        width: 95vw;
    }
    .barrierfree-pages-tag-box{
        top: -80px;
        width: 100%;
        left: 0;
    }
    p.barrierfree-pages-tag-contact{
        left: 550px;
    }
    .barrierfree-pages-name{
        padding: 20px 30px;
    }
    .barrierfree-pages-edit-box{
        padding: 30px;
        padding-top: 0;
    }
    .barrierfree-pages-tag{
        width: 100px;
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
    .barrierfree-pages-tag.barrierfree-pages-tag-contact-box{
        width: 0;
        margin-right: 0;
    }
    .barrierfree-pages-tag p{
        font-size: 24px;
        line-height: 40px;
    }
    p.barrierfree-pages-tag-contact{
        top: 0;
        left: initial;
        right: 0;
        font-size: 18px;
    }
}
@media only screen and (max-width: 550px){
    .barrierfree-box{
        padding-bottom: 36px;
    }
    .barrierfree-all-box{
        padding: 20px 2.5vw;
    }
    .secret_for-identity-info-box{
        margin: 0;
    }
    .secret_for-identity-select-all-box{
        width: 100%;
    }
    .secret_for-identity-select-all-box:nth-child(2) {
        margin-left: 0px;
        margin-top: 10px;
    }
    .secret_for-btn{
        font-size: 20px;
        line-height: 58px;

    }
    .secret_for-identity-title {
        font-size: 16px;
    }
    .county-style-select, .district-style-select {
        border-radius: 5px;
    }
    .secret_for-identity-select-box select {
        font-size: 16px;
        padding: 2px 5px;
        border-radius: 5px;
    }
    .county-style-select:after, 
    .district-style-select:after {
        border-right: 8px solid transparent;
        border-top: 10px solid #fff;
        border-left: 8px solid transparent;
        right: 7px;
        top: calc(50% - 4px);
    }
    .county-style-select:before, 
    .district-style-select:before {
        width: 30px;
    }
    .secret_for-info-title {
        font-size: 24px;
        text-align: left;
        margin: 20px 0;
    }
    .secret_for-info-title span {
        font-size: 14px;
        letter-spacing: 2px;
        margin-left: 5px;
    }
    .secret_for-info:nth-child(n){
        width: calc((95vw - 10px) / 2);
    }
    .secret_for-info:nth-child(2n){
        margin-right: 0;
    }
    .secret_for-icon {
        height: calc((95vw - 10px) / 2 - 82px);
    }
    .barrierfree-info-text{
        font-size: 14px;
    }

    
    .barrierfree-list-info:nth-child(n){
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }
    .barrierfree-list-info:nth-child(2n){
        margin-right: 0;
    }
    .barrierfree-list-info:nth-child(n + 3){
        margin-top: 10px;
    }
    .barrierfree-list-info-img-box{
        height: calc(((95vw - 10px) / 2));
    }
    .barrierfree-list-info-box{
        margin-top: 10px;
    }
    .barrierfree-list-title{
        font-size: 20px;
    }
    .barrierfree-list-title-box h2{
        font-size: 16px;
    }
    .barrierfree-list-info-url{
        font-size: 14px;
        line-height: 20px;
        min-height: 50px;
        padding: 5px;
    }


    .barrierfree-pages-all-box{
        padding: 60px 0;
    }
    .barrierfree-pages-tag-box {
        top: -50px;
    }
    .barrierfree-pages-tag{
        width: 60px;
    }
    .barrierfree-pages-tag p{
        font-size: 18px;
    }
    p.barrierfree-pages-tag-contact {
        width: 75px;
        font-size: 16px;
    }
    .barrierfree-pages-name {
        padding: 10px 15px;
        line-height: 24px;
        font-size: 18px;
    }
    .barrierfree-pages-edit-box {
        padding: 10px 15px;
        padding-top: 0;
    }
    .barrierfree-pages-edit.edit-box{
        font-size: 14px;
        line-height: 1.6;
    }

    .barrierfree-pages-back-box{
        margin-top: 20px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }
    .barrierfree-pages-back{
        line-height: 40px;
        font-size: 16px;
    }
}
