@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  padding: 235px 0 431px !important;
  background: url("../../../img/page/safe-system/index/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/index/sec01_bg1.png");
}
#section01.bg2 {
  background-image: url("../../../img/page/safe-system/index/sec01_bg2.png");
}
#section01.bg3 {
  background-image: url("../../../img/page/safe-system/index/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: 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 {
  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: 200px 0 !important;
  margin-top: -270px;
  border-radius: 280px 0 0 0;
  background-color: #fff;
  position: relative;
}
#section02::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "Examination Center";
  color: #e0dac9;
  opacity: 0.3;
  font-size: 147px;
  font-family: "HighSummit";
  width: 100%;
  text-align: center;
}
#section02 .area .title-area {
  text-align: center;
  margin-bottom: 60px;
}
#section02 .area .title-area .desc1 {
  font-size: 22px;
  font-weight: 500;
  color: #9d968e;
}
#section02 .area .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  font-size: 70px;
  margin: 22px 0 30px;
}
#section02 .area .title-area h3 span {
  font-weight: 700;
  font-size: 70px;
  color: #746b64;
  display: inline;
}
#section02 .area .title-area span {
  font-size: 24px;
  color: #746b64;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
}
#section02 .area .title-area .desc2 {
  font-size: 20px;
  line-height: 32px;
  color: #9b9188;
}
#section02 .area .con-area img {
  display: block;
  margin: 0 auto;
}

#section03 {
  padding: 0 !important;
  background-color: #fff;
}
#section03 .wrap {
  background: url("../../../img/page/safe-system/index/sec03_bg.png") no-repeat center;
  background-size: cover;
  padding: 170px 0;
  border-radius: 0 280px 0 0;
}
#section03 .wrap .area .title-area {
  text-align: center;
  margin-bottom: 25px;
}
#section03 .wrap .area .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  font-weight: 700;
}
#section03 .wrap .area .title-area h3 span {
  color: #746b64;
}

#section04 h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 50px;
}
#section04 h3 span {
  color: #746b64;
}
#section04 .wrap {
  margin-bottom: 100px;
}
#section04 .wrap:last-child {
  margin-bottom: 0;
}
#section04 .wrap h4 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #7a6e66;
  padding-left: 16px;
  position: relative;
  margin-bottom: 30px;
}
#section04 .wrap h4::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 35px;
  background-color: #ebca6d;
  content: "";
}
#section04 .wrap .chip {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
}
#section04 .wrap .chip dl {
  display: flex;
  gap: 9px;
  align-items: center;
}
#section04 .wrap .chip dl dt {
  color: #fff;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 50px;
  background-color: #d3b288;
}
#section04 .wrap .chip dl dd {
  color: #9b9188;
  font-size: 18px;
}
#section04 .wrap .chip .doctor {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
#section04 .wrap .chip .doctor p {
  color: #ab957f;
  font-size: 14px;
}
#section04 .wrap .chip .doctor h5 {
  color: #7a6e66;
  font-size: 18px;
  margin: 7px 0;
}
#section04 .wrap .chip .doctor span {
  font-size: 16px;
  line-height: 20px;
  color: #746b64;
  margin-bottom: 12px;
  display: block;
}
#section04 .wrap .chip .doctor a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  padding: 9px 14px;
  border-radius: 50px;
  background-color: #746b64;
}
#section04 .wrap .con {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#section04 .wrap .con .con-wrap {
  border-radius: 20px;
  border: 1px solid #b5aea8;
  overflow: hidden;
}
#section04 .wrap .con .con-wrap .text {
  display: flex;
  align-items: center;
  padding: 0 0 40px 30px;
}
#section04 .wrap .con .con-wrap .text p {
  color: #746b64;
  font-size: 25px;
  line-height: 31px;
  font-weight: 600;
  text-align: center;
}
#section04 .wrap .con .con-wrap .text .line {
  height: 86px;
  width: 1px;
  background-color: #d7d3d1;
  margin: 0 19px 0 30px;
}
#section04 .wrap .con .con-wrap .text span {
  color: #746b64;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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