html,
body {
  position: relative;
  height: 100%;
  font-size: 62.5%;
  word-break: keep-all;
}
body {
  background: #eee;
  font-family: "Noto sans KR", sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
ul,
li {
  text-decoration: none;
  list-style: none;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 1.8rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: bo;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  visibility: hidden;
}
.swiper-slide-active {
  visibility: visible;
}

.swiper-wrapper .btn-close {
  position: fixed;
  top: 60px;
  left: calc(50% + 700px);
  z-index: 2;
  background: none;
  cursor: pointer;
  font: inherit;
  border: none;
}
.swiper-wrapper .btn-close img {
  width: 3.6rem;
  max-width: 100%;
}

.swiper-wrapper .gridwrap {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  justify-content: center;
  justify-items: stretch;
  align-content: center;
}
.swiper-wrapper .gridwrap .L-box {
  width: 100%;
  /* margin:1rem 0 0 20rem; */
  margin: 1rem 0 0 min(20rem, max(2rem, 10vw));
}
.swiper-wrapper .gridwrap .R-box {
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gridwrap .R-box .imgbox {
  max-width: 100%;
}
.gridwrap .R-box .imgbox img {
  width: 50%;
  height: auto;
  vertical-align: bottom;
}

/* 섹션1 */
.color-1 {
  background: url(./img/dr-detail-fm011.jpg) top / cover, no-repeat;
}
.color-1 .gridwrap .L-box .namebox {
  width: 100%;
  text-align: left;
}
.namebox .s-name {
  font-size: 2.5rem;
  color: #454545;
  line-height: 0;
}
.namebox .b-name {
  font-size: 6rem;
  color: #000;
  line-height: 0;
}
.gridwrap .L-box div {
  font-size: 1.4rem;
  text-align: left;
}

.color-1 .grid-time-table {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1rem;
  justify-items: start;
  align-items: center;
  justify-content: start;
}
.color-1 .grid-time-table th,
td {
  padding: 1rem 2rem;
  text-align: center;
}
.detail_first_tr {
  background-color: #ffce00;
}
.y-border {
  background-color: #ffce00;
  border-radius: 10px;
  padding: 0.5rem 2rem;
  font-weight: 600;
}
.y-border.mb {
  margin-bottom: 25px;
}
.y-border-middle {
  background-color: #ffce00;
  border-radius: 10px;
  padding: 0.5rem 2rem;
  font-weight: 600;
  margin-top: -107%;
}
.color-1 .grid-time-table .rez {
  text-align: left;
  border: 1px solid #ffce00;
  border-radius: 10px;
  width: 30%;
  min-width: 150px;
  display: flex;
  justify-content: center;
}
.color-1 .grid-time-table .rez a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  width: 50%;
  text-align: center;
  padding: 0.5rem;
  position: relative;
  z-index: 110;
  border-radius: 10px 0 0 10px;
}
.color-1 .grid-time-table .rez a:hover {
  color: #fff;
  background-color: #ffce00;
}
.color-1 .grid-time-table .rez a:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
}
.textblue {
  color: #0000ff;
  font-weight: 500;
  padding: 1rem 2px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.75px;
}
.detail2_table table {
  border: 1px solid #ffce00;
}
.detail2_first_tr {
  background-color: #ffce00;
}

.color-1 .i-text {
  padding-top: 2.4rem;
}
.calli_img {
  max-width: 100%;
  margin-left: -25%;
}
ul.ANul {
  font-size: clamp(1.6rem, calc(1.371rem + 0.357vw), 1.8rem);
}
/*섹션2*/
.color-2 {
  background: url(./img/dr-detail-fm011-1.jpg) top/cover no-repeat;
}
.color-2 .gridwrap .L-box {
  width: 100%;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
.color-2 .gridwrap .L-box .cvbox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.color-2 .gridwrap .L-box .cv-title {
  background-color: #ffce00;
  padding: 0.5rem 3rem;
  border-radius: 10px;
  font-weight: 600;
  width: 5vw;
  text-align: center;
  letter-spacing: -0.75px;
}
.os5_paper {
  width: 80%;
  height: 400px;
  overflow-y: scroll;
}
.os5_paper::-webkit-scrollbar {
  width: 8px;
  border-radius: 3px;
  background-color: #fff;
}
.os5_paper::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #bbbaba;
}
.color-2 .gridwrap .R-box .imgbox img {
  width: 61%;
  height: auto;

  /* width: 84%;
height: auto;
margin-left: -10rem; */
}

.color-3 {
  background: url(./img/dr-detail-bg.jpg) no-repeat;
}

.cvbox > ul > li {
  display: flex;
  align-items: baseline;
  column-gap: 5px;
  text-wrap-style: stable;
}
.cvbox > ul > li p {
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .color-1.FM {
    background: url(./img/dr-detail-fm011.jpg) top/contain no-repeat;
  }
  .color-1 {
    /* position: static;
      height:360px;
      background-position: 89% 0%; */
    background: url(./img/dr-detail-bg-os1-10-1.png) top/contain no-repeat;
    visibility: visible;
  }
  .swiper-wrapper .gridwrap {
    width: 100%;
    display: flex;
    /* grid-template-columns: 100%; */
    flex-direction: column;
    visibility: visible;
  }
  .swiper-wrapper .gridwrap .L-box {
    width: 90%;
    margin: 35vw 0 0 3vw;
  }
  .namebox .s-name {
    font-size: 1.8rem;
  }
  .namebox .b-name {
    font-size: 4rem;
  }
  .i-text > img {
    width: 90%;
    margin: 0 auto;
  }
  .color-1 .grid-time-table {
    grid-template-columns: auto;
  }
  .y-border-middle {
    margin-top: 0;
  }
  .color-1 .grid-time-table th,
  td {
    padding: 1rem 1rem;
  }
  .color-2 {
    background: none;
  }
  .color-2 .gridwrap .L-box .cvbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .color-2 .gridwrap .L-box .cv-title {
    width: 29vw;
    padding: 0.6rem 2rem;
    max-width: 145px;
  }

  .y-border.mb {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .overXScroll {
    width: 100%;
    overflow-x: scroll;
  }
  .overXScroll table {
    box-sizing: content-box;
    min-width: 440px;
  }
}
