@charset "UTF-8";
/* @font-face {
  font-family: "Noto Sans KR";
  font-style: "normal";
  font-weight: 300;
  src: local("※"), url("../../_common/fonts/NotoSansKR-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: "normal";
  font-weight: 400;
  src: local("※"), url("../../_common/fonts/NotoSansKR-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: "normal";
  font-weight: 500;
  src: local("※"), url("../../_common/fonts/NotoSansKR-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: "normal";
  font-weight: 600;
  src: local("※"), url("../../_common/fonts/NotoSansKR-Bold.woff2") format("woff2");
} */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
html {
  margin: 0 auto;
  font-size: 10px;
  max-width: 1200px;
}

body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  line-height: 1.8;
  /* font-family: "Noto Sans KR"; */
  word-break: keep-all;
  font-weight: 300;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
}

img {
  border: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}

button {
  background: transparent;
  border: 0;
  cursor: pointer;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

ul,
li,
ol {
  list-style: none;
}

label {
  cursor: pointer;
}

input[type=text],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d9d9d9;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.header {
  display: none;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 1200px;
  transform: translateX(-50%);
}
#wrap {
  background-color: #EEE9E0;
}
.section:not(.section_visual) {
  padding: 15rem 2rem 0;
}
.section.section_philosophy {
  padding-top: 0;
}
.section .swiper-pagination.swiper-pagination-horizontal {
  position: static !important;
  margin-top: 4rem;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
}
.swiper-pagination-bullet-active {
  background-color: #A50034 !important;
}
.section .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static !important;
  margin-top: 4rem;
  height: 0.2rem;
  background-color: #C3C3C3;
}
.section .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #000;
}
.section .swiper-slide img {
  width: 100%;
  height: auto;
}
.footer {
  padding: 6.7rem 2rem 4rem;
}

.footer address img {
  width: 100%;
}


header h1 img {
  width: 100%;
}

.swiper img {
  width: 100%;
  height: auto;
}
