@import url(https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap);:root{--primary-color:#d0d0d0;--secondary-color:#4b4b4b}*{font-family:Fira Sans,sans-serif;margin:0;padding:0}.App{background-color:#000;flex-direction:column;justify-content:flex-start;min-height:100vh}.App,.Navbar{align-items:center;display:flex;width:100%}.Navbar{background-color:#2730b3;color:#fff;height:6vh;justify-content:center}.Navbar--container{align-items:center;display:flex;justify-content:space-between;width:60%}.Navbar--container--leftSide{align-items:center;display:flex;gap:15px;width:40%}.Navbar--container--leftSide--logo img{height:50px;width:50px}.Navbar--container--leftSide--home,.Navbar--container--leftSide--newestChap{cursor:pointer;font-size:.9rem}.Navbar--container--search{height:40px;position:relative;width:280px}.Navbar--container--search input{background-color:#141617;border:1px solid #fff;border-radius:10px;color:#fff;height:40px;padding:0 15px;width:250px}.Navbar--container--search__icon{height:20px;position:absolute;right:10px;top:10px;width:20px}.Navbar--container--search__icon img{height:100%;width:100%}@media(max-width:940px){.Navbar--container{align-items:center;display:flex;justify-content:space-between;width:90%}}@media(max-width:630px){.Navbar--container--search{display:none}.Navbar--container--leftSide{align-items:center;display:flex;justify-content:center;width:100%}}.Cards{align-items:flex-start;background-color:#141617;display:flex;flex-direction:column;justify-content:left;min-height:40vh;width:60%}.Cards-title{border-bottom:1px solid #fff;color:#fff}.Cards-container,.Cards-title{box-sizing:border-box;padding:10px;width:100%}.Cards-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.Cards-container-card{-webkit-animation:bounce-top 1s both;animation:bounce-top 1s both;-webkit-animation-delay:var(--delay);animation-delay:var(--delay);background-color:#fff;display:flex;height:150px;justify-content:left;overflow:hidden;padding:3px;position:relative;width:99%}.Cards-container-card:after,.Cards-container-card:before{background:#2730b3;content:"";height:10px;position:absolute;transition:.1s ease-out}.Cards-container-card:before{background-color:#2730b3;height:4px;inset:0;position:absolute;right:100%;transition-delay:0s;z-index:1}.Cards-container-card:after{bottom:0;height:4px;left:100%;right:0;transition-delay:.2s}.Cards-container-card .border-left,.Cards-container-card .border-right{background:#2730b3;position:absolute;transition:.1s ease-out;z-index:1}.Cards-container-card .border-right{bottom:100%;height:0;right:0;top:0;transition-delay:.1s;width:4px;z-index:1}.Cards-container-card .border-left{bottom:0;left:0;top:100%;transition-delay:.3s;width:4px}.Cards-container-card:hover:before{right:0}.Cards-container-card:hover .border-right{bottom:0;height:100%}.Cards-container-card:hover:after{left:0}.Cards-container-card:hover .border-left{top:0}.Cards-container-card:not(:hover) .border-left{transition-delay:0s}.Cards-container-card:not(:hover):after{transition-delay:.1s}.Cards-container-card:not(:hover) .border-right{transition-delay:.2s}.Cards-container-card:not(:hover):before{transition-delay:.3s}.Cards-container-card>*{background-color:#141617;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.Cards-container-card_picture{height:100%;width:104px}.Cards-container-card_picture img{height:100%;width:100%}.Cards-container-card_leftBox{box-sizing:border-box;color:#fff;flex:1 1;font-size:.9rem;padding:5px}.Cards-container-card_leftBox_title{cursor:pointer;font-weight:700;margin-bottom:15px;transition:color .3s ease}.Cards-container-card_leftBox_title:hover{color:#2730b3}.Cards-container-card_leftBox_chapters{display:flex;flex:1 1;flex-direction:column}.Cards-container-card_leftBox_chapters_chapter{background:linear-gradient(90deg,#2730b3 0,#2730b3);background-repeat:no-repeat;background-size:0 100%;border-radius:10px;cursor:pointer;display:flex;height:37px;justify-content:space-between;transition:background-size .5s ease;width:100%}.Cards-container-card_leftBox_chapters_chapter:hover{background-size:100% 100%}.Cards-container-card_leftBox_chapters_chapter_name{align-items:center;display:flex;justify-content:center}.Cards-container-card_leftBox_chapters_chapter_timestamps{align-items:center;display:flex;justify-content:center;margin-right:10px}@media(max-width:1400px){.Cards{width:80%}}@media(max-width:1050px){.Cards{width:100%}}@media(max-width:840px){.Cards-container{display:grid;grid-template-columns:repeat(1,1fr)}}@media(max-width:420px){.Cards-container-card_leftBox{font-size:.75rem}}.mainChapter{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:left;min-height:70vh;position:relative;width:80%}.mainChapter-container{box-sizing:border-box;height:100%;width:100%}.mainChapter-container_tree{align-items:center;background-color:#141617;display:flex;height:4vh;justify-content:left;margin:10px 0;padding:5px 5px 5px 15px}.mainChapter-container_tree_manwhaName{cursor:pointer;margin-right:5px}.mainChapter-container-body{display:flex;height:63vh;justify-content:space-between;margin-bottom:3vh}.mainChapter-container-body-bodyLeft{background-color:#141617;box-sizing:border-box;display:flex;flex-direction:column;font-size:.7rem;height:100%;padding:15px;width:60%}.mainChapter-container-body-bodyLeft-boxLeftRight{display:flex;height:100%;width:100%}.mainChapter-container-body-bodyLeft-boxLeftRight-leftSide{display:flex;flex-direction:column;justify-content:space-between;width:160px}.mainChapter-container-body-bodyLeft-boxLeftRight-leftSide_imageLogo{height:30vh;width:100%}.mainChapter-container-body-bodyLeft-boxLeftRight-leftSide_imageLogo img{height:100%;width:100%}.mainChapter-container-body-bodyLeft-boxLeftRight-leftSide_rating{align-items:center;display:flex;gap:5px;height:4vh;justify-content:center;width:100%}.mainChapter-container-body-bodyLeft-boxLeftRight-leftSide_rating img{height:15px;width:15px}.mainChapter-container-body-bodyLeft-boxLeftRight-leftSide_info{align-items:center;background-color:#212426;border-radius:5px;box-sizing:border-box;display:flex;font-size:.9rem;height:5vh;justify-content:space-between;padding:5px}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;line-height:1.4rem;padding:0 15px;width:80%}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_title{color:#fff;font-size:1.6rem}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_description{font-size:.9rem}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_description_synopsis{color:#766d60}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_description_title{color:#fff}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_manwhaDetails{grid-gap:10px;display:grid;font-size:.9rem;gap:10px;grid-template-columns:repeat(2,1fr)}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_manwhaDetails>div{width:100%}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_manwhaDetails>div>div:last-child{color:#766d60}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_genres{display:flex;flex-direction:column;font-size:.9rem;gap:10px;margin-top:auto;width:100%}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_genres_boxes{display:flex;gap:10px}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_genres_boxes>div{background-color:#212426;border-radius:5px;box-sizing:border-box;min-width:45px;padding:3px 6px}.mainChapter-container-body-bodyLeft_keywords{background-color:#141617;border-top:1px solid #1d2121;color:#fff;display:flex;flex-direction:column;font-size:.8rem;height:6vh;justify-content:center;margin-top:3vh}.mainChapter-container-body-bodyRight{height:100%;position:relative;width:39%}.mainChapter-container-body-bodyRight:before{background-color:rgba(39,48,179,.6);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.mainChapter-container-body-bodyRight img{height:100%;position:relative;width:100%;z-index:1}@media(max-width:1420px){.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide{width:80%}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_genres{min-height:7vh}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_genres_boxes{flex-wrap:wrap}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_genres_boxes>div{height:30px}.mainChapter-container-body-bodyLeft_keywords{margin-top:1vh}}@media(max-width:1040px){.mainChapter-container-body-bodyRight{display:none}.mainChapter-container-body-bodyLeft{width:100%}}@media(max-width:650px){.mainChapter{height:77vh;width:100%}.mainChapter-container-body-bodyLeft{height:68vh}}@media(max-width:430px){.mainChapter{height:135vh}.mainChapter-container-body-bodyLeft{min-height:126vh}.mainChapter-container-body-bodyLeft-boxLeftRight{align-items:center;flex-direction:column}.mainChapter-container-body-bodyLeft-boxLeftRight-leftSide{align-items:center;gap:10px;justify-content:center;margin-bottom:20px;width:100%}.mainChapter-container-body-bodyLeft-boxLeftRight-leftSide_imageLogo{height:30vh;width:50%}.mainChapter-container-body-bodyLeft-boxLeftRight-leftSide_info{display:flex;width:50%}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide{align-items:center;display:flex;justify-content:center;width:100%}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_title{display:flex;justify-content:center}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_description_title{display:flex;justify-content:center;margin-bottom:5px}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_description_synopsis{text-align:center}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_manwhaDetails{display:flex;flex-direction:column;text-align:center}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_genres{display:flex;text-align:center;width:70%}.mainChapter-container-body-bodyLeft-boxLeftRight-rightSide_genres_boxes{display:flex;justify-content:center}}.scrollChapter{color:#fff;justify-content:left;min-height:70vh;position:relative;width:80%}.scrollChapter,.scrollChapter-container{align-items:center;display:flex;flex-direction:column}.scrollChapter-container{background-color:#141617;box-sizing:border-box;gap:2vh;height:100%;width:100%}.scrollChapter-container_title{border-bottom:1px solid #766d60;box-sizing:border-box;padding:30px;width:100%}.scrollChapter-container_chapterButton{display:flex;gap:5%;justify-content:center;width:100%}.scrollChapter-container_chapterButton>div{align-items:center;-webkit-animation:bounce-top 1s both;animation:bounce-top 1s both;-webkit-animation-delay:var(--delay);animation-delay:var(--delay);background-color:#212426;border-radius:10px;display:flex;flex-direction:column;font-size:1.7rem;height:12vh;justify-content:center;overflow:hidden;width:40%}.scrollChapter-container_chapterButton>div:after,.scrollChapter-container_chapterButton>div:before{background:#2730b3;content:"";height:10px;position:absolute;transition:.1s ease-out}.scrollChapter-container_chapterButton>div:before{background-color:#2730b3;height:4px;inset:0;position:absolute;right:100%;transition-delay:0s;z-index:1}.scrollChapter-container_chapterButton>div:after{bottom:0;height:4px;left:100%;right:0;transition-delay:.2s}.scrollChapter-container_chapterButton>div .border-left,.scrollChapter-container_chapterButton>div .border-right{background:#2730b3;position:absolute;transition:.1s ease-out;z-index:1}.scrollChapter-container_chapterButton>div .border-right{bottom:100%;height:0;right:0;top:0;transition-delay:.1s;width:4px;z-index:1}.scrollChapter-container_chapterButton>div .border-left{bottom:0;left:0;top:100%;transition-delay:.3s;width:4px}.scrollChapter-container_chapterButton>div:hover:before{right:0}.scrollChapter-container_chapterButton>div:hover .border-right{bottom:0;height:100%}.scrollChapter-container_chapterButton>div:hover:after{left:0}.scrollChapter-container_chapterButton>div:hover .border-left{top:0}.scrollChapter-container_chapterButton>div:not(:hover) .border-left{transition-delay:0s}.scrollChapter-container_chapterButton>div:not(:hover):after{transition-delay:.1s}.scrollChapter-container_chapterButton>div:not(:hover) .border-right{transition-delay:.2s}.scrollChapter-container_chapterButton>div:not(:hover):before{transition-delay:.3s}.scrollChapter-container_searchBox{align-items:center;display:flex;height:3vh;justify-content:center;width:84.7%}.scrollChapter-container_searchBox>input{background-color:hsla(0,0%,100%,.7);border:5px solid #2730b3;border-radius:5px;box-shadow:none;color:#fff;height:100%;outline:none;width:100%}.scrollChapter-container_allChapters{display:flex;flex-direction:column;gap:2vh;height:70vh;overflow-x:hidden;overflow-y:auto;width:84.7%}.scrollChapter-container_allChapters::-webkit-scrollbar{width:8px}.scrollChapter-container_allChapters::-webkit-scrollbar-thumb{background-color:#2730b3;border-radius:4px}.scrollChapter-container_allChapters::-webkit-scrollbar-track{background-color:transparent}.scrollChapter-container_allChapters>div{background:linear-gradient(90deg,hsla(0,0%,100%,.082) 50%,transparent 0);background-position:100% 100%;background-size:200% 100%;border:1px solid #141617;border-left:6px solid #2730b3;border-radius:5px;box-sizing:border-box;height:70px;padding:15px;transition:background-position .1s ease}.scrollChapter-container_allChapters>div:hover{background-position:0 100%}@media(max-width:650px){.scrollChapter{min-height:100vh;width:100%}.scrollChapter-container_title{text-align:center}}@media(max-width:480px){.scrollChapter-container_chapterButton{display:flex;gap:5%;justify-content:center;width:100%}.scrollChapter-container_chapterButton>div{align-items:center;background-color:#212426;border-radius:10px;display:flex;flex-direction:column;font-size:1rem;height:12vh;justify-content:center;width:40%}}.Chapter{color:#fff;justify-content:left;min-height:40vh;width:100%}.Chapter,.Chapter-container{align-items:center;display:flex;flex-direction:column;position:relative}.Chapter-container{height:100%;justify-content:center;width:60%}.Chapter-container-title{color:#fff;font-size:2rem;margin:10px 0 30px}.Chapter-container-list{align-items:center;display:flex;height:5vh;justify-content:space-between;margin:10px 0 30px;position:relative;width:100%}.Chapter-container-list_chapterList{align-items:center;background-color:#141617;border-radius:10px;color:#a1998e;cursor:pointer;display:flex;gap:50px;height:40px;justify-content:center;min-width:170px;position:relative}.Chapter-container-list_chapterList:after{content:"▼";font-size:.7rem;-webkit-transform:translateY(1px);transform:translateY(1px)}.Chapter-container-list_chapterList_dropdown{background-color:#141617;border:1px solid #141617;border-radius:10px;box-sizing:border-box;color:#a1998e;left:0;margin-top:5px;max-height:400px;min-width:170px;overflow-y:auto;padding-left:8px;position:absolute;top:100%;z-index:10}.Chapter-container-list_button{display:flex;height:5vh;justify-content:flex-end;width:200px}.Chapter-container-list_button_box{align-items:center;display:flex;height:100%;justify-content:space-around;width:250px}.Chapter-container-list_button_box_next,.Chapter-container-list_button_box_prev{align-items:center;background-color:#141617;border-radius:20px;display:flex;height:40px;justify-content:center;width:80px}.Chapter-container-list_buttonBottom{display:flex;height:5vh;justify-content:flex-end;width:100%}.Chapter-container-list_buttonBottom_box{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}.Chapter-container-list_buttonBottom_box_next,.Chapter-container-list_buttonBottom_box_prev{align-items:center;background-color:#141617;border-radius:20px;display:flex;height:40px;justify-content:center;width:80px}.Chapter-container-list_zoom{align-items:center;cursor:pointer;display:flex;gap:50px;height:100%;justify-content:center;width:200px}.Chapter-container-list_zoom_minus,.Chapter-container-list_zoom_plus{align-items:center;cursor:pointer;display:flex;height:30px;justify-content:center;width:30px}.Chapter-container-list_zoom img{height:100%;transition:width .1s ease-in,height .1s ease-in;width:100%}.Chapter-container-list_zoom img:hover{cursor:pointer;height:105%;width:105%}.Chapter-container-tree{background-color:#141617;height:4vh;margin:10px 0 30px;width:100%}.Chapter-container-images,.Chapter-container-tree{align-items:center;display:flex;justify-content:center}.Chapter-container-images{flex-direction:column}.Chapter-scrollUp{align-items:center;background-color:#2730b3;border-radius:40px;bottom:20px;display:flex;font-size:2rem;height:40px;justify-content:center;position:fixed;right:20px;width:40px;z-index:1000}.Chapter-scrollUp img{height:30px;left:5px;position:absolute;top:4px;width:30px}.Chapter_zoom{bottom:0;flex-direction:column;gap:50px;height:300px;left:0;position:fixed;width:100px}.Chapter_zoom,.Chapter_zoom_minus,.Chapter_zoom_plus{align-items:center;display:flex;justify-content:center}.Chapter_zoom_minus,.Chapter_zoom_plus{cursor:pointer;height:30px;width:30px}.Chapter_zoom img{height:100%;transition:width .1s ease-in,height .1s ease-in;width:100%}.Chapter_zoom img:hover{cursor:pointer;height:105%;width:105%}@media(max-width:1200px){.Chapter-container{width:90%}}@media(max-width:660px){.Chapter-container{width:100%}.Chapter-container-list_zoom{display:none}.Chapter-container-list_buttonBottom{display:flex;height:5vh;justify-content:flex-end;margin-top:2vh;width:75%}.Chapter_zoom{display:none}}@media(max-width:425px){.Chapter-container{width:100%}.Chapter-container-list{display:flex;flex-wrap:wrap}}@media(max-width:380px){.Chapter-container{width:100%}.Chapter-container-list{display:flex;flex-wrap:wrap;height:15vh;justify-content:center}}@-webkit-keyframes bounce-top{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:1;-webkit-transform:translateY(-45px);transform:translateY(-45px)}24%{opacity:1}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-24px);transform:translateY(-24px)}65%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-12px);transform:translateY(-12px)}82%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-6px);transform:translateY(-6px)}93%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-4px);transform:translateY(-4px)}25%,55%,75%,87%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounce-top{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:1;-webkit-transform:translateY(-45px);transform:translateY(-45px)}24%{opacity:1}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-24px);transform:translateY(-24px)}65%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-12px);transform:translateY(-12px)}82%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-6px);transform:translateY(-6px)}93%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-4px);transform:translateY(-4px)}25%,55%,75%,87%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@-webkit-keyframes rotateBorder{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotateBorder{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.NewestUpdate{color:#fff;min-height:40vh;width:100%}.NewestUpdate,.NewestUpdate-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}.NewestUpdate-container{background-color:#141617;height:100%;width:60%}.NewestUpdate-container_title{border-bottom:2px solid #212426;font-size:2rem;padding:20px}.NewestUpdate-container-newestChap{align-items:center;display:flex;flex-direction:column;gap:25px;min-height:20vh;padding:20px 0;position:relative;width:100%}.NewestUpdate-container-newestChap_Chap{align-items:center;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:1.3rem;font-weight:bolder;height:8.4vh;justify-content:space-around;padding:2px;position:relative;width:90%}.NewestUpdate-container-newestChap_Chap>*{display:flex;justify-content:center;position:relative;width:20%;z-index:2}.NewestUpdate-container-newestChap_Chap_manwhaName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:410px}.NewestUpdate-container-newestChap_Chap:after,.NewestUpdate-container-newestChap_Chap:before{background:#2730b3;content:"";height:10px;position:absolute;transition:.1s ease-out}.NewestUpdate-container-newestChap_Chap:before{background-color:#2730b3;height:4px;inset:0;position:absolute;right:100%;transition-delay:0s;z-index:1}.NewestUpdate-container-newestChap_Chap:after{bottom:0;height:4px;left:100%;right:0;transition-delay:.2s}.NewestUpdate-container-newestChap_Chap .border-left,.NewestUpdate-container-newestChap_Chap .border-right{background:#2730b3;position:absolute;transition:.1s ease-out;z-index:1}.NewestUpdate-container-newestChap_Chap .border-right{bottom:100%;right:0;top:0;transition-delay:.1s;width:4px;z-index:2}.NewestUpdate-container-newestChap_Chap .border-left{bottom:0;left:0;top:100%;transition-delay:.3s;width:4px}.NewestUpdate-container-newestChap_Chap:hover:before{right:0}.NewestUpdate-container-newestChap_Chap:hover .border-right{bottom:0}.NewestUpdate-container-newestChap_Chap:hover:after{left:0}.NewestUpdate-container-newestChap_Chap:hover .border-left{top:0}.NewestUpdate-container-newestChap_Chap:not(:hover) .border-left{transition-delay:0s}.NewestUpdate-container-newestChap_Chap:not(:hover):after{transition-delay:.1s}.NewestUpdate-container-newestChap_Chap:not(:hover) .border-right{transition-delay:.2s}.NewestUpdate-container-newestChap_Chap:not(:hover):before{transition-delay:.3s}.NewestUpdate-container-newestChap_Chap_image{background-position:50%;background-size:cover;height:100%;position:absolute;width:100%;z-index:0}.NewestUpdate-container-newestChap_Chap .borderLine{border:4px solid #fff;box-sizing:border-box;height:100%;position:absolute;width:100%;z-index:0}@media(max-width:1200px){.NewestUpdate-container{width:90%}}@media(max-width:830px){.NewestUpdate-container{width:100%}.NewestUpdate-container_title{font-size:1.5rem}.NewestUpdate-container-newestChap_Chap{flex-direction:column;font-size:1rem;height:20vh}.NewestUpdate-container-newestChap_Chap_manwhaName{font-size:1.2rem;width:300px}.NewestUpdate-container-newestChap_Chap_chapter,.NewestUpdate-container-newestChap_Chap_timeStamps{width:200px}}
/*# sourceMappingURL=main.f39bdb78.css.map*/