/* Reset */
*, *::before, *::after {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  color: #262626;
  font-family: "Noto Sans KR", "Pretendard Variable", "Open Sans", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",  "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size:62.5% !important;
  word-break: keep-all;
  word-wrap: break-word;
  box-sizing: border-box;
  animation: entry .3s ease forwards;
  opacity: 0;
  letter-spacing: -0.02em;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  font-size:1.6rem;
}

a {
  color:inherit;
  outline: none;
  text-decoration: none;
}

ol,ul {
  list-style: none;
}

b, strong {
  font-weight:700;
}

img {
  max-width:100%;
}

button {
  font-family:inherit;
  background-color:transparent;
  border:none;
  outline:none;
  cursor:pointer;
}

select {
  outline: none;
  border:1px solid transparent;
  font-family:inherit;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background-color:#fff;
  /* background-size:9px auto; */
  /* background-image: url('/child/img/bbs/select.png'); */
  background-repeat:no-repeat;
  /* background-position:right 15px center; */
}

input, textarea {
  font-family:inherit;
  outline: none;
  border:1px solid transparent
}

:focus{
  outline:none;
}

::placeholder {
  color:#ccc;
}

@-webkit-keyframes entry {
    to{opacity: 1;}
}

@keyframes entry {
    to{opacity: 1;}
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {
  /* select {
    background-size:7px auto;
    background-position:right 10px center;
  } */
}
@media screen and (max-width:576px) {

}


/* Overflow */
.hidden {
  overflow: hidden;
}


/* Display */
.sp{display:none;}
.mo{display:none;}

@media screen and (max-width:768px){
  .sp{display:block;}
  .pc{display:none;}
}

@media screen and (max-width:768px){
  .tb{display:none;}
  .mo{display:block;}
}


/* Ellip */
.ellip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/* Blind */
.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px,1px,1px,1px);
}


/* Button */
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid transparent;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
}

@media screen and (min-width:1201px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}

/* Font Family */
.font-family--pretendard {
  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;
}


/* Container */
.container {
  max-width: 1470px;
  width:100%;
  margin:0 auto;
  padding:0px 15px;
}



/* Wrap */
.wrap-sub {
  padding-top: 80px;
}
@media screen and (max-width:1200px) {
  .wrap,
  .wrap-sub {
    padding-top:60px;
  }
  
}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Main */
#main {
  min-height: calc(100vh - 340px);
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* ---------- S:Color ----------*/
.b-brown {
  background-color: #a18978;
}
/* ---------- E:Color ----------*/

/* ---------- S:header ----------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all .3s ease-out;
  box-sizing: border-box;
}

#header .h-container {
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#header .h-logo {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  width: 150px;
  aspect-ratio: 7.142 / 1;
  z-index: 99999;
}

#header .h-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/child/img/inc/header-logo.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header .h-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .h-menu-list {
  position: relative;
}

#header .h-menu-list .h-menu-link {
  display: block;
  width: 170px;
  padding: 27px 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

#header .h-menu-list .h-menu-link h2 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

#header .h-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all .3s linear;
}

#header .h-submenu-link {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}

#header .h-submenu li:first-of-type {
  margin-top: 13px;
}

#header .h-submenu li:last-of-type {
  margin-bottom: 12px;
}

#header .language {
  position: absolute;
  top: 50%;
  right: 115px;
  transform: translateY(-50%);
  z-index: 99999;
}

#header .language ul {
  display: flex;
  align-items: center;
  gap: 0 5px;
}

#header .language ul li {
  width: 60px;
  height: 30px;
}

#header .language ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #fff;
  font-size: 1.6rem;
  color: #a18978;
  transition: border .3s ease-out;
}

#header .language ul li.on a {
  background-color: #a18978;
  color: #fff;
}

#header .h-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 100000;
}

#header .h-mobile-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

#header .h-mobile-btn span {
  position: relative;
  margin: 0 auto;
}

#header .h-mobile-btn span::before,
#header .h-mobile-btn span::after {
  content: "";
  position: absolute;
}

#header .h-mobile-btn span,
#header .h-mobile-btn span::before,
#header .h-mobile-btn span::after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #a18978;
}

#header .h-mobile-btn span::before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .h-mobile-btn span::after {
  margin-top: 8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .h-mobile-btn[aria-pressed="true"] span {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#header .h-mobile-btn[aria-pressed="true"] span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  background-color: #a18978;
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

#header .h-mobile-btn[aria-pressed="true"] span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  background-color: #a18978;
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

/* ---------- S: Scroll Event ---------- */
#header[data-header="sticky"] {
  top: -90px;
}

#header.active {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

#header.active .h-logo a {
  background-image: url('/child/img/inc/header-logo-on.svg');
}

#header.active .h-menu-list .h-menu-link {
  color: #262626;
}

#header.active .language ul li a {
  box-sizing: border-box;
  border: 1px solid #a18978;
}

#header.active .language ul li.on a {
  border: none;
} 
/* ---------- E: Scroll Event ---------- */

/* ---------- S: Sub-wrap ---------- */
.wrap-sub #header .h-menu-list .h-menu-link h2 {
  color: #262626;
}

.wrap-sub #header .h-logo a {
  background-image: url('/child/img/inc/wrap-sub-logo.svg');
}
/* ---------- E: Sub-wrap ---------- */
@media(min-width:1201px) {
  #header .h-menu-list:hover .h-submenu {
    max-height: 190px;
  }
  
  
}

@media(max-width:1440px) {
  #header .h-logo {
    left: 15px;
  }
  
  #header .language {
    right: 15px;
  }
}

@media(max-width:1200px) {
  #header {
    top: 0;
  }
  
  #header .h-logo a {
    line-height: 1;
    background-image: url('/child/img/inc/header-logo-on.svg');
  }

  #header .h-mobile {
    display: block;
  }
  
  #header .h-container {
    height: 60px;
  }
  
  #header .h-logo {
    width: 130px;
  }

  #header .h-main {
    display: block;
    z-index: 10000;
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 500px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 65px 15px;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
    z-index: 999;
  }
  
  #header[data-header-mobile="on"] .h-main {
    right: 0;
  }
  
  #header .h-menu {
    flex-direction: column;
    align-items: start;
    height: auto;
    margin-left: 0;
  }
  
  #header .h-menu-list {
    width: 100%;
    height: auto;
  }
  
  #header .h-menu-list .h-menu-link {
    position: relative;
    justify-content:start;
    width: 100%;
    padding: 12px 0;
    font-size: 1.6rem;
    text-align: left;
    color:#262626;
  }
  
  #header.menu-on .h-menu-link {
    width: 100%;
  }
  
  #header .h-menu-toggle::before,
  #header .h-menu-toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    margin-top: -1px;
    background-color: #a18978;
    /* background-color: #3b3b3b; */
    height: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #header .h-menu-toggle::before {
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
  }
  
  #header .h-menu-toggle[data-menu-link="true"] {
    color: #786354;
  }

  #header .h-menu-toggle[data-menu-link="true"]::before {
    background-color: #786354;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #header .h-menu-toggle[data-menu-link="true"]::after {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #header .h-submenu  {
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 1;
    top: unset;
    left: unset;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    max-height: 0px;
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: -15px 0px 15px;
    text-align: left;
    background-color: transparent;
    transition: all .25s ease-out;
  }
  
  #header .h-submenu-container {
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding: 0 15px;
    border-left: 1px solid #aeaeae;
  }
  
  #header .h-submenu-container li {
    width: 100%;
  }
  
  #header .h-menu-toggle[data-menu-link="true"] + .h-submenu {
    visibility: visible;
    opacity: 1;
    max-height: 205px;
    margin: 0px;
    border-left: 1px solid #a18978;
  }
  
  #header .h-submenu li:first-of-type, 
  #header .h-submenu li:last-of-type {
    margin: 0;
  }
  
  #header .h-submenu-link,
  #header .h-submenu li:first-of-type .h-submenu-link {
    display: block;
    padding: 10px 2px 10px 10px;
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: left;
    color: #262626;
  }
    
  #header .language {
    right: 65px;
  }
  
  #header .language ul li {
    width: 50px;
    height: 27px;
  }
   
  #header .language ul li a {
    box-sizing: border-box;
    border: 1px solid #a18978;
    font-size: 1.4rem;
  }
  
  #header .language ul li.on a {
    border: none;
  } 
  
}
/* ---------- E:header ----------*/

/* ---------- S:Footer ----------*/
#footer {
  padding: 70px 0;
  background-color: #786354;
}

#footer .f-container {
  max-width: 1470px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

#footer .f-logo {
  width: 220px;
  aspect-ratio: 7.333 / 1;
  margin-bottom: 45px;
}

#footer .f-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/child/img/inc/header-logo.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}

#footer .f-inner {
  display: flex;
  align-items: start;
}

#footer .f-inner .lt {
  width: calc(100% - 415px);
}

#footer .f-inner .rt {
  width: 415px;
} 

#footer .f-menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 544px;
  margin: 0 -9px 22px;
}

#footer .f-menu li {
  position: relative;
  padding: 0 9px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.75;
}

#footer .f-menu li span {
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  display: block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

#footer .copyright {
  margin-bottom: 16px;
  font-size: 1.6rem;
  color: #fff;
}

#footer .sns {
  display: flex;
  align-items: start;
  gap: 0 10px;
}

#footer .sns a {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .sns a.youtube {
  background-image: url('/child/img/inc/youtube-icon.png');
}

#footer .sns a.instagram {
  background-image: url('/child/img/inc/instagram-icon.png');
}

#footer .f-cs .tit {
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

#footer .f-cs h5 {
  margin-bottom: 15px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}

#footer .f-cs ul li {
  display: flex;
  align-items: center;
}

#footer .f-cs ul li i {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 4px;
}

#footer .f-cs ul li i img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footer .f-cs ul li p {
  width: calc(100% - 14px);
  padding-left: 11px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.875;
}

@media(max-width:1200px) {
  #footer {
    padding: 60px 0;
  }
  
  #footer .f-logo {
    width: 220px;
    margin-bottom: 40px;
  }
  
  #footer .f-inner .lt {
    width: calc(100% - 350px);
  }
  
  #footer .f-inner .rt {
    width: 350px;
  } 
  
  #footer .f-menu {
    max-width: 490px;
    margin: 0 -9px 20px;
  }
  
  #footer .f-menu li {
    font-size: 1.4rem;
  }
  
  #footer .copyright {
    font-size: 1.4rem;
  }
  
  #footer .sns {
    gap: 0 8px;
  }

  #footer .f-cs .tit {
    font-size: 1.6rem;
  }
  
  #footer .f-cs h5 {
    margin-bottom: 12px;
    font-size: 2.4rem;
  }

  #footer .f-cs ul li p {
    font-size: 1.4rem;
  }
}

@media(max-width:1024px) {
  #footer {
    padding: 50px 0;
  }
  
  #footer .f-logo {
    width: 200px;
    margin-bottom: 35px;
  }
  
  #footer .f-inner .lt {
    width: calc(100% - 280px);
  }
  
  #footer .f-inner .rt {
    width: 280px;
  } 
  
  #footer .f-menu {
    max-width: 435px;
    margin: 0 -6px 15px;
  }
  
  #footer .f-menu li {
    padding: 0 6px;
    font-size: 1.3rem;
  }
  
  #footer .copyright {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }
  
  #footer .sns {
    gap: 0 6px;
  }
  
  #footer .sns a {
    width: 38px;
    height: 38px;
  }
  
  #footer .f-cs .tit {
    font-size: 1.4rem;
  }
  
  #footer .f-cs h5 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  
  #footer .f-cs ul li p {
    padding-left: 8px;
    font-size: 1.3rem;
  }
}

@media(max-width:768px) {
  #footer {
    padding: 45px 0;
  }
  
  #footer .f-container {
    position: relative;
    padding-bottom: 50px;
  }
  
  #footer .f-logo {
    width: 190px;
    margin-bottom: 30px;
  }
  
  #footer .f-inner {
    flex-direction: column;
    align-items: start;
    gap: 8px 0;
  }
  
  #footer .f-inner .lt {
    width: 100%;
  }
  
  #footer .f-inner .rt {
    width: 100%;
  } 
  
  #footer .f-menu {
    max-width: 410px;
    margin: 0 -6px 12px;
  }
  
  #footer .f-menu li {
    padding: 0 6px;
    font-size: 1.2rem;
  }
  
  #footer .copyright {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  
  #footer .sns {
    position: absolute;
    top: -9px;
    right: 15px;
    gap: 0 5px;
  }
  
  #footer .sns a {
    width: 35px;
    height: 35px;
  }
  
  #footer .f-cs .tit {
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
  
  #footer .f-cs h5 {
    margin-bottom: 8px;
    font-size: 2rem;
  }
  
  #footer .f-cs ul li i {
    width: 12px;
    height: 12px;
    margin-top: 3px;
  }
  
  #footer .f-cs ul li p {
    width: calc(100% - 12px);
    padding-left: 6px;
    font-size: 1.2rem;
  }
}

@media(max-width:500px) {
  #footer {
    padding: 40px 0;
  }
  
  #footer .f-container {
    padding-bottom: 40px;
  }
  
  #footer .f-logo {
    width: 180px;
    margin-bottom: 25px;
  }
  
  #footer .f-menu {
    flex-direction: column;
    max-width: 100%;
    flex-wrap: nowrap;
    margin: 0 0 12px;
  }
  
  #footer .f-menu li {
    padding: 0;
    font-size: 1.1rem;
    width: 100%;
  }
  
  #footer .f-menu li span {
    display: none;
  }
  
  #footer .copyright {
    font-size: 1.1rem;
  }
  
  #footer .f-cs .tit {
    margin-bottom: 4px;
    font-size: 1.2rem;
  }
  
  #footer .f-cs h5 {
    margin-bottom: 6px;
    font-size: 1.8rem;
  }

  #footer .f-cs ul li p {
    font-size: 1.1rem;
  }
}
/* ---------- E:Footer ----------*/