*{
    position:relative;
}

html{
    scroll-behavior: smooth;
}

/* 無形卻載入 */
.invisible {
    visibility: hidden;
    position: absolute;
    pointer-events: none;
}

.hidden{
    display: none;
}

body{
    margin: 0px;
    padding: 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    font-size:16px;
    padding-top: 90px;

    /* background-color: #f3ece6; */
    /* background-image: url(/images/bg.jpg?1); */

    background: linear-gradient( 
        to left,
        #9b9ad9 0%,   /* 右邊：淡紫色 */
        #c8d7f0 40%,  /* 中間：淡藍紫 */
        #e3fbff 100%  /* 左邊：淺藍幾乎接近白 */
    );


    background: linear-gradient(to left, #6563ab 0%, /* 右邊：淡紫色 */ #d0e9f0 40%, /* 中間：淡藍紫 */ #4abec8 100% /* 左邊：淺藍幾乎接近白 */);
   
}

body[page="blog"] nav .pc_header .wrap .btnWrap li[page="blog"]:after
,body[page="service"] nav .pc_header .wrap .btnWrap li[page="service"]:after
,body[page="page"] nav .pc_header .wrap .btnWrap li[page="page"]:after
,body[page="passport"] nav .pc_header .wrap .btnWrap li[page="passport"]:after
,body[page="login"] nav .pc_header .wrap .btnWrap li[page="login"]:after
{
    content: '';
    background-color: #4abec8;
    display: block;
    width: 85%;
    height: 3px;
    position: absolute;
    left: 7.5%;
    bottom: 0px;
}


body[page="passport"] .login_menu li[page="passport"]:after
,body[page="setting"] .login_menu li[page="setting"]:after
,body[page="orders"] .login_menu li[page="orders"]:after
{
    content: '';
    background-color: #83dde1;
    display: block;
    width: 85%;
    height: 3px;
    position: absolute;
    left: 7.5%;
    bottom: -10px;
}


input[type="text"],input[type="tel"],input[type="date"],input[type="password"],input[type="file"]{
    appearance: none;
    -webkit-appearance: none;
    width: calc(100% - 30px);
    font-size: 16px;
    padding: 15px;
    background-color: #ebebeb;
    border: none;
    border-radius: 50px;
    outline: none;

    &::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cacaca;
    }
    &::-moz-placeholder { /* Firefox 19+ */
    color: #cacaca;
    }
    &:-ms-input-placeholder { /* IE 10+ */
    color: #cacaca;
    }
    &:-moz-placeholder { /* Firefox 18- */
    color: #cacaca;
    }


    &:focus{
        background-color: #d8d8d8;
    }
    
}
input[type="file"]{
    background-color: #FFF;
}

input[readonly]{
    background-color: transparent;
}

.formeach{
    margin-bottom: 15px;
    display: block;
    text-align: left;

    .label{
        margin-bottom: 5px;
    }
    .value{
        padding: 15px;
        color: #8f8f8f;
    }
}

.theformeach{
    margin-bottom: 15px;
    display: block;
    text-align: left;

    .label{
        margin-bottom: 5px;
    }

}

centerwrap{
	max-width: 1440px;
    position: relative;
    text-align: center;
    display: block;
    margin: auto;
}

centerwraps{
	max-width: 960px;
    position: relative;
    text-align: center;
    display: block;
    margin: auto;
}

li {
    list-style: none;
}


.m{
    display: none;
}
m{
    display: none;
}


a{
    display: contents;
    color: inherit;
}


/* table */
/* .................................. */

.table{


    .table_each{
        /* border-bottom: 1px solid #e2e2e2; */

        &.header{
            background-color: #cfd4e8;
        }
        
        
        .table_wrap{
            display: flex;
            width: 100%;

            
        }

        li {
            flex: 1;    
            padding: 10px;
            list-style: none;

            &[thename="content"]{
                background-color: #ffffffc9;
                font-size: 15px;
            }
            

            &.blue{
                    color: #368e97;
                }

            
        }

        &:nth-last-child(1) li{
                border-bottom: none;
        }
    }

}


section{

    h2.maintitle{
        text-align: center;
        color: #666666;
        letter-spacing: 2px;
        font-size: 30px;
        margin-block-end: 5px;
        font-weight: 500;
    }

    h2.intitle{
        color: #666666;
        margin-block-start: 0;

        .material-symbols-outlined{
            vertical-align: middle;
            padding-bottom: 5px;
            padding-right: 10px;
        }
    }

    h3.entitle{
        text-align: center;
        color: #666666;
        margin-block-start: 0;
        font-size: 15px;
    }
    .horizon-icon{
        width: 80px;
        margin: auto;
        display: block;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .text{
        text-align: left;
        font-size: 18px;
        line-height: 1.8;
    }

    .btn{
        background-color: #FFF;
        width: 300px;
        margin: auto;
        border: 2px solid #a7a7d3;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #a7a7d3;
        border-radius: 50px;
        cursor: pointer;
        text-align: center;
        user-select: none;

        &:hover{
                background-color: #dfdfed;;
        }

        &:active{
            line-height: 54px;
        }

        &.purple{
            background-color: #a7a7d3;;
            color: #FFF;

            &:hover{
                background-color: #7d7db4;;
            }
        }

        .icon{
            position: absolute;
            left: 24px;
            top: 12px;
        }
    }

    .sbtn{
        width: 240px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        display: inline-block;
        margin-top: 6px;
        background-color: #a7a7d3;
        margin-bottom: 6px;
        border-radius: 50px;
        text-align: center;
        color: #FFF;
        cursor: pointer;

        &:hover{
            background-color: #8585b9;
        }

        &:active{
            line-height: 44px;
        }
    }

    select.small{
        width: 240px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        display: inline-block;
        margin-top: 6px;
        background-color: #d0d0d0;
        margin-bottom: 6px;
        border-radius: 50px;
        text-align: center;
        color: #000000;
        border: none;
        border-right: 15px solid #d0d0d0;
        padding-left: 27px;
    }
}


body[login="true"]{

    nav{
        .pc_header .wrap .btnWrap{

            li[page="login"]{
                display: none;
            }
            li[page="setting"]{
                display: inline-block;
            }


        }

        .m_header .btnWrap .in{

            li[page="login"]{
                display: none;
            }
            li[page="setting"]{
                display: flex;
            }
        }

    }
}

nav{

    .pc_header{

        .wrap{
            position: fixed;
            width: 100%;
            height: 90px;
            z-index: 10;
            left: 0px;
            top: 0px;
            background-color: #FFF;


            .logo{
                height: 60px;
                top: 13px;
                left: 30px;
                position: absolute;
            }

            .loginer_genderIcon{
                position: absolute;
                width: 40px;
                height: 40px;
                background-color: #e9e9e9;
                left: 0;
                border-radius: 50px;
                top: 24px;
                background-size: cover;
                background-position: center;


                &[type="male"]{
                    background-image: url(/images/icon-male.png);
                }
                &[type="female"]{
                    background-image: url(/images/icon-female.png);
                }
            }

            .btnWrap{
                left: 400px;
                position: absolute;
                top: 0px;

                li[page="setting"]{
                    display: none;
                }


                .pet_numbers{
                        display: inline-block;
                        width: 20px;
                        background-color: #b2b2b2;
                        vertical-align: middle;
                        height: 20px;
                        line-height: 20px;
                        color: #FFF;
                        font-size: 14px;
                        border-radius: 5px;
                        margin-right: 7px;
                }

                


                &.right{
                    right: 20px;
                    left: auto;


                    li[page="login"]{
                        display: inline-block;
                    }
                    li[page="setting"]{
                        display: none;
                        padding-left: 50px;
                    }
                }
                

                li{
                    display: inline-block;
                    list-style: none;
                    color: #272828;
                    padding-left: 20px;
                    padding-right: 20px;
                    letter-spacing: 1px;
                    height: 90px;
                    line-height: 90px;
                    cursor: pointer;
                    vertical-align: middle;
                    margin-right: -5px;
                    font-size: 16px;
                    padding-left: 15px;
                    padding-right: 15px;

                    &:hover{
                        color: #108590;
                    }

                    &.btn{
                        background-color: #666666;
                        color: #FFF;
                        border-radius: 50px;
                        padding-left: 25px;
                        padding-right: 25px;
                    }
                }

                .btnSubWrap{
                    background-color: #6563ab;
                    width: 280px;
                    min-height: 60px;
                    position: absolute;
                    top: 90px;
                    margin-left: -55px;
                    padding-top: 15px;
                    padding-bottom: 15px;

                    .subeach{
                        line-height: 50px;
                        cursor: pointer;
                        color: #FFF;
                        padding: 0 22px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;

                        &:hover{
                            background-color: #48468f;
                        }

                        &.active{
                            background-color: #222069;
                        }
                    }
                }
            }

        }

    }

    .m_header{
        display: none;


        &.active{
            .btnWrap{
                right: 0;
                transform: translateX(0);

            }

            .menuBtn .in li{
                    background-color: #FFF;
            }


            .wrap{
                
                

                .menuBtn{
                    .in{ 
                    
                        li{
                            background-color: #FFF;
                            height: 2px;
                        }
                        li[nth="1"] {
                            transform: rotate(45deg)  translateY(-6px);
                            transform-origin: left bottom;
                        }
                        li[nth="2"] {
                            width: 0%;
                        }
                        li[nth="3"] {
                            transform: rotate(-45deg)  translateY(6px);
                            transform-origin: left bottom;
                        }
                    }
                }

            }

            .btnWrap-cancel{
                display: block;
            }
            
        }
        

        .wrap{
            top: 0;
            position: fixed;
            background-color: #FFF;
            width: 100%;
            height: 65px;
            z-index: 10;
            z-index: 11;

            .logo{
                height: 40px;
                top: 13px;
                left: 13px;
                position: absolute;
            }

            
            

        }

        .pet_numbers{
                        display: inline-block;
                        width: 20px;
                        background-color: #b2b2b2;
                        vertical-align: middle;
                        height: 20px;
                        line-height: 20px;
                        color: #FFF;
                        font-size: 14px;
                        border-radius: 5px;
                        margin-left: 7px;
                        text-align: center;
                }

        .menuBtn {
                position: fixed;
                top: 1px;
                right: 2px;
                width: 60px;
                height: 60px;
                z-index: 15;
                cursor: pointer;

                .in {
                    position: absolute;
                    top: 20px;
                    left: 10px;
                    width: 40px;
                    height: 21px;


                    

                    li {
                        background-color: #585858;
                        height: 1px;
                        list-style: none;
                        position: absolute;
                        width: 100%;
                        -webkit-transition: all 0.3s;
                        -moz-transition: all 0.3s;
                        -o-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                    li[nth="1"] {
                        top: 0px;
                    }
                    li[nth="2"] {
                        top: 50%;
                        margin-top: -1.5px;
                        width: 50%;
                        right: 0;
                    }
                    li[nth="3"] {
                        bottom: 0px;
                    }
                    
                }
            }

        .btnWrap{
            background-color: #6563ab;
            position: fixed;
            width: min(65vw, 280px);
            height: 100vh;
            max-height: 100vh;
            right: 0;
            transform: translateX(100%);
            z-index: 24;
            top: 0;
            overflow-y: auto;
            overscroll-behavior: contain;
            -webkit-overflow-scrolling: touch;

            -webkit-transition: transform 0.3s;
            -moz-transition: transform 0.3s;
            -o-transition: transform 0.3s;
            transition: transform 0.3s;

            .in{
                background-color: #6563ab;
                padding: 30px;
                padding-top: 70px;
                padding-left: 0px;
                padding-right: 0px;
                padding-bottom: 110px;
                min-height: 100%;


                hr{
                        opacity: 0.3;
                }

                .btnSubWrap{
                    background-color: #44419a;
                    color: #FFF;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    margin-top: 5px;
                    margin-bottom: 5px;

                    .subeach{
                        padding-bottom: 8px;
                        padding-top: 8px;
                        color: #FFF;
                        padding-left: 30px;
                        padding-right: 30px;
                        font-weight: 500;
                        font-size: 18px;

                        &.active{
                            background-color: #222069;
                        }
                    }
                }


                li{
                    padding-bottom: 8px;
                    padding-top: 8px;
                    color: #FFF;
                    padding-left: 30px;
                    padding-right: 30px;
                    font-weight: 500;
                    font-size: 18px;

                    &[page="setting"]{
                        display: none;
                        align-items: center;
                        gap: 8px;
                    }

                    .loginer_genderIcon{
                        width: 24px;
                        height: 24px;
                        border-radius: 50px;
                        background-color: rgba(255,255,255,0.2);
                        background-size: cover;
                        background-position: center;
                        display: inline-block;
                        vertical-align: middle;

                        &[type="male"]{
                            background-image: url(/images/icon-male.png);
                        }

                        &[type="female"]{
                            background-image: url(/images/icon-female.png);
                        }
                    }

                    .loginer_name{
                        display: inline-block;
                        vertical-align: middle;
                    }

                    .pet_numbers{
                        margin-left: 8px;
                        margin-right: 0;
                    }
                }
            }
        }

        .btnWrap-cancel{
            width: 100%;
            height: 100%;
            position: fixed;
            z-index: 22;
            background-color: #000;
            opacity: 0.5;
            display: none;
            top: 0;
            left: 0;
        }

        
    }

}


.login_menu{
    padding: 10px;
    background-color: #6563ab;
    color: #FFF;
    text-align: center;

    li{
        display: inline-block;
        padding: 10px;
    }
}

footer{
    padding: 58px 25px 28px;
    background-color: #3f3f65;
    color: #fff;

    centerwrap{
        display: block;
        max-width: 1240px;
    }

    .footer_grid{
        display: grid;
        grid-template-columns: 1.15fr 1.05fr 430px;
        gap: 48px;
        max-width: 1240px;
        margin: auto;
        align-items: start;
    }

    .footer_brand{
        text-align: left;

        .footer_logo{
            width: auto;
            height: 60px;
            max-width: 100%;
            margin-bottom: 18px;
        }

        h2{
            margin: 0 0 14px;
            font-size: 20px;
            letter-spacing: 1px;
            font-weight: 700;
        }

        p{
            margin: 0;
            color: rgba(255,255,255,.82);
            font-size: 14px;
            line-height: 1.9;
            letter-spacing: 1px;
            text-align: left;
        }
    }

    .footer_block{
        padding-top: 0px;

        h3{
            margin: 0 0 18px;
            color: #83dde1;
            font-size: 18px;
            letter-spacing: 1px;
        }

        a,
        .footer_item{
            display: flex;
            align-items: flex-start;
            gap: 10px;
            min-height: 34px;
            margin-bottom: 2px;
            color: rgba(255,255,255,.86);
            font-size: 14px;
            line-height: 1.5;
            text-decoration: none;
            text-align: left;
            word-break: break-word;
            letter-spacing: .5px;
        }

        a:hover{
            color: #83dde1;
        }

        .material-symbols-outlined{
            align-self: flex-start;
            flex: 0 0 auto;
            color: #83dde1;
            font-size: 21px;
            margin-top: 1px;
        }

        .footer_socials{
            display: flex;
            gap: 10px;
            margin: 15px 0px 12px;

            a{
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 38px;
                height: 38px;
                min-height: 0;
                margin: 0;
                padding: 0;
                border: 1px solid rgba(131,221,225,.65);
                border-radius: 999px;
                background-color: rgba(255,255,255,.08);
                color: #fff;
                text-decoration: none;
            }

            a:hover{
                background-color: #83dde1;
                color: #3f3f65;
            }

            .footer_social_icon{
                display: block;
                width: 18px;
                height: 18px;
                object-fit: contain;
            }
        }
    }

    .footer_facebook_embed{
        padding-top: 0;
        text-align: left;

        iframe{
            display: block;
            width: 430px;
            max-width: 100%;
            height: 420px;
            border-radius: 10px;
            overflow: hidden;
            background-color: #fff;
            box-shadow: 0 12px 30px rgba(0,0,0,.14);
        }
    }

    .copyright {
        text-align: center;
        color: rgba(255,255,255,.62);
        font-size: 13px;
        margin-top: 28px;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,.16);
    }
}


section.demo{

    min-height: 800px;

}

.bg1{
    background-image: url(/images/biglogo.png?);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right -10% top 10%;
    padding: 1px;
}


section.login{


    &[type="login"] .wrap[type="login"] , &[type="register"] .wrap[type="register"] , &[type="registercode"] .wrap[type="registercode"] , &[type="forget"] .wrap[type="forget"] , &[type="reset"] .wrap[type="reset"]{
        display: block;
    }
    
    

    .wrap{
        background-color: #FFF;
        padding: 50px;
        width: 400px;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        max-width: calc(100% - 160px);

        display: none;

        h1{
                text-align: center;
                margin-block-start: 0;
                font-size: 27px;
        }

        .register_hint{
            color: #666;
            font-size: 15px;
            line-height: 1.7;
            text-align: center;
            margin: -8px 0 24px;
        }

        .btn{
            margin-top: 20px;
        }

        .login_text_link{
            margin-top: 18px;
            color: #8f8dcc;
            font-size: 15px;
            font-weight: 700;
            text-align: center;
            cursor: pointer;
            user-select: none;

            &:hover{
                color: #6563aa;
                text-decoration: underline;
            }
        }

        .label.required:before{
            content: "*";
            color: #d95f5f;
            margin-right: 4px;
            font-weight: 700;
        }

        .verify_hint{
            color: #666;
            font-size: 15px;
            line-height: 1.8;
            text-align: center;
            margin: 0 0 22px;
        }
        
    
    }

    .main-logo{
        width: 140px;
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }

    .pets_list{
        background-color: #f9f9f9;
        padding: 25px;
    }
}



/* noteAlert  */
/* ...............................  */
.noteAlert{
    display: none;

    background-color: #0000009c;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-left: -150px;
    margin-top: -50px;
    border-radius: 10px;
    text-align: center;
}
.noteAlert span{
            color: #FFF;
            font-size: 50px;
            margin-top: 17px;
}

.noteAlert .text {
        color: #FFF;
        text-align: center;
        margin: 15px;
        font-size: 18px;
        margin-top: 5px;
}


article{
    text-align: left;
    font-size: 18px;
    line-height: 1.6;

    ol li,ul li{
        list-style: auto;
    }
}



section.page{
    padding-top: 30px;
    padding-bottom: 60px;

    .page_info{
        background-color: #ffffffc9;
        padding: 50px;
        padding-top: 30px;
        margin-left: 20px;
        margin-right: 20px;

        .photo{
            width: 600px;
            max-width: 100%;
        }
        h2.thetitle{
            margin-block-start: 0;
        }
    }

}


/* ytModal */
/* ............................ */
.ytModal{
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.ytModal.isOpen{
    display: block;
}

.ytModal__backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.65);
}

/* 中央內容 */
.ytModal__content{
    position: relative;
    width: min(85vw, 92vw);
    margin: 10vh auto 0;
    z-index: 1;
}

/* 16:9 */
.ytModal__ratio{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
}

.ytModal__ratio iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* 右上角關閉 */
.ytModal__close{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}
/* ............................ */



.gocartFloat{
    background-color: #FFF;
    position: fixed;
    bottom: 25px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    z-index: 100;
    cursor: pointer;
    box-shadow: 0px 0px 25px #7f7f7f;

    span{
        color: #7979c6;
        font-size: 31px;
        text-align: center;
        position: absolute;
        left: 14px;
        top: 15px;
    }

    .gocartFloat_count{
        position: absolute;
        top: -8px;
        right: -8px;
        min-width: 28px;
        height: 28px;
        padding: 0 8px;
        box-sizing: border-box;
        border-radius: 999px;
        background-color: #d95f5f;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        line-height: 28px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0,0,0,.2);
        pointer-events: none;
    }
}


/* ............................................................ */
@media screen and (max-width: 1240px) {

    .pc{
        display: none;
    }
    pc{
        display: none;
    }
    .m{
        display: initial;
    }
    m{
        display: initial;
    }

    body{
        /* background-image: url(/images/bg_m.jpg?1); */
        padding-top: 60px;
    }


    nav .pc_header{
        display: none;
    }
    nav .m_header{
        display: block;
    }

    nav .m_header .btnWrap{
        width: min(260px, calc(100vw - 32px));
        right: 0;
        left: auto;
        transform: translateX(100%);
        box-sizing: border-box;
        background-color: #6563ab;
    }

    nav .m_header.active .btnWrap{
        transform: translateX(0);
    }

    nav .m_header .btnWrap .in{
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        background-color: #6563ab;
    }

    nav .m_header .menuBtn{
        z-index: 30;
    }

    nav .m_header .btnWrap-cancel{
        z-index: 20;
    }

    section {
        h2.maintitle {
            letter-spacing: 1px;
            font-size: 21px;
        }
    }
    section {
        h3.entitle {
            font-size: 12px;
        }
    }
    section {
        .horizon-icon {
            width: 65px;
        }
    }
    section {
        .text {
            text-align: left;
            font-size: 15px;
            line-height: 1.6;
            /* padding-left: 30px;
            padding-right: 30px; */
        }
    }

    section {
        .btn {
            max-width: 70%;
            font-size: 16px;
            height: 45px;
            line-height: 45px;
        }
    }

    section.login {
        .wrap {
            background-color: #FFF;
            padding: 25px;
            width: 400px;
            margin: auto;
            margin-top:30px;
            margin-bottom: 50px;
            max-width: calc(100% - 100px);
        }
    }

    footer{
        padding: 42px 25px 24px;

        .footer_grid{
            grid-template-columns: 1fr;
            gap: 28px;
        }

        .footer_brand{
            .footer_logo{
                width: auto;
                height: 54px;
            }

            h2{
                font-size: 18px;
            }

            p{
                font-size: 14px;
                line-height: 1.8;
            }
        }

        .footer_block{
            padding-top: 0;

            h3{
                font-size: 17px;
                margin-bottom: 12px;
            }

            a,
            .footer_item{
                font-size: 14px;
            }

            .footer_socials{
                margin-top: 6px;
            }
        }

        .footer_facebook_embed{
            margin-top: 0;
            padding-top: 0;

            iframe{
                width: 100%;
                height: 390px;
            }
        }
    }

    section.login {
        .main-logo {
            width: 110px;
            margin: auto;
            display: block;
            margin-bottom: 14px;
        }
    }


    /* table */
    /* .................................. */
    .table{
        font-size: 15px;

        .header{
            display: none;
        }


        .table_each {
            border-bottom: 1px solid #e2e2e2;

            .table_wrap {
                flex-direction: column; 
                padding: 5px 0;
            }

            li {
                flex: none;
                display: flex;
                justify-content: space-between;
                padding: 5px 12px;
                border-bottom: none;
                text-align: right;

                
            

            }

            li::before {
                content: attr(data-label);
                color: #6563ab;
                font-weight: bold;
                text-align: left;
            }


            &:nth-last-child(1) {
                    border-bottom: none;
            }
        }

    }

    section.page {
        padding-top: 10px;
        
        .page_info {
            background-color: #ffffffc9;
            padding: 30px;
            padding-top: 10px;
            margin-left: 20px;
            margin-right: 20px;

            article{
                text-align: left;
                font-size: 16px;
                line-height: 1.6;
            }
        }
    }

    
}
