@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
*{
    margin: 0; padding: 0; box-sizing: border-box; font : inherit; color: inherit;
}
a{text-decoration: none;}
ul,ol{list-style: none;}
html{font-size: 10px;}
body{font-size: 2rem; color: #fff; background-color: #000;
    font-family: "Pretendard Variable"; font-weight: 100; font-style: normal;
     overflow-x: hidden;
}
body::-webkit-scrollbar{width: 5px;}
body::-webkit-scrollbar-thumb{background-color: #fcfcfc;}
body::-webkit-scrollbar-track{background-color: #000;}
/* custom  */
.inner{
    margin: 0 auto; padding: 0 20px; width: 100%; position: relative; max-width: 1640px;
}
.title{
    color: #ffa600; font-size: 3rem;
    font-family: "ivymode", sans-serif;
    font-weight: 600;
    font-style: normal;

}
.section-title{
    text-align: center;
    margin-bottom: 8.5rem;
}
@media screen and (max-width: 1200px){
    html{font-size: 9px;}
}
@media screen and (max-width: 1024px){
    html{font-size: 8px;}
}
@media screen and (max-width: 768px){
    
}
