@charset "UTF-8";
._mobile, ._mobile_500, ._mobile_800 {
  display: none;
}

.whyBarunmi {
  text-align: center;
  padding: 100px 0px;
}
.whyBarunmi h2 {
  color: #63b9c3;
  font-family: "GangwonEduPowerExtraBoldA";
  font-size: 30px;
}
.whyBarunmi h3 {
  margin-top: 10px;
  font-family: "S-CoreDream-5Medium";
  font-size: 16px;
  line-height: 1.2;
}
.whyBarunmi ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}
.whyBarunmi ul li {
  padding: 50px 0px;
}
.whyBarunmi ul li:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.whyBarunmi ul li h4 {
  font-size: 40px;
  font-family: "GangwonEduPowerExtraBoldA";
  color: #63b9c3;
}
.whyBarunmi ul li p {
  font-size: 18px;
  font-family: "paybooc-Bold";
  color: #ccc;
}

.whyTitle {
  color: #333333;
  font-size: 32px;
  vertical-align: baseline;
}
.whyTitle strong {
  font-size: 32px;
  line-height: 1;
}

.whyDTS ._pc {
  padding-top: 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 585px;
}
.whyDTS ._pc > div {
  padding: 10px 0;
}
.whyDTS ._pc .top {
  font-family: "GmarketSansBold";
  font-size: 35px;
  color: #63b9c3;
}
.whyDTS ._pc .mid > div {
  font-family: "GmarketSans";
  font-size: 20px;
  text-align: center;
  padding: 3px 0;
}
.whyDTS ._pc .bot {
  display: flex;
  text-align: center;
  height: 195px;
  margin-top: 50px;
  padding: 0;
}
.whyDTS ._pc .bot div {
  width: 350px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.whyDTS ._pc .bot > div:nth-child(2) {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.whyDTS ._pc .bot .head {
  font-size: 45px;
  color: #63b9c3;
  font-family: "GmarketSansBold";
}
.whyDTS ._pc .bot .tail {
  font-family: "GmarketSans";
  font-size: 24px;
  color: #CDCDCD;
}
.whyDTS ._pc .logo {
  position: absolute;
  left: 400px;
  top: 64px;
  width: 115px;
  height: 115px;
  background-image: url("../images/subPage/why/logo.png");
}

.whyDigital ._pc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url("../images/subPage/why/whyDigital_bg.jpg");
  font-family: "GmarketSans";
}
.whyDigital ._pc div {
  display: flex;
}
.whyDigital ._pc .head {
  font-size: 17px;
  color: white;
}
.whyDigital ._pc .tail {
  font-size: 30px;
  padding: 15px;
  color: white;
}
.whyDigital ._pc .tail b {
  font-size: 30px;
}
.whyDigital ._pc .box > div {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 22px;
  width: 375px;
  height: 385px;
  background-color: white;
}
.whyDigital ._pc .box > div > div {
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.whyDigital ._pc .box > div > div:first-child {
  padding: 40px 0 10px 28px;
}
.whyDigital ._pc .box > div > div > div {
  padding-bottom: 2px;
  word-spacing: -2px;
}
.whyDigital ._pc bold {
  z-index: 1;
  font-family: "GmarketSansBold";
  font-size: 24px;
}
.whyDigital ._pc light {
  z-index: 1;
  display: flex;
  align-items: center;
  font-family: "Noto Sans KR";
  font-size: 16px;
  line-height: 1.2;
  color: #838383;
}
.whyDigital ._pc medium {
  z-index: 1;
  font-family: "Noto Sans KR";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
.whyDigital ._pc .moveButton {
  z-index: 1;
  width: 123px;
  height: 34px;
  border: 1px solid #63b9c3;
  padding: 10px;
  border-radius: 20px;
  margin: 30px 0 0 28px;
}
.whyDigital ._pc .moveButton a {
  color: #63b9c3;
}
.whyDigital ._pc .boxImg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.youtube {
  height: 775px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #F7F7F7;
  display: flex;
}
.youtube > div {
  display: flex;
  flex-wrap: 1fr 1fr 1fr 1fr;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.youtube .top {
  text-decoration: underline;
  font-size: 22px;
  color: #63b9c3;
  font-family: "GmarketSans";
  margin-bottom: 5px;
}
.youtube .mid {
  font-size: 41.17px;
  font-family: "GmarketSans";
}
.youtube .bot {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.youtube .bot img {
  width: 30px;
  height: 30px;
}
.youtube .bot div {
  font-size: 22px;
  margin-left: 5px;
  color: #9FA0A0;
}
.youtube .img {
  flex: 9.3;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.youtube .img img {
  width: 100%;
  height: auto;
}
.youtube .text {
  flex: 3.7;
}
.youtube .text div {
  padding: 5px 0;
}
.youtube .spaceFirst {
  flex: 3.6;
}
.youtube .spaceLast {
  flex: 2.6;
}

.whyDevelop {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
}
.whyDevelop .box {
  display: flex;
}
.whyDevelop .box > div {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 368px;
  background-color: white;
  border: 1px solid #63b9c3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.whyDevelop .box > div img {
  width: 100%;
  border-bottom: 1px solid #63b9c3;
}
.whyDevelop .box > div > div {
  position: relative;
  color: #333333;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.whyDevelop .box > div > div:nth-child(2) {
  padding-top: 50px;
}
.whyDevelop .box > div > div > div {
  padding: 10px 0;
}
.whyDevelop .box > div > div > div > div {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Noto Sans KR";
}
.whyDevelop bold {
  z-index: 1;
  font-family: "GmarketSansBold";
  font-size: 27px;
  color: #63b9c3;
}
.whyDevelop .box .num {
  position: absolute;
  top: -35px;
  left: calc(-35px + 50%);
  display: flex;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  font-family: "GmarketSansBold";
  font-size: 27px;
  color: #63b9c3;
  align-items: center;
  justify-content: center;
  background-color: white;
}

@media (max-width: 1200px) {
  ._pc {
    display: none;
  }
  ._mobile {
    display: block;
  }
  ._500 {
    display: none !important;
  }
  .whyDTS ._pc {
    display: none;
  }
  .whyDTS ._mobile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 430px;
    padding-top: 30px;
  }
  .whyDTS ._mobile > div {
    padding: 10px 0;
  }
  .whyDTS ._mobile .top {
    position: relative;
    font-family: "GmarketSansBold";
    font-size: 30px;
    color: #63b9c3;
  }
  .whyDTS ._mobile .mid > div {
    font-family: "GmarketSans";
    font-size: 18px;
    text-align: center;
    padding: 3px 0;
  }
  .whyDTS ._mobile .bot {
    text-align: center;
  }
  .whyDTS ._mobile .bot div {
    width: 170px;
    display: flex;
    justify-content: center;
  }
  .whyDTS ._mobile .bot > div:first-child {
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
  }
  .whyDTS ._mobile .bot > div > div {
    display: flex;
    flex-direction: column;
  }
  .whyDTS ._mobile .bot > div:nth-child(1) > div:nth-child(1) {
    border-right: 1px solid #d6d6d6;
  }
  .whyDTS ._mobile .bot .head {
    padding-top: 20px;
    font-size: 22px;
    color: #63b9c3;
    font-family: "GmarketSansBold";
  }
  .whyDTS ._mobile .bot .tail {
    padding: 10px 0 20px 0;
    font-size: 18px;
    color: #CDCDCD;
  }
  .whyDTS ._mobile .bot .service {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .whyDTS ._mobile .logo {
    position: absolute;
    left: -41px;
    top: -28px;
    width: 62px;
    height: 62px;
  }
  .whyDigital ._pc {
    display: none;
  }
  .whyDigital ._mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-image: url("../images/subPage/why/mobile/whyDigital_bg_800.jpg");
    background-repeat: round;
    font-family: "GmarketSans";
  }
  .whyDigital ._mobile div {
    flex-direction: column;
  }
  .whyDigital ._mobile .head {
    font-size: 17px;
    color: white;
  }
  .whyDigital ._mobile .tail {
    font-size: 30px;
    padding: 15px;
    color: white;
    text-align: center;
    flex-direction: row;
  }
  .whyDigital ._mobile .tail b {
    font-size: 30px;
  }
  .whyDigital ._mobile .box {
    display: flex;
    align-items: center;
  }
  .whyDigital ._mobile .box > div {
    position: relative;
    display: flex;
    margin: 8px;
    width: 555px;
    height: 350px;
    background-color: white;
  }
  .whyDigital ._mobile .box > div > div {
    padding-left: 28px;
    display: flex;
    flex-direction: column;
  }
  .whyDigital ._mobile .box > div > div:first-child {
    padding: 40px 0 10px 28px;
  }
  .whyDigital ._mobile .box > div > div > div {
    padding-bottom: 2px;
    word-spacing: -2px;
  }
  .whyDigital ._mobile bold {
    z-index: 1;
    font-family: "GmarketSansBold";
    font-size: 24px;
  }
  .whyDigital ._mobile light {
    z-index: 1;
    display: flex;
    align-items: center;
    font-family: "GmarketSansLight";
    font-size: 14px;
    color: #838383;
  }
  .whyDigital ._mobile medium {
    z-index: 1;
    font-family: "GmarketSans";
    font-size: 14px;
    padding-top: 5px;
  }
  .whyDigital ._mobile .moveButton {
    z-index: 1;
    width: 123px;
    height: 34px;
    border: 1px solid #63b9c3;
    padding: 10px;
    border-radius: 20px;
    margin: 30px 0 0 28px;
  }
  .whyDigital ._mobile .moveButton a {
    color: #63b9c3;
  }
  .whyDigital ._mobile .boxImg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .whyDigital ._mobile .boxImg img {
    position: absolute;
    right: 0;
  }
  .whyDigital ._mobile .text div {
    display: flex;
    flex-direction: row;
  }
  .box {
    width: 100%;
  }
  .youtube {
    padding: 65px 0 60px 0;
    height: fit-content;
    flex-direction: column;
  }
  .youtube .spaceFirst, .youtube .spaceLast {
    flex: 0;
  }
  .youtube .text {
    display: flex;
    align-items: center;
  }
  .youtube .img {
    padding-top: 20px;
    display: flex;
    align-items: center;
  }
  .youtube .top {
    font-size: 18px;
  }
  .youtube .mid {
    font-size: 30px;
  }
  .youtube .bot img {
    width: 27px;
    height: 27px;
  }
  .youtube .img img {
    width: 414px;
    height: 235px;
  }
  .youtube .bot div {
    font-size: 16px;
  }
  .whyDevelop {
    height: fit-content;
  }
  .whyDevelop ._mobile_500 {
    display: none;
  }
  .whyDevelop ._mobile_800 {
    display: block;
  }
  .whyDevelop .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 75px;
  }
  .whyDevelop .box > div {
    margin-bottom: 20px;
    width: 556px;
  }
  .whyDevelop .box > div div div {
    padding: 0;
    font-size: 16px;
  }
  .whyDevelop .box > div > div:nth-child(2) {
    padding-top: 30px;
  }
  .whyDevelop .box .num {
    width: 59px;
    height: 59px;
    font-size: 20px;
  }
  .whyDevelop bold {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .whyDigital ._mobile .tail {
    flex-direction: column;
  }
  .whyDigital ._mobile .box {
    padding: 20px 0;
  }
  .whyDevelop .box {
    margin: 0;
  }
  .whyDigital ._mobile .box > div {
    width: 374px;
    height: 350px;
  }
  .whyDigital ._mobile .boxImg img {
    width: 100%;
  }
  .whyDigital ._mobile .boxImg._800 {
    display: none;
  }
  .whyDigital ._mobile .boxImg._500 {
    display: block !important;
  }
  .whyDevelop ._mobile_500 {
    display: block;
  }
  .whyDevelop ._mobile_800 {
    display: none;
  }
  .whyDevelop .box > div {
    width: 85%;
    height: auto;
  }
  .youtube .img img {
    width: 100%;
  }
  .whyDevelop .box > div > div:nth-child(2) {
    padding-top: 8vw;
    height: 42vw;
  }
  .whyDevelop .box > div div div {
    font-size: 12px;
  }
}
/* -------------------- mediStaff --------------------*/
/*폰트 옵션*/
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs30 {
  font-size: 30px;
}
.fs34 {
  font-size: 34px;
}
.fs38 {
  font-size: 38px;
}
.fs40 {
  font-size: 40px;
}
.fs44 {
  font-size: 44px;
}

/*font color*/
.fcBlack {
  color: black;
}
.fcBrand {
  color: #48c8d8;
}
.fc146 {
  color: rgb(146, 146, 146);
}

/*line-height*/
.lh12 {
  line-height: 1.2;
}
.lh12 {
  line-height: 1.3;
}
.lh14 {
  line-height: 1.4;
}

/*font-weight*/
.bold {
  font-weight: bold;
}
.bolder {
  font-family: "GmarketSansBold";
}

.light {
  font-weight: light;
}

.ls10 {
  letter-spacing: 10px;
}

* {
  font-family: "GmarketSans";
}

p {
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

.mo {
  display: none;
}

.StaffIntro {
  text-align: center;
  padding: 80px 0 60px 0;
}

.StaffIntro div:nth-child(1) {
  padding-bottom: 30px;
}

.StaffIntro div:nth-child(2) {
  padding-bottom: 15px;
}

.StaffIntro div:nth-child(3) {
  padding-bottom: 30px;
}

.StaffIntro div:nth-child(4) {
  padding-bottom: 35px;
}

.StaffIntro div:nth-child(5) {
  padding-bottom: 60px;
}

.StaffPromise > div {
  background: rgb(247, 247, 247);
  display: grid;
  grid-template-columns: 1.5fr 0.5fr 4fr 1fr;
  padding: 30px 0;
  border-radius: 10px;
  margin-bottom: 35px;
}

.StaffPromise > div > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.StaffPromise > div > div:nth-child(3) {
  padding-left: 40px;
}

.StaffPromise > div > div:nth-child(3) p,
strong {
  line-height: 1.3;
}

.staffSignature {
  padding: 30px 0 100px 0;
  text-align: center;
}

.staffSignature > :nth-child(1) {
  padding-bottom: 80px;
}

.staffSignature div:last-child p {
  vertical-align: bottom;
}

.staffSignature .sign {
  font-family: "Nanum Brush Script";
  font-size: 44px;
  padding-left: 10px;
  line-height: -2;
}

.chiefIntro {
  padding-top: 120px;
  background-color: rgb(249, 249, 249);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.chiefIntro .chiefTitle {
  padding-bottom: 120px;
  text-align: center;
}

.chiefIntro .chiefTitle div:first-child {
  padding-bottom: 20px;
}

.chiefIntro .chiefImg img {
  width: 600px;
  height: 100%;
  object-fit: cover;
}

.chiefIntro .chiefHistory {
  padding-left: 140px;
}

.chiefIntro .flexRow {
  display: flex;
}

.chiefIntro .flexRow div:nth-child(1) {
  flex: 1;
}

.chiefIntro .flexRow > div:nth-child(2) {
  letter-spacing: 1.2px;
  flex: 1;
}

.chiefIntro ul li {
  display: list-item;
  text-align: start;
}

.chiefIntro ul li img {
  padding-right: 10px;
}

.chiefIntro ul li:not(:nth-child(1), :last-child) {
  font-family: "GmarketSansBoldLight";
  font-size: 24px;
  padding-bottom: 15px;
}

.chiefIntro ul li:last-child {
  font-family: "GmarketSansBoldLight";
  font-weight: 200;
  font-size: 24px;
  padding-bottom: 40px;
}

.chiefIntro ul li:nth-child(1) {
  padding-bottom: 25px;
}

.chiefIntro .chiefHistory > div:nth-child(1) {
  padding-bottom: 55px;
}

.chiefIntro .chiefHistory div:nth-child(1) p:nth-child(2) {
  padding-left: 20px;
  vertical-align: bottom;
  font-family: "Noto Sans KR";
}

.chiefIntro .chiefHistory div:nth-child(1) > div:first-child {
  padding-bottom: 20px;
}

.chiefIntro .viewThesis {
  padding-bottom: 70px;
}

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

.list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
}
.list li img {
  max-width: 100%;
}

.list.t2 {
  display: none;
}

.list.t3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0px;
}

@media (max-width: 1000px) {
  .list {
    grid-template-columns: 1fr 1fr;
    padding: 15px 0px 0px 0px;
  }
  .list li img {
    width: 100%;
  }
  .list.t2 {
    display: flex;
    padding: 0px;
  }
  .list.t3 {
    display: none;
  }
}
@media (max-width: 500px) {
  .list {
    grid-template-columns: 1fr 1fr;
  }
}
.overray {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.overray .popList {
  position: absolute;
  width: 50vw;
  height: 50vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 20px;
  padding: 20px;
}

.overray .popClose {
  position: relative;
  background-color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 25%;
  left: 75%;
  transform: translate(-50%, -50%);
  border: 1px solid gainsboro;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  font-weight: bolder;
  z-index: 999999;
}

.popList::-webkit-scrollbar {
  width: 5px; /* 스크롤바의 너비 */
}

.popList::-webkit-scrollbar-thumb {
  height: 30%; /* 스크롤바의 길이 */
  background: #63b9c3; /* 스크롤바의 색상 */
  border-radius: 10px;
}

.popList::-webkit-scrollbar-track {
  background: rgb(229, 229, 229); /*스크롤바 뒷 배경 색상*/
}

.overray .popList {
  overflow-y: scroll;
}
.overray .popList h4 {
  font-size: 27px;
  color: #63b9c3;
  font-family: "GmarketSansBold";
  padding-bottom: 10px;
  border-bottom: 2px solid #91ced5;
}
.overray .popList p {
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.chiefCert {
  background-color: rgb(245, 245, 245);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.chiefCert .sampleDiv {
  border: 1px solid black;
  height: 250px;
}

.chiefCert .slide {
  padding: 90px 30px;
}

.chiefCert .certList div {
  height: 400px;
  background: white;
  border: 1px solid rgb(194, 194, 194);
}

@media only screen and (max-width: 1200px) {
  .chiefIntro .chiefImg {
    text-align: center;
    padding-bottom: 40px;
  }
  .chiefIntro .chiefImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .chiefIntro .chiefHistory {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  /*폰트 옵션*/
  .fs24 {
    font-size: 18px;
  }
  .fs26 {
    font-size: 18px;
  }
  .fs30 {
    font-size: 18px;
  }
  .fs34 {
    font-size: 20px;
  }
  .fs38 {
    font-size: 20px;
  }
  .fs40 {
    font-size: 40px;
  }
  .fs44 {
    font-size: 24px;
  }
  .mo {
    display: block;
  }
  .pc {
    display: none;
  }
  .StaffPromise > div {
    background: rgb(247, 247, 247);
    display: flex;
    flex-direction: column;
    padding: 45px 0;
    border-radius: 10px;
    margin-bottom: 35px;
  }
  .StaffPromise > div > div:nth-child(3) {
    padding-left: 40px;
    padding-right: 40px;
  }
  .chiefIntro {
    padding-top: 45px;
    background-color: rgb(249, 249, 249);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .chiefIntro .chiefTitle {
    padding-bottom: 40px;
    text-align: center;
  }
  .chiefIntro .chiefTitle div:first-child {
    padding-bottom: 10px;
  }
  .chiefIntro .flexRow {
    display: flex;
    flex-direction: column;
  }
  .staffSignature {
    padding: 20px 0 50px 0;
    text-align: center;
  }
  .staffSignature div:nth-child(1) p {
    line-height: 1.5;
  }
  .StaffPromise > div > div:nth-child(3) {
    text-align: center;
  }
  .StaffPromise > div > .num {
    padding-bottom: 20px;
  }
  .chiefIntro .chiefImg img {
    width: 40%;
    height: 100%;
    object-fit: cover;
  }
  .chiefIntro ul li:not(:nth-child(1), :last-child) {
    font-family: "GmarketSansBoldLight";
    font-size: 12px;
    padding-bottom: 8px;
  }
  .chiefIntro ul li:last-child {
    font-family: "GmarketSansBoldLight";
    font-weight: 200;
    font-size: 12px;
    padding-bottom: 40px;
  }
  .overray .popList {
    width: 90%;
    overflow-y: scroll;
  }
  .overray .popList h4 {
    font-size: 18px;
    color: #63b9c3;
    font-family: "GmarketSansBold";
    padding-bottom: 10px;
    border-bottom: 2px solid #91ced5;
  }
  .overray .popList p {
    padding-top: 20px;
    font-size: 12px;
    line-height: 1.2;
  }
  .overray .popClose {
    left: 93%;
  }
}
@media screen and (max-width: 500px) {
  .chiefIntro .chiefImg img {
    width: 40%;
    height: 100%;
    object-fit: cover;
  }
  .chiefCert .slide {
    padding: 40px 20px;
  }
}
/* -------------------- laboratory --------------------*/
.laboList > div {
  padding-bottom: 80px;
}

.laboList .sleep {
  background: url("../images/subPage/introduction/labo/1.수면다원검사.jpg");
}

.laboList .wave {
  background: url("../images/subPage/introduction/labo/2.초음파검사.jpg");
}

.laboList .hear {
  background: url("../images/subPage/introduction/labo/3_hearingAbility.jpg");
}

.laboList .dizziness {
  background: url("../images/subPage/introduction/labo/4_dizziness.jpg");
}

.laboList .CT {
  background: url("../images/subPage/introduction/labo/5_CT.jpg");
}

.laboList .allergy {
  background: url("../images/subPage/introduction/labo/6_allergy.jpg");
}

.laboList .smell {
  background: url("../images/subPage/introduction/labo/7_smell.jpg");
}

.laboList .backgroundBox {
  height: 410px;
  background-position: center;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.laboList .laboDescription::-webkit-scrollbar {
  width: 8px;
}

.laboList .laboDescription::-webkit-scrollbar-thumb {
  height: 30%;
  background: #63b9c3;
  border-radius: 10px;
}

.laboList .laboDescription::-webkit-scrollbar-track {
  background: #e5e5e5;
}

.laboList .laboDescription {
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}

.laboList .laboDescription h2 {
  font-size: 40px;
  font-family: "GmarketSansBold";
  padding: 35px 0;
}

.laboList .laboDescription p {
  font-weight: 300;
  word-break: keep-all;
  padding-right: 10px;
}

.laboList .laboDescription p, .laboList .laboDescription strong {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 24px;
  vertical-align: center;
  line-height: 1.3;
}

.laboList .laboCheckList {
  padding: 30px 0;
  display: flex;
  background-color: #fafafa;
  justify-content: space-evenly;
}

.laboList .laboCheckList p {
  font-size: 24px;
}

.laboList .laboCheckList div {
  display: flex;
  align-items: center;
}

.laboList .laboCheckList img {
  padding-right: 10px;
}

div.wrap > div:nth-child(1) {
  position: relative;
}

.tool {
  margin: 144px 0;
  display: flex;
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 40%;
  --swiper-scrollbar-bg-color: rgb(184, 183, 183);
  --swiper-scrollbar-drag-bg-color: #63b9c3;
  --swiper-scrollbar-size: 1px;
}

.tool .swiper {
  position: static;
}

.tool .swiper .swiper-scrollbar {
  top: 370px;
  left: -1px;
}

.tool .swiper .swiper-scrollbar-drag {
  top: -7px;
  width: 15px !important;
  height: 15px;
}

.tool .head div {
  width: 385px;
  height: 530px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tool .head div div {
  padding-top: 15px;
  height: fit-content;
}

.tool .head div > .title {
  font-size: 50px;
  font-family: "GmarketSansBold";
}

.tool .head div > .sub {
  font-size: 25px;
  font-family: "GmarketSans";
}

.tool .sampleDiv {
  width: 290px;
  height: 530px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.tool .sampleDiv.on div {
  color: #fff;
}

.tool .sampleDiv div {
  z-index: 3;
  text-shadow: 1px 0 rgba(122, 122, 122, 0.8823529412), 0 1px rgba(122, 122, 122, 0.8823529412), 1px 0 rgba(122, 122, 122, 0.8823529412), 0 -1px rgba(122, 122, 122, 0.8823529412);
  font-family: "GmarketSansBold";
  font-size: 50px;
  text-align: center;
}

.tool .sampleDiv .dot {
  position: absolute;
  bottom: 140px;
  font-size: 18px;
  text-shadow: 0;
  z-index: 0;
  color: #63b9c3;
}

.tool .slide {
  background-position: left;
  background-repeat: repeat-x;
  background-image: url("../images/subPage/why/backLogo.png");
}

.tool .slide .swiper-button-next, .tool .slide .swiper-button-prev {
  display: none;
}

.tool .swiper-slide {
  width: 290px !important;
  margin-right: 65px !important;
}

.tool .sampleDiv img {
  position: absolute;
}

.tool .sampleDiv .button {
  bottom: 30px;
  position: absolute;
}

.tool .sampleDiv .button a {
  font-size: 20px;
  font-family: "GmarketSans";
  color: #fff;
}

.tool .head ._mobile {
  display: none;
}

.tool .sampleDiv .ref {
  position: absolute;
  bottom: 35px;
  font-size: 20px;
  color: #fff;
}

.tool .sampleDiv .ref:hover {
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .tool {
    width: 100%;
    margin: 0;
    display: block;
    padding: 0 100px 280px 100px;
    --swiper-scrollbar-sides-offset: 27%;
  }
  .tool .head {
    padding: 180px 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .tool .head div {
    height: 90px;
    align-items: center;
  }
  .tool .sampleDiv {
    width: 100%;
    height: 251px;
  }
  .tool .sampleDiv div {
    font-size: 23.72px;
  }
  .tool .sampleDiv img {
    width: 100%;
    position: absolute;
    height: 100%;
  }
  .tool .swiper-slide {
    width: 31% !important;
    margin-right: 20px !important;
  }
  .tool .sampleDiv .dot {
    bottom: 65px;
    font-size: 10px;
  }
  .tool .swiper .swiper-scrollbar {
    top: 820px;
    left: 240px;
  }
  .tool .head ._pc {
    display: none;
  }
  .tool .head ._mobile {
    display: flex;
  }
  .tool .sampleDiv .ref {
    font-size: 16px;
  }
  .laboList > div {
    width: 90%;
    padding-bottom: 60px;
    margin: 0 auto;
  }
  .laboList .backgroundBox {
    height: 250px;
  }
  .laboList .laboDescription {
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
  }
  .laboList .laboDescription h2 {
    font-size: 20px;
    font-family: "GmarketSansBold";
    padding: 20px 0 15px 0;
  }
  .laboList .laboDescription p {
    font-weight: 300;
    word-break: keep-all;
    padding-right: 10px;
  }
  .laboList .laboDescription p, .laboList .laboDescription strong {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    vertical-align: center;
    line-height: 1.3;
  }
  .laboList .laboCheckList {
    padding: 15px 0;
    display: flex;
    background-color: #fafafa;
    justify-content: space-evenly;
  }
  .laboList .laboCheckList p {
    font-size: 15px;
  }
  .laboList .laboCheckList div {
    display: flex;
    align-items: center;
  }
  .laboList .laboCheckList img {
    padding-right: 5px;
    height: 15px;
    object-fit: cover;
  }
}
@media screen and (max-width: 800px) {
  .tool {
    padding: 5% 5% 30% 5%;
  }
  .tool .head {
    padding: 30px 0;
  }
  .tool .head div > .title {
    font-size: 24px;
  }
  .tool .head div > .sub {
    font-size: 16px;
  }
  .tool .swiper .swiper-scrollbar {
    top: 80%;
    left: 28%;
  }
  .laboList > div {
    width: 90%;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .laboList .backgroundBox {
    height: 155px;
  }
  .laboList .laboDescription {
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
  }
  .laboList .laboDescription h2 {
    font-size: 16px;
    font-family: "GmarketSansBold";
    padding: 20px 0 15px 0;
  }
  .laboList .laboDescription p {
    font-weight: 300;
    word-break: keep-all;
    padding-right: 10px;
  }
  .laboList .laboDescription p, .laboList .laboDescription strong {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 12px;
    vertical-align: center;
    line-height: 1.3;
  }
  .laboList .laboCheckList {
    padding: 15px 0;
    display: flex;
    background-color: #fafafa;
    justify-content: space-evenly;
  }
  .laboList .laboCheckList p {
    font-size: 11px;
  }
  .laboList .laboCheckList div {
    display: flex;
    align-items: center;
  }
  .laboList .laboCheckList img {
    padding-right: 5px;
    height: 15px;
    object-fit: cover;
  }
}
@media screen and (max-width: 500px) {
  .tool {
    --swiper-scrollbar-sides-offset: 20%;
    padding: 5% 10px 30% 10px;
  }
  .tool .head {
    padding: 10px;
  }
  .tool .head div > .title {
    font-size: 24px;
  }
  .tool .head div > .sub {
    font-size: 16px;
  }
  .tool .sampleDiv {
    height: 185px;
  }
  .tool .sampleDiv div {
    font-size: 16px;
  }
  .tool .sampleDiv .dot {
    bottom: 45px;
    font-size: 10px;
  }
  .tool .sampleDiv .ref {
    bottom: 20px;
    font-size: 14px;
  }
  .tool .swiper-slide {
    margin-right: 5px !important;
  }
  .tool .swiper .swiper-scrollbar {
    top: 85%;
    left: 18%;
  }
  .laboList > div {
    width: 95%;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .laboList .backgroundBox {
    height: 155px;
    grid-template-columns: 1fr 1fr;
  }
  .laboList .laboDescription::-webkit-scrollbar {
    width: 3px;
  }
  .laboList .laboDescription::-webkit-scrollbar-thumb {
    height: 30%;
    background: #63b9c3;
    border-radius: 10px;
  }
  .laboList .laboDescription::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .laboList .laboDescription {
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
  }
  .laboList .laboDescription h2 {
    font-size: 14px;
    font-family: "GmarketSansBold";
    padding: 20px 0 15px 0;
  }
  .laboList .laboDescription p {
    font-weight: 300;
    word-break: keep-all;
    padding-right: 10px;
  }
  .laboList .laboDescription p, .laboList .laboDescription strong {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 12px;
    vertical-align: center;
    line-height: 1.3;
  }
  .laboList .laboCheckList {
    padding: 15px 0;
    display: flex;
    background-color: #fafafa;
    justify-content: space-evenly;
  }
  .laboList .laboCheckList p {
    font-size: 8px;
  }
  .laboList .laboCheckList div {
    display: flex;
    align-items: center;
  }
  .laboList .laboCheckList img {
    padding-right: 0px;
    height: 10px;
    object-fit: cover;
  }
}