@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  padding: 235px 0 431px !important;
  background: url("../../../img/page/introduction/history/sec01_bg.png") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#section01 .name {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 0 6px #645743;
}
#section01 .title-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#section01 .title-wrap h3 {
  font-size: 80px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  padding: 35px 40px;
  border: 1px solid #eae6e0;
  margin: 25px auto 35px;
  width: fit-content;
  text-shadow: 0 0 6px #645743;
}
#section01 .title-wrap p {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #eae6e0;
  display: block;
}
#section01 .title-wrap .re1 {
  left: -6px;
  top: -6px;
}
#section01 .title-wrap .re2 {
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
}
#section01 .title-wrap .re3 {
  right: -6px;
  top: -6px;
}
#section01 .title-wrap .re4 {
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
#section01 .title-wrap .re5 {
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
#section01 .title-wrap .re6 {
  left: -6px;
  bottom: -6px;
}
#section01 .title-wrap .re7 {
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
#section01 .title-wrap .re8 {
  right: -6px;
  bottom: -6px;
}
#section01 span {
  text-shadow: 0 0 6px #645743;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
#section01 .img-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 40px;
}
#section01 .img-area .wrap p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #ccc6b7;
  font-weight: 500;
  text-align: center;
}

#section02 {
  padding: 200px 0 120 !important;
  margin-top: -270px;
  border-radius: 280px 0 0 0;
  background-color: #fdfcfa;
  position: relative;
  border-bottom: 1px solid #dfdcd9;
}
#section02 .top {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 1420px;
  margin: 0 auto 100px;
  box-shadow: -10px -10px 40px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  overflow: hidden;
}
#section02 .top a {
  position: relative;
  display: block;
}
#section02 .top a::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 23px;
  background-color: #b5aea8;
  content: "";
}
#section02 .top a:last-child::after {
  display: none;
}
#section02 .top a p {
  font-size: 20px;
  color: #746b64;
  text-align: center;
  padding: 22px 0;
  width: fit-content;
  margin: 0 auto;
}
#section02 .top a:hover {
  background-color: #746b64;
  border-radius: 10px;
}
#section02 .top a:hover p {
  font-weight: 700;
  position: relative;
  color: #fff;
  padding-left: 15px;
}
#section02 .top a:hover p::after {
  position: absolute;
  content: "";
  width: 9.5px;
  height: 9.5px;
  border-radius: 50px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#section02 .history {
  position: relative;
}
#section02 .history .bar {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 4px;
  height: 100%;
  background-color: #dfdcd9;
  overflow: visible;
}
#section02 .history .bar .fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #bb9982;
  transition: height 0.1s linear;
}
#section02 .history .bar .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 62px;
  transition: top 0.1s linear;
}
#section02 .history .wrap {
  position: relative;
  padding: 130px 0;
  border-bottom: 1px solid #dfdcd9;
}
#section02 .history .wrap:nth-child(2) {
  padding-top: 0;
}
#section02 .history .wrap:nth-child(odd) {
  background-color: #fff;
}
#section02 .history .wrap:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#section02 .history .wrap .area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#section02 .history .wrap .area .left {
  font-size: 110px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-left: 100px;
  width: fit-content;
  flex-shrink: 0;
}
#section02 .history .wrap .area .right {
  width: 600px;
}
#section02 .history .wrap .area .right .con {
  margin-bottom: 95px;
}
#section02 .history .wrap .area .right .con:last-child {
  margin-bottom: 0;
}
#section02 .history .wrap .area .right .con h4 {
  font-size: 50px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
#section02 .history .wrap .area .right .con dl {
  margin-bottom: 48px;
  display: flex;
  gap: 17px;
}
#section02 .history .wrap .area .right .con dl:last-child {
  margin-bottom: 0;
}
#section02 .history .wrap .area .right .con dl dt {
  color: #746b64;
  font-size: 22px;
  font-weight: 600;
}
#section02 .history .wrap .area .right .con dl dd p {
  font-size: 18px;
  color: #9b9188;
  line-height: 28px;
}
#section02 .history .wrap .area .right .con dl dd img {
  margin-top: 30px;
}