@charset "utf-8";
@import url(../style/font.css);

* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  word-break: keep-all;
}
*,
:after,
:before {
  box-sizing: border-box;
  flex-shrink: 0;
}
:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
  tab-size: 4;
}
html {
  height: 100%;
  background: #000;
}
body {
  position: relative;
}
section {
  width: 100%;
}
.iframe-form {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
iframe {
  border: 0;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
button {
  background: none;
  border: 0;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  list-style: none;
}

/* 추가 */
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-thumb {
  background-color: #868686;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

/* 스크롤 */

.s__container {
  height: inherit;
  max-width: 1664px;
  width: 100%;
  margin: 0 auto;
}
.s__row {
  padding: 0 32px;
}
body {
  font-family: "Montserrat", "Pretendard", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: var(--black);
}
