.custom-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
  width: 520px;
}

html.hide-popup .custom-popup {
  display: none;
}

.custom-popup .visual ul li {
  width: 100%;
}

.custom-popup .visual ul li img {
  width: 100%;
  height: auto;
}

.custom-popup .swiper-pagination30 {
  display: flex;
  border-top: 1px solid #eee;
  box-sizing: border-box;
  margin-top: -1px;
}

.custom-popup .swiper-pagination30 .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.285%;
  margin: 0;
  border-radius: 0;
  height: 50px;
  background-color: #fff;
  opacity: 1;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #eee;
  box-sizing: border-box;
  cursor: pointer;
}

.custom-popup .swiper-pagination30 .swiper-pagination-bullet:first-child {
  border-left: 0;
}

.custom-popup .swiper-pagination30 .swiper-pagination-bullet-active {
  background-color: #15264B;
  color: #fff;
  font-weight: 700;
}

.custom-popup .popup-controls {
  width: 100%;
  display: flex;
  height: 35px;
}

.custom-popup .popup-controls button {
  width: 50%;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.custom-popup .popup-controls button.btn-close {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}

.custom-popup .mo-btn-hide {
  display: none;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 30px;
  height: 50px;
  background-color: #000;
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  border-radius: 0 3px 3px 0;
}

@media all and (max-width:1660px) {
  .custom-popup {
    width: 460px;
  }

  .custom-popup .swiper-pagination30 .swiper-pagination-bullet {
    font-size: 13px;
  }

  .custom-popup .popup-controls button {
    font-size: 13px;
  }
}

@media all and (max-width:1280px) {
  .custom-popup {
    width: 360px;
  }

  .custom-popup .swiper-pagination30 .swiper-pagination-bullet {
    font-size: 12px;
    letter-spacing: -1px;
  }

  .custom-popup .popup-controls button {
    font-size: 12px;
  }
}

@media all and (max-width:550px) {
  .custom-popup {
    width: 300px;
  }

  .custom-popup .swiper-pagination30 .swiper-pagination-bullet {
    font-size: 11px;
    height: 40px;
  }
}

.tit-wrap.cmn {
  text-align: center;
  padding-top: 14.6rem;
}

.tit-wrap.cmn h4 {
  font-size: 1.4rem;
  opacity: 0.5;
  font-weight: 400;
}

.tit-wrap.cmn h4 span {
  letter-spacing: 0.5rem;
}

.tit-wrap.cmn h3 {
  font-size: 5rem;
  font-weight: 200;
  padding-top: 2.7rem;
}

.tit-wrap.cmn h3 strong {
  font-weight: 700;
}

.tit-wrap.cmn h3 span {
  font-size: 3rem;
  font-weight: 300;
}

.main-box {
  background-color: #15264B;
  border-radius: 10rem 10rem 0 0;
}

.main-box .tit-wrap {
  position: relative;
  text-align: center;
  padding-top: 9.1rem;
  color: #fff;
}

.main-box .tit-wrap h4 {
  font-size: 1.4rem;
  opacity: 0.5;
}

.main-box .tit-wrap h4 span {
  letter-spacing: 0.5rem;
}

.main-box .tit-wrap h3 {
  font-size: 5rem;
  font-weight: 200;
  padding-top: 2.7rem;
}

.main-box .tit-wrap h3 strong {
  font-weight: 700;
}

.main-box .tit-wrap h3 span {
  font-size: 3rem;
  font-weight: 300;
}

.main-box .tit-wrap .visual {
  display: block;
  width: 0;
  height: 40rem;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  margin: 5.4rem auto 0;
  overflow: hidden;
}

.main-box .tit-wrap p {
  font-size: 2rem;
  line-height: 3.2rem;
  padding-top: 4.6rem;
}

.main-box .tit-wrap .deco-logo {
  position: absolute;
  top: 5.5rem;
  left: 50%;
  transform: translate(-50%,0);
  opacity: 0.03;
}

.main-box .tit-wrap .deco-logo img {
  width: 16rem;
  height: auto;
}

.main-box .txt-wrap {
  margin-top: 14.7rem;
}

.main-box .txt-wrap .area {
  display: flex;
  gap: 1rem;
}

.main-box .txt-wrap .area .info-box {
  width: 6rem;
  height: 45rem;
  overflow: hidden;
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 5rem;
}

.main-box .txt-wrap .area .info-box .fold-tit {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.2);
  border-radius: 3rem;
  cursor: pointer;
}

.main-box .txt-wrap .area .info-box .fold-tit h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%,-50%);
}

.main-box .txt-wrap .area .info-box .fold-tit h4 img {
  width: 2rem;
  height: auto;
}

.main-box .txt-wrap .area .info-box .fold-tit h4 span {
  display: none;
}

.main-box .txt-wrap .area .info-box .open-group {
  position: relative;
  display: none;
  align-items: center;
  border-radius: 4rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  gap: 4.2rem;
}

.main-box .txt-wrap .area .info-box .open-group .img {
  position: relative;
  margin-left: 2.5rem;
  z-index: 1;
}

.main-box .txt-wrap .area .info-box .open-group .img img {
  width: 45.3rem;
}

.main-box .txt-wrap .area .info-box .open-group .li-txt {
  width: calc(100% - 52rem);
}

.main-box .txt-wrap .area .info-box .open-group .li-txt h4 {
  font-size: 4rem;
  font-weight: 700;
  color: #15264B;
}

.main-box .txt-wrap .area .info-box .open-group .li-txt > p {
  font-size: 2rem;
  line-height: 3rem;
  color: #333;
  padding-top: 1.9rem;
}

.main-box .txt-wrap .area .info-box .open-group .li-txt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 4rem;
  margin-top: 4.4rem;
}

.main-box .txt-wrap .area .info-box .open-group .li-txt ul li {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  width: 20.5rem;
}

.pin-spacer {
  background-color: #fff;
}

.main-box .txt-wrap .area .info-box .open-group .li-txt ul li .num {
  text-align: center;
  width: 3rem;
  height: 3rem;
  line-height: 3.4rem;
  background-color: #153D81;
  border-radius: 3rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}

.main-box .txt-wrap .area .info-box .open-group .li-txt ul li p {
  font-size: 2rem;
  color: #333;
}

.main-box .txt-wrap .area .info-box.on {
  width: calc(100% - 21rem);
  transition: 0.5s ease;
}

.main-box .txt-wrap .area .info-box.on .fold-tit {
  display: none;
}

.main-box .txt-wrap .area .info-box.on .open-group {
  display: flex;
}

.main-box .sub-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 11.4rem;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 10.9rem;
}

.main-box .sub-tit p {
  font-family: 'BareunBatang';
  font-size: 2.6rem;
  color: #fff;
  font-weight: 300;
}






.video-con {
  position: relative;
  width: 100%;
  padding-top: 9.5rem;
}

.video-con .video {
  position: relative;
  width: 100%;
  z-index: 84;
}

.video-con .video video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.video-con .video .black-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 85;
}







.doctor-con {
  position: relative;
  padding-top: 20rem;
  padding-bottom: 23.9rem;
}

.doctor-con .area {
  position: relative;
  z-index: 10;
}

.doctor-con .area .tit-wrap {
  position: relative;
  text-align: center;
}

.doctor-con .area .tit-wrap .ci {
  position: absolute;
  top: -13rem;
  left: 50%;
  transform: translateX(-50%);
  width: 28.4rem;
  opacity: 0.05;
}

.doctor-con .area .tit-wrap .ci img {
  width: 100%;
  height: auto;
}

.doctor-con .area .tit-wrap h3 {
  font-size: 5rem;
  font-weight: 200;
  word-break: keep-all;
}

.doctor-con .area .tit-wrap h3 strong {
  font-weight: 700;
}

.doctor-con .area .tit-wrap p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 300;
  padding-top: 2rem;
  color: #666;
}

.doctor-con .area .txt-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}

.doctor-con .area .txt-wrap .doctor-box {
  position: relative;
  cursor: pointer;
  width: 24%;
  transition: 0.5s;
}

.doctor-con .area .txt-wrap .doctor-box .img {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  height: 60rem;
  background-color: #E3E8E2;
  transition: border-radius 0.5s;
}

.doctor-con .area .txt-wrap .doctor-box .img .doctor-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  width: auto;
  max-width: none;
  height: 100%;
  transition: 0.5s;
}

.doctor-con .area .txt-wrap .doctor-box .img .sign {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.7rem;
}

.doctor-con .area .txt-wrap .doctor-box5 .img .sign {
  bottom: -1rem;
  right: 1rem;
  width: 10rem;
}

.doctor-con .area .txt-wrap .doctor-box6 .img .sign {
  bottom: 1rem;
  right: 1rem;
  width: 11rem;
}

.doctor-con .area .txt-wrap .doctor-box .img .sign img {
  width: 100%;
  height: auto;
}

.doctor-con .area .txt-wrap .doctor-box .name {
  font-size: 1.6rem;
  font-weight: 300;
  padding-top: 1.4rem;
}

.doctor-con .area .txt-wrap .doctor-box .name strong {
  font-size: 2rem;
  font-weight: 500;
}

.doctor-con .area .txt-wrap .doctor-box .view-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3.5rem;
}

.doctor-con .area .txt-wrap .doctor-box .view-btn img {
  width: 100%;
  height: auto;
}

.doctor-con .area .txt-wrap .doctor-box2 .img .sign {
  bottom: 1rem;
  right: 1rem;
  width: 11.7rem;
}

.doctor-con .area .txt-wrap .doctor-box3 .img .sign {
  bottom: 1rem;
  right: 1rem;
  width: 11.7rem;
}

.doctor-con .area .txt-wrap .doctor-box:hover .img .doctor-img {
  transform: translateX(-50%) scale(1.2);
}

.doctor-con .area .txt-wrap .deco-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.doctor-con .area .txt-wrap .deco-logo img {
  width: 6.4rem;
  height: auto;
}

.doctor-con .deco-img {
  position: absolute;
}

.doctor-con .deco-img img {
  height: auto;
}

.doctor-con .deco-img1 {
  top: 0;
  left: 13.8rem;
  z-index: 11;
}

.doctor-con .deco-img1 img {
  width: 35.6rem;
}

.doctor-con .deco-img2 {
  top: 36rem;
  right: 21.6rem;
}

.doctor-con .deco-img2 img {
  width: 22.7rem;
}

.doctor-con .deco-img3 {
  bottom: 13.3rem;
  left: 50%;
  margin-left: -25rem;
}

.doctor-con .deco-img3 img {
  width: 23.4rem;
}

.doctor-con .doctor-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 128rem;
  height: 69rem;
  background-color: #fff;
  z-index: 105;
  overflow: hidden;
}

.doctor-con .doctor-popup .inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  gap: 4.6rem;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  overflow: auto;
}

.doctor-con .doctor-popup .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.doctor-con .doctor-popup .close-btn img {
  width: 3rem;
  height: auto;
}

.doctor-con .doctor-popup .doctor-img {
  width: 43.1rem;
  height: 100%;
}

.doctor-con .doctor-popup .doctor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-con .doctor-popup .sign,
.doctor-con .doctor-popup .deco-logo {
  position: absolute;
}

.doctor-con .doctor-popup .sign {
  left: 34rem;
  bottom: 1rem;
}

.doctor-con .doctor-popup .sign img {
  width: 16rem;
}

.doctor-con .doctor-popup5 .sign {
  left: 36.5rem;
}

.doctor-con .doctor-popup5 .sign img {
  width: 11rem;
}

.doctor-con .doctor-popup6 .sign {
  left: 33.5rem;
}

.doctor-con .doctor-popup6 .sign img {
  width: 12rem;
}

.doctor-con .doctor-popup .deco-logo {
  top: 3rem;
  right: 3rem;
  opacity: 0.05;
}

.doctor-con .doctor-popup .deco-logo img {
  width: 26rem;
  height: auto;
}

.doctor-con .doctor-popup .spec-wrap {
  position: relative;
  z-index: 10;
  width: calc(100% - 47.7rem);
}

.doctor-con .doctor-popup .spec-wrap h3 {
  font-size: 5rem;
  font-weight: 300;
}

.doctor-con .doctor-popup .spec-wrap h3 strong {
  font-weight: 700;
}

.doctor-con .doctor-popup .spec-wrap .point-spec {
  width: 95%;
  margin-top: 2rem;
}

.doctor-con .doctor-popup .spec-wrap .point-spec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.doctor-con .doctor-popup .spec-wrap .point-spec ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: calc(50% - 0.5rem);
  height: 4rem;
  border-radius: 0.5rem;
  background-color: #15264B;
}

.doctor-con .doctor-popup .spec-wrap .point-spec ul li.w100 {
  width: 100%;
}

.doctor-con .doctor-popup3 .spec-wrap .point-spec ul li:nth-child(odd) {
  width: calc(53% - 0.5rem);
}

.doctor-con .doctor-popup3 .spec-wrap .point-spec ul li:nth-child(even) {
  width: calc(47% - 0.5rem);
}

.doctor-con .doctor-popup .spec-wrap .point-spec ul li .icon {
  margin-left: 1.7rem;
}

.doctor-con .doctor-popup .spec-wrap .point-spec ul li .icon img {
  width: 2rem;
  height: auto;
}

.doctor-con .doctor-popup .spec-wrap .point-spec ul li p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}

.doctor-con .doctor-popup .spec-wrap .df-spec {
  display: flex;
  gap: 1rem;
  margin-top: 3.4rem;
  width: 95%;
}

.doctor-con .doctor-popup .spec-wrap .df-spec ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: calc(50% - 0.5rem);
}

.doctor-con .doctor-popup2 .spec-wrap .df-spec ul {
  width: 100%;
}

.doctor-con .doctor-popup .spec-wrap .df-spec ul li {
  display: flex;
  gap: 0.5rem;
  font-size: 1.8rem;
  color: #333;
}

.doctor-con .doctor-popup .spec-wrap .df-spec ul li p {
  line-height: 1.3;
  word-break: keep-all;
}







#atc03 {
  background-color: #fff;
}

#atc03 .txt_wrap{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap: 0.5rem;
  height:150vh;
  font-size: 5vw;
  line-height:1;
  color:rgba(255,255,255,.05);
}

#atc03 .txt_wrap .txt span {
  font-family:'Black Han Sans'; 
  position:relative;
  width:max-content;
  background:linear-gradient(to right, #fff, #fff) no-repeat;
  -webkit-background-clip:text;
  background-clip:text;
  background-size:0%;
  transition:background-size cubic-bezier(.1,.5,.5,1) 0.5s;
}

#atc03 .txt_wrap .txt span.stroke{
  color:transparent;
  -webkit-text-stroke:0.1rem rgba(255,240,0,1);
}

#atc03 .txt_wrap .txt span.yellow {
  position:relative;
  width:max-content;
  background:linear-gradient(to right, #fff000, #fff000) no-repeat;
  -webkit-background-clip:text;
  background-clip:text;
  background-size:0%;
  transition:background-size cubic-bezier(.1,.5,.5,1) 0.5s;
}








.point-con {
  position: relative;
  z-index: 2;
  height: 100.3rem;
  background-color: #fff;
}

.point-con .area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url("../img/new/point_con_bg.png") no-repeat center;
  background-size: 0;
  transition: background-size 1s ease;
}

.point-con .area .tit-wrap {
  text-align: center;
}

.point-con .area .tit-wrap .logo {
  display: block;
  text-align: center;
}

.point-con .area .tit-wrap .logo img {
  width: 10rem;
  height: auto;
}

.point-con .area .tit-wrap h4 {
  font-family: 'Bareunbatang';
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 6.5rem;
  padding-top: 4.3rem;
}

.point-con .area .tit-wrap h4 br.only-400 {
  display: none;
}

.point-con .area .tit-wrap h4 strong {
  font-weight: 500;
  color: #15264B;
}

.point-con .area .tit-wrap p {
  font-size: 2.2rem;
  line-height: 3.2rem;
  padding-top: 3.3rem;
}







.system-con {
  position: relative;
  z-index: 3;
  background-color: #15264b;
  border-radius: 10rem 10rem 0 0;
}

.system-con .area .txt-wrap {
  display: flex;
  width: 100%;
  margin-top: 5.4rem;
}

.system-con .area .txt-wrap ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.system-con .area .txt-wrap ul li {
  display: flex;
  width: calc(50% - 0.6rem);
  flex-wrap: wrap;
  justify-content: space-between;
}

.system-con .area .txt-wrap ul li .system-box {
  width: 31.1rem;
  height: 38.1rem;
  background-color: #fff;
  border-radius: 2rem;
  text-align: center;
}

.system-con .area .txt-wrap ul li .system-box h5 {
  font-size: 1.4rem;
  color: #666;
  padding-top: 4rem;
}

.system-con .area .txt-wrap ul li .system-box h4 {
  font-size: 3rem;
  font-weight: 700;
  padding-top: 0.5rem;
}

.system-con .area .txt-wrap ul li .system-box h4 span {
  font-size: 2rem;
  font-weight: 500;
  color: #666;
}

.system-con .area .txt-wrap ul li .system-box .img {
  padding-top: 3.4rem;
}

.system-con .area .txt-wrap ul li .system-box .img img {
  width: 18.6rem;
  height: auto;
}

.system-con .area .txt-wrap ul li .sub-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9rem;
  border-radius: 2rem;
  background-color: #2A3959;
  margin-top: 1.2rem;
}

.system-con .area .txt-wrap ul li .sub-box p {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700;
}









.sleep-con {
  padding-bottom: 27.8rem;
  overflow: hidden;
}

.sleep-con .tit-wrap {
  background-color: #fff;
  padding-bottom: 10rem;
}

.sleep-con .tit-wrap .visual {
  width: 0;
  height: 40rem;
  background: url("../img/new/sleep_con_visual.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  margin: 5.4rem auto 0;
  overflow: hidden;
}

.sleep-con .tit-wrap p {
  font-size: 2rem;
  line-height: 3.2rem;
  color: #333;
  padding-top: 4.6rem;
}

.sleep-con .txt-wrap {
  position: relative;
  overflow: hidden;
}

.sleep-con .txt-wrap .tit-group {
  position: absolute;
  top: 20rem;
  left: 10%;
  width: 33.5rem;
}

.sleep-con .txt-wrap .tit-group h4 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 7rem;
}

.sleep-con .txt-wrap .tit-group h4 strong {
  font-weight: 700;
  color: #15264B;
}

.sleep-con .txt-wrap .tit-group p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #333;
  padding-top: 5.5rem;
}

.sleep-con .txt-wrap .list-wrap ul li {
  position: relative;
  width: 93rem;
  height: 45rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sleep-con .txt-wrap .list-wrap ul li .list-tit {
  position: absolute;
  left: 5.5rem;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}

.sleep-con .txt-wrap .list-wrap ul li .list-tit h5 {
  font-size: 4.5rem;
  font-weight: 700;
}

.sleep-con .txt-wrap .list-wrap ul li .list-tit h5 span {
  font-size: 2rem;
  font-weight: 300;
}

.sleep-con .txt-wrap .list-wrap ul li .list-tit p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-top: 1.2rem;
}

.sleep-con .txt-wrap .list-wrap ul li.list-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/new/sleep_con_bg1.jpg");
}

.sleep-con .txt-wrap .list-wrap ul li.list-1 .img {
  text-align: center;
}

.sleep-con .txt-wrap .list-wrap ul li.list-1 .img img {
  width: 90%;
  height: 98%;
  object-fit: contain;
  margin: 0 auto;
}

.sleep-con .txt-wrap .list-wrap ul li.list-2 {
  background-image: url("../img/new/sleep_con_bg2.png");
}

.sleep-con .txt-wrap .list-wrap ul li.list-3 {
  background-image: url("../img/new/sleep_con_bg3.png");
}

.sleep-con .txt-wrap .list-wrap ul li.list-4 {
  background-image: url("../img/new/sleep_con_bg4.png");
}

.sleep-con .txt-wrap .list-wrap ul li.list-5 {
  background-image: url("../img/new/sleep_con_bg5.png");
}

.sleep-con .txt-wrap .last-wrap {
  position: absolute;
  top: 26rem;
  right: 32rem;
}

.sleep-con .txt-wrap .last-wrap .icon {
  display: block;
  text-align: center;
}

.sleep-con .txt-wrap .last-wrap .icon img {
  width: 10rem;
  height: auto;
}

.sleep-con .txt-wrap .last-wrap p {
  font-family: 'BareunBatang';
  font-size: 4rem;
  text-align: center;
  line-height: 6rem;
  font-size: 700;
  padding-top: 2rem;
}

.sleep-con .txt-wrap .last-wrap p strong {
  color: #15264B;
}

.sleep-con .horizontal-section {
  position: relative;
  max-width: 1920px;
  margin: 0 auto !important;
}

.sleep-con .horizontal-inner {
  width: 357rem;
  height: 100%;
  position: relative;
  padding-top: 20rem;
  z-index: 10;
}

.sleep-con .horizontal-inner ul.horizontal-gallery {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 3rem;
  background-color: #fff;
}

.sleep-con .horizontal-inner ul.horizontal-gallery li {
  position: relative;
  width: 93rem;
  height: 45rem;
  border-radius: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#atc04 {
  background-color: #fff;
}

#atc04 .txt_wrap{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap: 0.5rem;
  height:100vh;
  font-size:5vw;
  line-height:1;
  color:rgba(255,255,255,.05);
}

#atc04 .txt_wrap .txt span {
  font-family:'Black Han Sans'; 
  position:relative;
  width:max-content;
  background:linear-gradient(to right, #fff, #fff) no-repeat;
  -webkit-background-clip:text;
  background-clip:text;
  background-size:0%;
  transition:background-size cubic-bezier(.1,.5,.5,1) 0.5s;
}

#atc04 .txt_wrap .txt span.stroke{
  color:transparent;
  -webkit-text-stroke:0.1rem rgba(255,240,0,1);
}

#atc04 .txt_wrap .txt span.yellow {
  position:relative;
  width:max-content;
  background:linear-gradient(to right, #fff000, #fff000) no-repeat;
  -webkit-background-clip:text;
  background-clip:text;
  background-size:0%;
  transition:background-size cubic-bezier(.1,.5,.5,1) 0.5s;
}








.implant-con {
  position: relative;
  z-index: 1;
}

.implant-con .main-box .tit-wrap .visual {
  background-image: url("../img/new/implant_con_visual.jpg");
}

.implant-con .main-box .txt-wrap .area .info-box .open-group {
  min-width: 1070px;
}

.implant-con .main-box .txt-wrap .area .info-box2 .open-group .li-txt ul {
  gap: 1.6rem 0;
}

.implant-con .main-box .txt-wrap .area .info-box2 .open-group .li-txt ul li {
  width: 25rem;
}

.implant-con .main-box .txt-wrap .area .info-box3 .open-group .li-txt ul li {
  width: 22rem;
}

.implant-con .main-box .txt-wrap .area .info-box4 .open-group .li-txt ul li {
  width: 22rem;
}

.implant-con .ba-box {
  padding-bottom: 27.8rem;
  background-color: #fff;
}

.implant-con .ba-box .desc-box {
  width: 100%;
  background-color: #15264B;
  padding: 1.5rem 0;
  margin-top: 6.6rem;
}

.implant-con .ba-box .desc-box p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.implant-con .ba-box .desc-box p span {
  display: block;
  font-size: 1.6rem;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
}












.simmi-con {
  position: relative;
  z-index: 2;
}

.simmi-con .main-box .tit-wrap .visual {
  background-image: url("../img/new/simmi_con_visual.jpg");
}

.simmi-con .main-box .txt-wrap .area .info-box.on {
  width: calc(100% - 14rem);
}

.simmi-con .main-box .txt-wrap .area .info-box .open-group {
  min-width: 1140px;
}

.simmi-con .main-box .txt-wrap .area .info-box1 .open-group .li-txt ul li {
  width: 23rem;
}

.simmi-con .main-box .txt-wrap .area .info-box2 .open-group .li-txt ul {
  gap: 1.6rem 0;
}

.simmi-con .main-box .txt-wrap .area .info-box2 .open-group .li-txt ul li {
  width: 26rem;
}

.simmi-con .main-box .txt-wrap .area .info-box3 .open-group .li-txt ul {
  gap: 1.6rem 1rem;
}

.simmi-con .main-box .txt-wrap .area .info-box3 .open-group .li-txt ul li {
  width: 26rem;
}

.simmi-con .ba-box {
  padding-bottom: 27.8rem;
  background-color: #fff;
}

.simmi-con .ba-box .txt-wrap {
  margin-top: 5.4rem;
}

.simmi-con .ba-box .txt-wrap .tab-split .tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  width: 80.7rem;
  height: 7.6rem;
  background-color: #E1F2EE;
  border-radius: 10rem;
  margin: 0 auto;
}

.simmi-con .ba-box .txt-wrap .tab-split .tab-btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.9rem;
  height: 5.8rem;
  font-size: 2.2rem;
  color: #999;
}

.simmi-con .ba-box .txt-wrap .tab-split .tab-btn li.on a {
  background-color: #15264B;
  color: #fff;
  font-weight: 700;
  border-radius: 10rem;
}

.simmi-con .ba-box .txt-wrap .tab-split .tab-cnt {
  margin-top: 3rem;
}

.simmi-con .ba-box .txt-wrap .tab-split .tab-cnt > div {
  display: none;
}

.simmi-con .ba-box .txt-wrap .tab-split .tab-cnt ul {
  display: flex;
  gap: 4rem;
}

.simmi-con .ba-box .txt-wrap .tab-split .tab-cnt ul li {
  position: relative;
  padding-bottom: 2rem;
}

.simmi-con .ba-box .txt-wrap .tab-split .tab-cnt ul li img {
  width: 100%;
  height: auto;
}

.simmi-con .ba-box .txt-wrap .tab-split .tab-cnt ul li p {
  position: absolute;
  bottom: 0;
  font-size: 2rem;
  color: #999;
}

.simmi-con .ba-box .txt-wrap .tab-split .tab-cnt ul li p.before {
  left: 0;
}

.simmi-con .ba-box .txt-wrap .tab-split .tab-cnt ul li p.after {
  right: 0;
  color: #15264B;
  font-weight: 700;
}

.simmi-con .ba-box .txt-wrap .tab-split .tab-cnt .tab-cnt1 {
  display: block;
}

.simmi-con .ba-box .txt-wrap .desc-box {
  width: 100%;
  background-color: #15264B;
  padding: 1.5rem 0;
  margin-top: 6.6rem;
}

.simmi-con .ba-box .txt-wrap .desc-box p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.simmi-con .ba-box .txt-wrap .desc-box p span {
  display: block;
  font-size: 1.6rem;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
}












.general-con {
  position: relative;
  z-index: 3;
}

.general-con .main-box .tit-wrap .visual {
  background-image: url("../img/new/general_con_visual.jpg");
}

.general-con .main-box .txt-wrap .area .info-box {
  height: 27.2rem;
}

.general-con .main-box .txt-wrap .area .info-box .fold-tit h4 img {
  width: 1.8rem;
}

.general-con .main-box .txt-wrap .area .info-box .open-group {
  min-width: 860px;
}

.general-con .main-box .txt-wrap .area .info-box .open-group .img img {
  width: 38.5rem;
}

.general-con .main-box .txt-wrap .area .info-box .open-group .li-txt h4 {
  font-size: 3.6rem;
}

.general-con .main-box .txt-wrap .area .info-box .open-group .li-txt > p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding-top: 1.7rem;
  padding-right: 1rem;
  word-break: keep-all;
}

.general-con .main-box .txt-wrap .area .info-box.on {
  width: calc(100% - 42rem);
}







.jaw-con {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.jaw-con .area .txt-wrap .img {
  text-align: center;
  margin-top: 7.9rem;
}

.jaw-con .area .txt-wrap .img img {
  width: 80rem;
  height: auto;
}

.jaw-con .area .txt-wrap .arrow  {
  display: block;
  text-align: center;
  margin-top: 12.1rem;
}

.jaw-con .area .txt-wrap .arrow img {
  width: 6.4rem;
  height: auto;
}

.jaw-con .area .txt-wrap > p {
  font-size: 2rem;
  line-height: 3.2rem;
  color: #666;
  text-align: center;
  padding-top: 8.3rem;
  word-break: keep-all;
}

.jaw-con .area .txt-wrap ul {
  display: flex;
  justify-content: center;
  gap: 9.5rem;
  margin-top: 7.7rem;
}

.jaw-con .area .txt-wrap ul li .icon {
  display: block;
}

.jaw-con .area .txt-wrap ul li .icon img {
  width: 9.4rem;
  height: auto;
}

.jaw-con .area .txt-wrap ul li p {
  font-size: 2rem;
  color: #333;
  font-weight: 600;
  text-align: center;
  padding-top: 2rem;
}







.visual-con2 {
  display: flex;
  align-items: end;
  margin-top: 21.4rem;
}

.visual-con2 .img {
  height: 52rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
}

.visual-con2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-con2 .img1 {
  width: 25.7%;
}

.visual-con2 .img2 {
  width: 74.3%;
}








.review-con {
  background-color: #15264B;
  padding-bottom: 10rem;
}

.review-con .area .tit-wrap {
  color: #fff;
}

.review-con .area .txt-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
  height: 80rem;
  overflow: hidden;
}

.review-con .area .txt-wrap::before,
.review-con .area .txt-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10rem;
  z-index: 1;
  pointer-events: none;
}

.review-con .area .txt-wrap::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(21, 38, 75, 1), transparent);
}

.review-con .area .txt-wrap::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(21, 38, 75, 1), transparent);
}

.review-con .area .txt-wrap .rv {
  width: 32.1%;
  height: 100%;
  overflow: hidden;
}

.review-con .area .txt-wrap .rv ul {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.review-con .area .txt-wrap .rv ul li {
  background-color: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.1);
  box-sizing: border-box;
  border-radius: 2rem;
}

.review-con .area .txt-wrap .rv ul li .sub-inner {
  padding: 2.5rem;
}

.review-con .area .txt-wrap .rv ul li .sub-inner .pf img {
  width: 4.4rem;
  height: auto;
}

.review-con .area .txt-wrap .rv ul li .sub-inner .p-group {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.review-con .area .txt-wrap .rv ul li .sub-inner .p-group p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #fff;
  word-break: keep-all;
}

.review-con .area .txt-wrap .rv ul li .sub-inner .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.09);
  margin: 1.9rem 0 0.9rem;
}

.review-con .area .txt-wrap .rv ul li .sub-inner .write-info p {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.5);
  text-align: right;
}







.hw-con {
  position: relative;
  padding: 15.2rem 0;
  background-color: #15264B;
}

.hw-con .marquee {
  position: absolute;
  top: 16rem;
  left: 0;
  font-size: 12rem;
  font-weight: 800;
  opacity: 0.1;
}

.hw-con .marquee ul {
  display: flex;
  width: 100%;
  gap: 4rem;
}

.hw-con .marquee ul li {
  flex-shrink: 0;
  color: #fff;
}

.hw-con .txt-wrap ul {
  display: flex;
  align-items: center;
}

.hw-con .txt-wrap ul li {
  position: relative;
  overflow: hidden;
}

.hw-con .txt-wrap ul .swiper-slide-active {
  padding: 0;
}

.hw-con .txt-wrap ul li .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 38rem;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 0.5rem;
}

.hw-con .txt-wrap ul li .img::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: 5rem;
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.85);
  background-color: #aaa;
}

.hw-con .txt-wrap ul .swiper-slide-active {
  position: relative;
  cursor: pointer;
}

.hw-con .txt-wrap ul .swiper-slide-active .img {
  height: 100%;
}

.hw-con .txt-wrap ul .swiper-slide-active::after {
  content: '크게 보기';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}

.hw-con .txt-wrap ul .swiper-slide-active:hover::after {
  opacity: 1;
}

.hw-con .txt-wrap ul li .img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  filter: brightness(110%);
}

.hw-con .txt-wrap .controls {
  position: relative;
  width: 41.2rem;
  margin: 5rem auto 0;
}

.hw-con .txt-wrap .controls .arrows {
  display: flex;
  justify-content: space-between;
}

.hw-con .txt-wrap .controls .arrows > div {
  position: relative;
  width: 5rem;
  height: 5rem;
  border: 1px solid #fff;
  border-radius: 3rem;
  cursor: pointer;
}

.hw-con .txt-wrap .controls > div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.hw-con .txt-wrap .controls > div svg path {
  fill: #fff;
}

.hw-con .txt-wrap .controls .swiper-pagination20 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 22rem);
  background-color: rgba(255,255,255,0.2);
}

.hw-con .txt-wrap .controls .swiper-pagination20 .swiper-pagination-progressbar-fill {
  background-color: #fff;
}

.hw-con .txt-wrap .controls .swiper-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 16rem);
  display: flex;
  justify-content: space-between;
}

.hw-con .txt-wrap .controls .swiper-counter span {
  font-size: 1.6rem;
  color: #fff;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.lightbox.show {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-content {
  max-width: 85vw;
  max-height: 85vh;
  object-fit: contain;
}

.lightbox, .lightbox-content {
  cursor: pointer;
}








.equip-con .inner .txt-wrap {
  margin-top: 5.4rem;
}

.equip-con .inner .txt-wrap ul li .img {
  opacity: 0.3;
  text-align: center;
  transition: opacity 0.5s;
}

.equip-con .inner .txt-wrap ul li .img img {
  width: 100%;
  height: auto;
}

.equip-con .inner .txt-wrap ul li .equip-info  {
  opacity: 0;
  text-align: center;
  transition: opacity 0.5s;
}

.equip-con .inner .txt-wrap ul li .equip-info h4 {
  font-size: 3rem;
  font-weight: 700;
}

.equip-con .inner .txt-wrap ul li .equip-info .bar {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #d9d9d9;
  margin: 1.1rem auto 1.4rem;
}

.equip-con .inner .txt-wrap ul li .equip-info h5 {
  font-size: 1.6rem;
  color: #999;
}

.equip-con .inner .txt-wrap ul li .equip-info .p-group {
  display: inline-block;
  background-color: #15264B;
  padding: 0.8rem 1.6rem 0.7rem 1.6rem;
  border-radius: 0.5rem;
  margin-top: 2.6rem;
}

.equip-con .inner .txt-wrap ul li .equip-info .p-group p {
  font-size: 1.6rem;
  color: #fff;
  word-break: keep-all;
}

.equip-con .inner .txt-wrap .swiper-slide-active .img {
  opacity: 1;
}

.equip-con .inner .txt-wrap .swiper-slide-active .equip-info {
  opacity: 1;
}

.equip-con .deco-tit {
  position: relative;
  font-family: "Libre Baskerville", serif;
  font-size: 8rem;
  font-weight: 700;
  opacity: 0.1;
  transform: translateX(1300px);
  transition: transform 0.1s linear;
  will-change: transform;
  display: inline-block;
  margin: 19.5rem 0 6rem;
  width: 163.5rem;
}











.blog-con {
  padding-bottom: 18.4rem;
}

.blog-con .txt-wrap .list-group {
  padding-bottom: 40px;
}

.blog-con .txt-wrap .list-group ul li.swiper-slide {
  width: 100rem;
  transform: scale(0.6) translateY(11%);
  border-radius: 2rem;
  transition: transform 1s, background-color 1s;
  flex-shrink: 0;
}

.blog-con .txt-wrap .list-group ul li.swiper-slide a {
  display: block;
}

.blog-con .txt-wrap .list-group ul li.swiper-slide a .img {
  width: 100%;
}

.blog-con .txt-wrap .list-group ul li.swiper-slide a .img img {
  width: 100%;
  height: auto;
}

.blog-con .txt-wrap .list-group ul li.swiper-slide .txt-box {
  position: relative;
  padding: 4rem 0 3.5rem;
  opacity: 0;
  transition: opacity 1s;
}

.blog-con .txt-wrap .list-group ul li.swiper-slide .txt-box h5 {
  font-size: 3.4rem;
  font-weight: 700;
  padding-left: 5rem;
}

.blog-con .txt-wrap .list-group ul li.swiper-slide .txt-box p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 2rem 5rem 0;
  word-break: keep-all;
}

.blog-con .txt-wrap .list-group ul li.swiper-slide .txt-box .arrow {
  position: absolute;
  bottom: 3.5rem;
  right: 5rem;
  opacity: 0;
  transition: opacity 1s;
}





.blog-con .txt-wrap .list-group ul li.swiper-slide-active {
  transform: scale(0.8) translateY(0%);
  background-color: #f6f8fc;
}

.blog-con .txt-wrap .list-group ul li.swiper-slide-active:hover {
  background-color: #15264B;
}

.blog-con .txt-wrap .list-group ul li.swiper-slide-active .txt-box {
  opacity: 1;
}

.blog-con .txt-wrap .list-group ul li.swiper-slide-active:hover .txt-box > * {
  color: #fff;
}

.blog-con .txt-wrap .list-group ul li.swiper-slide-active:hover .txt-box .arrow {
  opacity: 1;
}



.blog-con .mySwiper10 .controls{display: flex; justify-content: space-between; position: absolute; top: 50%; left: 50%; z-index: 1; transform: translate(-50%, -50%); max-width: 124rem;width: 90%;}

.blog-con .mySwiper10 .controls > div{display: flex; align-items: center; justify-content: center; opacity: 0.3; width: 75px; height: 75px; border: 2px solid #000; font-size: 18px; border-radius: 50%; transition: all 0.3s; cursor: pointer}


.blog-con .mySwiper10 .swiper-pagination span + span{margin-left: 6px;}

.blog-con .mySwiper10 .swiper-pagination .swiper-pagination-bullet{opacity: 1; background: rgba(0, 0, 0, 0.1); border-radius: 4px; transition: width 0.5s;}

.blog-con .mySwiper10 .swiper-pagination .swiper-pagination-bullet-active{width: 7.5rem; background: #15264B;}








.visual-con3 {
  position: relative;
  width: 100%;
  height: 40rem;
  background: url("../img/new/visual_con3_img.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
}

.visual-con3 .area .tit-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translate(-50%,-50%);
}

.visual-con3 .area .tit-wrap h4 {
  font-family: 'BareunBatang';
  font-size: 3.6rem;
  font-weight: 500;
}

.visual-con3 .area .tit-wrap p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  opacity: 0.6;
  padding-top:  2.2rem;
}







.interior-con {
  position: relative;
  padding-bottom: 23.3rem;
}

.interior-con .txt-wrap {
  position: relative;
  margin-top: 5.4rem;
  margin-left: 32rem;
}

.interior-con .txt-wrap .swiper-slide {
  opacity: 0.2;
  border-radius: 2rem;
  overflow: hidden;
}

.interior-con .txt-wrap .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.interior-con .txt-wrap ul li img {
  width: 100%;
  height: auto;
}

.interior-con .control-group {
  position: relative;
  padding: 3.2rem 0;
}

.interior-con .control-group .arrows {
  display: flex;
  justify-content: space-between;
}

.interior-con .control-group .arrows .swiper-arrow {
  position: static;
  margin: 0;
  cursor: pointer;
}

.interior-con .control-group .arrows .swiper-arrow img {
  width: 8.4rem;
  height: auto;
}

.interior-con .control-group .arrows .swiper-button-next3:after,
.interior-con .control-group .arrows .swiper-button-prev3:after {
  content: '';
}

.interior-con .control-group .paging-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #EEF0F3;
  overflow: hidden;
  border-radius: 6px;
}

.interior-con .control-group .progress-bar {
  height: 100%;
  background: #15264B;
  width: 20%;
  transition: width 0.3s ease;
  border-radius: 6px;
}















.contact-con {
  background-color: #15264B;
  padding: 11.5rem 0;
}

.contact-con .area2 {
  display: flex;
  justify-content: space-between;
}

.contact-con .area2 .map-wrap {
  width: 83.6rem;
  height: 51.7rem;
}

.contact-con .area2 .map-wrap .main_come_wrap {
  width: 100%;
  height: 100%;
}

.contact-con .area2 .info-wrap {
  color: #fff;
  width: 48.5rem;
}

.contact-con .area2 .info-wrap .cont-tit h3 {
  font-size: 3.5rem;
  font-weight: 700;
}

.contact-con .area2 .info-wrap .cont-tit p {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 1.5rem;
}

.contact-con .area2 .info-wrap .link-group {
  margin-top: 3rem;
}

.contact-con .area2 .info-wrap .link-group ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.contact-con .area2 .info-wrap .link-group ul li {
  width: 22.9rem;
  height: 4.9rem;
  background-color: rgba(255,255,255,0.1);
  border-radius: 3rem;
}

.contact-con .area2 .info-wrap .link-group ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #fff;
}

.contact-con .area2 .info-wrap .link-group ul li a p {
  font-size: 1.6rem;
  padding-left: 3rem;
}

.contact-con .area2 .info-wrap .link-group ul li a .img  {
  margin-right: 3rem;
}
.contact-con .area2 .info-wrap .link-group ul li a .img img {
  width: 1.6rem;
  height: auto;
}

.contact-con .area2 .info-wrap .info-cmn {
  display: flex;
  gap: 2.7rem;
  margin-top: 4.5rem;
}

.contact-con .area2 .info-wrap .info-cmn h4 {
  font-size: 1.7rem;
  font-weight: 500;
  opacity: 0.6;
  width: 5.9rem;
}

.contact-con .area2 .info-wrap .info-cmn ul {
  width: calc(100% - 8.7rem);
}

.contact-con .area2 .info-wrap .parking-group ul {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.contact-con .area2 .info-wrap .parking-group ul li p {
  font-size: 1.7rem;
  font-weight: 600;
}

.contact-con .area2 .info-wrap .call-group ul li strong {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  margin-top: -0.3rem;
}

.contact-con .area2 .info-wrap .time-group ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 5.6rem;
}

.contact-con .area2 .info-wrap .time-group ul li {
  position: relative;
  display: flex;
  font-size: 1.7rem;
  color: #fff;
  width: 17.1rem;
}

.contact-con .area2 .info-wrap .time-group ul li h5 {
  width: 6rem;
  margin-right: 1.6rem;
}

.contact-con .area2 .info-wrap .time-group ul li p {
  width: calc(100% - 7.6rem);
}

.contact-con .area2 .info-wrap .time-group ul li img {
  position: absolute;
  top: 0.3rem;
  right: -2rem;
  width: 1.4rem;
  height: auto;
}

.contact-con .area2 .info-wrap .time-group ul li.caution {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  color: #999;
  padding-top: 0.5rem;
}



@media all and (max-width:1400px) {
  .inner .mo-menu-btn {
    display: none;
  }

  .container {
    left: 3rem;
  }

  .point-con .area {
    width: auto;
  }

  .system-con .area .txt-wrap ul li .system-box {
    width: calc(50% - 0.6rem);
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt ul {
    gap: 1.6rem 0;
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt ul li {
    width: 50%;
  }

  .contact-con .area2 {
    gap: 5rem;
  }

  .contact-con .area2 .map-wrap {
    width: 60%;
    height: auto;
    aspect-ratio: 836 / 517;
  }

  .contact-con .area2 .info-wrap {
    width: 40%;
  }

  .sleep-con .txt-wrap .list-wrap ul li.list-1 .img img {
    width: 98%;
    height: 98%;
    object-fit: contain;
    margin: 0 auto;
  }

  .blog-con .mySwiper10 .controls {
    max-width: 100%;
  }
}

@media all and (max-width:1280px) {
  .implant-con .main-box .txt-wrap .area .info-box .open-group {
    min-width: 860px;
  }

  .simmi-con .main-box .txt-wrap .area .info-box .open-group,
  .general-con .main-box .txt-wrap .area .info-box .open-group {
    min-width: auto;
  }

  .sleep-con .txt-wrap .last-wrap {
    right: 10%;
  }

  .blog-con .txt-wrap {
    margin-top: 5.4rem;
  }

  .blog-con .txt-wrap .list-group ul li.swiper-slide {
    width: 80%;
    transform: scale(0.8) translateY(11%);
  }

  .blog-con .txt-wrap .list-group ul li.swiper-slide-active {
    transform: scale(1) translateY(0%);
  }

  .blog-con .mySwiper10 .controls {
    display: none;
  }
}

@media all and (max-width:1080px) {
  .video-con .tit-wrap .left {
    display: none;
  }

  .video-con .tit-wrap .right {
    padding-right: 0;
    padding-left: 3rem;
  }

  .doctor-con .area .txt-wrap {
    padding: 0;
  }

  .doctor-con .doctor-popup {
    width: 90%;
    height: 90%;
  }

  .doctor-con .doctor-popup .inner {
    flex-direction: column;
    gap: 0;
  }

  .doctor-con .doctor-popup .doctor-img {
    width: 50%;
  }

  .doctor-con .doctor-popup .spec-wrap {
    width: 100%;
  }

  .doctor-con .doctor-popup .deco-logo,
  .doctor-con .doctor-popup .sign {
    display: none;
  }

  .doctor-con .doctor-popup .spec-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 5rem 0;
  }

  .main-box .txt-wrap .area {
    gap: 0;
    padding: 0;
  }

  .main-box .txt-wrap .area .info-box {
    width: 100%;
    border-radius: 2rem;
    background-color: #fff;
  }

  .main-box .txt-wrap .area .info-box,
  .general-con .main-box .txt-wrap .area .info-box {
    height: auto;
  }

  .main-box .txt-wrap .area .info-box.on {
    width: auto;
    height: auto;
  }

  .main-box .txt-wrap .area .info-box .fold-tit {
    display: none;
    width: 100%;
    height: 6rem;
  }

  .main-box .txt-wrap .area .info-box .fold-tit h4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-box .txt-wrap .area .info-box .fold-tit h4 img {
    display: none;
  }

  .main-box .txt-wrap .area .info-box .fold-tit h4 span {
    display: block;
    font-size: 2.2rem;
    font-weight: 600;
  }

  .main-box .txt-wrap .area .info-box .open-group {
    display: flex;
    padding: 4rem 0;
    width: auto;
    height: auto;
    border-radius: 0;
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt ul {
    width: 60rem;
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt > p {
    word-break: keep-all;
  }
  
  .main-box .txt-wrap .area .info-box .open-group .li-txt > p br {
    display: none;
  }

  .main-box .txt-wrap .swiper-slide {
    opacity: 0.3;
  }

  .main-box .txt-wrap .swiper-slide-active {
    opacity: 1;
  }

  .implant-con .main-box .txt-wrap .area .info-box .open-group,
  .simmi-con .main-box .txt-wrap .area .info-box .open-group,
  .general-con .main-box .txt-wrap .area .info-box .open-group {
    min-width: auto;
  }

  .equip-con .inner {
    padding: 0;
  }

  .equip-con .inner .txt-wrap ul li .equip-info h4 {
    font-size: 4rem;
  }

  .equip-con .inner .txt-wrap ul li .equip-info .bar {
    width: 3rem;
    height: 1px;
    margin: 2rem auto 2.4rem;
  }

  .equip-con .inner .txt-wrap ul li .equip-info h5 {
    font-size: 2rem;
  }

  .equip-con .inner .txt-wrap ul li .equip-info .p-group p {
    font-size: 2rem;
    line-height: 1.3;
  }

  .equip-con .deco-tit {
    width: 1308px;
  }

  .interior-con .txt-wrap {
    margin-left: 0;
  }

  .interior-con .control-group {
    margin: 0 auto;
  }
}

@media all and (max-width:960px) {
  .sleep-con .tit-wrap {
    padding-bottom: 0;
  }

  .sleep-con .horizontal-inner {
    width: auto;
    padding-top: 5rem;
  }

  .sleep-con .horizontal-inner ul.horizontal-gallery {
    gap: 0;
  }

  .sleep-con .txt-wrap .tit-group {
    position: static;
    width: auto;
    margin-left: 6rem;
  }

  .sleep-con .txt-wrap .tit-group p {
    padding-top: 3rem;
  }

  .sleep-con .txt-wrap .list-wrap ul li.list-1 .img {
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
  }

  .sleep-con .txt-wrap .last-wrap {
    display: none;
  }

  .simmi-con .ba-box .txt-wrap .tab-split .tab-btn {
    width: 100%;
    height: 7.6rem;
    gap: 0;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  
  .simmi-con .ba-box .txt-wrap .tab-split .tab-btn li {
    flex: 1;
  }
  
  .simmi-con .ba-box .txt-wrap .tab-split .tab-btn li a {
    width: 100%;
    border-radius: 10rem;
    background-color: transparent;
    transition: background 0.3s, color 0.3s;
    font-size: 2rem;
  }

  .main-box .txt-wrap .area .info-box .open-group .img img {
    width: 32rem;
  }

  .review-con .area {
    padding: 0;
  }

  .review-con .area .txt-wrap {
    flex-wrap: wrap;
    height: auto;
    gap: 10px;
  }

  .review-con .area .txt-wrap::before,
  .review-con .area .txt-wrap::after {
    display: none;
  }

  .review-con .area .txt-wrap .rv {
    width: 100%;
  }

  .review-con .area .txt-wrap .rv ul {
    flex-direction: row;
    width: 3560px;
    gap: 10px;
  }

  .review-con .area .txt-wrap .rv ul li {
    width: 280px;
    height: auto;
  }
  
  .review-con .area .txt-wrap .rv ul li .sub-inner {
    position: relative;
    width: calc(100% - 5rem);
    height: calc(100% - 5rem);
    box-sizing: content-box;
  }

  .review-con .area .txt-wrap .rv ul li .sub-inner .pf img {
    width: 50px;
  }

  .review-con .area .txt-wrap .rv ul li .sub-inner .p-group {
    padding-bottom: 30px;
  }

  .review-con .area .txt-wrap .rv ul li .sub-inner .p-group p {
    font-size: 15px;
    line-height: 1.7;
    word-break: keep-all;
  }

  .review-con .area .txt-wrap .rv ul li .sub-inner .p-group p br {
    display: none;
  }

  .review-con .area .txt-wrap .rv ul li .sub-inner .bar {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 5rem);
  }

  .review-con .area .txt-wrap .rv ul li .sub-inner .write-info p {
    position: absolute;
    bottom: 10px;
    right: 2.5rem;
    font-size: 13px;
  }

  .contact-con .area2 {
    flex-wrap: wrap;
  }

  .contact-con .area2 .map-wrap,
  .contact-con .area2 .info-wrap {
    width: 100%;
  }
}

@media all and (max-width:780px) {
  .doctor-con .area .txt-wrap {
    flex-direction: column;
    gap: 5rem;
  }

  .doctor-con .area .txt-wrap .doctor-box {
    width: 100%;
  }

  .doctor-con .area .txt-wrap .doctor-box .img {
    height: 50rem;
  }

  .doctor-con .area .txt-wrap .doctor-box .name {
    font-size: 2.4rem;
    padding-top: 1.8rem;
  }

  .doctor-con .area .txt-wrap .doctor-box .name strong {
    font-size: 2.8rem;
    font-weight: 700;
  }

  .doctor-con .deco-img {
    display: none;
  }

  .doctor-con .doctor-popup .doctor-img {
    width: 100%;
  }

  .doctor-con .doctor-popup .spec-wrap .point-spec {
    width: 100%;
  }

  .doctor-con .doctor-popup .spec-wrap .point-spec ul li {
    width: 100%;
    height: 5.2rem;
  }

  .doctor-con .doctor-popup3 .spec-wrap .point-spec ul li:nth-child(odd),
  .doctor-con .doctor-popup3 .spec-wrap .point-spec ul li:nth-child(even) {
    width: 100%;
  }
  
  .doctor-con .doctor-popup .spec-wrap .point-spec ul li p {
    font-size: 2rem;
  }

  .doctor-con .doctor-popup .spec-wrap .df-spec {
    flex-direction: column;
    gap: 1.5rem;
  }

  .doctor-con .doctor-popup .spec-wrap .df-spec ul {
    width: 100%;
    gap: 1.6rem;
  }

  .doctor-con .doctor-popup .spec-wrap .df-spec ul li {
    font-size: 2rem;
  }

  .point-con {
    height: 120rem;
  }

  .system-con .area .txt-wrap ul {
    flex-direction: column;
    gap: 5rem;
  }

  .system-con .area .txt-wrap ul li {
    width: 100%;
  }

  .main-box .sub-tit {
    height: auto;
    padding: 2rem 0;
  }

  .main-box .sub-tit p {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.5;
  }

  .main-box .tit-wrap p {
    padding-left: 3rem;
    padding-right: 3rem;
    word-break: keep-all;
  }

  .main-box .tit-wrap p br {
    display: none;
  }

  .main-box .txt-wrap {
    margin-top: 10rem;
  }

  .main-box .txt-wrap .area .info-box {
    border-radius: 2rem;
  }

  .main-box .txt-wrap .area .info-box .open-group {
    flex-direction: column;
    padding: 5rem 0;
  }
  
  .main-box .txt-wrap .area .info-box .open-group .img {
    margin-left: 0;
    width: calc(100% - 10rem);
  }

  .main-box .txt-wrap .area .info-box .open-group .img img {
    width: 100%;
    height: auto;
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt {
    padding: 0;
    width: calc(100% - 10rem);
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt h4 {
    word-break: keep-all;
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt ul {
    width: auto;
    gap: 1.5rem 0;
    flex-direction: column;
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt ul li {
    width: 100%;
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt > p {
    word-break: keep-all;
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt > p br {
    display: none;
  }

  #main .general-con .main-box .txt-wrap .area .info-box .open-group .li-txt > p {
    font-size: 2rem;
  }

  .main-box .txt-wrap .area .info-box.on {
    height: auto;
  }

  .tit-wrap.cmn {
    padding-top: 9.1rem;
  }

  .point-con .area .tit-wrap h4 {
    font-size: 3.8rem;
    line-height: 1.3;
    padding-top: 4.3rem;
    font-weight: 700;
  }

  .point-con .area .tit-wrap h4 strong {
    font-weight: 700;
  }

  .point-con .area .tit-wrap p {
    display: none;
  }

  .sleep-con .tit-wrap {
    padding-bottom: 20rem;
  }

  .sleep-con .tit-wrap p {
    padding-left: 3rem;
    padding-right: 3rem;
    word-break: keep-all;
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .sleep-con .txt-wrap {
    padding-top: 20rem;
  }

  .sleep-con .txt-wrap .tit-group {
    margin-left: 4rem;
  }

  .sleep-con .horizontal-inner ul.horizontal-gallery li {
    width: 60rem;
    height: 35rem;
    border-radius: 1rem;
  }

  .sleep-con .txt-wrap .tit-group h4 {
    font-size: 4.5rem;
    line-height: 6rem;
    font-weight: 800;
  }

  .sleep-con .txt-wrap .list-wrap ul li {
    height: 80rem;
  }

  .sleep-con .txt-wrap .list-wrap ul li .list-tit {
    top: 8rem;
    left: 8rem;
    transform: translateY(0);
  }

  .sleep-con .txt-wrap .list-wrap ul li .list-tit p {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-right: 3rem;
    word-break: keep-all;
  }

  .sleep-con .txt-wrap .list-wrap ul li.list-1 {
    background-image: url("../img/new/mo_sleep_con_bg1.jpg");
  }

  .sleep-con .txt-wrap .list-wrap ul li.list-2 {
    background-image: url("../img/new/mo_sleep_con_bg2.png");
  }
  
  .sleep-con .txt-wrap .list-wrap ul li.list-3 {
    background-image: url("../img/new/mo_sleep_con_bg3.png");
  }
  
  .sleep-con .txt-wrap .list-wrap ul li.list-4 {
    background-image: url("../img/new/mo_sleep_con_bg4.png");
  }
  
  .sleep-con .txt-wrap .list-wrap ul li.list-5 {
    background-image: url("../img/new/mo_sleep_con_bg5.png");
  }


  .implant-con .ba-box .desc-box p span {
    padding: 0 1.5rem;
    word-break: keep-all;
    line-height: 1.3;
    padding-top: 0.6rem;
  }

  

  .simmi-con .ba-box .txt-wrap .tab-split .tab-cnt > div ul {
    flex-wrap: wrap;
  }

  .simmi-con .ba-box .txt-wrap .tab-split .tab-cnt > div ul li {
    width: 100%;
  }

  .simmi-con .ba-box .txt-wrap .desc-box p span {
    padding: 0 1.5rem;
    word-break: keep-all;
    line-height: 1.3;
    padding-top: 0.6rem;
  }

  .sleep-con {
    padding-bottom: 19.1rem;
  }

  .jaw-con .area .txt-wrap .img img {
    width: 100%;
  }

  .jaw-con .area .txt-wrap > p {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .jaw-con .area .txt-wrap ul li .icon img {
    width: 13rem;
  }

  .jaw-con .area .txt-wrap ul li p {
    font-size: 2.5rem;
    padding-top: 3rem;
  }

  .visual-con2 .img {
    height: 30rem;
  }

  .visual-con2 .img1 {
    display: none;
  }

  .visual-con2 .img2 {
    width: 100%;
  }

  .equip-con .deco-tit {
    font-size: 7rem;
    width: 1002px;
    margin: 14rem 0 4rem;
  }

  .blog-con .txt-wrap .list-group ul li.swiper-slide {
    width: 55%;
    transform: none;
    background-color: #F6F8FC;
  }

  .blog-con .txt-wrap .list-group ul li.swiper-slide .txt-box {
    opacity: 1;
  }

  .blog-con .txt-wrap .list-group ul li.swiper-slide-active {
    transform: none;
  }

  .blog-con .txt-wrap .list-group ul li.swiper-slide .txt-box h5 {
    font-size: 2.6rem;
    padding-left: 4rem;
  }

  .blog-con .txt-wrap .list-group ul li.swiper-slide .txt-box p {
    font-size: 1.8rem;
    padding-top: 1rem;
    padding-left: 4rem;
  }

  .visual-con3 {
    height: 50rem;
  }

  .visual-con3 .area .tit-wrap h4 {
    font-size: 4rem;
    line-height: 1.3;
    padding: 0 5rem;
    word-break: keep-all;
  }

  .visual-con3 .area .tit-wrap p {
    font-size: 2rem;
    line-height: 1.5;
    padding: 2rem 5rem 0;
  }

  .visual-con3 .area .tit-wrap p br {
    display: none;
  }

  .interior-con {
    padding-bottom: 18.4rem;
  }

  .interior-con .control-group {
    padding-top: 1rem;
  }

  .interior-con .control-group .arrows {
    display: none;
  }

  .interior-con .control-group .paging-bar {
    height: 6px;
  }

  .contact-con .area2 .info-wrap .cont-tit h3 {
    font-size: 5rem;
  }

  .contact-con .area2 .info-wrap .cont-tit p {
    font-size: 2.4rem;
  }

  .contact-con .area2 .info-wrap .link-group ul li {
    width: calc(50% - 0.75rem);
    height: 6.5rem;
  }

  .contact-con .area2 .info-wrap .link-group ul li a p {
    font-size: 1.8rem;
  }

  .contact-con .area2 .info-wrap .link-group ul li a .img img {
    width: 2rem;
  }

  .contact-con .area2 .info-wrap .info-cmn {
    flex-wrap: wrap;
    gap: 1.2rem;
  }

  .contact-con .area2 .info-wrap .info-cmn h4 {
    font-size: 2.2rem;
    width: 100%;
  }

  .contact-con .area2 .info-wrap .parking-group ul li p {
    font-size: 2.2rem;
  }

  .contact-con .area2 .info-wrap .call-group ul li strong {
    font-size: 4rem;
  }

  .contact-con .area2 .info-wrap .time-group ul {
    gap: 1rem 0;
    justify-content: space-between;
    width: 100%;
  }

  .contact-con .area2 .info-wrap .time-group ul li {
    width: calc(50% - 0.75rem);
    font-size: 2rem;
  }

  .contact-con .area2 .info-wrap .time-group ul li h5 {
    width: 8rem;
  }

  .contact-con .area2 .info-wrap .time-group ul li img {
    right: auto;
    left: 21rem;
    width: 1.8rem;
  }
  
  .contact-con .area2 .info-wrap .time-group ul li.caution {
    font-size: 1.8rem;
  }

  .review-con .area .txt-wrap .rv ul li .sub-inner .p-group p {
    font-size: 13px;
  }

  
  .hw-con {
    padding: 10rem 0;
  }

  .hw-con .area {
    padding: 0 !important;
  }

  .hw-con .marquee {
    top: 4rem;
    font-size: 8rem;
  }

  .hw-con .txt-wrap .controls {
    width: 35rem;
  }
}

@media all and (max-width:580px) {
  #loadingPage .text-wrap h1 {
    font-size: 5rem;
  }

  .container .box {
    width: 51rem;
    gap: 1rem;
  }

  .container .box .title {
    height: 15rem;
  }

  .container .box .title h1 {
    font-size: 6rem;
  }

  .container .box .title h1 span {
    right: auto;
    left: 48.5rem;
  }

  .container .box .title .only-580,
  .container .box .role p .only-580 {
    display: block;
  }

  .container .box .role {
    height: 6rem;
    margin-top: 0;
  }

  .container .box .role p {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  @keyframes popIn {
    0% {
      width: 0px;
      height: 0px;
      background: #fff;
      border: 0px solid #ddd;
      opacity: 0;
    }
    50% {
      width: 10px;
      height: 10px;
      background: #fff;
      opacity: 1;
      bottom: 45px;
    }
    65% {
      width: 7px;
      height: 7px;
      bottom: 0px;
      width: 15px;
    }
    80% {
      width: 10px;
      height: 10px;
      bottom: 20px;
    }
    100% {
      width: 7px;
      height: 7px;
      background: #fff;
      border: 0px solid #222;
      bottom: 7px;
    }
  }

  #loadingPage .loading-logo img {
    width: 120px;
  }

  .doctor-con .area .tit-wrap p {
    word-break: keep-all;
  }

  .doctor-con .area .tit-wrap p br {
    display: none;
  }

  .doctor-con .area .txt-wrap .deco-logo img {
    width: 12rem;
  }

  .main-box {
    border-radius: 6rem 6rem 0 0;
  }

  .general-con .main-box .tit-wrap .visual {
    background-position: 80% center;
  }

  #atc03 .txt_wrap,
  #atc04 .txt_wrap {
    font-size: 10vw;
  }

  .point-con .area .tit-wrap .logo img {
    width: 8rem;
  }

  .sleep-con .horizontal-inner ul.horizontal-gallery li {
    height: 60rem;
  }

  .sleep-con .txt-wrap .list-wrap ul li .list-tit {
    left: 4rem;
    top: 4rem;
  }

  .sleep-con .txt-wrap .list-wrap ul li .list-tit h5 {
    font-size: 3.6rem;
  }

  .sleep-con .txt-wrap .list-wrap ul li .list-tit p {
    font-size: 1.8rem;
  }

  .blog-con .txt-wrap .list-group ul li.swiper-slide .txt-box h5 {
    padding-left: 3rem;
  }

  .blog-con .txt-wrap .list-group ul li.swiper-slide .txt-box p {
    padding-left: 3rem;
  }

  .jaw-con .area .txt-wrap ul {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 220px;
    margin: 10rem auto 0;
    gap: 7rem 0;
  }

  .jaw-con .area .txt-wrap ul li .icon {
    text-align: center;
  }

  .jaw-con .area .txt-wrap ul li .icon img {
    width: 11rem;
  }

  .equip-con .deco-tit {
    font-size: 5rem;
    width: 716px;
  }

  .hw-con .txt-wrap ul li .img {
    height: 25rem;
  }
}

@media all and (max-width:400px) {
  .container .box {
    width: 45rem;
  }

  .container .box .title {
    height: 12rem;
  }

  .container .box .title h1 {
    font-size: 5rem;
  }

  .container .box .title h1 span {
    left: 40.5rem;
  }

  .container .box .role p {
    font-size: 2rem;
  }

  .video-con .tit-wrap .right h2 {
    font-size: 4.8rem;
  }

  .video-con .tit-wrap .right p {
    font-size: 2.4rem;
  }

  #atc03 .txt_wrap {
    height: 80vh;
  }

  #atc04 .txt_wrap {
    height: 80vh;
  }

  .main-box .tit-wrap .visual {
    height: 30rem;
  }

  .main-box .txt-wrap .area .info-box .open-group {
    padding: 3rem 0 4rem;
  }

  .main-box .txt-wrap .area .info-box .open-group .img {
    text-align: center;
    width: calc(100% - 6rem);
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt {
    width: calc(100% - 6rem);
    padding: 0;
    margin: 0 auto;
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt h4 {
    font-size: 3.4rem;
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt > p {
    line-height: 1.5;
    padding-top: 1rem;
  }

  .main-box .txt-wrap .area .info-box .open-group .li-txt ul li {
    width: 100%;
  }

  .point-con .area .tit-wrap h4 br.only-400 {
    display: block;
  }

  .equip-con .deco-tit {
    font-size: 4rem;
    width: 573px;
  }

  .blog-con .area .txt-wrap .right ul li.li-link {
    width: 100%;
    height: 22rem;
  }

  .blog-con .area .txt-wrap .right ul li.li-blog-go {
    height: 8rem;
  }

  .visual-con3 {
    height: 40rem;
  }

  .visual-con3 .area .tit-wrap h4 {
    font-size: 3.2rem;
    padding: 0 2rem;
  }

  .visual-con3 .area .tit-wrap p {
    font-size: 1.8rem;
    word-break: keep-all;
  }

  .contact-con .area2 .info-wrap .time-group ul li {
    width: 100%;
  }

  .contact-con .area2 .info-wrap .link-group ul li a p {
    padding-left: 2rem;
  }

  .contact-con .area2 .info-wrap .link-group ul li a .img  {
    margin-right: 2rem;
  }

  .contact-con .area2 .info-wrap .link-group ul li a .img img {
    width: 1.6rem;
  }
}