@charset "uft-8";

:root {
  --full-container: 1760px;
  --max-container: 1520px;
  --middle-container: 1360px;
  --main-color: #19913d;
  /* --sub-color: #a8c975; */
  --sub-color: #83ba2e;
  --sub-menu-width: 30rem;
  --sub-visual-height: 30rem;
  --transition1: all 0.3s ease;
  --font1:'GmarketSansMedium';
  --font2:'Pretendard-Regular';
  --border: 1px solid #dddddd;
  /* --hover : background-color: #ffffff89; */
}

/* reset start */
*{margin: 0;padding: 0;box-sizing: border-box;}
a{display: inline-block;color: inherit;text-decoration: none;}
li{list-style: none;}
.clearfix::after{display: block; content: '';clear: both;}
html { font-size:62.5%;scroll-behavior: smooth; } 
/* reset end */

/* font */
@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
body,html
{font-family:'GmarketSansMedium','Pretendard-Regular';}

.container{max-width: var(--max-container); margin: 0 auto;}