/* ----------------------------------------------

                INDEX // Default 

---------------------------------------------- */
*{}

#wrapper{overflow: hidden;}

ul, ol, li{list-style: none; padding: 0; margin: 0;}

a{text-decoration: none; color: #333;}
a:hover, a:active{color: #23a077; text-decoration: dashed;}


@media only screen and (min-width: 960px) {
    #footer .pc{display: inline-block;}
    .sp{display: none;}
}

@media only screen and (max-width: 960px) {
    .pc{display: none;}
    .sp{display: block;}
}

/* body {
    overflow: scroll;
} */

ul.decimal li{
    list-style-type: decimal; 
}
ul.disc li{
    list-style-type: disc;
}

.color-primary{
    color: #23a077;
}

/* ----------------------------------------------

                input // Default 

---------------------------------------------- */
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input[type=search],
input:focus{
    color: #23a077;
}

.inputHit{
    font-size: 0.7rem;
    color: #dc3545;
    background: url(../images/icon_hit.png)left top 2px no-repeat;
    padding-left: 1rem;
}

/* ----------------------------------------------

                表單 || 共用設定 

---------------------------------------------- */
.required{
    font-size: 0.5rem;
    color: rgb(255, 255, 255);
    background-color: teal;
    padding: 0.15rem 0.25rem;
    border-radius: 0.35rem;
    margin-left: 0.5rem;
}

.confirmIcon{
    font-size: 0.5rem;
    color: teal;
    background-color: white;
    padding: 0.15rem 0.25rem;
    border-radius: 0.35rem;
    margin-left: 0.5rem;
}

.listSelect .captcha,
.memberList .captcha{
    float: left;
}

.contactList .captcha,
.memberList .captcha{
    width: 16%;
    margin-right: 1vw;
}

.contactList .captchaInput{
    width: 24%;
}
.memberList .captchaInput{
    width: 46%;
}

@media only screen and (max-width: 767px) {
    .contactList .captcha,
    .memberList .captcha{
        width: 48%;
        margin-right: 2vw;
    }

    .memberList .captchaInput,
    .contactList .captchaInput{
        width: 48%;
    }
}


/* ----------------------------------------------

                selection // Default 

---------------------------------------------- */
::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background: #068158;
  }
  
  ::selection {
    color: #FFF;
    background: #068158;
  }

/* ----------------------------------------------

                Bootstrap // Setting 

---------------------------------------------- */
.container-xxl{
    /* border: #111 1px solid; */
}

.navbar-toggler:focus,
button:focus,
input:focus{
    box-shadow: none;
    outline: none;
    border: none;
}

.navbar-toggler {
    
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #23a077;
}

.form-check-input:checked {
    background-color: #23a077;
    border-color: #23a077;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

/* ---------------------------------------------------------------

                Bootstrap // FORM // form-control 

--------------------------------------------------------------- */



/* ----------------------------------------------

                PAGE // GOtoTOP BTN 
                
---------------------------------------------- */
.gototopbtn{
    z-index: 999999;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    display: none;
    background: url(../images/gototopbtn.png) center top no-repeat;
    background-size: cover;
    cursor: pointer;
}

.gototopbtn:hover{
    background: url(../images/gototopbtn1.png) center top no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1550px) {
    .gototopbtn{
        bottom: 74px;
    }
}

/* ----------------------------------------------

            PAGE // #Header // .breadcrumb 
                
---------------------------------------------- */
.breadcrumb-block{
    width: 100%;
}

.breadcrumb{
    display: flex;
    width: 24%;
    height: 9.7vh;
    align-items: flex-end;
    justify-content: flex-end;
}

.breadcrumb li{
    display: inline-block;
}

.breadcrumb:first-child{
    position: absolute;
    background-color: #e5e6de;
    padding: 0 30px 15px 0;
}

.breadcrumb:last-child{
    position: absolute;
    right: 0;
    padding: 0 40px 15px 0;
}

@media screen and (max-width: 600px) {
    .breadcrumb:last-child{
        display: none;
    }
}

.breadcrumb a{
    cursor: pointer;
}

.breadcrumb a:hover{
    color: #23a077;
}

@media only screen and (max-width: 1919px) {
    .breadcrumb{
        width: 20%;
    }
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (orientation: landscape) {
    .breadcrumb{
        height: 5vh;
    }
}

/* @media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (orientation: portrait)  {
    .breadcrumb{
        height: 5vh;
    }
} */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (orientation: landscape) {
    .breadcrumb{
        height: 7vh;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (orientation: portrait) {
    .breadcrumb{
        height: 5vh;
    }

    .breadcrumb:last-child{
        width: 50%;
    }
}

@media only screen and (max-width: 960px){
    .breadcrumb{
        font-size: 0.8rem;
        height: 7vh;
    }

    .breadcrumb:first-child{
        width: auto;
        padding: 0 20px 15px 20px;
    }

    .breadcrumb:last-child{
        width: auto;
        padding: 0 20px 15px 20px;
    }
}

@media only screen and (max-width: 375px){
    .breadcrumb{
        height: 10vh;
    }

    .breadcrumb:first-child,
    .breadcrumb:last-child{
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
}

@media only screen and (max-width: 320px){
    .breadcrumb{
        font-size: 0.7rem;
    }
}

/* ----------------------------------------------

                PAGE // DETAil
                
---------------------------------------------- */
.accordion-item .accordion-button.collapsed,
.accordion-item .accordion-button:not(.collapsed){
    border-bottom: #93948b 1px solid;
}

.accordion-item:last-child .accordion-header,
.accordion-item:last-child .accordion-item .accordion-button.collapsed{
    border-bottom: none;
}

.accordion-button:focus{
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed){
    background-color: #FFF;
    border-bottom: none;
}

.accordion-item{
    border: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/caret.svg);
    transform: rotate(180deg);
}

/* ----------------------------------------------

                PAGE // CONTACT 
                
---------------------------------------------- */
.contact{
    padding: 66px 30px;
    background: url(../images/img_index_contact.png);
    background-size: cover;
}

.contact-block{
    max-width: 70%;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 40px;
    background-color: white;
    box-shadow: 0px 0px 10px 5px rgba(71, 71, 71, 0.25) inset;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 54px;
    padding-right: 66px;
    font-weight: bolder;
}

.contact-title{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 68px;
    border-right:#111 1px solid;
    padding-right: 20px;
}

.contact li{
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 22px 0;
    margin-left: 45px;
}

.contact li img{margin-right: 10px;}

@media only screen and (max-width: 1366px) {
    .contact-block{
        max-width: 76%;
    }
}

@media only screen and (max-width: 1024px) {
    .contact-block{
        max-width: 90%;
        padding-left: 40px;
        padding-right: 20px;
    }

    .contact li{
        margin-left: 20px;
    }
}

@media only screen and (max-width: 960px) {
    .contact-block{
        max-width: 70%;
        padding-left: 10px;
        padding-right: 0px;
        font-size: 1.35rem;
    }
    .contact-title{
        width: 100%;
        border-right: none;
        margin-bottom: 10px;
    }

    .contact ul{
        width: 80%;
        margin: 20px auto;
    }

    .contact li{
        margin-left: 0px;
        padding: 10px 0;
        display: block;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .contact-block{
        max-width: 100%;
        font-size: 1rem;
    }
    .contact ul{
        width: 90%;
    }
}

/* ----------------------------------------------

                PAGE // MAP 
                
---------------------------------------------- */
.map{
    background-color: #406648;
    background-image: url('../images/img_index_map.png'), url('../images/img_index_map_bg.png');
    background-position: center top, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, contain;
    color: #a3b487;
}

.map a{
    color: #a3b487;
}

.map .map-container{
    padding-top: 90px;
    padding-bottom: 80px;
}
.map .home{
    margin-bottom: 40px;
}

.map-list > div{
    padding-left: 45px;
    border-right: #a3b487 1px solid;
}

.map-list > div:last-child{
    border-right: none;
}

.map li{
    margin-bottom: 22px;
}

.map li:last-child{
    margin-bottom: 0;
}

.map li:hover,
.map li a:hover{
    color: #cee4ac;
    cursor: pointer;
}

.map-title{
    color: #d1e180;
    font-size: 1.5rem;
    margin-bottom: 34px;
    cursor: pointer;
}

.map-title a{
    color: #d1e180;
}

.map-title:hover,
.map-title a:hover{
    text-decoration: underline;
}

.map-list-block{
    float: right;
    text-align: right;
}

.map-list-block .map-title{
    font-size: 1.5rem;
}

.map-list-block .map-title img{
    margin-bottom: 4px;
    margin-right: 6px;
}

.map-search-block{
    /* float: right; */
}

.map-search-block{
    border: none;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer;
}

.map-search-block input:hover{
    color: #23a077;
}

.map-search-block input{
    float: left;
    width: 88%;
    outline-style: none;
    border: none;
    background-color: rgba(255, 255, 255, 0);
}

.map-search-block button{
    width: 12%;
    outline-style: none;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../images/img_icon_search.png');
    background-repeat: no-repeat;
    padding: 10px;
    vertical-align: middle;
}

@media only screen and (max-width: 1366px) {
    .map-list > div:last-child{
        padding-right: 45px;
    }
}

@media only screen and (max-width: 1024px) {
    .map-list > div{
        padding-left: 25px;
    }

    .map-list-block .map-title,
    .map-title{
        font-size: 1.3rem;
    }

    /* .map-search-block{
        width: 100%;
    } */
}

@media only screen and (max-width: 960px) {
    .map{
        background-position: center top;
    }

    .map .map-container{
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .map-list-block{
        float: none;
        text-align: center;
        margin-top: 60px;

    }


    .map-list > div{
        padding: 0 15px;
    }

/*
    .map-list > div{
        padding-left: 0;
        text-align: center;
    }

    .map-list > div:nth-child(4){
        border-right: none;
    }
*/

    .map-list-block .map-title{
        display: inline-block;
    }

    .map-list > div.col-md-12{
        padding-left: 12px;
    }

    .map-list-block .map-title:nth-child(2){
        display: inline-block;
        margin: 0 20px;
    }

    .map-search-block{
        float: none;
        width: 60%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 767px) and (max-width: 960px){
    .map-list > div:nth-child(3){
        border-right: none;
    }
}

@media only screen and (max-width: 767px) {
    .map-list > div:nth-child(2){
        border-right: none;
    }

    .map-list > div:nth-child(3),
    .map-list > div:nth-child(4){
        margin-top: 60px;
    }
    .map-list > div.col-md-12{
        padding-left: 0;
    }
    .map-list > div:last-child{
        padding-right: 0;
    }
    .map-list-block .map-title{
        font-size: 1rem;
    }
    .map-list-block .map-title img{
        width: 1.5rem;
        margin-bottom: 4px;
        margin-right: 6px;
    }
    .map-search-block{
        width: 90%;
    }
}

/* ----------------------------------------------

                PAGE // Footer 
                        
---------------------------------------------- */
#footer{
    font-size: 1rem;
}

.footer-main{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 84px;
    padding-bottom: 50px;
    overflow: hidden;
}
.footer-info{
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: #4d4d4d 1px solid;
    border-right: #4d4d4d 1px solid;
    padding-top: 24px;
    padding-bottom: 24px;
}
.footer-iso{
    text-align: right;
}
.footer-bottom{
    border-top: #4d4d4d 1px solid;
    padding-top: 24px;
    padding-bottom: 24px;
}
.copyright{text-align: right;}

@media only screen and (max-width: 1366px) {
    .footer-main{
        padding-left: 30PX;
        padding-right: 30PX;
    }
    .footer-bottom{
        padding-left: 15PX;
        padding-right: 15PX;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-info .pc{
        display: none;
    }

    .footer-info .fax{
        display: block;
    }

    .footer-info{
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 960px) {
    #footer{
        overflow-x: hidden;
        text-align: center;
        font-size: 0.875rem;
    }

    .footer-main{
        display: block;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .footer-info{
        display: block;
        /* justify-content: left; */
        padding-left: 24px;
        text-align: left;
        border-left: none;
        border-right: none;
        margin: 0 auto;
        font-size: 1rem;
    }

    .footer-logo{text-align: center;}
    .footer-iso{text-align: center;}
    .copyright{text-align: center;}

    .fax{display: block;}

    .copyright{
        font-size: 0.8rem;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 320px) {
    .footer-main{
        padding-left: 0PX;
        padding-right: 0PX;
    }
}

/* 會員登入 || modal || member_login_modal.php
--------------------------------------------- */
.registBtnBlock button.btn-secondary{
    width: 100%;
}

.modal-open {
    /* overflow: inherit; */
}

.modal-header{
    background-color: #23a077;
    color: #FFF;
}

.modal-title{
    width: 100%;
    text-align: center;
}

.btn-close{
    background:;
}
.btn-close:hover{
    background:;
}

.modal-body label{
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}

.forgetModal .modal-body label{
    /* text-align: left; */
}

.forgetModal .form-check label.form-check-label{
    float: initial;
    width: auto;
    text-align: right;
    padding-right: 20px;
}

.forgetModal .sent-block .btn-primary,
.forgetModal .sent-block .btn-secondary{
    /* width: 48%; */
    width: 80%;
    margin: 1rem auto 0 auto;
}

.modal-body .form-control:focus {
    background-color: #e5e6de;
    border: #23a077 1px solid;
    box-shadow: none;
  }

.modal-body .form-control{
    width: 80%;
}

.captcha img{
    width: 26%;
    float: left;
    margin-right: 20px;
}

.captcha .form-control{
    width: 30%
}

.sent-block{
    text-align: right;
}

.btn-primary{
    width: 58%;
    margin-right: 8px;
    color: #23a077;
    background-color: #e5e6de;
    border-color: #23a077;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background-color: #23a077;
    color: #FFF;
    box-shadow: #23a077;
}

.btn-secondary{
    color: #FFF;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
    background-color: #6d6d6d;
    border-color: #6d6d6d;
    color: #FFF;
    box-shadow: #6d6d6d;
}

@media only screen and (max-width: 375px){
    /* 會員登入 || modal
    --------------------------------------------- */
    .modal-body label{
        width: 25%;
    }

    .modal-body .form-control{
        width: 75%;
    }

    .captcha img{
        width: 41%;
        margin-right: 12px;
    }

    .captcha .form-control{
        width: 30%
    }

    .sent-block{
        text-align: right;
    }

    .btn-primary{
        width: 44%;
    }
}

@media only screen and (max-width: 374px){
    .modal-body label,
    .modal-body .form-control{
        width: 100%;
        text-align: left;
    }

    .mb-3.captcha{
        margin-bottom: 2rem!important;
    }

    .captcha img{
        width: 49%;
        margin-right: 2%;
    }

    .captcha .form-control{
        width: 49%
    }

    .btn-primary,
    .btn-secondary{
        width: 47%;
    }



    .modal-title{
        font-size: 1rem;
    }

    .forgetModal .sent-block .btn-primary,
    .forgetModal .sent-block .btn-secondary{
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .col-form-label{
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* @media only screen and (max-width: 320px){
    
} */


/*顯示隱藏*/
.visible-xs{
    display: none;
}

@media screen and (max-width: 600px) {
    .visible-xs{
        display: block;
    }
    .hidden-xs{
        display: none;
    }
}
