/* Bootstrap Icons CDN */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

/* Web Fonts : Noto Sans + Noto Serif Korean */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700;800;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');



/* Reset CSS */
* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  word-break: keep-all;
  list-style: none;
}

i,
em,
s {
  font-style: normal;
  text-decoration: none;
}

img {
  display: block;
  margin: auto;
}

input,
button {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
}

/* Default CSS */
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #222;
  margin: 0;
  font-family: 'Noto Sans KR', sans-serif;
}

body.lock {
  overflow: hidden;
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  position: relative;
}

/* 상단 로그인시 표시 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: unset;
  z-index: 11;
  width: 100%;
  text-align: right;
  padding-right: 120px;
}

#hd_login_msg a {}

/* 상단 로그인시 표시 */

/* 로그인 및 회원가입 시작 */
.login-top {}

.login-top b {
  color: #222;
  border: 1px solid #222 !important;

}

/* 로그인 및 회원가입 끝 */



/* 헤더 시작 */
.include-header {}

.header {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #c1a785;
  z-index: 10;
}

.hd-wrap {
  display: flex;
  justify-content: center;
}

.hd-call {
  display: none;
}

.hd-logo {
  margin-right: 420px;
}

.hd-logo img {
  padding-top: 12px;
}

.hd-nav {
  position: relative;
}

.hd-nav-mo {
  display: none;
}

.hd-nav ul {
  width: 865px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.hd-nav ul li {
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.hd-nav ul li>a {
  line-height: 80px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.hd-nav ul li>a.active::before,
.hd-nav ul li:hover>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background-color: #997155;
}

.hd-nav ul li>a i {
  display: none;
}

.sub-nav {
  display: none;
  position: absolute;
  width: 120%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.sub-nav a {
  display: inline-block;
  font-size: 16px;
  margin: 0 24px;
  line-height: 100px;
  height: 100px;
}

.sub-nav a:hover,
.sub-nav a.active {
  color: #997155;
}

.overlay {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  box-shadow: 0px 3px 5px #96969650;
  z-index: 9;
}

.hd-bar span {
  position: absolute;
  padding: 26px;
  font-size: 19px;
  cursor: pointer;
  z-index: 12;
}

.hd-bar span i.bi-list {}

.hd-bar span i.bi-x-lg {
  display: none;
  color: #fff;
}

.hd-allnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("/images/allnav-bg.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 5%;
}

.hd-allnav img {
  filter: brightness(100);
}

.hd-allnav ul {
  width: 1280px;
  margin: auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.hd-allnav ul li {
  flex: 1;
}

.hd-allnav ul li span {
  display: block;
  font-size: 26px;
  padding-bottom: 35px;
}

.hd-allnav ul li a {
  display: block;
  font-size: 18px;
  line-height: 2.2em;
}

.hd-allnav ul li a:hover {
  position: relative;
}

.hd-allnav ul li a:hover::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  bottom: 0px;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
}

/* 헤더 끝 */

/* 메인 웰컴 시작 */
.main-welcome {
  background-color: #EBDBCA;
  position: relative;
}

.main-scroll {
  position: absolute;
  z-index: 5;
  width: 100px;
  height: 75px;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.main-scroll ul {}

.main-scroll ul li {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main-scroll ul li:first-child {
  font-size: 33px;
  font-weight: 200;
}

.main-scroll ul li:nth-child(2) {
  top: 20px;
  font-size: 10px;
}

.main-scroll ul li:nth-child(3) {
  left: 36.7%;
  font-size: 26px;
  font-weight: bold;
  animation: slidedown 2s infinite;
}

@keyframes slidedown {
  0% {
    transform: translateY(15px);
  }

  50% {
    transform: translateY(25px);
  }

  80% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(15px);
  }
}

.main-scroll ul li:last-child {
  bottom: 0;
}

.main-swiper-wrpper img {
  width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.main-swiper-button-prev,
.main-swiper-button-next {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  text-align: center;
  line-height: 76px;
  border: 1px solid #222;
}
.main-swiper-button-prev i,
.main-swiper-button-next i {
  color: #222;
  font-size: 28px;
}
.main-swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 150px) !important;
  right: auto;
}

.main-swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 150px) !important;
  left: auto;
}

.main-swiper-button-prev:hover,
.main-swiper-button-next:hover {
  background-color: #997155;
  border: 1px solid #997155;
}
.main-swiper-button-prev:hover i,
.main-swiper-button-next:hover i {
  color: #fff;
}

.main-wel-text {
  top: 50%;
  left: 68%;
  transform: translate(-50%, -50%);
  width: 30%;
  position: absolute;
  z-index: 5;
}

.main-ss-02 .main-wel-text {
  left: 35%;
}

.main-wel-text h1,
.main-wel-text h2 {
  font-family: 'Noto Serif KR', serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.4em;
}

.main-wel-text h1 em,
.main-wel-text h2 em {
  font-weight: 700;
}

.main-wel-text p {
  font-size: 18px;
  color: #666;
  padding-top: 30px;
}

.main-wel-text p span {
  display: block;
}

.main-wel-text a {
  display: inline-block;
  border: 1px solid #222;
  border-radius: 30px;
  width: 210px;
  height: 60px;
  text-align: center;
  line-height: 55px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

.main-wel-text a i {
  float: right;
  padding-right: 30px;
  font-weight: 500;
  line-height: 55px;
}

.main-wel-text a:hover {
  background-color: #997155;
  border: 1px solid #997155;
  color: #fff;
}

/* 메인 웰컴 끝 */

/* 메인 프리미엄 시작 */
.main-pre {
  padding: 160px 50px 200px 50px;
}

.main-pre-wrap {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.main-pre-wrap>div {}

.main-pre-move {}

.main-pre-move-pic {
  position: relative;
  opacity: 0;
  /* visibility: hidden; */
}

.main-pre-move-pic.active {
  animation: slideup 2s;
  transition: 2s;
  opacity: 1;
  /* visibility: visible; */
}

@keyframes slideup {
  0% {
    bottom: -200px;
  }

  100% {
    bottom: 0;
  }
}

.main-pre-move-pic::before {
  content: 'YSLine Clinic';
  position: absolute;
  top: 60px;
  right: -100px;
  font-size: 18px;
  transform: rotate(-90deg);
  font-family: 'Noto Serif KR', serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.main-pre-move-pic::after {
  content: '';
  position: absolute;
  width: 1008px;
  height: 1008px;
  border-radius: 50%;
  border: 1px solid #a5a5a5;
  top: -700px;
  left: -650px;
  z-index: -1;
}

.main-pre-move-pic img {
  margin-left: 77px;
}

.main-pre-move-text {
  padding-top: 175px;
  position: relative;
  opacity: 0;
}

.main-pre-move-text.active {
  animation: slideright 2s;
  transition: 2s;
  opacity: 1;
}

@keyframes slideright {
  0% {
    left: -200px;
  }

  100% {
    left: 0;
  }
}

.main-pre-move-text h2 {
  font-family: 'Noto Serif KR', serif;
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.2em;
}

.main-pre-move-text h3 {
  font-family: 'Noto Serif KR', serif;
  font-weight: 400;
  font-size: 66px;
  line-height: 1.2em;
}

.main-pre-move-text span {
  font-size: 20px;
  display: block;
  padding: 45px 0 83px 0;
  color: #666;
}

.main-pre-move-text span b {
  color: #222;
}

.main-pre-move-text a {
  display: inline-block;
  border: 2px solid #dcdcdc;
  width: 210px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  line-height: 56px;
  color: #666;
}

.main-pre-move-text a i {
  float: right;
  line-height: 56px;
  padding-right: 30px;
  color: #666;
}

.main-pre-move-text a:hover {
  background-color: #997155;
  border: 1px solid #997155;
  color: #fff;
}

.main-pre-move-text a:hover i {
  color: #fff;
}

.main-pre-bg {
  position: relative;
  padding: 540px 60px 0 0;
  opacity: 0;
}

.main-pre-bg::before {
  content: '';
  position: absolute;
  bottom: -50px;
  right: 10px;
  border: 1px solid #997155;
  width: 545px;
  height: 807px;
  border-radius: 280px 280px 0 0;
}

.main-pre-bg.active {
  animation: slideroundleft 2s linear;
  transition: 2s;
  opacity: 1;
}

@keyframes slideroundleft {
  0% {
    right: -200px;
  }

  100% {
    right: 0;
  }
}

.main-pre-bg img {}

/* 메인 프리미엄 끝 */

/* 메인 시그니처 시작 */
.main-sig {
  padding-bottom: 190px;
}

.main-text {
  text-align: center;
  padding-bottom: 80px;
}

.main-text h2 {
  font-size: 60px;
  font-weight: 400;
  font-family: 'Noto Serif KR', serif;
  line-height: 2em;
}

.main-text h1 b {}

.main-text span {
  font-size: 18px;
}

.sig-swiper {
  border: 1px solid #000;
}

.sig-swiper-wrpper {}

.sig-swiper-wrpper>div {
  width: auto !important;
}

.sig-swiper-slide01 {
  padding-top: 80px;
}

.sig-swiper-slide02 {
  padding-top: 130px;
}

.sig-swiper-slide03 {
  padding-top: 60px;
}

.sig-swiper-slide04 {}

.sig-swiper-slide05 {
  padding-top: 130px;
}

.sig-swiper-slide06 {}

.sig-swiper-slide img {}

.sig-slide-text {
  position: absolute;
}

.sig-slide-text span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.sig-slide-text span:last-child {
  font-family: 'Noto Serif KR', serif;
  font-weight: 600;
}

.sig-swiper-slide01 .sig-slide-text {
  left: 45px;
  bottom: 50px;
}

.sig-swiper-slide02 .sig-slide-text {
  left: 50px;
  bottom: 67px;
}

.sig-swiper-slide03 .sig-slide-text {
  bottom: 180px;
  right: 57px;
}

.sig-swiper-slide04 .sig-slide-text {
  left: 42px;
  bottom: 57px;
}

.sig-swiper-slide05 .sig-slide-text {
  left: 45px;
  bottom: 55px;
}

.sig-swiper-slide06 .sig-slide-text {
  left: 45px;
  top: 45px;
}

/* 메인 시그니처 끝 */

/* 메인 게시판 시작 */
.main-notice {
  padding-bottom: 220px;
}

.main-notice-wrap {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.main-notice-wrap>div {
  flex: 1;
}

.main-notice-move {
  position: relative;
}

.main-notice-move img {}

.main-notice-move-text {
  position: absolute;
  top: 85px;
  left: 60px;
  width: 500px;
  color: #fff;
}

.main-notice-move-text span {
  text-transform: uppercase;
  font-family: 'Noto Serif KR', serif;
  color: #ffffffc4;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.main-notice-move-text h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 20px 0 280px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.main-notice-move-text a {
  display: inline-block;
  width: 210px;
  height: 60px;
  line-height: 56px;
  border: 1px solid #997155;
  background-color: #fff;
  border-radius: 70px;
  color: #997155;
  text-align: center;
}

.main-notice-move-text a i {
  float: right;
  padding-right: 30px;
  line-height: 56px;
}

.main-notice-move-text a:hover {
  background-color: #997155;
  color: #fff;
}

.main-notice-board {
  padding-left: 65px;
  height: 660px !important;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* 인터넷 익스플로러 */
  scrollbar-width: none;
  /* 파이어폭스 */
}

.main-notice-board::-webkit-scrollbar {
  display: none;
}

.main-notice-board>div:first-child {
  border-top: 1px solid #997155;
}

.main-notice-board-con {
  border-bottom: 1px solid #997155;
  height: auto !important;
  display: flex !important;
  justify-content: space-between;
  padding: 42px 25px;
}

.main-notice-board-con:hover {
  background-color: #e4ac842c;
}

.main-notice-board-pic {
  position: relative;
}

.main-notice-board-pic img {}

.main-notice-board-pic p {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  color: #fff;
  font-family: 'Noto Serif KR', serif;
  line-height: 2em;
}

.main-notice-board-pic p b {
  display: block;
  font-size: 30px;
}

.main-notice-board-text {
  width: 50%;
  height: 160px;
  overflow: hidden;
}

.main-notice-board-text ul {
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main-notice-board-text ul li {
  font-size: 15px;
}

.main-notice-board-text ul li b {
  font-size: 17px;
  line-height: 2em;
}

.main-notice-board-text ul li:last-child {
  font-size: 14px;
  margin-top: auto;
}

/* 게시글 불러오기 부분 시작*/
.lat {
  background: unset;
}
.lat .lat_title {
  display: none;
}
.lat li {
  border-bottom: 1px solid rgba(231, 220, 212, 0.445);
  margin-bottom: 2px;
}
.lat li a {
  font-size: 14px;
}
.lat li .new_icon {
  width: 13px;
  line-height: 13px;
  font-size: 9px;
}
.lt_info {
  padding: 5px 0;
  display: inline;
  float: right;

}
.lt_info span {
  background-color: unset;
  color: #333;
}
.lt_info .lt_nick {
  display: none;
}
.lt_info .lt_date {
  color: #333;
  font-size: 14px;
}
.lat li .fa-download {
  display: none;
}
.lat .lt_more {
  display: none;
  position: unset;
  width: 100%;
  border: 1px solid #997155;
  color: #997155;
  border-radius: 0;
  font-size: 14px;
  line-height: 32px;
}
.lat .lt_more:hover {
  background-color: #997155;
  color: #fff;
  transition: 0.1s;
}
.lat .empty_li {
  height: 160px;
  text-align: left;
}
/* 게시글 불러오기 부분 끝*/


/* 메인 게시판 끝 */

/* 메인 인포 시작 */
.main-info {
  padding: 0 50px 170px 50px;
  background: url('/images/main-introbg.png') no-repeat top 0 right 0;
}

.main-info-wrap {
  max-width: 1550px;
  margin: auto;
  padding-top: 220px;
  display: flex;
  justify-content: space-between;
}

.main-info-wrap>div {
  flex: 1;
}

.main-info-text {
  padding: 36px 0;
}

.main-info-text-tit {}

.main-info-text-tit span {
  text-transform: uppercase;
  color: #997155;
  font-size: 15px;
  letter-spacing: 0.2em;
  font-family: 'Noto Serif KR', serif;
}

.main-info-text-tit h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 25px;
}

.main-info-text-tit h2 em {
  display: block;
}

.main-info-text-con {}

.main-info-text-con ul {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.main-info-text-con ul li {
  flex: 1;
  padding-left: 20px;
}

.main-info-subtit {
  text-transform: uppercase;
  font-size: 18px;
  color: #997155;
  font-family: 'Noto Serif KR', serif;
  position: relative;
  padding-bottom: 20px;
  margin-top: 50px;
  letter-spacing: 0.05em;
}

.main-info-subtit::before {
  content: '◆';
  position: absolute;
  color: #997155;
  font-size: 12px;
  left: -18px;
  top: 0;
}

.main-info-subcon {
  font-size: 18px;
  font-weight: bold;
}

.main-info-subcon-tel {
  font-size: 35px;
  font-family: 'Noto Serif KR', serif;
  font-weight: 700;
}

.main-info-subcon span {
  display: block;
  line-height: 2.2em;
}

.main-info-subcon em {
  font-weight: 400;
}

.main-info-subcon span s {
  float: right;
  padding-right: 70px;
}

.main-info-subcon small {
  font-weight: 400;
  color: #997155;
  font-size: 16px;
}

.main-info-map {}
#map {
  height: 550px;
}
.main-info-map img {
  width: 100%;
}

/* 메인 인포 끝 */

/* 푸터 시작 */
.include-footer {}

.footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 0 50px;
}

.ft-wrap {
  max-width: 1530px;
  margin: auto;
}

.ft-notice {
  color: #dedede;
  height: 65px;
  border-bottom: 1px solid #fff;
}

.ft-notice a {
  padding-right: 30px;
  line-height: 65px;
}

.ft-info {
  font-size: 14px;
  color: #7e7e7e;
  padding: 18px 0;
  height: 150px;
}

.ft-info ul {
  width: 600px;
}

.ft-info ul li {
  display: inline-block;
  width: 200px;
  line-height: 2em;
}

.ft-info ul li:nth-child(1),
.ft-info ul li:nth-child(4) {
  width: 160px;
}

.ft-info ul li:nth-child(3),
.ft-info ul li:nth-child(6) {
  padding-left: 20px;
}

.ft-info span {
  display: block;
  padding-top: 15px;
}

.ft-info img {
  float: right;
}

/* 푸터 끝 */

/* 퀵메뉴 시작 */
.include-quick {}

.quick {
  position: fixed;
  z-index: 11;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.quick {
  display: none;
}

.quick a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 15px 0;
  position: relative;
}

.quick a:nth-child(1) img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.quick a:nth-child(2) {
  background-color: #ddc39f;
  padding-top: 23px;
}

.quick a:nth-child(3) {
  background-color: #371c1d;
  padding-top: 21px;
}

.quick a:nth-child(4) {
  background-color: #fff;
  font-size: 30px;
  line-height: 60px;
}

.quick a img {}

.quick a i {}

.quick a:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.quick a:nth-child(2):hover {
  background-color: #009126;
}

.quick a:nth-child(3):hover {
  background-color: #ffda2b;
}

.quick a:nth-child(3):hover img {
  filter: invert(9%) sepia(15%) saturate(3340%) hue-rotate(308deg) brightness(20%) contrast(91%);
}

/* 퀵메뉴 끝 */

/* wow 플러그인 시작 */
.animate__animated {}

/* wow 플러그인 끝 */

/* 서브페이지 시작 */
.sub-top {
  position: relative;
}

.sub-top img {
  width: 100%;
}

.sub-top-text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.sub-top-text b {
  display: block;
  font-family: 'Noto Serif KR', serif;
  font-size: 40px;
  border: 1px solid #fff;
  padding: 25px 100px;
  padding-bottom: 30px;
}

.sub-top-text span {
  display: block;
  padding-top: 25px;
  font-size: 18px;
}

.sub-top-clnic .sub-top-text {
  color: #222;
  top: 65%;
}

.sub-top-clnic .sub-top-text b {
  border: 1px solid #222;
}

.sub-menu {
  color: #fff;
  background-color: #997155;
  text-align: center;
}

.sub-menu ul {
  display: flex;
  margin-left: 300px;
}

.sub-menu ul li {
  border-right: 1px solid #fff;
  padding: 10px;
  width: 190px;
  position: relative;
  cursor: pointer;
}

.sub-menu ul li:first-child {
  width: 65px;
  border-left: 1px solid #fff;
}

.sub-menu ul li:hover {
  background-color: #dad2ca;
  color: #222;
}

.sub-menu ul li:hover i {
  transform: rotateX(180deg);
}

.sub-menu ul li>i {}

.sub-menu ul li span {}

.sub-menu ul li span i {
  float: right;
  padding-right: 20px;
}

.sub-menu ul li>div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  color: #222;
  font-size: 14px;
  background-color: #dad2ca;
  z-index: 10;
}

.sub-menu ul li>div a {
  display: block;
  padding: 10px;
}

.sub-menu ul li>div a.active,
.sub-menu ul li>div a:hover {
  color: #997155;
}

.sub-menu-title {
  display: none;
}

.sub-menu-title a {}

.sub-menu-list {}
.sub-menu-list-intro,
.sub-menu-list-petit,
.sub-menu-list-laser,
.sub-menu-list-skin,
.sub-menu-list-obe,
.sub-menu-list-board {
  display: none;
}

.sub-menu-list a {}

.sub-con-title {
  width: 100%;
}

.sub-con-title-ct {
  text-align: center;
}

.sub-con-title-lf {
  text-align: left;
}

.sub-con-title-smalldw {}

.sub-con-title-smalldw h2 small {
  display: block;
  padding-left: 5px;
}

.sub-con-title span {
  text-transform: uppercase;
  color: #7e7e7e;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.sub-con-title h2 {
  font-family: 'Noto Serif KR', serif;
  font-size: 36px;
  padding-top: 55px;
  position: relative;
}

.sub-con-title h2 b {
  display: block;
  line-height: 1.2em;
  font-weight: 400;
}

.sub-con-title p {
  font-size: 18px;
  line-height: 1.6em;
  color: #363636;
  padding: 80px 0;
}

.sub-con-title-min {}

.sub-con-title-min h2 {
  font-size: 50px;
  line-height: 2em;
}

.sub-con-title-min h2 em {
  font-weight: 300;
}

.sub-con-title-min span {
  font-size: 24px;
  color: inherit;
  font-weight: 400;
  letter-spacing: normal;
}

.sub-wrap {
  width: 1280px;
  margin: auto;
}

.sub-content-commu {
  padding: 180px 0;
}

.sub-content-commu .sub-con-title h3 {
  font-size: 50px;
}

/* 서브페이지 바텀 시작 */
.sub-bottom {
  background: url('/images/sub-bottom.png') no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 160px;
}

.sub-bottom .sub-con-title-min {
  color: #fff;
}

.sub-bt-spe {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}

.sub-bt-spe li {
  background-color: #fff;
  text-align: center;
  padding: 35px 30px;
}

.sub-bt-spe li img {
  border-bottom: 8px solid #997155;
}

.sub-bt-spe li h3 {
  font-family: 'Noto Serif KR', serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3em;
  padding-top: 40px;
}

.sub-bt-spe li h3 em {
  color: #997155;
  display: block;
}

.sub-bt-spe li p {
  font-size: 18px;
  line-height: 1.9em;
  padding: 30px 30px 0 30px;
}

/* 서브페이지 바텀 끝 */

/* 서브 시작설명 시작 */
.sub-con-exp {
  padding: 120px 0;
  position: relative;
}

.sub-con-exp::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #fff1e5;
  z-index: -1;
  top: 0;
  left: -40px;
}

.sub-con-exp ul {
  display: flex;
  justify-content: flex-end;
}

.sub-con-exp ul li {}

.sub-con-exp ul li:last-child {
  width: 545px;
}

.sub-con-exp ul li img {
  padding-right: 50px;
}

.sub-con-exp .sub-con-title {
  padding: 30px;
}

.sub-con-exp .sub-con-title span {}

.sub-con-exp .sub-con-title h2 {
  padding-top: 30px;
}

.sub-con-exp .sub-con-title h2 b {
  font-size: 60px;
  font-weight: 500;
  display: inline-block;
  padding-right: 20px;
}

.sub-con-exp .sub-con-title h2 small {
  font-size: 26px;
  font-weight: 400;
  text-transform: capitalize;
}

.sub-con-exp .sub-con-title p {
  padding-top: 30px;
}

/* 서브 시작설명 끝 */

/* 서브 멘트 시작 */
.sub-con-ment {
  padding: 110px 0;
  text-align: center;
}

.sub-con-ment img {
  display: inline-block;
  padding-bottom: 10px;
}

.sub-con-ment img:last-child {
  transform: rotateY(-180deg);
}

.sub-con-ment span {
  font-size: 26px;
  color: #363636;
  font-family: 'Noto Serif KR', serif;
  padding: 0 10px;
}

/* 서브 멘트 끝 */

/* 서브 배너 시작 */
.sub-con-bn {
  position: relative;
}

.sub-con-bn p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-145%, -50%);
  font-size: 34px;
  font-family: 'Noto Serif KR', serif;
}

.sub-con-bn img {
  width: 100%;
}

/* 서브 배너 끝 */

/* 서브 도구 시작 */
.sub-con-means {
  padding: 180px 0;
  background: url('/images/sub-bg-net.png') no-repeat bottom;
  background-size: 100%;
}

.sub-con-means>ul {}

.sub-con-means>ul>li {
  display: flex;
  justify-content: center;
  padding-bottom: 120px;
}

.sub-con-means>ul>li:last-child {
  padding-bottom: 0;
}

.sub-con-means>ul>li>div {
  flex: 1;
}

.sub-con-mn-text {
  padding: 0 80px;
}

.sub-con-mn-text-title {
  display: flex;
  justify-content: flex-start;
}

.sub-con-mn-text-title li {}

.sub-con-mn-text-title li img {
  padding-right: 30px;
}

.sub-con-mn-text-title li h4 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.3em;
}

.sub-con-mn-text-title li span {
  position: relative;
  font-size: 38px;
  font-weight: 700;
  padding-right: 10px;
  line-height: 1.3em;
}

.sub-con-mn-text-title li span img {
  position: absolute;
  left: 100%;
  top: 10px;
}

.sub-con-mn-text-title li span small {
  font-weight: 400;
}

.sub-con-mn-text p {
  font-size: 18px;
  padding-top: 30px;
  line-height: 1.7em;
}

.sub-con-mn-text p b {
  display: block;
  text-align: center;
  font-weight: 500;
  color: #997155;
  border: 1px solid #997155;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 15px;
}

.sub-con-mn-pic {}

.sub-con-mn-pic img {}

.sub-con-means-etc {
  padding-top: 80px;
}

.sub-con-means-etc ul {
  padding-top: 80px;
  display: flex;
  justify-content: space-around;
}

.sub-con-means-etc ul li {
  display: block;
  width: 320px;
}

.sub-con-means-etc ul li img {}

.sub-con-means-etc ul li p {
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.7em;
}

.sub-con-means-etc ul li p b {
  display: block;
  font-size: 22px;
  padding-bottom: 10px;
}

.sub-con-mn-title-dia {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.sub-con-mn-title-dia>li {
  width: 140px;
  height: 140px;
  color: #997155;
  font-weight: 700;
  text-align: center;
  padding-top: 45px;
  background: url('/images/hexagon.png') no-repeat center center;
  position: relative;
}

.sub-con-mn-title-dia>li:before {
  content: '+';
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #997155;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  z-index: 1;
}

.sub-con-mn-title-dia>li:last-child::before {
  display: none;
}

/* 서브 도구 끝 */

/* 서브 효과 시작 */
.sub-con-ef {
  padding-bottom: 160px;
}

.sub-con-ef ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 60px 90px 0 90px;
}

.sub-con-ef ul li {
  text-align: center;
  background-color: #fff1e5;
  width: 340px;
  padding: 50px;
  border-radius: 100px;
  font-size: 22px;
  margin: 25px 0;
  position: relative;
}

.sub-con-ef ul li:before {
  content: "\F633";
  position: absolute;
  font-family: bootstrap-icons !important;
  color: #997155;
  padding: 3px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

/* 서브 효과 끝 */

/* 서브 부위 시작 */
.sub-con-area {
  background-color: #ececec;
  position: relative;
}

.sub-con-area>div {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.sub-con-area img {
  width: 100%;
}

/* 서브 부위 끝 */

/* 서브 타입 시작 */
.sub-con-type {
  background: url('/images/red-04.png') no-repeat;
  background-size: cover;
}

.sub-con-type .sub-con-title {
  color: #fff;
}

.sub-con-type ul {
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding: 100px;
}

.sub-con-type ul li {
  flex: 1;
  background-color: #fff;
  margin: 0 15px;
  padding: 50px;
}

.sub-con-type ul li p {
  font-size: 18px;
  line-height: 1.6em;
}

.sub-con-type ul li p b {
  display: block;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 20px;
}

/* 서브 타입 끝 */

/* 병원소개 시작 */
.sub-content-intro {
  padding: 80px 0;
}

.sub-intro-main {
  position: relative;
}

.sub-intro-main::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 110px;
  background-color: #0c0307;
  left: 50%;
  bottom: -55px;
  transform: translateX(-50%);
}

.sub-intro-main .sub-con-title-ct h2:before {
  content: 'yonseiline';
  position: absolute;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 400;
  color: #eaeaea;
  z-index: -1;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.sub-intro-main img {
  padding-bottom: 120px;
}

.sub-intro-main hr {}

.sub-intro-spe {
  padding-top: 120px;
}

.sub-intro-spe ul {
  max-width: 1400px;
  margin: auto;
  padding: 0 60px;
}

.sub-intro-spe ul li {
  display: flex;
  justify-content: space-between;
  padding-top: 130px;
}

.sub-intro-spe ul li:first-child {
  padding-top: 180px;
}

.sub-intro-spe ul li>div:last-child {
  padding-left: 100px;
}

.sub-intro-spe-pic {
  background-color: #fff1e5;
  width: 55%;
  height: 350px;
  position: relative;
}

.sub-intro-spe-pic img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}

.sub-intro-spe-text {
  width: 45%;
  padding-top: 40px;
}

.sub-intro-spe-text h4 {
  font-size: 30px;
  padding-bottom: 50px;
}

.sub-intro-spe-text p {
  font-size: 18px;
  line-height: 1.8em;
}

/* 병원소개 끝 */

/* 오시는길 시작 */
.sub-content-map {
  padding: 180px 0;
}

.sub-content-map .main-info-wrap {
  padding: 0;
  max-width: 1400px;
}

.sub-content-map .main-info-text {}

.sub-content-map .main-info-text-con ul {
  display: block;
}

.sub-content-map .main-info-text-con ul li {
  padding-right: 250px;
}

.sub-content-map .main-info-map {
  padding-top: 200px;
}

/* 오시는길 끝 */

/* 둘러보기 시작 */
.sub-content-photo {
  padding: 180px 0 210px 0;
  width: 1200px;
  margin: auto;
}

.photoSwiper {}

.photoSwiper .swiper-slide {
  width: 1200px;
  height: 600px;
  background-color: #d2d8df;
}

.phto-button-next,
.phto-button-prev {
  color: #fff !important;
  font-size: 60px;
  padding: 0 50px;
}

.phto-pagination {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.phto-pagination span {
  width: 150px !important;
  height: 100px !important;
  border-radius: unset;
}

.phto-pagination .swiper-pagination-bullet-active {
  background: unset !important;
  border: 5px solid #997155;
}

/* 둘러보기 끝 */

/* 쁘띠클리닉 시작 */

/* 보톡스 시작 */
/* 보톡스 끝 */
/* 쁘띠클리닉 끝 */

/* 서브페이지 끝 */

@media (max-width: 1650px) {
  .hd-logo {
    margin-right: 10%;
  }

  .sub-menu ul {
    margin-left: 150px;
  }
}

@media (max-width: 1350px) {
  .hd-logo {
    margin-right: 5%;
  }

  .sub-menu ul {
    margin-left: 50px;
  }
}

@media (max-width: 1250px) {
  .hd-logo {
    margin-right: 3%;
  }

  .sub-menu ul {
    margin-left: 50px;
  }
}

@media (max-width: 768px) {
  a:hover {}

  .header {
    height: 70px;
  }

  .header.active {
    background-color: #997155;
  }

  .header.active .hd-call img,
  .header.active .hd-logo img,
  .header.active .hd-bar span {
    filter: brightness(100);
  }

  .hd-wrap>div {}

  .hd-call {
    display: block;
    padding: 20px;
  }

  .hd-call img {
    width: 80%;
  }

  .hd-logo {
    margin: 0 auto;
  }

  .hd-logo img {
    padding-top: 12px;
    width: 80%;
  }

  .hd-bar {}

  .hd-bar span {
    position: unset;
    font-size: 25px;
    color: #997155;
    line-height: 60px;
    padding: 20px;
  }

  .hd-nav {
    position: absolute;
    display: block;
    top: 70px;
    width: 100%;
  }

  .hd-nav.active {
    display: block;
  }

  .hd-nav-mo {
    display: flex;
  }

  .hd-nav-mo a {
    flex: 1;
    color: #fff;
    text-align: center;
    line-height: 45px;
    padding-right: 40px;
    font-size: 14px;
  }

  .hd-nav-mo a img {
    display: inline-block;
    float: left;
    padding-left: 50px;
    padding-top: 14px;
    width: 67px;
  }

  .hd-nmc {
    background-color: #755946;
  }

  .hd-nmm {
    background-color: #997155;
  }

  .hd-nav {
    display: none;
  }

  .hd-nav ul {
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #fff;
  }

  .hd-nav ul li {
    text-align: left;
  }

  .hd-nav ul li>a {
    line-height: 1em;
    padding: 20px;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #d7d7d7;
    font-size: 15px;
    pointer-events: none;
  }

  .hd-nav ul li>a.active::before,
  .hd-nav ul li:hover>a:before {
    display: none;
  }

  .hd-nav ul li>a i {
    display: block;
    float: right;
  }

  .hd-nav ul li>a.active i {
    transform: rotate(180deg);
  }

  .sub-nav {
    position: unset;
    width: 100%;
    transform: unset;
    background-color: #f5f5f5;
    padding: 20px 0;
  }

  .sub-nav a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    height: auto;
  }

  /* 메인 시작 */
  .main-scroll {
    display: none;
  }

  .main-swiper {
    height: 400px;
  }

  .main-swiper-wrpper img {
    width: unset;
    height: 440px;
    object-position: -50px -40px;
  }

  .main-ss-02 img {
    object-position: -300px -40px;
  }

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

  .main-wel-text {
    top: 0 !important;
    left: 0 !important;
    transform: unset;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 20px;
    padding-top: 185px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 10%, transparent);
  }

  .main-wel-text h1,
  .main-wel-text h2 {
    font-size: 22px;
  }

  .main-wel-text p {
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
  }

  .main-wel-text a {
    width: 140px;
    height: 40px;
    line-height: 38px;
    margin-top: 15px;
    font-size: 12px;
    background-color: #997155;
    border: none;
  }

  .main-wel-text a i {
    line-height: 38px;
    padding-right: 20px;
  }

  .main-pre {
    padding: 70px 20px;
  }

  .main-pre-wrap {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .main-pre-move-pic,
  .main-pre-move-pic::before,
  .main-pre-move-pic::after {
    display: none;
  }

  .main-pre-move-text {
    opacity: 1;
    text-align: center;
    padding-top: 50px;
  }

  .main-pre-move-text h1 {
    font-size: 32px;
    font-weight: 700;
  }

  .main-pre-move-text h2 {
    font-size: 28px;
  }
  .main-pre-move-text h3 {
    font-size: 28px;
  }

  .main-pre-move-text span {
    font-size: 14px;
    padding: 20px 0;
  }

  .main-pre-move-text a {
    width: 140px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
  }

  .main-pre-move-text a i {
    line-height: 38px;
    padding-right: 20px;
  }

  .main-pre-bg {
    opacity: 1;
    padding: 0;
  }

  .main-pre-bg::before {
    width: 200px;
    height: 300px;
    right: -30px;
    bottom: -20px;
    transform: translateX(-50%);
  }

  .main-pre-bg img {
    width: 200px;
  }

  .main-text {
    padding-bottom: 30px;
  }

  .main-text h2 {
    font-size: 24px;
    line-height: 1.5em;
  }

  .main-text span {
    font-size: 14px;
  }

  .main-sig {
    padding-bottom: 70px;
  }

  .sig-swiper-wrpper>div {
    width: 200px !important;
    height: 280px !important;
    padding-top: 0 !important;
    overflow: hidden;
  }

  .sig-swiper-wrpper img {
    width: 100%;
  }

  .sig-swiper-slide01 img {}

  .sig-swiper-slide02 img {
    width: unset;
    height: 100%;
    object-position: -50px 0;
  }

  .sig-swiper-slide03 img {
    width: unset;
    height: 100%;
  }

  .sig-swiper-slide04 img {
    width: unset;
    height: 100%;
  }

  .sig-swiper-slide05 img {}

  .sig-swiper-slide06 img {
    width: unset;
    height: 100%;
    object-position: -150px 0;
  }

  .sig-slide-text {
    left: 20px !important;
    bottom: 20px !important;
    top: unset !important;
  }

  .sig-slide-text span {
    font-size: 16px;
    line-height: 1.2em;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }

  .main-notice {
    padding-bottom: 70px;
  }

  .main-notice-wrap {
    min-width: 100%;
    display: block;
  }

  .main-notice-move img {
    width: 100%;
  }

  .main-notice-move-text {
    top: 50px;
    left: 30px;
    width: 80%;
  }

  .main-notice-move-text span {
    font-size: 14px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }

  .main-notice-move-text h3 {
    font-size: 24px;
    line-height: 1.2em;
    margin: 10px 0 100px 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }

  .main-notice-move-text a {
    width: 140px;
    height: 40px;
    line-height: 38px;
    margin-top: 15px;
    font-size: 12px;
    border: 1px solid #997155;
    background-color: #fff;
    border: none;
  }

  .main-notice-move-text a i {
    line-height: 38px;
    padding-right: 20px;
  }

  .main-notice-board {
    height: unset !important;
    overflow-y: unset;
    padding-left: 0;
    width: 100%;
  }

  .main-notice-board-con {
    padding: 30px 15px;
  }

  .main-notice-board-pic {
    width: 45%;
    overflow: hidden;
  }

  .main-notice-board-pic img {
    width: 100%;
  }

  .main-notice-board-pic p {
    font-size: 16px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.5em;
    text-align: center;
  }

  .main-notice-board-pic p b {
    font-size: 20px;
  }

  .main-notice-board-text {
    width: 50%;
    height: 100px;
  }

  .main-notice-board-text ul {
    display: block;
  }

  .main-notice-board-text ul li:nth-child(2) {
    padding-top: 5px;
  }

  /* 게시글 불러오기 부분 */
  .lat li a {
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.2em;
    width: 87%;
  }
  .lt_info {
    display: block;
    float: unset;
  }
  .lat li .new_icon {
    display: none;
  }
  .lat .empty_li {
    line-height: 100px;
  }
    /* 게시글 불러오기 부분 */

  .main-info {
    padding: 0 20px;
    padding-bottom: 50px;
    background: url(/images/main-introbg.png) no-repeat bottom 0 right 0;
    background-size: 70%;
  }

  .main-info-wrap {
    width: 100%;
    padding-top: 0;
    display: block;
  }

  .main-info-text {
    padding: 0;
    padding-bottom: 30px;
  }

  .main-info-text-tit span {
    font-size: 13px;
  }

  .main-info-text-tit h2 {
    font-size: 24px;
    padding-top: 10px;
  }

  .main-info-text-con ul {
    display: block;
    padding-top: 0;
    padding-bottom: 30px;
    margin-top: 20px;
  }

  .main-info-subtit {
    margin-top: 30px;
    font-size: 16px;
    padding-bottom: 10px;
  }

  .main-info-subcon {
    font-size: 16px;
  }

  .main-info-subcon-tel {
    font-size: 25px;
  }
  #map {
    height: 230px !important;
  }
  .footer {
    padding: 20px;
    padding-top: 0;
  }
  .ft-wrap {
    width: 100%;
  }
  .ft-notice {
    height: 45px;
    text-align: center;
  }
  .ft-notice a {
    padding: 0 10px;
    line-height: 45px;
    font-size: 14px;
  }
  .ft-info {
    padding: 15px 0;
    height: unset;
  }
  .ft-info ul {
    width: 100%;
  }
  .ft-info ul li:nth-child(3),
  .ft-info ul li:nth-child(6) {
    padding-left: 0;
  }
  .ft-info ul li:nth-child(3) {
    width: 160px;
  }
  /* 메인 끝 */

  /* 서브 시작 */
  .sub-content {
    padding: 50px 0;
    padding-bottom: 0;
  }
  .sub-top {
    height: 270px;
    overflow: hidden;
  }
  .sub-top img {
    width: unset;
    height: 100%;
    object-position: -150px;
  }
  .sub-top-text {
    width: 100%;
  }
  .sub-top-text b {
    display: inline-block;
    font-size: 24px;
    padding: 20px 80px;
  }
  .sub-top-text span {
    font-size: 16px;
  }
  .sub-menu ul {
    margin: 0 30px;
  }
  .sub-menu ul li {
    padding: 8px;
    width: 140px;
    font-size: 14px;
  }
  .sub-menu ul li:first-child {
    width: 45px;
  }
  .sub-menu ul li span i {
    padding-right: 5px;
  }
  .sub-con-title span {
    font-size: 14px;
  }
  .sub-con-title h2 {
    font-size: 22px;
    padding-top: 15px;
  }
  .sub-con-title p {
    font-size: 15px;
    padding: 50px 0;
  }
  .sub-bottom {
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .sub-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .sub-bt-spe li {
    padding: 25px 20px;
    margin-bottom: 15px;
  }
  .sub-bt-spe {
    display: block;
    padding: 0 20px;
  }
  .sub-bt-spe li h3 {
    font-size: 20px;
    padding-top: 20px;
    padding-top: 0;
  }
  .sub-bt-spe li p {
    font-size: 14px;
    padding: 10px 20px 0 20px;
    line-height: 1.3em;
  }
  .sub-bt-spe li img {
    display: none;
  }
  /* 병원소개 시작 */
  .sub-intro-main {
    padding: 0 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .sub-intro-main .sub-con-title-ct h2:before {
    font-size: 45px;
  }
  .sub-intro-main img {
    padding-bottom: 70px;
    width: 100%;
  }
  .sub-intro-spe {
    padding: 50px 0;
  }
  .sub-intro-spe ul {
    width: 100%;
    padding: 0;
  }
  .sub-intro-spe ul li {
    display: block;
  }
  .sub-intro-spe ul li:first-child {
    padding-top: 130px;
  }
  .sub-intro-spe ul li>div:last-child {
    padding-left: unset;
  }
  .sub-intro-spe-pic {
    width: 100%;
    height: 160px;
  }
  .sub-intro-spe-pic img {
    width: 80%;
    bottom: 50px;
  }
  .sub-intro-spe-text {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .sub-intro-spe-text h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .sub-intro-spe-text p {
    font-size: 14px;
    line-height: 1.5em;
  }
  .sub-intro-spe ul li:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  /* 병원소개 끝 */
  /* 오시는 길 시작 */
  .sub-content-map {
    padding-bottom: 0;
  }
  .sub-content-map .main-info-text-tit span {
    font-size: 12px;
  }
  .sub-content-map .main-info-text-tit h2 {
    font-size: 22px;
    line-height: 1.3em;
  }
  .sub-content-map .main-info-text-con ul li {
    padding-right: unset;
  }
  .sub-content-map .main-info-map {
    padding-top: 50px;
  }
  /* 오시는 길 끝 */
  /* 둘러보기 시작 */
  .sub-content-photo {
    width: 100%;
    padding: 50px 20px;
  }
  .photoSwiper .swiper-slide {
    width: 100%;
    height: 230px;
  }
  .phto-button-next,
  .phto-button-prev {
    font-size: 30px;
    padding: 0 30px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,33%) !important;
  }
  .phto-pagination {
    display: none;
  }
  /* 둘러보기 끝 */

  /* 쁘띠클리닉 시작 */
  .sub-top-clnic img {
    height: 120%;
    object-position: -250px -20px;
  }
  .sub-top-clnic .sub-top-text {
    top: 60%;
  }
  .sub-top-clnic .sub-top-text b {
    font-size: 22px;
    padding: 12px 35px;
  }
  .sub-top-clnic .sub-top-text span {
    font-size: 14px;
    line-height: 1.2em;
    padding-top: 20px;
  }
  .sub-con-exp {
    padding: 30px 20px;
    padding-top: 0;
  }
  .sub-con-exp::before {
    width: 60%;
    height: 300px;
    left: -20px;
    top: unset;
    bottom: 0;
  }
  .sub-con-exp ul {
    flex-direction: column-reverse;
  }
  .sub-con-exp ul li img {
    padding-right: 0;
    width: 90%;
  }
  .sub-con-exp ul li:last-child {
    width: 100%;
    padding-bottom: 30px;
  }
  .sub-con-exp .sub-con-title {
    padding: 0;
    padding-bottom: 30px;
    text-align: center;
  }
  .sub-con-exp .sub-con-title h2 {
    padding-top: 15px;
  }
  .sub-con-exp .sub-con-title h2 b {
    font-size: 30px;
    display: block;
  }
  .sub-con-exp .sub-con-title h2 small {
    font-size: 20px;
  }
  .sub-con-exp .sub-con-title p {
    padding: 20px 0;
    font-size: 14px;
  }
  .sub-con-ment {
    padding: 50px 0;
  }
  .sub-con-ment span {
    font-size: 14px;
  }
  .sub-con-ment img {
    width: 17px;
  }
  .sub-con-ment img:last-child {
    transform: rotate(180deg);
  }
  .sub-con-bn {
    width: 100%;
    overflow: hidden;
  }
  .sub-con-bn img {
    width: 210%;
    object-position: -275px;
  }
  .sub-con-bn p {
    font-size: 16px;
    left: 20px;
    transform: translateY(-50%);
  }
  .sub-con-means {
    padding: 50px 30px;
  }
  .sub-con-means>ul>li {
    display: block;
    padding-bottom: 50px;
  }
  .sub-con-mn-text {
    padding: 0 20px;
  }
  .sub-con-mn-text-title {
    display: block;
    text-align: center;
  }
  .sub-con-mn-text-title li:first-child {
    padding-bottom: 10px;
  }
  .sub-con-mn-text-title li img {
    padding-right: 0;
    width: 65px;
  }
  .sub-con-mn-text-title li h4 {
    font-size: 24px;
  }
  .sub-con-mn-text-title li span {
    font-size: 24px;
    padding: unset;
    padding-right: 0;
  }
  .sub-con-mn-text-title li span img {
    position: unset;
    display: inline-block;
    width: 35px;
  }
  .sub-con-mn-text p {
    font-size: 13px;
    padding-top: 20px;
    text-align: center;
  }
  .sub-con-mn-pic {
    padding-top: 30px;
  }
  .sub-con-mn-pic img {
    width: 100%;
  }
  .sub-con-ef {
    padding: 50px 20px;
  }
  .sub-con-ef ul {
    padding: 0;
  }
  .sub-con-ef ul li {
    font-size: 15px;
    width: 47%;
    padding: 20px 10px;
    border-radius: 50px;
    margin: 15px 0;
  }
  .sub-con-ef ul li:before {
    width: 20px;
    height: 20px;
    line-height: 21px;
    top: -13px;
  }
  .sub-con-area {
    overflow: hidden;
    padding-top: 10px;
    height: 450px;
  }
  .sub-con-area > div {
    top: 30px;
    z-index: 1;
  }
  .sub-con-area img {
    position: absolute;
    width: 170%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .sub-con-means-etc ul {
    padding-top: 0;
    display: block;
    text-align: center;
  }
  .sub-con-means-etc ul li {
    width: 100%;
    padding-bottom: 20px;
  }
  .sub-con-means-etc ul li img {
    width: 60%;
  }
  .sub-con-means-etc ul li p {
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.3em;
  }
  .sub-con-means-etc ul li p b {
    font-size: 18px;
  }
  .sub-con-type {
    padding-top: 30px;
  }
  .sub-con-type ul {
    padding: 30px 0;
    display: block;
  }
  .sub-con-type ul li {
    margin: 15px 30px;
    padding: 20px;
  }
  .sub-con-type ul li p {
    font-size: 14px;
    line-height: 1.3em;
  }
  .sub-con-type ul li p b {
    font-size: 18px;
    padding-bottom: 12px;
    font-weight: 500;
  }
  .sub-con-mn-title-dia > li {
    font-size: 12px;
  }
  .sub-con-mn-title-dia>li:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: -10px;
  }
  /* 쁘띠클리닉 끝 */
  /* 커뮤니티 시작 */
  .sub-content-commu {
    padding-bottom: 0 !important;
  }
  .sub-content-commu .sub-con-title h3 {
    font-size: 28px;
  }
  /* 커뮤니티 끝 */

  /* 상단 로그인시 표시 */
  #hd_login_msg {
    position: absolute;
    top: 0;
    left: unset;
    z-index: 11;
    width: 100%;
    text-align: right;
    padding-right: 20px;
  }

  #hd_login_msg a {}

  /* 상단 로그인시 표시 */

  /* 서브 끝 */

  /* 퀵메뉴 시작 */
  .quick {
    display: unset;
    top: unset;
    bottom: 50px;
    right: 20px;
    transform: unset;
  }
  .quick a {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin: 10px 0;
  }
  .quick a:nth-child(1) img {
    width: 56px;
  }
  .quick a:nth-child(2) {
    padding-top: 11px;
  }
  .quick a:nth-child(2) img {
    width: 19px;
  }
  .quick a:nth-child(3) {
    padding-top: 9px;
  }
  .quick a:nth-child(3) img {
    width: 25px;
  }
  .quick a:nth-child(4) {
    font-size: 24px;
    line-height: 40px;
  }
  /* 퀵메뉴 끝 */

  /* 팝업 시작 */
  #divpop1, #divpop2, #divpop3 {
    left: 50% !important;
    transform: translateX(-50%);
    width: 360px !important;
  }
  #divpop2 {
    top: 260px !important;
  }
  #divpop3 {
    top: 480px !important;
  }
  .pop-close {
    width: 360px !important;
  }
  #divpop1 a > img, #divpop2 a > img, #divpop3 a > img {
    width: 360px !important;
  }
  /* 팝업 끝 */
}