@charset "uft-8";

:root {
  --full-container: 1540px;
  --max-container:1540px;
  --min-container:1260px;
  --sub-container: 1500px;
  --main-color: #1b8c3b;
  --sub-color: #dd7f18;  
  --sub-color2:#428655;  
  --text-color: #020202;
  --black-color: #222;
  --hover-color: #ff8800;
  --main-bg-color: #dfede3;
  --sub-bg-color: #f3f3f3;
  --transition1: all 0.5s ease;
  --font1:'Pretendard';
  --font2:'Noto Sans KR';
  --font3:'Shilla';
  --border: 1px solid #dddddd; 
  --box-shadow: 5px 5px 10px 5px #00000017;
  --box-shadow-in: inset 4px 3px 12px -1px #16161621;
  --text-shadow: 5px 5px 10px #222222;
}

body,html
{font-family:'Pretendard','Noto Sans KR','Shilla';scroll-behavior: smooth;}

.container{max-width: var(--max-container); margin: 0 auto;font-size: 1.8rem;color: var(--text-color);}
.sub-container{max-width: var(--sub-container); margin: 0 auto;font-size: 1.8rem;color: var(--text-color);}
.full-container{max-width: var(--full-container); margin: 0 auto;font-size: 1.8rem;color: var(--text-color);}
.min-container{max-width: var(--min-container); margin: 0 auto;font-size: 1.8rem;color: var(--text-color);}

/* 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; } 
::selection {
  background-color: #F9EDBD; 
  color: #111;       
}
::-moz-selection { 
  background-color: #F9EDBD;
  color: #111;  
}
/* reset end */

/* font */
@font-face {
  font-family: 'Shilla';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/Shilla_CultureM-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Shilla';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/Shilla_CultureB-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}