@font-face {
    font-family: 'Acosta Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Acosta Regular'), url('../fonts/Acosta.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
}
head, body{
    cursor: url('../img/cursor-bl.png'), auto;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: 0;
    vertical-align: top;
}

body{
    background-color: #000;
    margin: 0;
    overflow: hidden;
}

canvas {
    display: block;
}

/* #myCanvas{
    cursor: none;
} */

h1{
    font-family:'Acosta Regular';
    font-weight:normal;
}

h2,h3{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.wrap {
    margin: 0 0;
    margin-right: 60px;
    padding: 50px;
    height: auto;
    width: 700px;
    z-index: 5;

    position: fixed;
    top: 50px;
}

.bg-img .trapezoid{
    position: fixed;
    top: 0;
    left: 0;
    width: 37vw;
    border-bottom: 1000px solid #F5601B;
    border-left: 0 solid transparent;
    border-right: 500px solid transparent;
    transform: scaleY(-1);
    pointer-events: none; /* 추가 */
}

.trapezoid:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* nav css */

.nav{
    width: 100%;
    height: 45px;
    background-color: #000;
    color: #fff;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
}

.nav .wrapper-nav{
    width: 450px;
}

.flex{
    display: flex; 
    justify-content: space-between;
}

.nav a{
    display: block;
	padding: 13px 15px;
}

.nav .logo{
    margin-left: 50px;
}

.nav .logo h1{
    font-size:20px;
}

.nav .gnb{
    width: 400px;
    margin-right: 50px;
}

.nav .gnb .on{
    background: #F5601B;
	color: #000;
}

.nav .gnb li a{
    padding: 9.5px 25.5px;
    font-size: 18px;
    font-weight: 500;
}

.nav .gnb li a:hover{
    background: #F5601B;
	color: #000;
	transition: all 0.5s;  
}

/* main page css */

.square-button {
    width: 300px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    cursor: circle;
}

.square-button:hover{
    background-color: #000;
    border: 1px solid #fff;
    color: #F5601B;
    transition: all 0.3s;  
}

.tit{
    position: relative;
}
.tit .main{
    font-size: 5.7vw;
}
.tit #season{
    position: absolute;
    top: 15vw;
    left: 28.75vw;
    font-size: 2.5vw;
}

.all-info{
    position: fixed;
    bottom: 60px;
}

.info{
    margin-top: 120px;
}
.info h2{
    font-size: 1.5vw;
    font-weight: 700;
}
.info h3{
    margin-top: 0.5vw;
    font-size: 1vw;
    font-weight: 400;
}

.button{
    margin-top: 30px;
}

.button .ask li{
    margin-top: 5px;
}

/* 버튼에 custom cursor 적용 */

#myButton {
    cursor: url('../img/cursor-click.png'), auto;
}
  
#myButton:hover {
    cursor: url('../img/cursor-click.png'), auto;
}

/* @media (max-width: 1500px){
    .main h1{
        font-size: 8rem;
    }
    .main h1 #season{
        font-size: 5rem;
    }
} */