/* font */
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
/* //font */

:root {
  --pr : #2a80ff;
  --pr2 : #f2f7ff;
  --yellow : #ffcc21;
  --black : #000;
  --wt : #fff;
  --wt_f2 : #f2f7ff;
  --gray_72 : #727272;
  --gt_f9 : linear-gradient(115deg, #eef4ff, #f9e9ff 100%);
  --gt_f2 : linear-gradient(116deg, #fffcee, #f2f7ff);
  --gt_e5 : linear-gradient(119deg, #ecf3ff 0%, #e5ffe5 100%);
}



input,button,textarea,select,a {font-family: 'Pre';}
body {font-family: 'Pre';}

.container {max-width: 1840px; height: auto; padding-left: 170px; padding-right: 170px; margin: 0 auto; box-sizing: border-box; border-radius: 40px;}
section {padding-top: 40px;}