html {scroll-behavior: smooth;}
*{font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif ;letter-spacing:0px;}
body{min-width:1300px;}
.ctt{width:1300px;margin:0 auto;}
.mb_block{display:none;}
.pc_block{display:block;}


/* 스크롤바 기본 스타일 */
::-webkit-scrollbar { width: 4px; } 
::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 4px; } 
::-webkit-scrollbar-thumb { background: #000; border-radius: 4px; } 
@media (min-width: 799px) {
  #community:target,
  #location:target {
    scroll-margin-top: 150px;
  }
}

@media screen and (max-width:768px){
  body{min-width:100%}
.ctt{width:90%;margin:0 auto;}
  .container{width:100% !Important}
  .mb_block{display:block;}
.pc_block{display:none;}
    #location:target {
    scroll-margin-top: 50px;
  }
}