@charset "uft-8";

:root {
  --full-container: 1760px;
  --max-container:1480px;
  --min-container:1365px;
  --sub-container: 1500px;
  --main-color: #00876C;
  --color1: #00a0e9;
  --color2: #f8b725;  
  --color3: #8fc31f;
  --point:#00a0e9;
  --black-color: #242424;
  --hover-color: #f8b725;
  --main-bg-color: #bcfff2;
  --sub-bg-color: #f2f2f2;
  --transition1: all 0.5s ease;
  --font1:'Pretendard';
  --font2:'GMarketSans';
  --border: 1px solid #b5b5b5; 
  --box-shadow: 5px 5px 10px 5px #00000017;
  --box-shadow-small: 0 0 10px 10px #00000008;
  --box-shadow-in: inset 4px 3px 12px -1px #16161621;
  --text-shadow: 5px 5px 10px #222222;
}

/* 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: #f8b725; 
  color: #111;       
}
::-moz-selection { 
  background-color: #f8b725;
  color: #111;  
}
/* reset end */

/* font */
@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}
@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;
}
body,html
{font-family:'Pretendard','GMarketSans';}

.container{max-width: var(--max-container); margin: 0 auto;font-size: 1.8rem;}
.sub-container{max-width: var(--sub-container); margin: 0 auto;font-size: 1.8rem;}
.min-container{max-width: var(--min-container); margin: 0 auto;font-size: 1.8rem;}