@charset "uft-8";

:root {
  --full-container: 1580px;
  --max-container:1580px;
  --sub-container: 1500px;
  --main-color: #1f82ff;
  --color1: #1f82ff;
  --color2: #1d8b5b;
  --color3: #ff5e2d;
  --main-bg-color: #F7FBFF;
  --black-color: #333333;
  --hover-color:#ff5e2d;
  --sub-bg-color: #f8f8f8;
  /* --sub-menu-width: 30rem; */
  /* --sub-visual-height: 30rem; */
  --transition1: all 0.3s ease-in-out;
  --font1:'Pretendard';
  --font2:'GMarketSans';
  --border: 1px solid #dddddd; 
  --box-shadow: 5px 5px 12px 1px #16161644;
  --box-shadow-in: inset 4px 3px 12px -1px #16161621;
  --text-shadow:2px 2px 10px #222
}

/* 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: #ff4900; 
  color: black;       
}
::-moz-selection { 
  background-color: #ff4900;
  color: black;
} */
/* reset end */

/* font */
@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;
}
@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;
}
body,html
{font-family:'Pretendard','GMarketSans';}

.full-container{max-width: var(--full-container); margin: 0 auto;font-size: 1.8rem;color: #020202;font-family: var(--font1);}
.container{max-width: var(--max-container); margin: 0 auto;font-size: 1.8rem;color: #020202;font-family: var(--font1);}
.sub-container{max-width: var(--sub-container); margin: 0 auto;font-size: 1.8rem; font-family: var(--font1);font-weight: 300;}