@charset "utf-8";

/* intro */
.intro {
  background-image: url(../img/int_doc.jpg);
}

.int-profile h2 {
  color: #525a95;
}

.int-profile {
  display: flex;
  gap: 18rem;
}

.int-profile .career {
  width: 100%;
  margin-top: 3rem;
}

.int-profile .career .title.l {
  margin-bottom: 5rem;
}

.int-profile .career b {
  color: #8e96d3;
  font-size: 18px;
  font-weight: 500;
}

.int-profile .career li {
  font-size: 18px;
  color: #555555;
  letter-spacing: -0.025rem;
  line-height: 3rem;
  font-weight: 300;
}

.int-profile .career .ul {
  display: flex;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.ul-1 {
  width: 273px;
  height: 145px;
}

.ul-2 {
  width: 224px;
  height: 116px;
  margin-left: auto;
}

.int-profile > div:first-child img {
  border-radius: 6px;
  object-fit: cover;
  width: 50rem;
  height: 68rem;
}

.career {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.career hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1.6rem 0;
}

.int-profile li {
  position: relative;
  list-style: none;
  padding-left: 12px;
}

.career li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #333333;
  border-radius: 50%;
}

.doctor {
  background: #333;
}

/* 반복 소제목 */
.doctor .doctor_tit::before {
  content: "";
  width: 0.8rem;
  height: 1.6rem;
  background: var(--main);
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.doctor .doctor_tit {
  position: relative;
  color: var(--pale-main);
  padding-left: 2.6rem;
  margin: 8rem 0 2rem;
}

/* .doctor 파트2 */
.doctor .academic .doctor_tit {
  margin-top: 0;
}
.doctor .academic .academic_list {
  position: relative;
  cursor: pointer;
  overflow: visible;
}
.doctor .academic .academic_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100vw;
  height: 100%;
  background: #333;
  z-index: 2;
}
.doctor .academic .academic_list .swiper-slide.st1 {
  width: 56rem;
}
.doctor .academic .academic_list .swiper-slide.st2 {
  width: 36rem;
}
.doctor .academic .academic_list .swiper-slide .img_box {
  width: 100%;
  height: 20rem;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.doctor .academic .academic_list .swiper-slide .img_box img {
  flex: 1;
  height: 100%;
  object-fit: cover;
}
.doctor .academic .academic_list .swiper-slide h6 {
  color: #d9d9d9;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.01em;
  margin-top: 10px;
}

/* .doctor 파트3 */
.doctor .sice img {
  width: 101.5%;
  object-fit: cover;
}

/* .doctor 파트4 */
.doctor .thesis {
  margin-top: 8rem;
}
.doctor .thesis .img_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.doctor .thesis .img_box img {
  width: calc(20% - 1.6rem);
}

.sub_ul {
  margin-bottom: 4rem;
}

.visual_section {
  position: relative;
  height: auto;
  background-color: #333;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.visual_section .wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.visual_section .r_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../img/sub_tre.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.no-break {
  white-space: nowrap;
}

.sub_story {
  width: 100px;
  display: flex;
  justify-content: flex-start;
}

.story_box {
  color: #fff;
  max-width: 430px;
  z-index: 2;
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.story_box p {
  color: #d9d9d9;
}

.story_box p + p {
  margin-top: 2rem;
}

.story_box h2,
.story_box p {
  font-weight: 200;
}

.story_box h2 {
  margin-bottom: 5rem;
}

.story_box img {
  width: 102px;
  height: 94px;
  margin-top: 5rem;
}

.phi {
  height: 616px;
  position: relative;
}

.phi img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.phi h2 {
  font-size: 34px;
  line-height: 165%;
  color: #fff;
  font-weight: 200;
  width: 100%;
}

.phi span {
  color: #8e96d3;
}

.phi .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
}

.phi .title.l {
  margin: 0;
}

section.spe {
  padding-top: 20rem;
  padding-bottom: 10rem;
}

.spe .title {
  margin-bottom: 3rem;
}

.spe01 {
  min-height: 75rem;
  display: flex;
  overflow: hidden;
  position: relative;
}

.spe01 .img_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  border-radius: 20px 0px 0px 20px;
  background-image: url("../img/spe1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.spe01 .wrap {
  display: flex;
  flex-direction: column;
}

.spe01 .title {
  margin-bottom: 5rem;
}

.spe p {
  text-align: center;
}

section.spe02 {
  width: 100%;
  height: 970px;
  padding: 14rem 0;
  position: relative;
}

.spe02 .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spe02 {
  background-image: url(../img/spe2.jpg);
  background-size: 105%;
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.spe02 .title h5 {
  color: #d9d9d9;
}

.spe02 .title h2 {
  color: #fff;
}

.spe02 .textgroup {
  width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 222px 378px 222px;
  grid-template-rows: 96px 96px;
  column-gap: 146px;
  row-gap: 70px;
  justify-content: center;
}

.spe02 .textbox {
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: transparent; /* 필요 시 배경색 */
}

.spe02 .textbox:nth-child(2),
.spe02 .textbox:nth-child(5) {
  width: 378px;
}

.spe02 .textbox:nth-child(1),
.spe02 .textbox:nth-child(3),
.spe02 .textbox:nth-child(4),
.spe02 .textbox:nth-child(6) {
  width: 222px;
}

.spe02 p {
  color: #d9d9d9;
}

.spe02 b {
  font-size: 20px;
  color: #d9d9d9;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.spe02 span {
  color: #8e96d3;
}

.spe02 .title {
  margin-bottom: 8rem;
}

.machine p {
  margin-top: 3rem;
}

section.machine {
  padding: 0;
  margin-bottom: 10rem;
  text-align: center;
}

section.machine img {
  width: 100%;
  height: auto;
}

.ms02 {
  display: none;
}
