@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  padding: 235px 0 431px !important;
  background: url("../../../img/page/safe-system/precautions/sec01_bg.png") no-repeat center;
  background-size: cover;
  transition: background-image 0.5s ease, background-size 0.5s ease, background-position 0.5s ease;
  color: #fff;
  text-align: center;
}
#section01.bg1 {
  background-image: url("../../../img/page/safe-system/precautions/sec01_bg1.png");
}
#section01.bg2 {
  background-image: url("../../../img/page/safe-system/precautions/sec01_bg2.png");
}
#section01.bg3 {
  background-image: url("../../../img/page/safe-system/precautions/sec01_bg3.png");
}
#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: 67px;
  line-height: 68px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  padding: 17px 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 {
  cursor: pointer;
}
#section01 .img-area .wrap img {
  filter: grayscale(1);
  transition: all 0.5s;
}
#section01 .img-area .wrap p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #ccc6b7;
  font-weight: 500;
  text-align: center;
  transition: color 0.5s;
}
#section01 .img-area .wrap:hover img {
  filter: grayscale(0);
}
#section01 .img-area .wrap:hover p {
  color: #fff;
}

#section02 {
  padding: 170px 0 !important;
  margin-top: -270px;
  border-radius: 280px 0 0 0;
  background-color: #fff;
}
#section02 .area .title-area {
  text-align: center;
  margin-bottom: 39px;
}
#section02 .area .title-area p {
  font-size: 22px;
  color: #9d968e;
  font-weight: 500;
  margin-bottom: 20px;
}
#section02 .area .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
}
#section02 .area .title-area h3 span {
  color: #746b64;
}
#section02 .area .tab-area .step-tabs {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin-bottom: 80px;
}
#section02 .area .tab-area .step-tabs .step-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section02 .area .tab-area .step-tabs .step-tab .img-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #efece8;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section02 .area .tab-area .step-tabs .step-tab .img-wrap img {
  margin: 0 auto;
  display: block;
}
#section02 .area .tab-area .step-tabs .step-tab p {
  text-align: center;
  font-size: 18px;
  color: #746b64;
  margin-top: 16px;
}
#section02 .area .tab-area .step-tabs .step-tab.active .img-wrap {
  background-color: #7a6e66;
}
#section02 .area .tab-area .step-tabs .step-tab.active .img-wrap img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#section02 .area .tab-area .step-tabs .step-tab.active p {
  font-weight: 600;
}
#section02 .area .tab-area .step-content {
  display: none;
}
#section02 .area .tab-area .step-content.active {
  display: block;
}
#section02 .area .tab-area .step-content .inner-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 767px;
  margin: 0 auto 50px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
#section02 .area .tab-area .step-content .inner-tabs button {
  padding: 23px 0;
  font-size: 20px;
  color: #7a6e66;
}
#section02 .area .tab-area .step-content .inner-tabs .active {
  background-color: #8c6a4e;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
#section02 .area .tab-area .step-content .inner-tabs .active p {
  position: relative;
  padding-left: 15px;
  width: fit-content;
  margin: 0 auto;
}
#section02 .area .tab-area .step-content .inner-tabs .active p::after {
  position: absolute;
  width: 9.5px;
  height: 9.5px;
  background-color: #fff;
  content: "";
  left: 0;
  top: 7px;
  border-radius: 50%;
}
#section02 .area .tab-area .step-content .inner-content {
  background-image: linear-gradient(to right, #dfdcd9 0, #dfdcd9 8px, transparent 5px, transparent 13px);
  background-position: top;
  background-size: 13px 2px;
  background-repeat: repeat-x;
  display: none;
}
#section02 .area .tab-area .step-content .inner-content.active {
  display: block;
}
#section02 .area .tab-area .step-content .inner-content dl {
  border-bottom: none;
  background-image: linear-gradient(to right, #dfdcd9 0, #dfdcd9 8px, transparent 5px, transparent 13px);
  background-position: bottom;
  background-size: 13px 2px;
  background-repeat: repeat-x;
  display: flex;
}
#section02 .area .tab-area .step-content .inner-content dl dt {
  width: 300px;
  display: flex;
  gap: 11px;
  padding-left: 32px;
  align-items: center;
  background-color: rgba(242, 227, 212, 0.3490196078);
}
#section02 .area .tab-area .step-content .inner-content dl dt p {
  font-size: 22px;
  color: #6f6358;
  font-weight: 700;
  line-height: 27px;
}
#section02 .area .tab-area .step-content .inner-content dl dd {
  padding: 50px 0 50px 40px;
}
#section02 .area .tab-area .step-content .inner-content dl dd p {
  font-size: 18px;
  line-height: 25px;
  color: #72675f;
  margin-bottom: 17px;
  position: relative;
  padding-left: 15px;
}
#section02 .area .tab-area .step-content .inner-content dl dd p::after {
  position: absolute;
  content: "-";
  left: 0;
  top: 0;
  font-size: 18px;
  color: #72675f;
}
#section02 .area .tab-area .step-content .inner-content dl dd p:last-child {
  margin-bottom: 0;
}
#section02 .area .tab-area .step-content .desc {
  font-size: 15px;
  line-height: 25px;
  color: #9b9188;
  font-weight: 300;
  margin-top: 30px;
}

#sub-footer {
  background-color: #fcfbfa;
}