@charset "UTF-8";

*{margin:0; padding:0;}

a{color:#666; text-decoration:none;}
img{vertical-align:top;width: 900px;}
ul,li,ol{list-style:none;}
.cf:after{content:""; display:block; clear:both;}
address{font-style:normal;}

html, body{
    transition: 1.5s;
}

.wrap{
    width: 1200px;
    margin: 0 auto;
}

a.click{
    cursor: url(/img/cursor-hand.png), auto;
  }

  a{
    cursor: url(/img/cursor-click.png), auto;
    text-decoration: none;
    color: #333;
  }

  button.click{
    cursor: url(/img/cursor-hand.png), auto !important;
  }

  button{
    cursor: url(/img/cursor-click.png), auto !important;
    text-decoration: none;
    color: #333;
  }

  .ikezY .click{
    cursor: url(/img/cursor-hand.png), auto !important;
  }

  .ikezY{
    cursor: url(/img/cursor-click.png), auto !important;
  }


@media screen and (max-width: 600px){
    .wrap{
        width: 85%;
    }
}

/* 반응형 br 처리 */
.mbBr{
    display: none;
}
.pcBr{
    display: block;
}

@media screen and (max-width: 600px){
    .mbBr{
        display: block;
    }
    .pcBr{
        display: none;
    }
}

/* 기본폰트 처리 */
*{
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -1px;
}


/* 마우스 커서 처리 */
html, body{cursor: url(../img/cursor_pointer.png), auto;}
*::selection{
    background: rgb(118, 255, 248);
    color: rgb(183, 119, 255);
}


/* 스크롤바 */
*::-webkit-scrollbar{
    width: 8px;
}
*::-webkit-scrollbar-thumb{
    background: #333;
    border-radius: 30px;
}
*::-webkit-scrollbar-track{
    background-color: transparent;
}
