html{
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
/* CSS 초기화 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
textarea,
input,
select,
button {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 14px;
  line-height: 1;
  font-family: AppleSDGothicNeo-Regular, "Montserrat", sans-serif;
  color: #1a1b1f;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none; /*따옴표 안생기게*/
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  color: #222;
  background: transparent;
}
img {
  vertical-align: top; /* 인라인 수평맞추는것 */
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
hr {
  display: none;
}
.blind,
legend {
  display: block;
  position: absolute;
  left: 0;
  top: -9999em;
  overflow: hidden;
}
.skip a {
  display: block;
  position: absolute;
  left: 0;
  top: -9999em;
  z-index: 9999;
  padding: 0 1em;
  background-color: #010101;
  color: #a0a0a0;
  line-height: 2.2;
}
.skip a:focus {
  top: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.s1140 {
  width: 1140px;
  margin: 0 auto;
}
.m1140 {
  min-width: 1140px;
  margin: 0 auto;
}
.ios .menu_bar {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
body {
  min-width: 320px;
}

:root {
  --pr: #ff0000; /*강조색*/
  --yellow: #b6f3fc;
  --black: #000;
  --wt: #fff;
  --wt_f2: #f2f7ff;
  --gray_72: #4e687e; /*서브*/
  --gt_e5: linear-gradient(119deg, #fcfcd4 0%, #e6f4f1 100%); /*첫번째*/
  --pr2:#e6f4f1; /*두번째*/
  --gt_f9: linear-gradient(115deg, #e6f4f1, #bacee0 100%); /*세번째*/
  --gt_f2: linear-gradient(116deg, #bacee0, #e1c4d2); /*네번째*/
  
}

button {
  cursor: pointer;
}
input,
button,
textarea,
select,
a {
  font-family: "Noto Sans KR";
}
body {
  font-family: "Noto Sans KR";
}

.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;
}
