﻿.fancybox-stroke-table{
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    padding: 20px;
}
.fancybox-stroke-table.active{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fancybox-stroke-table-mid{
    width: 100%;
}
.fancybox-stroke-box {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
    font-size: 0;
}
.fancybox-stroke-title-box {
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.fancybox-stroke-title {
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 0.06em;
    font-family: 'Noto Sans TC';
    color: #000;
}
.fancybox-stroke-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #666;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: 'Noto Sans TC';
    cursor: pointer;
    z-index: 3;
    transition: all .3s linear;
    font-weight: bold;
}
.member-guide-fancybox-stroke-form-box {
    max-height: calc(100vh - 80px - 60px);
    overflow: auto;
}

.member-guide-stroke-li-box{
    margin-top: 20px;
}
.member-guide-stroke-li{
    display: flex;
    align-items: start;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.member-guide-stroke-li-text{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    letter-spacing: 0.06em;
    font-family: 'Noto Sans TC';
    box-sizing: border-box;
    padding-right: 10px;
    position: relative;
}
.member-guide-stroke-li-btn-box{
    display: flex;
    min-width: max-content;
    align-items: center;
    justify-content: space-between;
}
.member-guide-stroke-li-btn{
    width: 60px;
    line-height: 36px;
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #fff;
    border-radius: 5px;
    background-color: #000;
    border: none;
    padding: 0;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: all .3s linear;
}
.member-guide-stroke-li-btn:nth-child(2){
    margin-left: 10px;
    background-color: rgba(0,0,0,0.5);
}


.stroke-dots{
    position: relative;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
}
.stroke-dots::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}
.stroke-dots-red{
    margin-top: 10px;
}
.stroke-dots-red::before{
    background-color: #ff0000;
}
.stroke-dots-green::before{
    background-color: #0f9a0f;
}



@media only screen and (min-width: 769px){
    .member-guide-stroke-li-btn:hover{
        background-color: #ffc90c;
        color: #000;
    }
}
@media only screen and (max-width: 768px){
    .stroke-dots::before{
        margin-right: 5px;
    }
}