:root {
  /* color style */
  --point-color: #008ae2;
  --color-black: #000;
  --color-white: #fff;
  --color-dark-gray: #252525;
  --color-deep-gray: #525252;
  --color-gray: #8F8F8F;
  --color-silver: #aeaeae;
  --color-ligth-gray: #d8d8d8;
  --color-light-silver: #EFEFEF;
  --color-snow: #f5f5f5;

  --color-purple: #5C0F8B;
  --color-navy: #2E408E;
  --color-sky: #00A0DF;
  --color-turquoise: #25FFF2;
  --color-green-yellow: #76BC21;
  --color-yellow: #FCE200;
  --color-melon-yellow: #FFBD13;
  --color-orange: #FF9015;
  --color-red: #FE3B1F;
  --color-dark-blue: #002A69;
  --color-blue: #0B69F6;
  
  /* widht */
  --width-second: 49%;
  --width-third: 32%;

  /* font size style */
  --fs-32: 32px;
  --fs-28: 28px;
  --fs-22: 22px;
  --fs-20: 20px;
  --fs-19: 19px;
  --fs-18: 18px;
  --fs-15: 15px;
  --fs-13: 13px;
  --fs-12: 12px;

}
.clearfix:after {
  content: " "; 
  display: block; 
  clear: both;
}

.inb {
  font-size: 0%;
}
.inb > * {
  display: inline-block;
  vertical-align: top;
}

header {
  position: absolute; top: 0; left: 0; z-index: 15;
  width: 100%; height: 75px;
  border-bottom: 1px solid var(--color-ligth-gray);
}
header > .header-wrap {
  position: relative;
  width: 1320px;
  margin: 0 auto;
}
header > .header-wrap h1.logo {
  position: absolute; top: 50%;
  transform: translate(0%, -50%);
  height: 42px;
}
header > .header-wrap h1.logo img {
  height: 100%; width: auto;
}
header > .header-wrap .search-wrap {
  position: absolute; top: 18px; right: 0;
  width: 282px; height: 39px;
}
header > .header-wrap .search-wrap .input01 {
  width: calc(100% - 15px); height: 39px; line-height: 37px;
  border: 1px solid var(--color-ligth-gray);
  font-size: var(--fs-12); font-weight: 400;
  border-radius: 5px;
  padding-left: 15px;
}
.gnb {
  width: 100%; height: 75px;
}
.gnb > ul {
  position: relative; z-index: 10;
  display: flex;
  align-content: center; justify-content: flex-end;
  width: calc(100% - 282px); height: 75px;
}
.gnb > ul > li {
  position: relative;
  display: inline-block;
  text-align: center;
  width: auto; height: 75px;
  cursor: pointer;
}
.gnb > ul > li:hover:after {
  width: 100%;
}
.gnb > ul > li:after {
  content: "";
  display: block;
  position: absolute; top: 75px; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 3px;
  background: #008ae2;
  transition: all 0.2s;
}
.gnb > ul > li > a {
  display: inline-block;
  width: auto; height: 75px; line-height: 75px;
  font-size: var(--fs-20);
  padding: 0 35px;
}
.depth2 {
  box-sizing: border-box;
  text-align: center;
  display: none;
  overflow: hidden
}
.depth2.on {
  display: block;
  height: 398px;
}
.gnb > ul > li.prdct .depth2.on {
  position: absolute; top: 76px; right: 0px;
  width: 590px;
}
.gnb > ul > li.prdct .depth2.on > ul {
  position: relative;
  width: 100%; height: 100%;  
  padding-top: 30px;
  display: flex;
  flex-direction: row; flex-wrap: nowrap; align-content: flex-start; justify-content: flex-end; align-items: flex-start;
}
.gnb > ul > li.prdct .depth2.on > ul li {
  display: inline-block;
  width: auto;
}
.gnb > ul > li.prdct .depth2.on > ul li.first {
  width: 30%;
  padding-left: 0%;
}
.gnb > ul > li.prdct .depth2.on > ul li.second {
  width: 27%;
  padding-left: 3%;
}
.gnb > ul > li.prdct .depth2.on > ul li.last {
  width: 37%;
  padding-left: 3%;
}
.gnb > ul > li.prdct .depth2.on > ul li.second span.gnb-link,
.gnb > ul > li.prdct .depth2.on > ul li.second a.gnb-link {
  display: block;
  font-size: 16px; font-weight: 500;
  padding-bottom: 5px;
}
.gnb > ul > li.prdct .depth2.on > ul li.second > ul li {
  display: block;
}
.gnb > ul > li.prdct .depth2.on > ul li.second > ul li a {
  display: block;
  font-size: var(--fs-15); font-weight: 400;
  color: var(--color-deep-gray);
  padding-bottom: 0px;
}
.gnb > ul > li.prdct .depth2.on > ul li .depth3 {
  display: block;
  width: 100%;
  padding-top: 15px;
}
.gnb > ul > li.prdct .depth2.on > ul li .depth3:first-child {
  padding-top: 0px;
}
.gnb > ul > li.prdct .depth2.on > ul li .depth3 span.gnb-link,
.gnb > ul > li.prdct .depth2.on > ul li .depth3 a.gnb-link {
  display: block;
  font-size: 16px; font-weight: 500;
  padding-bottom: 5px;
}
.gnb > ul > li.prdct .depth2.on > ul li.second span.gnb-link,
.gnb > ul > li.prdct .depth2.on > ul li .depth3 span.gnb-link {
  cursor: default;
}
.gnb > ul > li.prdct .depth2.on > ul li .depth3 > ul li {
  display: block;
  padding-bottom: 0px;
}
.gnb > ul > li.prdct .depth2.on > ul li .depth3 > ul li a {
  font-size: var(--fs-15); font-weight: 400;
  color: var(--color-deep-gray);
}
.gnb > ul > li.prdct .depth2.on > ul li.second > ul li a:hover,
.gnb > ul > li.prdct .depth2.on > ul li .depth3 a.gnb-link:hover,
.gnb > ul > li.prdct .depth2.on > ul li .depth3 > ul li a:hover {
  color: var(--point-color);
}

.gnb > ul > li.cstmr .depth2 > ul {
  position: relative; top: -30px;
  opacity: 0;
  width: 100%; 
  border-left: 1px solid var(--color-ligth-gray);
  box-sizing: border-box;
  transform: translateY(-10%);
  transition: all 0.6s;
}
.gnb > ul > li.cstmr .depth2.on > ul {
  position: relative; top: 0px;
  opacity: 1;
  width: 100%; height: 100%;
  padding-top: 30px;
  transform: translateY(0);
  transition: all 0.6s;
}
/*
.gnb > ul > li.cstmr .depth2 > ul:before {
  content: "";
  opacity: 0;
  position: absolute; top: 0; left: 0;
  width: 1px; height: 1px;
  background-color: var(--color-ligth-gray);
}
.gnb > ul > li.cstmr .depth2.on > ul:before {
  content: "";
  opacity: 1;
  position: absolute; top: 0; left: 0;
  background-color: var(--color-ligth-gray);
  width: 1px; height: 100%;
  animation-iteration-count: 0;
  transition: all 0.6s;
}
*/
.gnb > ul > li.cstmr .depth2 > ul li.gnb-item {
  display: block;
  padding: 0 35px;
  padding-bottom: 8px;
}
.gnb > ul > li.cstmr .depth2 > ul li.gnb-item a {
  font-size: 16px; font-weight: 500;
}
.gnb > ul > li.cstmr .depth2 > ul li.gnb-item a:hover {
  color: var(--point-color);
}

.sub_bg {
  position: absolute; top: 76px; left: 0; z-index: 5;
  width: 100%; height: 0;
  background: var(--color-white);
  transition: all 0.3s ease-out;
}
.sub_bg.on {
  height: 398px;
}

@keyframes lineIn{
	0% {height: 0%}
	50% {height: 50%}
	100% {height: 100%}
}