@charset "utf-8";

* {
  word-break: keep-all;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  background-color: white;
  color: #101820;
  font-weight: 300;
  height: 100%;
  word-break: keep-all;
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
  line-height: 1;
}

input, select, textarea {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

:root {
  --black-color-: #101820;
  --grey-color-: #898a8d;
  --main-color-: #7ba4dd;
  --blue-color-: #7ba4dd;
  --important-color-: #ff4a4a;
}

.blue {
  color: var(--blue-color-);
}

.grey {
  color: var(--grey-color-);
}

.important {
  color: var(--important-color-);
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 800;
}

p {
  padding: 0;
  margin: 0;
}

br.block {
  display: block !important
}

input {
  margin: 0;
  padding: 0;
  border: 1px solid #e9e9ec;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  color: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
}

input:focus, textarea:focus {
  outline: none;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font: inherit;
  color: inherit;
  line-height: inherit;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

p {
  line-height: 1.3;
}

i {
  font-style: normal;
}

.eng {
  font-family: "Outfit", sans-serif;
}

.mo {
  display: none;
}

.pc {
  display: block;
}

.accent {
  position: relative;
  display: inline-block;
}

.accent::after {
  content: '*';
  left: 100%;
  top: 0;
  -webkit-transform: translate(30%, -20%);
  -ms-transform: translate(30%, -20%);
  transform: translate(30%, -20%);
  position: absolute;
}

#aside {
  display: none;
}

#container {
  position: relative;
  float: none;
  min-height: auto;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  width: 100%;
  max-width: 100%;

}

img, picture {
  width: 100%;
}

ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 8rem 15rem;
  background-color: white;
  z-index: 2;
}

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc(1620px + 8rem);
  width: 100%;
  margin: 0 auto;
}

#location {
  margin-left: auto;
}

.footer-info h2 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 2rem;
  margin-top: 5rem;
}

.footer-info .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info .f-info-tit {
  margin-right: 2rem;
  font-weight: 300;
  color: var(--grey-color-);
  font-size: 1.4rem;
  padding: 0.4rem 0
}

.footer-info .f-info-tit a {
  color: var(--grey-color-);
}

.footer-info .f-info {
  font-weight: 800;
  font-size: 1.5rem;
  padding: 0.4rem 0
}

.footer-info #times table {
  text-align: left;
}

.footer-info #times table th {
  padding-right: 2rem;
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-box #call {
  margin-right: 8rem;
}

.contact-box .call-num {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}

#sns-link {
  width: 100%;
  margin-top: 5rem;
}

#sns-link a {
  margin-right: 1.4rem;
  font-size: 1.8rem;
}
#sns-link .sns-channel {
  display: flex; align-items: center;
}
#sns-link .sns-channel .threads {
  width: 1.6rem;display: block; aspect-ratio: 1 / 1;
}
.adress-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.adress-info {
  margin-right: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.adress-info a {
  display: inline-block;
  margin-top: auto;
  border-radius: 30rem;
  border: 1px solid var(--black-color-);
  width: 14rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-size: 1.4rem;
  margin-top: 2rem;
}

.adress-info a:hover {
  background-color: var(--black-color-);
  color: white;
}

.adress-box #map {
  width: 50rem;
  height: 25rem;
}

#copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#hospital-info {
  margin-top: 5rem;
}

#hospital-info li {
  margin-top: 0.4rem;
}

#site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: 5rem;
  margin-right: 0;
}

#site-info a::after {
  content: '|';
  font-size: 1rem;
  display: inline-block;
  margin: 0 2rem;
}

#site-info a:last-child:after {
  display: none;
}

@-webkit-keyframes jello {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#quick {
  position: absolute;
  right: 4rem;
  bottom: 13rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#quick ul {
  -webkit-box-shadow: 2px 15px 24px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 15px 24px 0px rgba(0, 0, 0, 0.5);
  padding: 3rem 1rem;
  background: #1a1a1a;
  border-radius: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

#quick li:not(:last-child) {
  border-bottom: 1px dotted rgba(254, 254, 254, 0.3);
}

#quick li:last-child i {
  color: #fff;
  opacity: 1;
}

#quick li a {
  padding: 1.2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  will-change: color;
  color: #fff;
}

#quick li a:hover * {
  opacity: 1;
}

#quick li span {
  display: block;
  color: #ddd;
  text-align: center;
  margin-top: 0.8rem;
  font-size: 1.4rem;
}

#quick li .num {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.8rem;
}

#quick li a:hover .icon_area i {
  opacity: 1;
}

#quick li a i.xi-kakaotalk::before {
  font-size: 2.8rem;
  line-height: 1.2rem;
}

#quick li a i {
  font-size: 2.4rem;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#quick .top-btn {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background: #000;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

#quick .top-btn b {
  color: white;
  font-weight: 400;

}

/* #quick .top-btn { 
width: 100%; 
height: 100%; 
cursor: pointer; 
display: flex; 
align-items: center; 
justify-content: center; 
flex-direction: column; 
font-weight: 400; 
color: white; 
 } */
#event-link a.event-icon {
  border-radius: 0 50% 50% 50%;
  width: 11rem;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #e2b0bb;
  color: white;
  font-size: 1.2rem;
}

#event-link a.event-icon i {
  font-size: 2rem;
}

#event-link a.event-icon h2 {
  margin-top: 0.6rem;
}

#db-form {
  width: 100%;
  margin: 0;
}

#db-form .form-box {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: white;
  border-radius: 0;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20rem;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s
}

#db-form .form-box h2 {
  font-size: 2.4rem;
  margin-right: 5rem;
}

#db-form .form-box .db-input-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#db-form .form-box .db-input-list .db-input {
  border-bottom: 1px solid white;
  width: calc(33.3333% - 2rem);
}

#db-form .form-box .db-input-list input,
#db-form .form-box .db-input-list select {
  width: 100%;
  height: 5rem;
  border: 0;
  outline: 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
}

#db-form .form-box .user-agree ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem 0;
}

#db-form .form-box .user-agree label {
  cursor: pointer;
}

#db-form .form-box .select2-container--default .select2-selection--multiple {
  background: transparent;
  border: 0;
  min-height: auto;
  border-radius: 0;
}

#db-form .form-box .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#db-form .form-box .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
  display: none;
}

#db-form .form-box .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.4rem 1rem;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#db-form .form-box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 0.7rem;
  font-size: 1.4rem;
}

#db-form .form-box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  margin-left: 0.7rem;
  font-size: 1.4rem;
}

#db-form .form-box .db-input-list input:focus,
#db-form .form-box .db-input-list select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#db-form .form-box .db-input-list input::-webkit-input-placeholder, #db-form .form-box .db-input-list select::-webkit-input-placeholder {
  color: white;
  opacity: 1;
  font-size: 1.8rem;
}

#db-form .form-box .db-input-list input::-moz-placeholder, #db-form .form-box .db-input-list select::-moz-placeholder {
  color: white;
  opacity: 1;
  font-size: 1.8rem;
}

#db-form .form-box .db-input-list input:-ms-input-placeholder, #db-form .form-box .db-input-list select:-ms-input-placeholder {
  color: white;
  opacity: 1;
  font-size: 1.8rem;
}

#db-form .form-box .db-input-list input::-ms-input-placeholder, #db-form .form-box .db-input-list select::-ms-input-placeholder {
  color: white;
  opacity: 1;
  font-size: 1.8rem;
}

#db-form .form-box .db-input-list input::placeholder,
#db-form .form-box .db-input-list select::placeholder {
  color: white;
  opacity: 1;
  font-size: 1.8rem;
}

#db-form .form-box .db-input-list input::-webkit-input-placeholder,
#db-form .form-box .db-input-list select::-webkit-input-placeholder {
  color: white;
  font-size: 1.8rem;
}

#db-form .form-box .db-input-list input::-moz-placeholder,
#db-form .form-box .db-input-list select::-moz-placeholder {
  color: white;
  font-size: 1.8rem;
}

#db-form .form-box .db-input-list input:-ms-input-placeholder,
#db-form .form-box .db-input-list select:-ms-input-placeholder {
  color: white;
  font-size: 1.8rem;
}

#db-form .form-box .db-input-list input::-ms-input-placeholder,
#db-form .form-box .db-input-list select::-ms-input-placeholder {
  color: white;
  font-size: 1.8rem;
}

.db-agree {
  white-space: nowrap;
  font-size: 1.2rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#db-form .form-box .db-agree {
  margin: 0 5rem;
}

.db-agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.db-agree input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.3rem;
  width: 1.3rem;
  background-color: #eee;
  cursor: pointer;
}

.db-agree:hover input~.checkmark {
  background-color: var(--blue-color-);
}

.db-agree input:checked~.checkmark {
  background-color: var(--blue-color-);
}

.checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/index/icon-w-check.svg');
}

.db-agree input:checked~.checkmark:after {
  display: block;
}

.db-agree.db-agree-mk {
  margin-top: 0.5rem;
}

.db-agree .checktxt {
  padding-left: 2rem;
  font-size: 1.6rem;
}

#db-form .form-box .submit-btn input {
  display: block;
  background-color: var(--blue-color-);
  color: white;
  font-weight: 800;
  border-radius: 100rem;
  border: 0;
  outline: 0;
  padding: 2rem 6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 2.2rem;
}

#common-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0 8rem;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 5rem;
  height: 0;
}

#common-bottom #db-form {
  position: absolute;
  left: 0;
  bottom: 0;
}

#common-bottom.scrolled #db-form .form-box {
  background: rgba(0, 0, 0, 0.8);
}

#privacy {
  display: none;
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}

.privacy-policy {
  padding: 20px;
  border-radius: 8px;
  max-width: 50rem;
  width: calc(100% - 10rem);
  max-height: 80%;
  overflow-y: auto;
}

.close-button {
  display: block;
  width: calc(100% - 10rem);
  max-width: 50rem;
  background-color: white;
  margin: 5rem auto 0;
  padding: 1rem 3rem;
  cursor: pointer;
  background-color: white;
  color: var(--black-color);
  border: none;
  border-radius: 0.6rem;
  margin-bottom: 3rem;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.subject {
  font-size: 3.6rem;
}

.describe {
  font-size: 1.7rem;
  margin-top: 1rem;
  color: var(--grey-color-);
}

strong.ab {
  background-color: #eaeef3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  text-align: left;
  padding: 1rem 2rem;
  border-radius: 100rem;
}

strong.ab img {
  height: 1.4rem;
  width: auto;
  margin-right: 0.4rem;
}

.arrow-large.next img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-large {
  width: 7rem;
  cursor: pointer;
}

.arrow-small img.arrow {
  width: 2.5rem;
  cursor: pointer;
}

.arrow-small:hover img.arrow {
  -webkit-animation: moveArrowSmall 0.7s ease-in-out infinite;
  animation: moveArrowSmall 0.7s ease-in-out infinite;
}

@-webkit-keyframes moveArrowSmall {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-0.6rem);
    transform: translateX(-0.6rem);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveArrowSmall {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-0.6rem);
    transform: translateX(-0.6rem);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slider-arrow:hover {
  -webkit-animation: moveArrowPrev 0.7s ease-in-out infinite;
  animation: moveArrowPrev 0.7s ease-in-out infinite;
}

@-webkit-keyframes moveArrowPrev {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveArrowPrev {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slider-arrow.next:hover {
  -webkit-animation: moveArrowNext 0.7s ease-in-out infinite;
  animation: moveArrowNext 0.7s ease-in-out infinite;
}

@-webkit-keyframes moveArrowNext {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveArrowNext {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.custom-swal-popup {
  padding: 20px !important;
  border-radius: 15px !important;
  width: 40rem !important;
  padding: 3rem 5rem !important;
}

.custom-swal-title {
  font-size: 2.4rem !important;
  font-weight: 800 !important;
  color: var(--black-color-) !important;
}

.custom-swal-content {
  font-size: 1.8rem !important;
  color: var(--grey-color-) !important;
}

.custom-swal-confirm-button {
  font-size: 1.6rem !important;
  padding: 10px 20px !important;
  background-color: var(--blue-color-) !important;
}

.swal2-icon {
  border-color: var(--blue-color-) !important;
  color: var(--blue-color-) !important;
}

.box {
  width: 100%;
  max-width: calc(1400px + 8rem);
  margin: 0 auto;
  padding: 0 8rem;
}

.plus-link {
  background-color: var(--blue-color-);
  display: block;
  width: 8rem;
  height: 8rem;
  position: relative;
  border-radius: 50%;
  margin: auto 0;
  text-indent: -9999px;
}

.plus-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 1px;
  background-color: white;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.plus-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40%;
  background-color: white;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#youtube-latest {
  margin-top: 16rem;
}

#youtube-latest strong.ab {
  margin-bottom: 1.4rem;
}

#youtube-latest .box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
}

#youtube-latest .youtube-slider {
  width: calc(65% - 3rem);
  margin-right: 3rem;
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
}

#youtube-latest .youtube-slider .swiper-slide a::after {
  content: '\f167';
  display: block;
  position: absolute;
  font-family: 'Font Awesome 6 Brands';
  font-weight: 900;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ff0000;
  font-size: 8rem;
}

#youtube-latest .youtube-slider .swiper-slide a::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  width: 3rem;
  height: 3rem;
}

#youtube-latest .youtube-thumbnail {
  width: 35%;
  overflow: hidden;
  height: 2rem;
}

#youtube-latest .cont-thumb {
  width: 100%;
  height: calc(100% - 8rem);
  overflow: hidden;
  position: relative;
}

#youtube-latest .thumb-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#youtube-latest .thumb-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

#youtube-latest .thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

#youtube-latest .thumb-slider .swiper-slide .slide-thumb-img {
  height: 100%;
  overflow: hidden;
}

#youtube-latest .thumb-slider .swiper-slide .slide-thumb-img img {
  height: 100%;
  width: auto;
  border-radius: 1.2rem;
}

#youtube-latest .thumb-slider .swiper-slide .slide-info {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-right: 2rem;
}

#youtube-latest .thumb-slider .swiper-slide .slide-info h3 {
  font-size: 1.6rem;
}

#youtube-latest .thumb-slider .swiper-slide .slide-info p {
  font-size: 1.4rem;
  color: var(--grey-color-);
  word-break: keep-all;
  margin-top: 0.5rem;
}

#youtube-latest .youtube-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  gap: 2rem;
}

#youtube-latest .youtube-links li {
  border-radius: 1rem;
  width: 100%;
}

#youtube-latest .youtube-link1 {
  background-color: var(--blue-color-);
}

#youtube-latest .youtube-link2 {
  background-color: var(--black-color-);
}

#youtube-latest .youtube-link2 i {
  color: #ff0000;
}

#youtube-latest .youtube-links li a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 5rem;
  font-size: 1.4rem;
}

#youtube-latest .youtube-links li a div {
  margin: 0 1rem;
}

#youtube-latest .youtube-links li a span {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  position: relative;
}

#youtube-latest .youtube-links li a span::before,
#youtube-latest .youtube-links li a span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: white;
}

#youtube-latest .youtube-links li a span::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

#youtube-latest .youtube-links li a span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.youtube-nav-btn {
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 1.4rem;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding: 1rem 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s, visibility .2s;
  -o-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.youtube-button-next {
  bottom: 0;
}

.youtube-button-prev {
  top: 0;
}

.cont-thumb:hover .youtube-nav-btn {
  visibility: visible;
  opacity: 1;
}

.youtube-pagination {
  position: absolute;
  left: auto !important;
  right: 0 !important;
  top: 50% !important;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.youtube-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--black-color-);
  margin: 3px 0 !important;
  border-radius: 50%;
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, height 0.2s;
  -o-transition: opacity 0.2s, height 0.2s;
  transition: opacity 0.2s, height 0.2s;
}

.youtube-pagination .swiper-pagination-bullet-active {
  background-color: var(--blue-color-);
  height: 2rem;
  border-radius: 3rem;
  opacity: 1;
}

@media (max-width: 1600px) {
  #db-form .form-box {
    padding: 0 5rem;
  }
}

@media (max-width: 1440px) {
  #location {
    margin-left: 0;
    width: 100%;
  }

  .adress-info {
    margin-right: auto;
  }

  .adress-box {
    row-gap: 4rem;
  }

  .adress-box #map {
    margin-right: 10rem;
  }

  #copyright {
    margin-right: 10rem;
  }
}

@media (min-width: 1281px) {
  html {
    font-size: 56.25%;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  html {
    font-size: 56.25%;
  }

  #youtube-latest .youtube-slider {
    width: calc(62% - 3rem);
  }

  #youtube-latest .youtube-thumbnail {
    width: 38%;
  }

  #db-form .form-box h2 {
    display: none;
  }

}

@media (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 50%;
  }

  #navigation {
    display: none;
  }

  #youtube-latest .youtube-slider {
    width: calc(52% - 2rem);
  }

  #youtube-latest .youtube-thumbnail {
    width: 48%;
  }

  #db-form .form-box h2 {
    display: none;
  }

  #common-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 43.75%;
  }

  .box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4rem;
  }

  .mo {
    display: block;
  }

  .pc {
    display: none;
  }

  br {
    display: none;
  }

  br.block {
    display: block;
  }

  #common-bottom {
    bottom: 0;
    padding: 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.42, 0, 0.28, 1.21);
    transition: -webkit-transform 0.2s cubic-bezier(0.42, 0, 0.28, 1.21);
    -o-transition: transform 0.2s cubic-bezier(0.42, 0, 0.28, 1.21);
    transition: transform 0.2s cubic-bezier(0.42, 0, 0.28, 1.21);
    transition: transform 0.2s cubic-bezier(0.42, 0, 0.28, 1.21), -webkit-transform 0.2s cubic-bezier(0.42, 0, 0.28, 1.21);
  }

  #common-bottom.scrolled {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.42, 0, 0.28, 1.21);
    transition: -webkit-transform 0.7s cubic-bezier(0.42, 0, 0.28, 1.21);
    -o-transition: transform 0.7s cubic-bezier(0.42, 0, 0.28, 1.21);
    transition: transform 0.7s cubic-bezier(0.42, 0, 0.28, 1.21);
    transition: transform 0.7s cubic-bezier(0.42, 0, 0.28, 1.21), -webkit-transform 0.7s cubic-bezier(0.42, 0, 0.28, 1.21);
  }

  #event-link {
    display: none;
  }

  #db-form {
    margin: 0;
  }

  #db-form .form-box h2 {
    display: none;
  }

  #db-form .form-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 1rem 3rem;
  }

  #db-form .form-box .db-agree {
    margin: 0;
  }

  #db-form .form-box .db-input-list .db-input:nth-child(1) {
    width: calc(26% - 1rem);
  }

  #db-form .form-box .db-input-list .db-input:nth-child(2) {
    width: calc(37% - 1rem);
  }

  #db-form .form-box .db-input-list .db-input:nth-child(3) {
    width: calc(37% - 1rem);
  }

  #db-form .form-box .db-input-list input, #db-form .form-box .db-input-list select {
    height: 3rem;
  }

  #db-form .form-box .submit-btn input {
    padding: 1rem 3rem;
  }

  #db-form .form-box .db-agree.db-agree-mk {
    margin-top: 0.2rem;
  }

  #db-form .form-box .db-input-list {
    margin-bottom: 1rem;
  }

  #db-form .form-box .submit-btn {
    margin-left: auto;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
  }

  #db-form .form-box .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 0.4rem;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
  }

  #quick {
    right: 2%;
    bottom: 11rem;
  }

  #quick .top-btn {
    display: none;
  }

  #quick ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: transparent;
    border-radius: unset;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  #quick li {
    margin-top: 1rem;
  }

  #quick li .num {
    display: none;
  }

  #quick li a i.xi-kakaotalk::before {
    font-size: 2.2rem;
  }

  #quick li a i {
    opacity: 1;
    font-size: 2rem;
  }

  #quick li span {
    margin-top: 0;
    font-size: 1.8rem;
    color: white;
  }

  #quick li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1rem 1.8rem;
    border-radius: 100rem;
  }

  #quick li:nth-child(2),
  #quick li:nth-child(5) {
    display: none;
  }
  #quick li {
    border-bottom: 0 !important;
  }
  #quick li:nth-child(1) a {
    background-color: #e177bf;
    border-color: #e177bf;
    color: white;
  }

  #quick li:nth-child(3) a {
    background-color: #3a1d1d;
    border-color: #3a1d1d;
    color: #f2dc00;
  }

  #quick li:nth-child(4) a {
    background-color: #0cb628;
    border-color: #0cb628;
    color: white;
  }

  footer {
    position: relative;
    width: 100%;
    padding: 1rem 4rem 18rem;
  }

  .adress-box #map {
    margin-right: 0;
  }

  #copyright {
    margin-right: 0;
  }


  .adress-box #map {
    width: 100%;
    margin-top: 3rem;
  }

  #youtube-latest {
    margin-top: 10rem;
  }

  #youtube-latest .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #youtube-latest .youtube-slider {
    width: 100%;
  }

  #youtube-latest .cont-thumb {
    height: 24rem;
  }

  #youtube-latest .youtube-thumbnail {
    width: 100%;
    height: 34rem;
    margin-top: 3rem;
  }

  .privacy-policy {
    margin-top: 0;
  }
}

@media (max-width: 375px) {
  footer {
    padding: 1rem 4rem 14rem;
  }

  #site-info {
    margin-top: 2rem;
    margin-left: 0;
  }
}