.home-all-list{display:flex;flex-direction:column;width:100%;height:100%}.home-all-title{font-size:4rem;font-weight:400}.home-all-title h1{border-bottom:.1rem solid #daa03d;padding:.5rem 1.5rem}.home-items{padding:.5rem 1.5rem}.home-items .home-items-view{display:flex;flex-direction:column}.home-items .home-items-view li{margin:2% 0}.home-items .home-items-view li a{display:flex;flex-direction:column;text-decoration:none;justify-content:center;width:fit-content;height:10vh}.home-items .home-items-view li a h2{color:#101820;font-size:2.5rem;font-family:var(--font-en);font-weight:400;transition:.3s}.home-items .home-items-view li a h2:hover{color:#f2aa4c;transition:.3s}.home-items .home-items-view li div{display:flex;flex-direction:column}.home-items .home-items-view li div p{width:fit-content;border-bottom:2px solid #f2aa4c;font-family:var(--font-en);font-size:.8rem;padding:.2%;box-sizing:border-box}.home-items .home-items-view li div p b{font-weight:700}.home-items .home-items-view li div div{display:flex;flex-direction:row;gap:1.5%;margin:1% 0}.home-items .home-items-view li div div span{width:fit-content;background-color:#101820;opacity:.3;border-radius:.8rem;font-family:var(--font-en);font-size:.7rem;padding:.6%;color:#fff;font-weight:400}@media (480px >= width){.home-all-title{font-size:2.2rem}.home-items .home-items-view li a{height:8vh}.home-items .home-items-view li a h2{font-size:1.1rem}.home-items .home-items-view li div p{font-size:.5rem}.home-items .home-items-view li div div span{font-size:.4rem}}.about-contents{display:flex;flex-direction:column;width:100%;height:auto;justify-content:center;align-items:center;font-family:var(--font-en)}.about-item{display:flex;cursor:default;-webkit-user-select:none;user-select:none}.about-item:nth-child(1) img{width:30vw;height:30vw;border-radius:100%;border:.1rem solid #daa03d;margin-top:5%}.about-item:nth-child(2){justify-content:start;width:80%;margin-top:10%;margin-bottom:1%}.about-item:nth-child(2) h2{font-size:1.5rem;font-weight:900;padding:1%;margin:1%;border-bottom:solid 1.5px #daa03d}.about-item:nth-child(3){justify-content:center;align-items:center;max-width:100%;width:80%;flex-wrap:wrap;margin-bottom:5%}.about-item:nth-child(3) .about-item-content{display:flex;max-width:100%;justify-content:center;gap:3%;flex:.55;margin:1%;box-sizing:border-box;font-weight:500}.about-item:nth-child(3) .about-item-content span{font-size:.8rem;font-weight:700;border-radius:.2rem}.about-item:nth-child(3) .about-item-content span.stack-tag{box-sizing:border-box;border:solid 1px rgb(255,191,0);background-color:#ffbf00;color:#fff;padding:1px}.about-item:nth-child(3) .about-item-content span.domain-tag{box-sizing:border-box;border:solid 1px rgb(0,140,255);background-color:#008cff;color:#fff;padding:1px}.text-box{width:100%;word-break:keep-all}.text-box .text-title{font-family:var(--font-en);font-size:4rem;font-weight:500;border-bottom:2px solid #f2aa4c;margin:2% 0;padding:2% 0}.text-box .text-date{font-size:2rem;text-align:end}.text-box .text-date span{font-family:var(--font-en);font-size:1rem;font-weight:400}.text-box .text-keywords{display:flex;justify-content:end;gap:1.5%;margin:1% 0}.text-box .text-keywords span{width:fit-content;background-color:#101820;opacity:.3;border-radius:.8rem;font-family:var(--font-en);font-size:.7rem;padding:.6%;color:#fff;font-weight:400}.text-box .text-markdown-box{font-family:var(--font-en);border-top:1px solid #eadfdf;border-bottom:1px solid #eadfdf;padding:2% 0;margin-bottom:5%;box-sizing:border-box}.text-box .text-markdown-box h1{font-size:3rem;font-weight:400;margin:3% 0}.text-box .text-markdown-box h2{font-size:2.2rem;font-weight:400;margin:2.5% 0}.text-box .text-markdown-box h3{font-size:1.8rem;font-weight:300;margin:2% 0}.text-box .text-markdown-box h4{font-size:1.5rem;font-weight:200;margin:2% 0}.text-box .text-markdown-box h5{font-size:1.2rem;font-weight:200;margin:2% 0}.text-box .text-markdown-box h6{font-weight:200;margin:2% 0}.text-box .text-markdown-box blockquote{background-color:#eadfdf;color:#101820;border-left:.8rem solid #f2aa4c;padding:1.5%;margin:2% 0}.text-box .text-markdown-box pre{margin:2.5% 0}.text-box .text-markdown-box pre div{border-radius:10px!important}.text-box .text-markdown-box p{margin:1% 0;line-height:1.4rem}.text-box .text-markdown-box strong{font-weight:700}.text-box .text-markdown-box hr{border:1.5px solid #f2aa4c;border-radius:1.5px;opacity:.4}.text-box .text-markdown-box ul{list-style:"-  ";margin:2% 0 2% 3%}.text-box .text-markdown-box ul li{margin:1.2% 0;line-height:1.1rem}.text-box .text-markdown-box ol{list-style:decimal;margin:2% 0 2% 3%}.text-box .text-markdown-box ol li{margin:1.2% 0}.text-box .text-markdown-box .inline-code{background-color:transparent!important}.text-box .text-markdown-box .inline-code code span{font-weight:700;font-size:.8rem;background-color:#eadfdf;color:#101820;box-sizing:border-box;border-radius:.4rem;padding:.2%;margin:.4%}.text-box .text-markdown-box table{border-collapse:collapse;box-shadow:0 0 10px #00000026;border-radius:10px;overflow:hidden;margin:4% 0}.text-box .text-markdown-box table th{font-size:1.1rem;font-weight:500;padding:10px;line-height:1.2rem}.text-box .text-markdown-box table td{padding:10px;font-weight:300;line-height:1.1rem}.text-box .text-markdown-box table thead{background-color:#f2aa4c}.text-box .text-markdown-box .text-img{display:flex;justify-content:center}.text-box .text-markdown-box .text-img img{width:80vh;margin:2.5% 0}@media (480px >= width){.text-box{font-size:.7rem}.text-box .text-title{font-size:1.5rem}.text-box .text-date{font-size:1.2rem}.text-box .text-date span{font-size:.5rem}.text-box .text-keywords span{font-size:.7rem}.text-box .text-markdown-box>strong{font-size:.7rem}.text-box .text-markdown-box ul p{font-size:.8rem}.text-box .text-markdown-box h1{font-size:1.6rem}.text-box .text-markdown-box h2{font-size:1.4rem}.text-box .text-markdown-box h3{font-size:1.2rem}.text-box .text-markdown-box h4{font-size:1rem}.text-box .text-markdown-box h5{font-size:.8rem}.text-box .text-markdown-box h6{font-size:.5rem}.text-box .text-markdown-box .inline-code code span{font-size:.6rem}.text-box .text-markdown-box table{margin:4% auto}.text-box .text-markdown-box table th{font-size:.6rem}.text-box .text-markdown-box table td{font-size:.5rem}}.text-box img{width:30vw;height:30vw;border-radius:100%;border:.1rem solid #daa03d;margin-top:5%}.category-all-list{display:flex;flex-direction:column;width:100%;height:100vh}.category-all-title{font-size:4rem;font-weight:400}.category-all-title h1{border-bottom:.1rem solid #daa03d;padding:.5rem 1.5rem}.category-items{padding:.5rem 1.5rem}.category-items .category-items-view{display:flex;flex-direction:column}.category-items .category-items-view li{margin:2% 0}.category-items .category-items-view li a{display:flex;flex-direction:column;text-decoration:none;justify-content:center;width:fit-content;height:10vh}.category-items .category-items-view li a h2{color:#101820;font-size:2.5rem;font-family:var(--font-en);font-weight:400;transition:.3s}.category-items .category-items-view li a h2:hover{color:#f2aa4c;transition:.3s}.category-items .category-items-view li div{display:flex;flex-direction:column}.category-items .category-items-view li div p{width:fit-content;border-bottom:2px solid #f2aa4c;font-family:var(--font-en);font-size:.8rem;padding:.2%;box-sizing:border-box}.category-items .category-items-view li div p b{font-weight:700}.category-items .category-items-view li div div{display:flex;flex-direction:row;gap:1.5%;margin:1% 0}.category-items .category-items-view li div div span{width:fit-content;background-color:#101820;opacity:.3;border-radius:.8rem;font-family:var(--font-en);font-size:.7rem;padding:.6%;color:#fff;font-weight:400}@media (480px >= width){.category-all-title{font-size:2.2rem}.category-items .category-items-view li a{height:8vh}.category-items .category-items-view li a h2{font-size:1.1rem}.category-items .category-items-view li div p{font-size:.5rem}.category-items .category-items-view li div div span{font-size:.4rem}}:root{--font-kr: "Dongle", sans-serif;--font-en: "Nunito", sans-serif}@font-face{font-family:var(--font-kr);unicode-range:U+AC00-D7A3;src:url(https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700)}@font-face{font-family:var(--font-en);unicode-range:U+0041-005A,U+0061-007A;src:url("'https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'")}*{font-family:var(--font-kr);font-weight:300}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.wrapper,.wrapper-contents{width:100%;height:auto}.container-contents{display:flex;justify-content:center;align-items:center;background-image:linear-gradient(100deg,#f2aa4c,#fda085);color:#101820;padding-top:67.7px;padding-bottom:2%}@media (480px >= width){.container-contents{padding-top:57.7px}}.header-container{position:fixed;width:100%;height:auto;background-image:linear-gradient(to right,#434343,#101820);color:#f2aa4c;border-bottom:.2rem solid #daa03d;font-family:var(--font-en);font-size:1.2rem;z-index:999}.header-contents{display:flex;width:100%;height:100%;padding:.5rem 1.5rem;justify-content:space-between;align-items:center;box-sizing:border-box}.header-contents .header-item:nth-child(1){background-image:url(/assets/meerkat_front-CugPqodc.jpg);background-size:cover;background-position:center;width:43px;height:43px;border:.1rem solid #fcf6f5;border-radius:100%;box-sizing:border-box;-webkit-user-select:none;user-select:none}.header-contents .header-item:nth-child(2){cursor:default;-webkit-user-select:none;user-select:none;font-weight:bolder}@media (480px >= width){.header-contents{padding:.5rem 1.5rem .5rem 3.5rem}.header-contents .header-item:nth-child(1){width:32px;height:32px}.header-contents .header-item:nth-child(2){font-size:1rem}}.view-container{position:relative;top:0;left:0;width:100%;height:auto;background-image:radial-gradient(73% 147%,#eadfdf 59%,#ece2df),radial-gradient(91% 146%,#ffffff80 47%,#00000080);background-blend-mode:screen;margin:0 .5rem;padding:.5rem;border-radius:.5rem;box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;box-sizing:border-box}.view-contents{display:flex;max-width:968px;width:100%;margin:auto}.side-container{position:fixed;top:9.4%;left:1%;z-index:998;display:flex;flex-direction:column;align-items:center;max-width:210px;width:100%;height:auto;background-image:radial-gradient(73% 147%,#eadfdf 59%,#fff),radial-gradient(91% 146%,#ffffff80 47%,#00000080);background-blend-mode:screen;box-sizing:border-box;border-radius:.5rem;box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;-webkit-user-select:none;user-select:none}.side-open-button{color:#f2aa4c;opacity:.5;font-family:var(--font-en);font-size:1.5rem;position:absolute;display:flex;align-items:center;justify-content:center;left:4%;top:2%;width:max-content;height:max-content;background-color:transparent;cursor:pointer;rotate:40deg}.side-item{display:flex}.side-item:nth-child(1){justify-content:center;align-items:center;padding:.5rem}.side-item:nth-child(1) img{width:10vw;height:10vw;border-radius:100%;border:.1rem solid #daa03d}.side-item:nth-child(2){flex-direction:column;justify-content:center;align-items:center;font-family:var(--font-en);padding:.5rem;cursor:default}.side-item:nth-child(2) h3{font-weight:700;font-size:1.2rem}.side-item:nth-child(2) p{font-size:.8rem;padding:.6rem 0}.side-contents:nth-child(2){display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.side-contents:nth-child(2) a{text-decoration:none;font-size:1.5rem;color:#101820}.side-contents:nth-child(2) a:hover{color:#f2aa4c;transition:.3s}@media (480px >= width){.side-container{z-index:999;top:.7%;left:1%;max-width:160px}.side-item:nth-child(1){display:none}.side-item:nth-child(2) h3{font-size:.4rem}.side-item:nth-child(2) p{display:none}.side-contents:nth-child(2) a{font-size:1.2rem}}.footer-container{width:100%;height:auto;background-image:linear-gradient(100deg,#f2aa4c,#fda085);color:#101820;border-top:.08rem solid #daa03d;font-family:var(--font-en)}.footer-contents:nth-child(1){display:flex;justify-content:center;align-items:center;padding-top:1rem}.footer-contents:nth-child(1) i{color:#101820;font-size:1.4rem}.footer-contents:nth-child(2){display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;box-sizing:border-box;font-size:.8rem;color:#434343}@media (480px >= width){.footer-contents:nth-child(1) i{font-size:1rem}.footer-contents:nth-child(2){font-size:.5rem}}
