@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import "aos.css";
@font-face {
  font-family: "brown";
  font-style: normal;
  font-weight: 300;
  src: url(/resources/mbrandassets/fonts/Brown-Light.woff) format("woff");
}
@font-face {
  font-family: "brown";
  font-style: normal;
  font-weight: 400;
  src: url(/resources/mbrandassets/fonts/Brown_Regular_Regular.woff) format("woff");
}
@font-face {
  font-family: brown;
  src: url(/resources/mbrandassets/fonts/Brown-Light.woff);
  font-weight: 300;
}
@font-face {
  font-family: brown;
  src: url(/resources/mbrandassets/fonts/Brown_Regular_Regular.woff);
  font-weight: 400;
}
@font-face {
  font-family: "Gyeonggi_Batang_Regular";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Batang_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.section-title {
  text-align: center;
  margin-bottom: 70px;
}

.section-title > h2 {
  font-size: 2.5em;
  font-family: brown;
  font-weight: 400;
  color: #000;
  transition: letter-spacing 1s, opacity 1s, padding-left 1s;
  letter-spacing: 0.5em;
  opacity: 0;
  padding-left: 0.5em;
  margin-bottom: 14px;
}

.aos-animate.section-title > h2 {
  opacity: 1;
  padding-left: 0.1em;
  letter-spacing: 0.1em;
  transition: letter-spacing 1s 1s, opacity 1s, padding-left 1s 1s;
}

.section-title > p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.033em;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
  color: #A98E69;
}

.aos-animate.section-title > p {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s 1s, opacity 1s 1s;
}

#bi-wrap, #bi-wrap * {
  box-sizing: border-box;
}

#bi-wrap img {
  display: block;
  max-width: 100%;
}

#bi-wrap {
  width: 100%;
  background: #fff;
  font-size: 10px;
}

.bi-title {
  overflow: hidden;
}

.bi-title .char {
  transform: translateY(100%);
}

.bi-section1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  position: relative;
}

.bi-section1-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(/resources/mbrandassets/images/bi/bi-section1-bg.jpg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: inset(45% 40% 0);
}

.bi-section1-bg-dim {
  background: #543D33;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.bi-section1-title {
  position: absolute;
  transform: translateY(-120%);
}

.bi-section1 > p {
  font-size: 48px;
  color: #000;
  transform: translateY(-380%);
  font-family: brown;
  font-weight: 400;
}

.bi-section1-inner {
  width: 100%;
  max-width: 1100px;
}

.bi-section1-desc1 {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  position: relative;
}

.bi-section1-desc1 > p:nth-child(1) {
  color: #543D33;
  font-size: 1.8em;
  font-family: "brown", Noto Sans KR, "돋움", Dotum, "굴림", Gulim, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.bi-section1-desc1 > p:nth-child(2) {
  color: #000000;
  font-weight: 300;
  font-size: 1.8em;
  font-family: "pretendard", Noto Sans KR, "돋움", Dotum, "굴림", Gulim, Helvetica, sans-serif;
}
.bi-section1-desc1 > p:nth-child(2) b {
  font-weight: 500;
}

.bi-section1-desc2 {
  color: #1A1A1A;
  padding-top: 3em;
  font-size: 1.4em;
  font-family: "pretendard", Noto Sans KR, "돋움", Dotum, "굴림", Gulim, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.bi-section1-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  opacity: 0;
}

/**/
.bi-section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000;
}

.bi-section2-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.bi-section2-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
}

.bi-section2-text {
  position: relative;
  width: 90%;
}

.bi-section2-text-on {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.bi-section2-logo {
  position: absolute;
  opacity: 0;
  transform: scaleX(50%);
}

/**/
.core-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
.core-section.aos-animate:before {
  opacity: 1;
}
.core-section:before {
  position: absolute;
  left: 50%;
  top: 180px;
  width: 1px;
  height: calc(100% - 180px);
  background: #e0e0e0;
  opacity: 0;
}

.core-section .section-title {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
  margin-bottom: 2em;
  transition: border-color 1s 1.5s;
}
.core-section .section-title.aos-animate {
  border-color: #e0e0e0;
}

.core-list {
  overflow: hidden;
}

.core-list > li {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: end;
  padding: 1.5em;
  gap: 3em;
}

.core-list > li:nth-child(2) {
  justify-content: end;
  text-align: right;
}

.core-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.core-img.aos-animate:before {
  opacity: 1;
}
.core-img:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  opacity: 0;
}

.core-img > span {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.2em;
  font-family: brown;
  letter-spacing: 0.1em;
}

.core-con {
  position: relative;
  width: 100%;
  padding-bottom: 2em;
}
.core-con:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  opacity: 0;
}
.core-con.aos-animate:before {
  opacity: 1;
}

.core-con-tit {
  font-size: 1.8em;
  font-family: "pretendard", Noto Sans KR, "돋움", Dotum, "굴림", Gulim, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 1.5em;
  letter-spacing: -0.033em;
}

.core-con-desc {
  font-size: 1.4em;
  letter-spacing: -0.033em;
  line-height: 1.3;
  font-weight: 300;
  font-family: "pretendard", Noto Sans KR, "돋움", Dotum, "굴림", Gulim, Helvetica, sans-serif;
}

.core-con-desc > span {
  font-family: brown;
}

/**/
.sound-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}

.sound-title {
  margin-bottom: 70px;
}

.sound-desc {
  margin-bottom: 104px;
}

.sound-qr {
  margin-bottom: 134px;
}

.sound-radio {
  display: flex;
  justify-content: center;
  padding: 145px 0 95px;
  background: #000;
  width: 100%;
}

/**/
.visual-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}

.visual-title {
  margin-bottom: 70px;
}

.visual-desc {
  margin-bottom: 77px;
}

.visual-desc-box {
  padding: 77px 84px;
  width: 100%;
}

.visual-desc-02, .visual-desc-04 {
  margin-left: auto;
}

.scent-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}

.scent-title {
  margin: 0 auto 155px;
}

.scent-img {
  margin-bottom: 115px;
}

.scent-01 {
  margin-bottom: 50px;
}

.scent-02 {
  margin-bottom: 50px;
}

.bi-section1 {
  font-size: 10px;
}
.bi-section1.bi-visual-main {
  align-items: flex-start;
  padding-top: 20em;
  position: relative;
}
.bi-section1.bi-visual-main .bi-title {
  text-align: center;
  color: #000;
}
.bi-section1.bi-visual-main .bi-title * {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  font-family: "brown", Noto Sans KR, "돋움", Dotum, "굴림", Gulim, Helvetica, sans-serif;
}
.bi-section1.bi-visual-main .bi-main-title {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.bi-section1.bi-visual-main .bi-section1-img {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url(/resources/mbrandassets/images/bi/bi-section1-img.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
}

.bi-section1-between .bi-section1-inner {
  padding: 6em 1.5em;
  box-sizing: border-box;
}
.bi-section1-between .bi-section1-between-img-box {
  margin-top: 4em;
}
.bi-section1-between .bi-section1-between-img-box .summit-logo-black {
  margin-top: 1.5em;
  margin-left: auto;
  width: 80px;
}

.bi-section2-logo {
  width: 100px;
}

.bi-monument {
  position: relative;
  height: 80vw;
  width: 100%;
  margin: 0 auto 5em;
}
.bi-monument .bi-monument-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bi-monument .bi-monument-img::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 31.5vw;
  left: calc(50vw - 1px);
  bottom: 0;
  max-height: 350px;
  clip-path: inset(100% 0px 0px);
  background: rgb(29, 29, 29);
  transition: clip-path 1s 0.4s;
}
.bi-monument .bi-monument-img::after {
  position: absolute;
  content: "";
  width: 36vw;
  height: 2px;
  right: 1px;
  top: 4vw;
  max-width: 407px;
  clip-path: inset(0px 0px 0px 100%);
  transition: clip-path 1s 0.4s;
  background: #A98E69;
}
.bi-monument .bi-monument-img > * {
  position: absolute;
  transition: clip-path 1s 0.4s, transform 1s 0.4s;
}
.bi-monument .bi-monument-img .bi-monument-img-0 {
  top: 0;
  left: 5vw;
  clip-path: inset(0px 0px 0px 100%);
  width: 45vw;
  max-width: 450px !important;
}
.bi-monument .bi-monument-img .bi-monument-img-1 {
  top: calc(25vw - 1px);
  left: 0;
  clip-path: inset(0px 0px 0px 100%);
  max-width: 500px !important;
  width: 50vw;
}
.bi-monument .bi-monument-img .bi-monument-img-2 {
  top: 8vw;
  right: 0;
  clip-path: inset(0px 100% 0px 0px);
  width: calc(50vw + 1px);
  max-width: 500px !important;
}
.bi-monument .bi-monument-img .bi-monument-img-3 {
  top: calc(43vw + 2px);
  left: calc(52vw + 2px);
  clip-path: inset(0px 0px 0px 100%);
  max-width: 150px;
  width: 15vw;
}
.bi-monument .bi-monument-img p {
  color: #1A1A1A;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.33;
  left: 6vw;
  clip-path: inset(0px 0px 0px 100%);
  text-align: right;
  bottom: 8vw;
  box-sizing: border-box;
}
@media screen and (max-width: 370px) {
  .bi-monument .bi-monument-img p {
    left: 4vw;
    font-size: 1em;
  }
}
.bi-monument .bi-monument-img.aos-animate:after, .bi-monument .bi-monument-img.aos-animate:before {
  clip-path: inset(0px);
}
.bi-monument .bi-monument-img.aos-animate p,
.bi-monument .bi-monument-img.aos-animate img {
  clip-path: inset(0%);
  transform: scale(1);
}

/*# sourceMappingURL=bi-new.css.map */
