@charset "UTF-8";

@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: 48px;
  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;
}

.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(../../assets/images/sub/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;
  margin: 93px 0;
}

.bi-section1-desc1 {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  position: relative;
}

.bi-section1-desc1 > p:nth-child(1) {
  color: #543D33;
  font-size: 40px;
  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: 33px;
  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: 62px;
  font-size: 16px;
  font-family: "pretendard", Noto Sans KR, "돋움", Dotum, "굴림", Gulim, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.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: 1;
}

.bi-section2-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
}

.bi-section2-text {
  position: relative;
}

.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 {
  content: "";
  position: absolute;
  left: 50%;
  top: 180px;
  width: 1px;
  height: calc(100% - 180px);
  background: #e0e0e0;
  opacity: 0;
}

.core-section .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.core-list > li {
  display: flex;
  justify-content: start;
  align-items: end;
  padding: 60px;
  gap: 120px;
}

.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 {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  opacity: 0;
}

.core-img > span {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 1.2em;
  font-family: brown;
  letter-spacing: 0.1em;
}

.core-con {
  position: relative;
  width: 429px;
}
.core-con:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  opacity: 0;
}
.core-con.aos-animate:before {
  opacity: 1;
}

.core-con-tit {
  font-size: 23px;
  font-family: pretendard;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: -0.033em;
}

.core-con-desc {
  font-size: 15px;
  letter-spacing: -0.033em;
  line-height: 26px;
  font-weight: 300;
  font-family: pretendard;
}

.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.bi-visual-main {
  align-items: flex-start;
  padding-top: 300px;
  position: relative;
}
.bi-section1.bi-visual-main .bi-title {
  padding-left: 40px;
  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;
}
.bi-section1.bi-visual-main .bi-section1-img {
  /* opacity: 0; */
  width: 100%;
  height: 100%;
  background: url(../../assets/images/sub/bi/bi-section1-img.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
}

.bi-section1-between .bi-section1-inner {
  margin: 92px auto;
}
.bi-section1-between .bi-section1-between-img-box {
  margin-top: 92px;
}
.bi-section1-between .bi-section1-between-img-box .summit-logo-black {
  margin-top: 27px;
  margin-left: auto;
}

.bi-monument {
  position: relative;
  height: 800px;
  width: 1100px;
  margin: 120px auto 100px;
}
.bi-monument .bi-monument-img {
  position: absolute;
  width: 1000px;
  height: 800px;
  transform: translateX(50px);
}
.bi-monument .bi-monument-img::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 350px;
  left: 499px;
  bottom: 0px;
  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: 407px;
  height: 8px;
  right: 0;
  top: 16px;
  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: 50px;
  clip-path: inset(0px 0px 0px 100%);
}
.bi-monument .bi-monument-img .bi-monument-img-1 {
  top: 248px;
  left: 1px;
  clip-path: inset(0px 0px 0px 100%);
}
.bi-monument .bi-monument-img .bi-monument-img-2 {
  top: 50px;
  right: 0px;
  clip-path: inset(0px 100% 0px 0px);
}
.bi-monument .bi-monument-img .bi-monument-img-3 {
  top: 420px;
  left: 572px;
  clip-path: inset(0px 0px 0px 100%);
}
.bi-monument .bi-monument-img p {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  left: 200px;
  clip-path: inset(0px 0px 0px 100%);
  text-align: right;
  bottom: 70px;
}
.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 */
