@charset "uft-8";

:root {
  --full-container: 1660px;
  --max-container:1560px;
  --min-container:1480px;
  --sub-container: 1400px;
  --main-color: #1a227f;
  --main-color2: #6c728b;
  --main-bg-color: #ecebf3;
  --main-bg-color2: #eff1fb;
  --black-color: #111;
  --hover-color: #f9b717;
  --sub-bg-color: #f2f2f2;
  /* --sub-menu-width: 30rem; */
  /* --sub-visual-height: 30rem; */
  --transition1: all 0.5s ease;
  --font1:'Pretendard';
  --font2:'Gilda Display';
  --font3:'Pretendard';
  --border: 1px solid #ddd; 
  --box-shadow: 5px 5px 12px 1px #16161644;
  --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: #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;
}

@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&display=swap');

body,html
{font-family:'Pretendard','Gilda Display','Noto Serif KR';}

.main-container{max-width: var(--max-container); margin: 0 auto;font-size: 1.8rem;color: #0c0c0c;}
.container{max-width: var(--min-container); margin: 0 auto;font-size: 1.8rem;color: #0c0c0c;}
.sub-container{max-width: var(--sub-container); margin: 0 auto;font-size: 1.8rem;}