.anim3-up{animation:up 3s linear infinite}.anim3-down{animation:down 3s linear infinite}@keyframes up{0%{transform:translateY(0)}25%{transform:translateY(-15px)}75%{transform:translateY(15px)}100%{transform:translateY(0)}}@keyframes down{0%{transform:translateY(0)}25%{transform:translateY(15px)}75%{transform:translateY(-15px)}100%{transform:translateY(0)}}.circle-360{animation:circle360 1.5s linear infinite}@keyframes circle360{to{transform:rotate(0deg)}from{transform:rotate(-360deg)}}@keyframes click-bounce{0%{transform:scale(1) translateZ(0)}20%{transform:scale(1.2)}48%{transform:scale(0.82) translateZ(0)}70%{transform:scale(1.09)}100%{transform:scale(1) translateZ(0)}}@keyframes twinkle{0%{filter:drop-shadow(0 0 1px #f5df83) drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 3px #f5df83)}35%{filter:drop-shadow(0 0 1.5px #f5df83) drop-shadow(0 0 3px #f5df83) drop-shadow(0 0 4.5px #f5df83)}70%,100%{filter:drop-shadow(0 0 2px #f5df83) drop-shadow(0 0 4px #f5df83) drop-shadow(0 0 6px #f5df83)}}@keyframes zoom{0%{transform:scaleX(1)}35%{transform:scale3d(1.075, 1.075, 1)}70%,100%{transform:scale3d(1.015, 1.015, 1)}}body{position:relative;font-family:"Gadugi","微軟正黑體",Arial,sans-serif !important;position:relative;margin:0;padding:0;background:#fff;overflow-x:hidden}body:not(.user-is-tabbing) button:focus,body:not(.user-is-tabbing) a:focus,body:not(.user-is-tabbing) input:focus,body:not(.user-is-tabbing) select:focus,body:not(.user-is-tabbing) textarea:focus{outline:none !important}*{box-sizing:border-box}a,button{cursor:pointer;text-decoration:none !important;border:none;transition:.25s}a:hover,button:hover{text-decoration:none;transition:.25s}.btn-main{color:#fff !important;background:#000 !important}.btn-main2-o{color:#000 !important;border:1px solid #000 !important;background:rgba(0,0,0,0) !important}.btn-add{display:block !important;margin:.5rem auto !important;color:#cecece !important;border:1px solid #cecece !important;border-radius:100% !important;background:rgba(0,0,0,0) !important}.btn-gradient{font-size:.85rem;font-weight:bold;color:#fff !important;text-shadow:0 1px 3px rgba(0,0,0,.4156862745);border:none !important;background:linear-gradient(60deg, #555555, #000000) !important}.btn-cancel{font-weight:bold !important;color:#fff !important;background:#888 !important}.btn-delet{background:rgba(0,0,0,0);border:none;padding:.3rem !important;margin:0 0 0 auto !important}.btn-delet i{font-size:.85rem;color:#a1a1a1}.btn-delet:active{border:none;outline:none !important}.btn-save{color:#000 !important;border:none;background:rgba(0,0,0,0);font-size:.85rem !important;font-weight:bold}.btn-savepc{margin:.5rem}.btn-w-o{color:#fff !important;border:1px solid #fff !important;background:rgba(0,0,0,0)}.w50{width:50%}@media only screen and (max-width: 500px){.w50{width:100%}}.w75{width:75%}@media only screen and (max-width: 500px){.w75{width:100% !important}}.w100{width:100%}.text-center{text-align:center}.animated{animation-duration:1s;animation-fill-mode:both}.animate__animated{opacity:0;transition:opacity .5s ease-in-out}body.home{background:#f9f9f9}body.home header{text-align:center;padding:5rem 2rem;background:#010101}@media only screen and (max-width: 500px){body.home header{padding:3rem 2rem}}body.home header h1{font-size:3rem;font-weight:bold;margin-bottom:1rem;color:#fff}body.home header h1 img{max-width:65px;margin-right:.5rem}@media only screen and (max-width: 500px){body.home header h1{font-size:1.85rem}body.home header h1 img{max-width:45px}}body.home header p{font-size:1.65rem;color:#eee}@media only screen and (max-width: 500px){body.home header p{font-size:1rem}}body.home header p.note{font-size:1rem}body.home header .pgheader h1{font-size:2rem}body.home header .pgheader p{width:40%;margin:0 auto .5rem auto;font-size:1rem;line-height:1.5}@media only screen and (max-width: 1025px){body.home header .pgheader p{font-size:.85rem;width:100%}}body.home header .btn_go{display:inline-block;margin:1rem 0;padding:12px 30px;border-radius:30px;font-weight:bold;transition:.2s}body.home header .btn_go:hover{transform:scale(1.1) translateY(-2px)}body.home header .btn-setting{display:inline-block;margin:1rem .5rem;padding:12px 30px;border-radius:30px;font-weight:bold;transition:.2s;color:#cecece;background:#222}body.home header .btn-setting:hover{transform:translateY(-2px)}body.home section{padding:60px 20px;text-align:center}@media only screen and (max-width: 500px){body.home section{padding:40px 20px}}body.home .page{width:1200px;margin:0 auto;text-align:left}@media only screen and (max-width: 1025px){body.home .page{width:90%}}body.home .page h2,body.home .page h3{font-weight:bold;text-align:center;font-size:1.365rem;margin-bottom:1rem}body.home .page p{font-size:1rem;margin-bottom:.5rem}body.home .page ul{list-style:disc;text-align:left;padding-left:2rem;margin:0 0 2rem 0}body.home .page ul li{margin:0 0 .5rem 0}body.home .page table{width:100%;border-collapse:collapse;margin:1rem auto}@media only screen and (max-width: 1025px){body.home .page table{width:100%}}body.home .page table th{color:#fff;background:#000;text-align:center}body.home .page table td:nth-child(1){text-align:right;background:#ececec}body.home .page table td:nth-child(3){text-align:center}body.home .page .feature-section{display:inline-block;width:45%;padding:1rem;margin-bottom:1rem}@media only screen and (max-width: 1025px){body.home .page .feature-section{width:100%}}body.home .page .feature-section h3{text-align:left}body.home .cardlist{width:1100px;margin:0 auto}@media only screen and (max-width: 1025px){body.home .cardlist{width:90%}}body.home .cardlist h2,body.home .cardlist h3{font-size:1.365rem;margin-bottom:1rem}body.home .cardlist p{font-size:1rem;margin-bottom:.5rem}body.home .cardlist ul{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0}body.home .cardlist ul li{width:calc(25% - 1rem);margin:.5rem}@media only screen and (max-width: 1025px){body.home .cardlist ul li{width:calc(50% - 1rem)}}@media only screen and (max-width: 500px){body.home .cardlist ul li{width:100%}}body.home .cardlist ul li a{display:flex;align-items:center;padding:.5rem;border-radius:6px;background:rgba(0,0,0,.1)}body.home .cardlist ul li a .user .profile-img{width:3rem;height:3rem;margin:0 auto;border:2px solid #fff;border-radius:50rem;box-shadow:1px 1px 3px rgba(0,0,0,.2);background:#ccc;background-size:cover;background-position:center center;background-repeat:no-repeat}@media only screen and (max-width: 500px){body.home .cardlist ul li a .user .profile-img{margin:0;width:2.35rem;height:2.35rem}}body.home .cardlist ul li a h2{font-weight:bold;font-size:.95rem;color:#333;margin:0 0 0 .5rem;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}body.home .cardlist ul li a:hover{background:rgba(0,0,0,.9)}body.home .cardlist ul li a:hover h2{color:#fff}body.home .why{background:#eee}body.home .homeflex{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:40px}@media only screen and (max-width: 500px){body.home .homeflex{gap:15px}}body.home .homeflex h3{font-size:1.45rem;text-align:center;margin:0 auto .25rem auto}body.home .homeflex p{display:table;margin:0 auto;text-align:left}body.home .whatwhouse{color:#fff;background:#0e0e0e}body.home .whatwhouse .what{padding:0;margin:0 0 2rem 0}body.home .whatwhouse .what h2{font-size:2rem;font-weight:bold;width:94%;max-width:960px;margin:0 auto 1rem auto}body.home .whatwhouse .what p{font-size:1.35rem;width:90%;max-width:960px;margin:0 auto}body.home .whatwhouse .whouse h2{font-size:1.25rem;margin:0 auto 1rem auto}body.home .whatwhouse .whouse .userlist{display:flex;flex-wrap:wrap;width:90%;margin:0 auto;padding:0;list-style:none}body.home .whatwhouse .whouse .userlist li{width:calc(33.3333333333% - 2rem);padding:1.5rem;margin:1rem;color:#eee;background:rgba(255,255,255,.1843137255);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media only screen and (max-width: 500px){body.home .whatwhouse .whouse .userlist li{width:100%;margin:.5rem auto}}body.home .whatwhouse .whouse .userlist li h3{font-weight:bold;font-size:1.16rem}body.home .service{background:#e5e5e5}body.home .service .serviceone{display:flex;align-items:center;width:calc(50% - 1rem);padding:2rem;color:#000}@media only screen and (max-width: 1025px){body.home .service .serviceone{width:100%;padding:.5rem;margin-bottom:.5rem}}body.home .service .serviceone img{width:100px;margin:.25rem 1rem}@media only screen and (max-width: 1025px){body.home .service .serviceone img{width:80px;margin:0 .5rem}}body.home .service .serviceone>div{text-align:left}body.home .service .serviceone>div h3{font-weight:bold;font-size:1.45rem;text-align:left}body.home .service .serviceone>div p{font-size:1.16rem;text-align:left}body.home .feature .featureone{width:calc(25% - 3rem);min-height:100px;padding:2rem 1rem;margin:2rem auto 0 auto}@media only screen and (max-width: 1025px){body.home .feature .featureone{width:calc(50% - 2rem);padding:1rem;min-height:inherit;margin:.25rem auto}}@media only screen and (max-width: 500px){body.home .feature .featureone{width:100%;padding:1rem;min-height:inherit;margin:.25rem auto}}body.home .feature .featureone h3{margin:0 auto .5rem auto;font-weight:bold;font-size:1.45rem}body.home .feature .featureone p{font-size:1rem;width:180px}body.home .feature .featureone img{width:160px}body.home .gallery-swiper{width:100%;margin:4rem 0 0 0}body.home .gallery-swiper .swiper-slide a{color:#000}body.home .gallery-swiper .swiper-slide h4{font-size:1.25rem;margin:.75rem auto .25rem}body.home .gallery-swiper .swiper-slide p{color:#666;width:250px;margin:0 auto}body.home .gallery-swiper .swiper-slide img{width:auto;max-width:auto;max-height:300px;border-radius:0;box-shadow:1px 1px 6px rgba(0,0,0,.2)}.faq .row{width:90%;max-width:1400px;margin:4rem auto}@media only screen and (max-width: 1025px){.faq .row{width:100%;margin:0 auto}}.faq .faq-block{width:80%}@media only screen and (max-width: 1025px){.faq .faq-block{width:100%}}.faq .faq-block h3{text-align:left;font-size:1.16rem;padding:.75rem;margin:0;border-bottom:1px solid #dcdcdc;cursor:pointer}.faq .faq-block h3 .ui-icon{font-size:.75rem;margin-right:.5rem}@media only screen and (max-width: 1025px){.faq .faq-block h3{font-size:1rem}.faq .faq-block h3 .ui-icon{font-size:.65rem}}.faq .faq-block ol{padding:1rem 2rem;margin:0 0 0 1rem;list-style:disc;text-align:left}.socail{display:flex;align-items:center;flex-wrap:wrap;background:#efefef}.socail .sctext{width:50%;padding-right:2rem;text-align:right;border-right:1px solid rgba(0,0,0,.1)}@media only screen and (max-width: 1025px){.socail .sctext{width:100%;padding:1rem;text-align:center;border-right:none;border-bottom:1px solid rgba(0,0,0,.1)}}.socail .sctext h2{font-weight:bold;font-size:1.65rem}.socail .iconlist{text-align:left;padding:2rem;width:400px}@media only screen and (max-width: 1025px){.socail .iconlist{width:100%;margin:0 auto;padding:1rem}}.socail .iconlist i{display:inline-block;font-size:2rem;margin:10px}.steps{color:#eee;background:#202020}.steps .stepone{display:flex;align-items:center;padding:2rem;border-right:1px solid rgba(255,255,255,.15)}@media only screen and (max-width: 500px){.steps .stepone{border-right:none;border-bottom:1px solid rgba(255,255,255,.15)}}.steps .stepone img{width:100px;padding-right:1rem}.steps .stepone .steptext{width:220px}.steps .stepone .steptext h3{font-weight:bold;text-align:left}.steps .stepone:nth-last-child(1){border-right:none}@media only screen and (max-width: 500px){.steps .stepone:nth-last-child(1){border-bottom:none}}.cta{color:#fff;background:#000;padding:4rem 2rem}.cta .btn{display:inline-block;margin-top:1rem;padding:.5rem 2rem;background:#fff;color:#000;border-radius:2px;font-size:1.16rem;font-weight:bold;transition:.2s}.cta .btn:hover{transform:scale(1.05) translateY(-2px)}.cta .btn img{width:2.25rem;margin-right:.5rem}.content{display:grid;grid-template-columns:13rem 1fr;min-height:100vh}@media only screen and (max-width: 769px){.content{grid-template-columns:8rem 1fr}}@media only screen and (max-width: 500px){.content{display:block;height:auto}}.content aside{padding:1rem;text-align:center;height:100%;background:#f7f7f7;box-shadow:0 0 5px rgba(0,0,0,.2)}@media only screen and (max-width: 500px){.content aside{position:fixed;top:0;width:100%;height:auto;padding:.35rem;z-index:999}}.content aside header{display:flex;flex-direction:column}@media only screen and (max-width: 500px){.content aside header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 .5rem}}.content aside header .hd-l{display:none;color:#000;order:1}@media only screen and (max-width: 500px){.content aside header .hd-l{display:block;text-align:left;order:1;width:33.3333333333%;margin:0;float:left}}.content aside header .hd-l .user{float:left}.content aside header .hd-r{display:none;width:100%;margin:.25rem auto;order:3;text-align:right}@media only screen and (max-width: 500px){.content aside header .hd-r{display:block;order:3;width:33.3333333333%;margin:0}}.content aside header .hd-r .user{float:none}@media only screen and (max-width: 500px){.content aside header .hd-r .user{float:right}}.content aside header .user .profile-img{width:3rem;height:3rem;margin:0 auto;border:2px solid #fff;border-radius:50rem;box-shadow:1px 1px 3px rgba(0,0,0,.2);background:#ccc;background-size:cover;background-position:center center;background-repeat:no-repeat}@media only screen and (max-width: 500px){.content aside header .user .profile-img{margin:0;width:2.35rem;height:2.35rem}}.content aside header .hd-icon{color:#555}.content aside header .nav-logo{order:2;margin:0 auto;padding:0;width:100%}.content aside header .nav-logo a{display:flex;align-items:center;justify-content:center}.content aside header .nav-logo a img{max-width:100%;width:30px;margin:0 .15rem 0 0}.content aside header .nav-logo a h1{font-size:1.5rem;font-weight:bolder;color:#000;margin:0}@media only screen and (max-width: 769px){.content aside header .nav-logo a h1{display:none}}@media only screen and (max-width: 500px){.content aside header .nav-logo a h1{display:block}}.content aside header .nav-logo p{display:inline-block;margin:5px;font-size:.85rem;font-weight:bold;letter-spacing:1px;border-radius:25px;color:#555}@media only screen and (max-width: 1025px){.content aside header .nav-logo p{display:none}}@media only screen and (max-width: 500px){.content aside header .nav-logo{width:33.3333333333%}}.content aside header .btn-mycard{display:none;order:1;text-align:right;width:100%}.content aside header .btn-mycard a.btn{width:2rem;height:2rem;line-height:1.5rem;font-size:.9rem;text-align:center;border-radius:100%}.content aside header .btn-mycard a.btn i{margin-right:3px}@media only screen and (max-width: 500px){.content aside header .btn-mycard{order:3;display:block;width:33.3333333333%}}@media only screen and (max-width: 500px){.content aside .btn-preview{display:none}}nav{margin-top:1rem}nav .nav-item a{display:block;color:#222;font-size:1rem;font-weight:bold;padding:1rem 0}nav .nav-item a i{margin-right:7px;color:#000}@media only screen and (max-width: 769px){nav .nav-item a span{display:none}}nav .nav-item.active a{color:#222;background:#ececec;border-radius:1rem}nav .nav-item.active i{color:#555}nav .nav-item:hover a,nav .nav-item:hover i{color:#555}@media only screen and (max-width: 500px){nav{position:fixed;bottom:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(#f3f3f3, #fff);border-top:1px solid #fff;border-radius:25px 25px 0 0;height:auto;padding:0 .5rem;box-shadow:-7px 0 5px rgba(0,0,0,.2);z-index:999;overflow:hidden}nav .nav-item a{color:#6c6c6c;font-size:.75rem;font-weight:normal;text-align:center;padding:.45rem 1rem}nav .nav-item a i{display:block;margin:3px auto;font-size:1.16rem;color:#6c6c6c}nav .nav-item a span{display:none}nav .nav-item.active a{color:#000;font-weight:bold;background:rgba(0,0,0,0)}nav .nav-item.active i{color:#000}nav .nav-item:hover a{color:#6c6c6c}}main{padding:1.5rem;background:#fafafa}main.no-bg{background:rgba(0,0,0,0)}main>section{width:80%;max-width:800px}@media only screen and (max-width: 1025px){main>section{width:100%;margin:0 auto}}@media only screen and (max-width: 500px){main{padding:3.75rem 1rem 4.5rem 1rem;min-height:100vh}main>section{width:inherit}}.editBox{margin:.5rem 0 .75rem 0;padding:1rem;background:#fff;border-radius:10px;box-shadow:1px 1px 8px rgba(0,0,0,.1)}@media only screen and (max-width: 500px){.editBox{margin:.5rem auto .75rem auto}}.editBox .edit-head{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 0 5px 0}.editBox .edit-head h3{margin:.25rem 0 0 0;font-size:1rem;font-weight:bold;color:#6c6c6c}.editBox .edit-head i{color:#000;font-size:.85rem}.editBox p.bgnote{display:inline-block;font-size:.85rem;color:#6c6c6c;margin:0 0 5px 0}.editBox p.bgnote span{padding:2px 6px 3px 6px;border-radius:4px;color:#fff;background:#000;margin:0 3px 0 0;font-weight:normal;font-size:.85rem}.editBox p.bgnote i{color:#ccc;margin:0 3px 0 0;font-size:.75rem}.editBox .seo-tags{display:flex;flex-wrap:wrap;align-items:center}.editBox .seo-tags span{position:relative;display:block;padding:.25rem 1.35rem .25rem .5rem;margin:0 5px 5px 0;font-size:.75rem;color:#fff;background:#222;border-radius:4px}.editBox .seo-tags span::after{position:absolute;font-family:"Font Awesome 5 Free";font-weight:900;content:"";right:7px}.form-group{margin:0 0 1.5rem 0}.form-group label{display:block;margin:0 0 .15rem 0;color:#6c6c6c;font-size:1;font-weight:bold}.form-group label span{font-weight:normal}@media only screen and (max-width: 500px){.form-group{margin:0 0 .25rem 0}.form-group label{font-size:1rem;line-height:1;margin-bottom:0}}.form-group-inline{display:flex;align-items:center;margin:0 0 .5rem 0}.form-group-inline label{display:block;margin:0 .25rem}.form-input{font-size:1rem;padding:.25rem .35rem;margin:0;background:#231a1a;border:1px solid #231a1a}@media only screen and (max-width: 500px){.form-input{padding:.2rem}}.form-control{max-width:400px;background:#f4f4f4 !important;border:1px solid #f8f8f8 !important}@media only screen and (max-width: 500px){.form-control{max-width:inherit}}.form-label{margin:0 0 .15rem 0;color:#6c6c6c;font-weight:bold}@media only screen and (max-width: 500px){.form-label{width:100%;font-size:.85rem}}@media only screen and (max-width: 500px){input::-moz-placeholder{color:#999;font-size:.85rem}input::placeholder{color:#999;font-size:.85rem}}.note{margin:.25rem;font-size:.85rem;line-height:1.35;color:#a1a1a1}@media only screen and (max-width: 500px){.note{margin:0}}.note a{color:#222}.btns-group{display:flex;align-items:center}.btns-group .btn{margin:0 .15rem;padding:.5rem}@media only screen and (max-width: 500px){.btns-group .btn{width:50%}}.btns-group-pc{display:flex;align-items:center}.btns-group-pc .btn{font-weight:bold;margin:0 .15rem;padding:.5rem}@media only screen and (max-width: 500px){.btns-group-pc{display:none}}.btn,button{display:block;border:none;padding:.45rem .75rem;border-radius:.25rem}.profile-img{text-align:center;width:3.5rem;height:3.5rem;line-height:3.5rem;border-radius:50rem;cursor:pointer;background:rgba(168,168,168,.5411764706)}.profile-img i{color:#fff}.modal .md-uploadImg{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:8rem;border-radius:.25rem;text-align:center;overflow:hidden;background-size:cover !important;background-repeat:no-repeat !important;background-position:center !important;background-color:#efefef !important}.modal .md-uploadImg i{font-size:1.85rem;color:#888}.modal .md-uploadImg::before{content:"";position:absolute;border:1px solid rgba(255,255,255,.568627451);height:7rem;width:7rem;border-radius:50rem;top:calc(50% - 3.5rem);left:calc(50% - 3.5rem)}.modal .md-uploadImg img{position:relative;max-width:100%;z-index:9}.modal .modal-footer{display:block;border:none}.modal .modal-footer button{display:block;width:100%}.back-top{position:fixed;right:50px;bottom:50px;z-index:99;width:50px;height:50px;font-size:2.4rem;color:#fff;background:linear-gradient(180deg, #F5F5F5 0%, #BABABA 72%, #EFEFEF 100%);box-shadow:0px 2px 5px rgba(0,0,0,.4039215686);opacity:.7;cursor:pointer;border-radius:5px}.back-top:hover{opacity:1}.carousel-upload{display:flex;flex-wrap:wrap;margin:0 0 1rem 0;align-items:center}.carousel-upload .carousel-uploadImg{position:relative;width:5rem;height:4rem;line-height:4rem;border-radius:4px;text-align:center;background-size:cover !important;background-repeat:no-repeat !important;background-position:center !important;background-color:#efefef}.carousel-upload .carousel-uploadImg i{font-size:1.25rem;color:#fff}.carousel-upload .carousel-uploadImg.round{width:5rem;height:5rem;line-height:5rem;border-radius:50rem}.carousel-upload .fa-bars{color:#6c6c6c;margin-right:.75rem;cursor:grab}.carousel-upload .carousel-uploadLink{width:50%;margin:0 0 0 .75rem}@media only screen and (max-width: 500px){.carousel-upload .carousel-uploadLink{width:60%;margin:0 0 0 .5rem}}.carousel-upload .carousel-uploadLink>div{display:flex;align-items:baseline}@media only screen and (max-width: 500px){.carousel-upload .carousel-uploadLink>div{flex-wrap:nowrap}}.carousel-upload .carousel-uploadLink label{color:#6c6c6c;font-size:1rem;font-weight:bold}@media only screen and (max-width: 500px){.carousel-upload .carousel-uploadLink label{font-size:.85rem;line-height:1}}.carousel-upload .carousel-uploadLink .form-check{margin:0 0 5px 8px}.carousel-upload .carousel-uploadLink .form-check .input-title{position:relative;display:flex;align-items:center;margin-bottom:.5rem}.carousel-upload .carousel-uploadLink .form-check .input-title::after{position:absolute;content:"";color:#c3b5c8;font-family:FontAwesome;font-size:.75rem;top:10px;left:7px}.carousel-upload .carousel-uploadLink .form-check .form-check-input{margin-left:-1.2em !important}.carousel-upload .carousel-uploadLink .input-link{position:relative;display:flex;align-items:center;width:90%}.carousel-upload .carousel-uploadLink .input-link .form-control{width:80%;padding-left:1.75rem}.carousel-upload .carousel-uploadLink .input-link::after{position:absolute;content:"";color:#c3b5c8;font-family:FontAwesome;font-size:.75rem;top:10px;left:7px}@media only screen and (max-width: 500px){.carousel-upload .carousel-uploadLink .input-link{width:100%}.carousel-upload .carousel-uploadLink .input-link .form-control{width:95%;padding-left:1.75rem}}.gallery .carousel-uploadLink>div{display:flex;flex-wrap:wrap !important;align-items:baseline}.gallery .carousel-uploadImg{height:5rem;line-height:5rem}.swiper{width:400px;text-align:center;margin-left:0 !important;margin-right:0 !important;margin-bottom:1rem !important}@media only screen and (max-width: 500px){.swiper{width:100% !important;margin-left:auto !important;margin-right:auto !important}}.swiper .swiper-slide img{max-width:360px;border-radius:6px}@media only screen and (max-width: 500px){.swiper .swiper-slide img{max-height:200px;width:100%;max-width:100%}}.swiper .swiper-pagination-bullet-active{background:#555 !important}@media only screen and (max-width: 1025px){.links{padding-bottom:3rem}}.theme .theme-setting ul{padding:.5rem;margin:0}.theme .theme-setting ul li{display:inline-block;padding:.5rem .75rem;margin:0 .25rem .5rem 0;font-size:1rem;font-weight:bold;color:#6c6c6c;border:1px solid #cecece;border-radius:4px;transition:.25s;cursor:pointer}.theme .theme-setting ul li section:hover{color:#fff;background:#a1a1a1;transition:.25s;cursor:pointer}.theme .theme-setting ul li.active{color:#fff;background:#000}.theme .theme-list{width:100%;max-width:800px;display:flex;flex-wrap:wrap}@media only screen and (max-width: 1025px){.theme .theme-list{width:100%}}.theme .theme-list .themeOne{display:flex;align-items:center;justify-content:center;margin:.5rem .25rem;width:calc(14.2857142857% - .5rem);height:9rem;font-size:.85rem;font-weight:bold;text-align:center;border-radius:4px;background:#a1a1a1;box-shadow:0 0 4px rgba(0,0,0,.2);transform:translateY(0);transition:.25s}.theme .theme-list .themeOne:hover{cursor:pointer;transform:translateY(-2px);transition:.25s}.theme .theme-list .themeOne.active{border:2px solid rgba(255,255,255,.8352941176)}@media only screen and (max-width: 1025px){.theme .theme-list .themeOne{width:calc(20% - .5rem);height:8rem}.theme .theme-list .themeOne:nth-of-type(5n){margin:.5rem 0 .5rem .25rem}}@media only screen and (max-width: 500px){.theme .theme-list .themeOne{width:calc(25% - .5rem);height:6rem;margin:.5rem .25rem}.theme .theme-list .themeOne:nth-of-type(5n){margin:.5rem .25rem}}.theme .theme-list .themeOne.theme-basic{color:#666;background:#fcfcfc}.theme .theme-list .themeOne.theme-light{color:#62523e;background:#ebe7de}.theme .theme-list .themeOne.theme-brown{color:rgba(255,255,255,.7607843137);background:#342820}.theme .theme-list .themeOne.theme-lightgray{color:#555;background:#e0e0e0}.theme .theme-list .themeOne.theme-darkgray{color:rgba(255,255,255,.7607843137);background:#2d2d2d}.theme .theme-list .themeOne.theme-babyblue{color:#fff;background:#bad4f2}.theme .theme-list .themeOne.theme-navy{color:#fff;background:#001d32}.theme .theme-list .themeOne.theme-pink{color:#b66d71;background:#e3cfcf}.theme .theme-list .themeOne.theme-duskred{color:#fff;background:#7d2828}.theme .theme-list .themeOne.theme-creamyellow{color:#7a744e;background:#f2ece0}.theme .theme-list .themeOne.theme-lightgreen{color:#4f665d;background:#cbd9cf}.theme .theme-list .themeOne.theme-matcha{color:#e0e5df;background:#718163}.theme .theme-list .themeOne.theme-forest{color:#cab99b;background:#03271a}.theme .theme-list .themeOne.theme-lightpurple{color:#76687c;background:#dfdcf0}.theme .theme-list .themeOne.theme-midblue{color:#e5eaee;background:#455d77}.theme .theme-list .themeOne.theme-midpurple{color:#fff;background:#958cab}.theme .theme-list .themeOne.theme-midgray{color:#e5e5e5;background:#78787e}.theme .theme-list .themeOne.theme-rose{color:#e5e5e5;background:#c29595}.theme .theme-list .themeOne.theme-dark{color:#eee;background:#000}.theme .theme-list .themeOne.theme-wood{color:#fff;background:url(../images/theme/wood.jpg) top center no-repeat;background-size:cover}.theme .theme-list .themeOne.theme-paper{color:#4a596a;background:url(../images/theme/paper.jpg) top center no-repeat}.theme .theme-list .themeOne.theme-marble{color:#8d825d;background:url(../images/theme/marble.jpg) center center repeat;background-size:200%}.theme .theme-list .themeOne.theme-notebook{color:#656565;background:url(../images/theme/notebook.jpg) center center repeat}.theme .theme-list .themeOne.theme-checkeredP{color:#c95f5e;background:url(../images/theme/checkered_pink.jpg) center center repeat}.theme .theme-list .themeOne.theme-linesB{color:#296ca0;background:url(../images/theme/lines_blue.jpg) center center repeat}.theme .theme-list .themeOne.theme-mountains{color:#fff;background:url(../images/theme/mountains.jpg) top center no-repeat;background-size:cover;background-attachment:fixed}.theme .theme-list .themeOne.theme-rainbow{color:#fff;background:url(../images/theme/rainbow.png) top center no-repeat;background-size:cover;background-attachment:fixed}.theme .theme-list .themeOne.theme-lotus{color:#fff;background:url(../images/theme/lotus.jpg) top center no-repeat;background-size:cover;background-attachment:fixed}.theme .theme-list .themeOne.theme-leave{color:#fff;background:url(../images/theme/leave.jpg) top center no-repeat;background-size:cover;background-attachment:fixed}.theme .theme-list .themeOne.theme-blueore{color:#fff;background:url(../images/theme/darkblue.jpg) top center no-repeat;background-size:cover;background-attachment:fixed}.theme .theme-list .themeOne.theme-surfocaen{color:#fff;background:url(../images/theme/ocean.jpg) center center no-repeat;background-size:cover;background-attachment:fixed}.theme .theme-list .themeOne.theme-redgold{color:#edcf7b;background:url(../images/theme/redgold.jpg) center center no-repeat;background-size:cover;background-attachment:fixed}.theme .theme-list .themeOne.theme-swim{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.65);background:url(../images/theme/swim.jpg) center center no-repeat;background-size:cover;background-attachment:fixed}.theme .theme-list .themeOne.theme-tiger{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.65);background:url(../images/theme/tiger.jpg) center center no-repeat;background-size:200%}.theme .theme-list .themeOne.theme-terrazzo{color:#7f8276;background:url(../images/theme/terrazzo.jpg) center center no-repeat}.theme .theme-list .themeOne.theme-fruits{color:#36716f;text-shadow:1px 1px 3px rgba(255,255,255,.8);background:url(../images/theme/fruits.jpg) top center no-repeat;background-size:cover}.theme .theme-list .themeOne.theme-city{color:#fff;background:url(../images/theme/city.jpg) top center no-repeat;background-size:cover}.theme .theme-list .themeOne.theme-flame{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.65);background:url(../images/theme/flame.jpg) center bottom no-repeat;background-size:cover}.theme .theme-list .themeOne.theme-flora{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.65);background:url(../images//theme/flora.jpg) center center no-repeat;background-size:cover}.theme .btns-group{margin:1.5rem 0 0 0}.switch_block{position:relative;top:4px;display:inline-flex;align-items:center;margin:0 5px;text-align:center}@media only screen and (max-width: 500px){.switch_block{float:right}}.switch_block .switch_music{margin-bottom:2px;position:relative;height:16px;width:30px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:9999px;background-color:#c6c6c6;box-shadow:0px 0px 2px #969696,inset 0px 0px 7px #7d7d7d;border:1px solid #fff;transition:all .3s ease}.switch_block .switch_music::before{position:absolute;content:"";left:0;top:0;display:block;height:.9rem;width:.9rem;cursor:pointer;border:1px solid #ccc;border-radius:9999px;background-color:#fff;transition:all .3s ease}.switch_block .switch_music:checked{transition:all .3s ease;border:1px solid #bdbdbd;background-color:#fff;box-shadow:0px 0px 2px #cdcdcd,inset 0px 0px 4px #cdcdcd}.switch_block .switch_music:checked:before{background:#333;transform:translateX(96%);border-color:#fff}.switch_block p{color:#888 !important;margin:0 0 0 2px !important;font-size:.75rem !important}#sortable{z-index:0}.input-group-text{background:rgba(0,0,0,0) !important;border:none !important;font-size:1rem !important;width:2.5rem}.fa-line{color:#07b53b}.fa-instagram{background:-webkit-linear-gradient(60deg, #fccc63, #fbad50, #cd486b, #4c68d7);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.fa-facebook{color:#3b5998}.fa-youtube{color:red}.fa-telegram{color:#08c}.fa-discord{color:#5865f2}.fa-twitch{color:#6441a5}.fa-soundcloud{color:#f70}.fa-whatsapp{color:#25d366}.fa-weibo{background:-webkit-linear-gradient(60deg, #cf0e24, #ff9933);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.fa-weixin{color:#5aa429}.edit{display:flex;flex-wrap:wrap;width:80%;max-width:800px;margin:0}@media only screen and (max-width: 1025px){.edit{width:100%;margin:0 auto}}@media only screen and (max-width: 500px){.edit{max-width:100%;margin:0 auto;padding-bottom:3rem}}.edit .edit-block{width:100%;margin:.5rem auto;padding:.5rem 1.5rem 1.5rem 1.5rem;background:#fff;border-radius:10px;border:1px dashed #cecece}@media only screen and (max-width: 500px){.edit .edit-block{padding:.75rem;margin:.25rem .5rem}}.edit .edit-block.dragging{transform:scale(0.9);background:rgba(240,249,254,0.9333333333);border:2px solid #000}.edit .edit-block .edit-head{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 0 5px 0}.edit .edit-block .edit-head h3{margin:.25rem 0 0 0;font-size:1rem;font-weight:bold;color:#6c6c6c}.edit .edit-block .edit-head i{color:#000;font-size:.85rem}.edit .edit-block p{font-size:.85rem;color:#6c6c6c;margin:0 0 5px 0;line-height:1.75}.edit .edit-block p span{padding:2px 6px 3px 6px;border-radius:4px;color:#fff;background:#000;margin:0 3px 0 0;font-weight:normal;font-size:.85rem}.edit .edit-block p i{color:#ccc;margin:0 3px 0 0;font-size:.75rem}.edit .edit-block .icons{margin:5px}.edit .edit-block .icons i{font-size:1.5rem;margin-right:5px}@media only screen and (max-width: 500px){.edit .edit-block .icons i{font-size:1.16rem}}.edit .edit-block .mycard{margin:0 auto;padding:5px 0 !important;width:100%;min-height:inherit !important}.edit .edit-block .mycard .link-grid{width:300px;margin:0 auto}.edit .edit-block .mycard .link-grid a{height:80px;background-size:cover}@media only screen and (max-width: 500px){.edit .edit-block .mycard .link-grid{width:50%;gap:.15rem}.edit .edit-block .mycard .link-grid a{height:45px}}@media only screen and (max-width: 500px){.edit .edit-block .mycard .link-list .link-one a{grid-template-columns:28% 1fr}}.edit .edit-block .swiper{position:relative;width:60%;margin:10px auto 0 auto !important}@media only screen and (max-width: 500px){.edit .edit-block .swiper{width:100%;max-width:200px !important}}.edit .edit-block .editExImg{margin:.75rem auto 0 auto;max-width:350px;border-radius:6px}@media only screen and (max-width: 500px){.edit .edit-block .editExImg{max-width:200px !important}}.tag-pro{position:relative;top:-1px;display:inline-block;padding:.15rem .35rem .15rem 1.35rem;margin:0 0 0 4px;font-size:.75rem;font-weight:normal;color:#fff;background:#222;border-radius:4px}.tag-pro::before{position:absolute;font-family:"Font Awesome 5 Free";font-weight:900;content:"";left:7px}.tag-pro.unlock{color:#555;background:#ccc}.tag-pro.unlock::before{content:""}footer{padding:1rem 0;text-align:center;background:#020202}footer .footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}footer .footer-links a{font-size:.85rem;color:#cecece}footer .footer-links a:hover{color:#fff}.alert-upload{display:none;position:fixed !important;top:0;left:0;width:100%;z-index:9999;padding:1rem !important;font-size:.85rem;text-align:center;border:0 !important;border-radius:0 !important;color:#eee !important;background-color:#000 !important}/*# sourceMappingURL=main.min.css.map */