@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ========== tag reset ========== */
* {margin:0; padding:0;}
html{font-size:10px;}
a {text-decoration: none;}
li{list-style: none; margin:0; padding:0;}
body{font-family: 'Noto Sans KR', sans-serif; font-size: 1.4rem; line-height: 1.4;}
#container{background-color: #111217;}
/* ========== common class ========== */
.clear:after{display:block; content:""; clear:both;}
.inner-wrap{width:100%; max-width: 1515px; box-sizing:border-box; padding:0 20px; margin:0 auto;}
.inner-wrap-planning{width:100%; max-width: 1515px; box-sizing:border-box; padding:0 20px; margin:0 auto;}

/* ========== Media Query (desktop) ========== */
@media all and (max-width:1024px) {
  html{font-size:9px;}
}

/* ========== Media Query (tablet) ========== */
@media all and (max-width:786px) {
  html{font-size:8px;}
}

/* ========== Media Query (mobile) ========== */
@media all and (max-width:480px) {
  html{font-size:7px;}
}