.header {
  position: absolute;
}
.header .header-menu-button {
	position: absolute;
}
.header .btn_brand {
  background: url(../images/common/header-brand2.png) 0 0 no-repeat;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}

.header .gnb_link {
  color: #fff;
}

.quick-menu {
  background: #821e51;
  box-shadow: none;
  position: fixed;
}
.quick-menu .top-button {
  background: #fff;
}
.quick-menu .top-button span {
  color: #821e51;
}
.quick-menu .top-button span:after {
  color: #821e51;
}

.sub {
  position: relative;
}
.sub-top-content {
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.sub-top-bg {
  width: 100%;
  position: relative;
  padding-top: 200px;
  height: 460px;
  z-index: 10;
  background-image: url("/assets/images/sub/sub-top-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  box-sizing: border-box;
  background-color: #c9dbed;
}
.sub-top-bg.sub-top-bg2 {background-image: url("/assets/images/sub/sub-top-bg2.png");}
.sub-top-bg.sub-top-bg3 {background-image: url("/assets/images/sub/sub-top-bg3.png");}
.sub-top-bg.sub-top-bg4 {background-image: url("/assets/images/sub/sub-top-bg4.png");}
.sub-top-deco {
  position: absolute;
  bottom: 0;
}
.sub-top-bg .sub-top__description {
  position: relative;
  text-align: center;
}
.sub-top-bg .sub-top__description .main-copyright {
	opacity: 0;
  -webkit-clip-path: polygon(0 0, 1% 0, 1% 100%, 0 100%);
  clip-path: polygon(0 0, 1% 0, 1% 100%, 0 100%);
  transform: translate3d(0, 0, 0) scale(1);
  transition-duration: 1s;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #fff;
  transition-delay: 0.5s;
}
.sub-top-bg .sub-top__description .main-slide__label {
  opacity: 0;
	position: relative;
	z-index: 1;
  transform: translate3d(0, 0, 0);
  transition-duration: 1.5s;
  display: block;
  transition-delay: 1.5s;
	font-size: 60px;
	color: #fff;
}
.sub-top-bg .sub-top__description.is--active .main-slide__label,
.sub-top-bg .sub-top__description.is--active .main-slide__description {
  opacity: 1;
  transform: translateZ(0);
}
.sub-top-bg .sub-top__description.is--active .main-copyright {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  transform: scale(1);
  transition: transform 1.5s 0.2s ease-out, opacity 1.5s 0.2s ease-out, -webkit-clip-path 1.5s 0.2s ease-out;
  transition: transform 1.5s 0.2s ease-out, opacity 1.5s 0.2s ease-out, clip-path 1.5s 0.2s ease-out;
  transition: transform 1.5s 0.2s ease-out, opacity 1.5s 0.2s ease-out, clip-path 1.5s 0.2s ease-out, -webkit-clip-path 1.5s 0.2s ease-out;
}

.sub-copyright {
  position: absolute;
  right: -16vw;
  top: 250px;
}

.sub .sub-top-menu__item.is--active {
  color: #cadbed;
  font-weight: bold;
}

.sub .sub-menu {
	position: absolute;
	bottom: 0;
	width: 68%;
}
.sub .sub-menu .sub-menu-list {
	display:flex;
	justify-content:center;
	align-items:center;
}
.sub .sub-menu .sub-menu__item {
	width: 300px;
	height: 60px;
}
.sub .sub-menu .sub-menu__link {
 	display:flex;
	justify-content:center;
	align-items:center;
	width: 100%;
  height: 100%;
  background-color: rgba(21, 38, 56, .3);
  font-size: 18px;
  color: rgba(255, 255, 255, .6);
}
.sub .sub-menu .sub-menu__link.is-active {
	background: #fff;
	color: #152638;
}
.sub .sub-menu .sub-menu__link:hover {
	background: #fff;
	color: #152638;
	transition: background ease 1s;
}


.sub-content-area {
  min-height: 300px;
  padding: 0 0 155px;
  margin: 100px auto 0;
  width: 100%;
  position: relative;
}

.sub-content__title {
  font-size: 40px;
	text-align: center;
  letter-spacing: -1px;
  color: #152638;
	font-family: "Montserrat", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
  font-weight: normal;
}
.sub-content__title:after {
  content:"";
	display: block;
	width: 50px;
	height: 1px;
	margin: 20px auto 60px;
	background-color: #152638;
}



/*관심고객등록*/
.customer-content-area {
	width: 100%;
	margin-left: 0;
	flex-direction: column;
}
.customer-content-area .customer-content {
	width: 100%;
}
/*faq*/
.sub_1depth {
	width: 1200px;
	margin: auto;
}
.sub_1depth_item {
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
	margin-bottom: 5px;
}
.sub_1depth_link {
	position: relative;
	display: block;
	padding: 1vw 2vw;
	font-size: 1vw;
	min-width: 60%;
	color: #333;
	letter-spacing: -0.05em;
}
.sub_1depth_link::before {
	content: "Q.";
	display: inline-block;
	margin-right: 0.5rem;
	font-size: 22px;
	font-family: "High-Summit", "Montserrat", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
	font-weight: 500;
	color: #BC8B5D;
}
.sub_1depth_link:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 1.5vw;
  top: 50%;
  border-left: 1px solid #242424;
  border-top: 1px solid #242424;
  transform: translate(-50%,-50%) rotate(135deg);
  transition: all ease .5s;
}
.sub_1depth_item.is--open {
  background-color: #f7f7f7;
}
.sub_1depth_item.is--open .sub_1depth_link {
}
.sub_1depth_item.is--open .sub_1depth_link:after {
  transform: translate(-50%,-50%) rotate(225deg);
}
.sub_1depth_link span {
  position: relative;
}
.sub_2depth {
  display: none;
}
.sub_2depth__item {
	margin: 0 2vw;
	padding: 1vw 2vw;
	border-top: 1px solid #dedede;
	font-weight: 300;
	letter-spacing: -0.05em;
}
.sub-content-content.customer {width:1200px;margin: auto;}
.route {
	width: 1200px;
	margin: auto;
	display:flex;
	justify-content:flex-start;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #152638;
}
.route .home-icon {
	display: flex;
	align-items: center;
	padding-right: 5px;
}
.route .home-icon:after {
	display: block;
	content: "\e800";
	font-family: 'Linearicons-Free';
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
}
.route .route-next {
	display: flex;
	align-items: center;
	padding: 0 5px;
}
.route .route-next:after {
	display: block;
	content: "\e876";
	font-family: 'Linearicons-Free';
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
}
@media screen and (max-width: 991px){
	.sub .sub-menu {
		width: 100%;
	}
	.right-btn {
		right: 10px;
		gap: 10px;
		top: 70px;
	}
	.right-btn img {
		width: 12vw;
	}
	.sub-top-bg {
		height: 60vw;
		padding-top: 25vw;
	  background-image: url("/assets/images/sub/m_sub-top-bg.png");
	}
	.sub-top-bg.sub-top-bg2 {background-image: url("/assets/images/sub/m_sub-top-bg2.png");}
	.sub-top-bg.sub-top-bg3 {background-image: url("/assets/images/sub/m_sub-top-bg3.png");}
	.sub-top-bg.sub-top-bg4 {background-image: url("/assets/images/sub/m_sub-top-bg4.png");}
	.sub_1depth {width: 100%;}
	.sub-top-bg .sub-top__description .main-copyright {
		top: -5vw;
    left: 4vw;
		font-size: 9vw;
	}
	.sub-top-bg .sub-top__description .main-slide__label {
		font-size: 8vw;
	}
	.sub .sub-menu .sub-menu__item {
    height: 11vw;
	}
	.sub .sub-menu .sub-menu__link {
		font-size: 3.2vw;
	}
	.sub-content-area {
		margin: 6vw 0 0;
		padding: 0 0 10vw;
	}
	.sub-content-content {width: 100%;}
	.sub-content__title {
		font-size: 7vw;
	}
	.sub-content__title:after {
    margin: 2vw auto 6vw;
	}
	.sub_1depth_link {
		display: block;
		font-size: 3.2vw;
    padding: 2vw 6vw 2vw 8vw;
		line-height: 1.2;
	}
	.sub_2depth__item {
		font-size: 2.8vw;
	}
	.sub_1depth_link::before  {
		position: absolute;
		left: 2vw;
	}
	.route {
		width: 100%;
		font-size: 3vw;
		padding-left: 1.5vw;
	}
	.route .home-icon {
		padding-right: .5vw;
	}
	.route .home-icon:after {
		font-size: 12px;
	}
	.route .route-next {
		padding: 0 .5vw;
	}

}