@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#sub-section01 {
  height: 860px;
  background: url("../../../img/page/dermatology/index/sec1_bg.png") no-repeat center top;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 {
    padding: 250px 0 0 !important;
    background: url("../../../img/page/dermatology/index/sec1_bg_m.png") no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 {
    padding-top: 106px !important;
  }
}
#sub-section01 .text-area {
  position: relative;
  z-index: 10;
}
#sub-section01 .text-area .sub-text {
  font-size: 28px;
  margin-bottom: 25px;
}
#sub-section01 .text-area h2 {
  line-height: 1;
}
#sub-section01 .text-area h2 .title-point {
  color: #978b80;
  font-size: 60px;
}

#section02 {
  padding: 0 !important;
  position: relative;
  z-index: 10;
  background: linear-gradient(90deg, #f6ede6, #cfbdad);
}
#section02 .sheet {
  border-top-left-radius: 280px;
  padding: 180px 0;
  overflow: hidden;
  background: #fff;
  box-shadow: -10px -10px 40px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet {
    border-top-left-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet {
    padding: 80px 0;
  }
}
#section02 .sheet .area .title-area {
  text-align: center;
  margin-bottom: 60px;
}
#section02 .sheet .area .title-area .desc1 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #9d968e;
  font-weight: 500;
}
#section02 .sheet .area .title-area h3 {
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #2c2721;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area h3 {
    font-size: 30px;
  }
}
#section02 .sheet .area .title-area h3 span {
  display: inline;
  color: #746b64;
  margin: 0;
  line-height: 1;
  font-size: 70px;
}
#section02 .sheet .area .title-area .desc2 {
  font-size: 30px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #746b64;
  font-weight: 700;
}
#section02 .sheet .area .title-area span {
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  margin-top: 25px;
  color: #9b9188;
}
#section02 .sheet .area .title-area span .color {
  color: #2c2721;
}
#section02 .sheet .area .con-area {
  background: url("../../../img/page/dermatology/index/sec2_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  display: flex;
  border-radius: 30px;
  height: 530px;
  align-items: flex-end;
}
#section02 .sheet .area .con-area .img {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  width: 790px;
}
#section02 .sheet .area .con-area .wrap {
  margin-left: 30px;
  width: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section02 .sheet .area .con-area .wrap h4 {
  font-size: 40px;
  font-weight: 700;
  color: #947b6e;
  line-height: 51px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-bottom: 10px;
}
#section02 .sheet .area .con-area .wrap ul li {
  display: flex;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid #cdc8c5;
  align-items: center;
}
#section02 .sheet .area .con-area .wrap ul li:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
}
#section02 .sheet .area .con-area .wrap ul li p {
  width: 27px;
  height: 27px;
  display: flex;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #a38f84;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
#section02 .sheet .area .con-area .wrap ul li span {
  color: #746b64;
  font-size: 16px;
  font-weight: 600;
}

#section13 {
  background: url("../../../img/page/dermatology/index/sec13_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
#section13::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../../../img/page/dermatology/index/sec13_img1.png") no-repeat center;
  background-size: cover;
  width: 940px;
  height: 911px;
}
#section13::before {
  content: "Dr. Lee Seung Hyun";
  bottom: 20px;
  left: 0;
  font-size: 129px;
  color: #e9e3cf;
  font-family: "HighSummit";
  position: absolute;
}
#section13 h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  font-weight: 700;
}
#section13 h3 span {
  color: #746b64;
}
#section13 ul {
  margin: 30px 0 40px;
}
#section13 ul li {
  color: #746b64;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}
#section13 dl {
  display: flex;
  gap: 19px;
  align-items: flex-end;
}
#section13 dl dt {
  border-radius: 15px;
  border: 1px solid #c0a68b;
  overflow: hidden;
}
#section13 dl dt img {
  background-color: #fff;
}
#section13 dl dt p {
  padding: 11px;
  text-align: center;
  color: #fff;
  background-color: #c0a68b;
  font-size: 15px;
  font-weight: 600;
}
#section13 dl dd {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #85715d;
}

#section14 {
  background: url("../../../img/page/dermatology/index/sec14_bg.png") no-repeat center;
  background-size: cover;
}
#section14 .area {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
#section14 .area .left {
  text-align: center;
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section14 .area .left .desc1 {
  color: #d7cab3;
  font-size: 24px;
  font-weight: 500;
}
#section14 .area .left h3 {
  font-size: 60px;
  line-height: 62px;
  font-weight: 700;
  color: #fff;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
#section14 .area .left h3 span {
  color: #d7cab3;
}
#section14 .area .left .desc2 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 700;
  font-size: 27px;
  color: #f8f5f1;
}
#section14 .area .left .desc3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}
#section14 .area .left .img-wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #cfbba7;
}
#section14 .area .left dl {
  border-radius: 20px;
  border: 1px solid #cfbba7;
  overflow: hidden;
}
#section14 .area .left dl dt {
  color: #d7cab3;
  font-size: 24px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #cfbba7;
  background-color: #5c4e44;
}
#section14 .area .left dl dd {
  background-color: #41352c;
  color: #f4ddc0;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 43px 80px;
}
#section14 .area .right .wrap {
  padding-left: 240px;
  height: 156px;
  margin-bottom: 10px;
  background: url("../../../img/page/dermatology/index/sec14_img2.png") no-repeat center;
  background-size: cover;
  border-radius: 20px;
  border: 1px solid #ddd8da;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 700px;
}
#section14 .area .right .wrap:nth-child(2) {
  background: url("../../../img/page/dermatology/index/sec14_img3.png") no-repeat center;
}
#section14 .area .right .wrap:nth-child(3) {
  background: url("../../../img/page/dermatology/index/sec14_img4.png") no-repeat center;
}
#section14 .area .right .wrap:nth-child(4) {
  background: url("../../../img/page/dermatology/index/sec14_img5.png") no-repeat center;
}
#section14 .area .right .wrap:last-child {
  background: url("../../../img/page/dermatology/index/sec14_img6.png") no-repeat center;
  margin-bottom: 0;
}
#section14 .area .right .wrap p {
  font-size: 18px;
  color: #7a6e66;
  font-weight: 600;
  margin-bottom: 12px;
}
#section14 .area .right .wrap span {
  color: #746b64;
  font-size: 15px;
  line-height: 22px;
}

#section15 {
  background: url("../../../img/page/dermatology/index/sec15_bg.png") no-repeat left center;
  background-size: cover;
}
#section15 .wrap {
  width: fit-content;
  margin-left: auto;
}
#section15 .wrap .title-area {
  margin-bottom: 30px;
}
#section15 .wrap .title-area p {
  color: #9d968e;
  font-size: 22px;
  font-weight: 500;
}
#section15 .wrap .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 62px;
  margin: 20px 0;
}
#section15 .wrap .title-area h3 span {
  font-size: 55px;
  font-weight: 700;
  line-height: 62px;
  color: #746b64;
}
#section15 .wrap .title-area span {
  font-size: 24px;
  font-weight: 300;
  color: #97836e;
}
#section15 .wrap dl dt {
  width: fit-content;
  padding: 11px 23px;
  font-size: 22px;
  font-weight: 500;
  color: #97836e;
  background-color: #eedec7;
  border-radius: 10px;
  border: 1px solid #cfbba7;
  margin-bottom: 22px;
}
#section15 .wrap dl dd {
  font-size: 18px;
  color: #9b9188;
  line-height: 30px;
}
#section15 .wrap .btn {
  display: flex;
  gap: 10px;
  padding: 0;
  border: 0px solid;
  margin-top: 30px;
}
#section15 .wrap .btn a {
  padding: 22px 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #b48d80, #e3c274);
  border-radius: 50px;
  width: fit-content;
}

#sub-section03 {
  background: url("../../../img/page/dermatology/index/sec3_bg.png") no-repeat center;
  background-size: cover;
}

#sub-section07::after {
  display: none;
}