@charset "UTF-8";
@import url("font.css");
:root {
  --100vh: 100vh;
  --poppins: "Poppins", "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Open Sans",HelveticaNeue-Light,AppleSDGothicNeo-Light,sans-serif !important;
  --blue:#0276c3;
  --filter-white:invert(100%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(117%) contrast(100%);
  --fliter-blue:invert(34%) sepia(92%) saturate(3067%) hue-rotate(185deg) brightness(86%) contrast(98%);
}
@supports (height: 100dvh) {
  :root {
    --100vh: 100dvh;
  }
}

/* reset */
html, body, div, ul, ol, li, dl, dt, dd, p, strong, span, em, a, table, th, td, caption, input, button, textarea, label, form, legend, fieldset, select, hr, h1, h2, h3, h4, h5, h6, img {
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  background: none;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

html, body {
  height: 100%;
  min-height: 100%;
  font-weight: 400;
  line-height: 1.55;
  font-size: 10px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
  letter-spacing: -0.01em;
  word-break: keep-all;
  color: #222;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: inherit;
}

*, :after, :before {
  box-sizing: border-box;
  vertical-align: top;
}

header, footer, nav {
  display: block;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  vertical-align: middle;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  color: #222;
}

select, button {
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

i, em {
  font-style: normal;
}

textarea {
  resize: vertical;
}

textarea ul,
textarea ol {
  list-style: disc;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

input, textarea, button, select {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

b {
  font-weight: 700;
}

::-moz-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}


/* font size */
.fs_12 { font-size: 1.2rem; }   /* 12px */
.fs_14 { font-size: 1.4rem; }   /* 14px */
.fs_15 { font-size: 1.5rem; }   /* 15px */
.fs_16 { font-size: 1.6rem; }   /* 16px */
.fs_18 { font-size: 1.8rem; }   /* 18px */
.fs_20 { font-size: 2rem; }     /* 20px */
.fs_22 { font-size: 2.2rem; }   /* 22px */
.fs_24 { font-size: 2.4rem; }   /* 22px */
.fs_28 { font-size: 2.8rem; }   /* 28px */
.fs_30 { font-size: 3rem; }     /* 30px */
.fs_36 { font-size: 3.6rem; }   /* 36px */
.fs_42 { font-size: 4.2rem; }   /* 42px */
.fs_55 { font-size: 5.5rem; }   /* 55px */


@media screen and (max-width: 1080px){
    .fs_20{font-size: 16px;}
    .fs_25{font-size: 18px;}
    .fs_34{font-size: 24px;}
    .fs_48{font-size: 28px;}
    .fs_80{font-size: 60px;}
    .fs_90{font-size: 60px;}
	.fs_13 { font-size: 12px; }
    .fs_15 { font-size: 14px; }
    .fs_17 { font-size: 15px; }
    .fs_19 { font-size: 16px; }
    .fs_21 { font-size: 18px; }
    .fs_23 { font-size: 19px; }
    .fs_26 { font-size: 22px; }
    .fs_27 { font-size: 23px; }
    .fs_30 { font-size: 26px; }
    .fs_31 { font-size: 27px; }
    .fs_32 { font-size: 28px; }
    .fs_35 { font-size: 30px; }
    .fs_37 { font-size: 32px; }
    .fs_38 { font-size: 34px; }
    .fs_40 { font-size: 36px; }
    .fs_42 { font-size: 38px; }
    .fs_43 { font-size: 40px; }
    .fs_45 { font-size: 42px; }
    .fs_50 { font-size: 46px; }
    .fs_52 { font-size: 48px; }
    .fs_55 { font-size: 50px; }
    .fs_58 { font-size: 52px; }
    .fs_60 { font-size: 54px; }
    .fs_65 { font-size: 58px; }
    .fs_70 { font-size: 62px; }
    .fs_72 { font-size: 64px; }
    .fs_74 { font-size: 66px; }
    .fs_75 { font-size: 68px; }
    .fs_85 { font-size: 72px; }
    .fs_86 { font-size: 74px; }
    .fs_100 { font-size: 80px; }
    .fs_110 { font-size: 88px; }
    .fs_120 { font-size: 96px; }
}
@media screen and (max-width: 720px){
    .fs_16{font-size: 12px;}
    .fs_18{font-size: 16px;}
    .fs_20{font-size: 18px;}
    .fs_22{font-size: 18px;}
    .fs_24{font-size: 15px;}
    .fs_25{font-size: 15px;}
    .fs_28{font-size: 15px;}
    .fs_34{font-size: 24px;}
	.fs_36{font-size: 21px;}
    .fs_48{font-size: 24px;}
    .fs_80{font-size: 30px;}
    .fs_90{font-size: 30px;}
	.fs_13 { font-size: 10px; }
    .fs_15 { font-size: 11px; }
    .fs_17 { font-size: 12px; }
    .fs_19 { font-size: 13px; }
    .fs_21 { font-size: 14px; }
    .fs_23 { font-size: 14px; }
    .fs_26 { font-size: 16px; }
    .fs_27 { font-size: 16px; }
    .fs_30 { font-size: 18px; }
    .fs_31 { font-size: 18px; }
    .fs_32 { font-size: 19px; }
    .fs_35 { font-size: 21px; }
    .fs_37 { font-size: 22px; }
    .fs_38 { font-size: 23px; }
    .fs_40 { font-size: 24px; }
    .fs_42 { font-size: 24px; }
    .fs_43 { font-size: 26px; }
    .fs_45 { font-size: 27px; }
    .fs_50 { font-size: 30px; }
    .fs_52 { font-size: 32px; }
    .fs_55 { font-size: 34px; }
    .fs_58 { font-size: 36px; }
    .fs_60 { font-size: 38px; }
    .fs_65 { font-size: 40px; }
    .fs_70 { font-size: 44px; }
    .fs_72 { font-size: 46px; }
    .fs_74 { font-size: 48px; }
    .fs_75 { font-size: 50px; }
    .fs_85 { font-size: 52px; }
    .fs_86 { font-size: 54px; }
    .fs_100 { font-size: 60px; }
    .fs_110 { font-size: 66px; }
    .fs_120 { font-size: 72px; }
}


/*font weight*/
.fw_r{font-weight: 300;}
.fw_m{font-weight: 400;}
.fw_sb{font-weight: 500;}
.fw_b{font-weight: 700;}
.fw_eb{font-weight: 800;}
.fw_h{font-weight: 900;}


/*** common ***/
body.hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.blind, .sound_only, legend {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0.1;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.mo {
  display: none;
}

.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold;
}

.block {
  display: block;
}

.ib {
  display: inline-block;
}

.ellip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ellip2 {
  overflow: hidden;
  text-overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellip3 {
  overflow: hidden;
  text-overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .mo {
    display: block;
  }
  .pc {
    display: none;
  }
}
.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.6rem;
  border: 1px solid #222;
  padding: 0 1em;
  background: #222;
  border-radius: 4.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  overflow: hidden;
}
.btn.line {
  background: none;
  border-color: #fff;
}
.btn span {
  display: block;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 1440px) {
  .btn:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: all ease 0.3s;
    content: "";
  }
  .btn:hover {
    color: #222;
  }
  .btn:hover:before {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    height: 28px;
    border-radius: 28px;
    font-size: 9px;
  }
}

.letters em, .letters b {
  display: inline-block;
}
.letters [data-aos=fade-up]:not(.aos-animate) {
  transform: translate3d(0, 0.2em, 0);
}

/* layout */
#wrap {
  font-size: 1.8rem;
}

.wide {
  width: 100%;
  padding: 0 10rem;
}

.wfix {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

@media screen and (max-width: 1920px) {
  .wide {
    padding: 0 5.2vw;
  }
}
@media screen and (max-width: 1468px) {
  .wfix {
    padding: 0 24px;
  } 
	.wfix_sub {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1024px) {
  html, body {
    font-size: 0.976vw;
  }
  .wide {
    padding: 0 24px;
  }
  .wide .wfix {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #wrap {
    font-size: 10px;
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  letter-spacing: 0;
  transition: 0.3s;
  z-index: 99;
}
#header #h1 {
  z-index: 100;
}
#header #h1 .logo img {
  filter: var(--filter-white);
  width: auto;
  max-width: none;
  height: 3.4rem;
}
#header .wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  min-height: 9rem;

}
#header #menu {
  display: flex;
  align-items: center;
  gap: 10rem;
  padding-top: 1rem;
}
#header .list_menu {
  position: relative;
  display: flex;
  gap: 6rem;
}
#header .list_menu .d1_link {
  display: block;
  font-weight: 600;
  color: #fff;
  line-height: 8rem;
  transition: 0.2s;
}
#header .list_menu .d1_link:hover {
  color: var(--blue);
}
#header .list_menu .depth1.on .d1_link {
  color: var(--blue);
}
#header .list_menu .sub {
  display: none;
  position: absolute;
  right: 0;
  top: 8rem;
  width: 110rem;
  max-width: calc(100vw - 36rem);
  padding: 1rem 0;
  font-size: 0;
  text-align: right;
}
#header .list_menu .sub .depth2 {
  display: inline-block;
  font-size: 1.8rem;
}
#header .list_menu .sub .depth2 + .depth2 {
  margin-left: 5rem;
}
#header .list_menu .sub .d2_link {
  font-weight: 500;
  color: #888;
  transition: 0.2s;
  line-height: 6rem;
}
#header .list_menu .sub .d2_link:hover {
  color: #222;
  font-weight: 600;
}
#header .list_menu .depth1.products .sub {
  padding: 0;
}
#header .list_menu .depth1.products .sub .list_sub {
  display: flex;
  gap: 1.2rem;
}
#header .list_menu .depth1.products .sub .depth2 {
  width: 100%;
  height: 43rem;
  padding: 3.2rem 2rem;
  text-align: left;
  font-size: 1.8rem;
  transition: 0.3s;
}
#header .list_menu .depth1.products .sub .depth2 + .depth2 {
  margin-left: 0;
}
#header .list_menu .depth1.products .sub .depth2:last-child {
  padding-right: 0;
}
#header .list_menu .depth1.products .sub .depth2:hover {
  background: #f9f9f9;
}
#header .list_menu .depth1.products .sub .depth2:hover .d2_link {
  color: var(--blue);
}
#header .list_menu .depth1.products .sub .d2_link {
  display: inline-block;
  line-height: 4.4rem;
  color: #222;
  font-weight: bold;
}
#header .list_menu .depth1.products .sub .d2_link:hover {
  color: var(--blue);
}
#header .list_menu .depth1.products .sub .depth3 {
  padding-top: 2rem;
  border-top: 1px solid #d9d9d9;
}
#header .list_menu .depth1.products .sub .depth3:first-child {
  flex-shrink: 0;
}
#header .list_menu .depth1.products .sub .depth3 > li + li {
  margin-top: 0.8rem;
}
#header .list_menu .depth1.products .sub .depth3 a {
  display: inline-block;
  line-height: 3.2rem;
  color: #999;
  transition: 0.3s;
}
#header .list_menu .depth1.products .sub .depth3 a:hover {
  color: #222;
}
#header .list_menu .depth1.products .sub .depth3 .label {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #666;
}
#header .list_menu .depth1.products .sub .depth3 .list_products {
  margin-top: 1rem;
}
#header .list_menu .depth1.products .sub .depth3 .list_products li + li {
  margin-top: 2rem;
}
#header .list_menu .depth1.products .sub .depth3 .list_products a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
#header .list_menu .depth1.products .sub .depth3 .list_products a:before {
  flex-shrink: 0;
  display: inline-block;
  width: 8rem;
  height: 4.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
  transition: 0.3s;
  content: "";
}
#header .list_menu .depth1.products .sub .depth3 .list_products li:hover a:before {
  opacity: 1;
}
#header .list_menu .depth1.products .sub .depth3 .list_products .item11 a:before {
  background-image: url(../img/gnb_product1.svg);
}
#header .list_menu .depth1.products .sub .depth3 .list_products .item12 a:before {
  background-image: url(../img/gnb_product2.svg);
}
#header .list_menu .depth1.products .sub .depth3 .list_products .item21 a:before {
  background-image: url(../img/gnb_product3.svg);
}
#header .list_menu .depth1.products .sub .depth3 .list_products + .label {
  margin-top: 3.2rem;
}
#header .right {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  position: relative;
  z-index: 100;
}
#header .wrap_language {
  position: relative;
  font-size: 16px;
  width: 80px;
}
#header .wrap_language button, #header .wrap_language a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#header .wrap_language .btn_lang {
  gap: 18px;
  height: 26px;
  border-radius: 26px;
  border: 1px solid #fff;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
#header .wrap_language .btn_lang:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_language.svg) no-repeat center/contain;
  filter: var(--filter-white);
  content: "";
}
#header .wrap_language .list_lang {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  width: 100%;
  padding: 1rem 0;
  background-color: #eee;
}
#header .wrap_language .list_lang a {
  height: 3.2rem;
  opacity: 0.5;
}
#header .wrap_language .list_lang a + a {
  margin-top: 1.2rem;
}
#header .wrap_language .list_lang .on {
  opacity: 1;
  font-weight: 800;
}
#header .btn_menu {
  position: relative;
  width: 4rem;
  height: 4rem;
  font-size: 0;
}
#header .btn_menu:before, #header .btn_menu:after, #header .btn_menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.4rem;
  height: 2px;
  margin-left: -1.7rem;
  background: #fff;
  transition: 0.3s;
  content: "";
}
#header .btn_menu:before {
  margin-top: -11px;
}
#header .btn_menu:after {
  margin-top: 9px;
}
#header .btn_menu span {
  margin-top: -1px;
}
#header .btn_menu.on span {
  opacity: 0;
}
#header .btn_menu.on:before {
  transform: rotate(45deg);
  margin-top: -1px;
}
#header .btn_menu.on:after {
  transform: rotate(-45deg);
  margin-top: -1px;
}
#header.on .list_menu .d1_link, #header.active .list_menu .d1_link {
  color: #666;
}
#header.on .wrap_language .btn_lang, #header.active .wrap_language .btn_lang {
  border-color: #222;
  color: #222;
}
#header.on .wrap_language .btn_lang:before, #header.active .wrap_language .btn_lang:before {
  filter: none;
}
#header.on .btn_menu:before, #header.on .btn_menu:after, #header.on .btn_menu span, #header.active .btn_menu:before, #header.active .btn_menu:after, #header.active .btn_menu span {
  background-color: #222;
}
#header.on {
  background-color: #fff;
}
#header.on:before {
  position: absolute;
  top: calc(9rem - 1px);
  left: 0;
  right: 0;
  height: 1px;
  background: #d9d9d9;
  content: "";
}
#header.on #h1 .logo img {
  filter: var(--fliter-blue);
}
#header.active .list_menu {
  display: none;
}
#header.on:not(.on_products) {
  height: 9rem;
}
/* hover 시 기본 메뉴 height */
#header.on.depth1_hover {
  height: 17rem; /* depth1 hover 시 열리는 높이 */
  background-color: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* hover 시 products 메뉴 height */
#header.on.on_products {
  height: 52rem;
  background-color: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#header .sub {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
}

#header .depth1.on .sub {
  opacity: 1;
  visibility: visible;
}
#header .sub {
  padding-bottom: 30px; /* 여유 공간 추가 */
}

#header li.depth1:first-child {padding-left:50px!important}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  letter-spacing: 0;
  transition: 0.3s;
  z-index: 99;
}




@media screen and (max-width: 768px) {
   #header {padding-bottom: 0; }
}

@media screen and (max-width: 1440px) {
  #header .list_menu .depth1.products .sub {
    right: -22rem;
    max-width: calc(100vw - 16rem);
  }
}
@media screen and (max-width: 1280px) {
  #header #menu {
    gap: 8rem;
  }
  #header .list_menu {
    gap: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #header #menu .list_menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header .wide {
    height: 46px;
    min-height: 0;
  }
  #header #h1 .logo img {
    height: 18px;
  }
  #header .wrap_language {
    width: 46px;
    font-size: 8px;
  }
  #header .wrap_language .btn_lang {
    gap: 12px;
    height: 18px;
    border-radius: 18px;
    border-color: rgba(255, 255, 255, 0.5);
  }
  #header .wrap_language .btn_lang:before {
    width: 8px;
    height: 8px;
  }
  #header .btn_menu {
    width: 20px;
    height: 20px;
  }
  #header .btn_menu:before, #header .btn_menu:after, #header .btn_menu span {
    height: 1px;
    width: 18px;
  }
  #header .btn_menu:before {
    margin-top: -7px;
  }
  #header .btn_menu:after {
    margin-top: 5px;
  }
  #header.on, #header.active {
    background: #fff;
  }
  #header.on #h1 .logo img, #header.active #h1 .logo img {
    filter: var(--fliter-blue);
  }
  #header.on .wrap_language .btn_lang, #header.active .wrap_language .btn_lang {
    border-color: rgba(0, 0, 0, 0.5);
  }
}



#sitemap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  transition: 0.5s;
  transform: translateY(-110vh);
  opacity: 0;
  z-index: 98;
}
#sitemap.active {
  transform: translateY(0);
  opacity: 1;
}
#sitemap .inner_sitemap {
  display: flex;
  height: var(--100vh);
}
#sitemap .side_sitemap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 30%;
  min-width: 280px;
  padding: 0 6.4rem 9rem 10rem;
  background: url(../img/gnb_bg.jpg) #02060a no-repeat right bottom/auto 51rem;
  color: #fff;
  font-size: 1.4rem;
}
#sitemap .side_sitemap .logo img {
  width: 20rem;
  opacity: 0.6;
}
#sitemap .side_sitemap .info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 4rem;
  opacity: 0.6;
  margin-top: 2.8rem;
}
#sitemap .side_sitemap .info .item {
  display: flex;
  gap: 0.5em;
}
#sitemap .side_sitemap .info .item:nth-child(2) {
  display: none;
}
#sitemap .side_sitemap .info dt {
  flex-shrink: 0;
}
#sitemap .side_sitemap .info dt:after {
  content: " | ";
}
#sitemap #allMenu {
  width: 70%;
  max-height: var(--100vh);
  overflow-y: auto;
}
#sitemap #allMenu .list_menu {
  width: 100%;
  min-height: var(--100vh);
  padding: 8rem 10rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#sitemap #allMenu .depth1 {
  padding: 4rem 0;
  border-bottom: 1px solid #d9d9d9;
}
#sitemap #allMenu .depth1.on .d1_link {
  color: var(--blue);
}
#sitemap #allMenu .d1_link {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
}
#sitemap #allMenu .sub {
  display: none;
}
#sitemap #allMenu .d2_link {
  display: block;
  font-weight: bold;
  line-height: 4.8rem;
}
#sitemap #allMenu .depth2:hover .d2_link {
  color: var(--blue);
}
#sitemap #allMenu .list_sub {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem 5rem;
  margin-top: 2rem;
}
#sitemap #allMenu .depth1.products .d2_link {
  border-bottom: 1px solid #d9d9d9;
}
#sitemap #allMenu .depth1.products .depth3 {
  padding-top: 2rem;
  border-top: 1px solid #d9d9d9;
}
#sitemap #allMenu .depth1.products .depth3:first-child {
  flex-shrink: 0;
}
#sitemap #allMenu .depth1.products .depth3 > li + li {
  margin-top: 0.6rem;
}
#sitemap #allMenu .depth1.products .depth3 a {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0;
  line-height: 1.2;
  color: #999;
  transition: 0.3s;
}
#sitemap #allMenu .depth1.products .depth3 a:hover {
  color: #222;
}
#sitemap #allMenu .depth1.products .depth3 .label {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #666;
}
#sitemap #allMenu .depth1.products .depth3 .list_products {
  margin-top: 1rem;
}
#sitemap #allMenu .depth1.products .depth3 .list_products li + li {
  margin-top: 2rem;
}
#sitemap #allMenu .depth1.products .depth3 .list_products a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
#sitemap #allMenu .depth1.products .depth3 .list_products a:before {
  flex-shrink: 0;
  display: inline-block;
  width: 8rem;
  height: 4.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
  transition: 0.3s;
  content: "";
}
#sitemap #allMenu .depth1.products .depth3 .list_products li:hover a:before {
  opacity: 1;
}
#sitemap #allMenu .depth1.products .depth3 .list_products .item11 a:before {
  background-image: url(../img/gnb_product1.svg);
}
#sitemap #allMenu .depth1.products .depth3 .list_products .item12 a:before {
  background-image: url(../img/gnb_product2.svg);
}
#sitemap #allMenu .depth1.products .depth3 .list_products .item21 a:before {
  background-image: url(../img/gnb_product3.svg);
}
#sitemap #allMenu .depth1.products .depth3 .list_products + .label {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1920px) {
  #sitemap .side_sitemap {
    padding: 0 3.33vw 9rem 5.2vw;
  }
  #sitemap #allMenu .list_menu {
    padding: 8rem 5.2rem;
  }
}
@media screen and (max-width: 1024px) {
  #sitemap .inner_sitemap {
    display: block;
  }
  #sitemap .side_sitemap {
    display: none;
  }
  #sitemap #allMenu {
    width: auto;
  }
  #sitemap #allMenu .list_menu {
    display: block;
    padding: 56px 24px;
  }
  #sitemap #allMenu .depth1 {
    padding: 0;
    border-bottom: none;
  }
  #sitemap #allMenu .d1_link {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 62px;
  }
  #sitemap #allMenu .d1_link:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 12px;
    margin-top: -6px;
    background: url(../img/icon_dropdown2.png) no-repeat center/contain;
    transition: 0.3s;
    content: "";
  }
  #sitemap #allMenu .d1_link.on {
    color: var(--blue);
  }
  #sitemap #allMenu .d1_link.on:after {
    transform: rotate(180deg);
  }
  #sitemap #allMenu .depth1.on .d1_link:after {
    transform: rotate(180deg);
  }
  #sitemap #allMenu .sub {
    margin: 0 -24px;
    background: #f9f9f9;
    padding: 0 24px;
  }
  #sitemap #allMenu .list_sub {
    display: block;
    margin-top: 0;
    padding: 4px 0;
  }
  #sitemap #allMenu .list_sub li + li {
    margin-top: 4px;
  }
  #sitemap #allMenu .d2_link {
    position: relative;
    font-size: 12px;
    line-height: 40px;
  }
  #sitemap #allMenu .depth1.products .d2_link {
    position: relative;
    border-bottom: none;
  }
  #sitemap #allMenu .depth1.products .d2_link:after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 11px;
    height: 12px;
    margin-top: -6px;
    background: url(../img/icon_dropdown3.png) no-repeat center/contain;
    transition: 0.3s;
    content: "";
  }
  #sitemap #allMenu .depth1.products .d2_link.on:after {
    transform: rotate(180deg);
  }
  #sitemap #allMenu .depth1.products .depth3 {
    display: none;
    padding: 8px 0 12px;
    border-top: none;
  }
  #sitemap #allMenu .depth1.products .depth3 .label {
    font-size: 13px;
  }
  #sitemap #allMenu .depth1.products .depth3 .list_products {
    margin-top: 8px;
  }
  #sitemap #allMenu .depth1.products .depth3 .list_products li + li {
    margin-top: 8px;
  }
  #sitemap #allMenu .depth1.products .depth3 .list_products a {
    gap: 8px;
    padding: 4px 0;
    font-size: 13px;
  }
  #sitemap #allMenu .depth1.products .depth3 .list_products a:before {
    width: 40px;
    height: 24px;
  }
  #sitemap #allMenu .depth1.products .depth3 .d3_link {
    font-size: 13px;
    padding: 0;
    line-height: 24px;
  }
}

#footer {
  padding: 5rem 0 0;
  border-radius: 5rem 5rem 0 0;
  background: #222;
  color: #fff;
  color: #999;
  font-size: 1.6rem;
  line-height: 1;
}
#footer .wide {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
}
#footer .ft_left .ft_logo {
  display: inline-block;
}
#footer .ft_left .ft_logo img {
  filter: var(--filter-white);
  width: auto;
  height: 5rem;
}
#footer .ft_left .info {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 0;
  margin-top: 5rem;
}
#footer .ft_left .info .item {
  display: flex;
  gap: 2.8rem;
}
#footer .ft_left .info .item + .item {
  margin-left: 1.6rem;
  padding-left: 1.6rem;
  border-left: 1px solid #999;
}
#footer .ft_left .list_sns {
  display: flex;
  gap: 1.4rem;
  margin-top: 4.6rem;
}
#footer .ft_left .list_sns a {
  display: block;
  width: 3.6rem;
  border-radius: 100%;
  overflow: hidden;
}
#footer .ft_right {
  text-align: right;
}
#footer .ft_right .go_top {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: url(../img/icon_top.png) #fff no-repeat center/1.6rem;
}
#footer .ft_right .list_location {
  margin-top: 4.5rem;
  text-align: left;
}
#footer .ft_right .list_location li {
  display: flex;
  gap: 4rem;
}
#footer .ft_right .list_location li + li {
  margin-top: 2.5rem;
}
#footer .ft_right .list_location .tit {
  width: 11rem;
  padding-left: 2rem;
  border-left: 1px solid #999;
}
#footer .ft_copyright {
  margin-top: 5rem;
  padding: 3.6rem 0;
  border-top: 1px solid #999;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  #footer .wide {
    display: block;
  }
  #footer .ft_left {
    position: relative;
  }
  #footer .ft_left .list_sns {
    position: absolute;
    top: 0;
    right: 0;
    align-items: flex-end;
    margin-top: 0;
  }
  #footer .ft_right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 25px 0 0;
    border-radius: 25px 25px 0 0;
    font-size: 8px;
  }
  #footer .ft_left .ft_logo img {
    height: 25px;
  }
  #footer .ft_left .info {
    flex-wrap: wrap;
    gap: 1em 0;
    margin-top: 30px;
  }
  #footer .ft_left .info .item {
    gap: 12px;
  }
  #footer .ft_left .info .item:first-child {
    width: 100%;
  }
  #footer .ft_left .info .item:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #footer .ft_left .info .item:nth-child(3) {
    margin-left: 1em;
  }
  #footer .ft_left .list_sns {
    height: 25px;
    gap: 7px;
  }
  #footer .ft_left .list_sns a {
    width: 18px;
    height: 18px;
  }
  #footer .ft_copyright {
    margin-top: 32px;
    padding: 16px 0;
    font-size: 8px;
  }
}

/* slick */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}



/* --- 반응형 줄바꿈 처리 --- */
.mo_br {display: none;}

@media screen and (max-width: 720px) {
  .pc_br {display: none;}

  .mo_br {display: block;}
}

/* --- 반응형 이미지 처리 --- */
.mo_img {display: none !important;}

@media screen and (max-width: 767px) {
  .pc_img {display: none !important;}

  .mo_img {display: block !important;}
}

.mo {display: none;}

@media screen and (max-width: 720px) {
  .pc {display: none;}

  .mo {display: block;}
}


#header.on.active{background-color: transparent;}
#header.on.active #h1 .logo img{filter: var(--filter-white);}
#header.on.active:before{display: none;}


@media screen and (max-width: 768px) {
 #header.on.active #h1 .logo img {    filter: var(--fliter-blue);}
}

@media screen and (max-width: 400px) {
 #header.on:not(.on_products) {  height: 16rem;}
 #header.on:before{top: calc(16rem - 1px);}	
 #header .wide{height: 56px;}
}


