/* 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-Medium.woff') format('woff');
  font-weight: 500;
  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 : #e5c87d;
  --black : #000;
  --black_10 : #101010;
  --gray_be : #bebebe;
  --wt : #fff;
}

html {scroll-behavior: smooth;}
body {position: relative; background: var(--black_10); font-family: 'Pre';}
.container {max-width: 1220px; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; overflow: hidden;}
section:not(:last-of-type) {padding: 161px 0 211px; box-sizing: border-box;}
#wrap {position: sticky; top: 0; background: var(--black_10);}

/* tit-box */
.tit-box {margin-bottom: 60px; text-align: center;}
.tit-box img {width: 384px; height: auto;}
.tit-box .sub {margin-top: 15px; font-size: 40px; font-weight: 500; line-height: 1.2; color: var(--wt); text-shadow: 0 3px 6px rgba(0, 0, 0, 0.79);}