@charset "uft-8";

:root {
  --full-container: 1760px;
  --max-container:1320px;
  --sub-container: 1500px;
  --main-color: #1d3069;
  --sub-color: #1F1F1F;
  --sub-color2: #ff4900;
  --sub-menu-width: 30rem;
  --sub-visual-height: 30rem;
  --transition1: all 0.3s ease;
  --transition2: all 0.5s ease;
  --font1:'Suit';
  --font2:'Roboto';
  --border: 1px solid #eee; 
  --box-shadow: 0 0 5px 5px #00000005;
}

/* 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: #fff;           /* 드래그 시 글자색 변경 */
}
::-moz-selection { /* Firefox 브라우저 지원 */
  background-color: #ff4900;
  color: #fff;   
}
/* reset end */

/* font */
@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Thin.woff2') format('woff2');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}


body,html
{font-family:'Suit','Roboto';}

.container{max-width: var(--max-container); margin: 0 auto;font-size: 1.8rem;}
.sub-content .container{max-width: var(--sub-container); margin: 0 auto;font-size: 1.8rem;}
.sub-content-02 .container{max-width: var(--sub-container); margin: 0 auto;font-size: 1.8rem;}
.sub-container{max-width: var(--sub-container); margin: 0 auto;font-size: 1.8rem;}