body {
  background: white;
}

#ch-plugin-launcher {
  display: none !important;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 88px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: white;
  border-bottom: 4px solid black;
  z-index: 500;
}
#header.sub-header {
  background: transparent;
  border-bottom: 1px solid white;
}
#header.sub-header .container #h-logo {
  display: none;
}
#header.sub-header .container #h-logo2 {
  display: block;
}
#header.sub-header .container .h-right-group .h-global-nav .depth-1 .item > a {
  color: white;
}
#header.sub-header .container .h-right-group .h-global-nav .depth-1 .item:hover > a {
  background: white;
  color: black;
}
#header.sub-header .container .h-right-group .h-global-nav .depth-1 .item .depth-2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  display: none;
  flex-direction: column;
  background: white;
}
#header.sub-header .container .h-right-group .h-global-nav .depth-1 .item .depth-2 > li {
  width: 100%;
  height: 40px;
}
#header.sub-header .container .h-right-group .h-global-nav .depth-1 .item .depth-2 > li > a {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
}
#header.phone-header .container #h-logo {
  display: none;
}
#header.phone-header .container #h-logo2 {
  display: none;
}
#header.phone-header .container #h-phone {
  display: block;
}
#header .container {
  width: 95%;
  height: 100%;
  max-width: 1820px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header .container #h-logo {
  position: relative;
  width: auto;
  height: 50%;
  display: block;
}
#header .container #h-logo > img {
  width: auto;
  height: 100%;
}
#header .container #h-logo2 {
  position: relative;
  width: auto;
  height: 50%;
  display: none;
}
#header .container #h-logo2 > img {
  width: auto;
  height: 100%;
}
#header .container #h-phone {
  position: relative;
  width: auto;
  height: 50%;
  display: none;
}
#header .container #h-phone > img {
  width: auto;
  height: 100%;
}
#header .container .h-right-group .h-global-nav {
  height: 100%;
}
#header .container .h-right-group .h-global-nav .depth-1 {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header .container .h-right-group .h-global-nav .depth-1 .item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
}
#header .container .h-right-group .h-global-nav .depth-1 .item > a {
  padding: 12px 16px;
  font-size: 20px;
  color: black;
  word-break: keep-all;
}
#header .container .h-right-group .h-global-nav .depth-1 .item:hover > a {
  background: black;
  color: white;
}
#header .container .h-right-group .h-global-nav .depth-1 .item:hover .depth-2 {
  display: flex;
}
#header .container .h-right-group .h-global-nav .depth-1 .item .depth-2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  padding-top: 28px;
  display: none;
  flex-direction: column;
  background: black;
}
#header .container .h-right-group .h-global-nav .depth-1 .item .depth-2 > li {
  width: 100%;
  height: 40px;
}
#header .container .h-right-group .h-global-nav .depth-1 .item .depth-2 > li > a {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
}
#header .container .h-right-group .h-global-nav .depth-1 .item .depth-2 > li > a:hover {
  color: #D21919;
}
#header .container .h-right-group .m-menu-open {
  width: 48px;
  height: 48px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  border: 2px solid black;
}
@media (max-width: 1280px) {
  #header .container .h-right-group .m-menu-open {
    display: flex;
  }
}
#header .container .h-right-group .m-menu-open > svg {
  width: 90%;
  height: 90%;
  fill: black;
}

.quick-inquiry {
  position: fixed;
  right: 0;
  top: 12%;
  transform: translateX(340px);
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  z-index: 200;
  transition: all 0.2s ease-in-out;
}
.quick-inquiry.active {
  transform: translateX(0);
}
.quick-inquiry .toggle-area {
  width: 56px;
  height: auto;
  padding: 12px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: black;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
}
.quick-inquiry .toggle-area .toggle-video {
  position: relative;
  width: 100%;
  height: 36px;
  overflow: hidden;
}
.quick-inquiry .toggle-area .toggle-video > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quick-inquiry .toggle-area > span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: white;
}
.quick-inquiry .quick-body {
  width: 340px;
  height: auto;
  padding: 4px;
  border-radius: 0 0 0 8px;
  background: black;
}
.quick-inquiry .quick-body .container {
  width: 100%;
  height: auto;
  padding: 24px 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  background: white;
  border-radius: 4px;
}
.quick-inquiry .quick-body .container > img {
  width: 100%;
  height: auto;
}
.quick-inquiry .quick-body .container > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.quick-inquiry .quick-body .container .quick-inquiry-form {
  width: 100%;
  height: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border: 1px solid black;
}
.quick-inquiry .quick-body .container .quick-inquiry-form .form-input-wrap {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quick-inquiry .quick-body .container .quick-inquiry-form .form-input-wrap .input-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.quick-inquiry .quick-body .container .quick-inquiry-form .form-input-wrap .input-row > label {
  flex: 0 0 auto;
  width: 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.quick-inquiry .quick-body .container .quick-inquiry-form .form-input-wrap .input-row > label > span {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #3D3D3D;
}
.quick-inquiry .quick-body .container .quick-inquiry-form .form-input-wrap .input-row > input, .quick-inquiry .quick-body .container .quick-inquiry-form .form-input-wrap .input-row > select {
  flex: 1 1 auto;
  height: 28px;
  min-width: 10px;
  padding: 0 8px;
  background-color: #f0f0f0;
  border-radius: 2px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: black;
}
.quick-inquiry .quick-body .container .quick-inquiry-form .agree-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.quick-inquiry .quick-body .container .quick-inquiry-form .agree-box > p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  word-break: keep-all;
  color: #3D3D3D;
}
.quick-inquiry .quick-body .container .quick-inquiry-form > button {
  width: 100%;
  height: auto;
  padding: 12px;
  background: black;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  letter-spacing: 2px;
  text-align: center;
}
.quick-inquiry .quick-body .container .quick-button-group {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.quick-inquiry .quick-body .container .quick-button-group > a {
  width: 100%;
  height: 60px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid black;
}
.quick-inquiry .quick-body .container .quick-button-group > a > img {
  flex: 0 0 auto;
  width: 36px;
  height: auto;
}
.quick-inquiry .quick-body .container .quick-button-group > a > span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.quick-inquiry .quick-body .container .quick-button-group > a.chat {
  border-color: #FF9900;
}
.quick-inquiry .quick-body .container .quick-button-group > a.chat > span {
  color: #FF9900;
}
.quick-inquiry .quick-body .container .quick-button-group > a.visit {
  border-color: #57A14E;
}
.quick-inquiry .quick-body .container .quick-button-group > a.visit > span {
  color: #57A14E;
}
.quick-inquiry .quick-body .container .quick-button-group > a.kakao {
  border-color: #FFDF00;
}
.quick-inquiry .quick-body .container .quick-button-group > a.kakao > span {
  color: #C48301;
}

#footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
}
#footer .f-top {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: black;
}
#footer .f-top .container {
  width: 90%;
  max-width: 1620px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#footer .f-top .container .contact-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 140px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
#footer .f-top .container .contact-group .title {
  position: relative;
  font-size: 68px;
  color: white;
  z-index: 3;
}
#footer .f-top .container .contact-group .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 5000rem;
  background: #D21919;
  z-index: -1;
}
#footer .f-top .container .contact-group .contact-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}
#footer .f-top .container .contact-group .contact-list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
}
#footer .f-top .container .contact-group .contact-list .item .name {
  flex: 0 0 auto;
  padding-right: 16px;
  margin-right: 16px;
  font-size: 24px;
  font-weight: 900;
  word-break: keep-all;
  border-right: 2px solid white;
}
#footer .f-top .container .contact-group .contact-list .item > p {
  font-size: 24px;
  font-weight: 800;
  word-break: keep-all;
}
#footer .f-top .container .back-to-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: white;
  cursor: pointer;
}
#footer .f-top .container .back-to-top > svg {
  flex: 0 0 auto;
  width: auto;
  height: 28px;
  fill: white;
}
#footer .f-bottom {
  width: 100%;
  height: 240px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
}
#footer .f-bottom .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#footer .f-bottom .container .info-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 24px 80px;
}
#footer .f-bottom .container .info-grid .item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#footer .f-bottom .container .info-grid .item .name {
  font-size: 14px;
  color: black;
  word-break: keep-all;
}
#footer .f-bottom .container .info-grid .item > p {
  font-size: 12px;
  color: #aaa;
  word-break: keep-all;
}
#footer .f-bottom .container .copyright {
  flex: 0 0 auto;
  font-size: 14px;
  color: black;
  word-break: keep-all;
}
#footer .footer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
}
#footer .footer-grid .cell {
  position: relative;
  width: 100%;
}
#footer .footer-grid .cell:not(:nth-of-type(3n)) {
  border-right: 2px solid black;
}
#footer .footer-grid .cell:nth-of-type(-n+3) {
  border-bottom: 2px solid black;
}
#footer .footer-grid .cell:nth-of-type(1)::after, #footer .footer-grid .cell:nth-of-type(2)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  width: 24px;
  height: 24px;
  background: white;
  z-index: 1;
}
#footer .footer-grid .cell.phone > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#footer .footer-grid .cell.phone > a > svg {
  width: 52px;
  height: auto;
  fill: black;
}
#footer .footer-grid .cell.phone > a > b {
  font-size: 40px;
  line-height: 1;
  color: black;
}
#footer .footer-grid .cell .social-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#footer .footer-grid .cell .social-list .item {
  position: relative;
  z-index: 3;
}
#footer .footer-grid .cell .social-list .item:not(:last-of-type) {
  border-right: 2px solid black;
}
#footer .footer-grid .cell .social-list .item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  width: 24px;
  height: 24px;
  background: white;
  z-index: -1;
}
#footer .footer-grid .cell .social-list .item > a {
  width: 120px;
  height: auto;
  aspect-ratio: 1/0.8;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#footer .footer-grid .cell .social-list .item > a > img {
  width: 50%;
  height: auto;
}
#footer .footer-grid .cell.back-to-top {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
#footer .footer-grid .cell.back-to-top > span {
  flex: 0 0 auto;
  font-size: 32px;
  line-height: 1;
  color: #D21919;
}
#footer .footer-grid .cell.back-to-top > svg {
  flex: 0 0 auto;
  width: 36px;
  height: auto;
  fill: #D21919;
}
#footer .footer-grid .cell.f-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#footer .footer-grid .cell.f-logo > span {
  font-size: 20px;
  font-weight: 500;
  color: black;
  text-align: center;
  word-break: keep-all;
}
#footer .footer-grid .cell.f-logo > img {
  width: auto;
  height: 54px;
}
#footer .footer-grid .cell.f-logo > b {
  font-size: 32px;
  line-height: 1;
  color: black;
  text-align: center;
}
#footer .footer-grid .cell.f-infos {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#footer .footer-grid .cell.f-infos .f-info-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.4fr 2.2fr;
  gap: 16px;
}
#footer .footer-grid .cell.f-infos .f-info-grid .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#footer .footer-grid .cell.f-infos .f-info-grid .item > b {
  font-size: 14px;
  color: black;
}
#footer .footer-grid .cell.f-infos .f-info-grid .item > span {
  font-size: 13px;
  line-height: 1.3;
  color: black;
  word-break: keep-all;
}
#footer .footer-grid .cell.f-infos .copyright {
  width: 100%;
  font-size: 14px;
  word-break: keep-all;
  color: black;
}/*# sourceMappingURL=common.css.map */