@charset "UTF-8";
a:focus, button:focus {
  outline: 2px solid #000;
}

body {
  position: relative;
  height: auto;
}

#txt {
  font-family: "Noto Sans KR";
}

.layout {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  box-sizing: border-box;
}

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#shadow_device {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: #000;
  opacity: 0.7;
}

#mo_gnb {
  overflow: hidden;
}

#mo_gnb {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: #f9f9f9;
  z-index: 1010;
  transform: translateX(300px);
}

#mo_gnb .mo_sitelink {
  padding: 0 10px;
  text-align: center;
  background-color: #f9f9f9;
}

#mo_gnb .mo_sitelink span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 7px 3px 7px;
  color: #121212;
  font-size: 13px;
  border: 1px solid #707070;
  border-radius: 50px;
}

#mo_tm {
  position: relative;
  height: 100%; /*overflow-x:hidden;overflow-y:auto*/
}

#mo_tm a {
  display: block;
  line-height: 1;
  font-size: 15px;
  color: #c0c6d0;
}

#mo_tm .th1 .th1_lnk {
  display: block;
  padding: 18px 15px;
  width: 120px;
  color: #4f4f4f;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -1px;
}

#mo_tm .th1 .th1_lnk.ov {
  background: #701e20;
  color: #fff;
}

#mo_tm .th2 {
  position: absolute;
  top: 0;
  left: 120px;
  width: 180px;
  background: #fff;
  border-left: 1px solid #efefef;
}

#mo_tm .th2 > li > a {
  position: relative;
  padding: 19px 16px;
  font-size: 16px;
  color: #701e20;
  border-bottom: 1px solid #701e20;
  display: block;
  width: 100%;
  line-height: 1.2;
}

#mo_tm .th2 > li > a.ov,
#mo_tm .th2 > li > a:active {
  border-bottom: 3px solid #08479c;
}

#mo_tm .th2 > li > a.ov:after {
  content: ">";
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 20px;
  transition: transform 0.3s;
  font-family: "돋움", dotum, sans-serif;
  transform: rotate(90deg);
}

#mo_tm .th3 {
  padding: 0 10px;
  border-bottom: 1px solid #701e20;
  margin: 0 10px 0 0; /* width: 100%; */
}

#mo_tm .th3 li a {
  position: relative;
  display: block;
  padding: 12px 25px 12px 5px;
  border-top: 1px solid #e0e0e0;
  color: #333;
}

#mo_tm .th3 li a:hover,
#mo_tm .th3 li a:focus {
  color: #333;
}

#mo_tm .th3 li a:after {
  content: "-";
  position: absolute;
  top: 11px;
  right: 13px;
  font-size: 20px;
  transition: transform 0.3s;
  font-family: "돋움", dotum, sans-serif;
}

#mo_tm .th3 > li > a.ov,
#mo_tm .th3 > li > a:active {
  color: #333;
}

#mo_tm .th3 > li > a.ov:after {
  content: "+";
}

#mo_tm .th3 li:first-child a {
  border-top: 0;
}

#content {
  float: left;
  width: 78%;
  margin: 50px 0;
}
@media (max-width: 1279px) {
  #content {
    margin-top: max(35px, 29.12405px + 1.63221vw);
  }
}

#txt {
  width: 100%;
}

@media (max-width: 1520px) {
  .user #wrap .layout {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 1023px) {
  .user#main #header {
    height: 60px;
    background-color: transparent;
  }
  .search-wrapper {
    min-width: 300px;
    top: -25px;
  }
  #content {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search-wrapper {
    right: -40px;
    min-width: 280px;
  }
  .user #wrap .layout {
    padding: 0 20px;
  }
}
div, span, object, h1, h2, h3, h4, h5, h6, p, a, abbr, address, cite, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, section, summary, audio, video, small {
  font-family: inherit;
}

body {
  font-family: "gothic", sans-serif;
  word-break: keep-all;
  text-underline-position: under;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
}

a, span {
  line-height: inherit;
}

button {
  background-color: transparent;
  font: inherit;
}

:root {
  --scroll-width: 0px;
  --layout-padding: 50px;
  --body-width: 100vw;
  --inner-margin: max(50px, calc(((var(--body-width)) - 1380px) / 2));
  --color-main: #AB2328;
  --color-main-2: #8E1E24;
  --header-height: 100px;
}
@media (max-width: 1600px) {
  :root {
    --header-height: 92px;
  }
}
@media (max-width: 1440px) {
  :root {
    --header-height: 84px;
  }
}
@media (max-width: 1279px) {
  :root {
    --header-height: 76px;
  }
}
@media (max-width: 1023px) {
  :root {
    --layout-padding: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --layout-padding: 20px;
    --header-height: 72px;
  }
}
@media (max-width: 383px) {
  :root {
    --layout-padding: 15px;
    --header-height: 68px;
  }
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  z-index: -1;
  overflow: hidden;
}

.layout {
  max-width: 1480px;
  padding: 0 var(--layout-padding);
}

.ib {
  display: inline-block;
}

.drop-wrap {
  position: relative;
}
.drop-wrap .drop-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 50%;
  transform: translateX(50%);
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  display: none;
  padding: 14px 0;
  min-width: 180px;
}
.drop-wrap .drop-menu::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, transparent, #FFF 90%);
  inset: auto 10px 13px;
  height: 36px;
  transition: opacity 0.3s;
  pointer-events: none;
}
.drop-wrap .drop-menu ul {
  overflow-y: auto;
  max-height: 40vh;
  padding: 0 10px;
  overscroll-behavior: contain;
}
.drop-wrap .drop-menu ul::-webkit-scrollbar {
  width: 4px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.drop-wrap .drop-menu ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  min-height: 20%;
  border-radius: 4px;
}
.drop-wrap .drop-menu.is-scrollable {
  padding-right: 11px;
}
.drop-wrap .drop-menu.is-scrollable ul {
  padding-right: 8px;
}
.drop-wrap .drop-menu.is-scrollable::after {
  right: 15px;
}
.drop-wrap .drop-menu.is-end::after {
  opacity: 0;
}

#header {
  background-color: #fff;
  height: var(--header-height);
  position: relative;
  z-index: 100;
  width: 100%;
}
#header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 1px;
  background-color: #DDD;
}
#header .header-wrap {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
}
#header .header-wrap > .layout {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  max-width: 2560px;
  position: static;
}
#header .header-wrap #logo {
  display: flex;
  align-items: center;
  z-index: 5;
  font-size: 24px;
}
@media (max-width: 1600px) {
  #header .header-wrap #logo {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #header .header-wrap #logo {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  #header .header-wrap #logo {
    font-size: calc(12.72727px + 1.09091vw);
  }
}
#header .header-wrap #logo .logo-link {
  display: flex;
  align-items: center;
}
#header .header-wrap #logo .main-logo {
  aspect-ratio: 219/40;
  display: block;
  width: 9.125em;
  background: url(/images/dhw/2025/common/logo.svg) no-repeat center/contain;
  flex-shrink: 0;
}
@media (max-width: 383px) {
  #header .header-wrap #logo .main-logo {
    aspect-ratio: 1;
    background-image: url(/images/dhw/2025/common/symbol.svg);
    width: 1.65em;
  }
}
#header .header-wrap #logo .site-name {
  font-weight: 500;
  color: #666;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  margin-left: 1.25em;
  position: relative;
  line-height: 1.1;
}
@media (max-width: 383px) {
  #header .header-wrap #logo .site-name {
    margin-left: 0.625em;
  }
}
#header .header-wrap #logo .site-name::before {
  content: "";
  position: absolute;
  right: calc(100% + 0.625em);
  width: 1px;
  height: 0.66667em;
  background-color: #AAA;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 383px) {
  #header .header-wrap #logo .site-name::before {
    display: none;
  }
}
#header .header-wrap .util-wrap {
  z-index: 5;
}
#header .header-wrap .util-wrap .global {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1023px) {
  #header .header-wrap .util-wrap .global {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  #header .header-wrap .util-wrap .global {
    gap: 10px;
  }
}
@media (max-width: 383px) {
  #header .header-wrap .util-wrap .global {
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  #header .header-wrap .util-wrap .item:not(.util-menu, .util-trans) {
    display: none;
  }
}
#header .header-wrap .util-wrap .txt-btn {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #666;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-underline-position: under;
  transition: text-decoration-color 0.3s;
  max-width: 8.5em;
  display: block;
  text-align: center;
}
#header .header-wrap .util-wrap .txt-btn:hover {
  text-decoration-color: currentColor;
}
#header .header-wrap .util-wrap .ico-btn {
  width: 28px;
  aspect-ratio: 1;
  display: block;
  background: no-repeat center/contain;
  margin-left: 18px;
  border-radius: 3px;
  transition: background-color 0.3s;
  position: relative;
}
@media (max-width: 1023px) {
  #header .header-wrap .util-wrap .ico-btn {
    margin-left: 14px;
  }
}
@media (max-width: 767px) {
  #header .header-wrap .util-wrap .ico-btn {
    width: 24px;
  }
}
@media (max-width: 575px) {
  #header .header-wrap .util-wrap .ico-btn {
    margin-left: 10px;
  }
}
@media (max-width: 383px) {
  #header .header-wrap .util-wrap .ico-btn {
    margin-left: 8px;
  }
}
#header .header-wrap .util-wrap .ico-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #333;
  -webkit-mask: var(--i) no-repeat center/contain;
          mask: var(--i) no-repeat center/contain;
  transition: background-color 0.3s;
}
#header .header-wrap .util-wrap .ico-btn::after {
  content: "";
  width: 4px;
  aspect-ratio: 1;
  background-color: var(--color-main);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
#header .header-wrap .util-wrap .ico-btn:hover::before, #header .header-wrap .util-wrap .ico-btn.active::before {
  background-color: var(--color-main);
}
#header .header-wrap .util-wrap .ico-btn:hover::after, #header .header-wrap .util-wrap .ico-btn.active::after {
  opacity: 1;
  transform: translate(-50%, -2px);
}
#header .header-wrap .util-wrap .util-trans .ico-btn {
  --i: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 24C19.5229 24 24 19.5229 24 14M14 24C8.47715 24 4 19.5229 4 14M14 24C16.2092 24 18 19.5229 18 14C18 8.47715 16.2092 4 14 4M14 24C11.7908 24 10 19.5229 10 14C10 8.47715 11.7908 4 14 4M24 14C24 8.47715 19.5229 4 14 4M24 14H4M14 4C8.47715 4 4 8.47715 4 14M6.92749 7.0708C8.73714 8.88045 11.2371 9.99975 13.9985 9.99975C16.76 9.99975 19.26 8.88045 21.0696 7.0708M21.0696 20.9285C19.26 19.1188 16.76 17.9995 13.9985 17.9995C11.2371 17.9995 8.73714 19.1188 6.92749 20.9285' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#header .header-wrap .util-wrap .util-trans .drop-menu {
  width: 320px;
  transform: none;
  right: -50%;
  max-width: calc(100vw - 100px);
}
@media (max-width: 575px) {
  #header .header-wrap .util-wrap .util-trans .drop-menu {
    width: 240px;
  }
}
#header .header-wrap .util-wrap .util-trans .trans-warn {
  display: block;
  padding-inline: 8px 12px;
  margin-left: 12px;
  padding-bottom: 12px;
  line-height: 1.4;
  margin-bottom: 12px;
  border-bottom: 1px solid #EEE;
  font-size: 14px;
}
#header .header-wrap .util-wrap .util-trans .trans-warn span {
  display: block;
}
#header .header-wrap .util-wrap .util-trans .trans-btn {
  height: auto;
  font-size: 16px;
  padding: 6px 10px;
  text-align: left;
  text-transform: capitalize;
  line-height: 1.2;
  justify-content: flex-start;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
  outline-offset: -2px;
  color: #444;
}
#header .header-wrap .util-wrap .util-trans .trans-btn em {
  font-weight: 500;
  padding-right: 2px;
  -webkit-text-stroke: 0.016em transparent;
  transition: -webkit-text-stroke-color 0.3s;
}
#header .header-wrap .util-wrap .util-trans .trans-btn b {
  display: inline-block;
  font-size: calc(1em - 2px);
  opacity: 0.7;
  font-weight: 400;
}
#header .header-wrap .util-wrap .util-trans .trans-btn:hover {
  background-color: #F5f5f5;
  color: #222;
}
#header .header-wrap .util-wrap .util-trans .trans-btn:hover em {
  -webkit-text-stroke-color: currentColor;
}
#header .header-wrap .util-wrap .util-menu .ico-btn {
  --i: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6H24.9999' stroke='%23333333' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M3 14L25 14' stroke='%23333333' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M3 22H24.9999' stroke='%23333333' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
#header .header-wrap .util-wrap .util-menu .ico-btn.mo {
  display: none;
}
@media (max-width: 1279px) {
  #header .header-wrap .util-wrap .util-menu .ico-btn.mo {
    display: block;
  }
}
@media (max-width: 1279px) {
  #header .header-wrap .util-wrap .util-menu .ico-btn.pc {
    display: none;
  }
}

#gnb {
  height: 100%;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 1279px) {
  #gnb {
    display: none;
  }
}
#gnb > .layout {
  max-width: 1340px;
  padding: 0;
  height: 100%;
  position: static;
  display: flex;
  justify-content: center;
}
#gnb .depth1-ul {
  height: 100%;
  display: flex;
  overflow-x: auto;
}
#gnb .depth1-ul .th1 > a {
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: #333;
  padding: 0 2em;
  position: relative;
  font-weight: 600;
  outline-offset: -2px;
  text-align: center;
  max-width: 10em;
  justify-content: center;
  font-size: 18px;
}
@media (max-width: 1920px) {
  #gnb .depth1-ul .th1 > a {
    max-width: 9.5em;
  }
}
@media (max-width: 1800px) {
  #gnb .depth1-ul .th1 > a {
    max-width: 9em;
    font-size: 16px;
    padding: 0 1.2em;
  }
}
@media (max-width: 1600px) {
  #gnb .depth1-ul .th1 > a {
    font-size: 15px;
    padding: 0 1em;
  }
}
@media (max-width: 1440px) {
  #gnb .depth1-ul .th1 > a {
    font-size: 14px;
    padding: 0 1.2vw;
  }
}
#gnb .depth1-ul .th1 > a::before {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #7D2205;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transition: transform 0.3s;
}
#gnb .depth1-ul .th1 .depth1-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  visibility: hidden;
  transition: height 0.3s;
  overflow: hidden;
  height: 0;
}
#gnb .depth1-ul .th1 .depth1-content > .layout {
  position: static;
  display: flex;
  min-height: 200px;
}
#gnb .depth1-ul .th1 .depth1-content .depth1-title {
  width: 300px;
  position: relative;
  padding: 40px 20px 40px 0;
  color: #fff;
  flex-shrink: 0;
}
@media (max-width: 1366px) {
  #gnb .depth1-ul .th1 .depth1-content .depth1-title {
    width: 270px;
  }
}
#gnb .depth1-ul .th1 .depth1-content .depth1-title strong {
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 1366px) {
  #gnb .depth1-ul .th1 .depth1-content .depth1-title strong {
    font-size: 36px;
  }
}
#gnb .depth1-ul .th1 .depth1-content .depth1-title span {
  display: block;
  opacity: 0.3;
  font-weight: 200;
  line-height: 1.3;
}
#gnb .depth1-ul .th1.is-hover > a {
  color: #7D2205;
}
#gnb .depth1-ul .th1.is-hover > a::before {
  transform: scaleX(1);
}
#gnb .depth1-ul .th1.is-hover .depth1-content {
  visibility: visible;
}
#gnb .depth2-ul {
  top: 0;
  position: relative;
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding: 30px 0 50px 40px;
}
#gnb .depth2-ul > li {
  margin-bottom: 20px;
  min-height: 60px;
}
@media (max-width: 1366px) {
  #gnb .depth2-ul > li {
    min-height: 40px;
  }
}
#gnb .depth2-ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.3em 0 0.8em;
  line-height: 1.2;
  border-bottom: 3px solid #bcb6b6;
  font-size: 16px;
  color: #474952;
  font-weight: 500;
  padding-right: 20px;
}
#gnb .depth2-ul > li > a::before {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 3px;
  background: #813436;
  content: "";
  transition: width 0.5s;
}
#gnb .depth2-ul > li > a::after {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 9px;
  height: 5px;
  border-top: 2px solid #813436;
  border-right: 2px solid #813436;
  content: "";
  transform: scale(0) rotate(135deg);
  transition: transform 0.5s;
}
#gnb .depth2-ul > li > a.active {
  color: #813436;
}
#gnb .depth2-ul > li > a.active::before {
  width: 100%;
}
#gnb .depth2-ul > li > a.active::after {
  transform: scale(1) rotate(135deg);
}
#gnb .depth3-ul {
  padding: 13px 5px 0;
}
#gnb .depth3-ul > li > a {
  display: block;
  padding: 3px 0 4px;
  font-size: 15px;
  color: #444;
  transition: color 0.4s;
  position: relative;
  line-height: 1.2;
}
#gnb .depth3-ul > li > a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ddd;
  content: "";
  transition: width 0.4s;
}
#gnb .depth3-ul > li > a:hover {
  color: #741c1e;
}
#gnb .depth3-ul > li > a:hover::before {
  width: 100%;
}
#gnb .depth3-ul > li + li {
  margin-top: 3px;
}

.gnb-bg {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  width: 100%;
  transition: height 0.3s;
  position: absolute;
  top: 100%;
  pointer-events: none;
  left: 0;
  height: 0;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .gnb-bg {
    display: none;
  }
}
.gnb-bg .layout {
  height: 100%;
  display: flex;
}
.gnb-bg .layout span {
  width: 300px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1366px) {
  .gnb-bg .layout span {
    width: 270px;
  }
}
.gnb-bg .layout span::before {
  content: "";
  background-color: #813436;
  height: 100%;
  width: 100vw;
  flex-shrink: 0;
}
.gnb-bg .layout span::after {
  content: "";
  position: absolute;
  width: 360px;
  bottom: -100px;
  right: 0;
  background: url(/images/dhw/2025/common/gnb-bg.png) no-repeat center/contain;
  aspect-ratio: 36/35;
}
@media (max-width: 1366px) {
  .gnb-bg .layout span::after {
    width: 320px;
  }
}

#container::after {
  content: "";
  clear: both;
  display: block;
}

#svisual {
  display: block;
  position: relative;
  height: 320px;
  text-align: center;
  background: #454950 url(/images/dhw/2025/common/sub-visual-bg-00.jpg) no-repeat center/cover;
  color: #fff;
}
#svisual.local-background-01 {
  background-image: url(/images/dhw/2025/common/sub-visual-bg-01.jpg);
}
#svisual.local-background-02 {
  background-image: url(/images/dhw/2025/common/sub-visual-bg-02.jpg);
}
#svisual.local-background-03 {
  background-image: url(/images/dhw/2025/common/sub-visual-bg-03.jpg);
}
#svisual.local-background-04 {
  background-image: url(/images/dhw/2025/common/sub-visual-bg-04.jpg);
}
#svisual.local-background-05 {
  background-image: url(/images/dhw/2025/common/sub-visual-bg-05.jpg);
}
#svisual.local-background-06 {
  background-image: url(/images/dhw/2025/common/sub-visual-bg-06.jpg);
}
#svisual.local-background-07 {
  background-image: url(/images/dhw/2025/common/sub-visual-bg-07.jpg);
}
#svisual.local-background-08 {
  background-image: url(/images/dhw/2025/common/sub-visual-bg-08.jpg);
}
@media (max-width: 1279px) {
  #svisual {
    height: max(200px, 160.82699px + 10.88139vw);
  }
}
#svisual .layout {
  height: 100%;
  display: grid;
  place-content: center;
}
#svisual .svisual-desc {
  font-size: 34px;
  transform: translateY(0.05em);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.32);
}
@media (max-width: 1279px) {
  #svisual .svisual-desc {
    font-size: max(23px, 18.69097px + 1.19695vw);
  }
}
@media (max-width: 320px) {
  #svisual .svisual-desc {
    font-size: 7.1875vw;
  }
}

#location {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}

#navigate {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 12px;
}
#navigate .ir {
  background: url(/images/common/ir-tmpl.png) no-repeat;
}
#navigate .ir-tmpl.sns,
#navigate .ir-tmpl.print {
  background: url(/images/common/ir-tmpl.png) no-repeat;
}
#navigate h1 {
  color: #010101;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: auto;
  padding-right: 12px;
}
@media (max-width: 1279px) {
  #navigate h1 {
    font-size: max(23px, 18.29924px + 1.30577vw);
  }
}
#navigate .dir {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  order: -5;
  width: 100%;
}
#navigate .dir span {
  padding-left: 15px;
  background: url(/images/common/location_arr.png) no-repeat 0 45%;
  color: #666;
  font-size: 13px;
  line-height: 1.2;
}
#navigate .dir .home {
  margin: 0;
  padding-left: 22px;
  width: auto;
  background: url(/images/common/navi_home.png) no-repeat 1px 1px;
  line-height: 1.2;
}
#navigate .dir .current {
  text-decoration: underline;
  text-underline-position: under;
}
#navigate .location_buttons_box {
  position: relative;
  height: 27px;
  display: flex;
  gap: 3px;
}
#navigate .location_buttons_box .ir {
  width: 27px;
  height: 27px;
  font-size: 0;
}
#navigate .location_buttons_box .sns {
  background-position: -63px -260px;
}
#navigate .location_buttons_box .sns_btn {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
#navigate .location_buttons_box .sns.ov,
#navigate .location_buttons_box .sns:active {
  background-position: -33px -260px;
}
#navigate .location_buttons_box .print {
  background-position: -93px -260px;
}
@media (max-width: 767px) {
  #navigate .location_buttons_box .print {
    display: none;
  }
}
#navigate .location_buttons_box #naviSNS {
  position: absolute;
  display: flex;
  top: 4px;
  right: 27px;
  gap: 4px;
  padding: 4px;
  border: 1px solid #efefef;
  background-color: #fff;
  border-radius: 50px;
}
@media (max-width: 767px) {
  #navigate .location_buttons_box #naviSNS {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
#navigate .location_buttons_box #naviSNS a {
  width: 27px;
  height: 27px;
  font-size: 0;
}
#navigate .location_buttons_box #naviSNS .fb {
  background-position: 0px -289px;
}
#navigate .location_buttons_box #naviSNS .tw {
  background-position: -93px -289px;
}
#navigate .location_buttons_box #naviSNS .ks {
  background-position: -62px -289px;
}
#navigate .location_buttons_box #naviSNS .bk {
  background-position: -32px -289px;
}

#remote {
  --bd: 20px;
  position: relative;
  top: -80px;
  z-index: 10;
  float: right;
  width: 17%;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  #remote {
    --bd: max(10px,calc(-34px + 3.75vw));
  }
}
@media (max-width: 1023px) {
  #remote {
    display: none;
  }
}
#remote h1 {
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
}
#remote h1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + var(--inner-margin));
  height: 100%;
  background: #701e20 url(/images/kor2/layout/lnb_bg.png) left 180px bottom no-repeat;
  content: "";
}
#remote h1::after {
  position: absolute;
  left: calc(-1 * var(--bd));
  top: calc(-1 * var(--bd));
  width: calc(100% + var(--inner-margin) + var(--bd));
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
}
#remote h1 span {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  padding: 22px 20px;
}

@media (max-width: 1279px) {
  #lnb {
    width: calc(100% + var(--layout-padding));
  }
}
#lnb a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
  color: #45495b;
}
#lnb a .window {
  flex-shrink: 0;
  margin-left: 4px;
}
#lnb .th2 {
  border-top: 1px solid #cacaca;
}
#lnb .th2:first-child {
  border-top: none;
}
#lnb .th2 a {
  font-size: 16px;
  padding: 17px 15px;
}
#lnb .th2 a span {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  position: relative;
  order: 5;
  margin-left: auto;
}
#lnb .th2 a span::before {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 3px;
  width: 100%;
  height: 2px;
  background: #b3b3b9;
  content: "";
}
#lnb .th2 a span::after {
  display: inline-block;
  position: absolute;
  left: 4px;
  top: -1px;
  width: 2px;
  height: 100%;
  background: #b3b3b9;
  content: "";
}
#lnb .th2 a.link_2th_ov {
  color: #701e20;
  font-weight: bold;
}
#lnb .th2 a.link_2th_ov span::after {
  display: none;
}
#lnb .th2 a.link_2th_ov span::before {
  background: #701e20;
}
#lnb .th3 {
  display: none;
  padding: 23px 20px;
  border-top: 2px solid #701e20;
  border-bottom: 2px solid #701e20;
  background: #f9f9f9;
}
#lnb .th3 > li {
  border-top: none;
}
#lnb .th3 > li > a {
  padding: 8px 0;
  font-size: 15px;
}
#lnb .th3 > li > a span {
  right: 0;
}
#lnb .th3 > li > a span::after {
  display: none;
}
#lnb .th3 > li > a span::before {
  top: 3px;
}
#lnb .th3 > li > a.link_3th_ov {
  color: #701e20;
}
#lnb .th3 > li > a.link_3th_ov span::before {
  top: 0;
  width: 8px;
  height: 4px;
  background: transparent;
  border: solid #701e20;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#footer {
  --color-border: #EEE;
  --color-txt-base: #666;
  position: relative;
  color: #222;
  font-size: 16px;
}
@media (max-width: 1023px) {
  #footer {
    font-size: 15px;
  }
}
#footer .footer-menu {
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  z-index: 5;
  border: solid var(--color-border, #EEE);
  border-width: 1px 0;
}
#footer .footer-menu .swiper-box {
  transition: mask-size 0.3s, -webkit-mask-size 0.3s;
}
#footer .footer-menu .swiper-box:has(.swiper.is-overflow) {
  -webkit-mask: linear-gradient(to right, #FFF 85%, transparent) no-repeat left/100% 100%;
          mask: linear-gradient(to right, #FFF 85%, transparent) no-repeat left/100% 100%;
}
#footer .footer-menu .swiper-box:has(.swiper.is-end) {
  -webkit-mask-size: 118% 100%;
          mask-size: 118% 100%;
}
#footer .footer-menu .swiper {
  overflow: visible;
  margin: 0;
}
#footer .footer-menu .swiper-slide {
  width: auto;
  font-weight: 500;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
#footer .footer-menu .swiper-slide span {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
  text-underline-position: under;
}
#footer .footer-menu .swiper-slide.on {
  font-weight: 700;
  color: #7D2205;
}
#footer .footer-menu .swiper-slide:hover span {
  text-decoration-color: currentColor;
}
#footer .footer-menu .swiper-scrollbar {
  background-color: transparent;
  inset: auto var(--layout-padding) 0;
  transition: opacity 0.3s;
  width: auto;
}
#footer .footer-menu .swiper-scrollbar:not(.is-used) {
  opacity: 1 !important;
}
#footer .footer-menu .swiper-scrollbar-drag {
  background-color: #efefef;
  border-radius: 0;
}
#footer .footer-inner {
  padding: 60px 0;
}
@media (max-width: 1023px) {
  #footer .footer-inner {
    padding: max(40px, 35.44808px + 1.42248vw) 0;
  }
}
#footer .footer-inner .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 24px;
}
#footer .footer-inner .footer-logo {
  order: 5;
  display: flex;
  align-items: center;
  z-index: 5;
  font-size: 24px;
  align-self: flex-end;
  flex-wrap: wrap;
  gap: 0.4em 1.25em;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #footer .footer-inner .footer-logo {
    font-size: max(19px, 16.92531px + 0.69156vw);
  }
}
@media (max-width: 480px) {
  #footer .footer-inner .footer-logo {
    -moz-column-gap: 0.625em;
         column-gap: 0.625em;
  }
}
#footer .footer-inner .footer-logo .main-logo {
  aspect-ratio: 219/40;
  display: block;
  width: 9.125em;
  background: url(/images/dhw/2025/common/logo.svg) no-repeat center/contain;
}
@media (max-width: 480px) {
  #footer .footer-inner .footer-logo .main-logo {
    aspect-ratio: 1;
    background-image: url(/images/dhw/2025/common/symbol.svg) !important;
    width: 1.65em;
  }
}
#footer .footer-inner .footer-logo .site-logo {
  font-weight: 500;
  color: var(--color-txt-base);
  letter-spacing: -0.03em;
  text-transform: capitalize;
  position: relative;
  line-height: 1.1;
}
#footer .footer-inner .footer-logo .site-logo::before {
  content: "";
  position: absolute;
  right: calc(100% + 0.625em);
  width: 1px;
  height: 0.66667em;
  background-color: #AAA;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  #footer .footer-inner .footer-logo .site-logo::before {
    display: none;
  }
}
#footer .footer-inner .footer-info .campus-list {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 25px;
}
@media (max-width: 1279px) {
  #footer .footer-inner .footer-info .campus-list {
    -moz-column-gap: calc(-0.15686px + 3.92157vw);
         column-gap: calc(-0.15686px + 3.92157vw);
  }
}
@media (max-width: 1023px) {
  #footer .footer-inner .footer-info .campus-list {
    flex-direction: column;
    row-gap: 25px;
  }
}
@media (max-width: 575px) {
  #footer .footer-inner .footer-info .campus-list {
    row-gap: 20px;
  }
}
#footer .footer-inner .footer-info .campus-list .item .tit {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: -0.02em;
  line-height: 1.4;
  background-color: #F2f2f2;
  font-weight: 700;
  padding: 4px 10px;
  margin-bottom: 10px;
}
#footer .footer-inner .footer-info .campus-list .item .txt {
  color: var(--color-txt-base);
  -moz-column-gap: 15px;
       column-gap: 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  #footer .footer-inner .footer-info .campus-list .item .txt {
    flex-flow: row wrap;
  }
}
#footer .footer-inner .footer-info .trans-warn {
  font-size: 0.9em;
  line-height: 1.4;
  display: block;
  margin-bottom: 1.2em;
}
#footer .footer-inner .footer-info .copy {
  line-height: 1.6875;
}

@media (max-width: 575px) {
  html:where([lang=ko], [lang=zh-CN], [lang=zh-TW], [lang=ja]) #header .header-wrap #logo {
    font-size: calc(13.72727px + 1.09091vw);
  }
}
html:where([lang=ko], [lang=zh-CN], [lang=zh-TW], [lang=ja]) #header .header-wrap .util-wrap .txt-btn {
  font-size: 16px;
}
html:where([lang=ko], [lang=zh-CN], [lang=zh-TW], [lang=ja]) #gnb .depth1-ul .th1 > a {
  padding: 0 2em;
  font-size: 20px;
}
@media (max-width: 1600px) {
  html:where([lang=ko], [lang=zh-CN], [lang=zh-TW], [lang=ja]) #gnb .depth1-ul .th1 > a {
    font-size: 18px;
    padding: 0 1.8em;
  }
}
@media (max-width: 1440px) {
  html:where([lang=ko], [lang=zh-CN], [lang=zh-TW], [lang=ja]) #gnb .depth1-ul .th1 > a {
    font-size: 17px;
    padding: 0 1.4vw;
  }
}
html:where([lang=ko], [lang=zh-CN], [lang=zh-TW], [lang=ja]) #footer .footer-inner .footer-logo {
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
}
@media (max-width: 480px) {
  html:where([lang=ko], [lang=zh-CN], [lang=zh-TW], [lang=ja]) #footer .footer-inner .footer-logo .main-logo {
    aspect-ratio: 219/40;
    width: 9.125em;
    background-image: url(/images/dhw/2025/common/logo-w.svg) !important;
  }
}
@media (max-width: 480px) {
  html:where([lang=ko], [lang=zh-CN], [lang=zh-TW], [lang=ja]) #footer .footer-inner .footer-logo .site-logo::before {
    display: block;
  }
}/*# sourceMappingURL=layout.css.map */