#main {
  font-size: 16px;
}
#main section {
  position: relative;
}
#main p {
  line-height: 1.8;
}
#main .section__visual {
  height: 1080px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#main .section__visual .section__title {
  opacity: 0;
}
#main .section__visual h2 svg {
  width: 105px;
  fill: #fff;
}
#main .section__visual h2 svg .st0 {
  fill: #fff;
}
#main .section__visual h3 {
  padding-top: 15px;
  font-size: 40px;
  line-height: 1.2;
}
#main .section__visual .visual__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .section__visual .visual__mouse {
  position: absolute;
  bottom: 70px;
  left: 50%;
  translate: -50% 0;
  width: 38px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 30px;
}
#main .section__visual .visual__mouse .mouse__wheel {
  position: absolute;
  top: 5px;
  left: calc(50% - 5px);
  width: 10px;
  height: 17px;
  border-radius: 10px;
  background: #fff;
  animation: mouse_wheel 3s ease infinite;
}
#main .section__visual .visual__mouse::after {
  content: "SCROLL DOWN";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 8px;
  font-size: 10px;
  color: #fff;
  white-space: nowrap;
}
#main .section__point {
  padding-bottom: 115px;
}
#main .section__point .section__title {
  padding: 100px 0 40px;
}
#main .section__point .section__title p {
  padding: 2px 26px 0 14px;
}
#main .section__point ul li {
  position: relative;
}
#main .section__point ul li .--absol {
  position: absolute;
  left: 25px;
  top: 46px;
}
#main .section__point ul li .--absol .--num {
  font-size: 18px;
}
#main .section__point ul li .--absol .--tit {
  padding: 11px 0 14px;
  font-size: 25px;
  line-height: 1.2;
}
#main .section__point ul li:nth-of-type(1) {
  color: #3e4364;
}
#main .section__point ul li:nth-of-type(2) {
  color: #231c18;
}
#main .section__point ul li:nth-of-type(3) {
  color: #753e2f;
}
#main .section__point ul li:nth-of-type(4) {
  color: #494230;
}
#main .section__point .circle__symbol {
  left: calc(50% + 636px);
  top: 64px;
}
#main .section__doctors {
  padding-bottom: 86px;
  background: url(/img/main/doctors/bg.jpg) center no-repeat;
}
#main .section__doctors .section__title {
  padding: 100px 0 90px;
}
#main .section__doctors > ul {
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
#main .section__doctors > ul li {
  flex: 1;
  width: 100%;
  max-width: 265px;
}
#main .section__doctors > ul li .--pic {
  position: relative;
  overflow: hidden;
  aspect-ratio: 265/340;
}
#main .section__doctors > ul li .--pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .section__doctors > ul li .--pic .--box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
}
#main .section__doctors > ul li .--pic .--box strong {
  width: fit-content;
  padding: 1px 31px 3px;
  margin: 0 auto 14px;
  font-size: 20px;
  border-radius: 10em;
  background: var(--theme-color);
}
#main .section__doctors > ul li .--pic .--box li {
  line-height: 1.8;
}
#main .section__doctors > ul li .--pic:hover .--box {
  opacity: 1;
}
#main .section__doctors > ul li:nth-of-type(1) .--pic {
  border-top-left-radius: 200px;
}
#main .section__doctors > ul li:nth-of-type(1) .--pic .--box strong {
  border-radius: 0;
  border-top-left-radius: 200px;
}
#main .section__doctors > ul li:nth-of-type(2) .--pic {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}
#main .section__doctors > ul li:nth-of-type(4) .--pic {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}
#main .section__doctors > ul li:nth-of-type(3) .--pic {
  border-bottom-right-radius: 200px;
}
#main .section__doctors > ul li:nth-of-type(3) .--pic .--box strong {
  border-radius: 0;
  border-bottom-right-radius: 200px;
}
#main .section__doctors > ul li .--txt {
  padding: 20px 8px 0;
}
#main .section__doctors > ul li .--txt .--kr {
  padding: 1px 0 9px;
  font-size: 22px;
  line-height: 1;
}
#main .section__doctors > ul li .--txt .--kr span {
  font-size: 16px;
  font-weight: 700;
  color: #919191;
}
#main .section__doctors .circle__symbol {
  left: calc(50% - 645px);
  top: 180px;
}
#main .section__yt {
  width: 96%;
  max-width: 1800px;
  padding: 90px 0 105px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#main .section__theater {
  height: 800px;
  background: url(/img/main/theater/bg.jpg) center no-repeat;
}
#main .section__theater .section__title {
  position: absolute;
  left: calc(50% + 250px);
  top: 50%;
  translate: 0 -50%;
}
#main .section__theater .section__title h2 {
  font-size: 80px;
  line-height: 1;
  display: flex;
  flex-direction: column;
}
#main .section__theater .section__title h2 span:nth-of-type(1) {
  margin-left: -178px;
  color: #3f393a;
}
#main .section__theater .section__title h2 span:nth-of-type(2) {
  margin-left: -60px;
}
#main .section__theater .section__title h3 {
  padding: 13px 0 20px;
  font-size: 35px;
  line-height: 1.2;
}

@keyframes mouse_wheel {
  0% {
    top: 5px;
    opacity: 1;
  }
  80% {
    top: 32px;
    opacity: 1;
  }
  100% {
    top: 32px;
    opacity: 0;
  }
}/*# sourceMappingURL=main.min.css.map */