@charset "utf-8";
main {
  position: relative;
  padding-top: 12rem;
}

.main-top {
  margin-top: 3.2rem;
  display: flex;
  gap: 1.8rem;
}

.main-top .staff-sch {
  position: relative;
  max-width: 82.4rem;
  flex-basis: 57.3%;
  padding: 3.2rem 3.5%;
  border-radius: 2rem;
  background: linear-gradient(135deg, #effce3 40%, #feeede);
}

.main-top .staff-sch::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #e9f9da 40%, #fee9d4);
  border-radius: 2rem;
  -webkit-mask: linear-gradient(white, white) content-box,
    linear-gradient(white, white);
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 0.5rem;
}

.main-top .staff-sch .heading2 {
  position: relative;
  z-index: 5;
}



.main-top .staff-sch .stitle2.f-medium {
  position: relative;
  margin: 0.8rem 0 2.8rem;
  z-index: 5;
}

.main-top .staff-sch .search-primary {
  max-width: 50rem;
  width: 80%;
  position: relative;
  z-index: 5;
}

.main-top .staff-sch .number {
  position: relative;
  margin-top: 2.4rem;
  z-index: 5;
}

.main-top .staff-sch .number .tit {
  position: relative;
  padding-right: 1.6rem;
  font-size: 2.2rem;
}

.main-top .staff-sch .number .tit::before {
  content: "";
  width: 1px;
  height: 2rem;
  position: absolute;
  right: 0.5rem;
  top: 0.3rem;
  background: var(--border);
}

.main-top .staff-sch .number .stitle2 {
  font-family: "Roboto";
  letter-spacing: -0.06rem;
}

.main-top .staff-sch .swiper {
  position: absolute;
  right: 1rem;
  bottom: 0;
  max-width: 33.1rem;
  z-index: 1;
width:330px;
height:300px;
}

.main-top .staff-sch .swiper .swiper-slide .staff {
  padding: 0.5rem 1rem;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

.main-top .staff-sch .swiper .swiper-slide .staff .depart {
  font-size: 1.6rem;
}

.main-top .staff-sch .swiper .swiper-slide .staff b {
  padding-right: 0.4rem;
  font-size: 2rem;
}

.main-top .book {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  border-radius: 2rem;
}

.main-top .book div {
  position: relative;
  padding: 2rem 5%;
  flex-basis: 0;
  flex-grow: 1;
  background: #005836;
}

.main-top .book div::before {
  content: "";
  width: 19.6rem;
  height: 10.6rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/main/obj_book1.svg") no-repeat left top;
  background-size: 100%;
}

.main-top .staff-sch .swiper-slide .img img{
	height:300px;
}

.main-top .book div.right::before {
  background-image: url("../images/main/obj_book2.svg");
}

.main-top .book div.right {
  background: #6fba2c;
}

.main-top .book .stitle3 {
  position: relative;
  color: #fff;
  z-index: 1;
  font-size: 2.7rem !important;
}


.main-top .book dt {
	font-size:3rem;
	font-weight:600;
}

.main-top .book dd {
	font-size:1.5rem;
	font-weight:500;
}

.main-top .book dl.infotitle {
	color:#fff;
    font-weight: 500;
    margin-top: 20px;
}

.main-top .book .stitle3 span {
  position: relative;
}

.main-top .book .stitle3 span::before {
  content: "";
  left: -2px;
  right: -2px;
  height: 1rem;
  bottom: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
}

.main-top .book .right .stitle3 span::before {
  background: #53950d;
}

.main-top .book a {
  width: 99%;
  max-width: 24rem;
  position: relative;
  display: block;
  margin-top: 2rem;
  text-align: center;
  line-height: 4rem;
  font-size: 2rem;
  color: var(--text-primary);
  font-weight: 700;
  border-radius: 5rem;
  background: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.main-top .book a:hover,
.main-top .book a:focus {
  color: #fff;
  background: transparent;
}

.main-top .book .right a {
  color: #fff;
  background: transparent;
}

.main-top .book .right a:hover,
.main-top .book .right a:focus {
  color: var(--text-primary);
  background: #fff;
}

.quick {
  display: flex;
  margin: 2rem 0 1.6rem;
  padding: 3rem 0;
  border: 1px solid var(--border);
  border-radius: 1.2rem;
}

.quick a {
  flex-basis: 0;
  flex-shrink: 0;
  flex-grow: 1;
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.quick a:hover,
.quick a:focus {
  text-decoration: underline;
  text-underline-position: under;
}

.quick a:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--border);
}

.quick a i {
  display: inline-block;
  width: 4.5rem;
  height: 4.2rem;
  margin: -3px 1.3rem 0 0;
  vertical-align: inherit;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.quick a i.ico1 {
  background-image: url("../images/main/ico_quick1.svg");
}
.quick a i.ico2 {
  background-image: url("../images/main/ico_quick2.svg");
}
.quick a i.ico3 {
  background-image: url("../images/main/ico_quick3.svg");
}
.quick a i.ico4 {
  background-image: url("../images/main/ico_quick4.svg");
}
.quick a i.ico5 {
  background-image: url("../images/main/ico_quick5.svg");
}

.find-depart {
  padding: 2.2% 3.5%;
  border-radius: 2rem;
  background: var(--bg-grey);
}

.find-depart .find-sort {
  margin-top: 2rem;
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.find-depart .find-sort .tabs {
  display: flex;
}

.find-depart .find-sort .tabs button {
  width: 18rem;
  position: relative;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: var(--text-secondary);
  border-bottom: 0.3rem solid var(--border);
}

.find-depart .find-sort .tabs button.active {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

.find-depart .find-sort .sort-wrap {
  margin-bottom: 0;
}

.find-depart .find-sort .sort-wrap button {
  width: 8.6rem;
  height: 3.4rem;
}

.find-depart .tab-cont.second {
  display: none;
}

.main-sch {
  position: relative;
  margin-top: 11rem;
  margin-bottom: 6rem;
  padding: 10rem 0;
  text-align: center;
  background: linear-gradient(to bottom, #f4faee, #fffffe);
}

.main-sch::before {
  content: "";
  width: 54.2rem;
  height: 42rem;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/sub/bg_logo_gray.svg") no-repeat left bottom;
  background-size: 100%;
}

.main-sch .search-primary {
  max-width: 64rem;
  margin: 3.2rem auto;
}

.main-sch .sch-tag {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.main-sch .sch-tag a {
  padding: 0.3rem 1.6rem;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  background: var(--color-dark);
  border-radius: 5rem;
}

.main-sch .sch-tag a::before {
  content: "#";
}

.main-sch .sch-tag a:hover,
.main-sch .sch-tag a:focus {
  background: var(--color-primary);
}

.main-brd .board .tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.4rem;
}

.main-brd .board .tabs {
  display: flex;
  gap: 5.5rem;
  margin-top: 2.4rem;
}

.main-brd .board .tabs button {
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.main-brd .board .tabs button.active {
  color: var(--color-secondary);
  border-bottom-color: var(--color-secondary);
}

.main-brd .board .tabs button:hover,
.main-brd .board .tabs button:focus {
  color: var(--color-secondary);
}

.main-brd .tab-cont:not(:first-child) {
  display: none;
}


.brd-swiper .swiper-slide a {
  display: block;
  position: relative;
  padding: 2.8rem 2.8rem 3.2rem;
  border: 1px solid var(--border-light);
  border-radius: 1.5rem;
}

.brd-swiper .swiper-slide a::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(135deg, #6fba2c, #f58220);
  border-radius: 1.5rem;
  -webkit-mask: linear-gradient(white, white) content-box,
    linear-gradient(white, white);
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 0.3rem;
  transition: all 0.2s ease;
  opacity: 0;
}

.brd-swiper .swiper-slide a:hover::before,
.brd-swiper .swiper-slide a:focus::before {
  opacity: 1;
}

.brd-swiper .swiper-slide a .tag {
  font-size: 1.5rem;
}

.brd-swiper .swiper-slide .stitle2 {
  min-height: 7.6rem;
  margin: 1.6rem 0 7.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
}

.brd-swiper .swiper-slide .date {
  color: #888;
  font-size: 1.5rem;
}

.main-brd .board .tit .btn-md {
  width: 15.2rem;
  padding: 1rem 2rem 1rem 2.4rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-brd .board .tit .btn-md::after {
  margin: 0;
}

.main-brd .brd-flex {
  margin-top: 6.4rem;
  display: flex;
  justify-content: space-between;
  gap: 5.4%;
}

.main-brd .brd-flex .board {
  width: 47.2225%;
}

.board .thumb-swiper {
  border: 0.6rem solid #37ad97;
  border-radius: 1.2rem;
}

.board .thumb-swiper a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board .thumb-swiper .control-swiper {
  position: absolute;
  margin: 0;
  left: 2.4rem;
  bottom: 2.4rem;
  z-index: 5;
}

.board .webzine {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 0.558;
  padding: 7% 4.8rem 2rem;
  background: #f8f8f8;
  border-radius: 1.2rem;
}

.board .webzine .year {
  position: relative;
  color: #005633;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  z-index: 1;
}

.board .webzine .season {
  position: relative;
  line-height: 1.3;
  font-size: 4rem;
  font-weight: 600;
  z-index: 1;
}

.board .webzine ul {
  position: relative;
  margin-top: 4%;
  padding-top: 5.5%;
  z-index: 1;
}

.board .webzine ul::before {
  content: "";
  width: 4rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #005633;
}

.board .webzine ul li {
  font-size: 1.6rem;
}

.board .webzine ul li::before {
  content: "· ";
}

/*병원보 메인 연결 추가 250609---시작*/
.board .webzine .img {
	max-width: 42.8rem;
  position: absolute;
  width: 43%;
	top: 70px;
	right: 2rem;
}

.board .webzine .img img {
  width: 100%;
	max-width: 374px;
	rotate: 15deg;
  box-shadow: 30px 0px 22px -14px rgba(0, 0, 0, .3);
}
/*병원보 메인 연결 추가 250609---끝*/

.link-wrap {
  overflow: hidden;
  position: relative;
  margin-top: 8rem;
  padding: 8rem 0;
  background: var(--bg-grey);
}

.link-wrap::before {
  content: "";
  width: 46.7rem;
  height: 46.7rem;
  position: absolute;
  top: -12rem;
  right: -7rem;
  background: url("../images/common/emb_logo.svg") no-repeat left top;
  background-size: 100%;
  filter: grayscale(1) contrast(3);
}

.link-wrap .inner > div {
  display: flex;
  gap: 2rem;
}

.link-wrap .box {
  flex-basis: 0;
  flex-grow: 1;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: #fff;
}

.link-wrap .thumb .box {
  text-align: center;
}

.link-wrap .thumb .box img.show-pc {
  width: 100%;
  display: block;
}

.link-wrap .thumb .box span {
  padding: 1.9rem 0;
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

.link-wrap .ico {
  margin-top: 2.4rem;
}

.link-wrap .ico .box {
  position: relative;
  padding: 2.4rem 3% 2.4rem 5.7%;
  font-size: 2.2rem;
  font-weight: 500;
  word-break: break-all;
}

.link-wrap .ico .box::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 8%;
  background: url("../images/ico/ico_arr_black.svg") no-repeat left top;
  background-size: 100%;
}

.link-wrap .ico .box::before {
  content: "";
  width: 15%;
  max-width: 4.6rem;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.link-wrap .ico .box.ico1::before {
  background-image: url("../images/main/ico_link1.svg");
}
.link-wrap .ico .box.ico2::before {
  background-image: url("../images/main/ico_link2.svg");
}
.link-wrap .ico .box.ico3::before {
  background-image: url("../images/main/ico_link3.svg");
}
.link-wrap .ico .box.ico4::before {
  background-image: url("../images/main/ico_link4.svg");
}

.link-wrap .ico .box:hover,
.link-wrap .ico .box:focus {
  color: #fff;
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}

.link-wrap .ico .box:hover::before,
.link-wrap .ico .box:focus::before {
  background-position: left bottom;
}

.link-wrap .ico .box:hover::after,
.link-wrap .ico .box:focus::after {
  filter: brightness(10);
}

.sns-wrap {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.sns-wrap .d-flex {
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}

.sns-wrap .heading2 span {
  background: linear-gradient(125deg, #f58220, #6fba2c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.sns-wrap .account {
  display: flex;
  gap: 3.9rem;
}

.sns-wrap .account p {
  position: relative;
  padding-left: 3.7rem;
  cursor:pointer;
}

.sns-wrap .account p:not(:first-child):after {
  content: "/";
  position: absolute;
  left: -2.2rem;
  color: var(--border);
}

.sns-wrap .account p::before {
  content: "";
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sns-wrap .account p.youtube::before {
  background-image: url("../images/ico/ico_youtube_circle.svg");
}
.sns-wrap .account p.blog::before {
  background-image: url("../images/ico/ico_blog_circle.svg");
}
.sns-wrap .account p.insta::before {
  background-image: url("../images/ico/ico_insta_circle.svg");
}

.sns-wrap .control-swiper {
  margin-top: 3rem;
}

.sns-swiper {
  margin-top: 4rem;
}

.sns-swiper .swiper {
/* height: 72.5rem; */
height:auto !important;
}

.sns-swiper .swiper a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}

.sns-swiper .swiper a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #6fba2c, #f58220);
  border-radius: 1.5rem;
  -webkit-mask: linear-gradient(white, white) content-box,
    linear-gradient(white, white);
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 0.3rem;
  transition: all 0.2s ease;
  opacity: 0;
  z-index: 2;
}

.sns-swiper .swiper a:hover::before,
.sns-swiper .swiper a:focus::before {
  opacity: 1;
}

.sns-swiper .swiper a .img {
  height: 21.5rem;
  position: relative;
}

.sns-swiper .swiper a .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sns-swiper .swiper a .img::before {
  content: "";
  position: absolute;
  width: 3.9rem;
  height: 3.9rem;
  top: 1.6rem;
  right: 1.6rem;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sns-swiper .swiper a.youtube .img::before {
  background-image: url("../images/ico/ico_youtube_gray.svg");
}
.sns-swiper .swiper a.insta .img::before {
  background-image: url("../images/ico/ico_insta_gray.svg");
}
.sns-swiper .swiper a.blog .img::before {
  background-image: url("../images/ico/ico_blog_gray.svg");
}

.sns-swiper .swiper a .text {
  padding: 2.4rem;
  border: 1px solid var(--border-light);
  border-top: 0;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.sns-swiper .swiper a .text p {
  height: 6.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .main-top .staff-sch {
    flex-basis: 54.1%;
  }

  .main-top .staff-sch .swiper {
    right: -2rem;
  }

  .link-wrap .ico .box {
    font-size: 2rem;
  }
}

/* tablet */
@media screen and (max-width: 1024px) {
  .main-top {
    display: block;
  }

  .main-top .staff-sch {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .main-top .book {
    margin-bottom: 0;
  }

  .main-top .book div {
    padding: 4%;
  }

  .quick a {
    flex-basis: auto;
    font-size: 1.8rem;
  }

  .quick a i {
    width: 3.5rem;
    height: 3.2rem;
  }

  .find-depart {
    padding: 3.5% 4%;
  }

  .find-depart .find-sort .tabs button {
    width: 14rem;
  }

  .brd-swiper .swiper-slide .stitle2 {
    margin-bottom: 4rem;
  }

  .main-brd .brd-flex {
    flex-direction: column;
    gap: 6rem;
  }

  .main-brd .brd-flex .board {
    width: 100%;
  }

  .link-wrap .inner > div {
    flex-wrap: wrap;
  }

  .link-wrap .box {
    flex-basis: calc(50% - 1rem);
  }

  .link-wrap .ico .box {
    padding: 2.4rem 4rem 2.4rem 8.5rem;
  }

  .sns-swiper .swiper {
    height: 67rem;
  }

  .sns-swiper .swiper a .img {
    height: 18.5rem;
  }
}

/* mobile */
@media screen and (max-width: 768px) {
  main {
    padding-top: 9.2rem;
  }

  .main-top {
    margin-top: 2rem;
  }

  .main-top .staff-sch {
    padding: 2rem 1.6rem;
  }

  .main-top .staff-sch .heading2 {
    padding: 0 0.8rem;
  }

  .main-top .staff-sch .stitle2.f-medium {
    margin: 0.6rem 0 2.4rem;
    padding: 0 0.8rem;
  }

  .main-top .staff-sch .search-primary {
    width: 100%;
  }

  .main-top .staff-sch .search-primary input {
    font-size: 1.3rem;
  }

  .main-top .staff-sch .number {
    margin-top: 3rem;
    padding: 0 0.8rem;
  }

  .main-top .staff-sch .number .tit {
    padding-right: 1.6rem;
    font-size: 1.7rem;
  }

  .main-top .staff-sch .number .tit::before {
    height: 1.2rem;
    right: 0.4rem;
    top: 0.4rem;
  }

  .main-top .staff-sch .swiper {
    display: none;
  }

  .main-top .book {
    display: block;
  }

  .main-top .book div {
    padding: 2rem;
  }

  .main-top .book div::before {
    width: 21rem;
    height: 12.1rem;
    right: -3.8rem;
    bottom: -0.4rem;
  }

  .main-top .book div.right::before {
    width: 20.5rem;
    right: -4.5rem;
  }

  .main-top .book a {
    width: auto;
    min-width: 14rem;
    display: inline-block;
    margin-top: 1.6rem;
    padding: 0 1rem;
    font-size: 1.3rem;
    line-height: 3rem;
  }

  .quick {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 1.6rem;
  }

  .quick a {
    flex-basis: calc(100% / 3);
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
    text-align: center;
    font-size: 1.5rem;
  }

  .quick a:not(:last-child)::after {
    height: 5rem;
  }

  .quick a:nth-child(3):after {
    display: none;
  }

  .quick a i {
    margin: 0 auto 1.2rem;
  }

  .find-depart {
    padding: 2.4rem 2rem;
    border-radius: 1.5rem;
  }

  .find-depart .heading2 {
    font-size: 2.2rem;
  }

  .find-depart .find-sort {
    margin: 1.3rem 0 2.4rem;
    display: block;
  }

  .find-depart .find-sort .tabs {
    margin-bottom: 1.6rem;
  }

  .find-depart .find-sort .tabs button {
    width: 50%;
    padding: 0.8rem 0;
    font-size: 1.5rem;
    border-width: 2px;
  }

  .find-depart .find-sort .sort-wrap button {
    width: auto;
    height: 2.8rem;
    flex-grow: 1;
  }

  .main-sch {
    margin: 8rem 0 6rem;
    padding: 4rem 0 6rem;
    overflow: hidden;
    background: linear-gradient(to bottom, #f4faee 70%, #fffffe);
  }

  .main-sch::before {
    width: 27rem;
    height: 22rem;
    left: -10rem;
    top: -5rem;
  }

  .main-sch .heading2 {
    font-size: 2.2rem;
  }

  .main-sch .search-primary {
    max-width: 64rem;
    margin: 2.4rem auto;
  }

  .main-sch .sch-tag a {
    padding: 0.3rem 0.8rem;
    font-size: 1.2rem;
  }

  .main-brd .board .tit {
    align-items: flex-start;
  }

  .main-brd .board .tabs {
    margin-bottom: -0.8rem;
  }

  .main-brd .board .tabs button {
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: 1px solid transparent;
  }

  .main-brd .board .tit .btn-md {
    width: auto;
    padding: 0.55rem 0.8rem 0.55rem 1.2rem;
  }

  .main-brd .board .tit .btn-md::after {
    margin-left: 0.4rem;
  }

  .brd-swiper.swiper {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .brd-swiper .swiper-slide a {
    padding: 2rem 2rem 2.4rem;
    border: 1px solid var(--border-light);
    border-radius: 1.2rem;
  }

  .brd-swiper .swiper-slide a::before {
    border-radius: 1.2rem;
  }

  .brd-swiper .swiper-slide a .tag {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }

  .brd-swiper .swiper-slide .stitle2 {
    margin: 1.2rem 0 2.4rem;
    min-height: 5.8rem;
  }

  .brd-swiper .swiper-slide .date {
    font-size: 1.2rem;
  }

  .main-brd .brd-flex {
    margin-top: 8rem;
    display: flex;
    flex-direction: column;
    gap: 8rem;
  }

  .board .thumb-swiper {
    border: 0.4rem solid #37ad97;
  }

  .board .thumb-swiper .control-swiper {
    width: 16.3rem;
    left: 1.2rem;
    bottom: 1.4rem;
    padding: 0 0.9rem;
  }

  .board .thumb-swiper .control-swiper .paging {
    width: 9rem;
    gap: 0.3rem;
    margin-right: 0.8rem;
  }

  .board .webzine {
    aspect-ratio: auto;
    padding: 2.4rem 2.4rem 0;
  }

  .board .webzine .year {
    font-size: 2rem;
  }

  .board .webzine .season {
    font-size: 2.2rem;
  }

  .board .webzine ul {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
  }

  .board .webzine ul li {
    font-size: 1.4rem;
  }

/*병원보 메인 연결 추가 250609---시작*/
  .board .webzine .img {
    width: 106%;
    height: 23rem;
    max-width: 19rem;
    margin: 0 auto;
    position: relative;
    right: auto;
  }
/*병원보 메인 연결 추가 250609---끝*/

  .link-wrap::before {
    display: none;
  }

  .link-wrap .inner > div {
    gap: 1rem;
  }

  .link-wrap .thumb .box {
    flex-basis: calc(50% - 0.5rem);
  }

  .link-wrap .thumb .box span {
    font-size: 1.7rem;
    padding: 1.4rem 0;
  }

  .link-wrap .ico {
    margin-top: 1.6rem;
  }

  .link-wrap .ico .box {
    flex-basis: 100%;
    padding: 1.8rem 3rem 1.8rem 5.9rem;
    font-size: 1.7rem;
  }

  .link-wrap .ico .box::after {
    right: 1.2rem;
  }

  .link-wrap .ico .box::before {
    width: 3.5rem;
    height: 3.5rem;
    left: 1.2rem;
  }

  .sns-wrap .account {
    gap: 1.7rem;
  }

  .sns-wrap .account p {
    padding-left: 2.3rem;
    font-size: 1.3rem;
  }

  .sns-wrap .account p:not(:first-child):after {
    left: -1rem;
  }

  .sns-wrap .account p::before {
    width: 1.9rem;
    height: 1.9rem;
  }

  .sns-swiper .swiper {
    height: 38.5rem;
  }

  .sns-swiper .swiper a .img {
    height: 10rem;
  }

  .sns-swiper .swiper a .img::before {
    width: 3.2rem;
    height: 3.2rem;
    right: 0.8rem;
    top: 0.8rem;
  }

  .sns-swiper .swiper a .text {
    padding: 1.6rem;
  }

  .sns-swiper .swiper a .text p {
    height: 5.2rem;
    font-size: 1.6rem;
  }
}
