@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  padding: 235px 0 431px !important;
  background: url("../../../img/page/introduction/working-hours-direction/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: 18px;
  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: 265px 0 !important;
  margin-top: -270px;
  border-radius: 280px 0 0 0;
  background: url("../../../img/page/introduction/working-hours-direction/sec02_bg.png") no-repeat left center;
  background-size: cover;
  position: relative;
}
#section02::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "Working hours";
  color: #e0dac9;
  opacity: 0.3;
  font-size: 147px;
  font-family: "HighSummit";
}
#section02 .area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#section02 .area .right .desc1 {
  color: #9d968e;
  font-size: 22px;
  font-weight: 500;
}
#section02 .area .right h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  font-weight: 700;
  margin: 20px 0 30px;
}
#section02 .area .right h3 span {
  color: #746b64;
}
#section02 .area .right .time {
  margin-bottom: 50px;
}
#section02 .area .right .time dl {
  display: flex;
  gap: 25px;
  margin-bottom: 10px;
  align-items: center;
}
#section02 .area .right .time dl dt {
  font-size: 24px;
  color: #746b64;
  width: 110px;
  font-weight: 600;
}
#section02 .area .right .time dl dd {
  color: #746b64;
  font-size: 18px;
}
#section02 .area .right .desc2 {
  font-size: 24px;
  color: #9b9188;
  margin-bottom: 12px;
}
#section02 .area .right .desc3 {
  font-size: 22px;
  color: #746b64;
}
#section02 .area .right .desc3 span {
  font-weight: 700;
}

#section03 {
  background: url("../../../img/page/introduction/working-hours-direction/sec03_bg.png") no-repeat left bottom;
  background-size: cover;
  display: flex;
  padding: 0 !important;
  justify-content: space-between;
  align-items: center;
}
#section03 .left {
  padding-left: 250px;
}
#section03 .left p {
  color: #9d968e;
  font-size: 22px;
  font-weight: 500;
}
#section03 .left h3 {
  font-size: 70px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin: 20px 0 31px;
}
#section03 .left span {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}
#section03 .left .wrap {
  margin-top: 55px;
}
#section03 .left .wrap dl {
  margin-bottom: 26px;
}
#section03 .left .wrap dl:last-child {
  margin-bottom: 0;
}
#section03 .left .wrap dl dt {
  font-size: 24px;
  font-weight: 600;
  color: #746b64;
  margin-bottom: 15px;
}
#section03 .left .wrap dl dd {
  color: #746b64;
  font-size: 22px;
}
#section03 .map-area {
  position: relative;
  min-width: 50%;
}
#section03 .map-area::after {
  position: absolute;
  content: "Directions";
  color: #e0dac9;
  opacity: 0.3;
  font-size: 147px;
  font-family: "HighSummit";
  left: -650px;
  bottom: -10px;
}
#section03 .map-area .root_daum_roughmap {
  width: 100%;
}
#section03 .map-area .wrap_map {
  height: 842px !important;
}
#section03 .map-area .cont,
#section03 .map-area .root_daum_roughmap .wrap_controllers {
  display: none !important;
}

#section04 {
  padding-bottom: 106px !important;
}
#section04 .title-area {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 6px;
}
#section04 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
#section04 .title-area h3 span {
  color: #746b64;
}

#section05 {
  background-color: #fbfbfb;
  padding: 110px 0 170px !important;
}
#section05 .title-area {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 6px;
}
#section05 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
#section05 .title-area h3 span {
  color: #746b64;
}
#section05 .con-area .wrap {
  margin-bottom: 74px;
}
#section05 .con-area .wrap:last-child {
  margin-bottom: 0;
}
#section05 .con-area .wrap h4 {
  font-size: 40px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #746b64;
  font-weight: 700;
  margin-bottom: 22px;
  position: relative;
  padding-left: 20px;
}
#section05 .con-area .wrap h4::after {
  position: absolute;
  background-color: #ab957f;
  width: 7px;
  height: 29px;
  content: "";
  top: 8px;
  left: 0;
}

#section06 {
  padding-bottom: 200px !important;
  background: url("../../../img/page/introduction/working-hours-direction/sec06_bg.png") no-repeat center;
  background-size: cover;
}
#section06 .title-area {
  text-align: center;
  margin-bottom: 35px;
}
#section06 .title-area p {
  color: #e1e0de;
  font-weight: 500;
  font-size: 24px;
}
#section06 .title-area h3 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin: 32px 0 22px;
  color: #fff;
}
#section06 .title-area span {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
#section06 img {
  display: block;
  margin: 0 auto;
}
#section06 dl {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 29px;
  justify-content: center;
}
#section06 dl dt {
  font-size: 22px;
  font-weight: 700;
  color: #75685e;
  background-color: #fff;
  border-radius: 50px;
  padding: 7px 18px;
}
#section06 dl dd {
  color: #fff;
  font-size: 22px;
}

#sub-footer {
  display: none;
}