@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
.clearfix {
  display: block;
  clear: both;
}
.background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.site-map {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99999999;
  width: 180px;
}
.site-map ul {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
}
.site-map ul li {
  width: 100%;
}
.site-map ul li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
.site-map ul li a {
  width: 100%;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  color: #ddd;
  justify-content: flex-end;
}
.site-map ul .on a {
  color: #b7815a;
}
.site-map ul li i {
  opacity: 0;
}
.site-map ul .on i {
  opacity: 1;
}
.site-map .on .line {
  background-color: #b7815a;
}
.site-map .line {
  width: 50px;
  height: 2px;
  background-color: #ddd;
  margin-left: 10px;
}
#main {
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}
.sec {
  width: 100%;
  position: relative;
  padding: 6em 0;
}
.main-sec {
  width: 100%;
  position: relative;
}
.slick-arrow {
  cursor: pointer;
}
.slick-list, .slick-track {
  width: 100%;
  height: 100%;
}
.slick-slide {
  position: relative;
}
#main .banner {
  width: 100%;
  height: 990px;
  position: relative;
}
#main .banner div {
  width: 100%;
  height: 100%;
}
#main .banner .bn {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#main .banner .bn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#main .banner .bn01 {
  background-image: url('../img/main/main_bg1.png');
}
#main .banner .bn02 {
  background-image: url('../img/main/main_bg2.png');
}
#main .banner .bn03 {
  background-image: url('../img/main/main_bg3.png');
}
#main .banner .textBox {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@keyframes mainActive01 {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes mainActive02 {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
#main .banner .textBox h1 {
  font-family: 'Noto Sans KR';
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1.1;
  color: #25211e;
  overflow: hidden;
}
#main .banner .slick-active h1 {
  animation-name: mainActive01;
  animation-duration: 0.6s;
}
#main .banner .textBox p {
  margin: 40px 0 40px 0;
  font-family: 'Noto Sans KR';
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  opacity: 0.8;
  overflow: hidden;
}
#main .banner .slick-active .textBox p {
  animation-name: mainActive02;
  animation-duration: 0.6s;
}
#main .banner .textBox a {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  background-color: transparent;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.6s;
}
#main .banner .textBox a:hover {
  box-shadow: 0 80px 0 0 rgba(0, 0, 0, 0.25) inset, 0 -80px 0 0 rgba(0, 66, 191, 0.747) inset;
  color: #fff;
  border: 1px solid transparent;
}
#main .banner .mainArrow {
  width: auto;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
#main .banner .arrowBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
#main .banner .arrowBox li:nth-child(1) {
  margin-right: 10px;
}
#main .banner .arrowBox .bnArrow {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.6s;
}
#main .banner .arrowBox .bnArrow:hover {
  background-color: rgba(55, 47, 36, 0.5);
  border: none;
}
#main .banner .arrowBox .bnArrow i {
  font-size: 1.6em;
  color: #fff;
}
#main .banner .slides-numbers {
  width: 90px;
  margin-top: 10px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  display: inline-block;
}
#main .banner .slides-numbers .total {
  opacity: 0.8;
}
.main-title dd {
  color: #fff;
  font-size: 20px;
  opacity: 0;
}
.main-controll {
  width: 200px;
  height: 50px;
  margin-top: 50px;
  position: absolute;
  top: 55%;
  ;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-controll .slick-arrow {
  color: #fff;
  font-size: 40px;
  ;
}
.main-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 65px;
  align-items: center;
  justify-content: space-around;
}
.main-controll button {
  border: none;
  font-size: 0;
  background-color: #ddd;
  width: 23px;
  height: 8px;
  border-radius: 10px;
}
.main-controll .slick-active button {
  background-color: #fff;
}

.sec2-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.sec2 .section-tit {
  text-align: center;
}
.sec2-contents {
  width: 100%;
}
.sec2-contents ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec2-con {
  width: 33.333333%;
  height: 350px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.8s ease;
}
.sec2-con:nth-child(1) {
  background-image: url('../img/main/only1.png');
}
.sec2-con:nth-child(2) {
  background-image: url('../img/main/only2.png');
}
.sec2-con:nth-child(3) {
  background-image: url('../img/main/only3.png');
}
.sec2-con:nth-child(4) {
  background-image: url('../img/main/only4.png');
}
.sec2-con:nth-child(5) {
  background-image: url('../img/main/only5.png');
}
.sec2-con:nth-child(6) {
  background-image: url('../img/main/only6.png');
}
.sec2-con a {
  display: inline-block;
  position: relative;
}
.sec2-con:hover {
  background: rgba(207, 199, 188, 0.8);
}
.sec2-con dl {
  text-align: center;
  color: #000;
}
.sec2-con dt {
  font-size: 1.875em;
  line-height: 1.1;
  font-weight: 500;
  color: #000;
}
.cha-num2 {
  color: #b7815a;
}
.sec2-con dd {
  font-size: 1.25em;
  padding-top: 5px;
  font-weight: 300;
  opacity: 0.5;
  margin-bottom: 30px;
}
.pointFont {
  font-family: "orpheuspro", serif;
  font-size: 3.75em;
  color: #372f24;
}
.sec2-con p {
  text-align: center;
  margin-bottom: 30px;
  line-height: 110px;
}
.sec3 {
  background-color: #372f24;
}
.sec3-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.sec3 .section-tit {
  text-align: left;
  margin-bottom: 50px;
}
.sec3 .section-tit h3 {

  color: #fff;

}
.sec3 .section-tit p {
  color: #ffc600;
}
 
.sec3-inner ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec3 .line {
  position: absolute;
  bottom: 40%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #caa64b;
}
/* 리스트 */
.info-list {
  display: flex;
  margin-top: 100px;
}
.info-list li {
  width: 33.333%;
  text-align: center;
  color: #fff;
  position: relative;
  flex-direction: column
}
/* 원 포인트 */
.info-list li::before {
  content: "";
  position: absolute;
  bottom: 59%;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #4a3a2b;
}
.info-list .icon {
  height: 90px;
  margin-bottom: 100px;
}
/* 제목 */
.info-list h3 {
  margin-top: 40px;
  font-size: 2em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-list p {
  margin-top: 15px;
  font-size: 1.25em;
  color: #d0d0d0;
  line-height: 1.6;
}
@media (max-width:768px) {
  .sec3 .line {
    display: none;
  }
  .info-list {
    flex-direction: column;
    margin-top: 60px;
    position: relative;
  }
  .info-list::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #caa64b;
  }
  .info-list li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    padding-left: 40px;
    flex-direction: row;
  }
  .info-list .icon {
    left: 0;
    top: 0;
    margin: 0;
  }
  .info-list li::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #4a3a2b;
    transform: translateX(-50%);
  }
  .info-list .txt {
    margin-left: 10px;
  }
  .info-list h3 {
    margin: 0;
    height: auto;
    display: block;
  }
  .info-list p {
    margin-top: 10px;
  }
}
.sec4 {
  background-color: #f1ede7;
}
.sec4-inner {
  width: 98%;
  margin: 0 auto;
}
.sec4-inner ul li {
  overflow: hidden;
}
.sec4-inner ul img {
  margin-bottom: 50px;
  width: 100%;
  transition: transform .5s;
}
.sec4-inner ul li:hover img {
  transform: scale(1.1);
}
.sec4-inner ul li h3 {
  font-size: 2em;
  color: #372f24;
  margin-bottom: 20px;
}
.sec4-inner ul li p {
  font-size: 1.2em;
  color: #555;
}
.sec4-inner ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec4-inner .promise-list li {
  width: 33%;
}
.moreBtn {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 40px;
  margin: 100px auto;
  width: fit-content;
  border: 1px solid #787673;
  border-radius: 50px;
  font-size: 1.3em;
  color: #000;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer
}
.moreBtn::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #787673;
  transition: .4s;
  z-index: -1;
}
.moreBtn:hover::before {
  left: 0;
}
.moreBtn:hover {
  color: #fff;
}
@media (max-width:1200px) {
  .sec3-inner {
    width: 90%;
  }
    
    .sec4-inner {
    width: 90%;
  }
  .sec4-inner ul {
    flex-direction: column;
  }
  .sec4-inner ul li {
    margin-bottom: 50px;
  }
  .sec4-inner .promise-list li {
    width: 100%;
  }
    
   
}

@media (max-width:700px) {
    
   
 .info-list .icon img {width:100%;}
    .info-list .icon {width:15%;}
    .info-list .txt {width:90%}
    .info-list .txt br {display:none;}
    }
.sec5-inner {
  width: 90%;
  margin: 0 auto;
}
.doctor-section {
  width: 100%;
  background: #e9e9e9;
}
.doctor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.doctor-card {
  width: calc(25% - 10px);
  display: flex;
  justify-content: space-between;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
  height: 500px;
  margin: 5px;
  background: #ececec;
}
.doctor-card:last-child {}
.doctor-card .text {
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.doctor-card .desc {
  font-size: 1.6em;
  letter-spacing: -2px;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #333;
}
.doctor-card .text h3 {
  font-size: 1.25em;
  margin-bottom: 10px;
}
.doctor-card .text span {
  font-size: 1.125em;
  color: #777;
}
/* 이미지 */
.doctor-card .img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.doctor-card .img img {
  width: 100%;
}
/* + 버튼 */
.doctor-card .more {
  margin-top: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.doctor-card .more:hover {
  background: #000;
  color: #fff;
}
/* 리뷰 */
.sec6 {
  width: 100%;
  background-color: #282828;
  ;
}
.bg-logo {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  animation: rotateLogo 20s linear infinite;
}
@keyframes rotateLogo {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.sec6 .section-tit h3 {
  color: #fff;
}
.sec6 .section-tit p {
  color: #fff;
}
.review-title {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}
.review-title h2 {
  font-size: 3em;
  margin-bottom: 10px;
}
.review-title p {
  opacity: .8;
}
.reviewSwiper {
  width: 95%;
  margin: auto;
}
.review-card {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 50px;
  height: 300px;
  box-sizing: border-box;
}
.review-card p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 1.0em;
}
.review-card span {
  color: #777;
  font-size: .9em;
}
@media (max-width:1200px) {
  .doctor-card {
    width: calc(50% - 10px);
  }
    
    
    
}
@media (max-width:768px) {
  .doctor-card {
    width: 100%;
    height: 350px;
    padding: 20px;
  }
    
    .doctor-card .img {  top:0;}
    
    
}
@media (max-width:1400px) {
  /* sec2 */
  .sec2-con {
    width: 50%;
  }
  .sec2-inner {
    width: 90%;
  }
}
@media (max-width:768px) {
  /* banner */
  #main .banner .textBox {
    width: 90%;
  }
  #main .banner .textBox h1 {
    font-size: 2.2em;
  }
  #main .banner .textBox p {
    font-size: 1.3em;
  }
  #main .banner .slick-active .textBox p {
    1.75em;
  }
  #main .banner {
    height: 600px;
  }
  /* sec4 */
  .sec4-inner .promise-list li {
    width: 100%;
  }
  /* review */
  .reviewSwiper {
    width: 90%;
  }
}
@media (max-width:600px) {
  .sec2-con {
    width: 100%;
    height: 200px;
  }
}