@charset "UTF-8";
/* 페이버로지 폰트가 */
@font-face {
  font-family: "paper2";
  src: url("/global/fonts/Paperlogy-2ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "paper4";
  src: url("/global/fonts/Paperlogy-4Regular.ttf") format("truetype");
}
@font-face {
  font-family: "paper8";
  src: url("/global/fonts/Paperlogy-8ExtraBold.ttf") format("truetype");
}
::-moz-selection {
  background: #3865B7;
  color: white;
}
::selection {
  background: #3865B7;
  color: white;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background: #1F2663;
}

::-webkit-scrollbar-thumb:hover {
  background: #303778;
}

input[type=checkbox] {
  width: 30px;
}

input[type=checkbox]:checked {
  background-color: #A7E0E4;
  border-color: #007bff;
  color: white;
}

body .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .flexC {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .fixed {
  position: fixed !important;
}
body .absolute {
  position: absolute;
}
body .absolute img {
  min-width: -moz-min-content;
  min-width: min-content;
}
body .w100 {
  width: 100%;
}
body .button {
  transition: 0.3s;
  background: #02233F;
  color: white;
  padding: 8px 35px;
  border-radius: 30px;
  font-weight: 300;
}
body .button:hover {
  background: #A7E0E4;
  color: white;
}
body .button-nohover {
  background: #02233F;
  padding: 2px 20px;
  border-radius: 30px;
  font-weight: 200;
}
body .button-box {
  display: flex;
}
body .button-box a {
  margin-right: 40px;
}
body .clip-button {
  background: #A7E0E4;
  padding: 5px 40px;
  color: white;
  font-weight: 400;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
}
body .word-box {
  display: inline-block;
  font-weight: 400;
  background: #02233F;
  padding: 5px 30px;
  margin-bottom: 30px;
}
body .backWhite {
  background: white;
}
body .black {
  color: rgba(0, 0, 0, 0.8) !important;
}
body .last {
  margin-bottom: 0 !important;
}
body .text-shadow {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
body .box-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
body .pe_none {
  pointer-events: none;
  opacity: 0.5;
}
body .display_none {
  display: none;
}

body {
  width: 100vw;
  overflow-x: hidden;
  font-family: "paper4", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0px;
}
body .title-text {
  font-family: "paper8", serif;
  font-size: 62px;
}
body h1 {
  font-family: "paper8", serif;
  font-size: 52px;
  margin-bottom: 50px;
  color: #02233F;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  line-height: 1.2;
}
body h2 {
  font-family: "paper8", serif;
  font-size: 42px;
}
body h3 {
  font-family: "paper4", serif;
  font-size: 36px;
}
body h4 {
  font-family: "paper4", serif;
  font-size: 26px;
}
body h5 {
  font-family: "paper4", sans-serif;
  font-size: 20px;
}
body tr {
  font-family: "paper8", sans-serif;
  font-size: 22px;
}
body p {
  line-height: 1.5;
  margin-bottom: 30px;
}
body p.exp {
  font-family: "paper2", serif;
  font-size: 16px;
}
body textarea, body input, body select { /* 지워도 상관없으면 삭제 */
  font-family: "paper4", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
}
body th {
  font-size: 17px;
  font-family: "paper4";
}
body td {
  font-size: 16px;
  font-family: "paper4";
}
body .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .tac {
  text-align: center;
}
body strong {
  font-weight: 500;
}

.mo_only {
  display: none;
}

body section {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 150px;
}
body .inner {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body .swiper-container {
  overflow: hidden;
  margin-bottom: 50px;
}
body .swiper-container img {
  min-width: unset;
}
body .accordion .accordion-button {
  cursor: pointer;
}
body .accordion .accordion-content {
  overflow: hidden;
  height: 0; /* 작업 후 0으로 */
  transition: height 0.3s ease;
}

body .modal-overlay {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
body .modal {
  z-index: 12;
  background: rgba(255, 255, 255, 0.9);
  border: 7px solid #346A82;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

body nav {
  position: fixed;
  z-index: 10;
  width: 100vw;
  background: rgba(0, 0, 0, 0.1882352941);
  font-size: 19px;
  border-bottom: 1px solid #CCCCCC;
  color: white;
  transition: 0.3s;
}
body nav:hover {
  background: rgba(255, 255, 255, 0.2509803922);
}
body nav a {
  transition: 0.3s;
}
body nav a:hover {
  color: #132B88 !important;
}
body nav .inner {
  display: flex;
  flex-direction: column;
}
body nav .inner .nav-top {
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body nav .inner .nav-top .language {
  padding-right: 40px;
}
body nav .inner .nav-top .language a {
  color: white;
  font-size: 14px;
}
body nav .inner .nav-top #logo {
  width: 300px;
}
body nav .inner .nav-top #logo img {
  width: 100%;
}
body nav .inner .nav-top .call {
  background: white;
  color: #02233F;
  border-radius: 20px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body nav .inner .nav-top .call img {
  margin-right: 5px;
}
body nav .inner .nav-bottom {
  height: 40px;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body nav .inner .nav-bottom li a {
  color: white;
  display: flex;
  align-items: center;
}
body nav .inner .nav-bottom li.naver a {
  display: flex;
}
body nav .inner .nav-bottom li.naver a img {
  width: 20px;
  margin-right: 5px;
}

body #en-main {
  padding-top: 0;
}
body #en-main .main-swiper-container {
  position: relative;
}
body #en-main .main-swiper-container .swiper-wrapper .swiper-slide {
  height: 945px;
}
body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 {
  background: url(/global/img/main1.jpg);
  background-size: cover;
  background-position: 50% 20%;
}
body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner {
  display: flex;
  flex-direction: column;
  padding-top: 600px;
}
body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner h1 {
  color: white;
  margin-bottom: 0;
}
body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner h3 {
  color: white;
  margin-top: 15px;
}
body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner h5 {
  color: white;
  background: #f72222;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 15px;
  margin-top: 10px;
}
body #about {
  padding-top: 100px;
}
body #about .inner {
  align-items: center;
}
body #about .inner ul.counter {
  background: #F9F9F9;
  border-radius: 20px;
  width: 100%;
  height: 250px;
  padding: 0 10.4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #about .inner ul.counter li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #about .inner ul.counter li .img-box {
  height: 80px;
  display: flex;
  align-items: flex-end;
}
body #about .inner ul.counter li .img-box img {
  width: -moz-fit-content;
  width: fit-content;
}
body #about .inner ul.counter li h4 {
  margin: 20px 0 10px 0;
  font-weight: bold;
}
body #about .inner h1 {
  text-align: center;
  margin-top: 60px;
}
body #about .inner > p {
  width: 1000px;
}
body #why .inner {
  align-items: center;
}
body #why .inner h1 {
  text-align: center;
}
body #why .inner article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body #why .inner article > div .why-box {
  height: 300px;
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
}
body #why .inner article > div .why-box:hover {
  background-color: rgba(2, 35, 63, 0.4588235294);
  background-blend-mode: multiply;
}
body #why .inner article > div .why-box h4 {
  color: white;
  margin-bottom: 5px;
  font-weight: bold;
}
body #why .inner article > div .why-box p {
  margin-bottom: 0;
  color: white;
  font-size: 20px;
}
body #why .inner article > div:nth-of-type(1) {
  width: 67%;
  height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body #why .inner article > div:nth-of-type(1) .why-box:nth-of-type(1) {
  background-image: url(/global/img/why1.jpg);
}
body #why .inner article > div:nth-of-type(1) .why-box:nth-of-type(2) {
  background-image: url(/global/img/why2.jpg);
}
body #why .inner article > div:nth-of-type(2) {
  width: 30%;
  height: 640px;
}
body #why .inner article > div:nth-of-type(2) .why-box {
  background-image: url(/global/img/why3.jpg);
  height: 100%;
}
body #doctors .inner h1 {
  text-align: center;
}
body #doctors .inner .doctor-swiper-container {
  margin-top: 30px;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide {
  height: 800px;
  width: 100%;
  background: #F7F7F7;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left {
  width: 58.5%;
  overflow: scroll;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left::-webkit-scrollbar {
  display: none;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left .doc-type {
  margin-bottom: 15px;
  opacity: 0.7;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left h3 {
  font-family: "paper4";
  font-weight: bold;
  color: #02233F;
  margin-bottom: 40px;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left h3 span {
  font-size: 20px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left > ul {
  font-size: 19px;
  font-family: "paper4";
  font-weight: bold;
  margin-bottom: 25px;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left > ul:nth-of-type(2) {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left > ul > li {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left > ul > li:nth-of-type(1) {
  margin-top: 10px;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right {
  width: 32%;
  height: 100%;
  position: relative;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right > img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right .absolute {
  left: -100px;
  bottom: -10px;
  width: 110%;
  display: flex;
  justify-content: space-between;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right .absolute img {
  height: 100px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
}
body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right .absolute img:nth-last-of-type(1) {
  margin-right: 0;
}
body #Facilities .inner h1 {
  text-align: center;
}
body #Facilities .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #Facilities .inner ul li.facilities-box {
  cursor: pointer;
  height: 570px;
  position: relative;
  background: rgba(239, 243, 248, 0.5019607843);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
  overflow: hidden;
  margin-bottom: 40px;
}
body #Facilities .inner ul li.facilities-box:nth-of-type(1) {
  width: 55%;
}
body #Facilities .inner ul li.facilities-box:nth-of-type(2) {
  width: 42%;
}
body #Facilities .inner ul li.facilities-box:nth-of-type(3) {
  width: 42%;
}
body #Facilities .inner ul li.facilities-box:nth-of-type(4) {
  width: 55%;
}
body #Facilities .inner ul li.facilities-box:nth-of-type(5) {
  width: 100%;
  height: 560px;
}
body #Facilities .inner ul li.facilities-box:hover img.absolute {
  transform: rotate(360deg);
  scale: 1.1;
}
body #Facilities .inner ul li.facilities-box img.absolute {
  width: 35px;
  height: 35px;
  right: 20px;
  transition: 0.5s;
  opacity: 0.7;
}
body #Facilities .inner ul li.facilities-box .text-box {
  padding: 0 70px 0 40px;
}
body #Facilities .inner ul li.facilities-box .text-box h4 {
  color: #02233F;
  margin-bottom: 15px;
  font-weight: bold;
}
body #Facilities .inner ul li.facilities-box .text-box p {
  font-size: 17px;
  margin-bottom: 0;
}
body #Facilities .inner ul li.facilities-box img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body #Facilities #facilities-modal-overlay {
  display: none;
}
body #Facilities #facilities-modal {
  display: none;
  width: 85vw;
  max-width: 1400px;
  height: 85vh;
  max-height: 900px;
  overflow: hidden;
  margin-left: 7.5px;
}
body #Facilities #facilities-modal .facilities-swiper-container {
  height: 100%;
}
body #Facilities #facilities-modal .facilities-swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #Services .inner h1 {
  text-align: center;
}
body #Services .inner > div > h4 {
  text-align: center;
  margin-bottom: 40px;
  font-family: "paper4", serif;
  font-weight: bold;
}
body #Services .inner > div > h4 span {
  font-size: 32px;
  letter-spacing: 0.7px;
  font-family: "paper8", serif;
}
body #Services .inner > div > h4::before {
  content: " ";
  display: inline-block;
  position: relative;
  top: -10px;
  left: -10px;
  opacity: 0.8;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #132B88, orange);
}
body #Services .inner > div > p {
  width: 72%;
  margin: 0 auto;
}
body #Services .inner > div.one-stop {
  margin-bottom: 120px;
}
body #Services .inner > div.one-stop > .step-box {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
body #Services .inner > div.one-stop > .step-box .services-arrow {
  width: 2.5vw;
  max-width: 48px;
}
body #Services .inner > div.one-stop > .step-box > .left {
  width: 20%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #Services .inner > div.one-stop > .step-box > .left img {
  width: 100%;
}
body #Services .inner > div.one-stop > .step-box > .left p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
}
body #Services .inner > div.one-stop > .step-box > .left img.absolute {
  right: -22%;
  top: 30%;
  transform: rotate(-45deg);
}
body #Services .inner > div.one-stop > .step-box > .right {
  width: 74%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #Services .inner > div.one-stop > .step-box > .right li {
  width: 28%;
  margin-bottom: 4vw;
  position: relative;
}
body #Services .inner > div.one-stop > .step-box > .right li img {
  width: 100%;
  border-radius: 12px;
}
body #Services .inner > div.one-stop > .step-box > .right li p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
body #Services .inner > div.one-stop > .step-box > .right li:nth-of-type(1) .absolute, body #Services .inner > div.one-stop > .step-box > .right li:nth-of-type(2) .absolute {
  right: -3.5vw;
  top: 50%;
  transform: translateY(-50%);
}
body #Services .inner > div.one-stop > .step-box > .right li:nth-of-type(3) .absolute {
  left: 50%;
  transform: translateX(-50%) translateY(20%) rotate(90deg);
}
body #Services .inner > div.one-stop > .step-box > .right li:nth-of-type(6) .absolute, body #Services .inner > div.one-stop > .step-box > .right li:nth-of-type(5) .absolute {
  left: -3.5vw;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
body #Services .inner > div.one-stop > .step-box > .right li:nth-of-type(n+4) {
  margin-bottom: 0;
}
body #Services .inner > div.services h5 {
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
  width: -moz-fit-content;
  width: fit-content;
  background: #A7E0E4;
  padding: 3px 20px;
  border-radius: 14px;
}
body #Services .inner > div.services ul {
  display: flex;
  margin-top: 40px;
}
body #Services .inner > div.services ul li {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body #Services .inner > div.services ul li img {
  margin-bottom: 20px;
  height: 80px;
}
body #Services .inner > div.services ul li p {
  font-weight: bold;
}
body #Inquiries .inner h1 {
  text-align: center;
}
body #Inquiries .inner .clinic-hours {
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #Inquiries .inner .clinic-hours .c-time.absolute {
  margin-bottom: 0;
  font-size: clamp(50px, 20vw, 280px);
  color: #f5f5f5;
  font-family: "paper4";
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
body #Inquiries .inner .clinic-hours h1 {
  margin-bottom: 0;
  margin-right: 120px;
  color: unset;
  text-shadow: none;
  font-family: "paper4";
  font-weight: bold;
}
body #Inquiries .inner .clinic-hours h4 {
  letter-spacing: 2px;
  line-height: 2;
  font-family: "paper4";
  font-weight: bold;
}
body #Inquiries .inner .clinic-hours h4:nth-of-type(1) {
  text-align: center;
  margin-right: 50px;
}
body #Inquiries .inner .holiday-notice {
  text-align: center;
  margin: -50px 0 80px 0;
  opacity: 0.8;
}
body #Inquiries .inner .contact {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
body #Inquiries .inner .contact > div {
  width: 48.5%;
  height: 170px;
  background: #e9e9e9;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #Inquiries .inner .contact > div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: unset;
}
body #Inquiries .inner .contact > div img {
  margin-right: 20px;
}
body #Inquiries .inner .contact > div h3 {
  margin-right: 30px;
  font-weight: bold;
}
body #Inquiries .inner .contact > div h4 {
  font-family: "paper4";
  letter-spacing: 1px;
  line-height: 1.6;
}
body #Inquiries .inner .contact > div:nth-of-type(1):hover {
  background: url(/global/img/contact-div1.jpg);
  background-size: cover;
}
body #Inquiries .inner .contact > div:nth-of-type(1):hover h3, body #Inquiries .inner .contact > div:nth-of-type(1):hover h4 {
  color: white;
  transition: 0.3s;
  font-weight: bold;
}
body #Inquiries .inner .contact > div:nth-of-type(1):hover img {
  content: url("/global/img/ico/contact1-white.png");
}
body #Inquiries .inner .contact > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}
body #Inquiries .inner .contact > div:nth-of-type(2) .fax, body #Inquiries .inner .contact > div:nth-of-type(2) .mail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body #Inquiries .inner .contact > div:nth-of-type(2) .fax > div, body #Inquiries .inner .contact > div:nth-of-type(2) .mail > div {
  display: flex;
  align-items: center;
}
body #Inquiries .inner .contact > div:nth-of-type(2) .fax > div h3, body #Inquiries .inner .contact > div:nth-of-type(2) .mail > div h3 {
  font-size: clamp(18px, 1.5vw, 24px);
}
body #Inquiries .inner .contact > div:nth-of-type(2) .fax h4, body #Inquiries .inner .contact > div:nth-of-type(2) .mail h4 {
  font-size: clamp(16px, 1.5vw, 22px);
}
body #Inquiries .inner .contact > div:nth-of-type(2) .fax {
  margin-bottom: 10px;
}
body #Inquiries .inner .map {
  margin-bottom: 40px;
  width: 100%;
}
body #Inquiries .inner .map h5 {
  background: #346A82;
  color: white;
  display: block;
  position: relative;
  top: 30px;
  z-index: 1;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
}
body #Inquiries .inner .map #naverMap {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}
body #Inquiries .inner .map #naverMap .map-mark {
  position: relative;
  left: -20px;
}
body #Inquiries .inner .map #naverMap .map-mark img {
  width: 200px;
}
body #Inquiries .inner .vehicle-guide li {
  margin-bottom: 10px;
}
body #Inquiries .inner .vehicle-guide li:nth-of-type(1) .accordion-content {
  height: unset;
}
body #Inquiries .inner .vehicle-guide li:nth-of-type(1) .accordion-button {
  background: url(/global/img/vehicle-guide1.jpg);
}
body #Inquiries .inner .vehicle-guide li:nth-of-type(2) .accordion-button {
  background: url(/global/img/vehicle-guide2.jpg);
}
body #Inquiries .inner .vehicle-guide li .accordion-button {
  cursor: pointer;
  padding: 0 50px;
  height: 120px;
  border-radius: 20px;
  color: white;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #Inquiries .inner .vehicle-guide li .accordion-button h4 {
  font-family: "paper4";
}
body #Inquiries .inner .vehicle-guide li .accordion-button p {
  margin-bottom: 0;
  border: 1px solid white;
  padding: 3px 10px;
}
body #Inquiries .inner .vehicle-guide li .accordion-button:hover {
  background-color: #CCCCCC;
  background-blend-mode: multiply;
}
body #Inquiries .inner .vehicle-guide li .accordion-button:hover p {
  color: #02233F;
  background: white;
  transition: 0.3s;
}
body #Inquiries .inner .vehicle-guide li .accordion-content {
  padding: 0 80px;
  margin: 15px 0;
}
body #Inquiries .inner .vehicle-guide li .accordion-content p strong {
  font-weight: bold;
}

footer {
  color: white;
  margin-top: 100px;
  padding: 60px 0;
  background: #333333;
  overflow: hidden;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
footer .inner .left .logo img {
  width: 300px;
}
footer .inner .left .SNS {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
footer .inner .left .SNS li {
  margin-right: 10px;
  transition: 0.3s;
}
footer .inner .left .SNS li:hover {
  scale: 1.2;
}
footer .inner .left .SNS li a img {
  width: 35px;
}
footer .inner .right {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-family: "paper2";
  text-align: right;
}

/* 네비 메뉴 조절 */
@media screen and (max-width: 1400px) {
  body .inner {
    width: 100%;
    padding-left: 50px;
    padding-right: 65px;
  }
}
@media screen and (max-width: 1120px) {
  ::-webkit-scrollbar {
    width: 10px;
  }
  body {
    font-size: 17px;
  }
  body .title-text {
    font-size: 58px;
  }
  body h1 {
    font-size: 42px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  }
  body h2 {
    font-size: 36px;
  }
  body h3 {
    font-size: 28px;
  }
  body h4 {
    font-size: 22px;
  }
  body h5 {
    font-size: 19px;
  }
  body tr {
    font-size: 20px;
  }
  body section {
    padding-top: 80px;
  }
  body .inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    min-width: unset;
  }
  body .swiper-container {
    margin-bottom: 50px;
  }
  body .swiper-container img {
    min-width: unset;
  }
  body .absolute img {
    min-width: unset;
  }
  body nav {
    font-size: 18px;
  }
  body nav .inner .nav-top {
    height: 55px;
  }
  body nav .inner .nav-top .language {
    padding-right: 50px;
  }
  body nav .inner .nav-top .language a {
    font-size: 13px;
  }
  body nav .inner .nav-top #logo {
    width: 250px;
  }
  body nav .inner .nav-top .call {
    font-size: 15px;
    padding: 5px 10px;
  }
  body nav .inner .nav-top .call img {
    margin-right: 5px;
    width: 15px;
  }
  body nav .inner .nav-bottom {
    height: 35px;
    width: 100%;
    font-size: 18px;
    align-items: flex-start;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide {
    height: 900px;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner {
    padding-top: 600px;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner h1 {
    margin-bottom: 0;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner h3 {
    margin-top: 15px;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner form {
    margin-top: 40px;
    height: 140px;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner form ul.reser-box {
    width: calc(100% - 140px);
    border-radius: 20px 0 0 20px;
    padding: 0 30px;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner form ul.reser-box li {
    margin-right: 30px;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner form ul.reser-box li:nth-last-of-type(1) {
    margin-right: 0;
    width: 280px;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner form ul.reser-box li label p {
    font-size: 15px;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner form ul.reser-box li label .input-box select, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner form ul.reser-box li label .input-box input {
    font-size: 17px;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner form button {
    width: 140px;
    height: 100%;
    border-radius: 0 20px 20px 0;
    transition: 0.3s;
    background: #A7E0E4;
    color: #346A82;
    font-size: 20px;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner form button:hover {
    background: #346A82;
    color: white;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide2 .inner, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide3 .inner, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide4 .inner, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide5 .inner {
    padding-bottom: 8%;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide2 .inner h2, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide3 .inner h2, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide4 .inner h2, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide5 .inner h2 {
    font-size: 3.5vw;
  }
  body #about {
    padding-top: 80px;
  }
  body #about .inner ul.counter {
    border-radius: 20px;
    height: 250px;
    padding: 0 5vw;
    justify-content: space-around;
  }
  body #about .inner ul.counter li .img-box {
    height: 70px;
  }
  body #about .inner ul.counter li h4 {
    margin: 15px 0 15px 0;
  }
  body #about .inner h1 {
    margin-top: 60px;
  }
  body #about .inner > p {
    width: 100%;
  }
  body #why .inner article > div .why-box {
    height: 300px;
    padding: 20px 20px;
  }
  body #why .inner article > div .why-box p:nth-of-type(1) {
    margin-bottom: 10px;
  }
  body #why .inner article > div:nth-of-type(1) {
    width: 67%;
    height: 630px;
  }
  body #why .inner article > div:nth-of-type(2) {
    width: 30%;
    height: 630px;
  }
  body #why .inner article > div:nth-of-type(3) {
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
  body #why .inner article > div:nth-of-type(3) .why-box:nth-of-type(1) {
    width: 37%;
  }
  body #why .inner article > div:nth-of-type(3) .why-box:nth-of-type(2) {
    width: 60%;
  }
  body #doctors .inner ul.doctors-tab li {
    padding: 15px 10px;
    font-size: 15px;
  }
  body #doctors .inner .doctor-swiper-container {
    margin-top: 30px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide {
    height: 820px;
    padding: 30px;
    justify-content: space-between;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left {
    width: 58%;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left .doc-type {
    margin-bottom: 15px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left h3 {
    margin-bottom: 40px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left h3 span {
    font-size: 18px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left > ul {
    font-size: 18px;
    margin-bottom: 25px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left > ul:nth-of-type(2) {
    padding-bottom: 30px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left > ul > li {
    font-size: 15px;
    margin-bottom: 5px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left > ul > li:nth-of-type(1) {
    margin-top: 10px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right {
    width: 33%;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right > img {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right .absolute {
    left: -10px;
    bottom: 3%;
    width: 110%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right .absolute img {
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right .absolute img:nth-last-of-type(1) {
    margin: 0;
  }
  body #Facilities .inner ul li.facilities-box {
    height: 620px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  body #Facilities .inner ul li.facilities-box:nth-of-type(1) {
    width: 55%;
  }
  body #Facilities .inner ul li.facilities-box:nth-of-type(2) {
    width: 42%;
  }
  body #Facilities .inner ul li.facilities-box:nth-of-type(3) {
    width: 42%;
    height: 600px;
  }
  body #Facilities .inner ul li.facilities-box:nth-of-type(4) {
    width: 55%;
    height: 600px;
  }
  body #Facilities .inner ul li.facilities-box:nth-of-type(5) {
    width: 100%;
    height: 550px;
  }
  body #Facilities .inner ul li.facilities-box img.absolute {
    width: 25px;
    height: 25px;
    right: 20px;
  }
  body #Facilities .inner ul li.facilities-box .text-box {
    padding: 0 50px 0 30px;
  }
  body #Facilities .inner ul li.facilities-box .text-box h4 {
    margin-bottom: 15px;
  }
  body #Facilities .inner ul li.facilities-box .text-box p {
    font-size: 16px;
  }
  body #Facilities .inner ul li.facilities-box img {
    height: 400px;
  }
  body #Facilities #facilities-modal {
    width: 85vw;
    height: 60vw;
    margin-left: 0px;
  }
  body #Services .inner h1 {
    text-align: center;
  }
  body #Inquiries .inner h1 {
    margin-bottom: 0;
  }
  body #Inquiries .inner .clinic-hours {
    height: 350px;
  }
  body #Inquiries .inner .clinic-hours .c-time.absolute {
    font-size: clamp(30px, 20vw, 280px);
  }
  body #Inquiries .inner .clinic-hours h1 {
    margin-right: 120px;
  }
  body #Inquiries .inner .clinic-hours h4 {
    line-height: 1.7;
  }
  body #Inquiries .inner .clinic-hours h4:nth-of-type(1) {
    margin-right: 50px;
  }
  body #Inquiries .inner .holiday-notice {
    margin: -50px 0 60px 0;
  }
  body #Inquiries .inner .contact {
    margin-bottom: 20px;
  }
  body #Inquiries .inner .contact > div {
    width: 48.5%;
    height: 150px;
  }
  body #Inquiries .inner .contact > div img {
    margin-right: 20px;
    width: 45px;
  }
  body #Inquiries .inner .contact > div h3 {
    margin-right: 20px;
  }
  body #Inquiries .inner .contact > div h4 {
    letter-spacing: 1px;
    line-height: 1.6;
  }
  body #Inquiries .inner .contact > div:nth-of-type(1) {
    padding: 0 30px;
  }
  body #Inquiries .inner .contact > div:nth-of-type(1) img {
    width: 60px;
  }
  body #Inquiries .inner .contact > div:nth-of-type(1) h3 {
    font-size: 24px;
  }
  body #Inquiries .inner .contact > div:nth-of-type(1) h4 {
    font-size: 20px;
    font-weight: bold;
  }
  body #Inquiries .inner .contact > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
  }
  body #Inquiries .inner .contact > div:nth-of-type(2) .fax, body #Inquiries .inner .contact > div:nth-of-type(2) .mail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  body #Inquiries .inner .contact > div:nth-of-type(2) .fax > div, body #Inquiries .inner .contact > div:nth-of-type(2) .mail > div {
    display: flex;
    align-items: center;
  }
  body #Inquiries .inner .contact > div:nth-of-type(2) .fax > div h3, body #Inquiries .inner .contact > div:nth-of-type(2) .mail > div h3 {
    font-size: clamp(16px, 1.5vw, 22px);
  }
  body #Inquiries .inner .contact > div:nth-of-type(2) .fax h4, body #Inquiries .inner .contact > div:nth-of-type(2) .mail h4 {
    font-size: clamp(16px, 1.5vw, 20px);
  }
  body #Inquiries .inner .contact > div:nth-of-type(2) .fax {
    margin-bottom: 10px;
  }
  body #Inquiries .inner .map {
    margin-bottom: 40px;
  }
  body #Inquiries .inner .map h5 {
    top: 30px;
    margin: 0 auto;
    padding: 10px 30px;
  }
  body #Inquiries .inner .map #naverMap {
    height: 400px;
  }
  body #Inquiries .inner .map #naverMap .map-mark {
    left: -20px;
  }
  body #Inquiries .inner .map #naverMap .map-mark img {
    width: 200px;
  }
  body #Inquiries .inner .vehicle-guide li {
    margin-bottom: -5px;
  }
  body #Inquiries .inner .vehicle-guide li .accordion-button {
    padding: 0 50px;
    height: 100px;
    background-position: 50%;
  }
  body #Inquiries .inner .vehicle-guide li .accordion-button p {
    padding: 3px 10px;
  }
  body #Inquiries .inner .vehicle-guide li .accordion-content {
    padding: 0 50px;
    margin: 30px 0 0 0;
  }
  body #Inquiries .inner .vehicle-guide li .accordion-content p strong {
    font-weight: bold;
  }
  footer {
    margin-top: 60px;
    padding: 50px 0;
  }
  footer .inner .left .SNS {
    margin-top: 20px;
  }
  footer .inner .left .SNS li {
    margin-right: 10px;
  }
  footer .inner .left .SNS li a img {
    width: 35px;
  }
  footer .inner .right {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .modal {
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .modal img {
    width: 100%;
  }
  ::-webkit-scrollbar {
    width: 7px;
  }
  body {
    font-size: 15px;
  }
  body .title-text {
    font-size: 42px;
  }
  body h1 {
    font-size: 30px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
  }
  body h2 {
    font-size: 27px;
  }
  body h3 {
    font-size: 22px;
  }
  body h4 {
    font-size: 18px;
  }
  body h5 {
    font-size: 17px;
  }
  body tr {
    font-size: 20px;
  }
  body p.exp {
    font-size: 14px;
  }
  body .pc_only {
    display: none;
  }
  body .mo_only {
    display: block;
  }
  body section {
    padding-top: 80px;
  }
  body .inner {
    padding-left: 13px;
    padding-right: 13px;
    overflow: hidden;
  }
  body nav {
    font-size: 16px;
  }
  body nav .inner .nav-top {
    height: 45px;
  }
  body nav .inner .nav-top .language {
    display: none;
  }
  body nav .inner .nav-top .language a {
    font-size: 13px;
  }
  body nav .inner .nav-top #logo {
    width: 200px;
  }
  body nav .inner .nav-top #logo img {
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 5px;
  }
  body nav .inner .nav-top .call {
    font-size: 12px;
    padding: 3px 10px;
    padding-right: 5px;
    background: rgba(255, 255, 255, 0.1882352941);
    color: white;
  }
  body nav .inner .nav-top .call img {
    margin-right: 7px;
    width: 15px;
  }
  body nav .inner .nav-bottom {
    height: 25px;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
  }
  body nav .inner .nav-bottom li {
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
  body nav .inner .nav-bottom li a {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }
  body nav .inner .nav-bottom li.naver a img {
    width: 16px;
    margin-right: 3px;
  }
  body #en-main {
    overflow: hidden;
    height: 75vh;
  }
  body #en-main .main-swiper-container {
    height: 100%;
  }
  body #en-main .main-swiper-container .swiper-wrapper {
    height: 100%;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 {
    background-position: 26%;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner {
    padding-top: 50vh;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner h1 {
    font-size: 8vw;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner h3 {
    margin-top: 10px;
    font-size: 5vw;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide1 .inner h5 {
    padding: 1px 8px;
    margin-top: 6px;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide2 .inner, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide3 .inner, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide4 .inner, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide5 .inner {
    padding-bottom: 10%;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide2 .inner img, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide3 .inner img, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide4 .inner img, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide5 .inner img {
    width: 100%;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide2 .inner > h2, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide3 .inner > h2, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide4 .inner > h2, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide5 .inner > h2 {
    font-size: 6vw;
    margin: 12px 0;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide2 .inner h5, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide3 .inner h5, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide4 .inner h5, body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide5 .inner h5 {
    font-size: 14px;
  }
  body #en-main .main-swiper-container .swiper-wrapper .swiper-slide.main-slide3 .inner img {
    width: 180px;
  }
  body #en-main .main-swiper-container .swiper-pagination {
    bottom: 10px;
  }
  body #en-main .main-swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 6px;
  }
  body #about {
    padding-top: 40px;
  }
  body #about .inner ul.counter {
    height: -moz-fit-content;
    height: fit-content;
    padding: 7vw 0vw;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    border-radius: 12px;
  }
  body #about .inner ul.counter li {
    overflow: hidden;
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0px;
    justify-content: flex-start;
  }
  body #about .inner ul.counter li:nth-of-type(1), body #about .inner ul.counter li:nth-of-type(2) {
    margin-bottom: 15px;
  }
  body #about .inner ul.counter li .img-box {
    height: 65px;
    display: flex;
    justify-content: center;
  }
  body #about .inner ul.counter li .img-box img {
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
  body #about .inner ul.counter li h4 {
    margin: 10px 0 5px 0;
    font-size: 16px;
  }
  body #about .inner ul.counter li p {
    font-size: 14px;
    line-height: 1.4;
  }
  body #about .inner h1 {
    margin-top: 60px;
  }
  body #about .inner > p {
    width: 100%;
  }
  body #why .inner article > div {
    flex-direction: column;
  }
  body #why .inner article > div .why-box {
    height: auto;
    padding: 20px 20px;
    padding-top: 120px;
    margin-bottom: 20px;
    background-position: 50%;
    border-radius: 12px;
  }
  body #why .inner article > div .why-box p:nth-of-type(1) {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  body #why .inner article > div:nth-of-type(1) {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  body #why .inner article > div:nth-of-type(2) {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  body #why .inner article > div:nth-of-type(2) .why-box {
    background-position: 50% 20%;
  }
  body #doctors .inner ul.doctors-tab {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  body #doctors .inner ul.doctors-tab li {
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 10px;
    font-size: 13px;
  }
  body #doctors .inner .doctor-swiper-container {
    margin-top: 20px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide {
    overflow-x: hidden;
    height: 90vh;
    padding: 20px;
    flex-direction: column-reverse;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left {
    width: 100%;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left .doc-type {
    margin-bottom: 10px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left h3 {
    margin-bottom: 14px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left h3 span {
    font-size: 16px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left > ul {
    font-size: 16px;
    margin-bottom: 20px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left > ul:nth-of-type(2) {
    padding-bottom: 25px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left > ul > li {
    font-size: 14px;
    margin-bottom: 6px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .left > ul > li:nth-of-type(1) {
    margin-top: 10px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right > img {
    width: 55vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right > .absolute {
    height: 240px;
    position: relative;
    flex-direction: column;
    top: 25%;
  }
  body #doctors .inner .doctor-swiper-container .swiper-wrapper article.swiper-slide .right > .absolute img {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  body #Facilities .inner ul {
    flex-direction: column;
  }
  body #Facilities .inner ul li.facilities-box {
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 25px;
    margin-bottom: 30px;
  }
  body #Facilities .inner ul li.facilities-box:nth-of-type(1) {
    width: 100%;
  }
  body #Facilities .inner ul li.facilities-box:nth-of-type(2) {
    width: 100%;
  }
  body #Facilities .inner ul li.facilities-box:nth-of-type(3) {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  body #Facilities .inner ul li.facilities-box:nth-of-type(4) {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  body #Facilities .inner ul li.facilities-box:nth-of-type(5) {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  body #Facilities .inner ul li.facilities-box .text-box {
    padding: 0 50px 0 20px;
    margin-bottom: 15px;
  }
  body #Facilities .inner ul li.facilities-box .text-box h4 {
    margin-bottom: 10px;
  }
  body #Facilities .inner ul li.facilities-box .text-box p {
    font-size: 15px;
  }
  body #Facilities .inner ul li.facilities-box img {
    width: 100%;
    height: 200px;
  }
  body #Facilities #facilities-modal {
    width: 100vw;
    height: 70vw;
    margin-left: 0px;
  }
  body #Services .inner > div > h4 {
    margin-bottom: 20px;
  }
  body #Services .inner > div > h4 span {
    font-size: 22px;
  }
  body #Services .inner > div > h4::before {
    width: 18px;
    height: 18px;
    left: -5px;
  }
  body #Services .inner > div > p {
    width: 100%;
  }
  body #Services .inner > div.one-stop {
    margin-bottom: 60px;
  }
  body #Services .inner > div.one-stop > .step-box {
    margin-top: 50px;
  }
  body #Services .inner > div.one-stop > .step-box .services-arrow {
    width: 1.6vw;
    max-width: 26px;
  }
  body #Services .inner > div.one-stop > .step-box > .left {
    width: 20%;
  }
  body #Services .inner > div.one-stop > .step-box > .left p {
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
  }
  body #Services .inner > div.one-stop > .step-box > .left img.absolute {
    right: -35%;
    top: 33%;
  }
  body #Services .inner > div.one-stop > .step-box > .right {
    width: 74%;
  }
  body #Services .inner > div.one-stop > .step-box > .right li {
    width: 30%;
    margin-bottom: 7vw;
  }
  body #Services .inner > div.one-stop > .step-box > .right li img {
    border-radius: 8px;
  }
  body #Services .inner > div.one-stop > .step-box > .right li p {
    font-size: 12px;
  }
  body #Services .inner > div.one-stop > .step-box > .right li .absolute {
    z-index: 1;
  }
  body #Services .inner > div.one-stop > .step-box > .right li:nth-of-type(1) .absolute, body #Services .inner > div.one-stop > .step-box > .right li:nth-of-type(2) .absolute {
    right: -5vw;
    top: 28%;
  }
  body #Services .inner > div.one-stop > .step-box > .right li:nth-of-type(3) .absolute {
    left: 50%;
    transform: translateX(-50%) translateY(0%) rotate(90deg);
  }
  body #Services .inner > div.one-stop > .step-box > .right li:nth-of-type(6) .absolute, body #Services .inner > div.one-stop > .step-box > .right li:nth-of-type(5) .absolute {
    left: -5vw;
    top: 35%;
  }
  body #Services .inner > div.services h5 {
    margin-bottom: 40px;
    padding: 3px 14px;
    font-size: 14px;
  }
  body #Services .inner > div.services ul {
    margin-top: 20px;
  }
  body #Services .inner > div.services ul li {
    height: 120px;
    justify-content: flex-start;
  }
  body #Services .inner > div.services ul li img {
    margin-bottom: 15px;
    height: 38%;
  }
  body #Services .inner > div.services ul li p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
  }
  body #Inquiries .inner .clinic-hours {
    height: 150px;
    justify-content: space-between;
  }
  body #Inquiries .inner .clinic-hours h1 {
    margin-right: 0px;
    font-size: 16px;
  }
  body #Inquiries .inner .clinic-hours h4 {
    line-height: 1.5;
    font-size: 15px;
  }
  body #Inquiries .inner .clinic-hours h4:nth-of-type(1) {
    margin-right: 0px;
  }
  body #Inquiries .inner .holiday-notice {
    margin: -20px 0 40px 0;
    font-size: 14px;
  }
  body #Inquiries .inner .contact {
    margin-bottom: 20px;
    flex-direction: column;
  }
  body #Inquiries .inner .contact > div {
    width: 100%;
    height: 110px;
  }
  body #Inquiries .inner .contact > div img {
    margin-right: 10px;
    width: 30px;
  }
  body #Inquiries .inner .contact > div h3 {
    margin-right: 15px;
  }
  body #Inquiries .inner .contact > div h4 {
    letter-spacing: 1px;
    line-height: 1.6;
  }
  body #Inquiries .inner .contact > div:nth-of-type(1) {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  body #Inquiries .inner .contact > div:nth-of-type(1) a {
    justify-content: space-between;
  }
  body #Inquiries .inner .contact > div:nth-of-type(1) a img {
    width: 45px;
  }
  body #Inquiries .inner .contact > div:nth-of-type(1) a h3 {
    font-size: 18px;
    margin-left: -15px;
  }
  body #Inquiries .inner .contact > div:nth-of-type(1) a h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
  }
  body #Inquiries .inner .contact > div:nth-of-type(2) {
    padding: 0 20px;
  }
  body #Inquiries .inner .contact > div:nth-of-type(2) .fax > div h3, body #Inquiries .inner .contact > div:nth-of-type(2) .mail > div h3 {
    font-size: clamp(13px, 1.5vw, 18px);
  }
  body #Inquiries .inner .contact > div:nth-of-type(2) .fax h4, body #Inquiries .inner .contact > div:nth-of-type(2) .mail h4 {
    font-size: clamp(13px, 1.5vw, 16px);
  }
  body #Inquiries .inner .contact > div:nth-of-type(2) .fax {
    margin-bottom: 10px;
  }
  body #Inquiries .inner .map {
    margin-bottom: 30px;
  }
  body #Inquiries .inner .map h5 {
    top: 0px;
    margin: 0 auto;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 20px 20px 0 0;
  }
  body #Inquiries .inner .map #naverMap {
    height: 200px;
    border-radius: 0 0 20px 20px;
  }
  body #Inquiries .inner .map #naverMap .map-mark {
    left: -10px;
  }
  body #Inquiries .inner .map #naverMap .map-mark img {
    width: 100px;
  }
  body #Inquiries .inner .vehicle-guide li {
    margin-bottom: -10px;
  }
  body #Inquiries .inner .vehicle-guide li .accordion-button {
    padding: 10px 25px;
    height: 100px;
  }
  body #Inquiries .inner .vehicle-guide li .accordion-button h4 {
    font-size: 14px;
    width: 70%;
  }
  body #Inquiries .inner .vehicle-guide li .accordion-button p {
    padding: 3px 5px;
    font-size: 12px;
    width: 25%;
  }
  body #Inquiries .inner .vehicle-guide li .accordion-content {
    padding: 0 20px;
    margin: 30px 0 0 0;
  }
  body #Inquiries .inner .vehicle-guide li .accordion-content p strong {
    font-weight: bold;
  }
  footer {
    margin-top: 15px;
    padding: 30px 0;
  }
  footer .inner {
    flex-direction: column;
  }
  footer .inner .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  footer .inner .left .logo {
    width: 200px;
  }
  footer .inner .left .logo img {
    width: 100%;
  }
  footer .inner .left .SNS {
    margin-top: 10px;
  }
  footer .inner .left .SNS li {
    margin-right: 10px;
  }
  footer .inner .left .SNS li a img {
    width: 30px;
  }
  footer .inner .left .SNS li:nth-last-of-type(1) {
    margin-right: 0;
  }
  footer .inner .right {
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
  }
}/*# sourceMappingURL=snuseoul_en_style.css.map */