@charset "UTF-8";
/* 페이버로지 - 로컬 폰트 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@font-face {
  font-family: "paper3";
  src: url("/fonts/Paperlogy-3Light.ttf") format("truetype");
}
@font-face {
  font-family: "paper5";
  src: url("/fonts/Paperlogy-5Medium.ttf") format("truetype");
}
::-moz-selection {
  background: #FF9600;
  color: black;
}
::selection {
  background: #FF9600;
  color: black;
}

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

::-webkit-scrollbar-thumb {
  background: #354C52;
}

::-webkit-scrollbar-thumb:hover {
  background: #222F33;
}

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

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

section.section {
  font-family: "Pretendard", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  word-break: keep-all;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: -0.2px;
  font-weight: 200;
}
section.section p {
  margin-bottom: 20px;
}
section.section p.exp {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
section.section .title-text {
  font-family: "Noto Serif KR", serif;
  font-size: 62px;
}
section.section h1 {
  font-family: "Noto Serif KR", serif;
  font-size: 42px;
  font-weight: 500;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
section.section h2 {
  font-family: "paper5", serif;
  font-size: 40px;
  letter-spacing: 0;
}
section.section h3 {
  font-family: "Noto Serif KR", serif;
  font-size: 35px;
  letter-spacing: -1.5px;
}
section.section h4 {
  font-family: "paper5", serif;
  font-size: 30px;
  font-weight: normal;
}
section.section h5 {
  font-family: "Noto Serif KR", serif;
  font-size: 22px;
  font-weight: 300;
}
section.section textarea, section.section input, section.section select {
  font-family: "Pretendard", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
section.section tr {
  font-family: "paper3", sans-serif;
  font-size: 22px;
}
section.section th {
  font-size: 17px;
  font-family: "paper3";
}
section.section td {
  font-size: 16px;
  font-family: "Pretendard", sans-serif;
}
section.section .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.section .ellipsis3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
section.section .tac {
  text-align: center;
}
section.section strong {
  font-weight: 600;
}

body {
  overflow-x: hidden;
}
body .mo_only {
  display: none;
}
body .mt30 {
  margin-top: 30px;
}
body section .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body .section {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 100px;
}
body .section .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body .section .swiper-container {
  overflow: hidden;
  margin-bottom: 50px;
}
body .section .swiper-container img {
  min-width: unset;
}
body .section .accordion .accordion-button {
  cursor: pointer;
}
body .section .accordion .accordion-content {
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content; /* 작업 후 0으로 */
  transition: height 0.3s ease;
}
body .popup-overlay {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
body .popup {
  z-index: 12;
  background: rgba(255, 255, 255, 0.9);
  border: 7px solid #95AAA3;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
body .admin-box {
  margin-bottom: 20px;
}
body .admin-box a {
  background: #1B2D56;
  color: white;
  padding: 3px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
  transition: 0.3s;
}
body .admin-box a:hover {
  background: #346A82;
}
body .admin-box p {
  margin-bottom: 0;
}
body .admin-box p.red {
  color: rgb(246, 37, 37);
  font-weight: bold;
}

.flex {
  display: flex;
}

.fixed {
  position: fixed !important;
}

strong {
  font-weight: 500;
}

.last {
  margin-bottom: 0 !important;
}

.point_color {
  color: #FF9600;
}

.background {
  background: #F9F9F9;
  padding: 100px 0;
}

.absolute {
  position: absolute;
  z-index: -1;
}
.absolute img {
  min-width: -moz-min-content;
  min-width: min-content;
}

.text-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.box-shadow {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.border-button {
  color: white;
  display: flex;
  align-items: center;
  font-weight: 300;
  border: 1px solid white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 20px;
}
.border-button img {
  margin-left: 15px;
}
.border-button:hover {
  background: #346A82;
  transition: 0.3s;
  border: 1px solid #346A82;
}
.border-button.black {
  color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.border-button.black img {
  filter: invert(1);
}
.border-button.black:hover {
  border: 1px solid white;
  color: white;
}
.border-button.black:hover img {
  filter: invert(0);
}

.pe_none {
  pointer-events: none;
  opacity: 0.3;
}

.display_none {
  display: none !important;
}

.sound_only {
  position: absolute;
  left: -105%;
}

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 #FF9600;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#nav {
  z-index: 10;
  top: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: fixed;
}
#nav .inner {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}
#nav .join {
  height: 30px;
  background: #354C52;
}
#nav .join .inner {
  display: flex;
  justify-content: space-between;
}
#nav .join .inner div {
  display: flex;
}
#nav .join .inner div a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: white;
  font-family: "paper3";
  padding: 0 20px;
  border-right: 1px solid white;
}
#nav .join .inner div a:nth-of-type(1) {
  border-left: 1px solid white;
}
#nav .join .inner div a:hover {
  color: #FF9600;
  transition: 0.3s;
}
#nav .join .inner div a.mo_only {
  display: none;
}
#nav .join .inner div.left a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#nav .join .inner div.left a p {
  width: 20px;
  height: 2px;
  background: white;
  margin-bottom: 5px;
}
#nav .join .inner div.left a p:nth-last-of-type(1) {
  margin-bottom: 0;
}
#nav .join .inner div.left a:hover p {
  background: #FF9600;
  transition: 0.3s;
}
#nav .menu {
  height: 75px;
  background: white;
}
#nav .menu .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#nav .menu .inner ul {
  width: 36%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav .menu .inner ul a {
  font-size: 19px;
  color: unset;
}
#nav .menu .inner ul a:hover {
  color: #FF9600;
  transition: 0.3s;
  font-weight: bold;
}
#nav .menu .inner #logo {
  width: 223px;
  height: 192px;
  background: url(/img/logo-box.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav .menu .inner #logo img {
  width: 65%;
  min-width: unset;
  margin-top: -35px;
}
#nav .depts2 {
  height: 0;
  transition: 0.3s;
  overflow: hidden;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  font-family: "paper5";
  border-bottom: 1px solid #CCCCCC;
}
#nav .depts2 .inner {
  display: flex;
  justify-content: space-between;
}
#nav .depts2 .inner .left {
  width: 27%;
  height: 100%;
  padding-right: 40px;
  border-right: 1px solid #95AAA3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#nav .depts2 .inner .left div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
#nav .depts2 .inner .left div p {
  font-size: 17px;
  letter-spacing: 1px;
}
#nav .depts2 .inner .left div:nth-of-type(1) {
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  background: #354C52;
  padding: 10px 30px;
  border-radius: 30px;
}
#nav .depts2 .inner .left div:nth-of-type(1) img {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
#nav .depts2 .inner .left div:nth-of-type(1) h5 {
  font-size: 26px;
  font-weight: bold;
  color: white;
  letter-spacing: 5px;
}
#nav .depts2 .inner .left span {
  font-size: 16px;
  text-align: center;
  font-family: "paper3";
}
#nav .depts2 .inner .depts2-menu {
  width: 46%;
  display: flex;
  flex-wrap: wrap;
}
#nav .depts2 .inner .depts2-menu li {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav .depts2 .inner .depts2-menu li a {
  color: unset;
  font-size: 18px;
  font-family: "";
  word-break: keep-all;
  text-align: center;
  line-height: 1.3;
}
#nav .depts2 .inner .depts2-menu li a:hover {
  font-weight: bold;
  color: #FF9600;
  transition: 0.3s;
}
#nav .depts2 .inner .right {
  width: 27%;
  height: 100%;
  padding-left: 40px;
  border-left: 1px solid #95AAA3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#nav .depts2 .inner .right > a {
  width: 100%;
  margin-bottom: 10px;
}
#nav .depts2 .inner .right > a img {
  width: 100%;
  border-radius: 14px;
}
#nav .depts2 .inner .right > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#nav .depts2 .inner .right > ul li {
  height: 35px;
}
#nav .depts2 .inner .right > ul li a {
  height: 100%;
}
#nav .depts2 .inner .right > ul li a img {
  height: 100%;
}
#nav .depts2 .inner .right > ul li a img:hover {
  scale: 1.05;
  transition: 0.3s;
}

#sub-nav {
  background: rgba(53, 76, 82, 0.2);
  border-bottom: 1px solid #CCCCCC;
}
#sub-nav ul {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sub-nav ul li {
  margin-right: 45px;
}
#sub-nav ul li:nth-last-of-type(1) {
  margin-right: 0;
}
#sub-nav ul li:hover a {
  color: #FF9600;
  transition: 0.3s;
}
#sub-nav ul li a {
  font-size: 17px;
}
#sub-nav ul li a.on {
  color: #354C52;
  font-family: "paper5";
}

#full-nav {
  left: -105%;
  top: 0;
  z-index: 8;
  position: fixed;
  transition: 0.7s ease;
  width: 87vw;
  height: 100vh;
  padding-top: 30px;
  background: url(/img/admin/login-back.jpg);
  background-size: cover;
}
#full-nav .inner {
  height: 100%;
  width: 73%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#full-nav .inner .animate-div {
  opacity: 0;
  left: -120px;
  transition: 0.5s;
  margin-bottom: 2.7%;
  position: relative;
}
#full-nav .inner .animate-div.fullnav-animation {
  opacity: 1;
  left: 0;
}
#full-nav .inner .animate-div h2 {
  font-size: 30px;
  font-family: "paper5";
}
#full-nav .inner .animate-div ul {
  display: flex;
  justify-content: start;
  margin-top: 10px;
}
#full-nav .inner .animate-div ul li {
  margin-right: 30px;
}
#full-nav .inner .animate-div ul li a {
  font-size: 22px;
  color: unset;
  font-family: "Pretendard";
  font-weight: 300;
  letter-spacing: -0.5px;
}
#full-nav .inner .animate-div ul li a:hover {
  color: #FF9600;
}

#quick {
  z-index: 6;
  width: 100px;
  position: fixed;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
}
#quick ul {
  width: 100%;
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.1);
}
#quick ul li {
  background: rgba(0, 0, 0, 0.25);
  margin-bottom: 1px;
  height: 90px;
  transition: 0.3s;
}
#quick ul li:hover {
  background: rgba(0, 0, 0, 0.6);
}
#quick ul li:hover a {
  color: #FF9600;
}
#quick ul li a {
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#quick ul li a img {
  width: 38px;
  margin-bottom: 8px;
}
#quick ul li:nth-of-type(4) {
  cursor: pointer;
}
#quick #btnTop {
  box-shadow: 4px 3px 3px rgba(0, 0, 0, 0.1);
  color: white;
  cursor: pointer;
  width: 100%;
  padding: 10px 5px;
  background: #346A82;
  display: flex;
  align-items: center;
  justify-content: center;
}
#quick #btnTop:hover {
  color: #FF9600;
  transition: 0.3s;
}

#easy-reservation {
  display: none;
  position: fixed;
  z-index: 10;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Pretendard", sans-serif;
}
#easy-reservation .popup {
  width: 80%;
  max-width: 700px;
  padding: 50px;
  border-radius: 40px;
}
#easy-reservation .popup .section-title h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #354C52;
}
#easy-reservation .popup .section-title h1 {
  margin-bottom: 30px;
  font-family: "Noto Serif KR", serif;
  font-size: 42px;
  font-weight: 500;
}
#easy-reservation .popup .section-title p {
  margin-bottom: 10px;
  font-size: 18px;
}
#easy-reservation .popup .section-title p:nth-of-type(1) {
  color: #FF9600;
}
#easy-reservation .popup form {
  margin-top: 30px;
}
#easy-reservation .popup form textarea {
  height: 300px;
  border: 2px solid rgba(149, 170, 163, 0.2509803922);
  margin-bottom: 15px;
  resize: none;
  font-size: 18px;
  font-weight: 300;
}
#easy-reservation .popup form div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#easy-reservation .popup form div input {
  border: 2px solid rgba(149, 170, 163, 0.2509803922);
  text-align: center;
  height: 60px;
  font-size: 18px;
}
#easy-reservation .popup form div input::-moz-placeholder {
  font-size: 16px;
}
#easy-reservation .popup form div input::placeholder {
  font-size: 16px;
}
#easy-reservation .popup form div input#reserBox2 {
  width: 100px;
}
#easy-reservation .popup form div input#reserBox3 {
  width: 200px;
}
#easy-reservation .popup form div p {
  margin-bottom: 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
#easy-reservation .popup form div p #reserBox4 {
  margin-right: 10px;
}
#easy-reservation .popup form div p .reserBox4-label {
  font-size: 16px;
  font-weight: 400;
}
#easy-reservation .popup form div button {
  cursor: pointer;
  height: 60px;
  width: 60px;
  background: #354C52;
  color: white;
  font-size: 24px;
  border-radius: 50%;
}
#easy-reservation .popup form div button:hover {
  scale: 1.1;
  transition: 0.3s;
  color: #FF9600;
  font-weight: 400;
}

#vh100-container {
  height: 100vh;
  overflow: hidden; /* 작업 후 주석 풀기 */
}
#vh100-container .section {
  width: 100vw; /* nav 높이만큼 뺀 것 */
  height: calc(100% - 105px);
  padding-top: 105px;
}
#vh100-container .section h3 {
  font-weight: bold;
}
#vh100-container .section > .inner {
  height: 100%;
}
#vh100-container .section#main0 { /* display: none;  */ /* 작업 후 삭제 */
  position: fixed;
  z-index: 20;
  background-image: url(/img/main0-popup.jpg);
  background-size: cover;
  background-position: center;
}
#vh100-container .section#main0 #close-popup {
  position: fixed;
  left: 5%;
  top: 10%;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 300;
  color: white;
}
#vh100-container .section#main0 #close-popup img {
  margin-right: 20px;
  transform: rotate(0deg);
  transition: 0.3s;
}
#vh100-container .section#main0 #close-popup:hover {
  color: #FF9600;
  transition: 0.3s;
}
#vh100-container .section#main0 #close-popup:hover img {
  transform: rotate(180deg);
}
#vh100-container .section#main1 {
  position: relative;
  background: rgba(40, 41, 36, 0.54);
  display: flex;
  justify-content: center;
  align-items: center;
}
#vh100-container .section#main1 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  position: fixed;
}
#vh100-container .section#main1 > img.absolute {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  position: fixed;
  margin-top: 105px;
  top: 0;
  left: 0;
}
#vh100-container .section#main1 .main1-center {
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#vh100-container .section#main1 .main1-center > img.absolute {
  opacity: 0.5;
  margin-top: -80px;
}
#vh100-container .section#main1 .main1-center .title-text {
  font-size: 82px;
  font-weight: 500;
  margin-bottom: 30px;
}
#vh100-container .section#main1 .main1-center h5 {
  text-align: center;
  font-weight: 400;
}
#vh100-container .section#main1 .main1-center ul {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
#vh100-container .section#main1 .main1-center ul li {
  width: 500px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #346A82;
  color: rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.75);
}
#vh100-container .section#main1 .main1-center ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: rgba(0, 0, 0, 0.9);
}
#vh100-container .section#main1 .main1-center ul li a:hover {
  background: #346A82;
  color: white;
  transition: 0.3s;
}
#vh100-container .section#main1 .main1-center ul li a img {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  margin-top: -51px;
}
#vh100-container .section#main1 .main1-center ul li a h5 {
  font-weight: 500;
}
#vh100-container .section#main1 .main1-center ul li:nth-of-type(1) {
  margin-right: 50px;
}
#vh100-container .section#main1 .main1-center ul li:nth-of-type(1) a h5 {
  font-size: 32px;
  padding-left: 60%;
}
#vh100-container .section#main1 .main1-center ul li:nth-of-type(2) a div {
  padding-left: 50%;
}
#vh100-container .section#main1 .main1-center ul li:nth-of-type(2) a div p {
  margin-bottom: 0;
}
#vh100-container .section#main1 .main1-bottom {
  z-index: 1;
  background: rgba(2, 35, 63, 0.205);
  color: white;
  width: 100%;
  height: 60px;
  bottom: 0;
}
#vh100-container .section#main1 .main1-bottom:hover {
  background: rgba(2, 35, 63, 0.35);
}
#vh100-container .section#main1 .main1-bottom .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
#vh100-container .section#main1 .main1-bottom .inner div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) {
  width: 42%;
}
#vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) p:nth-of-type(1) img {
  padding-right: 20px;
}
#vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) p:nth-of-type(3) {
  margin-top: 5px;
}
#vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) p:nth-of-type(3) img {
  padding: 0 8px;
}
#vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) {
  width: 56%;
}
#vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) p span {
  color: #FF9600;
  font-weight: 500;
  margin-right: 10px;
}
#vh100-container .section#main1 .main1-bottom .inner div > p {
  height: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
}
#vh100-container .section#main2 {
  background: url(/img/main2-back.jpg);
  background-size: cover;
  color: white;
}
#vh100-container .section#main2 .inner {
  width: 100%;
  max-width: 1250px;
  align-items: center;
  justify-content: center;
}
#vh100-container .section#main2 .inner h3 {
  text-align: center;
  font-weight: 300;
}
#vh100-container .section#main2 .inner ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 70px;
}
#vh100-container .section#main2 .inner ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#vh100-container .section#main2 .inner ul li img {
  border-radius: 50%;
}
#vh100-container .section#main2 .inner ul li h3 {
  font-family: "paper5";
  letter-spacing: 0.5px;
  margin-top: 30px;
}
#vh100-container .section#main2 .inner ul li span {
  text-align: center;
  opacity: 0.7;
  font-size: 18px;
}
#vh100-container .section#main2 .inner ul li span:nth-of-type(1) {
  margin-top: 15px;
  margin-bottom: 5px;
}
#vh100-container .section#main2 .inner ul li p {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}
#vh100-container .section#main3 { /* 원장님 프로필*/
  position: relative;
  z-index: 7;
  background: white;
  height: 100%;
  padding-top: 0;
}
#vh100-container .section#main3 ul {
  width: 100%;
  height: 100%;
  display: flex;
}
#vh100-container .section#main3 ul li {
  width: 25%;
  height: 100%;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: 60% 50%;
}
#vh100-container .section#main3 ul li:hover {
  background-color: rgba(0, 0, 0, 0.02);
  transition: 0.4s;
  background-size: 115%;
  background-position: 45%;
}
#vh100-container .section#main3 ul li:hover a {
  color: #1B2D56;
}
#vh100-container .section#main3 ul li:hover a h5 {
  font-weight: 400;
}
#vh100-container .section#main3 ul li:nth-of-type(1) {
  background-image: url(/img/main3-1.jpg);
}
#vh100-container .section#main3 ul li:nth-of-type(2) {
  background-image: url(/img/main3-2.jpg);
}
#vh100-container .section#main3 ul li:nth-of-type(3) {
  background-image: url(/img/main3-3.jpg);
}
#vh100-container .section#main3 ul li:nth-of-type(4) {
  background-image: url(/img/main3-4.jpg);
}
#vh100-container .section#main3 ul li a {
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  padding-top: 65vh;
}
#vh100-container .section#main3 ul li a span {
  color: #FF9600;
  font-weight: 300;
}
#vh100-container .section#main3 ul li a h3 {
  font-weight: 400;
}
#vh100-container .section#main3 ul li a h5 {
  font-size: 24px;
  margin-top: 30px;
}
#vh100-container .section#main3 ul li a p {
  margin-top: 10px;
}
#vh100-container .section#main4 { /* 우리는 압니다 */
  position: relative;
  background: white;
}
#vh100-container .section#main4 > img.absolute {
  z-index: 0;
}
#vh100-container .section#main4 .inner {
  justify-content: center;
  align-items: center;
}
#vh100-container .section#main4 .inner h3 {
  color: #1B2D56;
}
#vh100-container .section#main4 .inner > h5 {
  margin-top: 20px;
}
#vh100-container .section#main4 .inner > div {
  height: 450px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#vh100-container .section#main4 .inner > div ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#vh100-container .section#main4 .inner > div ul li {
  border-radius: 20px;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4392156863);
  background-blend-mode: multiply;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
#vh100-container .section#main4 .inner > div ul li:hover {
  background-color: rgba(0, 0, 0, 0.1254901961);
  transition: 0.3s;
}
#vh100-container .section#main4 .inner > div ul li:hover img {
  content: url(/img/ico/more-black.png);
  scale: 1.1;
  transition: 0.3s;
  transform: rotate(360deg);
}
#vh100-container .section#main4 .inner > div ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  color: white;
}
#vh100-container .section#main4 .inner > div ul li a h5 {
  font-family: "paper3";
  font-size: 28px;
  letter-spacing: 0.5px;
}
#vh100-container .section#main4 .inner > div ul li .absolute {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}
#vh100-container .section#main4 .inner > div ul.left {
  width: 51%;
}
#vh100-container .section#main4 .inner > div ul.left li {
  width: 47.8%;
  height: 100%;
}
#vh100-container .section#main4 .inner > div ul.left li:nth-of-type(1) {
  background-image: url(/img/main4-1.jpg);
}
#vh100-container .section#main4 .inner > div ul.left li:nth-of-type(2) {
  background-image: url(/img/main4-2.jpg);
}
#vh100-container .section#main4 .inner > div ul.right {
  width: 47%;
}
#vh100-container .section#main4 .inner > div ul.right li {
  width: 48%;
  height: 215px;
}
#vh100-container .section#main4 .inner > div ul.right li:nth-of-type(1) {
  background-image: url(/img/main4-3.jpg);
  margin-bottom: 20px;
}
#vh100-container .section#main4 .inner > div ul.right li:nth-of-type(2) {
  background-image: url(/img/main4-4.jpg);
}
#vh100-container .section#main4 .inner > div ul.right li:nth-of-type(3) {
  background-image: url(/img/main4-5.jpg);
}
#vh100-container .section#main4 .inner > div ul.right li:nth-of-type(4) {
  background-image: url(/img/main4-6.jpg);
}
#vh100-container .section#main5 { /* 공간 슬라이드 */
  position: relative;
  z-index: 7;
  background-image: url(/img/main5-back.jpg);
  background-size: cover;
  color: white;
}
#vh100-container .section#main5 .inner {
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 12vh;
  position: relative;
}
#vh100-container .section#main5 .inner > h5 {
  margin-top: 20px;
}
#vh100-container .section#main5 .inner a.absolute {
  right: 0;
  top: 78px;
  z-index: 1;
}
#vh100-container .section#main5 .swiper-container {
  width: 100%;
  margin-top: 50px;
}
#vh100-container .section#main5 .swiper-container ul.swiper-wrapper {
  margin-left: -18%;
}
#vh100-container .section#main5 .swiper-container ul.swiper-wrapper li.swiper-slide {
  height: 50vh;
  border-radius: 20px;
  overflow: hidden;
}
#vh100-container .section#main5 .swiper-container ul.swiper-wrapper li.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#vh100-container .section#main5 .swiper-container ul.swiper-wrapper li.swiper-slide div.absolute {
  bottom: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2% 4%;
}
#vh100-container .section#main5 .swiper-container ul.swiper-wrapper li.swiper-slide div.absolute h5 {
  font-weight: 400;
}
#vh100-container .section#main5 .swiper-container ul.swiper-wrapper li.swiper-slide div.absolute p {
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 2px;
}
#vh100-container .section#main6 { /* 김교수TV */
  background: rgba(0, 0, 0, 0.5647058824);
}
#vh100-container .section#main6 .inner article {
  display: flex;
  height: 450px;
  justify-content: space-between;
}
#vh100-container .section#main6 .inner article .left {
  width: 29%;
  color: white;
}
#vh100-container .section#main6 .inner article .left p {
  margin-top: 40px;
}
#vh100-container .section#main6 .inner article .left a {
  margin-top: 30px;
}
#vh100-container .section#main6 .inner article .right {
  width: 58%;
  height: -moz-fit-content;
  height: fit-content;
}
#vh100-container .section#main6 .inner article .right #youtube-video img {
  min-width: unset;
  width: 100%;
}
#vh100-container .section#main6 .inner article .right #youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#vh100-container .section#main6 .inner ul {
  margin-top: 80px;
  background: #354C52;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-around;
}
#vh100-container .section#main6 .inner ul li a {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
#vh100-container .section#main6 .inner ul li a img {
  margin-right: 15px;
  width: 40px;
  opacity: 0.6;
}
#vh100-container .section#main6 .inner ul li:hover a {
  color: #FF9600;
  transition: 0.3s;
  font-weight: 500;
}
#vh100-container .section#main6 .inner ul li:hover a img {
  opacity: 1;
  transition: 0.3s;
}
#vh100-container .section#main7 {
  background: white;
}
#vh100-container .section#main7 .inner h3 {
  color: #1B2D56;
}
#vh100-container .section#main7 .inner .up {
  height: 400px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#vh100-container .section#main7 .inner .up article div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#vh100-container .section#main7 .inner .up article div h4 {
  font-size: 26px;
}
#vh100-container .section#main7 .inner .up article div a {
  height: -moz-fit-content;
  height: fit-content;
  font-size: 17px;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(1) {
  width: 40%;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(1) ul {
  display: flex;
  justify-content: space-between;
  height: 300px;
  overflow: hidden;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(1) ul li {
  width: 45%;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(1) ul li a {
  width: 100%;
  height: 100%;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(1) ul li a img {
  width: 100%;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(1) ul li a p {
  width: 100%;
  margin-bottom: 0;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(1) ul li a p:nth-of-type(1) {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #354C52;
  font-weight: 400;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(1) ul li:hover p:nth-of-type(1) {
  color: #FF9600;
  transition: 0.3s;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(2) {
  width: 52%;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(2) ul {
  margin-top: -10px;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li {
  width: 100%;
  height: 110px;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #f0eeee;
  display: flex;
  align-items: center;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li a {
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li a .img-box {
  width: 20%;
  height: 100%;
  margin-bottom: 0;
  margin-right: 12px;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li a .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li a .right {
  width: 80%;
  height: 100%;
  margin-bottom: 0;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li a .right p {
  width: 100%;
  display: unset;
  font-size: 20px;
  margin-bottom: 0;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li a .right .exp {
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
  opacity: 0.5;
  font-size: 18px;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li:hover {
  transition: 0.3s;
  background: #F9F9F9;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 5px solid #354C52;
}
#vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li:hover a {
  color: #FF9600;
  transition: 0.3s;
}
#vh100-container .section#main7 .inner .down {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
#vh100-container .section#main7 .inner .down article {
  width: 47%;
  height: 130px;
  border-radius: 20px;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.368627451);
}
#vh100-container .section#main7 .inner .down article:hover {
  background-color: unset;
  transition: 0.4s;
}
#vh100-container .section#main7 .inner .down article a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#vh100-container .section#main7 .inner .down article a h3 {
  color: white;
  font-weight: 400;
}
#vh100-container .section#main7 .inner .down article:nth-of-type(1) {
  background-image: url(/img/main7-article3.jpg);
}
#vh100-container .section#main7 .inner .down article:nth-of-type(2) {
  background-image: url(/img/main7-article4.jpg);
}

#footer {
  background: white;
  padding-top: 0;
  border-top: 1px solid #CCCCCC;
}
#footer article:nth-of-type(1) {
  padding: 80px 0;
  width: 100%;
  height: 45%;
}
#footer article:nth-of-type(1) .inner {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#footer article:nth-of-type(1) .inner .care-notice {
  width: 38%;
  height: 180px;
  display: flex;
  justify-content: space-between;
}
#footer article:nth-of-type(1) .inner .care-notice .left {
  width: 180px;
  height: 100%;
  border-radius: 50%;
  background: #95AAA3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer article:nth-of-type(1) .inner .care-notice .left h4 {
  font-family: "Noto Serif KR", serif;
  font-weight: 700;
  margin-top: 5px;
}
#footer article:nth-of-type(1) .inner .care-notice .left p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 3px;
  line-height: 1.3;
  color: white;
  font-weight: 300;
}
#footer article:nth-of-type(1) .inner .care-notice .right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer article:nth-of-type(1) .inner .care-notice .right .title-text {
  font-family: "Pretendard", serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: -2px;
  color: #354C52;
  margin-bottom: 10px;
}
#footer article:nth-of-type(1) .inner .care-notice .right > div {
  display: flex;
  justify-content: space-between;
}
#footer article:nth-of-type(1) .inner .care-notice .right > div p {
  margin-bottom: 0;
  font-family: "paper3";
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 20px;
}
#footer article:nth-of-type(1) .inner .button-box {
  width: 17%;
  height: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer article:nth-of-type(1) .inner .button-box li {
  width: 33.3333333333%;
}
#footer article:nth-of-type(1) .inner .button-box li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.9);
}
#footer article:nth-of-type(1) .inner .button-box li a p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
}
#footer article:nth-of-type(1) .inner .button-box li:nth-of-type(1) {
  margin-bottom: 15px;
}
#footer article:nth-of-type(1) .inner .button-box li:hover p {
  color: #FF9600;
  transition: 0.3s;
  font-weight: bold;
}
#footer article:nth-of-type(1) .inner iframe {
  width: 35%;
  height: 180px;
  border-radius: 20px;
}
#footer article:nth-of-type(2) {
  padding: 70px 0;
  height: 35%;
  background-image: url(/img/footer-back.jpg);
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#footer article:nth-of-type(2) h3 {
  font-family: "Noto Serif KR", serif;
  text-align: center;
  font-weight: 200;
}
#footer article:nth-of-type(2) h1 {
  text-align: center;
  margin-top: 8px;
  font-size: 44px;
  margin-bottom: 0;
}
#footer article:nth-of-type(3) {
  padding: 40px 0;
  height: 20%;
  background: #333333;
  color: white;
}
#footer article:nth-of-type(3) .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#footer article:nth-of-type(3) .inner img {
  width: -moz-fit-content;
  width: fit-content;
}
#footer article:nth-of-type(3) .inner div:nth-of-type(1) {
  width: 53%;
  padding-left: 7%;
}
#footer article:nth-of-type(3) .inner div:nth-of-type(1) ul {
  display: flex;
}
#footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(1) {
  font-size: 15px;
}
#footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(2) {
  margin-top: 15px;
}
#footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(2) li {
  margin-right: 15px;
  opacity: 0.7;
  transition: 0.3s;
}
#footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(2) li:hover {
  opacity: 1;
}
#footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(2) li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(2) li a img {
  width: 35px;
}
#footer article:nth-of-type(3) .inner div:nth-of-type(2) {
  width: 42%;
  font-size: 15px;
  display: flex;
  justify-content: flex-end;
}

body h1 {
  margin-bottom: 30px;
}
body .gunu-board section.top-title {
  height: 300px;
  display: flex;
  flex-direction: column;
  background-position: 50% 25%;
}
body .gunu-board section.top-title h1 {
  padding-bottom: 15px;
}
body .gunu-board section.top-title h5 {
  font-family: "paper3";
  color: white;
  text-align: center;
}
body .top-title {
  height: 295px;
  padding-top: 0;
  margin-top: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}
body .top-title h1 {
  color: white;
  margin-top: 0px;
}
body .summary {
  margin-bottom: 100px;
}
body .text-box {
  margin-top: 100px;
}
body .flexC-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body .flexC-box h4 {
  text-align: center;
  margin-bottom: 30px;
}
body .flexC-box p {
  text-align: center;
}
body .photo-article {
  padding: 100px 0;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
body .photo-article h1 {
  font-weight: 500;
}
body .photo-article span {
  font-weight: 500;
}
body .advantage {
  padding: 100px 0;
}
body .advantage > li {
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
body .advantage > li > img {
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 20px;
  width: 60px;
}
body .advantage > li > div {
  padding-top: 3px;
}
body .advantage > li > div > h4 {
  margin-bottom: 25px;
  letter-spacing: 0;
}
body .advantage > li > div > p span {
  color: #354C52;
  font-weight: 500;
}
body .img-box {
  display: flex;
  justify-content: space-between;
}
body .img-box li {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
body .section-1000w .inner {
  display: flex;
  flex-direction: row;
}
body .section-1000w .inner .left {
  width: 400px;
}
body .section-1000w .inner .right {
  width: 1000px;
}
body .section-1000w .inner .right .box3-flex {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
body .section-1000w .inner .right .box3-flex li {
  width: 31%;
  height: 35vw;
  max-height: 400px;
}
body .section-1000w .inner .right .box3-flex li a {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .section-1000w .inner .right .box3-flex li a img {
  margin-bottom: 40px;
}
body .section-1000w .inner .right .box3-flex li a h3 {
  margin-bottom: 30px;
}
body .section-1000w .inner .right .box3-flex li a p {
  text-align: center;
  margin-bottom: 0;
}
body .div2 {
  display: flex;
  justify-content: space-between;
}
body .div2 .left {
  width: 50%;
}
body .div2 .left figure {
  display: flex;
  margin-bottom: 40px;
}
body .div2 .left figure .img-box {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}
body .div2 .left figure .img-box img {
  width: -moz-min-content;
  width: min-content;
}
body .div2 .left figure .text-box {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .div2 .left figure .text-box h5 {
  color: #1B2D56;
}
body .div2 .left figure .text-box h1 {
  margin-bottom: 0;
}
body .div2 .left p span {
  opacity: 0.5;
}
body .div2 .right {
  width: 43%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .div2 .right img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
body .qna {
  margin-top: 15px;
}
body .qna .inner > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .qna .inner > ul > li {
  width: 100%;
  position: relative;
  margin-bottom: 120px;
  transition: 0.5s;
}
body .qna .inner > ul > li > h1.absolute {
  z-index: 1;
  color: #354C52;
  background: #EFEEEF;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  left: 40px;
  top: -30px;
  font-family: "pretendard";
  font-weight: 900;
  line-height: 1.3;
  padding: 0px 20px;
  border-radius: 20px;
}
body .qna .inner > ul > li .accordion-button {
  width: 100%;
  height: 250px;
  color: white;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  background-size: cover;
}
body .qna .inner > ul > li .accordion-button:hover {
  background-color: #CCCCCC;
  background-blend-mode: multiply;
  transition: 0.3s;
}
body .qna .inner > ul > li .accordion-button:hover p.see-answer {
  background: #346A82;
  transition: 0.3s;
  border: none;
}
body .qna .inner > ul > li .accordion-button h4 {
  margin-top: 20px;
  font-family: "paper5";
  line-height: 1.5;
  font-size: 30px;
  letter-spacing: 0.3px;
}
body .qna .inner > ul > li .accordion-button > p.see-answer {
  z-index: 1;
  bottom: 10%;
  right: 5%;
  margin-bottom: 0;
  padding: 5px 30px;
  border-radius: 30px;
  border: 1px solid white;
}
body .qna .inner > ul > li .accordion-content {
  padding-top: 40px;
  justify-content: space-between;
  font-size: 20px;
}
body .qna .inner > ul > li .accordion-content .left {
  width: 55%;
}
body .qna .inner > ul > li .accordion-content .right {
  width: 40%;
}
body .qna .inner > ul > li .accordion-content .right .youtube-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
body .qna .inner > ul > li .accordion-content .right .youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .qna .inner > ul > li .accordion-content table {
  width: 100%;
  text-align: center;
}
body .qna .inner > ul > li .accordion-content table thead {
  background: rgba(149, 170, 163, 0.2509803922);
}
body .qna .inner > ul > li .accordion-content table thead tr th {
  border: 1px solid #CCCCCC;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
body .qna .inner > ul > li .accordion-content table tbody tr td {
  border: 1px solid #CCCCCC;
  padding: 3px 10px;
  vertical-align: middle;
}
body .qna .inner > ul > li .accordion-content table tbody tr td:nth-of-type(1) {
  width: 70px;
}
body .qna .inner > ul > li .accordion-content ul.flex-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
body .qna .inner > ul > li .accordion-content ul.flex-box > li {
  width: 48%;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #CCCCCC;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
body .qna .inner > ul > li .accordion-content ul.flex-box > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
body .qna .inner > ul > li .accordion-content ul.flex-box > li h5 {
  background: rgba(149, 170, 163, 0.2509803922);
  padding: 10px 30px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #354C52;
}
body .qna .inner > ul > li .accordion-content ul.flex-box > li p {
  padding: 0 30px;
}
body .qna .inner > ul > li .accordion-content ul.flex-box > li > ul {
  padding-left: 40px;
  padding-right: 15px;
}
body .qna .inner > ul > li .accordion-content ul.flex-box > li > ul li {
  list-style: disc;
  margin-bottom: 10px;
}
body .qna .inner > ul > li .accordion-content ul.flex-box > li > ul li::marker {
  color: #95AAA3;
}
body .qna .inner > ul > li .accordion-content > h5 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 45px;
  background: #354C52;
  color: white;
  font-weight: 500;
  border-left: 10px solid #95AAA3;
  border-right: 10px solid #95AAA3;
}
body .good {
  height: -moz-fit-content;
  height: fit-content;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0%;
}
body .good .inner .section-title h5 {
  color: #1B2D56;
}
body .good .inner .text-box {
  margin-top: 20px;
}
body .good .inner ul {
  display: flex;
  flex-direction: column;
}
body .good .inner ul li {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: white;
  padding: 30px 50px;
  margin-bottom: 60px;
}
body .good .inner ul li:nth-last-child(1) {
  margin-bottom: 0;
}
body .good .inner ul li h4 {
  font-family: "Noto Serif KR";
  display: flex;
  align-items: center;
  font-weight: 600;
  border-bottom: 0.5px solid #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
body .good .inner ul li h4 span {
  font-size: 22px;
  font-weight: 400;
  margin-right: 20px;
}
body .good .inner h5.message {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  background: #354C52;
  color: white;
  font-weight: 500;
  margin: 0 auto;
  margin-top: 60px;
  padding: 15px 45px;
  border-left: 10px solid #95AAA3;
  border-right: 10px solid #95AAA3;
}
body .sub0101 ul.img-box > li {
  width: 250px;
  height: 300px;
  border-radius: 20px;
}
body .sub0101 ul.img-box > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-family: "paper3";
  color: white;
  text-align: center;
}
body .sub0101 ul.img-box > li:hover {
  background-color: #95AAA3;
  background-blend-mode: multiply;
  border-bottom: 5px solid #FF9600;
  border-right: 5px solid #FF9600;
}
body .sub0101 ul.process > li {
  margin-bottom: 80px;
}
body .sub0101 ul.process > li:nth-of-type(1) {
  opacity: 0.5;
}
body .sub0101 ul.process > li div > p {
  font-size: 24px;
}
body .sub0101 ul.process > li > ul {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 5.5%;
}
body .sub0101 ul.process > li > ul > img.absolute {
  top: 50%;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  left: -5%;
}
body .sub0101 ul.process > li > ul li {
  width: 150px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #346A82;
  color: white;
  font-size: 24px;
  line-height: 1.3;
}
body .sub0101 ul.process > li > ul.process1 li:nth-of-type(2), body .sub0101 ul.process > li > ul.process1 li:nth-of-type(3), body .sub0101 ul.process > li > ul.process1 li:nth-of-type(5) {
  background: #C04F15;
}
body .sub0101 ul.process > li > ul.process2 {
  justify-content: flex-start;
}
body .sub0101 ul.process > li > ul.process2 li {
  margin-right: 70px;
  flex-direction: column;
}
body .sub0101 ul.process > li > ul.process2 li:nth-of-type(1) {
  width: 300px;
}
body .sub0101 ul.process > li > ul.process2 li:nth-of-type(1) p {
  background: #FF9600;
  margin-top: 5px;
  padding: 10px 0;
  width: 70%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body .sub0101 ul.process > li > ul.process2 li:nth-of-type(1) p span {
  display: block;
  color: #346A82;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
body .sub0101 ul.process > li > ul.process2 li:nth-of-type(2) {
  background: #C04F15;
}
body .sub0101 ul.process > li > ul.process2 li:nth-last-of-type(1) {
  margin-right: 0;
}
body .sub0102 {
  margin-bottom: 100px;
}
body .sub0102 .doc-type {
  margin-bottom: 5px;
  opacity: 0.8;
  color: #1B2D56;
  font-family: "Noto Serif KR", serif;
  font-weight: 500;
}
body .sub0102 .doctors {
  padding-top: 0;
  margin-bottom: 100px;
}
body .sub0102 .doctors .inner article.swiper-slide {
  margin-bottom: 80px;
  height: 750px;
  width: 100%;
  background: #F7F7F7;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
body .sub0102 .doctors .inner article.swiper-slide .left {
  width: 60%;
  overflow: scroll;
}
body .sub0102 .doctors .inner article.swiper-slide .left::-webkit-scrollbar {
  display: none;
}
body .sub0102 .doctors .inner article.swiper-slide .left h2 {
  font-family: "paper5";
  font-weight: bold;
  color: #354C52;
  margin-bottom: 25px;
}
body .sub0102 .doctors .inner article.swiper-slide .left > ul {
  font-size: 22px;
  font-family: "paper3";
  font-weight: bold;
  margin-bottom: 22px;
  line-height: 1.7;
  letter-spacing: 0;
}
body .sub0102 .doctors .inner article.swiper-slide .left > ul > li {
  font-size: 18px;
  font-weight: normal;
}
body .sub0102 .doctors .inner article.swiper-slide .left > ul > li:nth-of-type(1) {
  margin-top: 3px;
  font-family: "pretendard";
  font-weight: 300;
}
body .sub0102 .doctors .inner article.swiper-slide .left > ul table {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
}
body .sub0102 .doctors .inner article.swiper-slide .left > ul table thead tr th {
  width: 14.2857142857%;
  border: 1px solid #CCCCCC;
  background: #2E416B;
  color: white;
  font-size: 18px;
  padding: 3px 5px;
}
body .sub0102 .doctors .inner article.swiper-slide .left > ul table tbody {
  text-align: center;
}
body .sub0102 .doctors .inner article.swiper-slide .left > ul table tbody tr td {
  border: 1px solid #CCCCCC;
  padding: 10px 5px;
  font-weight: normal;
}
body .sub0102 .doctors .inner article.swiper-slide .left > ul table tbody tr td:nth-of-type(1) {
  font-weight: 600;
  font-size: 17px;
  background: #e8e8e8;
}
body .sub0102 .doctors .inner article.swiper-slide .right {
  width: 32%;
  height: 100%;
  position: relative;
}
body .sub0102 .doctors .inner article.swiper-slide .right > img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
body .sub0102 .doctors .inner article.swiper-slide .right .absolute {
  left: -100px;
  bottom: 20px;
  z-index: 1;
  width: 110%;
  display: flex;
  justify-content: space-between;
}
body .sub0102 .doctors .inner 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 .sub0102 .doctors .inner article.swiper-slide .right .absolute img:nth-last-of-type(1) {
  margin-right: 0;
}
body .sub0102 .doctors .inner article.swiper-slide:nth-of-type(1) .left {
  position: relative;
}
body .sub0102 .doctors .inner article.swiper-slide:nth-last-of-type(1) {
  margin-bottom: 0;
}
body .sub0102 .medium .photo-article {
  max-height: 500px;
  background-position: center;
}
body .sub0102 .medium .photo-article > .inner {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
body .sub0102 .medium .photo-article > .inner p {
  text-align: center;
}
body .sub0102 .medium > .inner {
  margin-top: 100px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
body .sub0102 .medium > .inner article.swiper-slide {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  height: 400px;
  padding: 20px 35px;
  margin-bottom: 40px;
}
body .sub0102 .medium > .inner article.swiper-slide .left {
  width: 58%;
  height: 100%;
  overflow-y: scroll;
  padding-top: 10px;
}
body .sub0102 .medium > .inner article.swiper-slide .left h2 {
  margin-bottom: 5px;
  font-size: 32px;
}
body .sub0102 .medium > .inner article.swiper-slide .left .doc-type {
  font-size: 19px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
body .sub0102 .medium > .inner article.swiper-slide .left > ul > li {
  font-size: 16px;
}
body .sub0102 .medium > .inner article.swiper-slide .right {
  width: 35%;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
body .sub0102 .medium > .inner article.swiper-slide .right img {
  width: 100%;
  height: auto;
}
body .sub0102 .small {
  padding-top: 0px;
  margin-top: -80px;
}
body .sub0102 .small .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 93px;
}
body .sub0102 .small .inner ul li {
  background: #F7F7F7;
  padding: 30px;
  border-radius: 20px;
}
body .sub0102 .small .inner ul li img {
  width: 220px;
  height: 330px;
}
body .sub0102 .small .inner ul li h4 {
  font-size: 28px;
  font-family: "paper5";
  font-weight: bold;
  color: #354C52;
  text-align: center;
}
body .sub0102 .small .inner ul li .doc-type {
  text-align: center;
  font-size: 19px;
  margin-bottom: 0;
}
body .sub0103 section h4 {
  margin-bottom: 0;
}
body .sub0103 section:nth-of-type(2) .photo-article {
  height: 950px;
  margin-top: 200px;
  color: rgba(0, 0, 0, 0.9);
}
body .sub0103 section:nth-of-type(2) .photo-article .inner {
  position: relative;
  height: 100%;
}
body .sub0103 section:nth-of-type(2) .photo-article .inner > p.absolute {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
  z-index: 1;
  top: -200px;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  font-size: clamp(70px, 4vw, 82px);
  font-weight: 500;
  line-height: 1.2;
  color: #61787E;
}
body .sub0103 section:nth-of-type(2) .photo-article .inner > p.absolute::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #262F19, #B8C6C7);
  position: absolute;
  right: 60px;
  bottom: -20px;
}
body .sub0103 section:nth-of-type(2) .photo-article .inner > div.absolute {
  z-index: 1;
  right: 0;
  top: -300px;
  width: 50%;
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul div.absolute {
  width: 320px;
  height: 320px;
  z-index: 1;
  background: url(/img/sub/0103back2.png);
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul li {
  height: 200px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul li:nth-of-type(1) h3 {
  background-image: url(/img/sub/0103ul01.jpg);
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul li:nth-of-type(2) {
  padding-left: 15%;
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul li:nth-of-type(2) h3 {
  background-image: url(/img/sub/0103ul02.jpg);
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul li:nth-of-type(3) {
  padding-left: 30%;
  margin-bottom: 0;
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul li:nth-of-type(3) h3 {
  background-image: url(/img/sub/0103ul03.jpg);
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul li h3 {
  position: relative;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.4392156863);
  background-blend-mode: multiply;
  font-weight: 400;
  color: white;
  margin-right: 180px;
  height: 100%;
  width: 200px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #95AAA3;
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul li h3::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 20px;
  height: 20px;
  background: #354C52;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul li h3::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 130px;
  height: 1px;
  background: #95AAA3;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul li div h5 {
  font-family: "paper3";
  background: white;
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid rgba(149, 170, 163, 0.2509803922);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
body .sub0103 section:nth-of-type(2) .photo-article .inner ul li div h5:nth-last-of-type(1) {
  margin-bottom: 0;
}
body .sub0104 section .reverse {
  display: flex;
  flex-direction: row-reverse;
}
body .sub0104 section:nth-of-type(2) {
  margin-top: 50px;
  margin-bottom: 200px;
}
body .sub0104 section:nth-of-type(2) .summary {
  margin-bottom: 150px;
}
body .sub0104 section:nth-of-type(2) .img-box {
  position: relative;
}
body .sub0104 section:nth-of-type(2) .img-box img {
  width: 100%;
}
body .sub0104 section:nth-of-type(2) .img-box .absolute {
  z-index: 1;
  width: 100%;
  max-width: 1165px;
  left: 50%;
  transform: translateX(-50%);
  top: -42px;
}
body .sub0104 section:nth-of-type(2) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
body .sub0104 section:nth-of-type(2) ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 200;
  background: rgba(197, 197, 197, 0.25);
  border: 1px solid #95AAA3;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  margin-bottom: 30px;
}
body .sub0104 section:nth-of-type(2) ul li h1 {
  margin-bottom: 0;
  margin-right: 10px;
}
body .sub0104 section.center {
  margin-bottom: 100px;
  padding-top: 0;
}
body .sub0104 section.center.background {
  padding-top: 100px;
}
body .sub0104 section.center .inner article {
  display: flex;
  justify-content: space-between;
}
body .sub0104 section.center .inner article .left {
  width: 38%;
}
body .sub0104 section.center .inner article .left h5 {
  color: #354C52;
}
body .sub0104 section.center .inner article .left .icon-box {
  display: flex;
  margin-top: 100px;
}
body .sub0104 section.center .inner article .left .icon-box li {
  margin-right: 30px;
}
body .sub0104 section.center .inner article .right {
  width: 55%;
}
body .sub0104 section.center .inner article .right img {
  width: 100%;
}
body .sub0104 section.center .inner > ul {
  margin-top: 50px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 1px solid #CCCCCC;
}
body .sub0104 section.center .inner > ul li {
  width: 100%;
  padding: 12px 0;
  border-right: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .sub0104 section.center .inner > ul li:nth-last-of-type(1) {
  border-right: none;
}
body .sub0104 section.center .inner > ul li:hover {
  transition: 0.3s;
  background: #346A82;
  color: white;
}
body .sub0105 .summary {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  color: white;
  margin-bottom: 40px;
}
body .sub0105 .summary li {
  width: 48%;
  height: 400px;
  padding: 30px;
  border-radius: 20px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body .sub0105 .summary li h1 {
  margin-bottom: 10px;
}
body .sub0105 .summary li p {
  margin-bottom: 0;
}
body .sub0105 section.oper-time .text-box {
  margin-bottom: 0px;
}
body .sub0105 section.oper-time ul li {
  margin-bottom: 80px;
}
body .sub0105 section.oper-time ul li h3 {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}
body .sub0105 section.oper-time ul li h3 img {
  margin-right: 20px;
}
body .sub0105 section.oper-time ul li figure {
  display: flex;
  justify-content: space-between;
}
body .sub0105 section.oper-time ul li figure p {
  height: 70px;
  width: 5%;
  background: #EAEBEE;
  color: #CCCCCC;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
body .sub0105 section.oper-time ul li figure p.on {
  background: #95AAA3;
  color: white;
}
body .sub0105 section.consult {
  background: #F8F7F7;
  margin-top: 100px;
  padding: 100px 0;
}
body .sub0105 section.consult .text-box {
  margin-bottom: 0px;
}
body .sub0105 section.consult .text-box span {
  color: #d62828;
}
body .sub0105 section.consult ul {
  margin-top: 50px;
}
body .sub0105 section.consult ul li {
  justify-content: center;
  border-radius: 20px;
  background: #DEDDDC;
  cursor: pointer;
}
body .sub0105 section.consult ul li a img {
  margin-bottom: 25px;
  height: 50px;
}
body .sub0105 section.consult ul li a h3 {
  margin-bottom: 40px;
  font-weight: 500;
}
body .sub0105 section.consult ul li a p {
  background: #354C52;
  color: white;
  padding: 8px 40px;
  border-radius: 30px;
}
body .sub0105 section.consult ul li:hover p {
  transition: 0.3s;
  background: #346A82;
}
body .sub0105 section.way-to-come .inner {
  flex-direction: column;
  justify-content: left;
}
body .sub0105 section.way-to-come .inner .text-box {
  margin-bottom: 30px;
  margin-top: 30px;
}
body .sub0105 section.way-to-come .inner .text-box p > span {
  color: rgb(246, 37, 37);
  font-weight: 300;
}
body .sub0105 section.way-to-come .inner .normal {
  display: flex;
  justify-content: space-between;
}
body .sub0105 section.way-to-come .inner .normal .img-div {
  height: 400px;
}
body .sub0105 section.way-to-come .inner .normal .img-div iframe {
  width: 100%;
  height: 100%;
}
body .sub0105 section.way-to-come .inner .normal .img-div img {
  width: 100%;
  height: 100%;
}
body .sub0105 section.way-to-come .inner .normal .img-div:nth-of-type(1) {
  width: 59%;
}
body .sub0105 section.way-to-come .inner .normal .img-div:nth-of-type(2) {
  width: 38%;
  border: 1px solid #354C52;
}
body .sub0105 section.way-to-come .inner .behicle {
  margin-top: 40px;
  margin-bottom: 100px;
}
body .sub0105 section.way-to-come .inner .behicle li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 200;
}
body .sub0105 section.way-to-come .inner .behicle li .left {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
body .sub0105 section.way-to-come .inner .behicle li .left img {
  width: 50px;
}
body .sub0105 section.way-to-come .inner .behicle li .right p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
body .sub0105 section.way-to-come .inner .behicle li .right p.strong {
  font-weight: 600;
}
body .sub0105 section.way-to-come .inner .behicle li .right p span {
  margin-right: 20px;
  color: white;
  border-radius: 20px;
  padding: 1px 10px;
  vertical-align: middle;
  font-size: 90%;
  font-weight: 200;
}
body .sub0105 section.way-to-come .inner .behicle li .right p span.subway2 {
  background: #40B04D;
}
body .sub0105 section.way-to-come .inner .behicle li .right p span.subway7 {
  background: #70721E;
}
body .sub0206 section:nth-of-type(2) .right img {
  width: 45%;
}
body .sub0206 section:nth-of-type(2) .right img:nth-of-type(2) {
  border: 1px solid #CCCCCC;
}
body .sub0206 section.qna .inner ul li .accordion-content .left {
  width: 45%;
}
body .sub0206 section.qna .inner ul li .accordion-content .left p:nth-of-type(2) span {
  font-size: 17px;
  color: #354C52;
}
body .sub0206 section.qna .inner ul li .accordion-content .right {
  width: 50%;
}
body .sub0206 section.qna .inner ul li.q3 .flex-box > li:nth-of-type(3) {
  width: 100%;
}
body .sub0206 section.qna .inner ul li.q4 .flex-box > li:nth-of-type(1) {
  width: 100%;
}
body .sub0206 section.qna .inner ul li.q4 .flex-box > li:nth-of-type(3) {
  margin-bottom: 60px;
}
body .sub0303 .qna ul li.q5 .accordion-content .left {
  width: 48%;
}
body .sub0303 .qna ul li.q5 .accordion-content .right {
  width: 48%;
}
body .sub0303 .qna ul li.q5 .accordion-content .right img {
  width: 100%;
}
body .sub0303 .qna ul li.q6 .accordion-content > h5 {
  margin-top: 50px;
}
body .sub0402 .qna ul li.q1 .accordion-content .left {
  width: 45%;
}
body .sub0402 .qna ul li.q1 .accordion-content .right {
  width: 50%;
}
body .sub0402 .qna ul li.q1 .accordion-content .right img {
  width: 100%;
}
body .sub0402 .good ul img {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  display: block;
}
body .sub0804 .div2 {
  display: flex;
  justify-content: space-between;
}
body .sub0804 .div2 .left {
  width: 50%;
}
body .sub0804 .div2 .right {
  width: 40%;
}
body .sub0804 .div2 .right img {
  width: 100%;
}
body .sub0804 .hospitalization .inner {
  flex-direction: row;
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
          clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
body .sub0804 .hospitalization .inner .left {
  width: 22%;
  color: white;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .sub0804 .hospitalization .inner .right {
  width: 78%;
  padding: 40px 5%;
  border: 1px solid #354C52;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .sub0804 .hospitalization .inner .right li {
  margin-bottom: 35px;
}
body .sub0804 .hospitalization .inner .right li:nth-last-of-type(1) {
  margin-bottom: 0;
}
body .sub0804 .hospitalization .inner .right li h5 {
  background: rgba(149, 170, 163, 0.2509803922);
  font-weight: 600;
  padding: 3px 25px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
body .sub0804 .hospitalization .inner .right li p {
  margin-bottom: 8px;
}
body .sub0804 .hospitalization .inner .right li p:nth-last-of-type(1) {
  margin-bottom: 0;
}
body .sub0804 .hospitalization .inner .right li p strong {
  color: #EA4335;
}
body .sub0804 .hospitalization:nth-last-of-type(1) {
  margin-bottom: 100px;
}
body .sub0805 .right .text-box h5 {
  background: rgba(149, 170, 163, 0.2509803922);
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  margin-bottom: 40px;
  font-weight: 500;
}
body .sub0805 .right > ul {
  display: flex;
  justify-content: space-between;
  color: white;
  margin-top: 40px;
}
body .sub0805 .right > ul li {
  width: 48%;
  height: 70px;
  background: #354C52;
  border-radius: 20px;
}
body .sub0805 .right > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .sub0805 .right > ul li a img {
  margin-right: 15px;
}
body .sub0805 .right > ul li:hover {
  color: #FF9600;
  transition: 0.3s;
}
body .sub0805 .right table {
  width: 100%;
  margin-bottom: 20px;
}
body .sub0805 .right table thead {
  background: rgba(149, 170, 163, 0.2509803922);
}
body .sub0805 .right table thead tr th {
  border: 1px solid #CCCCCC;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
}
body .sub0805 .right table thead tr th:nth-of-type(1) {
  width: 25%;
}
body .sub0805 .right table tbody tr td {
  border: 1px solid #CCCCCC;
  padding: 20px 30px;
  font-size: 20px;
}
body .sub0805 .right table tbody tr td:nth-of-type(1) {
  text-align: center;
  vertical-align: middle;
}
body .sub0805 .right table.proof-cost {
  margin-bottom: 60px;
}
body .sub0805 .right table.proof-cost td {
  padding: 5px 20px;
}

@media screen and (max-width: 1400px) {
  section.section {
    font-size: 18px;
  }
  section.section p {
    margin-bottom: 15px;
  }
  section.section p.exp {
    font-size: 15px;
  }
  section.section .title-text {
    font-size: 58px;
  }
  section.section h1 {
    font-size: 48px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
  section.section h2 {
    font-size: 38px;
  }
  section.section h3 {
    font-size: 32px;
  }
  section.section h4 {
    font-size: 28px;
  }
  section.section h5 {
    font-size: 22px;
  }
  section.section textarea, section.section input, section.section select {
    font-size: 19px;
  }
  section.section tr {
    font-size: 20px;
  }
  section.section th {
    font-size: 16px;
  }
  section.section td {
    font-size: 15px;
  }
  body .section .inner {
    padding: 0 30px;
  }
  #nav {
    height: -moz-fit-content;
    height: fit-content;
  }
  #nav .inner {
    width: 100%;
  }
  #nav .join {
    height: 30px;
  }
  #nav .join .inner a {
    font-size: 1.3vw;
    padding: 0 20px;
  }
  #nav .menu {
    height: 60px;
  }
  #nav .menu .inner ul {
    width: 39%;
    justify-content: space-around;
  }
  #nav .menu .inner ul a {
    font-size: 1.5vw;
  }
  #nav .menu .inner #logo {
    width: 223px;
    height: 192px;
    top: -3px;
  }
  #nav .menu .inner #logo img {
    width: 65%;
    margin-top: -35px;
  }
  #nav .depts2 .inner {
    width: 100%;
    padding: 0 20px;
  }
  #nav .depts2 .inner .left {
    width: 28%;
    padding-right: 3%;
  }
  #nav .depts2 .inner .left div p {
    font-size: 1.35vw;
    letter-spacing: 1px;
  }
  #nav .depts2 .inner .left div:nth-of-type(1) {
    padding: 7px 25px;
    border-radius: 25px;
  }
  #nav .depts2 .inner .left div:nth-of-type(1) img {
    width: 25px;
    height: 25px;
  }
  #nav .depts2 .inner .left div:nth-of-type(1) h5 {
    font-size: 2vw;
    letter-spacing: 0.5vw;
  }
  #nav .depts2 .inner .left span {
    font-size: 1.15vw;
  }
  #nav .depts2 .inner .depts2-menu {
    width: 44%;
  }
  #nav .depts2 .inner .depts2-menu li {
    padding: 0 20px;
  }
  #nav .depts2 .inner .depts2-menu li a {
    font-size: 1.5vw;
  }
  #nav .depts2 .inner .right {
    width: 28%;
    padding-left: 3%;
    justify-content: center;
  }
  #nav .depts2 .inner .right > a {
    margin-bottom: 15px;
  }
  #nav .depts2 .inner .right > a img {
    border-radius: 14px;
  }
  #nav .depts2 .inner .right > ul li {
    height: 2.8vw;
  }
  #full-nav {
    width: 86vw;
  }
  #full-nav .inner {
    width: 85%;
  }
  #full-nav .inner .animate-div {
    margin-bottom: 3.5%;
  }
  #full-nav .inner .animate-div h2 {
    font-size: 30px;
  }
  #full-nav .inner .animate-div ul {
    margin-top: 10px;
  }
  #full-nav .inner .animate-div ul li {
    margin-right: 30px;
  }
  #full-nav .inner .animate-div ul li a {
    font-size: 1.35vw;
  }
  #main1 .main1-bottom p > em {
    display: none;
  }
  #vh100-container .section {
    height: calc(100% - 90px);
    padding-top: 90px;
  }
  #vh100-container .section#main1 > img.absolute {
    margin-top: 90px;
  }
  #vh100-container .section#main5 { /* 공간 슬라이드 */ }
  #vh100-container .section#main5 .inner a.absolute {
    right: 3%;
  }
  #vh100-container .section#main5 .swiper-container ul.swiper-wrapper {
    margin-left: -50%;
  }
  #footer article:nth-of-type(1) .inner .care-notice {
    width: 45%;
    align-items: center;
    justify-content: flex-start;
  }
  #footer article:nth-of-type(1) .inner .care-notice .left {
    width: 160px;
    height: 160px;
    margin-right: 5%;
  }
  #footer article:nth-of-type(1) .inner .care-notice .right {
    width: 60%;
  }
  #footer article:nth-of-type(1) .inner .care-notice .right > div p {
    letter-spacing: 1px;
    font-size: 18px;
  }
  #footer article:nth-of-type(1) .inner .button-box {
    width: 20%;
  }
  #footer article:nth-of-type(1) .inner .button-box li a p {
    font-size: 15px;
  }
  #footer article:nth-of-type(1) .inner iframe {
    width: 28%;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) {
    padding-left: 4%;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(1) {
    font-size: 14px;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(2) {
    margin-top: 15px;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(2) li {
    margin-right: 15px;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(2) {
    font-size: 14px;
  }
  body .top-title {
    height: 300px;
    margin-top: 90px;
  }
  body .top-title h1 {
    margin-top: 0px;
  }
  body .summary {
    margin-bottom: 100px;
  }
  body .text-box {
    margin-top: 100px;
  }
  body .photo-article {
    padding: 100px 0;
  }
  body .advantage {
    padding: 100px 0;
  }
  body .advantage > li {
    margin-bottom: 60px;
  }
  body .advantage > li > img {
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 30px;
  }
  body .advantage > li > div {
    padding-top: 15px;
  }
  body .advantage > li > div > h4 {
    margin-bottom: 25px;
  }
  body .sub0101 ul.img-box > li {
    width: 18%;
    height: 300px;
    border-radius: 20px;
  }
  body .sub0101 ul.img-box > li > a {
    font-size: 28px;
  }
  body .sub0101 ul.process > li {
    margin-bottom: 80px;
  }
  body .sub0101 ul.process > li div > p {
    font-size: 24px;
  }
  body .sub0101 ul.process > li > ul {
    margin-top: 20px;
    padding: 0 5.5%;
  }
  body .sub0101 ul.process > li > ul > img.absolute {
    left: -10%;
  }
  body .sub0101 ul.process > li > ul li {
    width: 150px;
    height: 220px;
    font-size: 24px;
  }
  body .sub0101 ul.process > li > ul.process2 li {
    margin-right: 70px;
  }
  body .sub0101 ul.process > li > ul.process2 li:nth-of-type(1) {
    width: 300px;
  }
  body .sub0101 ul.process > li > ul.process2 li:nth-of-type(1) p {
    width: 70%;
    margin-top: 5px;
    padding: 10px 0;
  }
  body .sub0101 ul.process > li > ul.process2 li:nth-of-type(1) p span {
    font-size: 22px;
    margin-bottom: 5px;
  }
  body .sub0102 br.pc_only {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  section.section {
    font-size: 17px;
  }
  section.section p {
    margin-bottom: 14px;
  }
  section.section p.exp {
    font-size: 14px;
  }
  section.section .title-text {
    font-size: 54px;
  }
  section.section h1 {
    font-size: 44px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
  section.section h2 {
    font-size: 34px;
  }
  section.section h3 {
    font-size: 28px;
  }
  section.section h4 {
    font-size: 26px;
  }
  section.section h5 {
    font-size: 22px;
  }
  section.section textarea, section.section input, section.section select {
    font-size: 18px;
  }
  section.section tr {
    font-size: 18px;
  }
  section.section th {
    font-size: 15px;
  }
  section.section td {
    font-size: 14px;
  }
  #full-nav {
    width: 86vw;
  }
  #full-nav .inner {
    width: 90%;
  }
  #full-nav .inner .animate-div {
    margin-bottom: 2.5%;
  }
  #full-nav .inner .animate-div ul {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  #full-nav .inner .animate-div ul li {
    margin-right: 30px;
    margin-bottom: 10px;
  }
  #full-nav .inner .animate-div ul li a {
    font-size: 1.9vw;
  }
  #quick {
    width: 80px;
    right: 2vw;
  }
  #quick ul li {
    height: 80px;
    background: rgba(0, 0, 0, 0.45);
  }
  #quick ul li a {
    font-size: 15px;
  }
  #quick ul li a img {
    width: 30px;
    margin-bottom: 8px;
  }
  #vh100-container {
    height: -moz-fit-content;
    height: fit-content;
  }
  #vh100-container .section {
    height: -moz-fit-content;
    height: fit-content;
    padding: 120px 0;
  }
  #vh100-container .section#main0 {
    height: 40vw;
    padding: 0;
  }
  #vh100-container .section#main0 #close-popup {
    left: 3%;
    top: 4%;
    font-size: 3vw;
  }
  #vh100-container .section#main0 #close-popup img {
    margin-right: 15px;
    width: 5vw;
  }
  #vh100-container .section#main1 {
    height: 100vh;
    max-height: 945px;
    padding: 0;
  }
  #vh100-container .section#main1 > img.absolute {
    margin-top: 90px;
  }
  #vh100-container .section#main1 .main1-center {
    width: 100%;
    margin-top: 60px;
  }
  #vh100-container .section#main1 .main1-center > img.absolute {
    scale: 0.7;
  }
  #vh100-container .section#main1 .main1-center .title-text {
    font-size: 72px;
  }
  #vh100-container .section#main1 .main1-center ul {
    flex-direction: column;
    margin-top: 75px;
    width: 50%;
  }
  #vh100-container .section#main1 .main1-center ul li {
    width: 100%;
    height: 120px;
  }
  #vh100-container .section#main1 .main1-center ul li a img {
    margin-top: -45px;
  }
  #vh100-container .section#main1 .main1-center ul li:nth-of-type(1) {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  #vh100-container .section#main1 .main1-center ul li:nth-of-type(1) a h5 {
    font-size: 32px;
    padding-left: 58%;
  }
  #vh100-container .section#main1 .main1-center ul li:nth-of-type(2) a div {
    padding-left: 54%;
  }
  #vh100-container .section#main1 .main1-center ul li:nth-of-type(2) a div p {
    margin-bottom: 0;
  }
  #vh100-container .section#main1 .main1-bottom {
    height: 80px;
  }
  #vh100-container .section#main1 .main1-bottom .inner {
    flex-direction: column;
    justify-content: space-between;
  }
  #vh100-container .section#main1 .main1-bottom .inner div {
    height: 50%;
    justify-content: space-between;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) {
    width: 100%;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) p:nth-of-type(1) {
    font-weight: 500;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) p:nth-of-type(1) img {
    padding-right: 15px;
    height: 25px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) p:nth-of-type(3) {
    margin-top: 5px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) p:nth-of-type(3) img {
    padding: 0 8px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) {
    width: 100%;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) p span {
    margin-right: 10px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) p em {
    display: inline;
  }
  #vh100-container .section#main1 .main1-bottom .inner div > p {
    font-size: 17px;
  }
  #vh100-container .section#main2 .inner {
    max-width: unset;
  }
  #vh100-container .section#main2 .inner ul {
    margin-top: 70px;
  }
  #vh100-container .section#main2 .inner ul li {
    width: 30%;
  }
  #vh100-container .section#main2 .inner ul li h3 {
    margin-top: 30px;
  }
  #vh100-container .section#main2 .inner ul li span {
    font-size: 17px;
  }
  #vh100-container .section#main2 .inner ul li span:nth-of-type(1) {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  #vh100-container .section#main2 .inner ul li p {
    font-size: 20px;
  }
  #vh100-container .section#main3 { /* 원장님 프로필*/
    padding-bottom: 0;
  }
  #vh100-container .section#main3 ul {
    height: 100vh;
    max-height: 945px;
  }
  #vh100-container .section#main3 ul li {
    background-color: rgba(0, 0, 0, 0.4);
    background-position: 70% 50%;
  }
  #vh100-container .section#main3 ul li a {
    padding-left: 25px;
    padding-top: 65vh;
  }
  #vh100-container .section#main3 ul li a h5 {
    font-size: 20px;
    margin-top: 30px;
  }
  #vh100-container .section#main3 ul li a p {
    margin-top: 10px;
  }
  #vh100-container .section#main4 { /* 우리는 압니다 */ }
  #vh100-container .section#main4 .inner > h5 {
    margin-top: 20px;
  }
  #vh100-container .section#main4 .inner > div {
    height: 450px;
    margin-top: 50px;
  }
  #vh100-container .section#main4 .inner > div ul li {
    padding: 20px;
  }
  #vh100-container .section#main4 .inner > div ul li a h5 {
    font-size: 2.5vw;
  }
  #vh100-container .section#main4 .inner > div ul li .absolute {
    width: 35px;
    height: 35px;
  }
  #vh100-container .section#main4 .inner > div ul.right li {
    height: 47.5%;
  }
  #vh100-container .section#main4 .inner > div ul.right li:nth-of-type(1) {
    margin-bottom: 20px;
  }
  #vh100-container .section#main5 { /* 공간 슬라이드 */ }
  #vh100-container .section#main5 .inner {
    margin-top: 0;
  }
  #vh100-container .section#main5 .inner > h5 {
    margin-top: 20px;
  }
  #vh100-container .section#main5 .inner a.absolute {
    right: 5%;
    top: 67%;
  }
  #vh100-container .section#main5 .swiper-container {
    margin-top: 50px;
    margin-bottom: 0;
  }
  #vh100-container .section#main5 .swiper-container ul.swiper-wrapper {
    margin-left: -53%;
  }
  #vh100-container .section#main5 .swiper-container ul.swiper-wrapper li.swiper-slide {
    height: 42vh;
  }
  #vh100-container .section#main5 .swiper-container ul.swiper-wrapper li.swiper-slide div.absolute {
    padding: 2% 4%;
  }
  #vh100-container .section#main5 .swiper-container ul.swiper-wrapper li.swiper-slide div.absolute p {
    font-size: 17px;
  }
  #vh100-container .section#main6 { /* 김교수TV */ }
  #vh100-container .section#main6 .inner article {
    height: -moz-fit-content;
    height: fit-content;
  }
  #vh100-container .section#main6 .inner article .left {
    width: 32%;
  }
  #vh100-container .section#main6 .inner article .left > img {
    width: 180px;
  }
  #vh100-container .section#main6 .inner article .left h1 {
    font-size: 3.7vw;
  }
  #vh100-container .section#main6 .inner article .left p {
    margin-top: 40px;
  }
  #vh100-container .section#main6 .inner article .left a {
    margin-top: 30px;
  }
  #vh100-container .section#main6 .inner article .right {
    width: 64%;
  }
  #vh100-container .section#main6 .inner ul {
    margin-top: 60px;
    padding: 20px;
  }
  #vh100-container .section#main6 .inner ul li a img {
    margin-right: 12px;
    width: 35px;
  }
  #vh100-container .section#main7 {
    padding-bottom: 0;
  }
  #vh100-container .section#main7 .inner .up {
    height: 330px;
  }
  #vh100-container .section#main7 .inner .up article div h4 {
    font-size: 26px;
  }
  #vh100-container .section#main7 .inner .up article div a {
    font-size: 16px;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(1) {
    width: 40%;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(1) ul li a p:nth-of-type(1) {
    margin-bottom: 3px;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(2) {
    width: 52%;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li a .img-box {
    width: 30%;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li a .right {
    width: 70%;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li a .right p {
    font-size: 18px;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li a .right .exp {
    font-size: 15px;
  }
  #vh100-container .section#main7 .inner .up img.dash {
    margin-left: 5px;
  }
  #vh100-container .section#main7 .inner .down {
    margin-top: 60px;
  }
  #vh100-container .section#main7 .inner .down article {
    width: 48%;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.368627451);
    background-position: 50% 50%;
  }
  #footer {
    padding-bottom: 0;
  }
  #footer article {
    padding: 50px 0;
  }
  #footer article:nth-of-type(1) {
    height: -moz-fit-content;
    height: fit-content;
  }
  #footer article:nth-of-type(1) .inner .care-notice {
    width: 49%;
    height: 180px;
  }
  #footer article:nth-of-type(1) .inner .care-notice .left {
    width: 180px;
    height: 100%;
  }
  #footer article:nth-of-type(1) .inner .care-notice .left h4 {
    margin-top: 5px;
  }
  #footer article:nth-of-type(1) .inner .care-notice .left p {
    margin-top: 3px;
  }
  #footer article:nth-of-type(1) .inner .care-notice .right {
    width: 50%;
  }
  #footer article:nth-of-type(1) .inner .care-notice .right .title-text {
    font-size: 4.5vw;
  }
  #footer article:nth-of-type(1) .inner .care-notice .right > div p {
    letter-spacing: 0.5px;
    font-size: 1.5vw;
  }
  #footer article:nth-of-type(1) .inner .button-box {
    width: 23%;
    height: 180px;
  }
  #footer article:nth-of-type(1) .inner .button-box li a p {
    font-size: 14px;
  }
  #footer article:nth-of-type(1) .inner iframe {
    width: 25%;
    height: 180px;
  }
  #footer article:nth-of-type(2) {
    height: -moz-fit-content;
    height: fit-content;
  }
  #footer article:nth-of-type(2) h1 {
    margin-top: 8px;
    font-size: 42px;
  }
  #footer article:nth-of-type(3) {
    height: -moz-fit-content;
    height: fit-content;
  }
  #footer article:nth-of-type(3) .inner img {
    width: 160px;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) {
    width: 55%;
    padding-left: 4%;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(1) {
    font-size: 13px;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(2) {
    margin-top: 12px;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(2) li a img {
    width: 30px;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(2) {
    width: 42%;
    font-size: 12px;
  }
  body .top-title {
    height: 300px;
  }
  body .top-title h1 {
    margin-top: 0px;
  }
  body .summary {
    margin-bottom: 100px;
  }
  body .text-box {
    margin-top: 100px;
  }
  body .photo-article {
    padding: 100px 0;
  }
  body .advantage {
    padding: 100px 0;
  }
  body .advantage > li {
    margin-bottom: 60px;
  }
  body .advantage > li > img {
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 30px;
  }
  body .advantage > li > div {
    padding-top: 15px;
  }
  body .advantage > li > div > h4 {
    margin-bottom: 25px;
  }
  body .good {
    padding: 80px 0;
  }
  body .good .inner .text-box {
    margin-top: 20px;
  }
  body .good .inner ul li {
    padding: 20px 40px;
    margin-bottom: 40px;
  }
  body .good .inner ul li h4 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  body .good .inner ul li h4 span {
    font-size: 22px;
    margin-right: 20px;
  }
  body .good .inner h5.message {
    margin-top: 60px;
    padding: 15px 45px;
    border-left: 10px solid #95AAA3;
    border-right: 10px solid #95AAA3;
  }
  body .sub0101 ul.img-box > li {
    width: 18%;
    height: 300px;
    border-radius: 20px;
  }
  body .sub0101 ul.img-box > li > a {
    font-size: 28px;
  }
  body .sub0101 ul.process > li {
    margin-bottom: 80px;
  }
  body .sub0101 ul.process > li div > p {
    font-size: 24px;
  }
  body .sub0101 ul.process > li > ul {
    margin-top: 20px;
    padding: 0 5.5%;
  }
  body .sub0101 ul.process > li > ul > img.absolute {
    left: -10%;
  }
  body .sub0101 ul.process > li > ul li {
    width: 150px;
    height: 220px;
    font-size: 24px;
  }
  body .sub0101 ul.process > li > ul.process2 li {
    margin-right: 70px;
  }
  body .sub0101 ul.process > li > ul.process2 li:nth-of-type(1) {
    width: 300px;
  }
  body .sub0101 ul.process > li > ul.process2 li:nth-of-type(1) p {
    width: 70%;
    margin-top: 5px;
    padding: 10px 0;
  }
  body .sub0101 ul.process > li > ul.process2 li:nth-of-type(1) p span {
    font-size: 22px;
    margin-bottom: 5px;
  }
  body .sub0103 section:nth-of-type(2) .photo-article {
    height: 950px;
    margin-top: 200px;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner > p.absolute {
    top: -165px;
    font-size: clamp(50px, 4vw, 82px);
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner > p.absolute::after {
    width: 2vw;
    height: 2vw;
    right: 60px;
    bottom: -20px;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner > div.absolute {
    right: 0;
    top: -320px;
    width: 50%;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul div.absolute {
    display: none;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li {
    height: 200px;
    margin-bottom: 30px;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li:nth-of-type(2) {
    padding-left: 0%;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li:nth-of-type(3) {
    padding-left: 0%;
    margin-bottom: 0;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li h3 {
    margin-right: 15%;
    height: 100%;
    width: 200px;
    font-size: 3.5vw;
    font-weight: 600;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li h3::before {
    width: 15px;
    height: 15px;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li h3::after {
    width: 10vw;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li div h5 {
    padding: 10px 25px;
    margin-bottom: 20px;
    font-size: 2.2vw;
    border-radius: 20px;
    border: 1px solid rgba(149, 170, 163, 0.2509803922);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
  body .sub0303 .pc_only {
    display: none;
  }
  body .sub0303 .qna ul li.q5 .accordion-content {
    flex-direction: column;
  }
  body .sub0303 .qna ul li.q5 .accordion-content .left {
    width: 100%;
  }
  body .sub0303 .qna ul li.q5 .accordion-content .right {
    width: 100%;
    margin-top: 30px;
  }
  body .sub0303 .qna ul li.q5 .accordion-content .right img {
    width: 100%;
  }
  body .sub0303 .qna ul li.q6 .accordion-content > h5 {
    margin-top: 50px;
  }
  body .sub0402 .qna ul li.q1 .accordion-content {
    flex-direction: column;
  }
  body .sub0402 .qna ul li.q1 .accordion-content .left {
    width: 100%;
  }
  body .sub0402 .qna ul li.q1 .accordion-content .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #sub-nav {
    display: none;
  }
  section.section {
    font-size: 16px;
    letter-spacing: -0.1px;
  }
  section.section p {
    margin-bottom: 14px;
  }
  section.section p.exp {
    font-size: 14px;
  }
  section.section .title-text {
    font-size: 42px;
  }
  section.section h1 {
    font-size: 36px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
  section.section h2 {
    font-size: 32px;
  }
  section.section h3 {
    font-size: 30px;
  }
  section.section h4 {
    font-size: 22px;
  }
  section.section h5 {
    font-size: 19px;
  }
  section.section textarea, section.section input, section.section select {
    font-size: 18px;
  }
  section.section tr {
    font-size: 18px;
  }
  section.section th {
    font-size: 15px;
  }
  section.section td {
    font-size: 12px;
  }
  body {
    height: 100%;
    overflow-x: hidden;
  }
  body .mo_only {
    display: block;
  }
  body .mo_mt20 {
    margin-top: 20px;
  }
  body .pc_only {
    display: none !important;
  }
  body .section {
    padding-top: 60px;
  }
  body .section .inner {
    padding: 0 15px;
  }
  .border-button {
    padding: 3px 15px;
  }
  #nav {
    width: 100vw;
    height: 50px;
    border-bottom: none;
  }
  #nav .join {
    height: 50px;
    border-bottom: 1px solid #CCCCCC;
  }
  #nav .join .inner {
    position: relative;
  }
  #nav .join .inner div a {
    font-size: 3vw;
    padding: 0 8px;
  }
  #nav .join .inner div a:nth-last-of-type(1) {
    border-right: none;
  }
  #nav .join .inner div.left a {
    border-left: none;
    border-right: 1px solid white;
  }
  #nav .join .inner .mo_only.absolute {
    display: flex;
    width: 135px;
    left: 55px;
    top: 5px;
    padding: 0;
    border-right: none;
    z-index: 1;
  }
  #nav .join .inner .mo_only.absolute img {
    width: 100%;
    min-width: unset;
    margin-top: -3px;
  }
  #nav .menu {
    display: none !important;
  }
  #nav .menu .inner ul {
    width: 39%;
    justify-content: space-around;
  }
  #nav .menu .inner ul a {
    font-size: 1.5vw;
  }
  #nav .menu .inner #logo {
    width: 223px;
    height: 192px;
    top: -3px;
  }
  #nav .menu .inner #logo img {
    width: 65%;
    margin-top: -35px;
  }
  #nav .depts2 {
    border-bottom: none;
  }
  #full-nav {
    background: white;
    z-index: 100;
    width: 73%;
    height: -moz-fit-content;
    height: fit-content;
    top: 50px;
    padding-top: 0;
  }
  #full-nav .inner {
    width: 100%;
  }
  #full-nav .inner .animate-div {
    border-top: 1px solid #CCCCCC;
    padding: 10px 15px;
    padding-left: 25px;
    margin-bottom: 0%;
  }
  #full-nav .inner .animate-div h2 {
    font-size: 21px;
    font-family: paper3;
  }
  #full-nav .inner .animate-div ul {
    margin-top: 0px;
    height: 0;
    overflow: hidden;
  }
  #full-nav .inner .animate-div ul li {
    width: 100%;
    position: relative;
    padding-left: 15px;
  }
  #full-nav .inner .animate-div ul li a {
    font-size: 3.9vw;
    padding: 5px 10px;
    padding-left: 0;
  }
  #full-nav .inner .animate-div ul li:nth-of-type(1) {
    margin-top: 15px;
  }
  #full-nav .inner .animate-div ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #full-nav .inner .animate-div ul li::after {
    content: "-";
    position: absolute;
    left: 0;
    top: 3px;
  }
  #quick {
    display: none;
  }
  #quick ul li {
    height: 80px;
    background: rgba(0, 0, 0, 0.45);
  }
  #quick ul li a {
    font-size: 15px;
  }
  #quick ul li a img {
    width: 30px;
    margin-bottom: 8px;
  }
  #easy-reservation .popup {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px 20px;
    border-radius: 30px;
  }
  #easy-reservation .popup .section-title h4 {
    font-size: 17px;
    margin-bottom: 0px;
  }
  #easy-reservation .popup .section-title h1 {
    margin-bottom: 15px;
    font-size: 40px;
  }
  #easy-reservation .popup .section-title p {
    margin-bottom: 8px;
    font-size: 16px;
  }
  #easy-reservation .popup form {
    margin-top: 20px;
  }
  #easy-reservation .popup form textarea {
    height: 30vh;
    border: 1px solid rgba(149, 170, 163, 0.2509803922);
    margin-bottom: 10px;
    font-size: 16px;
  }
  #easy-reservation .popup form div {
    display: flex;
    flex-wrap: wrap;
  }
  #easy-reservation .popup form div input {
    margin-bottom: 10px;
    border: 1px solid rgba(149, 170, 163, 0.2509803922);
    height: 40px;
    font-size: 16px;
  }
  #easy-reservation .popup form div input::-moz-placeholder {
    font-size: 14px;
  }
  #easy-reservation .popup form div input::placeholder {
    font-size: 14px;
  }
  #easy-reservation .popup form div input#reserBox2 {
    width: 35%;
  }
  #easy-reservation .popup form div input#reserBox3 {
    width: 60%;
  }
  #easy-reservation .popup form div p input {
    margin-bottom: 0;
  }
  #easy-reservation .popup form div p #reserBox4 {
    margin-right: 10px;
  }
  #easy-reservation .popup form div p .reserBox4-label {
    font-size: 16px;
    font-weight: 400;
  }
  #easy-reservation .popup form div button {
    height: 40px;
    width: 45%;
    font-size: 22px;
    border-radius: 14px;
  }
  #vh100-container {
    overflow-x: hidden;
  }
  #vh100-container .section {
    padding: 80px 0;
  }
  #vh100-container .section#main0 {
    display: none !important;
    height: 40vw;
    padding: 0;
  }
  #vh100-container .section#main0 #close-popup {
    left: 3%;
    top: 4%;
    font-size: 3vw;
  }
  #vh100-container .section#main0 #close-popup img {
    margin-right: 15px;
    width: 5vw;
  }
  #vh100-container .section#main1 {
    background: rgba(40, 41, 36, 0.65);
  }
  #vh100-container .section#main1 > img.absolute {
    margin-top: 0px;
  }
  #vh100-container .section#main1 .main1-center {
    margin-top: 0px;
    margin-bottom: 15vh;
    padding: 0 10px;
  }
  #vh100-container .section#main1 .main1-center > img.absolute {
    scale: unset;
    width: 23vh;
    top: 16vw;
  }
  #vh100-container .section#main1 .main1-center .title-text {
    font-size: 14vw;
    margin-bottom: 1.6vh;
  }
  #vh100-container .section#main1 .main1-center h5 {
    font-size: 4.6vw;
  }
  #vh100-container .section#main1 .main1-center ul {
    margin-top: 4vh;
    width: 93%;
  }
  #vh100-container .section#main1 .main1-center ul li {
    height: 90px;
  }
  #vh100-container .section#main1 .main1-center ul li a {
    padding: 0 15px;
  }
  #vh100-container .section#main1 .main1-center ul li a img {
    margin-top: -25px;
    width: 40%;
  }
  #vh100-container .section#main1 .main1-center ul li:nth-of-type(1) {
    margin-bottom: 3vh;
  }
  #vh100-container .section#main1 .main1-center ul li:nth-of-type(1) a h5 {
    font-size: 6vw;
    padding-left: 58%;
    font-weight: 600;
  }
  #vh100-container .section#main1 .main1-center ul li:nth-of-type(2) a img {
    width: 35%;
    margin-top: -20px;
  }
  #vh100-container .section#main1 .main1-center ul li:nth-of-type(2) a div {
    padding-left: 50%;
  }
  #vh100-container .section#main1 .main1-center ul li:nth-of-type(2) a div h5 {
    font-size: 4.3vw;
    font-weight: 800;
    color: #1B2D56;
  }
  #vh100-container .section#main1 .main1-center ul li:nth-of-type(2) a div p {
    font-size: 3.7vw;
  }
  #vh100-container .section#main1 .main1-bottom {
    height: auto;
    border-bottom: 1px solid #CCCCCC;
  }
  #vh100-container .section#main1 .main1-bottom .inner {
    padding: 0;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) {
    flex-wrap: wrap;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) > p {
    padding: 0 14px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) > p:nth-of-type(1) {
    height: 30px;
    width: 100%;
    padding-top: 10px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) > p:nth-of-type(1) img {
    padding-right: 10px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) > p:nth-of-type(2) {
    height: 40px;
    font-size: 16px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) > p:nth-of-type(3) {
    height: 40px;
    margin-top: 0px;
    padding: 0;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) > p:nth-of-type(3) > img {
    padding: 0 4px;
    margin: 0 5px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(1) > p:nth-of-type(3) a img {
    width: 25px;
    min-width: unset;
    padding: 0;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) {
    position: relative;
    flex-direction: column;
    padding: 0px 14px;
    background: #354C52;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) p {
    margin-right: 0;
    width: 100%;
    font-size: 15px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) p span {
    margin-right: 15px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) p em {
    display: inline;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) p:nth-of-type(1) {
    margin-top: 5px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) p:nth-last-of-type(1) {
    margin-bottom: 5px;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) a.mo_only {
    display: flex !important;
    border-left: 1px solid #CCCCCC;
    z-index: 1;
    height: 100%;
    width: 85px;
    right: 0;
    justify-content: center;
    align-items: center;
  }
  #vh100-container .section#main1 .main1-bottom .inner div:nth-of-type(2) a.mo_only img {
    width: 50px;
    min-width: unset;
  }
  #vh100-container .section#main1 .main1-bottom .inner div > p {
    font-size: 14px;
  }
  #vh100-container .section#main2 {
    background-position: 67% 50%;
  }
  #vh100-container .section#main2 .inner h3 {
    font-size: 5.5vw;
  }
  #vh100-container .section#main2 .inner ul {
    margin-top: 60px;
    flex-wrap: wrap;
  }
  #vh100-container .section#main2 .inner ul li {
    width: 100%;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 40vw;
    margin-bottom: 30px;
  }
  #vh100-container .section#main2 .inner ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #vh100-container .section#main2 .inner ul li img {
    position: absolute;
    width: 28vw;
    left: 3.5vw;
  }
  #vh100-container .section#main2 .inner ul li h3 {
    font-size: 5.5vw;
    margin-top: 0px;
    width: 100%;
    text-align: left;
  }
  #vh100-container .section#main2 .inner ul li span {
    font-size: 14px;
    text-align: left;
  }
  #vh100-container .section#main2 .inner ul li span:nth-of-type(1) {
    margin: -3px 0;
    width: 100%;
  }
  #vh100-container .section#main2 .inner ul li p {
    font-size: 17px;
    color: #FF9600;
    font-weight: 600;
  }
  #vh100-container .section#main3 { /* 원장님 프로필*/ }
  #vh100-container .section#main3 ul {
    height: 95vh;
    flex-wrap: wrap;
  }
  #vh100-container .section#main3 ul li {
    width: 50%;
    height: 50%;
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    background-position: 70% 50%;
  }
  #vh100-container .section#main3 ul li:nth-of-type(2n) {
    margin-left: -1px;
  }
  #vh100-container .section#main3 ul li a {
    padding-left: 14px;
    padding-top: 0;
    justify-content: flex-end;
  }
  #vh100-container .section#main3 ul li a span {
    font-size: 12px;
  }
  #vh100-container .section#main3 ul li a h5 {
    font-size: 4.2vw;
    margin-top: 15px;
  }
  #vh100-container .section#main3 ul li a p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    opacity: 0.7;
  }
  #vh100-container .section#main4 { /* 우리는 압니다 */ }
  #vh100-container .section#main4 .inner > h5 {
    margin-top: 20px;
    text-align: center;
  }
  #vh100-container .section#main4 .inner > div {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    flex-direction: column;
  }
  #vh100-container .section#main4 .inner > div ul li {
    padding: 15px;
    background-position: 50% 50%;
    border-radius: 12px;
  }
  #vh100-container .section#main4 .inner > div ul li a h5 {
    font-size: 4.5vw;
  }
  #vh100-container .section#main4 .inner > div ul li .absolute {
    width: 30px;
    height: 30px;
  }
  #vh100-container .section#main4 .inner > div ul.left {
    width: 100%;
  }
  #vh100-container .section#main4 .inner > div ul.left li {
    width: 48%;
    height: 150px;
    margin-bottom: 20px;
  }
  #vh100-container .section#main4 .inner > div ul.left li:nth-of-type(2) {
    background-position: 50% 95%;
  }
  #vh100-container .section#main4 .inner > div ul.right {
    width: 100%;
  }
  #vh100-container .section#main4 .inner > div ul.right li {
    height: 100px;
  }
  #vh100-container .section#main4 .inner > div ul.right li:nth-of-type(1) {
    margin-bottom: 20px;
  }
  #vh100-container .section#main5 { /* 공간 슬라이드 */ }
  #vh100-container .section#main5 .inner > h5 {
    margin-top: 20px;
  }
  #vh100-container .section#main5 .inner a.absolute {
    right: 5%;
    top: 120%;
    font-size: 13px;
  }
  #vh100-container .section#main5 .swiper-container {
    margin-top: 80px;
    margin-bottom: 0;
  }
  #vh100-container .section#main5 .swiper-container ul.swiper-wrapper {
    margin-left: 3%;
  }
  #vh100-container .section#main5 .swiper-container ul.swiper-wrapper li.swiper-slide {
    height: 26vh;
    border-radius: 12px;
  }
  #vh100-container .section#main5 .swiper-container ul.swiper-wrapper li.swiper-slide div.absolute h5 {
    font-size: 18px;
  }
  #vh100-container .section#main5 .swiper-container ul.swiper-wrapper li.swiper-slide div.absolute p {
    font-size: 14px;
  }
  #vh100-container .section#main6 { /* 김교수TV */
    background: rgba(24, 29, 29, 0.8);
  }
  #vh100-container .section#main6 .inner article {
    flex-direction: column;
  }
  #vh100-container .section#main6 .inner article .left {
    width: 100%;
  }
  #vh100-container .section#main6 .inner article .left > img {
    width: 180px;
  }
  #vh100-container .section#main6 .inner article .left h1 {
    font-size: 8vw;
  }
  #vh100-container .section#main6 .inner article .left p {
    margin-top: 25px;
  }
  #vh100-container .section#main6 .inner article .left a {
    margin-top: 20px;
    font-size: 16px;
  }
  #vh100-container .section#main6 .inner article .right {
    width: 100%;
    margin-top: 30px;
  }
  #vh100-container .section#main6 .inner article .right #youtube-video {
    border-radius: 12px;
  }
  #vh100-container .section#main6 .inner ul {
    margin-top: 30px;
    padding: 14px;
    flex-wrap: wrap;
    border-radius: 12px;
    justify-content: flex-start;
  }
  #vh100-container .section#main6 .inner ul li {
    width: 50%;
    display: flex;
    padding-left: 10%;
    margin-bottom: 15px;
  }
  #vh100-container .section#main6 .inner ul li a img {
    margin-right: 12px;
    width: 30px;
  }
  #vh100-container .section#main6 .inner ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #vh100-container .section#main7 .inner .up {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
  }
  #vh100-container .section#main7 .inner .up article {
    flex-wrap: wrap;
  }
  #vh100-container .section#main7 .inner .up article div {
    margin-bottom: 15px;
  }
  #vh100-container .section#main7 .inner .up article div h4 {
    font-size: 24px;
  }
  #vh100-container .section#main7 .inner .up article div a {
    font-size: 14px;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(1) {
    width: 100%;
    margin-bottom: 35px;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(1) ul {
    height: 230px;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(1) ul li {
    width: 47%;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(1) ul li a p:nth-of-type(1) {
    margin-bottom: 3px;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(2) {
    width: 100%;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li {
    padding: 5px 0;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li a .img-box {
    width: 33%;
  }
  #vh100-container .section#main7 .inner .up article:nth-of-type(2) ul li a .right {
    width: 67%;
  }
  #vh100-container .section#main7 .inner .up img.dash {
    display: none;
  }
  #vh100-container .section#main7 .inner .down {
    margin-top: 50px;
  }
  #vh100-container .section#main7 .inner .down article {
    width: 48%;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.368627451);
    border-radius: 12px;
  }
  #vh100-container .section#main7 .inner .down article:nth-of-type(1) {
    background-position: 70% 50%;
  }
  #vh100-container .section#main7 .inner .down article:nth-of-type(2) {
    background-position: 30% 50%;
  }
  #vh100-container .section#main7 .inner .down article a h3 {
    font-size: 5vw;
    font-weight: 500;
    letter-spacing: 0.3px;
  }
  #footer {
    padding-bottom: 0 !important;
  }
  #footer article {
    padding: 50px 0;
  }
  #footer article:nth-of-type(1) {
    height: -moz-fit-content;
    height: fit-content;
    background: #f1f1f1;
    padding: 40px 0;
  }
  #footer article:nth-of-type(1) .inner {
    flex-wrap: wrap;
  }
  #footer article:nth-of-type(1) .inner .care-notice {
    width: 100%;
    height: 130px;
  }
  #footer article:nth-of-type(1) .inner .care-notice .left {
    width: 130px;
  }
  #footer article:nth-of-type(1) .inner .care-notice .left h4 {
    margin-top: 5px;
  }
  #footer article:nth-of-type(1) .inner .care-notice .left p {
    margin-top: 3px;
  }
  #footer article:nth-of-type(1) .inner .care-notice .right {
    width: calc(100% - 140px);
  }
  #footer article:nth-of-type(1) .inner .care-notice .right .title-text {
    font-size: 10.6vw;
    font-weight: 900;
    margin-bottom: 5px;
  }
  #footer article:nth-of-type(1) .inner .care-notice .right > div p {
    font-size: 3.5vw;
  }
  #footer article:nth-of-type(1) .inner .button-box {
    width: 100%;
    height: 180px;
    margin-top: 30px;
  }
  #footer article:nth-of-type(1) .inner .button-box li a p {
    font-size: 4.4vw;
  }
  #footer article:nth-of-type(1) .inner iframe {
    width: 100%;
    height: 150px;
    border-radius: 12px;
    margin-top: 45px;
  }
  #footer article:nth-of-type(2) h3 {
    font-size: 4.7vw;
  }
  #footer article:nth-of-type(2) h1 {
    font-size: 7.8vw;
    margin-top: 8px;
  }
  #footer article:nth-of-type(3) .inner {
    flex-direction: column;
  }
  #footer article:nth-of-type(3) .inner img {
    width: 160px;
    margin-bottom: 20px;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) {
    width: 100%;
    padding-left: 0%;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) ul {
    width: 100%;
    justify-content: center;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(1) {
    font-size: 3vw;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(2) {
    margin-top: 12px;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(2) li a img {
    width: 30px;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(1) ul:nth-of-type(2) li:nth-last-of-type(1) {
    margin-right: 0;
  }
  #footer article:nth-of-type(3) .inner div:nth-of-type(2) {
    width: 100%;
    font-size: 3vw;
    justify-content: center;
    text-align: center;
  }
  body .gunu-board section.top-title {
    height: 200px;
  }
  body .gunu-board section.top-title h1 {
    margin-top: 0;
  }
  body .top-title {
    height: 200px;
    margin-top: 50px;
    padding-top: 0;
  }
  body .top-title h1 {
    margin-top: 0;
    text-align: center;
    padding: 0 20px;
  }
  body .summary {
    margin-bottom: 70px;
  }
  body .text-box {
    margin-top: 70px;
  }
  body .flexC-box h4 {
    font-size: 4.6vw;
  }
  body .photo-article {
    padding: 70px 0;
  }
  body .photo-article h5 {
    text-align: center;
    margin-bottom: 5px;
    opacity: 0.8;
  }
  body .photo-article h1 {
    text-align: center;
    font-size: 32px;
    line-height: 1.35;
  }
  body .advantage {
    padding: 70px 0;
  }
  body .advantage > li {
    margin-bottom: 60px;
    flex-direction: column;
    align-items: center;
  }
  body .advantage > li > img {
    height: 60px;
    width: 60px;
    margin-right: 0px;
  }
  body .advantage > li > div {
    padding-top: 12px;
    max-width: unset;
  }
  body .advantage > li > div > h4 {
    margin-bottom: 12px;
    text-align: center;
  }
  body .section-1000w .inner {
    flex-direction: column;
  }
  body .section-1000w .inner .left {
    width: 100%;
  }
  body .section-1000w .inner .right {
    width: 100%;
  }
  body .section-1000w .inner .right .box3-flex {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  body .section-1000w .inner .right .box3-flex li {
    width: 48%;
    height: 100vw;
    max-height: 220px;
    margin-bottom: 15px;
  }
  body .section-1000w .inner .right .box3-flex li a {
    padding: 0 15px;
  }
  body .section-1000w .inner .right .box3-flex li a img {
    margin-bottom: 10px;
  }
  body .section-1000w .inner .right .box3-flex li a h3 {
    margin-bottom: 20px;
  }
  body .section-1000w .inner .right .box3-flex li:nth-last-of-type(1) {
    width: 100%;
    margin-bottom: 0;
  }
  body .div2 {
    flex-direction: column;
  }
  body .div2 .left {
    width: 100%;
  }
  body .div2 .left figure {
    display: flex;
    margin-bottom: 40px;
  }
  body .div2 .left figure .img-box {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0px;
  }
  body .div2 .left figure .img-box img {
    width: -moz-min-content;
    width: min-content;
  }
  body .div2 .left figure .text-box h5 {
    text-align: center;
  }
  body .div2 .left figure .text-box h1 {
    text-align: center;
  }
  body .div2 .right {
    width: 100%;
    margin-top: 40px;
  }
  body .div2 .right img {
    width: 100%;
  }
  body .qna {
    margin-top: 40px;
  }
  body .qna .inner ul li {
    width: 100%;
    margin-bottom: 70px;
  }
  body .qna .inner ul li > h1.absolute {
    left: 30px;
    top: -20px;
    padding: 0px 20px;
    border-radius: 20px;
  }
  body .qna .inner ul li .accordion-button {
    height: -moz-fit-content;
    height: fit-content;
    min-height: 170px;
    padding: 30px;
    padding-bottom: 80px;
    border-radius: 12px;
  }
  body .qna .inner ul li .accordion-button h4 {
    margin-top: 10px;
    line-height: 1.5;
    font-size: clamp(20px, 5.2vw, 28px);
  }
  body .qna .inner ul li .accordion-button > p.see-answer {
    font-size: 15px;
  }
  body .qna .inner ul li .accordion-content {
    padding-top: 30px;
    font-size: 16px;
    flex-direction: column;
  }
  body .qna .inner ul li .accordion-content .left {
    width: 100%;
  }
  body .qna .inner ul li .accordion-content .right {
    width: 100%;
    margin-top: 10px;
  }
  body .qna .inner ul li .accordion-content table thead tr th {
    padding: 5px 0;
    font-size: 13px;
  }
  body .qna .inner ul li .accordion-content table tbody tr td {
    padding: 3px 5px;
  }
  body .qna .inner ul li .accordion-content table tbody tr td:nth-of-type(1) {
    width: 50px;
  }
  body .qna .inner ul li .accordion-content ul.flex-box {
    flex-direction: column;
    margin-top: 20px;
  }
  body .qna .inner ul li .accordion-content ul.flex-box > li {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 18px 0 18px 0;
  }
  body .qna .inner ul li .accordion-content ul.flex-box > li h5 {
    padding: 10px 20px;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 18px;
    font-weight: 600;
  }
  body .qna .inner ul li .accordion-content ul.flex-box > li p {
    padding: 0 20px;
  }
  body .qna .inner ul li .accordion-content ul.flex-box > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  body .good {
    padding: 60px 0;
  }
  body .good .inner .text-box {
    margin-top: 0px;
  }
  body .good .inner ul li {
    padding: 20px 25px;
    margin-bottom: 30px;
  }
  body .good .inner h5.message {
    margin-top: 30px;
    padding: 15px 10px;
  }
  body .sub0101 ul.img-box {
    flex-wrap: wrap;
  }
  body .sub0101 ul.img-box > li {
    width: 48%;
    height: 150px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  body .sub0101 ul.img-box > li > a {
    font-size: 5.2vw;
  }
  body .sub0101 ul.process > li {
    margin-bottom: 60px;
  }
  body .sub0101 ul.process > li div > p {
    font-size: 4.2vw;
    margin-bottom: 0;
  }
  body .sub0101 ul.process > li > ul {
    margin-top: 10px;
    padding: 0;
    flex-wrap: wrap;
  }
  body .sub0101 ul.process > li > ul > img.absolute {
    display: none;
  }
  body .sub0101 ul.process > li > ul li {
    width: 30%;
    height: 120px;
    font-size: 4.5vw;
    margin-bottom: 20px;
  }
  body .sub0101 ul.process > li > ul.process2 {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  body .sub0101 ul.process > li > ul.process2 li {
    margin-right: 0px;
    width: 23%;
    height: 140px;
  }
  body .sub0101 ul.process > li > ul.process2 li:nth-of-type(1) {
    width: 48%;
  }
  body .sub0101 ul.process > li > ul.process2 li:nth-of-type(1) p {
    width: 80%;
    margin-top: 5px;
    padding: 5px 0;
  }
  body .sub0101 ul.process > li > ul.process2 li:nth-of-type(1) p span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  body .sub0102 {
    margin-bottom: 70px;
    overflow-x: hidden;
  }
  body .sub0102 .doc-type {
    margin-bottom: 5px;
    font-size: 3.7vw;
  }
  body .sub0102 .doctors {
    margin-bottom: 70px;
  }
  body .sub0102 .doctors .inner article.swiper-slide {
    margin-bottom: 60px;
    height: 750px;
    border-radius: 20px;
    padding: 30px 20px;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  body .sub0102 .doctors .inner article.swiper-slide .left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  body .sub0102 .doctors .inner article.swiper-slide .left h2 {
    margin-bottom: 10px;
  }
  body .sub0102 .doctors .inner article.swiper-slide .left > ul {
    font-size: 20px;
    margin-bottom: 25px;
    order: 1;
  }
  body .sub0102 .doctors .inner article.swiper-slide .left > ul:nth-of-type(2) {
    order: 0;
  }
  body .sub0102 .doctors .inner article.swiper-slide .left > ul:nth-last-child(1) {
    margin-bottom: 0;
  }
  body .sub0102 .doctors .inner article.swiper-slide .left > ul > li {
    font-size: 15px;
  }
  body .sub0102 .doctors .inner article.swiper-slide .left > ul > li:nth-of-type(1) {
    margin-top: 10px;
  }
  body .sub0102 .doctors .inner article.swiper-slide .left > ul table thead tr th {
    font-size: 16px;
    padding: 2px 5px;
    font-weight: normal;
  }
  body .sub0102 .doctors .inner article.swiper-slide .left > ul table tbody tr td {
    padding: 5px 5px;
  }
  body .sub0102 .doctors .inner article.swiper-slide .right {
    width: 100%;
    height: 100%;
    flex-direction: row;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: flex-end;
  }
  body .sub0102 .doctors .inner article.swiper-slide .right > img {
    width: 65%;
    border-radius: 12px;
  }
  body .sub0102 .doctors .inner article.swiper-slide .right .absolute {
    height: -moz-fit-content;
    height: fit-content;
    left: 0%;
    bottom: 10px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
  }
  body .sub0102 .doctors .inner article.swiper-slide .right .absolute img {
    width: -moz-min-content;
    width: min-content;
    height: 16vw;
    margin-right: 0;
    margin-bottom: 10px;
  }
  body .sub0102 .doctors .inner article.swiper-slide:nth-of-type(1) .left {
    position: relative;
  }
  body .sub0102 .doctors .inner article.swiper-slide:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  body .sub0102 .medium .photo-article > .inner {
    padding-top: 0;
  }
  body .sub0102 .medium > .inner {
    margin-top: 70px;
    flex-direction: column;
  }
  body .sub0102 .medium > .inner article.swiper-slide {
    width: 100%;
    height: 300px;
    padding: 15px 15px;
    flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  body .sub0102 .medium > .inner article.swiper-slide .left {
    width: 65%;
    padding-top: 0px;
    overflow-y: scroll;
  }
  body .sub0102 .medium > .inner article.swiper-slide .left h2 {
    margin-bottom: 0px;
    font-size: 24px;
  }
  body .sub0102 .medium > .inner article.swiper-slide .left .doc-type {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    opacity: 0.6;
  }
  body .sub0102 .medium > .inner article.swiper-slide .left > ul > li {
    font-size: 15px;
  }
  body .sub0102 .medium > .inner article.swiper-slide .right {
    width: 35%;
    min-width: unset;
    margin-right: 25px;
    align-items: center;
  }
  body .sub0102 .medium > .inner article.swiper-slide .right img {
    width: 100%;
    height: auto;
  }
  body .sub0102 .small {
    padding-top: 0px;
    margin-top: -20px;
  }
  body .sub0102 .small .inner ul {
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
  }
  body .sub0102 .small .inner ul li {
    width: 47%;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  body .sub0102 .small .inner ul li img {
    width: 100%;
    height: auto;
  }
  body .sub0102 .small .inner ul li h4 {
    font-size: 22px;
  }
  body .sub0102 .small .inner ul li .doc-type {
    font-size: 15px;
    opacity: 0.7;
  }
  body .sub0103 section:nth-of-type(2) .photo-article {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner {
    flex-direction: column;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner > p.absolute {
    position: unset;
    order: 2;
    font-size: 10vw;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner > p.absolute::after {
    width: 5vw;
    height: 5vw;
    right: 20%;
    bottom: -10px;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner > div.absolute {
    position: unset;
    order: 1;
    width: 100%;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul {
    order: 3;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 40px;
    flex-direction: column;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li:nth-of-type(2) {
    padding-left: 0%;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li:nth-of-type(3) {
    padding-left: 0%;
    margin-bottom: 0;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li h3 {
    margin-right: 0;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    font-size: 24px;
    padding: 30px 0;
    margin-bottom: 20px;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li h3::before {
    display: none;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li h3::after {
    display: none;
  }
  body .sub0103 section:nth-of-type(2) .photo-article .inner ul li div h5 {
    padding: 10px 20px;
    font-size: 3.7vw;
    border-radius: 12px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  body .sub0104 section:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  body .sub0104 section:nth-of-type(2) .summary {
    margin-bottom: 100px;
  }
  body .sub0104 section:nth-of-type(2) .img-box .absolute {
    top: -10%;
  }
  body .sub0104 section:nth-of-type(2) ul {
    margin-top: 15px;
  }
  body .sub0104 section:nth-of-type(2) ul li {
    width: 48%;
    font-size: 4.2vw;
    padding: 5px 15px;
    border-radius: 15px;
    margin-bottom: 10px;
  }
  body .sub0104 section:nth-of-type(2) ul li h1 {
    font-size: 22px;
    margin-right: 10px;
    margin-top: -3px;
    font-weight: 500;
  }
  body .sub0104 section:nth-of-type(2) ul li:nth-of-type(1) {
    width: 100%;
  }
  body .sub0104 section.center {
    margin-bottom: 70px;
  }
  body .sub0104 section.center.background {
    padding-top: 70px;
  }
  body .sub0104 section.center .inner article {
    justify-content: space-between;
    flex-direction: column;
  }
  body .sub0104 section.center .inner article .left {
    width: 100%;
    margin-bottom: 40px;
  }
  body .sub0104 section.center .inner article .left .icon-box {
    margin-top: 20px;
  }
  body .sub0104 section.center .inner article .left .icon-box li {
    margin-right: 20px;
  }
  body .sub0104 section.center .inner article .left .icon-box li img {
    width: 60px;
  }
  body .sub0104 section.center .inner article .right {
    width: 100%;
  }
  body .sub0104 section.center .inner article .right img {
    width: 100%;
  }
  body .sub0104 section.center .inner > ul {
    margin-top: 0px;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: none;
  }
  body .sub0104 section.center .inner > ul li {
    width: 50%;
    padding: 7px;
    border-bottom: 1px solid #CCCCCC;
  }
  body .sub0104 section.center .inner > ul li:nth-last-of-type(1) {
    border-right: none;
  }
  body .sub0105 .summary {
    margin-top: -20px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: space-between;
    color: white;
  }
  body .sub0105 .summary li {
    width: 100%;
    height: 200px;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  body .sub0105 .summary li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  body .sub0105 .summary li h1 {
    margin-bottom: 5px;
    font-size: 9vw;
  }
  body .sub0105 section.oper-time .text-box {
    margin-top: 0;
  }
  body .sub0105 section.oper-time ul {
    margin-top: 20px;
  }
  body .sub0105 section.oper-time ul li {
    margin-bottom: 40px;
  }
  body .sub0105 section.oper-time ul li h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 6vw;
    letter-spacing: 1px;
  }
  body .sub0105 section.oper-time ul li h3 img {
    margin-right: 20px;
    width: 9vw;
  }
  body .sub0105 section.oper-time ul li figure p {
    height: 40px;
    width: 5%;
    margin-bottom: 10px;
    font-size: 3.2vw;
  }
  body .sub0105 section.consult {
    margin-top: 80px;
    padding: 80px 0;
  }
  body .sub0105 section.consult .text-box {
    margin-top: 0;
  }
  body .sub0105 section.consult ul {
    margin-top: 50px;
  }
  body .sub0105 section.consult ul li {
    border-radius: 12px;
  }
  body .sub0105 section.consult ul li a img {
    margin-bottom: 25px;
    height: 35px;
  }
  body .sub0105 section.consult ul li a h3 {
    font-size: 5.5vw;
  }
  body .sub0105 section.consult ul li a p {
    padding: 5px 20px;
    font-size: 14px;
  }
  body .sub0105 section.consult ul li:nth-last-of-type(1) p {
    font-size: 18px;
  }
  body .sub0105 section.way-to-come .inner .text-box {
    margin: 0;
  }
  body .sub0105 section.way-to-come .inner .normal {
    flex-direction: column;
    margin-top: 15px;
  }
  body .sub0105 section.way-to-come .inner .normal .img-div {
    height: 200px;
  }
  body .sub0105 section.way-to-come .inner .normal .img-div:nth-of-type(1) {
    width: 100%;
  }
  body .sub0105 section.way-to-come .inner .normal .img-div:nth-of-type(2) {
    width: 100%;
    margin-top: 2px;
  }
  body .sub0105 section.way-to-come .inner .behicle {
    margin-bottom: 60px;
  }
  body .sub0105 section.way-to-come .inner .behicle li {
    margin-bottom: 20px;
  }
  body .sub0105 section.way-to-come .inner .behicle li .left {
    margin-right: 15px;
  }
  body .sub0105 section.way-to-come .inner .behicle li .left img {
    width: 40px;
  }
  body .sub0105 section.way-to-come .inner .behicle li .right p {
    flex-wrap: wrap;
  }
  body .sub0105 section.way-to-come .inner .behicle li .right p.strong {
    font-size: 19px;
  }
  body .sub0105 section.way-to-come .inner .behicle li .right p span {
    margin-right: 10px;
    margin: 5px 0;
    padding: 1px 10px;
  }
  body .sub0206 section:nth-of-type(2) .right img {
    width: 45%;
  }
  body .sub0206 section:nth-of-type(2) .right img:nth-of-type(2) {
    border: 1px solid #CCCCCC;
  }
  body .sub0206 section.qna .inner ul li .accordion-content .left {
    width: 100%;
  }
  body .sub0206 section.qna .inner ul li .accordion-content .left p:nth-of-type(2) span {
    font-size: 14px;
  }
  body .sub0206 section.qna .inner ul li .accordion-content .right {
    width: 100%;
    margin-top: 10px;
  }
  body .sub0206 section.qna .inner ul li.q4 .flex-box > li:nth-of-type(3) {
    margin-bottom: 0px;
  }
  body .sub0804 .div2 {
    flex-direction: column;
  }
  body .sub0804 .div2 .left {
    width: 100%;
  }
  body .sub0804 .div2 .right {
    width: 100%;
  }
  body .sub0804 .hospitalization .inner {
    flex-direction: column;
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0 100%, 0 0px);
            clip-path: polygon(0px 0, 100% 0, 100% 100%, 0 100%, 0 0px);
  }
  body .sub0804 .hospitalization .inner .left {
    width: 100%;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    padding: 5px 0;
  }
  body .sub0804 .hospitalization .inner .right {
    width: 100%;
    padding: 20px 20px;
  }
  body .sub0804 .hospitalization .inner .right li {
    margin-bottom: 25px;
  }
  body .sub0804 .hospitalization .inner .right li h5 {
    font-weight: 600;
    padding: 3px 25px;
    margin-bottom: 12px;
  }
  body .sub0804 .hospitalization .inner .right li p {
    margin-bottom: 10px;
  }
  body .sub0804 .hospitalization:nth-last-of-type(1) {
    margin-bottom: 40px;
  }
  body .sub0805 .right .text-box {
    margin-top: 0;
  }
  body .sub0805 .right .text-box h5 {
    padding: 3px 10px;
  }
  body .sub0805 .right > ul {
    margin-top: 40px;
    flex-direction: column;
  }
  body .sub0805 .right > ul li {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  body .sub0805 .right > ul li a img {
    margin-right: 10px;
  }
  body .sub0805 .right > ul li a h5 {
    font-size: 4.5vw;
  }
  body .sub0805 .right > ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  body .sub0805 .right table thead tr th {
    padding: 5px;
    font-size: 17px;
  }
  body .sub0805 .right table thead tr th:nth-of-type(1) {
    width: 25%;
  }
  body .sub0805 .right table tbody tr td {
    padding: 8px 15px;
    font-size: 16px;
  }
  body .sub0805 .right table.proof-cost td {
    padding: 5px 15px;
  }
}/*# sourceMappingURL=seoulurology.css.map */