/* Reset */
*, *::before, *::after {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  color: #262626;
  font-family: "Pretendard Variable", "Open Sans", 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;
  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: 1530px;
  width:100%;
  margin:0 auto;
  padding:0px 15px;
}

.container-w1360 {
  max-width: 1360px;
}


/* Wrap */
.wrap {
}

.product-wrap {
  background-color: #f5f5f5;
  padding-top: 137px;
}

@media screen and (max-width:1200px) {
  .wrap,
  .product-wrap {
    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);
}

.product-wrap #main {
  background-color: #fff;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


#header {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all .3s ease-out;
  box-sizing: border-box;
}

#header .h-container {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#header .h-top {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
} 

#header .h-top::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
}

#header .h-logo {
  width: 80px;
  height: 44px;
}

#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-button {
  width: 180px;
  height: 40px;
}

#header .h-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 5px;
  background-color: #eb5524;
}

#header .h-menu {
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin-left: -35px;
}

#header .h-menu-list {
  position: relative;
}

#header .h-menu-list .h-menu-link {
  display: block;
  width: 150px;
  padding: 19px 0 17px;
  font-size: 1.6rem;
  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;
  background-color: #f5f5f5;
  transition: all .3s linear;
  border-color: #fff;
}

#header .h-submenu-link {
  display: block;
  width: 100%;
  padding: 6px 0 7px;
  text-align: center;
  font-size: 1.4rem;
  transition: all .2s ease-out;
}

#header .h-submenu li:first-of-type {
  margin-top: 12px;
}

#header .h-submenu li:last-of-type {
  margin-bottom: 10px;
}

#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: #262626;
}

#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: #262626;
  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: #262626;
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

/* ---------- S: Scroll Event ---------- */
#header[data-header="sticky"] {
  top: -156px;
}

#header.top {
  top: 0;
}

#header.active {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

#header.active .h-top::after {
  background-color: #e5e5e5;
}

#header.active .h-menu-list .h-menu-link {
  color: #262626;
}
/* ---------- E: Scroll Event ---------- */
/* ---------- S: Product Header ---------- */
.product-wrap #header {
  border-bottom: 1px solid #d2d2d2;
  background-color: #fff;
}

.product-wrap #header .h-top::after {
  background-color: #d2d2d2;
  opacity: 1;
}

.product-wrap #header .h-menu-list .h-menu-link {
  color: #262626;
}
/* ---------- E: Product Header ---------- */

@media(min-width:1201px) {
  #header .h-menu-list:hover .h-submenu {
    max-height: 150px;
    /* border: 1px solid #fff; */
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  }
  
  #header .h-submenu-link:hover {
    color: #eb5524;
  }
}

@media(max-width:1200px) {
  #header {
    top: 0;
  }
  
  #header .h-mobile {
    display: block;
  }
  
  #header .h-container {
    height: 60px;
  }

  #header .h-top {
    position: absolute;
    top: 50%;
    left: 15px;
    padding: 0;
    z-index: 10000;
    transform: translateY(-50%);
    width: calc(100% - 75px);
  }
  
  #header .h-top::after {
    display: none;
  }
  
  #header .h-logo {
    width: 70px;
    height: 37px;
  }

  #header .h-button {
    width: 95px;
    height: 30px;
  }
  
  #header .h-button a {
    font-size: 1.5rem;
  }
  
  #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: 15px 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: #1c2d56;
    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: #eb5524;
  }

  #header .h-menu-toggle[data-menu-link="true"]::before {
    background-color: #eb5524;
    -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: 145px;
    margin: 0px;
    border-left: 1px solid #eb5524;
  }
  
  #header .h-submenu li:first-of-type, 
  #header .h-submenu li:last-of-type {
    margin: 0;
  }
  
  #header .h-submenu-link {
    display: block;
    padding: 10px 2px 10px 10px;
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: left;
  }

  #header .h-submenu li:first-of-type .h-submenu-link {
    padding: 10px 2px 10px 10px;
  }
}


/* ---------- S: Footer ---------- */
#footer  {
  border-top: 1px solid #e5e5e5;
  padding: 37px 0 35px;
}

#footer .f-container {
  max-width: 1530px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

#footer .f-logo {
  width: 130px;
  aspect-ratio: 1.901 / 1;
  margin: 0 auto 18px;
}

#footer .f-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/inc/header-logo.svg');
}

#footer .f-menu {
  display: flex;
  align-items: center;
  justify-content: center
}

#footer .f-menu li {
  position: relative;
  padding: 0 13px;
  font-size: 1.2rem;
  color: #595959;
}

#footer .f-menu li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #8e8e8e;
}

#footer .f-menu li:last-of-type::after {
  display: none;
}

#footer .f-privacy {
  margin-top: 10px;
  text-align: center;
  color: #595959;
}

#footer .privacyBtn {
  font-size: 1.2rem;
  color: #595959;
}

@media(max-width:1200px){
  #footer  {
    padding: 30px 0;
  }
  
  #footer .f-logo {
    width: 115px;
    margin: 0 auto 15px;
  }
  

  #footer .f-menu li {
    padding: 0 10px;
    font-size: 1.3rem;
  }
  
  #footer .f-menu li::after {
    height: 13px;
  }

  #footer .privacyBtn {
    font-size: 1.3rem;
  }
}

@media(max-width:1024px){
  #footer  {
    padding: 25px 0;
  }
  
  #footer .f-logo {
    width: 100px;
    margin: 0 auto 12px;
  }
  

  #footer .f-menu li {
    padding: 0 10px;
    font-size: 1.2rem;
  }
  
  #footer .f-menu li::after {
    height: 10px;
  }

  #footer .privacyBtn {
    font-size: 1.2rem;
  }
}

@media(max-width:768px){
  #footer  {
    padding: 25px 0;
  }
  
  #footer .f-logo {
    width: 100px;
    margin: 0 auto 12px;
  }
  
  #footer .f-menu {
    flex-direction: column;
    align-items: center;
  }

  #footer .f-menu li {
    padding: 10px 0;
    font-size: 1.2rem;
  }
  
  #footer .f-menu li::after {
    right: auto;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 15px;
    height: 1px;
  }
      
  #footer .f-privacy {
    margin-top: 8px;
  }

  #footer .privacyBtn {
    font-size: 1.2rem;
  }
}

@media(max-width:500px){
  #footer  {
    padding: 20px 0;
  }
  
  #footer .f-logo {
    width: 90px;
  }
  
  #footer .f-menu li {
    padding: 8px 0;
    font-size: 1.1rem;
  }
  
  #footer .f-menu li::after {
    width: 10px;
  }
  
  #footer .privacyBtn {
    font-size: 1.1rem;
  }
}
/* ---------- E: Footer ---------- */

/* ---------- S: Modal ---------- */
.bbs-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  padding: 15px;
  display: none;
  visibility: hidden;
  transition: all .3s ease-out;
}

.bbs-modal .modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 464px;
  width: 100%;
  max-height: calc(100% - 160px);
  margin: 0 auto;
}

.bbs-modal .modal-inner {
  position: relative;
  height: auto;
  width: 100%;
}

.bbs-modal .modal-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.bbs-modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  z-index: 10;
  cursor: pointer;
}

.bbs-modal .modal-content .close::after, 
.bbs-modal .modal-content .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  background-color: #bbbbbb;
}

.bbs-modal .modal-content .close::after {
  width: 100%;
  height: 1px;
}

.bbs-modal .modal-content .close::before {
  width: 1px;
  height: 100%;
}

.bbs-modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.bbs-modal.open {
  display: flex;
  align-items: center;
  visibility: visible;
}

.bbs-modal-privacy .modal-container {
  max-width: 900px;
}

.bbs-modal-privacy .modal-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.bbs-modal-privacy .title {
  margin-bottom: 30px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
}

.bbs-modal-privacy .text-area {
  width: 100%;
  max-height: 400px;
  padding: 15px;
  overflow: auto;
  border: 1px solid #b5b5b5;
}

.bbs-modal-privacy .text-area p {
  font-size: 2rem;
  line-height: 1.2;
}

@media(max-width:1200px) {
  .bbs-modal .modal-content .close {
    width: 20px;
    height: 20px;
  }
  
  .bbs-modal-privacy .modal-inner {
    padding: 18px;
    border-radius: 8px;
  }
  
  .bbs-modal-privacy .title {
    margin-bottom: 25px;
    font-size: 2.8rem;
  }
  
  .bbs-modal-privacy .text-area {
    max-height: 350px;
    padding: 12px;
  }
  
  .bbs-modal-privacy .text-area p {
    font-size: 1.8rem;
  }
}

@media(max-width:1024px) {
  .bbs-modal-privacy .modal-inner {
    padding: 15px;
    border-radius: 6px;
  }
  
  .bbs-modal-privacy .title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  
  .bbs-modal-privacy .text-area {
    max-height: 300px;
    padding: 10px;
  }
  
  .bbs-modal-privacy .text-area p {
    font-size: 1.6rem;
  }
}

@media(max-width:768px) {
  .bbs-modal .modal-content .close {
    width: 15px;
    height: 15px;
  }
     
  .bbs-modal-privacy .modal-inner {
    padding: 12px;
  }
  
  .bbs-modal-privacy .title {
    margin-bottom: 18px;
    font-size: 2.2rem;
  }
  
  .bbs-modal-privacy .text-area {
    max-height: 250px;
  }
  
  .bbs-modal-privacy .text-area p {
    font-size: 1.6rem;
  }
}

@media(max-width:500px) {
  .bbs-modal-privacy .modal-inner {
    padding: 10px;
  }
  
  .bbs-modal-privacy .title {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  
  .bbs-modal-privacy .text-area {
    max-height: 200px;
  }
  
  .bbs-modal-privacy .text-area p {
    font-size: 1.4rem;
  }
}
/* ---------- E: Modal ---------- */