@charset "UTF-8";
/* 그냥 common은 반응형, type2는 모바일only */


@import url(_import/var.css);
@import url(_import/common_1920.css);
@import url(_import/common_1600.css);
@import url(_import/common_1024.css);
@import url(_import/common_768.css);
@import url(_import/common_500.css);

html,body{background: rgb(var(--color-100))}
#header{background: transparent; }
#header .header_box{border-radius: 8px; overflow: hidden}
#wrapper{width: 100%; max-width: 500px; margin: 0 auto; background: rgb(var(--color-fff));}

@media (max-width : 500px) {
  #header .header_box{border-radius: 0; }
}

/* 마지막줄 */