/* Page Tool */
body {
    /* overflow-x: initial; */
}

.banner {
    margin : 0 auto;
    text-align: center;
}
.banner img {
    width: 500px;
}

.ctn-wr {
    width: 500px;
    margin: 30px auto;
}
h3 {
    font-size: 23px;
    text-align: center;
}

.ctn-dt {
    text-align: right;
    font-size: 11px;
    margin : 20px 0;
}
.ctn-dt span {
    color : #ccc;
}


.loader-wrapper {
    display: inline-block;    
    width: 100%;
    /* height: 100%; */
    padding : 20px;
    margin : 0 auto;
    /* overflow: hidden;
    overflow-y: auto; */
}

.page-tool * {
    box-sizing: border-box;
}
.page-tool select:focus {
    outline: 1px solid #00cbff;
}

.page-tool {
    width: 600px;
    margin : 0 auto;
}

.page-tool-bar {}
.page-tool-bar ul {
    display: inline-block;
    width: 100%;
    margin : 0;
    padding : 10px;
    text-align: center;
}
.page-tool-bar ul li{
    display: inline-block;
    width: 50px;
    height: 50px;
    list-style: none;
    margin : 0;
    padding : 0;
}
.page-tool-bar ul li button {
    width: 100%;
    height: 100%;
}
.page-tool-bar ul li.select {
    width: 100px;
    margin : 0 2px;
}
.page-tool-bar ul li.select select {
    border : 0;
    padding: 10px;
    width: 100%;
    height: 50px;
}

.page-content {
    width: 100%;
    text-align: center;
}
.page-content > canvas {
    margin : 0 auto;
}






/* View Controller */
.page-view-contr {
    position: fixed;
    top : 1%;
    left : 50%;
    transform: translate(-50%, -50%);
}

.page-view-contr .v-left {
    position: absolute;
    left : -320px;
    width: 250px;
    height: 100%;
}

.page-view-contr .v-left > div {
    border-radius: 10px;
    background-color: #FAFAFA;
    font-size: 13px;
    font-weight: 600;
    padding : 10px;
    margin-bottom: 10px;
}

.page-view-contr .v-left > div li span {
    font-weight: 400;
    display: inline-block;
    padding : 2px 5px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: clip;
}


.v-l-writer-docs {}
.v-l-writer-docs li {
    filter: blur(1px);
    transition: all 0.1s;
    cursor: pointer;
}
.v-l-writer-docs li span{}
.v-l-writer-docs li span:nth-child(1){
    font-size: 11px;
    color : #ff7d7d;
}
.v-l-writer-docs li span:nth-child(2){
    display: inline-block;
    width: 100%;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.v-l-writer-docs li span:nth-child(3){}
.v-l-writer-docs li:hover {
    filter: blur(0px);
}
.v-l-writer-docs li:active {
    filter: blur(0px) invert(1);
}



.page-view-contr .v-right {
    position: absolute;
    right : -320px;
    width: 250px;
    height: 100%;
}
.page-view-contr .v-right ul {
    background: #FAFAFA;
    padding: 10px;
    font-size: 13px;
    border-radius: 10px;
}
.page-view-contr .v-right ul li span {
    display: inline-block;
    padding : 1px;
}
.page-view-contr .v-right ul li > span > span:nth-child(1){
    font-weight: 600;
    font-size: 11px;
    min-width: 78px;
}

.page-view-contr .v-right ul li:nth-child(1) {
    margin : 15px 0;
}
.page-view-contr .v-right ul li:nth-child(1) > span:nth-child(1) {
    display: inline-block;
    width: 100%;
}
.page-view-contr .v-right ul li:nth-child(1) > span:nth-child(1) > span:nth-child(1){
    display: none;
}
.page-view-contr .v-right ul li:nth-child(1) > span:nth-child(1) > span:nth-child(2) {
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.v-btns {
    text-align: center;
    margin-bottom: 10px;
}
.v-btns button {
    font-size: 13px;
    margin-bottom: 5px;
}




#canvas2 {
    display: none;
    position: fixed;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    z-index: 9;
    background-color: white;
    cursor: pointer;
}

#canvas2:hover {
    outline: 2px solid #00cbff;
}
#canvas2:active {
    outline: 2px solid #ff7d7d;
}





.page-view-contr-mobile {
    position: fixed;
    top: calc(50% - 25px);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.page-view-contr-mobile > div {
    position: relative;
}

.page-view-contr-mobile .f-size {
    position: fixed;
    top: -100px;
    left : 50%;
    transform: translate(-50%, 0);
    width: calc(100% + 55px);
    height: 0px;

    opacity: .5;
}

.page-view-contr-mobile .f-size button {
    border-radius: 10px;
    border : 0.1px solid #ccc;
    position: relative;
    width: 28px;
    height: 75px;
    writing-mode: tb;
    background-color: white;
    box-shadow: 0px 1px 1px black;
}
.page-view-contr-mobile .f-size button:nth-child(1){}
.page-view-contr-mobile .f-size button:nth-child(2){
    float: right;
}



.page-view-contr-mobile .f-home {
    position: fixed;
    top: -200px;
    left : 50%;
    transform: translate(-50%, 0);
    width: calc(100% + 55px);
    height: 0px;

    opacity: .5;
}

.page-view-contr-mobile .f-home button {
    border-radius: 10px;
    border : 0.1px solid #ccc;
    position: relative;
    width: 28px;
    height: 75px;
    writing-mode: tb;
    background-color: white;
    box-shadow: 0px 1px 1px black;
}
.page-view-contr-mobile .f-home button:nth-child(1){}
.page-view-contr-mobile .f-home button:nth-child(2){
    float: right;
}


.page-view-contr-mobile .re-links {
    position: fixed;
    top: -250px;
    left : 50%;
    transform: translate(-50%, 0) scale(0.8);
    width: calc(100% + 55px);
    height: 0px;
    opacity: 1;
}







.page-view-contr-mobile .move-btns {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 55px);
    height: 0px;
    opacity: .5;
}
.page-view-contr-mobile .move-btns span {
    display: inline-block;
    width: 100%;
    color : #292929;
    text-align: center;
    padding : 0px 3px;
    padding-top: 15px;
    
}
.page-view-contr-mobile .move-btns button {
    border-radius: 10px;
    border : 0.1px solid #ccc;
    position: relative;
    width: 28px;
    height: 75px;
    writing-mode: tb;
    background-color: white;
    box-shadow: 0px 1px 1px black;
}

.page-view-contr-mobile .move-btns button > span::after {
    content: '〈 〉';
    position: absolute;
    top : 5px;
    left : 50%;
    transform: translate(-50%, 0);
    width: 15px;
    height: 15px;
    writing-mode: inherit;
}
.page-view-contr-mobile .move-btns button:nth-child(1) > span::after{
    content: '〈';
    left : calc(50% - 0px);
}
.page-view-contr-mobile .move-btns button:nth-child(2) > span::after{
    content: '〉';
    left : calc(50% + 8px);
}
.page-view-contr-mobile .move-btns button:nth-child(1) {
    float: left;
}
.page-view-contr-mobile .move-btns button:nth-child(2) {
    float: right;
}







@media (max-width: 576px) {
    h3 {
        font-size: 32px;
    }
    .ctn-wr {
        width: 100%;
    }
    .ctn-dt {
        font-size: 13px;
    }
    .page-view-contr {
        display: none;
    }
    .banner img {
        width: 100%;
    }
    .v-l-writer-docs {
        border-radius: 10px;
        height: 150px;
        max-height: 150px;
        background-color: rgb(145 197 255 / 50%);
        padding: 10px;
    }
    .v-l-writer-docs li {
        filter: blur(0px);
        
    }


}



@media (min-width: 576px) and (max-width: 768px) {
    .banner img {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .banner img {
        width: 100%;
    }
}


@media (min-width: 992px) {
}
