*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 1px;
  
}

body {
    background: white;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Noto Sans TC", sans-serif ,"微軟正黑體";
    color: #3d3d3d;
    max-width: 100%;
}

.header{
    -webkit-box-shadow: 0 1px 1px 0 rgba(66,66,66,.08);
    box-shadow: 0 1px 1px 0 rgba(66,66,66,.08);
    padding: .5rem 1rem;
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    z-index: 9;
}

.flex-ai-center{
    display: flex;
    align-items: center;
}

.red{
    color: #e22424;
}

.logo{
    height: 35px;
    padding-left: 3rem ;
}

.pt-3{
    padding-top: 3rem;
}

.main-wrapper{
    flex: 1;
}

hr{
    margin: 1rem 0;
}

.title{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    padding: 2rem 0;
    letter-spacing: 5px;
}

.kv{
    height: 23vw;
    width: 100vw;
    margin-top: calc(35px + 1rem);
    position: relative;
    overflow: hidden;
}

.kv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kv-title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32vw;
    background: radial-gradient(#ffffff00, #ffffffb3);
    border-radius: 50%;
    padding: 4rem 2rem;
    -webkit-animation: float 5s linear infinite alternate;
	-moz-animation: float 5s linear infinite alternate;
	animation: float 5s linear infinite alternate;
}
.kv:before{
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #5da5a04a, transparent);
    z-index: 0;
}

.kv-title::before{
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    content: '';
    border: solid 1px white;
    border-radius: 50%;
    top: -10px;
    left: -10px;
}

.main-title{
    font-size: 2.1rem;
    font-family: "Noto Serif TC", serif;
    color: #037170;
    border-bottom: solid 2px #037170;
    padding: 0.5rem 1rem;
    letter-spacing: 3px;
}

.kv-title p{
    font-size: 1.3rem;
    text-align: center;
    padding-top: 0.5rem;
    font-weight: 500;
    color: #4d4d4d;
    letter-spacing: 3px;
}

.container{
    width: 100%;
}
.section{
    width: 100%;
    padding:0 1rem;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.maxwidth-500{
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem;
}

.fill-form input{
    width: 100%;
    font-size: 1.2rem;
    margin: 0.5rem 0;
    padding: 8px;
    border-radius: 5px;
    border: solid 1px #3d3d3d;
}

.search-uid{
    display: flex;
    align-items: center;
}

.search-btn{
    width: 30%;
    background: #5da5a0;
    margin-left: 0.5rem;
    padding: 7px 5px;
    border-radius: 5px;
    height: 100%;
    color: white;
    font-weight: 400;
    cursor: pointer;
    transition: 0.5s;
}
.search-btn a{

    color: white;

    text-decoration:none;

}

.search-btn:hover{
    background: #538a85;
}

#searching{
    visibility: hidden;
    position: absolute;
}

.orange-btn{
    padding: 0.5rem 1.5rem;
    background: #ff5722;
    color: white;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    width: fit-content;
    cursor: pointer;
    transition: 0.5s;
}

.orange-btn:hover{
    background: #e64c1d;
}

.member-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    margin-top: 3rem;
}

.member-img img{
    width: 100%;
}

.member-name{
    text-align: center;
    font-size: 1.5rem;
}

.member-info{
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    font-size: 1.1rem;
    padding-bottom: 5rem;
    padding-top: 2rem;
}

.info-item{
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

.info-item .left{
    width: 100px;
    font-weight: 600;
}

.point{
    font-weight: 600;
}

.apply-btn{
    margin-top: 0;
    margin-left: 1rem;
}

.member-top-img{
    width: 100px;
    margin-right: 1rem;
}

.member-top-img img{
    width: 100%;
}

.member-top-info div{
    padding: 3px;
}

.apply-top{
    padding-top: 3rem;
    border-bottom: solid 1px #ccc;
    padding-bottom: 2rem;
}

.fill-check{
    display:flex;
    margin-bottom: 5px;
}

.fill-check input{
    margin-right: 5px;
}

.fill-check label{
    color:#777777;
    font-weight: 600;
    font-size: 1.2rem;
}

.fill-form input{
    opacity: 0.5;
}

.bank-set{
    padding-bottom: 1rem;
}

.bank-set .fill-form label{
    color:#ccc;
}

.bank-set.active .fill-form label{
    color:#343635;
}

.bank-set.active .fill-check label{
    color:#037170;
}

.bank-set.active .fill-form input{
    opacity: 1;
}

footer {
    text-align: left;
    flex-shrink: 0;
    font-size: 1rem;
    background: #343635;
    color: white;
    font-size: 15px;
    font-weight: 300;
}

.footer-menu{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        padding-top: 1rem;
}

.footer-top{
    background: #4c4d4d;
    padding: 1rem 0;
    padding-top: 0;
}

.footer-menu-title{
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: grey;
    margin-bottom: 1rem
}

.footer-menu-list__item {
    color: #eee ;
}

.footer-menu-list__item:hover{
    color: #c8c8c8;
}

.footer-bottom{
    padding: 0.5rem 0;
}

.footer-menus{
    display: flex;
    flex-wrap: wrap;
}

.footer-menu-list{
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    line-height: 1.86;
    letter-spacing: 1px;
}

.right-fixed-area {
    position: fixed;
    right: 20px;
    bottom: 35px;
    opacity: 0;
    transition: 0.5s;
    z-index: 2;
}

.go-to-top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 0;
    cursor: pointer;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    background: #ffffff;
    border: solid 1px #3d3d3d;
    position: relative;
}

.go-to-top i{
    color: #3d3d3d;
    font-size: 1.3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.right-fixed-area.see{
    opacity: 1 !important;
}

.go-to-top:hover{
    transform: scale(1.1);
}


@media (max-width: 1920px) and (min-width: 1540px) {
    .main-title {
        font-size: 2.5rem;
    }
    .kv-title {
        padding: 5rem 2rem;
    }
    .kv-title p {
        font-size: 1.5rem;
    }
}

@media (max-width: 820px) {
    .kv-title {
        left: 20vw;
    }
}

@media (max-width: 540px) {
    .title {
        font-size: 1.8rem;
        letter-spacing: 3px;
    }
    .logo {
        height: 28px;
        padding-left: 0rem;
    }
    .kv {
        height: 40vw;
        margin-top: calc(28px + 1rem);
    }
    .kv img {
        object-position: 80% 100%;
    }
    .kv-title {
        top: -10%;
        transform: unset;
        left: 5vw;
        padding: 2rem 0.5rem;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }
    .main-title {
        font-size: 1.4rem;
        padding: 0.3rem 1rem;
    }
    .kv-title p {
        font-size: 1rem;
        padding-top: 0.1rem;
    }

    .search-btn {
        width: 50%;
    }

    .footer-menu{
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
     
}